.page-footer{background-color:transparent;}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch {
    height: unset !important;
}

.search-form {
    width: 100%;
}

.searchareaOverlay {
    width: 100%;
}

@media (max-width: 768px) {
  .header.content {
    display: flex !important;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
  }
    
    .logo {
        margin: 0 !important;
    }
}

.panel.wrapper .panel.header.flex-row .flex-col-left {
    width: 100%
}

.panel.wrapper .panel.header.flex-row .flex-col-left .header.links.header-cms-links {
    display: flex;
	justify-content: space-between;
}

.product.data.items.collapsed>[role="tablist"]>.item.title.active>.switch, .product.data.items.collapsed>[role="tablist"]>.item.title.active>.switch:focus,
.product.data.items.collapsed>[role="tablist"]>.item.title.active>.switch:hover {
    background: none;
}

.product.data.items.collapsed>[role="tablist"]>.item.title>.data.switch:hover {
    text-decoration: underline;
}

#product\.info\.description .additional-attributes-wrapper {
	float: unset;
	width: 100%;
}

.page-title-wrapper h1.page-title {
  line-height: 1.2 !important;
}

.jumbotron.jumbotron-top .product-info-main .product-brand-img a img {
    height: 100%;
    object-fit: contain;
}