/* Shared overrides retained from the captured pages. */
a:not([href]) {
  cursor: pointer;
}

.form-control {
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
}

.ws-popover,
.ws-popover__body {
  overflow: visible;
}

.mobile-dropdown-height {
  height: 100% !important;
}

.mobile-dropdown-max-height {
  max-height: 100% !important;
}

.mobile-dropdown-hide {
  display: none !important;
}

/* Navigation and footer promotion are intentionally omitted. */
.global-nav,
.page-footer_top {
  display: none !important;
}

/* White header with the site's primary green for controls and text. */
.page-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  color: #1d8156;
}

.page-header a,
.page-header a:visited,
.page-header a:hover {
  color: #1d8156;
}

.page-header svg {
  fill: #1d8156;
}

/* Primary logo supplied by the site owner. */
.site-logo a {
  display: inline-flex;
  align-items: center;
}

.site-logo__image {
  display: block;
  width: auto;
  height: 48px;
}

@media (min-width: 768px) {
  .site-logo__image {
    height: 56px;
  }
}

/* Home hero artwork. */
.search-panel__bg {
  background-image: url("../images/homepage-bg.ea2d0108ba.jpg") !important;
}

@media (min-width: 992px) {
  .search-panel__bg {
    background-image: url("../images/homepage-bg.ea2d0108ba.jpg") !important;
  }
}

@media (min-width: 1230px) {
  .search-panel__bg {
    background-image: url("../images/homepage-bg.ca9fa08ff6.jpg") !important;
  }
}

/* Detail-page sort controls. */
.wineSortWidth {
  width: 11rem;
}

.spiritSortWidth {
  width: 12rem;
}

.unmatchedSortWidth {
  width: 8rem;
}

button.standard-carousel-navigator__goto-page {
  border: 0;
  padding: 0;
}
