.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;
}

.item-info .col.item {
    max-width: 500px;
}

.category-view .brands-profile {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
	justify-content: space-around;
    background: none;
    max-width: 1440px;
    margin: 0 auto;
}

.category-view .brands-profile .profile-logo {
    padding: 0;
    margin: 0;
    width: unset;
	float: none;
}

.category-view .brands-profile .profile-logo .brands-logo-wrapper {
    padding: 0;
    margin: 0;
}

.category-view .brands-profile .profile-logo .brands-logo-wrapper img {
    padding: 0;
    margin: 0;
}

.category-view .brands-profile .profile-details {
    padding: 0;
    margin: 0;
    width: unset;
	float: none;
    grid-column-start: 2;
    grid-column-end: 5;
}

.category-view .brands-profile .profile-details .page-title {
    padding: 0;
    margin: 0;
    max-width: unset;
}

.category-view .brands-profile .profile-details .brand-motto {
    padding: 0;
    margin: 0;
}

.catalog-category-view .brands-profile:after {
    display:none
}

.jumbotron-details .product.info.detailed:has(.product.data.items.default)::after, .product.info.detailed:has(.product.data.items.collapsed)::after, .product.data.items.expanded #reviews::after, .jumbotron-details .product.info.detailed:has(.product.data.items.accordion)::after {
	background-image: none;
}