/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

.swatchesBreaker {
    margin-bottom: 15px;
}

.product-list-icons:hover::before {
    content: attr(data-desc);
    position: absolute;
    top: -35px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
        display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.product-list-icons:hover::before {
    opacity: 1;
    visibility: visible;
}


#productAttributeIcons div:hover::before {
    content: attr(data-desc);
    position: absolute;
    top: -35px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
        display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



#productAttributeIcons div:hover::before {
    opacity: 1;
    visibility: visible;
}

.swatches .variation.not-available {
    border: dashed 3px #b90000;
}

#mobileInfoToggler {
	display: none;
}

#shop-nav-contact {
	display: none !important;
}

.product_gallery_referenzen {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
 overflow-x: auto;
  overflow-y: hidden;
}
.product_gallery_referenzen img {
  width: 300px;
  height: 300px;
  margin: 1%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  transition: transform .2s;
}
.product_gallery_referenzen img:hover {
    transform: scale(1.5);
}
@media screen and (max-width: 738px){
.product_gallery_referenzen img {
    width: 200px;
  height: 200px;
  margin: 1%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}}
.order-in-ukus {
    opacity: 0;
}

@media screen and (min-width: 990px) {
#mobile-othershops {
    display: none !important;
}
}


@media screen and (max-width: 738px) {
	#header-top-bar:not(.active) {
	display:none !important;
}
	
	#header-top-bar {
		   animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.4s;
	}
	
		
	@keyframes fadeInOpacity {
	0% {
		top: -150px;
	}
	100% {
		top: 0;
	}
}
	
#mobileInfoToggler {
	    margin: 5px 15px;
    padding: 5px;
    background: white;
    border-radius: 2px;
	cursor: pointer;
	display: block;
}
	#mobileInfoToggler p {
	margin: 0 auto;
		text-align: center;
	}
	
		#shop-nav-contact {
	display: block !important;
	}
	
}

.order-in-ukus {
   opacity: 100;
}

#mobile-othershops {
    display: inline-block;
}
}

@media screen and (max-width: 430px) {
.product_gallery_referenzen {
    grid-template-columns: 3fr;
}
}

#loadMore {
    text-align: center;
    margin: 15px 0;
    background: #edededdd;
	cursor: pointer;
}

#articleIcons {
	display: flex;
	margin-top: 5px;
}

#articleIcons p {
	width: 33%;
	display: flex;
    flex-direction: column;
}

.articleRatings {
    display: flex;
}

.product-attributes tr{
		outline: none;
    border: none;
}

.product-attributes td{
padding: 2px 0;

}

#articleIcons p span {
}

#articleIcons p span svg {
	    width: 9px;
    height: 9px;
	    margin-right: 3px;
	fill: #dcdcdc;
}

#articleIcons p span svg.iconSelected {
    fill: #548697;
}

@media screen and (max-width: 738px){
.zindex-dropdown {
    z-index: 100 !important;
}
}

.mt-4 {
  margin-top: 1rem;
}
.flex {
  display: flex;
}
.h-\[20rem\] {
  height: 20rem;
}
.h-auto {
  height: auto;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.place-self-center {
  place-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.object-contain {
  object-fit: contain;
}
@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
