b, strong {
	font-weight: bold !important;
}

.fullheight-slider,
.fullheight-slider .single-slide {
  height: 100vh;
  position: relative;
}

.fullheight-slider .single-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fullheight-slider .single-slide .single-slide-meta {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.fullheight-slider .single-slide .single-slide-meta > * {
  display: block;
  margin-bottom: 15px;
}

.fullheight-slider .single-slide .single-slide-meta > * * {
  margin: 0;
  display: inline-block;
  text-decoration: none;

  background-color: #fff;
  border-radius: 25px;
  padding: 5px 25px;

  color: #000;
}

.fullheight-slider .single-slide .single-slide-meta .single-slide-heading h2 {
  text-transform: uppercase;
  font-family: 'CenturyGothicStd-Bold', arial;
  font-size: 45px;
}

.fullheight-slider .single-slide .single-slide-meta .single-slide-button a {
  font-family: 'GaramondSB-Italic';
  font-size: 17px;
}

.fullheight-slider .slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.vertical-slider {

}

.color-white * {
  color: #fff !important;
}

.vc_toggle_title > h4 {
  font-size: 20px;
  letter-spacing: 1px;
}

b, strong {
  font-weight: bold;
}

.calendly-overlay {
  z-index: 10000 !important;
}

.calendly-overlay .calendly-close-overlay {
  cursor: pointer !important;
}

/* Floating Consultation Widget */
.calendly-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
  font-family: 'CenturyGothicStd', sans-serif;
}

.calendly-widget-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.calendly-widget-button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.calendly-widget-button:focus {
  color: #fff;
}

.calendly-widget-button svg {
  flex-shrink: 0;
}

.calendly-widget-card {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 320px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 24px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.calendly-widget-card.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.calendly-widget-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.calendly-widget-close:hover {
  background: #e5e5e5;
  color: #000;
}

.calendly-widget-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.calendly-widget-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #f8f4f1;
  border-radius: 12px;
  color: #000;
}

.calendly-widget-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.02em;
}

.calendly-widget-desc {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.calendly-widget-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.calendly-widget-options a {
  display: block;
  padding: 14px 20px;
  background: #000;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.calendly-widget-options a:hover {
  background: #333;
  transform: translateX(3px);
}

.calendly-widget-secondary {
  text-align: center;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.calendly-widget-secondary a {
  color: #666 !important;
  text-decoration: underline;
  font-size: 13px;
  transition: color 0.2s ease;
}

.calendly-widget-secondary a:hover {
  color: #000 !important;
}

.calendly-popup-content {
  background-color: #fff;
}

/* Mobile styles for widget */
@media (max-width: 768px) {
  .calendly-widget {
    right: 15px;
    bottom: 15px;
  }

  .calendly-widget-button {
    padding: 12px 18px;
    font-size: 13px;
  }

  .calendly-widget-button span {
    display: none;
  }

  .calendly-widget-button {
    padding: 14px;
    border-radius: 50%;
  }

  .calendly-widget-card {
    width: calc(100vw - 30px);
    right: 0;
    bottom: 65px;
  }
}

/* Product Page Consultation CTA */
.product-consultation-cta {
  background: #f8f6f4;
  border-radius: 12px;
  padding: 24px;
  margin: 30px 0;
  max-width: 350px;
}

.product-consultation-cta h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.02em;
}

.product-consultation-cta > p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.consultation-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.consultation-buttons a {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #000;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.consultation-buttons a:hover {
  background: #333;
  transform: translateX(3px);
}

.consultation-link-small {
  text-align: center;
}

.consultation-link-small a {
  color: #666 !important;
  text-decoration: underline;
  font-size: 13px;
  transition: color 0.2s ease;
}

.consultation-link-small a:hover {
  color: #000 !important;
}

/* Mobile styles for product CTA */
@media (max-width: 768px) {
  .product-consultation-cta {
    max-width: 100%;
    margin: 20px 0;
  }
}

/* Keep WPBakery button styles */
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
  line-height: 1.2em;
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  border-radius: 25px;
  box-shadow: rgb(0 0 0 / 25%) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  background: none !important;
  border: 0 !important;
  color: #000;
  font-weight: bold;
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
}

.bild-mit-ueberschrift {
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.bild-mit-ueberschrift h2 {
  position: absolute;
  bottom: 25px;
  left: 0;

  font-weight: bold !important;
  color: #484848;
  background: #fcdccf;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 5px 25px;

  width: 100%;
  text-align: center;
}

#panel {
  margin-top: 59px;
}

body main .single-kollektionen .valign > p.entry-title,
body main .single-kollektionen .valign > p.entry-category,
body main .single-kollektionen .valign > div.short-desc {
  color: #000 !important;
}

main .single-kollektionen .revealOnHover .overlay {
  background: rgba(252, 220, 207, 0.3) !important;
}

footer.site-footer {
  display: flex;
  justify-content: space-between;

  margin-bottom: 65px;
}

footer.site-footer:before,
footer.site-footer:after {
  content: none;
}

#wc_bis_product_form {
  margin-top: 30px;
}

.stock.out-of-stock {
  color: #e2401c !important;
}

.stock.out-of-stock::before {
    content: "" !important;
}

body.archive.tag #panel > .container  {
	padding-top: 50px;
}

body.archive.tag #panel > .container h1 {
	text-align: left;
}

#shipping_method label {
  display: inline;
}

@media (max-width: 991px){
  .theZoomerHolder,
  .theZoomerHolder * {
    pointer-events: none !important;
  }

  main .theContentHolder .theZoomerGalleryHolder #gal1 {
    gap: 10px;
  }

  main .theContentHolder .theZoomerGalleryHolder #gal1 a {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .bild-mit-ueberschrift h2 {
    font-size: 24px;
  }

  .fullheight-slider .single-slide .single-slide-meta .single-slide-heading h2 {
    font-size: 42px;
  }

  .fullheight-slider .single-slide .single-slide-meta .single-slide-button a {
    font-size: 15px;
  }
}

/* =====================================================
   MODERN SINGLE PRODUCT SHOP ELEMENTS
   ===================================================== */

/* Shop Functions Container */
.shopFunctions {
  margin-top: 30px;
  padding: 0;
}

/* Price Styling */
.shopFunctions .thePrice {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.shopFunctions .thePrice .woocommerce-Price-amount {
  font-weight: 700;
}

/* Variation Form Container */
.shopFunctions .variations_form {
  margin-bottom: 20px;
}

/* Variations Table - Modern Styling */
.shopFunctions table.variations {
  margin-bottom: 20px;
  border: none;
}

.shopFunctions table.variations tr {
  border: none;
}

.shopFunctions table.variations td.label {
  padding: 0 0 8px 0;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  font-weight: 500;
}

.shopFunctions table.variations td.label label {
  font-weight: 500;
}

.shopFunctions table.variations td.value {
  border: none;
}

/* Modern Select Dropdown */
.shopFunctions table.variations td.value select,
.shopFunctions .variations select {
  width: 100%;
  max-width: 280px;
  font-size: 14px;
  font-family: 'CenturyGothicStd', sans-serif;
  color: #000;
  background-color: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;

  margin-bottom: 0;
}

.shopFunctions table.variations td.value select:hover,
.shopFunctions .variations select:hover {
  border-color: #000;
}

.shopFunctions table.variations td.value select:focus,
.shopFunctions .variations select:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* Reset Variations Link */
.shopFunctions .reset_variations {
  display: inline-block !important;
  margin-top: 10px;
  font-size: 12px;
  color: #888;
  text-decoration: none;
  transition: color 0.2s ease;
}

.shopFunctions .reset_variations:hover {
  color: #000;
}

/* WooCommerce Variation Swatches (if plugin installed) */
.shopFunctions .woo-variation-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shopFunctions .woo-variation-items-wrapper .variable-item {
  min-width: 48px;
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.shopFunctions .woo-variation-items-wrapper .variable-item:hover {
  border-color: #000;
}

.shopFunctions .woo-variation-items-wrapper .variable-item.selected {
  background: #000;
  border-color: #000;
  color: #fff;
}

.shopFunctions .woo-variation-items-wrapper .variable-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Add to Cart Button - Modern Style */
.shopFunctions .single_add_to_cart_button,
.shopFunctions button.single_add_to_cart_button,
.shopFunctions .button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 280px;
  padding: 16px 32px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'CenturyGothicStd', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff !important;
  background: #000 !important;
  border: none !important;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.shopFunctions .single_add_to_cart_button:hover,
.shopFunctions button.single_add_to_cart_button:hover {
  background: #222 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.shopFunctions .single_add_to_cart_button:active,
.shopFunctions button.single_add_to_cart_button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.shopFunctions .single_add_to_cart_button.disabled,
.shopFunctions .single_add_to_cart_button:disabled {
  background: #ccc !important;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Quantity Input (if shown) */
.shopFunctions .quantity {
  margin-bottom: 15px;
}

.shopFunctions .quantity .qty {
  width: 80px;
  padding: 12px 15px;
  font-size: 14px;
  text-align: center;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}

.shopFunctions .quantity .qty:focus {
  border-color: #000;
  outline: none;
}

/* Stock Status */
.shopFunctions .stock {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
}

.shopFunctions .stock.in-stock {
  color: #2e7d32;
}

.shopFunctions .stock.out-of-stock {
  color: #c62828;
}

/* =====================================================
   MODERN SIZE FINDER TOOLTIP
   ===================================================== */

/* Size Finder Trigger Link */
.sizeFinderHolder {
  position: relative;
  margin: 20px 0;
}

.sizeFinderHolder > a,
.sizeFinderHolder .sizeFinder {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
}

.sizeFinderHolder > a:hover,
.sizeFinderHolder .sizeFinder:hover {
  color: #000;
}

.sizeFinderHolder > a::before,
.sizeFinderHolder .sizeFinder::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='10' rx='2' ry='2'/%3E%3Cline x1='6' y1='12' x2='6' y2='17'/%3E%3Cline x1='10' y1='12' x2='10' y2='14'/%3E%3Cline x1='14' y1='12' x2='14' y2='17'/%3E%3Cline x1='18' y1='12' x2='18' y2='14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: filter 0.2s ease;
}

.sizeFinderHolder > a:hover::before,
.sizeFinderHolder .sizeFinder:hover::before {
  filter: brightness(0);
}

/* Modern Size Finder Tooltip */
.sizeFinderToolTip {
  position: absolute;
  box-sizing: border-box;
  top: auto;
  bottom: calc(100% + 15px);
  left: 0;
  transform: none;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
  font-family: 'CenturyGothicStd', sans-serif;
  letter-spacing: 0.02em;
  z-index: 10000;
  min-width: 320px;
  animation: tooltipFadeIn 0.2s ease;
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tooltip Arrow - Modern Version */
.sizeFinderToolTip:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 30px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
}

/* Close Button */
.sizeFinderToolTip img {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: background 0.2s ease;
  float: none;
}

.sizeFinderToolTip img:hover {
  background: #e5e5e5;
}

/* Size Chart Table - Modern */
.sizeFinderToolTip table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-top: 8px;
}

.sizeFinderToolTip table thead tr {
  border-bottom: 2px solid #000;
}

.sizeFinderToolTip table thead td {
  padding: 8px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #000;
}

.sizeFinderToolTip table thead td:first-child {
  text-align: left;
  padding-left: 0;
}

.sizeFinderToolTip table tbody tr {
  border-bottom: 1px solid #eee;
}

.sizeFinderToolTip table tbody tr:last-child {
  border-bottom: none;
}

.sizeFinderToolTip table tbody td {
  padding: 10px 10px;
  color: #444;
  text-align: center;
}

.sizeFinderToolTip table tbody td:first-child {
  text-align: left;
  padding-left: 0;
  font-weight: 500;
  color: #000;
}

/* =====================================================
   MOBILE STYLES FOR SHOP ELEMENTS
   ===================================================== */

@media (max-width: 768px) {
  .shopFunctions {
    margin-top: 20px;
  }

  .shopFunctions table.variations td.value select,
  .shopFunctions .variations select {
    max-width: 100%;
  }

  .shopFunctions .single_add_to_cart_button,
  .shopFunctions button.single_add_to_cart_button {
    max-width: 100%;
    padding: 14px 24px;
  }

  .sizeFinderToolTip {
    min-width: auto;
    width: calc(100vw - 40px);
    left: -10px;
    right: auto;
    padding: 16px;
  }

  .sizeFinderToolTip:after {
    left: 20px;
  }

  .sizeFinderToolTip table {
    font-size: 12px;
  }

  .sizeFinderToolTip table thead td,
  .sizeFinderToolTip table tbody td {
    padding: 8px 6px;
  }
}
