This commit is contained in:
egortriston
2025-07-16 14:28:47 +03:00
parent 3e98f8fed6
commit 2703137ca1
7 changed files with 368 additions and 275 deletions

View File

@ -499,7 +499,27 @@ input#VinSearchInput {
white-space: nowrap;
}
.heading-9-copy {
text-align: right;
margin-left: auto;
display: block;
}
.pcs-search {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
width: 200px;
}
@media (max-width: 767px) {
.heading-9-copy {
text-align: left;
display: block;
}
.w-layout-hflex.flex-block-6 {
flex-direction: column !important;
}
@ -1147,4 +1167,30 @@ a.link-block-2.w-inline-block {
justify-content: flex-start !important;
align-items: flex-start !important;
}
}
@media (max-width: 767px) {
.mask.w-slider-mask {
height: 100px !important;
min-height: 0 !important;
}
}
@media (max-width: 767px) {
.search-history-dropdown,
.search-results-dropdown,
.dropdown-search,
.dropdown-list-3.w--open {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 72px !important; /* подберите под ваш header */
width: 100vw !important;
z-index: 9999 !important;
border-radius: 0 0 16px 16px !important;
margin: 0 !important;
max-width: 100vw !important;
background: white !important;
box-shadow: 0 8px 32px rgba(44,62,80,0.10), 0 1.5px 4px rgba(44,62,80,0.08) !important;
}
}