This commit is contained in:
2025-08-19 15:26:51 +02:00
parent 2515025eaf
commit 56a745f62b
8 changed files with 219 additions and 29 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -307,4 +307,85 @@ body.compact-cart #tc-container .product-line-actions {
.amenu-item .amenu-link {
padding: 20px;
}
@media (min-width: 767px) {
.btn-search-open {
display: none !important;
}
.header-top {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0 15px;
max-width: 1920px;
margin: auto;
.navigation {
width: 100%;
.container {
width: 100%;
max-width: 100%;
.anav-top {
width: 100%;
}
}
}
#_desktop_logo {
width: 300px;
padding: 10px;
a {
display: block;
.logo {
max-height: unset !important;
width: 100% !important;
height: auto;
max-width: 300px !important;
}
}
}
#_desktop_search_widget {
width: calc(100% - 300px);
display: flex;
align-items: center;
#search_widget {
position: static;
width: 100%;
form {
position: static;
display: flex;
justify-content: flex-end;
width: 100%;
input[name="s"] {
width: 100%;
max-width: 600px;
}
button {
position: static;
background: #ff0f1c;
display: flex;
width: 48px;
width: 48px;
align-items: center;
justify-content: center;
i {
color: #FFF !important;
}
}
}
}
}
}
}