/** Shopify CDN: Minification failed

Line 630:3 Expected "}" to go with "{"

**/

/* Alışveriş Sepeti */
.cart-drawer__dialog:modal {
    min-width:600px;
}

/* Home Page - En Yeniler */
#shopify-section-template--21497363005684__product_list_aQEjdF > div.section-background.color-scheme-1 {
    padding:10px;
}

/* Home Page - Marquee */
#shopify-section-template--21497363005684__marquee_RngtEe > marquee-component {
        border-top: 1px solid #595959;
        border-bottom: 1px solid #595959;
}

/* Collection list – images grayscale */
#shopify-section-template--21497363005684__collection_list_MPhHUV
  .resource-list--grid
  img {
  filter: grayscale(100%);
  transition: filter .25s ease;
}

/* Collection list – link texts white */
#shopify-section-template--21497363005684__collection_list_MPhHUV
  .resource-list--grid
  a.collection-card__link {
  color: #fff;
  font-weight:bold;
}


/* 4'lü ikonlar */
.jr-topbenefits{
  width: 100%;
  min-height:60px;
  max-height:120px;
  overflow:hidden;
  margin-bottom:20px;
}

.jr-topbenefits__inner{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}

.jr-topbenefits__item{
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  cursor: pointer;
  outline: none;
}


.jr-topbenefits__icon{
  width: 100px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  margin-top: 2px;
}

.jr-topbenefits__title{
  font-size: 14px;
  letter-spacing: .02em;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
  line-height: 1.2;
}

/* Açıklamalar HER ZAMAN GÖRÜNSÜN */
.jr-topbenefits__desc {
  max-height: none !important;
  opacity: 1 !important;
  transform: none !important;
  overflow: visible !important;
  color: #595959;
  transition: none !important;
}

/* Hover / focus efektlerini iptal et */
.jr-topbenefits__item:hover .jr-topbenefits__desc,
.jr-topbenefits__item:focus-visible .jr-topbenefits__desc,
.jr-topbenefits__item.is-active .jr-topbenefits__desc {
  max-height: none;
  opacity: 1;
  transform: none;
}




/* Mobilde satır bozulmasın, kaydırılabilir olsun */
@media (max-width: 768px){
  .jr-topbenefits__inner{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .jr-topbenefits__inner::-webkit-scrollbar{ width:0; height:0; }
  .jr-topbenefits__inner{ scrollbar-width: none; }

  .jr-topbenefits__item{
    flex: 0 0 85%;
    min-width: 85%;
  }
}


#shopify-section-sections--21497363136756__jr_newsletter_hero_MfRqQx {
  padding:40px;
}

.jr-nl {
  width: 100%;
}

.jr-nl__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 420px;
  background: #000;
}

.jr-nl__left {
  padding: 70px 70px 56px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jr-nl__kicker {
  font-size: 14px;
  letter-spacing: 0.12em;
  opacity: 0.9;
  margin-bottom: 22px;
}

.jr-nl__heading {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
  margin: 0 0 28px;
  font-weight: 600;
  max-width: 720px;
}

.jr-nl__form {
  max-width: 760px;
}

.jr-nl__field {
  display: grid;
  grid-template-columns: 54px 1fr 56px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  height: 64px;
}

.jr-nl__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  border-right: 1px solid rgba(0,0,0,0.08);
  height: 100%;
  padding-right:11px;
}

.jr-nl__input {
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 16px;
  font-size: 16px;
  color: #111;
  background: transparent;
}

.jr-nl__input::placeholder {
  color: rgba(0,0,0,0.5);
}

.jr-nl__submit {
  height: 100%;
  width: 56px;
  padding-left:21px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #111;
  border-left: 1px solid rgba(0,0,0,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jr-nl__submit:hover {
  background: rgba(0,0,0,0.03);
}

.jr-nl__consent {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  max-width: 760px;
}

.jr-nl__checkbox {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #fff;
}

.jr-nl__consentText {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}

.jr-nl__consentText a {
  color: rgba(255,255,255,0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jr-nl__msg {
  margin-top: 12px;
  font-size: 14px;
}

.jr-nl__msg--success {
  color: #c8ffcf;
}

.jr-nl__msg--error {
  color: #ffb4b4;
}

.jr-nl__right {
  position: relative;
  overflow: hidden;
  background: #111;
}

.jr-nl__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jr-nl__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.55), rgba(0,0,0,0.15) 40%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}

/* Responsive */
@media (max-width: 990px) {
  .jr-nl__inner { grid-template-columns: 1fr; }
  .jr-nl__right { min-height: 260px; }
  .jr-nl__left { padding: 46px 20px 36px; }
}



/* Kartın altına kayan şerit */
.aw-card-marquee{
  position:absolute;
  left:0px; right:0; bottom:0;
  height:34px;
  width:100%;
  overflow:hidden;
  z-index:4;
  background:#0b0b0b;
  color:#fff;
  display:flex;
  align-items:center;
  
}

/* Şerit sadece kart içinde “absolute bottom” duracağı için,
   kart/görsel wrapper’ının relative olması gerekir */
.card__inner,
.card__media,
.product-card__media,
.media{
  position:relative;
}

.aw-card-marquee__track{
  display:inline-flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
  will-change:transform;
  animation: awMarquee 10s linear infinite;
  padding-left:100%;
}


.aw-card-marquee__item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  padding:0 10px;
  border-right:1px solid rgba(255,255,255,.18);
  line-height:1;
}

/* % OFF badge */
.aw-card-marquee__item--off{
  background:#2e2e2e;          /* koyu gri */
  color:#fff;
  padding:6px 12px;
  border-right:none;           /* sağ çizgiyi kaldırır */
}


/* Animasyon */
@keyframes awMarquee{
  0%   { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

/* Hover’da durdurmak istersen */
.aw-card-marquee:hover .aw-card-marquee__track{
  animation-play-state:paused;
}


.product-badges__badge--rectangle {display:none;}
.jr-badges{
  position:absolute;
  z-index:5;
  top:12px;
  left:0px;
  display:flex;
  flex-direction:column;
  gap:8px;
  pointer-events:none;
}

.jr-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  font-size:12px;
  line-height:1;
  letter-spacing:.4px;
  text-transform:uppercase;
  border-radius:0px;
  background:#fff;
  color:#111;
  border:1px solid rgba(0,0,0,.12);
  width:max-content;
}

.jr-badge--new{ background:#f8da5b; border-color:transparent; color:#000; }
.jr-badge--best{ background:#2f3c4f; border-color:transparent; color:#fff; }
.jr-badge--limited{ background:#ea8a8a; border-color:transparent; color:#fff; }

.jr-badge--sale{ background:#000; border-color:transparent; color:#fff; }
.jr-badge--soldout{ background:#e9e9e9; color:#222; }



/* APP Download button */
.app-download{
  display:flex;
  gap:16px;
  align-items:center;
  margin-top:20px;
}

/* BUTON */
.store-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000;
  border-radius:10px;
  padding:0px 0px;
  position:relative;
  overflow:hidden;
  transition:transform .35s ease, box-shadow .35s ease;
}

/* GÖRSEL */
.store-btn img{
  height:48px;
  width:auto;
  display:block;
  transition:transform .35s ease;
}

/* 🔥 SADECE ÜZERİNE GELİNEN BUTON */
.store-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(0,0,0,.35);
}

.store-btn:hover img{
  transform:scale(1.05);
}

/* ✨ Shine efekti (sadece hover olan) */
.store-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.25),
    transparent
  );
  transition:left .6s ease;
  pointer-events:none;
}

.store-btn:hover::after{
  left:120%;
}

.jr-brands-bar{
  background:#fff;
  margin-top:-28px;
  overflow:hidden;
  border:1px solid #595959;
}

.jr-brands-bar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 22px;
}

.jr-brands-bar__title{
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
  white-space:nowrap;
  font-size:16px;
}

.jr-brands-bar__nav{
  display:flex;
  align-items:center;
  gap:34px;
  white-space:nowrap;

  /* Mobilde taşarsa kaydır */
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.jr-brands-bar__nav::-webkit-scrollbar{ display:none; }

.jr-brands-bar__link{
  color:#111;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.03em;
  font-size:14px;
  line-height:1;
  transition:opacity .2s ease;
}
.jr-brands-bar__link:hover{ opacity:.65; }

/* Mobilde padding biraz küçülsün */
@media (max-width: 768px){
  .jr-brands-bar__inner{ padding:14px 16px; gap:16px; }
  .jr-brands-bar__nav{ gap:22px; }
}



/* ===== JR Breadcrumb ===== */

/* JR Breadcrumb – tek satır, kaydırılabilir, scrollbar gizli */
.jr-breadcrumb__inner{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 7px;

  white-space: nowrap;
  flex-wrap: nowrap;

  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;

  /* Scrollbar gizleme (Firefox) */
  scrollbar-width: none;

  /* Scrollbar gizleme (IE/Edge legacy) */
  -ms-overflow-style: none;
}

/* Scrollbar gizleme (Chrome, Safari, iOS) */
.jr-breadcrumb__inner::-webkit-scrollbar{
  display: none;
}

/* İç elemanlar asla kırılmasın */
.jr-breadcrumb__link,
.jr-breadcrumb__current,
.jr-breadcrumb__sep{
  white-space: nowrap;
  flex: 0 0 auto;
}

/* Ürün adı çok uzunsa tek satır + ... */
.jr-breadcrumb__current{
  max-width: 70vw;
  overflow: hidden;
  text-overflow: ellipsis;
}


.product-details {
  border-left: 1px solid #595959;
                    margin-left: 9px;
}
.slideshow-controls__thumbnails {margin-top:-10px;    }
#shopify-section-template--21497363103988__main > div.product-information.section.section--full-width.spacing-style.color-scheme-1.relative > div > div.product-information__media > media-gallery > slideshow-component > slideshow-controls > scroll-hint > div > button:nth-child(1) {
  margin-top:20px;
}

.media-fit-cover :is(img, video, iframe, .deferred-media__poster-image) {
  border-right:1px solid #000000;
}

/* Desktop’ta normal görünüm */
@media (min-width: 990px){
  .jr-breadcrumb__inner{
    overflow-x: visible}

    .cart-drawer__dialog {
  min-width:560px;
  width:560px;
}


.jr-breadcrumb {
  width: 100%;
  overflow:hidden;
  background: #fff;
}

#shopify-section-template--21497363103988__main > div.product-information.section.section--full-width.spacing-style.color-scheme-1.relative > div {
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
}

.jr-breadcrumb__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 7px;

  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 14px;
  letter-spacing: .04em;
  color: #111;
}

.jr-breadcrumb__link {
  color: #111;
  text-decoration: none;
  font-weight: 500;
  cursor:pointer;
}

.jr-breadcrumb__link:hover {
  text-decoration: underline;
}

.jr-breadcrumb__sep {
  color: #111;
  font-weight: 400;
}

.jr-breadcrumb__current {
  font-weight: 600;
  color: #111;
  cursor: default;
}

/* Mobile */
@media (max-width: 768px) {
  .jr-breadcrumb__inner {
    padding: 12px 16px;
    font-size: 12px;
    gap: 8px;
  }