/* #specs h3:not(.attri-1) {
  display: none;
}
#specs .attributes {
  margin-bottom: 5px;
}
#specs .attributes:last-child {
  margin-bottom: 30px;
} */
:root {
  --topbarHeight: 100px;
}
#top .top-bar-wrap {
  height: 40px;
  width: 100%;
  top: 0;
  background-color: #737171; 
  color: white;
}
#top .top-bar-wrap .top-bar {
  height: 40px;
}
#top .top-bar-wrap .top-bar > div{
  width: calc(100%/3)
}
#top .top-bar-wrap .top-bar .webshop-dropdown-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
#top .top-bar-wrap .top-bar .webshop-dropdown-wrap > span {
  margin-top: 9px;
  z-index: 10;
}
#top .top-bar-wrap .top-bar .webshop-dropdown {
  width: 60%;
  min-height: 20px;
  background: #737171;
  margin-top: 25px;
  z-index: 3;
  border-radius: 12px;
  position: absolute;
  cursor: pointer;
}
#top .top-bar-wrap .top-bar .webshop-dropdown-wrap:hover ul{
	display: block;
}
#top .top-bar-wrap .top-bar .webshop-dropdown ul {
  padding: 20px;
  list-style: none;
  display: none;
}
#top .top-bar-wrap .top-bar .webshop-dropdown ul li{
  margin-bottom: 10px;
  background: white;
  border-radius: 5px;
  padding: 10px 5px;
}
#top .top-bar-wrap .top-bar .webshop-dropdown ul li img{
	opacity: 1;
/*   max-width: 85%; */
}
#top .top-bar-wrap .top-bar .webshop-dropdown ul li:last-child{
	margin: 0;
  border-bottom: none
}
#top .top-bar-wrap .top-bar .webshop-dropdown ul li a{
	color: white;
}
#top .top-bar-wrap .main {
	background: none;
  color: white;
  z-index: 2;
}
#top .top-bar-wrap .main > div{
 /* height: 40px;*/
  display: inline-flex;
  align-items: center;
}
#top .top-bar-wrap span i {
  font-size: 10px;
  margin-left: 6px;
  vertical-align: middle;
}
#top .top-bar-wrap .main .login .dropdown, #top .top-bar-wrap .main .with-drop::after {
  top: 40px;
}
#top .top-bar-wrap .main .service{
	margin-right: 50px;
}
#top .top-bar-wrap .main a{
	background: none;
  color: white;
}
#top .top-bar-wrap .webshops-logo {
  width: 100px;
  position: absolute;
  opacity: 1;
  z-index: 5;
  border-radius: 100%;
  border: 4px solid white;
  top: 5px;
}
#top .top-bar-wrap .webshops-logo.searching {
  z-index: 1;
}
:root {
  --topbarWrapperHeight: 0px;
}
#top .fixed:has(.top-bar-wrap) {
  --topbarWrapperHeight: 40px;
}
#top .fixed + .below-main {
  margin-top: calc( var(--topbarHeight) + var(--menuHeight) + var(--topbarWrapperHeight));
  transition: 0.5s;
}
#top .top-wrap.fixed #menu {
	top: calc( var(--topbarHeight) + var(--topbarWrapperHeight) );
}
#top .header-left, #top .logo-center{
  width: calc(100% / 3);
  justify-content: center; 
}
#top:not(:has(.top-bar-wrap)) .header-left {
  justify-content: left;
}
#top:not(:has(.top-bar-wrap)) #logo .btn { margin-left: 0; }
#top .main .top-nav {
  min-width: calc(100%/3);
}
#showSearch input {
  padding-right: 0;
  width: 230px;
}
#top .btn-wrap::after {
  top: calc( var(--topbarHeight) + var(--menuHeight) + var(--topbarWrapperHeight));
}
.search-autocomplete .overlay {
  top: calc(var(--topbarHeight) + var(--topbarWrapperHeight));
}

#product-content #specs dl > div dt .tooltip a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 111;
}
#product-content #specs dl > div dt .tooltip:hover{
  filter: brightness(110%);
}
@media only screen and (max-width: 999.98px) {
  #top .header-left{
    width: unset;
  }
	#top .top-bar-wrap .top-bar > div{
    width: 100%;
	}
  #top .top-bar-wrap .top-bar > div:first-child{
    width: 0px;
	}
  #top .top-bar-wrap .top-bar .webshop-dropdown {
    min-height: 0px;
  }
  #top .top-bar-wrap .top-bar .webshop-dropdown-wrap > span {
  	margin-top: 0
  }
  #top .top-bar-wrap .top-bar .webshop-dropdown {
    width: 30%;
	}
  #top .top-bar-wrap .webshops-logo {
    width: 55px;
    border: 2px solid white;
	}
}
@media only screen and (max-width: 575.98px) {
  #top .top-bar-wrap .top-bar .webshop-dropdown {
    width: 60%;
	}
}

#product .content .gallery .videos .d-flex { flex-wrap: wrap; gap: 10px; }
#product .content .gallery .videos .d-flex > div { width: calc(50% - 10px); }
#product .content .gallery .videos .d-flex > div iframe { height: auto; width: 100%; }