* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 185px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #0b0b0b;
  color: #ffffff;
}

/* HEADER */

.header {
  width: 100%;
  padding: 24px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(11, 11, 11, 0.85);
  backdrop-filter: blur(12px);
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #d6b56d;
}

.logo-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.logo span {
  line-height: 1;
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 28px;
  font-size: 14px;
  opacity: 0.75;
  transition: 0.3s;
}

.nav a:hover {
  opacity: 1;
  color: #d6b56d;
}

/* STARTSEITE / HERO */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 120px 70px 60px;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.65) 38%,
      rgba(0, 0, 0, 0.18) 70%
    ),
    url("hero-watch.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  max-width: 620px;
}

.eyebrow {
  color: #c7a56a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: 72px;
  line-height: 1.05;
  margin-bottom: 24px;
}

.hero-text {
  color: #cfcfcf;
  font-size: 18px;
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 36px;
}

.hero-button {
  display: inline-block;
  padding: 15px 34px;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  text-decoration: none;
  font-weight: 800;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 12px 35px rgba(214, 181, 109, 0.25);
}

.hero-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(214, 181, 109, 0.38);
}

/* KOLLEKTION */

.collection-section {
  padding: 110px 70px;
  text-align: center;
  background: #0b0b0b;
}

.collection-section h2,
.story-section h2,
.contact-section h2 {
  font-size: 42px;
  margin-bottom: 16px;
}

.section-text {
  color: #b8b8b8;
  margin-bottom: 55px;
  font-size: 17px;
}

.watch-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.watch-card {
  width: 310px;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 32px 24px;
  cursor: pointer;
  transition: 0.35s;
}

.watch-card:hover {
  transform: translateY(-12px);
  border-color: rgba(199, 165, 106, 0.65);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.watch-card h3 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.watch-card p {
  color: #a8a8a8;
}

.price {
  display: inline-block;
  margin-top: 12px;
  color: #d6b56d;
  font-weight: 800;
}

/* CSS-UHREN FALLS DU SIE NOCH NUTZT */

.watch-image {
  height: 260px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strap {
  width: 58px;
  height: 230px;
  border-radius: 28px;
  position: absolute;
}

.watch-face {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  position: absolute;
  border: 8px solid #d8d8d8;
  background: #080808;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.12);
}

.watch-face::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 38px;
  background: #ffffff;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.watch-face::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  background: #c7a56a;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.classic .strap {
  background: #111111;
  border: 1px solid #333333;
}

.classic .watch-face {
  border-color: #d9d9d9;
}

.noir .strap {
  background: #000000;
  border: 1px solid #222222;
}

.noir .watch-face {
  border-color: #1f1f1f;
}

.steel .strap {
  background: linear-gradient(90deg, #777777, #d9d9d9, #777777);
}

.steel .watch-face {
  border-color: #bfbfbf;
}

/* PRODUKTBILDER IN KARTEN */

.product-image-box {
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.watch-photo {
  max-height: 240px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* STORY */

.story-section {
  padding: 100px 25px;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #0b0b0b, #121212);
}

.story-box {
  max-width: 850px;
  text-align: center;
  padding: 60px;
  border-radius: 28px;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.story-box p {
  color: #c7c7c7;
  line-height: 1.8;
  font-size: 17px;
}

/* KONTAKT / FRÜHZUGANG */

.contact-section {
  padding: 100px 25px;
  text-align: center;
  background: #0b0b0b;
}

.contact-section p {
  color: #b8b8b8;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form input {
  padding: 16px;
  border-radius: 12px;
  border: none;
  outline: none;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 15px;
}

.contact-form input:focus {
  border: 1px solid rgba(214, 181, 109, 0.7);
}

.contact-form button {
  padding: 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
}

.form-hint {
  max-width: 520px;
  margin: 14px auto 0;
  color: #777777 !important;
  font-size: 13px;
  line-height: 1.5;
}

/* FOOTER */

.footer {
  padding: 35px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  color: #777777;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #080808;
}

.footer p {
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #888888;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #d6b56d;
}

/* POPUPS */

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-content {
  width: 100%;
  max-width: 520px;
  background: #151515;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(199, 165, 106, 0.4);
  position: relative;
  text-align: center;
}

.modal-content h2 {
  font-size: 32px;
  margin-bottom: 18px;
}

.modal-content p {
  color: #c7c7c7;
  line-height: 1.7;
  margin-bottom: 22px;
}

.modal-content h3 {
  color: #c7a56a;
  margin-bottom: 24px;
  font-size: 26px;
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
}

.modal-button {
  padding: 14px 28px;
  border: none;
  border-radius: 100px;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
}

.waitlist-modal-content {
  max-width: 560px;
}

/* RECHTLICHE SEITEN */

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 150px 25px 90px;
  color: #ffffff;
}

.legal-page h1 {
  font-size: 52px;
  margin-bottom: 30px;
}

.legal-page h2 {
  font-size: 24px;
  margin-top: 42px;
  margin-bottom: 14px;
  color: #d6b56d;
}

.legal-page p {
  color: #c7c7c7;
  line-height: 1.8;
  font-size: 16px;
}

/* PRODUKTSEITE */

.product-page {
  background: #070707;
  color: #ffffff;
}

.product-hero {
  min-height: 100vh;
  padding: 140px 70px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.product-image-area {
  background: #ffffff;
  border: none;
  border-radius: 32px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-main-image {
  width: 100%;
  max-width: 520px;
  display: block;
  object-fit: contain;
  background: #ffffff;
}

.product-info h1 {
  font-size: 62px;
  line-height: 1.05;
  margin-bottom: 18px;
}

.product-tagline {
  font-size: 22px;
  color: #d6b56d;
  margin-bottom: 24px;
}

.product-description {
  color: #c7c7c7;
  line-height: 1.8;
  font-size: 17px;
  margin-bottom: 30px;
  max-width: 590px;
}

.product-price {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 28px;
}

.product-details {
  padding: 40px 70px 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.detail-card {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 30px;
}

.detail-card h3 {
  color: #d6b56d;
  font-size: 22px;
  margin-bottom: 12px;
}

.detail-card p {
  color: #b8b8b8;
  line-height: 1.7;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .product-hero {
    grid-template-columns: 1fr;
    padding: 130px 25px 70px;
  }

  .product-info h1 {
    font-size: 44px;
  }

  .product-details {
    grid-template-columns: 1fr;
    padding: 30px 25px 80px;
  }
}

@media (max-width: 800px) {
  .header {
    padding: 20px 25px;
    flex-direction: column;
    gap: 16px;
  }

  .nav a {
    margin: 0 8px;
    font-size: 13px;
  }

  .hero {
    padding: 150px 25px 70px;
    text-align: left;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-text {
    font-size: 16px;
  }

  .collection-section {
    padding: 90px 25px;
  }

  .watch-card {
    width: 100%;
    max-width: 340px;
  }

  .story-box {
    padding: 35px 24px;
  }

  .footer {
    padding: 35px 25px;
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}

/* FIX PRODUKTBOX */

.product-image-area {
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 32px !important;
  padding: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
}

.product-main-image {
  width: auto !important;
  height: 100% !important;
  max-height: 700px !important;
  object-fit: contain !important;
  display: block !important;
  background: #ffffff !important;
  transform: scale(1.18);
}
.product-image-area {
  background: #ffffff;
  border: none;
  border-radius: 32px;
  padding: 30px;
  width: 100%;
  max-width: 520px;
  height: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-main-image {
  width: auto;
  height: 100%;
  max-height: 640px;
  object-fit: contain;
  display: block;
  background: #ffffff;
}
.product-notice {
  position: fixed;
  right: 28px;
  bottom: 28px;
  max-width: 360px;
  background: #151515;
  color: #ffffff;
  border: 1px solid rgba(214, 181, 109, 0.45);
  border-radius: 16px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  z-index: 3000;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: 0.35s ease;
}

.product-notice.show {
  opacity: 1;
  transform: translateY(0);
}
.product-notify-box {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 360px;
  background: #151515;
  color: #ffffff;
  border: 1px solid rgba(214, 181, 109, 0.45);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.5);
  z-index: 3000;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: 0.35s ease;
}

.product-notify-box.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-notify-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.product-notify-title {
  color: #d6b56d;
  font-weight: 800;
  margin-bottom: 10px;
}

.product-notify-text {
  color: #c7c7c7;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

#productNotifyForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#productNotifyForm input {
  padding: 14px;
  border-radius: 12px;
  border: none;
  outline: none;
  background: #1f1f1f;
  color: #ffffff;
  font-size: 14px;
}

#productNotifyForm button {
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  font-weight: 800;
  cursor: pointer;
}

.product-notify-success {
  display: none;
  color: #d6b56d;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 14px;
}

@media (max-width: 600px) {
  .product-notify-box {
    right: 16px;
    left: 16px;
    bottom: 16px;
    width: auto;
  }
}
.collection-page {
  background: #0b0b0b;
  color: #ffffff;
  min-height: 100vh;
}

.collection-hero-page {
  padding: 160px 70px 60px;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(214, 181, 109, 0.12), transparent 35%),
    linear-gradient(180deg, #111111, #0b0b0b);
}

.collection-hero-page h1 {
  font-size: 58px;
  line-height: 1.05;
  margin-bottom: 22px;
}

.collection-hero-page p {
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
}

.collection-products {
  padding: 60px 70px 110px;
}

@media (max-width: 800px) {
  .collection-hero-page {
    padding: 150px 25px 50px;
  }

  .collection-hero-page h1 {
    font-size: 42px;
  }

  .collection-products {
    padding: 50px 25px 90px;
  }
}
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 4000;
  background: rgba(15, 15, 15, 0.96);
  border: 1px solid rgba(214, 181, 109, 0.35);
  border-radius: 18px;
  padding: 18px 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.5);
}

.cookie-banner strong {
  color: #d6b56d;
}

.cookie-banner p {
  margin-top: 6px;
  color: #c7c7c7;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.cookie-actions a {
  color: #d6b56d;
  text-decoration: none;
  font-size: 14px;
}

.cookie-actions button {
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-actions {
    width: 100%;
    justify-content: space-between;
  }
}
/* MOBILE FIX */

@media (max-width: 800px) {
  .header {
    padding: 16px 20px;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  .logo {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .logo-icon {
    width: 30px;
    height: 30px;
  }

  .nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav a {
    margin-left: 0;
    font-size: 12px;
  }

  .hero {
    min-height: 100vh;
    padding: 120px 22px 60px;
    background-position: center right;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.6;
    max-width: 330px;
  }

  .hero-button {
    padding: 13px 24px;
    font-size: 14px;
  }

  .collection-section,
  .collection-products {
    padding-left: 22px;
    padding-right: 22px;
  }

  .collection-section h2,
  .story-section h2,
  .contact-section h2,
  .collection-hero-page h1 {
    font-size: 34px;
  }

  .watch-grid {
    gap: 22px;
  }

  .watch-card {
    width: 100%;
    max-width: 360px;
  }

  .story-box {
    padding: 34px 22px;
  }

  .contact-section {
    padding: 80px 22px;
  }

  .product-hero {
    grid-template-columns: 1fr;
    padding: 125px 22px 60px;
    gap: 35px;
  }

  .product-image-area {
    height: auto !important;
    max-width: 100% !important;
    padding: 22px !important;
  }

  .product-main-image {
    max-width: 100% !important;
    max-height: none !important;
    transform: none !important;
  }

  .product-info h1 {
    font-size: 40px;
  }

  .product-tagline {
    font-size: 18px;
  }

  .product-description {
    font-size: 15px;
  }

  .footer {
    padding: 32px 22px;
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    gap: 14px;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}
@media (max-width: 1100px) {
  .header {
    padding: 22px 35px;
  }

  .product-hero {
    grid-template-columns: 1fr;
    padding: 140px 40px 80px;
  }

  .product-image-area {
    max-width: 560px;
    margin: 0 auto;
  }

  .product-info {
    text-align: center;
  }

  .product-description {
    margin-left: auto;
    margin-right: auto;
  }

  .watch-grid {
    gap: 24px;
  }

  .collection-section,
  .collection-products {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 800px) {
  .legal-page h1 {
    font-size: 38px;
    line-height: 1.1;
    word-break: normal;
  }
}
.product-gallery {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.thumbnail {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
  border: 2px solid transparent;
  background: #ffffff;
  transition: 0.25s;
}

.thumbnail:hover,
.thumbnail.active {
  border-color: #d6b56d;
  transform: translateY(-2px);
}

.product-gallery .product-image-area {
  flex: 1;
}

@media (max-width: 900px) {
  .product-gallery {
    flex-direction: column-reverse;
  }

  .product-thumbnails {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
  }
}
.thumbnail {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
}

.thumbnail.active,
.thumbnail:hover {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
} 
.thumbnail {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
}

.thumbnail.active,
.thumbnail:hover {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
.review-submit-section {
  padding: 100px 70px;
  text-align: center;
  background: #0b0b0b;
}

.review-submit-section h2 {
  font-size: 42px;
  margin-bottom: 18px;
}

.review-submit-section p {
  color: #b8b8b8;
  max-width: 620px;
  margin: 0 auto 34px;
  line-height: 1.7;
}

.review-form {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.review-form input,
.review-form textarea {
  padding: 16px;
  border-radius: 12px;
  border: none;
  outline: none;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.review-form textarea {
  min-height: 140px;
  resize: vertical;
}

.review-form button {
  padding: 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
}

.review-success {
  display: none;
  margin-top: 22px !important;
  color: #d6b56d !important;
  font-weight: 700;
}
.nocturne-main-image {
  transform: scale(1.42);
}
.cart-page {
  min-height: 100vh;
  padding: 150px 70px 90px;
  background: #0b0b0b;
  color: #ffffff;
}

.cart-page h1 {
  font-size: 56px;
  margin-bottom: 40px;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 900px;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 20px;
}

.cart-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 14px;
}

.cart-item-info {
  flex: 1;
}

.cart-item-info h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.cart-item-info p {
  color: #d6b56d;
  font-weight: 800;
}

.cart-remove {
  padding: 10px 16px;
  border: none;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
}

.cart-summary {
  max-width: 900px;
  margin: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #151515;
  border-radius: 18px;
  padding: 22px;
}

.cart-summary p {
  color: #b8b8b8;
}

.cart-summary strong {
  font-size: 26px;
  color: #d6b56d;
}

@media (max-width: 800px) {
  .cart-page {
    padding: 150px 24px 80px;
  }

  .cart-page h1 {
    font-size: 42px;
  }

  .cart-item {
    flex-direction: column;
    text-align: center;
  }
}
.secondary-button {
  margin-left: 12px;
  background: transparent;
  color: #d6b56d;
  border: 1px solid rgba(214, 181, 109, 0.5);
}
.cart-popup {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 340px;
  background: #151515;
  color: #ffffff;
  border: 1px solid rgba(214, 181, 109, 0.45);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.5);
  z-index: 3500;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: 0.35s ease;
}

.cart-popup.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cart-popup p {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 16px;
}

.cart-popup-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cart-popup-actions button,
.cart-popup-actions a {
  flex: 1;
  text-align: center;
  padding: 12px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.cart-popup-actions button {
  background: transparent;
  color: #d6b56d;
  border: 1px solid rgba(214, 181, 109, 0.5);
}

.cart-popup-actions a {
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
}

@media (max-width: 600px) {
  .cart-popup {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }

  .cart-popup-actions {
    flex-direction: column;
  }

  .cart-popup-actions button,
  .cart-popup-actions a {
    width: 100%;
  }
}
.cart-modal {
  display: none;
  position: fixed;
  z-index: 4000;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.cart-modal.show {
  display: flex;
}

.cart-modal-content {
  width: 100%;
  max-width: 540px;
  background: #151515;
  border: 1px solid rgba(214, 181, 109, 0.45);
  border-radius: 26px;
  padding: 42px;
  text-align: center;
  position: relative;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}

.cart-modal-content h2 {
  font-size: 38px;
  margin-bottom: 16px;
}

.cart-modal-content p {
  color: #c7c7c7;
  line-height: 1.7;
  margin-bottom: 26px;
}

.cart-modal-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.cart-modal-actions button,
.cart-modal-actions a {
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.cart-modal-actions button {
  background: transparent;
  color: #d6b56d;
  border: 1px solid rgba(214, 181, 109, 0.5);
}

.cart-modal-actions a {
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  border: none;
}

@media (max-width: 600px) {
  .cart-modal-content {
    padding: 34px 24px;
  }

  .cart-modal-content h2 {
    font-size: 32px;
  }

  .cart-modal-actions {
    flex-direction: column;
  }
}
.cart-quantity {
  display: inline-block;
  margin-top: 8px;
  color: #b8b8b8;
  font-size: 14px;
}
.quantity-control {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.quantity-control button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.quantity-control span {
  min-width: 24px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
}
.cart-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #ffffff;
}

.bag-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.bag-icon svg {
  width: 24px;
  height: 24px;
  stroke: #d6b56d;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-count-inside {
  display: none;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  color: #d6b56d;
  line-height: 1;
  text-align: center;
  padding-top: 2px;
}
/* Produktpreis weiter nach unten */
.product-price {
  margin-top: 16px !important;
  margin-bottom: 28px !important;
}
.collection-more-button {
  display: inline-block;
  margin-top: 50px;
  padding: 15px 34px;
  border-radius: 100px;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s;
  box-shadow: 0 12px 35px rgba(214, 181, 109, 0.22);
}

.collection-more-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(214, 181, 109, 0.35);
}
/* Kollektion Licht noch weicher */
.collection-hero-page {
  background:
    radial-gradient(
      circle at center,
      rgba(214, 181, 109, 0.07) 0%,
      rgba(214, 181, 109, 0.035) 32%,
      transparent 72%
    ),
    linear-gradient(180deg, #111111 0%, #0b0b0b 100%) !important;
}
html {
  scroll-padding-top: 42px !important;
}
/* STORY SEITE */

.story-page {
  background: #0b0b0b;
  color: #ffffff;
  min-height: 100vh;
}

.story-hero {
  padding: 170px 70px 90px;
  text-align: center;
  background:
    radial-gradient(
      circle at center,
      rgba(214, 181, 109, 0.08) 0%,
      rgba(214, 181, 109, 0.035) 35%,
      transparent 75%
    ),
    linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
}

.story-hero h1 {
  font-size: 68px;
  line-height: 1.05;
  margin-bottom: 24px;
}

.story-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #c7c7c7;
  font-size: 19px;
  line-height: 1.7;
}

.story-content-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 25px 120px;
}

.story-text-block {
  margin-bottom: 70px;
}

.story-text-block h2 {
  font-size: 36px;
  line-height: 1.15;
  margin-bottom: 22px;
  color: #ffffff;
}

.story-text-block p {
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 20px;
}

.story-quote-box {
  margin: 80px 0;
  padding: 46px;
  border-radius: 28px;
  background: #151515;
  border: 1px solid rgba(214, 181, 109, 0.35);
  text-align: center;
}

.story-quote-box p {
  color: #d6b56d;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 800px) {
  .story-hero {
    padding: 150px 24px 70px;
  }

  .story-hero h1 {
    font-size: 44px;
  }

  .story-hero p {
    font-size: 16px;
  }

  .story-content-page {
    padding: 60px 24px 90px;
  }

  .story-text-block h2 {
    font-size: 30px;
  }

  .story-text-block p {
    font-size: 16px;
  }

  .story-quote-box {
    padding: 34px 24px;
  }

  .story-quote-box p {
    font-size: 24px;
  }
}
/* Story Hero Bild breiter sichtbar */
.story-hero {
  min-height: 90vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.62)),
    url("story-hero.png") !important;
  background-size: 100% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0b0b0b !important;
}
/* Story Hero wie Startseite: Bild füllt den ganzen Bereich */
.story-hero {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  text-align: left !important;
  padding: 120px 70px 60px !important;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.62) 38%,
      rgba(0, 0, 0, 0.20) 72%
    ),
    url("story-hero.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.story-hero h1,
.story-hero p,
.story-hero .eyebrow {
  max-width: 620px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.story-hero h1 {
  font-size: 68px !important;
  line-height: 1.05 !important;
}

.story-hero p {
  color: #e5e5e5 !important;
}
/* Story Hero Bild minimal weiter runter */
.story-hero {
  background-position: center 20% !important;
}
/* Story Hero etwas heller */
.story-hero {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.68) 0%,
      rgba(0, 0, 0, 0.42) 38%,
      rgba(0, 0, 0, 0.10) 72%
    ),
    url("story-hero.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
/* Startseiten-Bild separat verschieben */
.hero {
  background-position: center 35% !important;
}

/* Story-Bild separat verschieben */
.story-hero {
  background-position: center 25% !important;
}
/* Startseite und Story heller */
.hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.30) 38%,
      rgba(0, 0, 0, 0.04) 72%
    ),
    url("hero-watch.png") !important;
}

.story-hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.30) 38%,
      rgba(0, 0, 0, 0.04) 72%
    ),
    url("story-hero.png") !important;
}
/* Start- und Story-Bilder heller */
.hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.38) 0%,
      rgba(0, 0, 0, 0.18) 38%,
      rgba(0, 0, 0, 0.00) 72%
    ),
    url("hero-watch.png") !important;
}

.story-hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.38) 0%,
      rgba(0, 0, 0, 0.18) 38%,
      rgba(0, 0, 0, 0.00) 72%
    ),
    url("story-hero.png") !important;
}
/* Warenkorb Handy-Fix */
@media (max-width: 800px) {
  .cart-page {
    padding: 145px 18px 70px !important;
  }

  .cart-page h1 {
    font-size: 36px !important;
    margin-bottom: 28px !important;
  }

  .cart-items {
    width: 100%;
    max-width: 100%;
  }

  .cart-item {
    width: 100%;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 16px !important;
    padding: 22px 18px !important;
  }

  .cart-item img {
    width: 130px !important;
    height: 130px !important;
    object-fit: contain !important;
  }

  .cart-item-info h3 {
    font-size: 20px !important;
  }

  .quantity-control {
    justify-content: center !important;
    margin-top: 14px !important;
  }

  .cart-remove {
    width: 100% !important;
    max-width: 240px !important;
    margin-top: 4px !important;
  }

  .cart-summary {
    width: 100%;
    max-width: 100%;
    margin: 26px 0 !important;
    padding: 20px !important;
  }
}
/* Story-Bild auf Handy weiter nach rechts */
@media (max-width: 800px) {
  .story-hero {
    background-position: 70% center !important;
  }
}
/* Warenkorb Handy kompakt */
@media (max-width: 800px) {
  .cart-page {
    padding: 135px 16px 70px !important;
  }

  .cart-page h1 {
    font-size: 34px !important;
    margin-bottom: 24px !important;
  }

  .cart-items {
    width: 100% !important;
    gap: 14px !important;
  }

  .cart-item {
    width: 100% !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 14px !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .cart-item img {
    width: 86px !important;
    height: 86px !important;
    border-radius: 12px !important;
    flex-shrink: 0 !important;
  }

  .cart-item-info {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .cart-item-info h3 {
    font-size: 17px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }

  .cart-item-info p {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }

  .quantity-control {
    justify-content: flex-start !important;
    gap: 10px !important;
    margin-top: 8px !important;
  }

  .quantity-control button {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
  }

  .quantity-control span {
    min-width: 20px !important;
    font-size: 14px !important;
  }

  .cart-remove {
    width: auto !important;
    max-width: none !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    align-self: flex-start !important;
    flex-shrink: 0 !important;
  }

  .cart-summary {
    margin: 22px 0 !important;
    padding: 18px !important;
    border-radius: 16px !important;
  }

  .cart-summary strong {
    font-size: 22px !important;
  }
}
/* Warenkorb Tablet + schmale Laptops */
@media (min-width: 801px) and (max-width: 1200px) {
  .cart-page {
    padding: 145px 40px 80px !important;
  }

  .cart-page h1 {
    font-size: 46px !important;
    margin-bottom: 32px !important;
  }

  .cart-items {
    width: 100% !important;
    max-width: 820px !important;
  }

  .cart-item {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .cart-item-info {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .cart-item-info h3 {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  .cart-item-info p {
    font-size: 16px !important;
  }

  .quantity-control {
    justify-content: flex-start !important;
  }

  .cart-remove {
    width: auto !important;
    padding: 10px 15px !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
  }

  .cart-summary {
    max-width: 820px !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }
}
/* KONTAKT SEITE */

.contact-page {
  background: #0b0b0b;
  color: #ffffff;
  min-height: 100vh;
}

.contact-hero-page {
  padding: 165px 70px 70px;
  text-align: center;
  background:
    radial-gradient(
      circle at center,
      rgba(214, 181, 109, 0.07) 0%,
      rgba(214, 181, 109, 0.035) 32%,
      transparent 72%
    ),
    linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
}

.contact-hero-page h1 {
  font-size: 58px;
  line-height: 1.05;
  margin-bottom: 22px;
}

.contact-hero-page p {
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
}

.contact-page-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 70px 110px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
}

.contact-info-card,
.contact-side-card {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  padding: 34px;
}

.contact-info-card h2 {
  font-size: 34px;
  margin-bottom: 14px;
}

.contact-info-card p,
.contact-side-card p {
  color: #b8b8b8;
  line-height: 1.7;
  margin-bottom: 24px;
}

.contact-page-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-page-form input,
.contact-page-form textarea {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  outline: none;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-page-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-page-form button {
  padding: 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
}

.contact-page-success {
  display: none;
  margin-top: 22px !important;
  color: #d6b56d !important;
  font-weight: 700;
}

.contact-side-card h3 {
  font-size: 26px;
  color: #d6b56d;
  margin-bottom: 14px;
}

.contact-side-card span {
  display: block;
  color: #777777;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.contact-side-card a {
  color: #d6b56d;
  text-decoration: none;
  font-weight: 700;
}

.contact-side-card a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .contact-hero-page {
    padding: 150px 24px 60px;
  }

  .contact-hero-page h1 {
    font-size: 42px;
  }

  .contact-page-content {
    padding: 50px 24px 90px;
    grid-template-columns: 1fr;
  }

  .contact-info-card,
  .contact-side-card {
    padding: 26px;
  }
}
/* Ziato Seitenkopf mit mehr Atmosphäre */
.collection-hero-page,
.contact-hero-page {
  padding: 155px 70px 75px !important;
  text-align: center !important;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(214, 181, 109, 0.22) 0%,
      rgba(214, 181, 109, 0.10) 26%,
      rgba(214, 181, 109, 0.03) 48%,
      transparent 72%
    ),
    linear-gradient(
      135deg,
      #15110a 0%,
      #0b0b0b 42%,
      #111111 100%
    ) !important;
  border-bottom: 1px solid rgba(214, 181, 109, 0.18) !important;
}

.collection-hero-page h1,
.contact-hero-page h1 {
  font-size: 54px !important;
  line-height: 1.05 !important;
  margin-bottom: 18px !important;
  color: #ffffff !important;
}

.collection-hero-page p,
.contact-hero-page p {
  font-size: 17px !important;
  line-height: 1.7 !important;
  max-width: 720px !important;
  color: #d0d0d0 !important;
}

.collection-hero-page .eyebrow,
.contact-hero-page .eyebrow {
  color: #d6b56d !important;
}
/* Kollektion & Kontakt Header weniger hoch */
.collection-hero-page,
.contact-hero-page {
  padding-top: 135px !important;
  padding-bottom: 45px !important;
}
/* CHECKOUT SEITE */

.checkout-page {
  min-height: 100vh;
  padding: 150px 70px 90px;
  background: #0b0b0b;
  color: #ffffff;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.checkout-form-area h1 {
  font-size: 56px;
  margin-bottom: 18px;
}

.checkout-note {
  color: #b8b8b8;
  line-height: 1.7;
  margin-bottom: 34px;
  max-width: 620px;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.checkout-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  outline: none;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.checkout-form textarea {
  min-height: 120px;
  resize: vertical;
}

.checkout-summary {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px;
  height: fit-content;
}

.checkout-summary h2 {
  font-size: 28px;
  margin-bottom: 24px;
}

.checkout-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-item img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 12px;
}

.checkout-item h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.checkout-item p {
  color: #b8b8b8;
  font-size: 14px;
}

.checkout-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  margin-top: 16px;
}

.checkout-total span {
  color: #b8b8b8;
}

.checkout-total strong {
  color: #d6b56d;
  font-size: 26px;
}

.checkout-success {
  display: none;
  margin-top: 24px;
  color: #d6b56d;
  font-weight: 800;
}

@media (max-width: 900px) {
  .checkout-page {
    padding: 140px 22px 80px;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-form-area h1 {
    font-size: 40px;
  }

  .checkout-row {
    grid-template-columns: 1fr;
  }
}
/* ACCOUNT / LOGIN */

.account-login-page,
.account-page {
  min-height: 100vh;
  padding: 155px 24px 90px;
  background:
    radial-gradient(
      circle at center,
      rgba(214, 181, 109, 0.10) 0%,
      rgba(214, 181, 109, 0.035) 34%,
      transparent 72%
    ),
    linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
  color: #ffffff;
}

.account-login-box,
.account-dashboard {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  background: #151515;
  border: 1px solid rgba(214, 181, 109, 0.22);
  border-radius: 28px;
  padding: 42px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.account-dashboard {
  max-width: 980px;
}

.account-login-box h1,
.account-dashboard h1 {
  font-size: 46px;
  line-height: 1.08;
  margin-bottom: 18px;
}

.account-login-text {
  color: #b8b8b8;
  line-height: 1.7;
  margin-bottom: 32px;
}

.account-tabs {
  display: flex;
  background: #0f0f0f;
  border-radius: 999px;
  padding: 6px;
  margin-bottom: 24px;
}

.account-tab {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #b8b8b8;
  font-weight: 800;
  cursor: pointer;
}

.account-tab.active {
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
}

.account-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.account-form input {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  outline: none;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 15px;
}

.account-form button,
.account-logout {
  padding: 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
}

.account-small-link {
  margin-top: 8px;
  color: #d6b56d;
  text-decoration: none;
  font-size: 14px;
}

.hidden {
  display: none;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
  margin-bottom: 28px;
}

.account-card {
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 24px;
  text-align: left;
}

.account-card h3 {
  color: #d6b56d;
  font-size: 20px;
  margin-bottom: 12px;
}

.account-card p {
  color: #b8b8b8;
  line-height: 1.6;
  font-size: 15px;
}

.account-logout {
  max-width: 220px;
}

@media (max-width: 800px) {
  .account-login-box,
  .account-dashboard {
    padding: 30px 22px;
  }

  .account-login-box h1,
  .account-dashboard h1 {
    font-size: 36px;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }
}
.account-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px !important;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(214, 181, 109, 0.45);
  border-radius: 50%;
  text-decoration: none;
  transition: 0.25s ease;
}

.account-icon-link svg {
  width: 20px;
  height: 20px;
  stroke: #d6b56d;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-icon-link:hover {
  border-color: rgba(214, 181, 109, 0.9);
  background: rgba(214, 181, 109, 0.08);
  transform: translateY(-2px);
}
.header {
  padding-left: 70px !important;
  padding-right: 30px !important;
}

.nav {
  margin-left: auto !important;
}
/* PRODUKTSUCHE */

.collection-search {
  margin: 34px auto 0;
  max-width: 460px;
}

.collection-search input {
  width: 100%;
  padding: 16px 18px;
  border-radius: 999px;
  border: 1px solid rgba(214, 181, 109, 0.35);
  outline: none;
  background: rgba(20, 20, 20, 0.85);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

.collection-search input::placeholder {
  color: #777777;
}

.collection-search input:focus {
  border-color: rgba(214, 181, 109, 0.85);
  box-shadow: 0 0 0 4px rgba(214, 181, 109, 0.08);
}

.no-products-found {
  display: none;
  margin-top: 34px;
  text-align: center;
  color: #b8b8b8;
}
.collection-products .collection-search {
  margin: 0 auto 20px;
  max-width: 460px;
}
/* Suchfeld auf Kollektion-Seite weiter nach oben */
.collection-products {
  padding-top: 25px !important;
}

.collection-products .collection-search {
  margin: 0 auto 25px !important;
}
.manifest-story-button {
  display: inline-block;
  margin-top: 34px;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s;
  box-shadow: 0 12px 35px rgba(214, 181, 109, 0.22);
}

.manifest-story-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(214, 181, 109, 0.35);
}
/* Account-Icon Handy-Fix */
@media (max-width: 800px) {
  .account-icon-link {
    width: 28px !important;
    height: 28px !important;
    margin-left: 6px !important;
    border-width: 1px !important;
  }

  .account-icon-link svg {
    width: 16px !important;
    height: 16px !important;
  }

  .nav {
    gap: 8px !important;
    align-items: center !important;
  }

  .cart-nav-link {
    gap: 5px !important;
  }

  .bag-icon {
    width: 22px !important;
    height: 22px !important;
  }

  .bag-icon svg {
    width: 22px !important;
    height: 22px !important;
  }
}
/* Header Account-Icon Fix für Tablets + schmale Laptops */
@media (min-width: 801px) and (max-width: 1200px) {
  .header {
    padding-left: 35px !important;
    padding-right: 28px !important;
  }

  .nav {
    gap: 14px !important;
    align-items: center !important;
  }

  .nav a {
    margin-left: 14px !important;
    font-size: 13px !important;
  }

  .cart-nav-link {
    gap: 6px !important;
  }

  .bag-icon {
    width: 23px !important;
    height: 23px !important;
  }

  .bag-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  .account-icon-link {
    width: 31px !important;
    height: 31px !important;
    margin-left: 10px !important;
  }

  .account-icon-link svg {
    width: 18px !important;
    height: 18px !important;
  }
}
/* Große Bildschirme / Fernseher */
@media (min-width: 1600px) {
  .hero-content,
  .story-hero h1,
  .story-hero p,
  .story-hero .eyebrow {
    max-width: 720px !important;
  }

  .collection-section,
  .collection-products,
  .product-hero,
  .contact-page-content,
  .checkout-layout,
  .account-dashboard {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero h1,
  .story-hero h1 {
    font-size: 82px !important;
  }

  .hero-text,
  .story-hero p {
    font-size: 21px !important;
  }

  .watch-grid {
    gap: 42px !important;
  }
}
@media (min-width: 2200px) {
  body {
    font-size: 18px;
  }

  .header {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .hero,
  .story-hero {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}
/* Story-Bild weiter nach unten */
.story-hero {
  background-position: center 65% !important;
}
/* Story-Bild auf Handy weiter nach links */
@media (max-width: 800px) {
  .story-hero {
    background-position: 65% 70% !important;
  }
}

.contact-side-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 26px 0;
}

.contact-side-list div {
  padding: 16px;
  border-radius: 16px;
  background: #1c1c1c;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-side-list strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 6px;
}

.contact-side-list span {
  display: block;
  color: #9f9f9f;
  font-size: 13px;
  line-height: 1.5;
}

.contact-side-note {
  color: #c7c7c7 !important;
  margin-top: 20px;
}
/* Cookie Banner finaler Ziato Look */
.cookie-banner {
  left: 50% !important;
  right: auto !important;
  bottom: 24px !important;
  transform: translateX(-50%) !important;
  width: calc(100% - 48px) !important;
  max-width: 900px !important;
  background: rgba(12, 12, 12, 0.96) !important;
  border: 1px solid rgba(214, 181, 109, 0.45) !important;
  border-radius: 22px !important;
  padding: 22px 24px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65) !important;
}

.cookie-banner strong {
  font-size: 15px !important;
  color: #d6b56d !important;
}

.cookie-banner p {
  color: #cfcfcf !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.cookie-actions button {
  padding: 13px 22px !important;
  border-radius: 999px !important;
}

@media (max-width: 700px) {
  .cookie-banner {
    width: calc(100% - 28px) !important;
    bottom: 14px !important;
    padding: 20px !important;
  }
}
/* NEWSLETTER — CLEAN ZIATO STYLE */

.newsletter-section {
  padding: 110px 70px !important;
  background:
    linear-gradient(
      180deg,
      #0b0b0b 0%,
      #111111 48%,
      #0b0b0b 100%
    ) !important;
  text-align: center !important;
}

.newsletter-box {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 64px 70px !important;
  background:
    linear-gradient(
      135deg,
      rgba(214, 181, 109, 0.12) 0%,
      rgba(21, 21, 21, 0.96) 34%,
      rgba(12, 12, 12, 0.98) 100%
    ) !important;
  border: 1px solid rgba(214, 181, 109, 0.28) !important;
  border-radius: 34px !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45) !important;
}

.newsletter-box h2 {
  font-size: 46px !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
}

.newsletter-box p {
  max-width: 620px !important;
  margin: 0 auto 34px !important;
  color: #c7c7c7 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.newsletter-form {
  max-width: 620px !important;
  margin: 0 auto !important;
  display: flex !important;
  gap: 12px !important;
  padding: 8px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
}

.newsletter-form input {
  flex: 1 !important;
  background: transparent !important;
  border: none !important;
  padding: 14px 18px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  outline: none !important;
}

.newsletter-form button {
  padding: 14px 28px !important;
  border-radius: 999px !important;
  border: none !important;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a) !important;
  color: #000000 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.newsletter-hint {
  display: block !important;
  margin-top: 18px !important;
  color: #777777 !important;
  font-size: 13px !important;
}

.newsletter-success {
  display: none;
  margin-top: 22px !important;
  color: #d6b56d !important;
  font-weight: 800 !important;
}

@media (max-width: 700px) {
  .newsletter-section {
    padding: 80px 22px !important;
  }

  .newsletter-box {
    padding: 42px 22px !important;
    border-radius: 28px !important;
  }

  .newsletter-box h2 {
    font-size: 34px !important;
  }

  .newsletter-form {
    flex-direction: column !important;
    border-radius: 24px !important;
    padding: 12px !important;
  }

  .newsletter-form input {
    text-align: center !important;
  }

  .newsletter-form button {
    width: 100% !important;
  }
}
/* NEWSLETTER — ZIATO CLEAN MATCH */

.newsletter-section {
  padding: 100px 70px !important;
  background: #0b0b0b !important;
  text-align: center !important;
}

.newsletter-box {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 54px !important;
  background: #151515 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 28px !important;
  box-shadow: none !important;
}

.newsletter-box h2 {
  font-size: 42px !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
}

.newsletter-box p {
  max-width: 560px !important;
  margin: 0 auto 30px !important;
  color: #b8b8b8 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.newsletter-form {
  max-width: 520px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.newsletter-form input {
  width: 100% !important;
  padding: 16px !important;
  border-radius: 12px !important;
  border: none !important;
  outline: none !important;
  background: #1c1c1c !important;
  color: #ffffff !important;
  font-size: 15px !important;
  text-align: left !important;
}

.newsletter-form input:focus {
  border: 1px solid rgba(214, 181, 109, 0.65) !important;
}

.newsletter-form button {
  width: 100% !important;
  padding: 16px !important;
  border-radius: 12px !important;
  border: none !important;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a) !important;
  color: #000000 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  font-size: 15px !important;
}

.newsletter-hint {
  display: block !important;
  margin-top: 16px !important;
  color: #777777 !important;
  font-size: 13px !important;
}

.newsletter-success {
  display: none;
  margin-top: 22px !important;
  color: #d6b56d !important;
  font-weight: 800 !important;
}

@media (max-width: 700px) {
  .newsletter-section {
    padding: 80px 22px !important;
  }

  .newsletter-box {
    padding: 36px 24px !important;
  }

  .newsletter-box h2 {
    font-size: 34px !important;
  }
}
/* PRODUKT STORY SECTION */

.watch-story-section {
  padding: 110px 70px;
  background: #0b0b0b;
  color: #ffffff;
}

.watch-story-intro {
  max-width: 820px;
  margin: 0 auto 80px;
  text-align: center;
}

.watch-story-intro h2 {
  font-size: 48px;
  line-height: 1.08;
  margin-bottom: 22px;
}

.watch-story-intro p {
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.8;
}

.watch-story-grid {
  max-width: 1150px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.watch-story-grid.reverse {
  direction: rtl;
}

.watch-story-grid.reverse > * {
  direction: ltr;
}

.watch-story-image img {
  width: 100%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.watch-story-text h3 {
  font-size: 34px;
  margin-bottom: 18px;
  color: #ffffff;
}

.watch-story-text p {
  color: #b8b8b8;
  font-size: 17px;
  line-height: 1.8;
}

.watch-story-quote {
  max-width: 900px;
  margin: 90px auto 0;
  padding: 46px;
  text-align: center;
  border-radius: 28px;
  background: #151515;
  border: 1px solid rgba(214, 181, 109, 0.28);
}

.watch-story-quote p {
  color: #d6b56d;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 800;
}

@media (max-width: 850px) {
  .watch-story-section {
    padding: 80px 24px;
  }

  .watch-story-intro {
    margin-bottom: 58px;
  }

  .watch-story-intro h2 {
    font-size: 34px;
  }

  .watch-story-intro p {
    font-size: 16px;
  }

  .watch-story-grid,
  .watch-story-grid.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 62px;
    direction: ltr;
  }

  .watch-story-text h3 {
    font-size: 28px;
  }

  .watch-story-text p {
    font-size: 16px;
  }

  .watch-story-quote {
    padding: 34px 24px;
  }

  .watch-story-quote p {
    font-size: 24px;
  }
}
/* =========================
   ZIATO — CLEAN LUXURY REDESIGN
   ========================= */

:root {
  --ziato-bg: #080808;
  --ziato-bg-soft: #101010;
  --ziato-card: #141414;
  --ziato-line: rgba(255, 255, 255, 0.09);
  --ziato-gold: #b9975b;
  --ziato-gold-soft: #d2b574;
  --ziato-text: #f4f1ea;
  --ziato-muted: #a7a29a;
  --ziato-muted-2: #706c66;
}

/* Grundgefühl */
body {
  background: var(--ziato-bg) !important;
  color: var(--ziato-text) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Header ruhiger und edler */
.header {
  padding: 20px 72px !important;
  background: rgba(8, 8, 8, 0.76) !important;
  backdrop-filter: blur(18px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.logo {
  color: var(--ziato-text) !important;
  letter-spacing: 5px !important;
  font-size: 21px !important;
}

.logo-icon {
  width: 34px !important;
  height: 34px !important;
}

.nav a {
  color: rgba(244, 241, 234, 0.72) !important;
  font-size: 13px !important;
  letter-spacing: 0.3px !important;
}

.nav a:hover {
  color: var(--ziato-gold-soft) !important;
}

/* kleine Gold-Elemente subtiler */
.eyebrow {
  color: var(--ziato-gold) !important;
  font-size: 11px !important;
  letter-spacing: 4px !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
}

/* Hero: weniger Shop, mehr Marke */
.hero {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.50) 0%,
      rgba(0, 0, 0, 0.22) 44%,
      rgba(0, 0, 0, 0.04) 78%
    ),
    url("hero-watch.png") !important;
  background-size: cover !important;
  background-position: center 35% !important;
  padding-left: 82px !important;
}

.hero-content {
  max-width: 680px !important;
}

.hero h1,
.story-hero h1,
.product-info h1,
.collection-hero-page h1,
.contact-hero-page h1 {
  color: var(--ziato-text) !important;
  font-weight: 700 !important;
  letter-spacing: -2.5px !important;
}

.hero h1 {
  font-size: clamp(48px, 6vw, 86px) !important;
  line-height: 0.96 !important;
  margin-bottom: 28px !important;
}

.hero-text {
  color: rgba(244, 241, 234, 0.78) !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  max-width: 560px !important;
}

/* Buttons weniger laut */
.hero-button,
.collection-more-button,
.manifest-story-button,
.newsletter-form button,
.contact-page-form button,
.review-form button,
.checkout-form button,
.account-form button {
  background: transparent !important;
  color: var(--ziato-text) !important;
  border: 1px solid rgba(185, 151, 91, 0.65) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  letter-spacing: 0.4px !important;
  font-weight: 800 !important;
}

.hero-button:hover,
.collection-more-button:hover,
.manifest-story-button:hover,
.newsletter-form button:hover,
.contact-page-form button:hover,
.review-form button:hover,
.checkout-form button:hover,
.account-form button:hover {
  background: var(--ziato-gold) !important;
  color: #080808 !important;
  transform: translateY(-2px) !important;
}

/* Sections: mehr Ruhe */
.collection-section,
.story-section,
.newsletter-section,
.review-submit-section,
.collection-products {
  background: var(--ziato-bg) !important;
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

/* Überschriften cleaner */
.collection-section h2,
.story-section h2,
.newsletter-box h2,
.review-submit-section h2,
.story-text-block h2,
.watch-story-intro h2 {
  color: var(--ziato-text) !important;
  font-weight: 700 !important;
  letter-spacing: -1.2px !important;
}

.section-text,
.story-box p,
.newsletter-box p,
.review-submit-section p,
.product-description,
.detail-card p,
.contact-info-card p,
.contact-side-card p {
  color: var(--ziato-muted) !important;
}

/* Produktkarten: weniger rund, mehr Editorial */
.watch-card {
  background: #111111 !important;
  border: 1px solid var(--ziato-line) !important;
  border-radius: 18px !important;
  padding: 24px 22px 26px !important;
  box-shadow: none !important;
}

.watch-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(185, 151, 91, 0.45) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35) !important;
}

.product-image-box {
  background: #f3f0ea !important;
  border-radius: 14px !important;
  height: 260px !important;
  margin-bottom: 24px !important;
}

.watch-card h2,
.watch-card h3 {
  color: var(--ziato-text) !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
}

.watch-card p {
  color: var(--ziato-muted-2) !important;
  font-size: 14px !important;
}

.price {
  color: var(--ziato-gold-soft) !important;
  font-size: 15px !important;
}

/* Story Box weniger Popup, mehr Marke */
.story-section {
  background:
    linear-gradient(180deg, #080808 0%, #0e0e0e 100%) !important;
}

.story-box {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 18px !important;
  max-width: 900px !important;
  padding: 62px 50px !important;
}

/* Story-Seite hero */
.story-hero {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.46) 0%,
      rgba(0, 0, 0, 0.22) 44%,
      rgba(0, 0, 0, 0.02) 78%
    ),
    url("story-hero.png") !important;
  background-size: cover !important;
  background-position: center 65% !important;
}

.story-content-page {
  max-width: 860px !important;
}

.story-text-block p {
  color: var(--ziato-muted) !important;
}

/* Collection / Kontakt Header weniger “Banner” */
.collection-hero-page,
.contact-hero-page {
  background:
    linear-gradient(180deg, #0d0d0d 0%, #080808 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  padding-top: 140px !important;
  padding-bottom: 58px !important;
}

.collection-hero-page h1,
.contact-hero-page h1 {
  font-size: clamp(38px, 5vw, 54px) !important;
}

.collection-hero-page p,
.contact-hero-page p {
  color: var(--ziato-muted) !important;
}

/* Produktseite: mehr Luxus, weniger weiße Box dominant */
.product-page {
  background: var(--ziato-bg) !important;
}

.product-hero {
  gap: 76px !important;
}

.product-image-area {
  background: #efebe2 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

.product-info h1 {
  font-size: clamp(44px, 5vw, 68px) !important;
}

.product-tagline {
  color: var(--ziato-gold-soft) !important;
  font-size: 19px !important;
}

.product-spec-line,
.product-reference {
  color: var(--ziato-muted-2) !important;
}

.product-price {
  color: var(--ziato-text) !important;
  font-size: 30px !important;
}

/* Detail Cards */
.detail-card,
.contact-info-card,
.contact-side-card,
.newsletter-box,
.checkout-summary,
.account-login-box,
.account-dashboard,
.cart-item,
.cart-summary {
  background: #111111 !important;
  border: 1px solid var(--ziato-line) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.detail-card h2,
.detail-card h3,
.contact-side-card h3 {
  color: var(--ziato-gold-soft) !important;
}

/* Newsletter: clean wie Premium-Anmeldung */
.newsletter-box {
  max-width: 700px !important;
  padding: 52px 46px !important;
}

.newsletter-form input,
.contact-page-form input,
.contact-page-form textarea,
.review-form input,
.review-form textarea,
.checkout-form input,
.checkout-form textarea,
.account-form input {
  background: #171717 !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  border-radius: 12px !important;
  color: var(--ziato-text) !important;
}

.newsletter-form input:focus,
.contact-page-form input:focus,
.contact-page-form textarea:focus,
.review-form input:focus,
.review-form textarea:focus {
  border-color: rgba(185, 151, 91, 0.65) !important;
}

/* Footer */
.footer {
  background: #070707 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  color: var(--ziato-muted-2) !important;
}

.footer-links a {
  color: var(--ziato-muted-2) !important;
}

.footer-links a:hover {
  color: var(--ziato-gold-soft) !important;
}

/* Modals / Cookies dezenter */
.cookie-banner,
.modal-content,
.cart-modal-content,
.cart-popup {
  background: #111111 !important;
  border: 1px solid rgba(185, 151, 91, 0.35) !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55) !important;
}

/* Mobile */
@media (max-width: 800px) {
  .header {
    padding: 16px 18px !important;
  }

  .hero {
    padding-left: 24px !important;
    background-position: center right !important;
  }

  .story-hero {
    background-position: 45% 82% !important;
  }

  .story-box,
  .newsletter-box,
  .contact-info-card,
  .contact-side-card {
    padding: 32px 22px !important;
  }

  .product-image-box {
    height: 240px !important;
  }
}
/* Warenkorb-Zahl richtig ausblenden, wenn leer */
.cart-count-inside {
  display: none !important;
}

.cart-count-inside:not(:empty) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Warenkorb-Zahl nur anzeigen, wenn Klasse active vorhanden ist */
.cart-count-inside {
  display: none !important;
}

.cart-count-inside.active {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.account-icon-link {
  background: transparent;
  cursor: pointer;
  padding: 0;
}
/* Account Icon als Button fixen */
button.account-icon-link {
  background: transparent !important;
  border: 1px solid rgba(214, 181, 109, 0.45) !important;
  padding: 0 !important;
  margin-left: 18px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

button.account-icon-link svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  stroke: #d6b56d !important;
  fill: none !important;
}

@media (max-width: 800px) {
  button.account-icon-link {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    margin-left: 6px !important;
  }

  button.account-icon-link svg {
    width: 16px !important;
    height: 16px !important;
  }
}
/* Account Icon Reset / Notfall-Fix */
.account-icon-link {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  margin-left: 18px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: transparent !important;
  border: 1px solid rgba(214, 181, 109, 0.45) !important;
  border-radius: 50% !important;
  overflow: hidden !important;

  appearance: none !important;
  -webkit-appearance: none !important;
}

.account-icon-link svg {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
  max-width: 19px !important;
  max-height: 19px !important;

  display: block !important;
  stroke: #d6b56d !important;
  fill: none !important;
}

.account-icon-link svg path {
  stroke: #d6b56d !important;
  fill: none !important;
}

/* Falls irgendwo ein SVG direkt riesig geworden ist */
.nav svg {
  width: 19px !important;
  height: 19px !important;
}

/* Mobile */
@media (max-width: 800px) {
  .account-icon-link {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    margin-left: 6px !important;
  }

  .account-icon-link svg,
  .nav svg {
    width: 16px !important;
    height: 16px !important;
  }
}
/* Watches-Suchfeld etwas höher */
.collection-products {
  padding-top: 10px !important;
}

.collection-products .collection-search {
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}
.product-notify-box {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 360px;
  background: #151515;
  color: #ffffff;
  border: 1px solid rgba(214, 181, 109, 0.45);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.5);
  z-index: 3000;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: 0.35s ease;
}

.product-notify-box.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-notify-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.product-notify-title {
  color: #d6b56d;
  font-weight: 800;
  margin-bottom: 10px;
}

.product-notify-text {
  color: #c7c7c7;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

#productNotifyForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#productNotifyForm input {
  padding: 14px;
  border-radius: 12px;
  border: none;
  outline: none;
  background: #1f1f1f;
  color: #ffffff;
  font-size: 14px;
}

#productNotifyForm button {
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #d6b56d, #8f6f2a);
  color: #000000;
  font-weight: 800;
  cursor: pointer;
}

.product-notify-success {
  display: none;
  color: #d6b56d;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 14px;
}

@media (max-width: 600px) {
  .product-notify-box {
    right: 16px;
    left: 16px;
    bottom: 16px;
    width: auto;
  }
}
/* Nocturne Story Bilder erstmal ausblenden */
.watch-story-image {
  display: none !important;
}

.watch-story-grid,
.watch-story-grid.reverse {
  grid-template-columns: 1fr !important;
  max-width: 850px !important;
}

.watch-story-text {
  text-align: left !important;
}
/* Glacier Bereich in Arbeit Kasten */
.glacier-work-box-section {
  padding: 90px 70px;
  background: #080808;
  display: flex;
  justify-content: center;
}

.glacier-work-box {
  max-width: 760px;
  width: 100%;
  padding: 46px 38px;
  text-align: center;
  background: #111111;
  border: 1px solid rgba(185, 151, 91, 0.35);
  border-radius: 22px;
}

.glacier-work-box h2 {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.glacier-work-box p {
  color: #a7a29a;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 700px) {
  .glacier-work-box-section {
    padding: 70px 22px;
  }

  .glacier-work-box {
    padding: 34px 22px;
  }

  .glacier-work-box h2 {
    font-size: 30px;
  }
}
/* Großes Aufbau-Popup beim ersten Besuch */
.site-build-notice {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.site-build-notice-box {
  width: 100%;
  max-width: 720px;
  padding: 56px 46px;
  text-align: center;
  background: #111111;
  border: 1px solid rgba(185, 151, 91, 0.42);
  border-radius: 26px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.65);
  position: relative;
}

.site-build-notice-box h2 {
  font-size: 46px;
  line-height: 1.08;
  margin-bottom: 22px;
}

.site-build-notice-box p {
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 32px;
}

.site-build-notice-box button:not(.site-build-close) {
  padding: 15px 32px;
  border-radius: 999px;
  border: 1px solid rgba(185, 151, 91, 0.65);
  background: transparent;
  color: #f4f1ea;
  font-weight: 800;
  cursor: pointer;
}

.site-build-notice-box button:not(.site-build-close):hover {
  background: #b9975b;
  color: #080808;
}

.site-build-close {
  position: absolute;
  top: 18px;
  right: 22px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
}

@media (max-width: 700px) {
  .site-build-notice-box {
    padding: 44px 24px;
  }

  .site-build-notice-box h2 {
    font-size: 34px;
  }

  .site-build-notice-box p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .story-hero {
    background-position: 68% center !important;
  }
}
@media (max-width: 768px) {
  .hero {
    background-position: 70% center !important;
  }
}