/**
 * MyT3 Bulli Konfigurator - Styles v2.0

.ak-konfigurator {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ak-konfigurator__label {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}


.ak-konfigurator__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ak-konfigurator__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: #f5f5f5;
  border: 2px solid #ddd;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: 100px;
}

.ak-konfigurator__option:hover {
  background: #e8e8e8;
  border-color: #999;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.ak-konfigurator__option.is-active {
  background: #d32f2f;
  border-color: #b71c1c;
  color: #fff;
  font-weight: 600;
}

.ak-konfigurator__option.is-active:hover {
  background: #c62828;
}



.konfig-colorpicker {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.konfig-colorpresets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.colorpreset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
  background: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #666;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: 70px;
}

.colorpreset:hover {
  border-color: #999;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.colorpreset.active {
  border-color: #d32f2f;
  border-width: 3px;
  background: #fff;
}

.colorchip {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.1);
  display: block;
}

.colorname {
  font-weight: 500;
  text-align: center;
}

.konfig-colorinputs {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

#lackierung_color_input,
#spiegel_color_input {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  background: none;
}

#lackierung_color_hex,
#spiegel_color_hex {
  width: 120px;
  padding: 0.5rem 0.75rem;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-family: 'Courier New', monospace;
  font-size: 0.95rem;
  text-transform: uppercase;
}

#lackierung_color_hex:focus,
#spiegel_color_hex:focus {
  outline: none;
  border-color: #d32f2f;
}


.konfig-hintergrund {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bg-mode-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bg-mode-btn {
  padding: 0.75rem 1.5rem;
  background: #f5f5f5;
  border: 2px solid #ddd;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bg-mode-btn:hover {
  background: #e8e8e8;
  border-color: #999;
  transform: translateY(-2px);
}

.bg-mode-btn.active {
  background: #1565c0;
  border-color: #0d47a1;
  color: #fff;
}

.bg-custom-color {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 6px;
}

#bg_color_input {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
}

#bg_color_hex {
  width: 120px;
  padding: 0.5rem 0.75rem;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-family: 'Courier New', monospace;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.bg-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.75rem;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 6px;
}

.bg-image-option {
  display: block;
  border: 3px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;
  aspect-ratio: 16/9;
}

.bg-image-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bg-image-option:hover {
  border-color: #999;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.bg-image-option.active {
  border-color: #d32f2f;
  border-width: 4px;
}

.bulli-pa_hintergrundbild {
  opacity: 0;
  transition: opacity 0.3s ease;
background-position: center right !important;
	left:50% !important;
	top:0;
	bottom:0;
	right:0%;
	max-width: 50% !important; width: 50% !important;
}

.bulli-pa_hintergrundbild.ist-aktiv {
  opacity: 1;
}


.ak-konfigurator--buttons {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.bulli-config-save,
.bulli-config-reset {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bulli-config-save {
  background: #2e7d32;
  color: #fff;
  box-shadow: 0 4px 12px rgba(46,125,50,0.3);
}

.bulli-config-save:hover {
  background: #1b5e20;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(46,125,50,0.4);
}

.bulli-config-save.is-saved {
  background: #4caf50;
  box-shadow: 0 6px 20px rgba(76,175,80,0.5);
}

.bulli-config-reset {
  background: #757575;
  color: #fff;
}

.bulli-config-reset:hover {
  background: #616161;
  transform: translateY(-2px);
}
/

@media (max-width: 768px) {
  .ak-konfigurator {
    padding: 1rem;
  }
  
  .ak-konfigurator__option {
    min-width: auto;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  
  .konfig-colorpresets {
    gap: 0.5rem;
  }
  
  .colorpreset {
    min-width: 60px;
  }
  
  .bg-images {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  
  .ak-konfigurator--buttons {
    flex-direction: column;
  }
  
  .bulli-config-save,
  .bulli-config-reset {
    width: 100%;
  }
}*/

.bulli-pa_hintergrundbild {
  opacity: 0;
  transition: opacity 0.3s ease;
background-position: center right !important;
	left:50% !important;
	top:0;
	bottom:0;
	right:0%;
	max-width: 50% !important; width: 50% !important;
}

.bulli-pa_hintergrundbild.ist-aktiv {
  opacity: 1;
}


.bulli-color-swatches {
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0;
}
li.variable-item.color-variable-item {    border-radius: var(--br) !important;
}
.bulli-color-swatch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: var(--br) !important;
    border: 1px solid rgba(0,0,0,0.25);
	padding:1px; margin: 0 2px 2px 0;
}
.bulli-color-swatch span {
	width:100%; height: 100%; display: block;    border-radius: var(--br) !important;

}

li.variable-item.color-variable-item span {border-radius: var(--br) !important;}