.zakagro-product-switcher {
margin: 18px 0 22px;
}
.zakagro-product-switcher__label {
margin-bottom: 8px;
font-size: 14px;
font-weight: 600;
line-height: 1.3;
}
.zakagro-product-switcher__buttons {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.zakagro-product-switcher__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
min-width: 64px;
padding: 8px 14px;
border: 1px solid #d7d7d7;
border-radius: 4px;
background: #fff;
color: #1f2933;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
text-align: center;
text-decoration: none;
transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.zakagro-product-switcher__button:hover,
.zakagro-product-switcher__button:focus {
border-color: #6b8e23;
color: #426000;
}
.zakagro-product-switcher__button.is-active {
border-color: #6b8e23;
background: #eef5e3;
color: #2f4f00;
cursor: default;
pointer-events: none;
}