/**/.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.graphicWidgetV2{width:60px;height:60px}.graphicWidgetV3{font-size:0}/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}
/* Custom Widgets Styles */
.widget-1f5975 .copyright {
  font-size: 13px;
  display: flex;
  text-align: left;
  justify-content: flex-start;
}

.widget-1f5975 .copyright-year {
  white-space: nowrap;
}

.widget-456526 {
  /* Scoped widget styles */
}

.widget-456526 .distributor-locator {
  width: 100% !important;
  min-height: 100vh;
  display: grid;
  grid-template-areas: "search" "map" "results";
  grid-template-rows: auto 500px auto;
  gap: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  position: relative;
}

@media (min-width: 768px) {
  .widget-456526 .distributor-locator {
    grid-template-areas: "search search" "map results";
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 600px;
    min-height: 80vh;
  }
}
.widget-456526 .search-section {
  grid-area: search;
  background: linear-gradient(135deg, var(--primary-color, #667eea) 0%, #764ba2 100%);
  color: white;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .widget-456526 .search-section {
    padding: 3rem 2rem;
  }
}
.widget-456526 .search-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.widget-456526 .search-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 768px) {
  .widget-456526 .search-title {
    font-size: 2.5rem;
  }
}
.widget-456526 .search-subtitle {
  font-size: 1.1rem;
  margin: 0 0 2rem 0;
  opacity: 0.9;
  line-height: 1.5;
}

.widget-456526 .search-input-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .widget-456526 .search-input-group {
    flex-direction: row;
  }
}
.widget-456526 .search-input {
  flex: 1;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.widget-456526 .search-input:focus {
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.widget-456526 .search-input:disabled {
  background: #f5f5f5;
  color: #666;
  cursor: not-allowed;
}

.widget-456526 .search-button {
  padding: 1rem 2rem;
  background: var(--accent-color, #ff6b35);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.widget-456526 .search-button:hover:not(:disabled) {
  background: #e55a2b;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.widget-456526 .search-button:active:not(:disabled) {
  transform: translateY(0);
}

.widget-456526 .search-button:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.widget-456526 .map-section {
  grid-area: map;
  position: relative;
  height: 500px !important;
  min-height: 500px !important;
}

@media (min-width: 768px) {
  .widget-456526 .map-section {
    height: 600px !important;
    min-height: 600px !important;
  }
}
.widget-456526 .map-container {
  width: 100% !important;
  height: 500px !important;
  min-height: 500px !important;
  background: #f8f9fa;
  position: relative !important;
  z-index: 1;
}

@media (min-width: 768px) {
  .widget-456526 .map-container {
    height: 600px !important;
    min-height: 600px !important;
  }
}
.widget-456526 .map-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.widget-456526 .reset-button {
  padding: 0.5rem 1rem;
  background: white;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.widget-456526 .reset-button:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.widget-456526 .results-section {
  grid-area: results;
  background: #f8f9fa;
  border-left: 1px solid #e9ecef;
}

@media (max-width: 767px) {
  .widget-456526 .results-section {
    border-left: none;
    border-top: 1px solid #e9ecef;
  }
}
.widget-456526 .results-container {
  padding: 1.5rem;
  height: 100%;
  overflow-y: auto;
  max-height: 500px;
}

@media (min-width: 768px) {
  .widget-456526 .results-container {
    max-height: 600px;
    height: 600px;
  }
}
.widget-456526 .results-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #333;
}

.widget-456526 .welcome-message {
  text-align: center;
  padding: 2rem 1rem;
  color: #666;
}

.widget-456526 .welcome-message .instructions {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.widget-456526 .welcome-message .search-tips {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.5;
}

.widget-456526 .welcome-message .search-tips strong {
  color: var(--primary-color, #667eea);
}

.widget-456526 .welcome-message .total-count {
  font-size: 0.95rem;
  color: var(--primary-color, #667eea);
  font-weight: 600;
}

.widget-456526 .welcome-message .total-count #total-distributors {
  font-size: 1.2rem;
  font-weight: 700;
}

.widget-456526 .search-results-header {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9ecef;
}

.widget-456526 .search-results-header p {
  margin: 0.25rem 0;
  font-size: 0.9rem;
}

.widget-456526 .search-results-header p.results-count {
  color: var(--primary-color, #667eea);
  font-weight: 600;
}

.widget-456526 .distributor-results {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.widget-456526 .result-item {
  background: white;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #e9ecef;
  cursor: pointer;
  transition: all 0.3s ease;
}

.widget-456526 .result-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color, #667eea);
}

.widget-456526 .result-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  gap: 1rem;
}

.widget-456526 .result-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #333;
  flex: 1;
  line-height: 1.3;
}

.widget-456526 .result-distance {
  background: var(--primary-color, #667eea);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.widget-456526 .result-details p {
  margin: 0.25rem 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

.widget-456526 .result-details p:first-child {
  margin-top: 0;
}

.widget-456526 .result-details p:last-child {
  margin-bottom: 0;
}

.widget-456526 .result-details a {
  color: var(--primary-color, #667eea);
  text-decoration: none;
}

.widget-456526 .result-details a:hover {
  text-decoration: underline;
}

.widget-456526 .no-results {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 2rem 1rem;
  line-height: 1.5;
}

.widget-456526 .error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #f5c6cb;
  margin: 1rem 0;
  line-height: 1.5;
}

.widget-456526 .success-message {
  background: #d4edda;
  color: #155724;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #c3e6cb;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.widget-456526 .loading-indicator {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999 !important;
}

.widget-456526 .loading-indicator .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary-color, #667eea);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

.widget-456526 .loading-indicator p {
  color: #666;
  font-size: 1rem;
  text-align: center;
  margin: 0.25rem 0;
}

.widget-456526 .loading-indicator .loading-details {
  font-size: 0.875rem;
  color: #999;
  font-style: italic;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.widget-456526 .email-distributor-btn {
  background: var(--primary-color, #667eea);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.widget-456526 .email-distributor-btn:hover {
  background: #5a6fd8;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.widget-456526 .email-distributor-btn:active {
  transform: translateY(0);
}

.widget-456526 .email-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9999999 !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  padding: 50px 20px 20px 20px !important;
}

.widget-456526 .email-modal[style*="display: flex"] {
  display: flex !important;
}

.widget-456526 .modal-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(3px);
  z-index: 9999998 !important;
}

.widget-456526 .modal-content {
  position: relative !important;
  background: white !important;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 500px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  z-index: 9999999 !important;
  margin: 0 auto;
  margin-top: 25px;
}

.widget-456526 .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.5rem;
}

.widget-456526 .modal-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
}

.widget-456526 .close-button {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.widget-456526 .close-button:hover {
  background: #f3f4f6;
  color: #374151;
}

.widget-456526 .modal-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.widget-456526 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.widget-456526 .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.widget-456526 .form-group label {
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}

.widget-456526 .form-group input, .widget-456526 .form-group textarea {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.widget-456526 .form-group input:focus, .widget-456526 .form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color, #667eea);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.widget-456526 .form-group input::placeholder, .widget-456526 .form-group textarea::placeholder {
  color: #9ca3af;
}

.widget-456526 .form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.widget-456526 .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}

@media (max-width: 480px) {
  .widget-456526 .form-actions {
    flex-direction: column;
  }
}
.widget-456526 .cancel-button {
  padding: 0.75rem 1.5rem;
  background: white;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.widget-456526 .cancel-button:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.widget-456526 .send-button {
  padding: 0.75rem 1.5rem;
  background: var(--primary-color, #667eea);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.widget-456526 .send-button:hover {
  background: #5a6fd8;
}

.widget-456526 .send-button:active {
  transform: translateY(1px);
}

.widget-456526 .popup-content {
  max-width: 300px;
}

.widget-456526 .popup-content h4 {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.3;
}

.widget-456526 .popup-content p {
  margin: 0.5rem 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

.widget-456526 .popup-content p:first-of-type {
  margin-top: 0;
}

.widget-456526 .popup-content p:last-child {
  margin-bottom: 0;
}

.widget-456526 .popup-content a {
  color: var(--primary-color, #667eea);
  text-decoration: none;
}

.widget-456526 .popup-content a:hover {
  text-decoration: underline;
}

.widget-456526 .popup-content strong {
  color: #333;
}

.widget-456526 .user-location-marker {
  background: none !important;
  border: none !important;
}

@media (max-width: 767px) {
  .widget-456526 .distributor-locator {
    min-height: 100vh;
    grid-template-rows: auto 400px auto;
  }
  .widget-456526 .search-section {
    padding: 1.5rem 1rem;
  }
  .widget-456526 .search-title {
    font-size: 1.75rem;
  }
  .widget-456526 .search-subtitle {
    font-size: 1rem;
  }
  .widget-456526 .map-section {
    height: 400px !important;
    min-height: 400px !important;
  }
  .widget-456526 .map-container {
    height: 400px !important;
    min-height: 400px !important;
  }
  .widget-456526 .results-container {
    padding: 1rem;
    max-height: 400px;
  }
  .widget-456526 .result-header {
    flex-direction: column;
    gap: 0.5rem;
  }
  .widget-456526 .result-header .result-distance {
    align-self: flex-start;
  }
  .widget-456526 .email-modal {
    padding: 30px 10px 10px 10px !important;
  }
  .widget-456526 .modal-content {
    max-height: calc(100vh - 40px);
    max-width: calc(100vw - 20px);
    margin-top: 15px;
  }
  .widget-456526 .modal-header, .widget-456526 .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-456526 .search-title {
    font-size: 2.2rem;
  }
  .widget-456526 .distributor-locator {
    grid-template-rows: auto 550px;
  }
  .widget-456526 .map-section {
    height: 550px !important;
    min-height: 550px !important;
  }
  .widget-456526 .map-container {
    height: 550px !important;
    min-height: 550px !important;
  }
  .widget-456526 .results-container {
    max-height: 550px;
    height: 550px;
  }
}
