/* =========================
   FONTS & COLORS (Nursima)
   ========================= */

  ::selection{
    background-color: #5b2058;
    color: #cccccc;
  }
body {
  background-color: #130c1c;
  padding: 0px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  width: 100%;
}

p,li,strong,h1,h2,h3,label, .description{
  color:#f0e6ef;
}
h1, h2, h3 {
  font-family: "Modern Antiqua", serif !important;
  font-weight: 400;
}

.product-info h3{
  color: #162716;
}

h1 { font-size: 3rem; text-shadow: 0 0 15px rgba(255, 255, 255, 0.4); }
h2 { font-size: 2.2rem; margin-bottom: 20px; }
h3 { font-size: 1.8rem; margin-bottom: 15px; }

p, .shipping-list li {
  font-family: "Playfair", serif !important;
  font-size: 1.3rem;
}

/* =========================
   HEADER
   ========================= */
   

   /* =========================
   Anjas Einschub zum scrollen
   ========================= */
   html {
    scroll-behavior: smooth;
}
/* =========================
   Anjas Einschub Ende
   ========================= */

.main-header {
  display: flex;

  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
 background-color: #1a1026 !important;
  border-bottom: 3px solid #3c2659 !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5), 0px -10px 30px rgba(19, 12, 28, 0.8);
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

/* Linke Seite */

.header-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Titel */

.header-left h1 {
  margin: 0;

  font-size: 36px;

  color: #F5E6CC;

  font-family: "Playfair", serif;
}

/* Untertitel */

.header-subtitle {
  margin-top: 8px;
  margin-bottom: 0;
}


/* Hover */

.navigation a:hover {
  background-color: #7A3E12;
}

.header-top-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.header-side {
  flex: 1; /* logo mittig*/
}

.logo-composite {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.logo-word {
  font-family: "Modern Antiqua", serif;
  font-size: 1.8rem;
  color: #f0e6ef;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.logo-image {
  height: 50px; /* größe flasche*/
  width: auto;
  filter: drop-shadow(0 0 10px rgba(206, 147, 216, 0.6));
  display: block;
}

.header-subtitle {
  font-family: "Playfair", serif !important;
  font-size: 1.2rem !important;
  color: #ce93d8 !important;
  margin: 0 0 25px 0 !important;
  width: 100%;
}

.action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
  border-top: 1px solid rgba(206, 147, 216, 0.15);
}


.header-right-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.header-icons {
  display: flex;
  gap: 15px;
}

.small-icon {
  height: 35px; /*größe der icons*/
  width: auto;
  filter: brightness(0) invert(1); /* schwarze icons weiß */
}

.search-bar-top input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #ce93d8;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  width:180px;
  font-family:"Playfair", serif;
  font-size: 0.95rem;
}

.search-bar-top input::placeholder {
  color: rgba(240, 230, 239, 0.5);
}

.user-menu-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Login-Button */
.auth-btn {
  font-family: "Playfair", serif !important;
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.login-btn {
  background-color: #5b2058 !important;
  color: #f0e6ef !important;
  border: 1px solid #ce93d8 !important;
}

.login-btn:hover {
  background-color: #ce93d8 !important;
  color: #130c1c !important;
}
.logout-btn {
  background-color: #521E00;
  color: #EFE4D2 !important;
  border: 1px solid #521E00;
}

.logout-btn:hover {
  background-color: #cc0000;
  color: white !important;
}
/* Dropdown für Registrierung ist das wirklich nützlich oder eher nicht? */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #1c1126;
  min-width: 140px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.6);
  border: 1px solid #ce93d8;
  border-radius: 8px;
  z-index: 100;
  overflow: hidden;
  margin-top: 5px;
}

.dropdown-content a {
  color: #f0e6ef !important;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-family: "Playfair", serif !important;
  font-size: 0.95rem;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #5b2058;
  color: #ce93d8 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Steuerung des Zauberhut-Dropdowns NEU*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: -10px;
  background-color: #1c1126;
  min-width: 150px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.6);
  border: 1px solid #ce93d8;
  border-radius: 8px;
  z-index: 100;
  overflow: hidden;
  margin-top: 8px;
}

.dropdown-welcome {
  font-family: "Playfair", serif;
  font-size: 0.9rem;
  color: #ce93d8;
  padding: 10px 15px 5px 15px;
  margin: 0;
  border-bottom: 1px solid rgba(206, 147, 216, 0.1);
}

.dropdown-content a {
  color: #f0e6ef !important;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-family: "Playfair", serif !important;
  font-size: 0.95rem;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #5b2058;
}

.dropdown:hover .dropdown-content {
  display: block; /* Zeigt das Menü beim Hovern über den Hut an */
}

.small-icon {
  height: 30px !important; /* Einheitliche Icon Größe */
}

/* Icons (Warenkorb) */
.small-icon {
  height: 28px !important;
  width: auto;
  filter: brightness(0) invert(1); /* Macht das Icon weiß */
  transition: transform 0.2s;
}

.small-icon:hover {
  transform: scale(1.1);
}



/* navigation */

.centered-nav {
  display: flex;
  justify-content: flex-start;
  flex: 1
}

.centered-nav ul {
  list-style: none;
  padding: 0;
  gap: 30px;
  margin: 0;
  padding:0;
  display: flex;
}

.centered-nav a {
  text-decoration: none;
  color: #f0e6ef;
  font-family: "Playfair", serif;
  font-size: 1.3rem;
  font-weight: 600;
  transition: color 0.2s;
}

.centered-nav a:hover {
  color: #ce93d8;
}

/*seite magischer und strukturieren */
.magic-hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #ce93d8, transparent);
  margin: 40px 0;
}

.shipping-list {
  list-style-position: inside;
  display: inline-block;
  text-align: left;
}




/* =========================
   PRODUCT CARDS (Paul)
   ========================= */

.product-card {
  display: flex;
  align-items: stretch;

  width: 460px;
  min-height: 200px;

  padding: 0;

  border: 1px solid #74479d;
  border-radius: 14px;

  background: #2e190aff;

  gap: 0;

  overflow: hidden;

  box-shadow: 0 0 18px rgba(185, 120, 255, 0.55);
  
}

/* Bild links */
.product-card-image {
  width: 180px;
  min-height: 220px;

  display: flex;
  justify-content: center;
  align-items: center;

  background:
 radial-gradient(circle,

rgba(255,245,255,.45) 0%,

rgba(214,180,255,.30) 35%,

rgba(145,90,200,.35) 70%,

#5e3b77 100%);
}

.product-card-image img {
  width: 300px;

  
    transform: translateY(-6px);

  height: auto;

  object-fit: contain;

  border: none;

  border-radius: 0;

  filter: drop-shadow(0 0 18px rgba(255,255,255,.45));
}

/* rechter Bereich */
.product-info {
  
text-align:left;
  display: flex;
  flex-direction: column;

  justify-content: center;

  padding: 20px;

  gap: 12px;

  color: #efe4d2;

  flex: 1;

}

/* Beschreibung */
.product-info .description {
    
    color: #efe4d2;

    font-size: 22px;

    line-height: 1.6;

    margin-top: 8px;

    margin-bottom: 10px;

    max-width: 260px;

    flex-grow: 1;
}

/* Preis */
.product-info .price {
  font-size: 24px;

  font-weight: bold;

  color: #ffd56d;

  margin-top:18px;
}

/* Button */
.product-info button {
    
  margin-top: auto;

    width: 100%;

    background: linear-gradient(
    to bottom,
    #5C2A6D,
    #33112F
    );

    color: #F6E9D5;

    font-family: "Playfair", serif;

    font-size: 18px;

    border: 1px solid #b884d8;

    border-radius: 10px;

    padding: 12px;

    cursor: pointer;

    transition: .25s;
}

 
.product-card button:hover {
 background: linear-gradient(
    to bottom,
    #492058,
    #1D061B
);
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.product-card:hover {
    transform: translateY(-4px);
    transition: .2s;
    box-shadow: 0 0 28px rgba(206,161,219,.75);
}

.product-info h3 {
  
text-align:left;
        font-size: 22px;

    color: #ffd56d;

    margin-top: 12px;
    margin-bottom: 12px;

    line-height: 1.2;
}

/* =========================
   PRODUCT Container (Paul)
   ========================= */

   .product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;   
  flex-direction: row;   
  justify-content: space-evenly;
}

   .product-container-favorites {
  display: flex;
  flex-wrap: wrap; 
  flex-direction: row;   
  justify-content: flex-end;
}

/* =========================
   PRODUCT SHOWCASE (Anja)
   ========================= */

   .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-link {
  color: #f0e6ef;
  text-decoration: none;
  font-family: "Playfair", serif;

  transition: 0.2s;
}

.cart-link:hover {
  color: #ce93d8;

  text-shadow:
    0 0 8px rgba(206, 147, 216, 0.8);
}

   .product-title {
  text-align: center;
}

.product-image {
  width: 25%;
  display: block;
  margin: auto;
}

.pricetag {
    text-align: center;
}

.order-form {
  text-align: center;
  margin-top: 30px;
}

.order-form input[type="number"] {
  width: 80px;
  padding: 5px;
  font-size: 1rem;
  text-align: center;
}

.order-form button {
  margin-top: 10px;
}

.product-box {
  background-color: #3c2659ff;   /* leicht heller als Body */
  border: 1px solid #ce93d8;
  border-radius: 12px;

  padding: 20px;
  margin-top: 30px;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  justify-content: center;
}

/* =========================
   WARENKORB/ MARKTBEUTEL (Anja)
   ========================= */

   .cart-item {
  display: flex;
  align-items: center;
  gap: 20px;

  background-color: #f7f1e6;
  border-radius: 12px;

  padding: 20px;
  margin: 30px auto;

  max-width: 700px;
}

.cart-item img {
  width: 120px;
  border-radius: 10px;
}

.cart-item h3,
.cart-item p {
  color: #162716;
}
.checkout-button:hover {
  background-color: #ce93d8;

  transform: scale(1.05);

  box-shadow:
    0 0 15px rgba(206, 147, 216, 0.9),
    0 0 35px rgba(206, 147, 216, 0.7);
}




  /*============================
   CHECKOUT / HÄNDLERTHEKE (Anja)
   ========================= */

.checkout-cart,
.checkout-form {
  background-color: #3c2659ff;

  border: 1px solid #ce93d8;
  border-radius: 12px;

  padding: 30px;

  margin: 30px auto;

  max-width: 750px;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Gesamtpreis */
.total {
  margin-top: 20px;

  color: #f0e6ef;

  text-align: right;
}

/* Formular */
.checkout-form input,
.checkout-form select {
  width: 80%;

  max-width: 500px;

  padding: 12px;

  border-radius: 8px;

  border: 1px solid #ce93d8;

  background-color: rgba(255,255,255,0.1);

  color: #f0e6ef;

  font-size: 1rem;
}

/* Effekt */
.checkout-form input:focus,
.checkout-form select:focus {
  outline: none;

  border-color: #f3c8ff;

  box-shadow: 0 0 10px rgba(206, 147, 216, 0.7);
}

.checkout-form label {
  font-size: 1.1rem;
}

.address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.address-grid input {
  width: 90% !important;
}




/*USER-AUTHENTICATION: BUTTONS & DROPDOWN-MENÜ
   Farben Login/Logout-Buttons, Logik für Profil-Dropdown. Nursima*/

.header-right-group {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 530px;
  justify-content: flex-end;
}

  .user-menu-container {
    display: flex;
    align-items: center;
    gap: 15px;
  }

/*basis styling für auth-buttons*/
  .auth-btn {
    font-family: "Playfair", serif !important;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
  }

  .login-btn {
    background-color: #5b2058;
    color: #f0e6ef !important;
    border: 1px solid #ce93d8;
  }

  .login-btn:hover {
    background-color: #ce93d8;
    color: #130c1c !important;
  }

  .logout-btn {
    background-color: #521E00;
    color: #EFE4D2 !important;
    border: 1px solid #521E00;
  }

  .logout-btn:hover {
    background-color: #cc0000;
    color: white !important;
  }


  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #1c1126;
    min-width: 140px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.6);
    border: 1px solid #ce93d8;
    border-radius: 8px;
    z-index: 100;
    overflow: hidden;
    margin-top: 0px; /*lücke zum icon hat den fehler verursacht beim dropdown*/
    padding-top: 5px;
  }

  .dropdown-content a {
    color: #f0e6ef !important;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-family: "Playfair", serif !important;
    font-size: 0.95rem;
    text-align: left;
  }

  .dropdown-content a:hover {
    background-color: #5b2058;
    color: #ce93d8 !important;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  /* ===========================
     NEUER FOOTER Nursima
     ===========================*/
  .main-footer {
    background-color: #0b0512 !important;
    border-top: 4px solid #3c2659ff !important;
    padding: 50px 20px 25px 20px !important;
    margin-top: 80px;
    text-align: left;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.3);
  }

  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }

  .footer-column {
    flex: 1;
    min-width: 250px;
  }

  .footer-column h3 {
    font-family: "Modern Antiqua", serif !important;
    color: #ce93d8 !important;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(206, 147, 216, 0.1);
  }

  .footer-text {
    font-family: "Playfair", serif !important;
    font-size: 1.05rem !important;
    color: #c7b6cc !important;
    line-height: 1.6;
  }

  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-links li {
    margin-bottom: 12px;
  }

  .footer-links a {
    text-decoration: none;
    font-family: "Playfair", serif !important;
    color: #c7b6cc !important;
    font-size: 1.05rem;
    transition: color 0.2s;
  }

  .footer-links a:hover {
    color: #ce93d8 !important;
  }

  .social-icons {
    display: flex;
    gap: 20px;
    margin-top: 15px;
  }


  .social-link {
    text-decoration: none;
    font-family: "Playfair", serif !important;
    color: #ce93d8 !important;
    font-size: 1rem;
  }

  .social-link:hover {
    text-decoration: underline;
  }

  .footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid rgba(206, 147, 216, 0.1);
    text-align: center;
  }

  .footer-bottom p {
    font-size: 0.9rem !important;
    color: #6e5875 !important;
  }

  /*produktseite zurück funktion
   */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar a {
  color: #f0e6ef !important;
  text-decoration: none;
  font-family: "Playfair", serif;
  font-size: 1.1rem;
  transition: color 0.2s;
}
  /*stichpunkte für listen mit klasse no-dots ausschalten*/
  ul.no-dots {
    list-style-type: none;
    padding-left: 0;
  }
  ul.no-dots li{
    font-family: "Playfair", serif;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  /* =========================
   Buttons Test (Paul)
   ========================= */

   .main-button {
  background-color: #521E00;
  color: #EFE4D2;
  border: none;
  border-radius: 6px;
  padding: 8px 10px;
  min-width: 200px;
  cursor: pointer;

  font-family: inherit;
  font-size: 16px;
}

.main-button:hover {
  background-color: #5B2058;
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.button-link {
  display: inline-block;
  background-color: #521E00;
  color: #EFE4D2;
  text-decoration: none;
  border-radius: 6px;
  padding: 8px 10px;
  min-width: 200px;
  text-align: center;
}

.button-link:hover {
  background-color: #5B2058;
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* =========================
   Indexseite Erweiterung Ladensgeschichte (Paul)
   ========================= */

.family-story {
    max-width: 1100px;
    margin: 80px auto;
    text-align: center;
}

.family-story h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.family-story > p {
    max-width: 850px;
    margin: 15px auto;
    line-height: 1.8;
}

.story-gallery {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 50px auto;
    flex-wrap: wrap;
}

.story-card {
    width: 260px;
    background-color: #1a1026;
    border: 1px solid rgba(206,147,216,0.5);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 15px rgba(206,147,216,0.2);
    transition: all 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(206,147,216,0.4);
}

.story-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

.story-card h3 {
    font-size: 1.4rem !important;
    color: #ce93d8;
    margin: 10px 0;
}

.story-card::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 12px auto;
    background-color: #ce93d8;
    opacity: 0.5;
}

.story-card p {
    font-size: 0.95rem !important;
    color: #c7b6cc;
    line-height: 1.6;
    margin: 0;
}

.quality-box {
    max-width: 950px;
    margin: 40px auto;
    padding: 25px;
    background-color: #1a1026;
    border: 1px solid #ce93d8;
    border-radius: 12px;
}

.quality-box h3 {
    color: #ce93d8;
    margin-bottom: 25px;
}

.quality-seals {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.quality-seal {
    min-width: 150px;
    padding: 14px 18px;
    background-color: rgba(206,147,216,0.1);
    border: 1px solid rgba(206,147,216,0.35);
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(206,147,216,0.15);
}

.quality-seal span {
    display: block;
    color: #ce93d8;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.quality-seal p {
    font-size: 0.95rem !important;
    margin: 0;
    color: #f0e6ef;
}

.quality-seal:hover {
    transform: translateY(-3px);
    transition: 0.2s;
    box-shadow: 0 0 18px rgba(206,147,216,0.35);
}

.login-required-box {
    max-width: 750px;
    margin: 80px auto;
    padding: 35px;
    background-color: #1a1026;
    border: 1px solid #ce93d8;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(206,147,216,0.25);
    text-align: center;
}

.login-required-box p {
    color: #c7b6cc;
    line-height: 1.7;
}

.login-required-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}