.veronas-delivery-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0 22px;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}
.veronas-location-box {
  position: relative;
  flex: 1 1 430px;
  min-width: 280px;
  z-index: 20;
}
.veronas-location-trigger {
  width: 100%;
  min-height: 54px;
  border: 1px solid #e6dfdc;
  background: #fff;
  color: #6b625f;
  border-radius: 6px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: .3px;
  box-sizing: border-box;
}
.veronas-location-trigger:hover,
.veronas-location-trigger:focus {
  border-color: #f3a2bd;
  box-shadow: 0 0 0 3px rgba(243,162,189,.13);
  outline: none;
}
.veronas-map-icon {
  font-size: 20px;
  color: #d9829f;
}
.veronas-location-label { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.veronas-location-chevron { color: #9a8f8b; font-size: 17px; }
.veronas-location-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  z-index: 99999;
  border-radius: 8px;
  overflow: hidden;
}
.veronas-location-search {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}
.veronas-location-helper,
.veronas-location-no-results {
  padding: 13px 16px;
  font-size: 13px;
  color: #8e8581;
  background: #fff;
}
.veronas-location-no-results { color: #c0394d; }
.veronas-location-options {
  max-height: 290px;
  overflow: auto;
}
.veronas-location-option {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 13px 16px;
  display: none;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: #4f4a48;
  text-align: left;
  border-bottom: 1px solid #f5f2f1;
  font-size: 14px;
}
.veronas-location-option:hover { background: #fff7fa; color: #d9829f; }
.veronas-location-option.is-disabled span { color: #aaa; }
.veronas-delivery-message {
  margin-top: 8px;
  font-size: 13px;
  color: #6c625f;
  line-height: 1.35;
}
.veronas-delivery-message.is-error { color: #c0394d; }
.veronas-delivery-message.is-success { color: #245f4f; }
.veronas-trust-badges {
  display: flex;
  gap: 8px;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.veronas-trust-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #f0eeed;
  border-radius: 6px;
  background: #fff;
  color: #554f4c;
  font-size: 13px;
  line-height: 1.25;
  box-sizing: border-box;
}
.veronas-trust-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #173f3a;
  color: #fff;
  font-size: 14px;
  flex: 0 0 30px;
}
@media (max-width: 991px) {
  .veronas-delivery-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .veronas-trust-badges {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
    -webkit-overflow-scrolling: touch;
  }
  .veronas-trust-badge { white-space: nowrap; min-width: max-content; }
}
@media (max-width: 767px) {
  .veronas-delivery-bar {
    display: block;
    margin: 10px 0 16px;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .veronas-location-box {
    min-width: 0;
    width: 100%;
    flex: none;
  }
  .veronas-location-trigger {
    min-height: 48px;
    font-size: 14px;
    border-radius: 24px;
    padding: 0 14px;
  }
  .veronas-location-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 330px;
    border-radius: 14px;
  }
  .veronas-location-search {
    font-size: 16px;
    padding: 15px 16px;
  }
  .veronas-location-options {
    max-height: 235px;
  }
  .veronas-location-option {
    padding: 14px 16px;
    font-size: 15px;
  }
  .veronas-delivery-message {
    font-size: 12px;
    margin: 8px 4px 0;
  }
  .veronas-trust-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
    overflow: visible;
  }
  .veronas-trust-badge {
    min-width: 0;
    min-height: 44px;
    padding: 7px 6px;
    justify-content: center;
    text-align: center;
    white-space: normal;
    font-size: 10.5px;
    line-height: 1.15;
    gap: 5px;
  }
  .veronas-trust-badge span {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    font-size: 11px;
  }
}
@media (max-width: 420px) {
  .veronas-trust-badges { grid-template-columns: 1fr; }
  .veronas-trust-badge { justify-content: flex-start; text-align: left; font-size: 12px; padding: 9px 12px; }
}

.veronas-delivery-catalog-notice {
  width: 100%;
  clear: both;
  margin: 10px 0 18px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .3px;
  box-sizing: border-box;
}
.veronas-delivery-catalog-notice.is-error {
  color: #b64557;
  background: #fff5f7;
  border: 1px solid rgba(243, 162, 189, .45);
}
.veronas-delivery-catalog-notice.is-info {
  color: #245f4f;
  background: #f3fbf8;
  border: 1px solid rgba(36, 95, 79, .18);
}
@media (max-width: 767px) {
  .veronas-delivery-catalog-notice {
    margin: 8px 12px 14px;
    width: calc(100% - 24px);
    font-size: 13px;
    text-align: center;
  }
}

.veronas-location-option {
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.veronas-location-option small {
  display: block;
  font-size: 11.5px;
  line-height: 1.25;
  color: #a58f89;
  font-weight: 500;
  letter-spacing: .2px;
}
.veronas-location-option:hover small { color: #d9829f; }
.veronas-location-option.is-disabled small { color: #b7aaa6; }
@media (max-width: 767px) {
  .veronas-location-option small {
    font-size: 12px;
  }
}
