.marinelec-tax-switcher {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  background: #f4f8f8;
  border: 1px solid #d6e2e2;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  vertical-align: middle;
}

.marinelec-tax-switcher__button {
  min-width: 48px;
  min-height: 32px;
  margin: 0;
  padding: 6px 12px;
  color: #5f6b76;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.marinelec-tax-switcher__button:hover,
.marinelec-tax-switcher__button:focus-visible {
  color: #004f4d;
  outline: none;
}

.marinelec-tax-switcher__button.is-active {
  color: #fff;
  background: #1e8b8e;
  box-shadow: 0 3px 8px rgba(31, 41, 51, .16);
}

.marinelec-tax-switcher__button:disabled {
  cursor: wait;
  opacity: .65;
}

body.marinelec-tax-mode-ht .product-price::after,
body.marinelec-tax-mode-ht .current-price-value::after {
  content: " HT";
  color: #5f6b76;
  font-size: .55em;
  font-weight: 600;
  white-space: nowrap;
}

.marinelec-tax-ecotax {
  display: block;
  margin-top: 3px;
  color: #5f6b76;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.marinelec-tax-shipping {
  display: block !important;
  width: 100%;
  margin: 5px 0 10px;
  clear: both;
  color: #1f2933;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .marinelec-tax-switcher {
    padding: 2px;
  }

  .marinelec-tax-switcher__button {
    min-width: 44px;
    min-height: 30px;
    padding: 5px 10px;
  }
}
