/** Shopify CDN: Minification failed

Line 114:0 All "@import" rules must come first

**/
/* Inter Font Import */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");

/* Apply Inter globally */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
  font-family: "Inter", sans-serif !important;
}

/* SEE ALL (like Peso) styling inside image banner */
.image-banner .banner__content {
  text-align: left;
}

.image-banner .banner__text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 4px;
}

.image-banner .banner__heading {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Hover effect for SHOP NOW button */
.button {
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
/* Bild-Banner Text & Button linksbündig – auch mobil */
.image-banner__content {
  align-items: flex-start !important;
  text-align: left !important;
}

.image-banner__heading,
.image-banner__subheading {
  text-align: left !important;
}

/* Optional: Button etwas Abstand oben */
.image-banner__buttons {
  margin-top: 8px;
}
/* Banner full-width – kein Abstand oben/unten */
.image-banner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* Bild auf gesamte Breite strecken */
.image-banner__media {
  width: 100vw !important;
  max-width: 100% !important;
  margin: 0 auto;
}

/* Inhalt nah an den Rand, aber mit Luft */
.image-banner__content {
  padding: 3rem 2rem !important;
  max-width: none !important;
}

/* Headline stilvoll */
.image-banner__heading {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Button clean & smooth */
.image-banner__buttons .button {
  border: 1px solid white;
  background: transparent;
  color: white;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.image-banner__buttons .button:hover {
  background-color: white;
  color: black;
}
/* ======= FONT: INTER CLEAN ======= */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

* {
  font-family: "Inter", sans-serif !important;
}

/* ======= BANNER: SEAMLESS FULL WIDTH ======= */
.image-banner {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  border: none !important;
}

/* ======= BUTTON STYLE: PLAIN + HOVER ======= */
.button,
.button--primary,
.button--secondary {
  background-color: transparent !important;
  border: 1.5px solid white;
  color: white !important;
  padding: 10px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.button:hover,
.button--primary:hover,
.button--secondary:hover {
  background-color: white !important;
  color: #111 !important;
}

/* ======= HEADING TEXT: SMOOTH & CLEAN ======= */
.image-banner__heading {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
}
.video-banner {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none; /* ← NICHT anklickbar */
  transition: transform 0.5s ease;
}

.video-banner:hover .video-bg {
  transform: scale(1.02); /* sanfter Zoom bei Hover */
}

.video-overlay {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: white;
  font-family: "Inter", sans-serif;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.banner-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.banner-button:hover {
  background: white;
  color: #111;
}
.custom-video-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 700px;
}

.custom-video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  pointer-events: none; /* Deaktiviert Klicks auf das Video */
}

.custom-video-banner:hover video {
  transform: scale(1.05); /* Eleganter Hover-Zoom wie Apple/Peso */
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none; /* Overlay nicht klickbar außer Button */
}

.banner-button {
  display: inline-block;
  background-color: white;
  color: black;
  text-decoration: none;
  padding: 8px 16px;
  font-weight: bold;
  pointer-events: auto; /* Button bleibt klickbar */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.banner-button:hover {
  background-color: black;
  color: white;
}
.button,
.button--primary {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-radius: 2rem;
  background: #111;
  color: #fff;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.button:hover {
  background: #333;
}
/* Mehr Weißraum über und unter der Featured Collection */
.section-template--featured-collection {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Für extra sauberen Look auch auf Mobile */
@media screen and (max-width: 749px) {
  .section-template--featured-collection {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
/* Weißraum um die vorgestellte Kollektion auf der Startseite */
#shopify-section-template--featured-collection {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--featured-collection {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.usp-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding: 60px 20px;
  text-align: center;
}

.usp-block h4 {
  margin: 12px 0 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.usp-block p {
  font-size: 14px;
  color: #444;
  font-family: "Inter", sans-serif;
}

.usp-icon {
  font-size: 28px;
}
.button,
.button--primary {
  background-color: #111 !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Inter", sans-serif;
  padding: 12px 24px;
  border-radius: 32px;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.3s ease;
  text-decoration: none;
  appearance: none;
}

.button:hover {
  background-color: #333 !important;
}
.button,
.button--primary,
.shopify-challenge__button,
form button,
.shopify-payment-button__button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #111 !important;
  color: #fff !important;
  font-family: "Inter", sans-serif;
  padding: 12px 24px;
  border-radius: 32px;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  appearance: none;
  transition: all 0.3s ease;
}

.button:hover,
.button--primary:hover,
form button:hover {
  background-color: #333 !important;
  color: #fff !important;
}

.button:focus,
.button--primary:focus,
form button:focus,
.button:focus-visible,
form button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}
button:focus,
button:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button--unbranded:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
*:focus,
*:focus-visible,
*:active,
*:hover,
button:focus,
button:focus-visible,
button:active,
button:hover,
a:focus,
a:focus-visible,
input:focus,
input:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button--unbranded:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: background 0.3s ease, color 0.3s ease;
}

.button:focus,
.button:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.button::before,
.button::after {
  display: none !important;
}
.pf-slider-nav.pagination-style-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  gap: 8px;
}

.pf-slider-nav.pagination-style-2 button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #111;
  opacity: 0.2;
  border: none;
  transition: opacity 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.pf-slider-nav.pagination-style-2 button.active {
  opacity: 1;
  transform: scale(1.15);
}
