/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 20:19 Expected identifier but found whitespace
Line 20:21 Unexpected "{"
Line 20:30 Expected ":"
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 23:16 Expected identifier but found whitespace
Line 23:18 Unexpected "{"
Line 23:27 Expected ":"
... and 6 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');

/* Section'a özel dinamik ayarlar */
#shopify-section-{{ section.id }} .bb-banner__pane {
  background-color: {{ section.settings.left_bg }};
}
#shopify-section-{{ section.id }} .bb-banner__heading {
  --heading-mob: {{ section.settings.heading_mobile }};
  --heading-desk: {{ section.settings.heading_desktop }};
}

/* =============================================
   LAYOUT
   ============================================= */

#shopify-section-{{ section.id }}{ overflow-x:hidden; }
.bb-hero-banner{ position:relative; background:#fff; width:100%; max-width:100%; margin:0; }

.bb-hero-banner__grid{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.3fr);
  align-items:stretch;
  gap:0;
  overflow:hidden;
}

.bb-banner__pane{
  --bb-pane-bg: #e5738a;
  background: var(--bb-pane-bg);
  color:#fff;
  display:flex;
  align-items:center;
  padding:clamp(30px, 5vw, 64px) clamp(20px, 4vw, 48px);
}

.bb-banner__inner{
  max-width:540px;
  width: 100%;
}

/* =============================================
   TİPOGRAFİ — Cormorant Garamond + Jost
   ============================================= */

/* Başlık */
.bb-banner__heading{
  margin:0 0 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(38px, 5.8vw, 68px);
  color: inherit;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 0.88;
  letter-spacing: -0.01em;
}

.bb-banner__heading > span,
.bb-banner__heading > em {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0.92;
}

/* Eyebrow — Jost, küçük caps hissi */
.bb-banner__heading .bb-eyebrow{
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(10px, 1.1vw, 12px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 8px;
  line-height: 1;
}

/* İtalik kelime — Cormorant'ın en güçlü anı */
.bb-banner__heading .bb-heading-italic {
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.bb-banner__heading .bb-heading-rest {
  margin-top: 2px;
  font-weight: 600;
}

/* Alt başlık — Jost Light */
.bb-banner__subtext{
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: clamp(13px, 1.5vw, 14px);
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  margin: 0 0 22px;
  max-width: 38ch;
  letter-spacing: 0.01em;
}

.bb-banner__subtext p { margin: 0; }

/* Medya */
.bb-banner__media{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  height:auto;
  min-height:62vh;
  align-self:stretch;
  overflow:hidden;
  background:#000;
}

.bb-banner__media:has(> :nth-child(2)){
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
}

.bb-banner__img,
.bb-banner__video{
  display:block; width:100%; height:100%;
  object-fit:cover; min-width:0; min-height:0;
}
.bb-banner__video{ background:#000; }

/* Shopify boş img temizleme */
.bb-banner__media > img[width="0"][height="0"],
.bb-banner__media > img:not([src]):not([srcset]),
.bb-banner__media > source:only-child{ display:none!important; }

/* Sayı stili */
.bb-banner__heading .bb-num{
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  letter-spacing: 0.02em;
}

/* =============================================
   ROZET
   ============================================= */

.bb-badge {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  padding: 4px 10px;
  margin-bottom: 16px;
}

/* =============================================
   BUTON + CTA
   ============================================= */

.bb-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2a2a2a;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
  padding: 11px 22px;
  border-radius: 50px;
  border: 1.5px solid #2a2a2a;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.bb-banner__btn:hover {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.7);
}

.bb-btn-arrow {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.bb-banner__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 22px;
}

.bb-btn-subtext {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.03em;
}

/* =============================================
   GÜVEN SATIRI
   ============================================= */

.bb-trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.bb-trust__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.bb-trust__stars svg {
  width: 11px;
  height: 11px;
  fill: #fff5f7;
  stroke: #c94468;
  stroke-width: 0.75;
}

.bb-trust__divider {
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
  flex-shrink: 0;
}

.bb-trust__text {
  color: rgba(255, 255, 255, 0.72);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1200px) and (min-width: 981px) {
  .bb-hero-banner__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  }
}

@media (max-width:980px){
  .bb-hero-banner__grid{ grid-template-columns:1fr; min-height:unset; }
  .bb-banner__pane{ padding:40px 22px; }
  .bb-banner__heading{ font-size: clamp(32px, 7vw, 56px); }
  .bb-banner__subtext{ font-size: clamp(12px, 2.2vw, 14px); max-width: 50ch; }
}

@media (max-width:768px){
  .bb-hero-banner__grid{ display:flex; flex-direction:column; }

  .bb-banner__media{
    order:1;
    height: 96vw;
    min-height: 200px;
    max-height: 55vh;
    grid-template-columns:1fr;
  }
  .bb-banner__media:has(> :nth-child(2)){ grid-template-columns:1fr 1fr; }

  .bb-banner__img,
  .bb-banner__video{ height:100%; object-fit:cover; }

  .bb-banner__pane{
    order:2;
    text-align:center;
    height: auto;
    min-height: unset;
    padding: 28px 20px 36px;
    display:flex; align-items:center; justify-content:center;
  }

  .bb-banner__inner{ max-width:520px; margin:0 auto; }

  .bb-banner__heading{
    align-items: center;
    font-size: clamp(40px, 10vw, 62px);
  }

  .bb-banner__heading > span,
  .bb-banner__heading > em {
    line-height: 0.92;
  }

  .bb-badge {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .bb-banner__cta-wrap {
    align-items: center;
  }

  .bb-trust {
    justify-content: center;
  }
}
