.quantity {
display: inline-flex !important;
align-items: center !important;
gap: 0 !important;
}
.quantity .eos-qty-btn {
width: 36px;
height: 36px;
border: 2px solid #ddd;
background: #f7f7f7;
color: #333;
font-size: 18px;
font-weight: 700;
line-height: 1;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
-webkit-tap-highlight-color: transparent;
user-select: none;
transition: background 0.15s, border-color 0.15s;
padding: 0;
}
.quantity .eos-qty-btn:hover {
background: #1a4d2e;
border-color: #1a4d2e;
color: #fff;
}
.quantity .eos-qty-btn:active {
transform: scale(0.92);
}
.quantity .eos-qty-btn.eos-qty-minus {
border-radius: 6px 0 0 6px;
border-right: none;
}
.quantity .eos-qty-btn.eos-qty-plus {
border-radius: 0 6px 6px 0;
border-left: none;
}
.quantity input.qty {
height: 36px !important;
width: 48px !important;
border: 2px solid #ddd !important;
border-radius: 0 !important;
text-align: center !important;
font-size: 16px !important;
-moz-appearance: textfield;
-webkit-appearance: none;
appearance: none;
padding: 0 !important;
}
.quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.quantity input.qty:focus {
border-color: #1a4d2e !important;
outline: none !important;
box-shadow: 0 0 0 3px rgba(26, 77, 46, 0.15) !important;
}  .site-header > .col-full {
display: flex !important;
flex-wrap: wrap;
align-items: center;
gap: 16px;
}
.site-header > .col-full > .site-branding,
.site-header > .col-full > .site-search {
float: none !important;
clear: none !important;
width: auto !important;
max-width: none !important;
margin: 0 !important;
}
.site-header > .col-full > .site-branding {
flex: 1 1 auto;
min-width: 0;
}
.site-header > .col-full > .site-search {
flex: 0 0 auto;
margin-left: auto !important;
display: flex !important;
align-items: center !important;
gap: 12px !important;
}
.site-header .site-search .widget_product_search,
.site-header .site-search form {
margin: 0 !important;
flex: 0 0 auto;
}
.eos-header-user {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 6px 10px;
font-size: 13px;
line-height: 1.2;
background: rgba(0, 0, 0, 0.03);
border-radius: 6px;
white-space: nowrap;
flex: 0 0 auto;
}
.eos-header-user__greeting {
color: #888;
}
.eos-header-user__name {
color: #1a4d2e;
font-weight: 600;
text-decoration: none;
}
.eos-header-user__name:hover {
text-decoration: underline;
}
.eos-header-user__logout {
color: #888;
text-decoration: none;
font-size: 12px;
padding: 2px 8px;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.15s;
background: #fff;
}
.eos-header-user__logout:hover {
color: #fff;
background: #1a4d2e;
border-color: #1a4d2e;
}
@media (max-width: 768px) {
.site-header .site-search {
flex-wrap: wrap;
justify-content: flex-end;
}
.eos-header-user {
margin-left: 0;
margin-top: 6px;
justify-content: flex-end;
}
} body.home .site-branding .site-description {
display: none !important;
}  .site-header {
min-height: 90px;
} img[width][height] {
height: auto;
aspect-ratio: attr(width) / attr(height);
} #cmplz-cookiebanner-container:not(:empty) {
min-height: 80px;
}