/** Shopify CDN: Minification failed

Line 70:9 Expected identifier but found whitespace
Line 70:11 Unexpected "{"
Line 70:20 Expected ":"
Line 70:63 Expected ":"
Line 277:35 Expected identifier but found whitespace
Line 277:37 Unexpected "{"
Line 277:46 Expected ":"
Line 277:89 Expected ":"
Line 313:34 Expected identifier but found whitespace
Line 313:36 Unexpected "{"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ds-hero-banner (INDEX:18) */
/* ═══════════════════════════════════════════
   DS HERO BANNER SLIDER
═══════════════════════════════════════════ */
.ds-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #2A1A0E;
  font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
}

/* ── Track ── */
.ds-banner-track {
  position: relative;
  width: 100%;
}

/* ── Slides ── */
.ds-banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
  z-index: 1;
}
.ds-banner-slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;  /* active slide takes up space */
  z-index: 2;
}

/* ── Images ── */
.ds-banner-img {
  width: 100%;
  display: block;
}

/* DESKTOP image — shown by default */
.ds-banner-img--desktop {
      width: 100%;
    height: auto;
    display: block;
}

/* MOBILE image — hidden on desktop */
.ds-banner-img--mobile {
  display: none;
  height: {{ section.settings.mobile_height | default: 520 }}px;
}

/* ── Placeholder (no image uploaded) ── */
.ds-banner-placeholder {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.ds-banner-placeholder--0 { background: linear-gradient(135deg, #5C1A1A 0%, #8B3A0A 50%, #4A1A0E 100%); }
.ds-banner-placeholder--1 { background: linear-gradient(135deg, #3A1A0E 0%, #6B3A1A 50%, #2A0E0E 100%); }
.ds-banner-placeholder--2 { background: linear-gradient(135deg, #1A3A2A 0%, #3A6B2A 50%, #0E2A1A 100%); }
.ds-banner-placeholder--3 { background: linear-gradient(135deg, #1A1A3A 0%, #3A2A6B 50%, #0E0E2A 100%); }
.ds-banner-ph-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 40px;
  text-align: center;
}
.ds-banner-ph-hint {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: rgba(196,154,60,0.6);
  max-width: 260px;
  line-height: 1.6;
}

/* ── Overlay ── */
.ds-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* ── Text content ── */
.ds-banner-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
  max-width: 640px;
}
.ds-banner-content--left  { align-items: flex-start; left: 0; }
.ds-banner-content--center { align-items: center; text-align: center; left: 50%; transform: translateX(-50%); }
.ds-banner-content--right  { align-items: flex-end; text-align: right; left: auto; right: 0; }

.ds-banner-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C49A3C;
  margin: 0 0 12px;
}
.ds-banner-heading {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 52px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.15;
  margin: 0 0 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.ds-banner-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 420px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
.ds-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.ds-banner-btn--solid {
  background: #7B1818;
  color: #FFFFFF;
}
.ds-banner-btn--solid:hover { background: #5C0F0F; gap: 14px; }
.ds-banner-btn--outline {
  background: transparent;
  color: #FFFFFF;
  border: 1.5px solid rgba(255,255,255,0.7);
}
.ds-banner-btn--outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  gap: 14px;
}
.ds-banner-btn--gold {
  background: #C49A3C;
  color: #2A1A0E;
}
.ds-banner-btn--gold:hover { background: #D4AA4C; gap: 14px; }

/* ── Arrows ── */
.ds-banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #FFFFFF;
  transition: all 0.2s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ds-banner-arrow:hover {
  background: #7B1818;
  border-color: #C49A3C;
  color: #C49A3C;
}
.ds-banner-prev { left: 20px; }
.ds-banner-next { right: 20px; }

/* ── Dots ── */
.ds-banner-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.ds-banner-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: 1.5px solid rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}
.ds-banner-dot.active {
  background: #C49A3C;
  border-color: #C49A3C;
  width: 28px;
  border-radius: 4px;
}

/* ── Slide counter ── */
.ds-banner-counter {
  position: absolute;
  bottom: 22px;
  right: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.55);
}
.ds-banner-counter-cur { color: #C49A3C; font-size: 14px; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */

/* ── TABLET 1024px ── */
@media screen and (max-width: 1024px) {
  .ds-banner-img--desktop { height: 480px; }
  .ds-banner-content { padding: 0 50px; }
  .ds-banner-heading { font-size: 42px; }
  .ds-banner-sub     { font-size: 13px; }
  .ds-banner-arrow   { width: 40px; height: 40px; }
}

/* ── MOBILE 768px — Switch to mobile image ── */
@media screen and (max-width: 768px) {

  /* Hide desktop image, show mobile image */
  .ds-banner-img--desktop { display: none !important; }
  .ds-banner-img--mobile  { display: block !important; }

  .ds-banner-img--mobile  { height: {{ section.settings.mobile_height | default: 520 }}px;         height: auto;}

  .ds-banner-content {
    padding: 0 28px;
    max-width: 100%;
    bottom: 0;
    top: auto;
    justify-content: flex-end;
    padding-bottom: 50px;
  }
  .ds-banner-content--center {
    left: 0;
    transform: none;
    align-items: flex-start;
    text-align: left;
  }
  .ds-banner-content--right {
    right: auto;
    left: 0;
    align-items: flex-start;
    text-align: left;
  }

  .ds-banner-heading { font-size: 30px; margin-bottom: 10px; }
  .ds-banner-sub     { font-size: 12.5px; margin-bottom: 20px; max-width: 100%; }
  .ds-banner-eyebrow { font-size: 9px; letter-spacing: 2px; margin-bottom: 8px; }
  .ds-banner-btn     { font-size: 9.5px; padding: 12px 20px; }

  .ds-banner-arrow   { width: 34px; height: 34px; }
  .ds-banner-prev    { left: 10px; }
  .ds-banner-next    { right: 10px; }
  .ds-banner-dots    { bottom: 14px; }
}

/* ── SMALL MOBILE 480px ── */
@media screen and (max-width: 480px) {
  .ds-banner-img--mobile { height: {{ section.settings.mobile_height_sm | default: 440 }}px; }
  .ds-banner-heading { font-size: 26px; }
  .ds-banner-sub     { display: none; }
  .ds-banner-content { padding: 0 18px; padding-bottom: 44px; }
  .ds-banner-arrow   { width: 30px; height: 30px; }
}

/* ── TINY 360px ── */
@media screen and (max-width: 360px) {
  .ds-banner-img--mobile { height: 380px; }
  .ds-banner-heading { font-size: 22px; }
  .ds-banner-btn     { font-size: 9px; padding: 11px 16px; }
}
/* END_SECTION:ds-hero-banner */