/* [project]/public/css/custom.css [app-client] (css) */
header, body, nav, .bg-white, .bg-ui-bg-subtle {
  background-color: #f9f7f0;
}

[data-testid="nav-menu-popup"] {
  background: #b38237;
}

.text-small-regular {
  font-size: 1rem;
}

nav a, [data-testid="nav-menu-button"] {
  font-weight: bold;
}

.product-description .hero {
  text-align: center;
  padding: 60px 20px;
}

.product-description .subtitle {
  color: #555;
  font-size: 1.1rem;
}

.product-description .price strong {
  color: #b38237;
  font-size: 2rem;
}

.product-description .block {
  padding: 50px 20px;
}

.product-description .block.light {
  color: #fff;
  background: #b38237;
}

.product-description h2 {
  margin-bottom: 15px;
}

.product-description ul, .product-description ol {
  padding-left: 20px;
}

.ivermectin-wrapper {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  display: grid;
}

.ivermectin-image img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

.ivermectin-content h1 {
  color: #2f3b1f;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
}

.note {
  color: #9a5c00;
  background: #fff6e6;
  border-left: 4px solid #f0a500;
  margin-bottom: 20px;
  padding: 12px 14px;
  font-size: 14px;
}

.description {
  color: #444;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.6;
}

.feature-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  display: grid;
}

.feature {
  font-size: 14px;
}

.feature .icon {
  margin-bottom: 6px;
  font-size: 26px;
  display: inline-block;
}

.feature h4 {
  color: #333;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}

.feature p {
  color: #555;
  margin-bottom: 4px;
}

.feature small {
  color: #000;
  font-size: 12px;
}

@media (max-width: 900px) {
  .ivermectin-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .ivermectin-image img {
    margin: auto;
  }
}

.section-title {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.bg-gray-800 {
  background: #b38237;
  color: #fff !important;
}

.border-gray-800 {
  border-color: #b38237;
  color: #b38237 !important;
}

.font-semibold, .font-bold {
  color: #374328;
}

.store-page-title.animate-fadeIn, .font-bold.animate-fadeIn {
  color: #fff;
}

.bg-black\/55 {
  opacity: .9;
  background-color: #b38237;
}

.underline {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

:focus:invalid {
  box-shadow: none;
  border-color: red;
}

.bg-ui-bg-disabled {
  background-color: rgba(179, 130, 55, .46) !important;
}

/*# sourceMappingURL=public_css_custom_c1599789.css.map*/