.es-trigger-form {
max-width: 800px;
margin: 1em auto;
position: relative;
}
.es-trigger-button {
position: relative;
background: none;
border: none;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
color: #333;
transition: color 0.2s;
}
.es-trigger-button:hover,
.es-trigger-button:focus {
color: #000;
} .es-trigger-button svg {
width: 24px;
height: 24px;
} @media (max-width: 768px) {
.es-trigger-button {
margin: 0px; 
padding: 0px; 
}
}  *,
*::before,
*::after {
box-sizing: border-box;
}  #es-trigger-input {
width: 100%;
padding: 0.75em 1em;
font-size: 1em;
border: 1px solid #ccc;
border-radius: 4px;
background: #fff;
cursor: text;
} .es-trigger-form #es-trigger-input {
display: none;
} .es-overlay {
display:none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
justify-content: center;
align-items: stretch;
} .es-overlay-content {
background: #fff;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
overflow: hidden;
} .es-overlay-header {
width: 100%;
padding: 1em 2vw;
background: #fff;
}
.es-header-flex {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1em;
width: 100%;
} .es-logo {
flex: 0 0 auto;
margin-right: 1em;
}
.es-logo img {
height: 40px;
width: auto;
max-width: 100%;
object-fit: contain;
display: block;
} .es-filter-toggle {
flex: 0 0 auto;
background: none;
border: 1px solid #ccc;
padding: 0.5em 1em;
font-size: 1rem;
cursor: pointer;
display: none;
align-items: center;
justify-content: center;
transition: color 0.2s;
}
.es-filter-toggle:hover {
color: #000;
}
.es-filter-toggle svg,
.es-filter-toggle i { width: 1.5em;
height: 1.5em;
} .es-overlay-search-form {
flex: 1 1 auto;
min-width: 200px;
display: flex;
align-items: center;
width: 100%;
}
.es-search-box {
width: 100%;
}
#es-inner-input {
width: 100%;
border: none;
border-bottom: 2px solid #f78da7;
font-size: 1em;
background: transparent;
outline: none;
height: 50px;
box-sizing: border-box;
box-shadow:none; 
} .es-close {
flex: 0 0 auto;
background: none;
border: none;
font-size: 1.5rem;
color: #333;
cursor: pointer;
} .es-overlay-body {
flex: 1;
display: flex;
overflow: hidden;
} .es-left-col {
width: 20%;
padding: 0 1em 1em;
overflow-y: auto;
transition: transform 0.3s ease;
box-sizing: border-box;
} .es-right-col {
width: 80%;
padding: 0 1em 1em;
overflow-y: auto;
} .es-top-terms {
display: flex;
flex-wrap: wrap;
gap: 0.5em;
margin-bottom: 1em;
}
.es-term-tag {
background: #e0e0e0;
padding: 0.3em 0.6em;
border-radius: 3px;
cursor: pointer;
font-size: 0.9em;
white-space: nowrap;
}
.es-term-tag:hover {
background: #ccc;
} .es-filter-group {
margin-bottom: 1em;
}
.es-filter-group h4 {
margin: 0.75em 0 0.25em;
font-size: 0.9em;
}
.es-filter-group select {
width: 100%;
padding: 0.5em;
border: 1px solid #ccc;
border-radius: 4px;
} .es-no-results {
color: #b12704;
font-weight: bold;
margin-bottom: 0.5em;
} .es-carousel {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 0.5em;
align-items: start;
grid-auto-rows: 1fr;
} .es-card {
display: flex;
flex-direction: column;
height: 100%;
padding: 0.5em;
border: 1px solid lightgray;
border-radius: 4px;
background: #fff;
box-sizing: border-box;
}
.es-card:hover {
background: #ffecef;
}
.es-card img {
width: 100%;
aspect-ratio: 1/1;
object-fit: cover;
margin-bottom: 0.5em;
}
.es-card h4 {
margin: 0.5em 0;
font-size: 1em;
text-align: left;
}
.es-price {
margin-top: auto;
justify-content: space-evenly;
align-self: flex-start;
color: #f78da7;
font-weight: bold;
font-size: 1em;
} .es-overlay-top-row {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1em;
}
.es-overlay-top-row h3 {
margin: 0;
font-size: 1.2rem;
white-space: nowrap;
align-self: flex-start;
padding-left: 0.8em;
width: auto;
} #es-top-terms.es-top-terms {
display: flex;
flex-wrap: wrap;
gap: 0.5em;
align-items: center;
flex: 1 1 auto;
min-width: 0;
overflow-x: auto;
padding-left: 1em;
}  @media (max-width: 1200px) {
.es-carousel {
grid-template-columns: repeat(5, 1fr);
}
}
@media (max-width: 1000px){
.es-carousel {
grid-template-columns: repeat(4,1fr);
}
} @media (max-width: 768px) {
.es-overlay-content {
flex-direction: column;
}
.es-left-col {
display: none;
}
.es-right-col {
width: 100%;
}
.es-left-col h3 {
display: none;
} .es-right-header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1em;
margin-bottom: 1em;
}
.es-right-header h3 {
margin: 0;
font-size: 1.25rem;
}
.es-right-header .es-filter-toggle {
display: inline-block;
background: none;
border: 1px solid #ccc;
padding: 0.4em 1em;
font-size: 1rem;
cursor: pointer;
align-self: flex-end;
display: none;
}
.es-pagination {
display: none;
}
.es-carousel {
grid-template-columns: repeat(3, 1fr);
}
.es-header-flex {
align-items: stretch;
}
.es-logo {
margin: 0 auto;
}
.es-overlay-search-form {
width: 100%;
}
.es-close {
align-self: flex-end;
margin-top: 0.5em;
}
.es-filter-toggle {
display: inline-block;
align-self: flex-end;
margin-top: 0.5em;
}
}
@media (max-width: 500px){
.es-carousel{
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 408px) {
.es-overlay-body {
flex-direction: column;
}
.es-left-col {
position: absolute;
top: 60px;
left: 0;
right: 0;
bottom: 0;
background: #fff;
transform: translateY(-100%);
z-index: 10;
}
.es-overlay-content.filters-open .es-left-col {
transform: translateY(0);
}
.es-carousel {
grid-template-columns: repeat(2, 1fr);
}  
}