details.cart-details {
  border-radius: 0 !important;
}

.navi_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  width: 80%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 10px;
  font-size: 1rem !important;
  color: #040404 !important;
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  gap: 50px;


  box-shadow: #8a8484 0px 2px 8px;


}

.navi_link,
.navi_link a,
.navi_link input,
.navi_link button,
.navi_link form {
  font-size: 1rem !important;
}

.navi_link:hover {
  background: #f5f5f5;
  color: black;
  border: 1px solid #b8860b;
}

.navi_link form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  gap: 40px;
}

.navi_link input {
  width: 200px;
  height: 40px;
  border: none;
  font-size: 1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 8px ;
}


.navi_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: black;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

.navi_link a:active {
  color: rgb(182, 65, 65);
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;

}

img.geldzuruck {
  width: 100px;
  object-fit: contain;
  background: none;

}

.navi{

position:relative;
top:100px;

}



.pagination-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  direction: row;
  width: 50%;
  
}


.inner-banner {
  background-color: white;
  padding: 100px;
  border-radius: 10px;
  max-width: 650px;
  width: 90%;
  margin: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  max-height: 90vh;
  overflow-y: auto;
}



/* Fixed Pagination Buttons */
.fixed-pagination-form {

  margin: 0;
  padding: 0;
}

.fixed-pagination-form-left {
  left: 0;
}

.fixed-pagination-form-right {
  right: 0;
}

.fixed-pagination-btn {

  font-size: 1.4rem;
  background: none;
  border: none;
  color: black;


  font-weight: bold;
  cursor: pointer;

}



.sicherheiten {
  margin-top: 20px;
  padding-left: 65px;
  font-size: 0.7rem;
  color: black;
  margin-top: 10px;
  text-align: box;
}

.fixed-pagination-btn:disabled {
  background: #f5f5f5;
  color: goldenrod;

  cursor: not-allowed;
  opacity: 0;
}

.fixed-pagination-btn:hover:not(:disabled) {
  background: #f5f5f5;
  color: goldenrod;

}

/* Cart list (ul) and item (li) styles moved from inline PHP */
.cart-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 10px;
  margin: 0 auto;
}

.cart-list-item {
  border: none;
  border-top: 2px solid #FFD700;
  padding: 12px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 700px;
  background: #1a1a1a;
  border-radius: 10px;
  box-sizing: border-box;
}

.cart-list-item-content {
  flex: 1;
  min-width: 0;
  width: 80%;
}

.button-ornament {



  width: 100%;
  margin-top: 30px;

}

.button-ornament-umgedreht {
  width: 100%;
  transform: rotate(180deg);
  margin-bottom: 30px;
}

.fade-in {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.fade-in.visible {
  opacity: 1;
  /* animation: shake-fadein 1.5s cubic-bezier(.36,.07,.19,.97) both; */
}





.cart-list-item-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: none;
  flex-shrink: 0;
  border-radius: 8px;
}

.cart-list-item-remove-form {
  margin-left: 10px;
  flex-shrink: 0;
}

details.cart-details[open] .cart-contents>li[style*="background:black"],
details.cart-details[open] .cart-contents>li[style*="background-color:black"] {
  width: 100% !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 0 !important;
}

details.cart-details[open] .cart-contents>div[style*="background:black"],
details.cart-details[open] .cart-contents>div[style*="background-color:black"] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 0 !important;
  padding-bottom: 200px;
}

/* Produkt-Titel schöner, nicht fett */

/* Produkt-Titel wie Produkt-Typ */
.product-title {
  font-family: 'arial', sans-serif;
  font-size: 0.5rem;


  color: black;
  margin-bottom: 10px;
  text-align: center;
}

/* Hamburger-Menü-Button */
.hamburger-menu {
  position: absolute;
  top: 18px;
  left: 18px;
  background: white;
  color: black;
  border: none;
  border-radius: 8px;
  font-size: 2.2rem;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  z-index: 2001;
  box-shadow: 0 2px 8px #0006;
  transition: background 0.2s, color 0.2s;
}

.lieferzeit {
  color: black;
  font-size: 0.6rem;
}

.lagerbestand {
  color: black;
  font-size: 0.6rem;
}

.hamburger-menu:hover {
  background: white;
  color: black;
  border: 1px solid #b8860b;
}

details.cart-details summary {
  list-style-type: none;
  color: black;
}

details.cart-details summary::marker {
  content: "";
  display: none;
}

details.cart-details summary {
  list-style: none;
  color: black;
}

details.cart-details[open] summary {
  list-style: none;
  color: black;
}

details.cart-details summary::-webkit-details-marker {
  display: none;
}

.versand {
  display: flex;
  background: none;
  position: absolute;

  top: 95px;
  width: 99%;
  margin-left: 5px;

  height: fit-content
}

.paypal-logo-wrap {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.paypal-logo-img {
  border: 0;
  display: block;
}

.choose-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;



}

.choose-wrapper select {
  display: block;
  margin: 0;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  width: calc(100% - 50px);
  box-sizing: border-box;
}

.product form .add-to-cart-btn {
  width: calc(100% - 50px);
  box-sizing: border-box;
  text-align: center;
  background-color: black;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}

.carousel-btn.prev {
  margin-bottom: 0;
  align-self: center;
}

.carousel-btn.next {
  margin-top: 0;
  align-self: center;
}

.sold-out{
  margin:0;
  padding:0;
  font-size:1.5rem;
  font-weight:bolder;
  width:fit-content;
  padding:15px;
  color:red;
  position:absolute;
  top:80px;
  left:40px;
  transform:rotateZ(40deg);
  z-index:1;text-align:center;
  border:1px solid red;
  border-radius:8px;
}

.carousel-wrapper {
  position: relative;
  top:0px;
  height: 0px;
  width: 300px;
  height: 300px;
  overflow: hidden;
  background-color: white;
  margin: 0;
}

.carousel-strip {
  display: flex;
  flex-direction: row;
  transition: none;
  background-color: white;
  width: 300px;
  height: 300px;
}

.sliding-transition {
  transition: transform 1.7s ease-in-out;
}


.lightbox-close {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  color: black;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s;
}

.lightbox-close:hover {
  opacity: 0.7;
}

/* Lightbox Styles */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 600px;
  background: white;
  border-radius: 0;
  box-shadow: 0 0 40px #000;
  overflow-x: auto;
}

.lightbox-overlay .lightbox-scroll-hint {
  position: fixed;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 10000;
  pointer-events: none;
}

/* Desktop: Zeige Umschalt + Mausrad */
.lightbox-scroll-hint-desktop {
  display: block;
  font-size: 10px;
}

.lightbox-scroll-hint-mobile {
  display: none;
}

/* Mobile: Zeige Pfeil + scrollen */
@media (max-width: 600px) {
  .lightbox-scroll-hint-desktop {
    display: block;
    font-size: 10px;
  }

  .lightbox-scroll-hint-mobile {
    display: block;
  }
}

.lightbox-strip {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  width: 600px;
  height: 600px;




}

.image-large {
  width: 600px;
  height: 600px;
  object-fit: cover;
  background: white;
  border: 2px solid #b8860b;
  border-radius: 8px;
  margin: 0 10px;
  cursor: pointer;
}

/* Pagination Buttons Styles */
.pagination {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0px;
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
  z-index: 5000;
}

#pagination-header {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  margin: 5px auto 0 auto;
  padding: 0;
  width: auto;
  z-index: auto;
}

.pagination button {
  background: transparent;
  color: black;
  border: none;
  border-radius: 20px;
  font-size: 0.9rem;
  padding: 0px 0px;
  margin: 0px 0px 0 0px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  top: -1px;
  transition: color 0.2s;
}

.pagination button:disabled {
  background: none !important;
  color: #bbb !important;
  border-color: #b8860b !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.pagination button:hover:not(:disabled) {
  background: transparent;
  color: black;
}

/* Filter indicator next to site title */
.filter-indicator {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px;
  border-radius: 6px;
  background: transparent;

  font-weight: bold;
  font-size: 0.95rem;
  cursor: pointer;


}

.filter-indicator.hidden {
  display: none
}

@media (max-width:600px) {
  .filter-indicator {
    font-size: 1rem;
  }
}

/* Footer Styles */
.impressum-content {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1rem;
  color: black;
  background: white;
  padding: 0;
  border-top: 2px solid #b8860b;
  box-shadow: 0 -16px 32px -8px white;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2500;
  transform: translateY(70%);
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  cursor: pointer;
}

.impressum-content.expanded {
  transform: translateY(0);
  height: 80%;
}

.footer-close-btn {
  position: fixed;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  color: black !important;
  border: none;
  font-size: 1rem;
  font-weight: bold !important;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: opacity 0.2s;
  pointer-events: auto;
}

.footer-close-btn:hover {
  color: black !important;
  opacity: 0.7;
}

.impressum-content.expanded .footer-close-btn {
  display: flex;
}

.impressum-inner-block {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.impressum-content a {
  color: black;
  text-decoration: underline;
}

.navi {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  top: 85px;
  left: 0px;
  width: 0px;
  height: 100vh;
  background-color: white;
  box-sizing: border-box;

  box-shadow: 0 2px 8px #0006 ;
  z-index: 20000;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0.35s ease-in-out;
  cursor: grab;
  padding-bottom:900px;
  box-shadow: 0 2px 8px #0006;
}

.naviclose {
 
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  z-index: 2005;
  padding: 0;
  cursor: grab;
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
}


.naviclose {
  z-index: 2005;
}

.rund {
  display: inline-block;
  background: white;
  color: black;
  border-radius: 20px;
  padding: 4px 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.impressum-tab {
  position: relative;
  display: inline-block;
  top: 5px;
  background: none;
  color: black;
  border: none;
  margin-bottom: 0;
  cursor: grab;
}


/* Für Webkit-Browser (Chrome, Edge, Safari) */
.cart-contents::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.cart-contents::-webkit-scrollbar-thumb {
  display: none;
}




.navibutton {
  width: 90%;
  height: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
  bottom: 30px;
  /* border-radius entfernt */
  background: white;
  color: black;
  border: none;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 20px;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0 !important;
}






#cart-toggle-btn {

  height: 50px;
  width: 50px;
  border-radius: 25px;
 
  top: 33px;
  right: 20px;
  font-size: 0;
  background-color: white;
  color: black;
  border: none;
  overflow: visible;
  z-index: 3001;
  padding:0;
  margin:0;

}

#cart-toggle-btn::before {
  content: "🛒";
  font-size: 1.5rem;
  display: block;
  position:relative;
}

.cart-count-badge {
  position: absolute;
  top:0;
  left:15px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d60000;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  z-index: 3002;
  pointer-events: none;
}

details.cart-details summary {
  display: none;
  color: black;
}

.cart-contents {
  width: 100%;
  height: calc(100vh - 85px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0s;
  pointer-events: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom:900px;
}

details.cart-details {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  top: 85px;
  right: 0px;
  width: 0px;
  height: 100vh;
  background-color: white;
  box-sizing: border-box;
  border-radius: 25px;
  box-shadow: 0 2px 8px wheat;
  z-index: 30000;
  overflow: hidden;
  transition: width 0.35s ease-in-out;
}

details.cart-details[open] {
  width: 100vw;
  overflow: hidden;
}

details.cart-details[open] .cart-contents {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.1s;
  padding-bottom: 200px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-sku {
  font-size: 1rem;
  color: black;
  margin-bottom: 10px;
}

.product-sku {
  font-size: 1rem;
  color: black;
  margin-bottom: 10px;
}

.price-filter {

  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0;
  margin-top: 20px !important;
  box-shadow: 0 2px 8px #0006;
  padding-bottom:20px;
  border-radius:20px;


}

.suchen {

  color: black;
  background: none;
  font-size: 1rem;
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;



}

.suchen:hover {

  color: black;
  background: #f5f5f5;
  border: 1px solid #b8860b;
}


.produkt-type {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 3px;
  border: none;
  border-radius: 20px;
  color: black;
}

.select {
  background-color: white;
  color: black;
  border: none;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
}

.description-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.description-toggle {
  width: 100%;
  background: white;
  color: black;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  transition: background 0.2s;
  box-sizing: border-box;
  margin: 0;
}

.description-toggle:hover {
  background: #f5f5f5;
}

.description-toggle span {
  display: none;
}

.product-description {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s linear 0.8s;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.product-description.open {
  height: var(--desc-height, 200px);
  opacity: 1;
  padding: 10px;
  transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s linear 0.8s;
}

.product-description textarea {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  min-height: 150px;
  resize: vertical;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
}

span {
  color: black;
}

summary {
  list-style-type: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  border: none;
  outline: none;
  color: black;
}

summary span {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 0;
}

summary span::before {
  content: "+";
  font-size: 1.2rem;
}

details[open]>summary span::before {
  content: "-";
}

summary::-webkit-details-marker {
  display: none;
  color: #000000;
}


/* 
.product-description {
  font-size: 1rem;
  margin-bottom: 10px;
  border: none;
  padding: 10px;
  width: 100%;
} */

.site-header {
  text-align:center;
  height: auto;
  padding-bottom: 5px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px;
  box-shadow: #888 0px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

img {
  border-radius: 20px;
}


.tab-content {


  display: none;
  text-align: left;
  padding-left: 40px;
  padding-right: 20px;
  word-break: normal;
}

/* .site-header h1 {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
  color: #121212;
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  
  letter-spacing: 2px;
}
.title-underline {
  width: 60px;
  height: 4px;
  background: #121212;
  margin: 0 auto 10px auto;
  border-radius: 2px;
} */
.tagline {
  font-size: 1.2rem;
  color: black;
  margin-bottom: 10px;
}

html,
body {
  margin: 0;
  padding: 0;
  padding-bottom: 70px;
  font-family: Arial, sans-serif;
  background-color: white;
}




.container {
  position: relative;
  margin-top: 180px;
}

.image-container {
  position: relative;
  margin: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  width: 300px;
  height: 300px;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.carousel-strip::-webkit-scrollbar,
.lightbox-strip::-webkit-scrollbar .lightbox-content::-webkit-scrollbar {
  display: none;
}




.carousel-strip,
.lightbox-strip,
.lightbox-content {
  scrollbar-width: none;
  /* Firefox */
}



.carousel-btn {
  background: white;
  color: black;
  border: none;
  font-size: 2rem;
  padding: 0 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s;
}

.carousel-btn:disabled {
  background: none !important;
  color: #bbb !important;
  border-color: #b8860b !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.carousel-btn:hover {
  background: white;
}

.carousel-btn:active {
  background: white;
}

.product-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: black;
}

.preiscontainer {
  font-size: 0.9rem;
  font-weight: bolder;
  color: black;
}

.button-container {

  width: 300px;
  text-align: center;
  height: 25x;

}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
}

.product {
  min-height: 300px;
  width: 340px;
  max-width: 340px;
  flex-shrink: 0;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-radius: 10px;



}

.product:has(.packaging-panel input[name="message"]:checked) {


  border:15px solid #b85f0b;
}

.image {


  display: inline-block;
  box-sizing: border-box;
  height: 300px;
  width: 300px;
  margin: 0px;
  padding: 0px;
  object-fit: contain;
  border: none;

}



/* Warenkorb-Button schöner und fehlerfrei */
.add-to-cart-btn {
  background: #090909;
  color: #fff;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  box-shadow: 0 6px 18px rgba(50, 50, 49, 0.35), 0 1px 0 #fff inset, 0 -2px 8px #313130 inset;
  transition: all 0.3s cubic-bezier(.4, 2, .3, 1);
  margin-top: 10px;
  display: block;
  margin: 20px auto 0 auto;
  position: relative;
  overflow: hidden;
}
.center{

  width: 100%;
  text-align: center;
}

.accordion {
  width: 100%;
}

.accordion-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.accordion-trigger {
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.packaging-trigger {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  background: white;
  margin: 0;
  transition: background 0.2s;
}

.packaging-trigger:hover {
  background: #f5f5f5;
}

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease;
/*benachrichtigung*/
}

.packaging-panel {
  transition: max-height 0.25s ease;
/*verpackung schliessen*/
}

.packaging-accordion .accordion-toggle:checked + .accordion-trigger + .packaging-panel {
  transition: max-height 1s ease;
/*verpackung oeffnen*/
}

.accordion-toggle:checked + .accordion-trigger + .accordion-panel {
  max-height: 3000px;
}

.notification-accordion .accordion-trigger,
.center .accordion-trigger {
  margin-left: auto;
  margin-right: auto;
}

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.center-content > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.notification-accordion .accordion-panel {
  max-height: 0;
}

.notification-accordion .accordion-toggle:checked + .accordion-trigger + .accordion-panel {
  max-height: 260px;
}

.center input,
.center button,
.accordion-trigger {
  box-sizing: border-box;
}

.amazon {
  width: 100%;
  background: white;
  margin-top: 10px;
  position: fixed;
  bottom: 60px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}

.amazon span {
  font-family: 'arial', sans-serif;
  font-size: 0.6rem;
  display: inline-block;
  padding-left: 100%;
  animation: amazon-marquee 5s linear infinite;
}

@keyframes amazon-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}




.add-to-cart-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.add-to-cart-btn:hover {
  background: linear-gradient(180deg, #fffde7 0%, #21211f 60%, #242322 100%);
  box-shadow: 0 6px 20px rgba(11, 11, 11, 0.35);
  transform: translateY(-2px) scale(1.04);
}

.add-to-cart-btn:active {
  background: linear-gradient(180deg, #3b3a38 0%, #34312c 100%);
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.2);
}

/* Mein Schmuck Überschrift - ohne Schatten und kleiner */
#main-title {
  text-shadow: none !important;
  font-size: 1rem !important;
  color: #040404 !important;
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}

/* DSGVO Checkbox Label - kleinere Schrift */
#dsgvo-header-checkbox+span {
  font-size: 0.7rem !important;
}

label[title="DSGVO akzeptiert"] {
  font-size: 0.7rem !important;
  position: relative;
  top: 5px;
}

#dsgvo-header-checkbox {
  width: 16px !important;
  height: 16px !important;
}


.dsvgo-banner {
  padding: 50px;
  background-color: #000;
}


button[type="submit"] {
  background: none;
  border: none;
  color: black;
  cursor: grab;
}

.unavailable {
  color:red;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  word-break: normal;
}




@media (max-width: 768px) {

  .dsvgo-banner {
    padding: 10px;
    background-color: #000;


  }

  .inner-banner {
    position: absolute;
    top: 90px;
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 50px;

    width: 90%;
    height: 450px;
    overflow-y: auto;

    background-color: white
  }


}
.main-title{
  
  color: silver;
  cursor: pointer;
  margin: 0;
  flex: 1;
  text-decoration: none;
  display: inline-block;
  width:fit-content;
}

/* Mobile Header Fixes */
@media (max-width: 600px) {
  .header-row {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }
  .favicon-container {
    left: 0 !important;
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 8px !important;
  }
 .main-title {
    font-size: 1.2rem !important;
    margin: 0 !important;
    
  }

  product {
    width: 30% !important;
    max-width: none !important;
  }



}