.har-body, .har-body .woocommerce {
  background-image: url('../images/har-bg-texture.jpg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: repeat-y;
  font-family: 'Baskerville urw', serif;
  font-size: 15px;
  line-height: 100%;
}

.har-homepage-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 1080px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Baskerville urw', serif;
}

.har-desktop-nav {
  padding: 40px;
}

.har-desktop-nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-logo-block {
  width: 377.55px;
}

.har-desktop-nav-link {
  width: 155px;
  font-family: Imfelldwpica, serif;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  text-decoration: none;
}

.har-desktop-nav-link:hover {
  color: #937032;
}

.har-desktop-nav-link.harridan-home-link {
  background-image: url('../images/back-to-harridan.com-arrow.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.har-desktop-nav-link.harridan-home-link:hover {
  background-image: url('../images/back-to-harridan.com-arrow-gold.svg');
}

.har-desktop-nav-link.harridan-home-link.product-pages {
  background-image: url('../images/back-to-harridan.com-arrow-gold.svg');
  color: #000;
}

.har-desktop-nav-link.product-pages {
  color: #000;
}

.har-desktop-nav-link.product-pages:hover {
  color: #937032;
}

.har-hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.har-hero-shop-now-link {
  width: 75%;
  max-height: none;
  max-width: 15em;
  min-height: 13.5em;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.har-hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 38.5em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3%;
  padding-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.har-hero-text-paragraph {
  margin: 0px;
  font-family: Imfelldwpica, serif;
  font-size: 3em;
  line-height: 100%;
  font-style: italic;
  text-align: center;
}

.har-about-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: left;
}

.har-about-link.har-desktop-nav-link {
  left: -2%;
  top: 30%;
  right: 0%;
  bottom: auto;
  text-align: center;
}

.her-bottle-section {
  padding: 100px 20px 20px;
}

.har-bottle-section-top-cap {
  width: 100%;
  max-width: 86em;
  margin-right: auto;
  margin-bottom: 3em;
  margin-left: auto;
}

.har-top-cap-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.har-top-cap-copy {
  margin-bottom: 5px;
  font-family: Imfelldwpica, serif;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.har-top-cap-divider {
  width: 100%;
}

.har-product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 69em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-product-image-lockup {
  width: 55%;
}

.har-product-content-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-product-content-area.product-pages {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.har-hp-product-name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 3em;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.har-hp-product-stats {
  margin-bottom: 20px;
  font-family: Imfelldwpica, serif;
  color: #907d63;
  font-size: 1.5em;
  line-height: 100%;
  text-align: center;
}

.har-hp-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 490px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.button.add_to_cart_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 226px;
  height: 63px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-medium.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
}

.button.more-info-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.42em;
  height: 2.625em;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-medium.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 1.2em;
}

.button.more-info-button:hover {
  background-image: url('../images/button-medium-hover.svg'), url('../images/button-medium.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: 100% 100%;
  color: #fff;
}

.button.add_to_cart_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.5em;
  height: 2.625em;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-medium.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 1.2em;
}

.button.add_to_cart_button:hover {
  background-image: url('../images/button-medium-hover.svg'), url('../images/button-medium.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: 100%, 100%;
  color: #fff;
}

.button.long-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 226px;
  height: 63px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-medium.svg');
  background-position: 0px 0px;
  background-size: auto;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 1.2em;
}

.button.long-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.47em;
  height: 2.625em;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/har-button-long.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 1.2em;
}

.button.long-button:hover {
  background-image: url('../images/har-button-over-long.svg'), url('../images/har-button-long.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 100% 100%;
  color: #fff;
}

.button.subscribe-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.5em;
  height: 2.625em;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-medium.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 1.2em;
}

.button.subscribe-button:hover {
  background-image: url('../images/button-medium-hover.svg'), url('../images/button-medium.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 100% 100%;
  color: #fff;
}

.button.age-gate-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.79em;
  height: 2.15em;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/age-gate-button-01.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: Imfelldwpica, serif;
  color: #fff;
  font-size: 1.7em;
  font-style: italic;
  text-decoration: none;
}

.button.age-gate-button:hover {
  background-image: url('../images/age-gate-button-02.svg');
}

.button.age-gate-button-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.79em;
  height: 2.15em;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/age-gate-button-01.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: Imfelldwpica, serif;
  color: #fff;
  font-size: 1.7em;
  font-style: italic;
  text-decoration: none;
}

.button.age-gate-button-no:hover {
  background-image: url('../images/age-gate-button-02.svg');
}

.har-bottle-section-bottom-cap {
  width: 100%;
  max-width: 86em;
  margin: 2em auto 5em;
}

.har-bottle-section-bottom-cap.har-hp-info-sec {
  margin-top: 5em;
}

.har-bottle-section-bottom-cap.har-hp-cocktail-section {
  margin-top: 4em;
}

.har-bottom-cap-divider {
  width: 100%;
}

.har-hp-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36em;
  max-width: 86em;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.har-hp-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.har-hp-info-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17.25em;
  margin-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-miny-image {
  width: 14.7em;
}

.har-dtdc-image {
  width: 25.35em;
}

.har-hcwc-image {
  width: 25.35em;
}

.har-hp-info-text {
  margin-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.4em;
}

.har-cocktail-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 79.25em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.har-cocktails-section {
  padding-bottom: 0px;
}

.har-cocktail-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30.66%;
  max-width: 24.3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.har-cocktail-backing {
  position: relative;
}

.har-cocktail-content-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 89%;
}

.har-cocktail-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 11%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-cocktail-title-text {
  position: relative;
  margin: 0px;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 2.25em;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.har-cocktail-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-cocktail-instructions {
  position: relative;
  z-index: 10;
  width: 71%;
  margin-bottom: 0px;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 1.4em;
  line-height: 1.55em;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.har-cocktail-link-box {
  position: relative;
  width: 100%;
}

.har-cocktail-text-link {
  font-family: Imfelldwpica, serif;
  color: #937032;
  font-size: 1.2em;
  text-decoration: underline;
}

.har-cocktail-text-link:hover {
  color: #000;
}

.har-cocktail-text-link-box {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.har-footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-sod-image {
  width: 16.3em;
  margin-bottom: 1.8em;
}

.har-cocktail-text-open {
  font-family: Imfelldwpica, serif;
  color: #937032;
  font-size: 1.2em;
  text-decoration: underline;
}

.har-cocktail-text-open:hover {
  color: #000;
}

.har-footer-form {
  width: 100%;
  max-width: 26.6em;
  margin-left: auto;
  margin-right: auto;
}

.har-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-footer-email-field {
  height: 2.65em;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/har-email-bkg.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: Imfelldwpica, serif;
  color: #bcac97;
  font-size: 1.2em;
  line-height: 100%;
  text-align: center;
}

.har-instagram-link {
  width: 3.15em;
  height: 3.15em;
  margin-bottom: 3em;
  background-image: url('../images/instagram-01.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 1em;
}

.har-instagram-link:hover {
  background-image: url('../images/instagram-02.svg');
}

.har-footer-link-block {
  text-align: center;
}

.har-footer-link-divider {
  display: inline;
  margin-right: 0.5em;
  margin-bottom: 0px;
  margin-left: 0.5em;
  color: #937032;
  font-size: 0.9em;
}

.har-footer-link {
  color: #937032;
  font-size: 0.9em;
  text-decoration: none;
}

.har-footer-link:hover {
  color: #000;
  text-decoration: underline;
}

.har-mobile-nav {
  display: none;
}

.image {
  max-height: 100vh;
}

.har-pp-bottle-section {
  padding: 60px 20px 20px;
}

.har-pp-product-name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 3em;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.har-pp-product-stats {
  margin-bottom: 0em;
  font-family: Imfelldwpica, serif;
  color: #907d63;
  font-size: 1.5em;
  line-height: 100%;
  text-align: left;
}

.har-pp-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 490px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.har-pp-product-description {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.4em;
}

.har-hp-price {
  margin-bottom: 40px;
  font-family: 'Baskerville urw', serif;
  color: #000;
  font-size: 1.5em;
  line-height: 100%;
  text-align: center;
}

.har-product-section .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.33em;
  height: auto;
  margin-right: .5em;
  margin-left: .5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.2em;
}

.har-product-section .input-text.qty.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.625em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/har-quantity-bkg.svg');
  background-position: 0px 0px;
  background-size: auto;
  font-size: 1em;
  background-color: rgba(0,0,0,0)!important;
  box-shadow: none!important;
}

.har-product-section .quantity::after {
  content: 'Quantity';
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Imfelldwpica, serif;
  font-size: 0.8em;
  font-style: italic;
}

.har-pp-price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.947em;
  height: auto;
  margin-right: 0em;
  margin-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.2em;
}

.har-pp-price-title {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Imfelldwpica, serif;
  font-size: 0.8em;
  font-style: italic;
}

.har-pp-price-fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.625em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/har-price-bkg.svg');
  background-position: 0px 0px;
  background-size: auto;
  font-size: 1em;
}

.har-pp-price {
  margin-bottom: 0px;
  font-size: 1.2em;
}

.har-pp-quant-placeholder {
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 1.2em;
}

.har-inner-content {
  width: 100%;
  max-width: 67.5em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
}

.har-gen-heading {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-family: Imfelldwpica, serif;
  font-size: 5em;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.har-heading-underline {
  display: block;
  width: 75%;
  max-width: 23.239em;
  margin-right: auto;
  margin-bottom: 4em;
  margin-left: auto;
}

.har-contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.har-contact-hemi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.har-gen-subheading {
  margin-top: 0.25em;
  margin-bottom: 0em;
  font-family: Imfelldwpica, serif;
  font-size: 2.95em;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
}

.har-inner-paragraphs {
  font-weight: 500;
}

.har-inner-paragraph {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 500;
}

.har-contact-divider {
  width: 0.275em;
  height: 100%;
}

.har-contact-mobile-divider {
  display: none;
}

.tac-age-gate-button1 {
  width: 90%;
  max-width: 494px;
}

.tac-age-gate-button1-image {
  width: 100%;
}

.popup-overlay {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.76);
}

.tac-age-gate-main {
  width: 85%;
  max-width: 416px;
}

.tac-age-gate-main-content {
  width: 95%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.tac-age-gate-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.button-2 {
  min-width: 180px;
  padding: 1em 0.75em;
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.button-2:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.button-2.age-gate-button {
  width: 47%;
  max-width: 150px;
  min-width: auto;
  border: 1px solid #fff;
}

.tac-age-gate-question {
  margin-bottom: 40px;
  color: #b18952;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.tac-age-gate-logo {
  width: 100%;
  margin-bottom: 40px;
}

.tac-age-gate-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.har-age-gate-cage{
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-age-gate {
  position: relative;
  width: 31.7em;
  height: 28.4em;
  max-width: none;
  background-image: url('../images/age-gate-bkg.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.har-age-gate-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.har-age-gate-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Imfelldwpica, serif;
  color: #000;
  font-size: 3.5em;
  line-height: 100%;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.har-age-gate-text {
  margin-bottom: 1.5em;
  color: #000;
  font-size: 1.2em;
  line-height: 110%;
  font-weight: 500;
  text-align: center;
}

.har-age-gate-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.har-age-gate-link {
  height: 100%;
  margin-right: 40px;
  color: #fff;
  font-size: 2.75em;
  font-weight: 500;
  text-decoration: none;
}

.har-age-gate-link:hover {
  font-style: italic;
}

.har-age-gate-divider {
  width: 17em;
  margin: 0.5em auto;
}

@media screen and (min-width: 1440px) {
  .har-body, .har-body .woocommerce  {
    font-size: 17px;
  }

  .har-product-section .quantity {
    width: 3.34em;
  }

  .har-product-section .input-text.qty.text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.625em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/har-quantity-bkg.svg');
    background-position: 0px 0px;
    background-size: 100% 100%;
    font-size: 1em;
    background-color: rgba(0,0,0,0)!important;
    box-shadow: none!important;
  }

  .har-product-section .quantity::after {
    margin-top: 3px;
    margin-bottom: 0px;
    font-family: Imfelldwpica, serif;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
  }

  .har-pp-price-box {
    width: 3.947em;
    margin-right: 0em;
    margin-left: 0em;
  }

  .har-pp-price-title {
    margin-top: 3px;
    margin-bottom: 0px;
    font-family: Imfelldwpica, serif;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
  }

  .har-pp-price-fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.625em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/har-price-bkg.svg');
    background-position: 0px 0px;
    background-size: 100% 100%;
    font-size: 1em;
  }

  .har-pp-price {
    margin: 0px;
  }

  .har-age-gate-button-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .har-age-gate-link {
    font-size: 2.75em;
  }

  .har-age-gate-link.yes-button {
    font-size: 2.75em;
  }
}

@media screen and (min-width: 1920px) {
  .har-body, .har-body .woocommerce  {
    font-size: 20px;
    line-height: 100%;
  }

  .har-desktop-nav-flex {
    max-width: 86em;
  }

  .har-desktop-nav-link.harridan-home-link {
    width: 200px;
  }

  .har-product-section {
    max-width: 69em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .har-product-image-lockup {
    width: 50%;
  }

  .button.add_to_cart_button:hover {
    background-size: 99.5%, cover;
  }

  .har-cocktail-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .har-footer-section {
    padding-bottom: 4em;
  }

  .har-footer-form {
    max-width: 26.6em;
    margin-bottom: 0px;
  }

  .har-form-inner {
    margin-bottom: 1.5em;
  }

  .har-footer-email-field {
    height: 2.65em;
  }

  .har-instagram-link {
    width: 3.15em;
    height: 3.15em;
    margin-bottom: 2em;
    padding: 0em;
    background-image: url('../images/instagram-01.svg');
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1em;
  }

  .har-instagram-link:hover {
    background-image: url('../images/instagram-02.svg');
  }

  .har-footer-link-divider {
    display: inline;
    margin-right: 0.5em;
    margin-bottom: 0px;
    margin-left: 0.5em;
  }

  .har-footer-link {
    font-family: 'Baskerville urw', serif;
  }

  .har-pp-price {
    font-size: 1em;
  }

  .popup-overlay {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .har-age-gate-content {
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .har-body, .har-body .woocommerce  {
    font-size: 14px;
  }

  .har-desktop-nav {
    display: none;
  }

  .har-desktop-nav-link {
    width: auto;
    color: #000;
  }

  .har-about-link.har-desktop-nav-link {
    left: -5%;
    display: none;
  }

  .har-product-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .har-product-image-lockup {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }

  .har-hp-button-box {
    height: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .har-bottle-section-bottom-cap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .har-bottle-section-bottom-cap.har-hp-cocktail-section {
    margin-top: 1em;
  }

  .har-hp-info-flex {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .har-hp-info-block {
    width: 100%;
    padding-bottom: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .har-hp-vert-divider {
    display: none;
  }

  .har-hp-info-image-box {
    width: 42%;
    margin-bottom: 0em;
  }

  .har-hp-info-text {
    width: 50%;
  }

  .har-cocktail-section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .har-cocktail-image-block {
    width: 44%;
    margin-bottom: 4em;
  }

  .har-mobile-logo {
    width: 50%;
    max-width: 21.1em;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }

  .har-mobile-nav {
    display: block;
    background-color: rgba(0, 0, 0, 0);
  }

  .har-mobile-nav-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .har-mobile-nav-menu {
    padding-top: 2em;
    padding-bottom: 2em;
    background-image: url('../images/har-bg-texture.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .har-menu-button {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .har-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/har-bg-texture.jpg');
    background-position: 0px 0px;
    background-size: auto;
    color: #000;
  }

  .har-pp-button-box {
    height: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .har-product-section .input-text.qty.text {
    background-size: cover;
  }

  .har-pp-price-fill {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .har-contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .har-contact-hemi {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .har-gen-subheading {
    text-align: center;
  }

  .har-inner-paragraph {
    text-align: center;
  }

  .har-contact-divider {
    display: none;
  }

  .har-contact-mobile-divider {
    display: block;
    margin-top: 3em;
    margin-bottom: 2em;
  }

  .button-2 {
    min-width: 130px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .har-product-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .har-product-image-lockup {
    position: relative;
    width: 60%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .har-product-content-area.product-pages {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .har-hp-info-image-box {
    padding-right: 20px;
    padding-left: 0px;
  }

  .har-hp-info-text {
    width: 100%;
    font-size: 1em;
  }

  .har-cocktail-image-block {
    width: 75%;
  }

  .har-pp-product-name {
    text-align: center;
  }

  .har-pp-product-stats {
    text-align: center;
  }

  .har-pp-button-box {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .har-pp-price-box {
    margin-right: auto;
    margin-left: auto;
  }

  .har-pp-button-box .add_to_cart_inline {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .har-pp-product-description {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .har-body, .har-body .woocommerce  {
    font-size: 13px;
  }

  .har-homepage-hero{
    height: 60vh;
  }

  .har-hero-text-paragraph {
    font-size: 2.3em;
  }

  .her-bottle-section {
    padding-top: 5em;
  }

  .har-top-cap-copy {
    font-size: .9em;
  }

  .har-product-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .har-product-image-lockup {
    width: 100%;
  }

  .har-product-content-area {
    width: 100%;
  }

  .har-product-content-area.product-pages {
    padding-right: 0px;
    padding-left: 0px;
  }

  .har-bottle-section-bottom-cap {
    margin-bottom: 3em;
    padding-right: 1em;
  }

  .har-bottle-section-bottom-cap.har-hp-info-sec {
    margin-top: 2em;
  }

  .har-hp-info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .har-hp-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .har-hp-info-image-box {
    width: 100%;
    padding-right: 0px;
  }

  .har-hp-info-text {
    font-size: 1.1em;
  }

  .har-cocktail-image-block {
    width: 100%;
  }

  .har-cocktail-instructions {
    width: 75%;
  }

  .har-footer-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .har-footer-link-divider {
    display: none;
  }

  .har-footer-link {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.1em;
  }

  .har-pp-bottle-section {
    padding-top: 2em;
  }

  .har-age-gate {
    width: 95%;
    height: auto;
    padding-bottom: 86%;
  }

  .har-age-gate-heading {
    font-size: 2.7em;
  }

  .har-age-gate-text {
    font-size: 0.9em;
  }

  .har-age-gate-link {
    font-size: 2em;
  }
}

@font-face {
  font-family: 'Imfelldwpica';
  src: url('../fonts/IMFellDWPica-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Imfelldwpica';
  src: url('../fonts/IMFellDWPica-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville urw';
  src: url('../fonts/Baskerville_URW_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville urw';
  src: url('../fonts/Baskerville_URW_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville urw';
  src: url('../fonts/Baskerville_URW_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville urw';
  src: url('../fonts/Baskerville_URW_Medium_Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville urw';
  src: url('../fonts/Baskerville_URW_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville urw';
  src: url('../fonts/Baskerville_URW_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
