body {
  font-family: 'Noe Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: underline;
}

li {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 23px;
}

.main {
  overflow: hidden;
  padding-top: 80px;
}

.main.full-page {
  padding-top: 0px;
}

.main.story {
  padding-top: 0px;
}

.section {
  padding: 60px;
}

.section.product-category-wrapper {
  position: relative;
  padding-bottom: 310px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
}

.section.subsequent {
  padding-top: 0px;
}

.section.subsequent.mobile-only {
  display: none;
}

.section.negative-rag {
  position: relative;
  z-index: 15;
  padding-top: 0px;
  background-color: transparent;
}

.section.last {
  padding-bottom: 0px;
}

.section.first {
  padding-top: 0px;
}

.section.mobile-only {
  display: none;
}

.section.product-category {
  padding-bottom: 340px;
}

.section.product-hero {
  background-image: linear-gradient(180deg, #fff, rgba(231, 226, 205, 0.53)), url('../images/watermark-opaque-1.png'), linear-gradient(359deg, #e7e2d4 30%, #fff 77%);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.section.story {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  padding: 80px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.story.dark {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/dark-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/dark-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.section.story.red {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/five-times-filtered-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.story.red.justified {
  padding-top: 170px;
  padding-bottom: 140px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.story.white {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93))), url('../images/texture.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93)), url('../images/texture.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.story.white.hide-desktop {
  display: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container.centered {
  text-align: center;
}

.container.centered.relative {
  position: relative;
  z-index: 15;
}

.container.navbar-container {
  position: relative;
  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;
}

.container.negative-rag {
  margin-top: -200px;
}

.container.wtd-content {
  position: relative;
  height: 100%;
  max-width: 600px;
  margin-right: 0px;
  text-align: left;
}

.footer-logo-wrapper {
  position: relative;
  top: -9px;
  width: 140px;
}

.footer-logo-wrapper:hover {
  opacity: 0.71;
}

.footer-logo {
  display: block;
  width: 100%;
}

.menu-item {
  display: inline-block;
  height: 80px;
  padding-top: 29px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  border-bottom: 2px solid transparent;
  font-family: 'Mark W05 Bold', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item:hover {
  color: #e22e36;
}

.menu-item.w--current {
  color: #e22e36;
}

.menu-item.footer-menu-item {
  height: auto;
  margin-left: 55px;
  padding: 0px;
  font-size: 11px;
}

.menu-item.mobile-only {
  display: none;
}

.menu-item.dropdown-menu-item {
  padding-right: 35px;
}

.social-icon {
  height: 17px;
}

.social-icon.youtube {
  height: 15px;
}

.social-icon.instagram {
  height: 15px;
}

.social-link {
  height: 100%;
  padding-top: 29px;
  padding-right: 5px;
  padding-left: 5px;
}

.social-link:hover {
  -webkit-filter: hue-rotate(40deg);
  filter: hue-rotate(40deg);
}

.social-link.first {
  padding-left: 0px;
}

.social-link.footer-social-link {
  padding-top: 0px;
}

.home-hero-card {
  position: relative;
  z-index: 50;
  width: 50%;
  height: 100%;
  padding-top: 35px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: rgba(119, 0, 5, 0);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.home-hero-card:hover {
  background-color: rgba(112, 0, 5, 0.63);
}

.home-hero-card.rtd {
  background-color: rgba(255, 255, 255, 0);
}

.home-hero-card.rtd:hover {
  background-color: rgba(175, 131, 0, 0.58);
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cta.red {
  color: #e22e36;
}

.cta.product-action {
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}

.cta.product-action.centered.mobile-only {
  display: none;
}

.cta.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-text {
  display: inline-block;
  margin-right: 11px;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-icon {
  position: relative;
  top: 0px;
  height: 11px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cta-icon.small {
  height: 10px;
}

.cta-icon.large {
  height: 14px;
}

.sectional-heading-underline {
  position: absolute;
  left: 0%;
  top: 16px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.12;
}

.sectional-masthead {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-60 {
  width: 60%;
  min-height: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-60.place-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.col-40 {
  width: 40%;
  padding-right: 15px;
  padding-left: 15px;
}

.vertical-slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vertical-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vertical-slider-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  -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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.slide-control-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-top: 8px;
  margin-bottom: 8px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 900px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.slide-control-button:hover {
  border-color: #e22e36;
  background-color: #e22e36;
}

.slider-icon {
  height: 6px;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -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/ted-danson.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  padding-left: 6px;
  -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;
  border-radius: 900px;
  background-color: #e22e36;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-button:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.43);
}

.play {
  height: 26px;
}

.history-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  padding-right: 30px;
  padding-left: 30px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/liquid-black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/liquid-black.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.footer {
  padding: 60px;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.footer-row.middle {
  display: block;
  margin-bottom: 26px;
}

.footer-row.last {
  margin-bottom: 0px;
}

.footer-ancillary-links {
  color: #000;
  font-size: 11px;
  text-decoration: none;
}

.footer-ancillary-links:hover {
  color: #e22e36;
}

.copyright {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 8px;
}

.footer-social-links {
  display: inline-block;
}

.masthead {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product.last {
  margin-bottom: 0px;
}

.product-column {
  width: 50%;
}

.product-column.content {
  position: relative;
  padding: 50px;
  background-color: #d52830;
  color: #fff;
  text-align: left;
}

.product-column.content.zero-sugar {
  background-color: #1e5524;
}

.product-column.content.flavors {
  background-color: #233885;
}

.product-column.content.peppermint-twist {
  background-color: #06c2ab;
}

.product-column.content.ice {
  background-color: #cfa806;
}

.product-column.content.seltzer {
  background-color: #00ae8e;
}

.product-column.content.sourced {
  background-color: #1e5524;
}

.product-column.content.ice-smash {
  background-color: #f94e44;
}

.product-column.place-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.product-actions {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
}

.cta-icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  padding-top: 0px;
  padding-left: 1px;
  -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;
  border-radius: 900px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.cta-icon-circle.hollow {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.cta-icon-circle.hollow.single {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1px;
  text-align: center;
}

.cta-icon-circle.hollow.location:hover {
  background-color: #fff;
}

.cta-icon-circle.hollow.slide-next {
  width: 35px;
  height: 35px;
  border-color: #000;
  cursor: pointer;
}

.cta-icon-circle.hollow.slide-next:hover {
  border-color: #e22e36;
  background-color: #e22e36;
}

.cta-icon-circle.hollow.slide-next.left {
  margin-right: 10px;
  padding-right: 1px;
  padding-left: 0px;
}

.cta-icon-circle.red-hollow {
  border: 1px solid #e22e36;
}

.tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 8px;
  background-color: #e22e36;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tag.recipe-tag {
  position: absolute;
  left: auto;
  top: 15px;
  right: 0px;
  bottom: auto;
  background-color: #000;
  color: #fff;
}

.related-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d4d4d4;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.related-block.rtd {
  background-image: radial-gradient(circle farthest-corner at 100% 50%, #ffdf5c, #e9bb05);
}

.related-block.vodka {
  background-image: radial-gradient(circle farthest-side at 100% 50%, #e22e36 7%, #690f0f 91%);
}

.related-block.flavors {
  background-image: radial-gradient(circle farthest-corner at 100% 50%, #5c61b2 33%, #112368);
}

.related-block.green-apple {
  background-image: radial-gradient(circle farthest-side at 100% 50%, #7acf41, #4b7919 90%);
}

.product-image {
  display: block;
  width: 100%;
  float: none;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.smirnoff-seals {
  height: 35px;
}

.col-33 {
  width: 33.333%;
  min-height: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.product-card {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
}

.listing-product-image {
  height: 280px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.listing-product-image.highlight {
  height: 320px;
}

.col-50 {
  width: 50%;
  min-height: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-50.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.col-50.place-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.ancillary-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
  color: #fff;
  text-decoration: none;
}

.ancillary-block:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.ancillary-block.history {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, transparent 58%), url('../images/liquid-black.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ancillary-block.recipes {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/ph-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/ph-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f7f5f1;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  height: 80px;
  padding-right: 60px;
  padding-left: 60px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.11);
  background-color: #fff;
}

.rtd-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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: #f7f5f1;
  text-align: center;
}

.rtd-content-wrapper {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70%;
  -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;
  color: #fff;
}

.rtd-logo {
  height: 83px;
  margin-bottom: 32px;
}

.rtd-link {
  display: block;
  width: 100%;
  font-family: 'Mark W05 Bold', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 29px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.rtd-link:hover {
  opacity: 0.67;
}

.rtd-link.active {
  background-color: #66a620;
  color: #fff;
}

.rtd-content {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 380px;
  min-height: 25px;
  text-align: center;
}

.rtd-bottle {
  position: relative;
  z-index: 15;
  height: 330px;
  margin-bottom: 12px;
}

.grid-card {
  display: block;
  margin-bottom: 40px;
  color: #000;
  text-decoration: none;
}

.grid-card:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.cocktail-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.cocktail-image {
  display: block;
  width: 100%;
}

.cocktail-image.mobile {
  display: none;
}

.cocktail-image.desktop {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-name-heading {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.recipe-hero {
  position: relative;
  height: 70vh;
  background-image: url('../images/ph-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.share-button {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 900px;
  cursor: pointer;
}

.share-button.black {
  border-color: #000;
}

.share-button.black:hover {
  border-color: #e22e36;
  background-color: #e22e36;
}

.share-icon {
  height: 17px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.share-icon.tw {
  height: 15px;
}

.share-icon.mail {
  height: 13px;
}

.brand {
  position: absolute;
  left: auto;
  top: 0%;
  right: -35px;
  bottom: auto;
  display: block;
  width: 180px;
  padding-top: 5px;
}

.logo {
  display: block;
  width: 100%;
}

.navbar-social {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  height: 100%;
}

.menu {
  height: 100%;
  text-align: center;
}

.display-heading {
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
  font-size: 42px;
  line-height: 50px;
}

.display-heading.statement {
  max-width: 750px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.hero-italic-highlight {
  display: inline-block;
  font-family: 'Noe Text', sans-serif;
  line-height: 21px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}

.sectional-heading {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  line-height: 30px;
}

.slide {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-heading {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 3px;
}

.featured-heading.serve-name {
  font-family: 'Noe Text', sans-serif;
  font-weight: 400;
}

.featured-heading.separator {
  margin-right: 7px;
  margin-left: 5px;
  font-family: 'Mark W05 Bold', sans-serif;
  font-weight: 700;
}

.featured-serve-meta {
  margin-bottom: 8px;
}

.featured-serve-description {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 18px;
}

.ampersand {
  font-family: 'Noe Text', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.statement {
  max-width: 450px;
  text-align: center;
}

.noe-all-caps-highlight {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noe Text', sans-serif;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 5px;
}

.filters {
  margin-bottom: 60px;
}

.button {
  display: block;
  width: 100%;
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e22e36;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mark W05 Bold', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #b90c14;
}

.button.half {
  width: 48%;    
  min-width: 200px;
  margin: 2px;
}

.button.white {
  background-color: #fff;
  color: #000;
}

.button.hollow {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.button.hollow.half:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button.black {
  background-color: #000;
}

.select {
  height: 45px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/dropdown-icon.png');
  background-position: 96% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mark W05 Bold', sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.select:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}

.filter-heading {
  margin-bottom: 7px;
  font-family: 'Noe Text', sans-serif;
  font-size: 14px;
  line-height: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.filter-toggles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-toggles.single {
  margin-bottom: 0px;
}

.filter-toggles.where-to-buy {
  margin-bottom: 30px;
}

.filter-toggles.where-to-buy.mobile-only {
  display: none;
}

.toggle {
  display: inline-block;
  height: 45px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.toggle:hover {
  background-color: #e22e36;
  color: #fff;
}

.toggle.active {
  background-color: #000;
  color: #fff;
}

.toggle.all {
  width: 20%;
}

.toggle.spirits {
  width: 30%;
}

.toggle.spirits:hover {
  border-color: #e22e36;
}

.toggle.rtd {
  width: 45%;
}

.toggle.white {
  background-color: #fff;
}

.toggle.white:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #000;
}

.filter-block {
  margin-bottom: 18px;
}

.filter-block._22 {
  width: 22%;
  padding-right: 15px;
  padding-left: 15px;
}

.filter-block._34 {
  width: 34%;
  padding-right: 15px;
  padding-left: 15px;
}

.divider {
  height: 1px;
  margin-bottom: 60px;
  background-color: #000;
  opacity: 0.12;
}

.menu-item-italic {
  font-family: 'Noe Text', sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-card-component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.desktop-home-hero-card-split-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-card-color {
  width: 50%;
  background-color: #e22e36;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ff1721, #af161d 65%);
}

.hero-card-color.yellow {
  background-color: #e9bc05;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ccc361, #e9bc05 64%);
}

.watermark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  background-image: url('../images/smirnoff-watermark.png');
  background-position: 50% 50%;
  background-size: cover;
}

.input {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.input:hover {
  border-color: #e22e36;
  box-shadow: 0 0 20px 0 rgba(109, 109, 109, 0.3);
}

.input:focus {
  border-color: #e22e36;
  box-shadow: 0 0 20px 0 rgba(226, 46, 54, 0.35);
}

.input.wtb-zip-code {
  width: 25%;
  margin-bottom: 0px;
  border-bottom-color: #bd2128;
  background-color: #e22e36;
  background-image: url('../images/small-location-pin.svg');
  background-position: 90% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.input.wtb-zip-code::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.72);
}

.input.wtb-zip-code:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.72);
}

.input.wtb-zip-code::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.72);
}

.input.wtb-zip-code::placeholder {
  color: hsla(0, 0%, 100%, 0.72);
}

.input.wtb-search-product {
  width: 72%;
  margin-bottom: 0px;
  background-image: url('../images/search.png');
  background-position: 97% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.input.zip-single {
  width: 110px;
  margin-bottom: 0px;
  border-right-style: none;
}

.search-block {
  position: relative;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.search-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 45px;
  background-color: transparent;
  background-image: url('../images/search.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: transparent;
}

.product-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.find-link-cta {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-family: 'Mark W05 Bold', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.find-link-cta:hover {
  border-bottom-color: #000;
}

.product-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.noe-product-name-highlight {
  font-family: 'Noe Text', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.preheader {
  margin-bottom: 13px;
  color: #e22e36;
  font-size: 17px;
  font-style: italic;
}

.preheader.white {
  color: #fff;
}

.preheader.small {
  margin-bottom: 9px;
  color: #fff;
}

.filter-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.cocktail-meta {
  position: relative;
}

.recipe-heading {
  margin-bottom: 30px;
}

.heading-block-limiter {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.recipe-hero-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 50px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
  color: #fff;
}

.recipe-preparation-limiter {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.preparation-list ul{
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.rtd-color-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #c8f09c, #66a620 75%);
}

.rtd-heading {
  position: relative;
  z-index: 15;
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 25px;
}

.button-bar {
  position: relative;
  z-index: 15;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rtd-fruits {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
}

.fruit-slice {
  height: 150px;
}

.fruit-slice.apple-1 {
  position: absolute;
  left: -33px;
  top: -16px;
  right: auto;
  bottom: auto;
  height: 123px;
}

.fruit-slice.apple-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -28px;
  bottom: 25px;
  height: 165px;
}

.rtd-menu {
  width: 100%;
}

.related-block-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related-block-column.place-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.related-image-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 286px;
  text-align: center;
}

.related-image {
  height: 100%;
}

.navbar-divider-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 150px;
  bottom: -1px;
  height: 1px;
  background-color: #000;
  opacity: 0.12;
}

.recipe-finder {
  margin-bottom: 0px;
}

.preparation-heading {
  margin-bottom: 45px;
}

.wtb-column {
  position: relative;
  width: 50%;
}

.wtb-column.content {
  padding-left: 60px;
  text-align: right;
}

.wtb-map {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/map-placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
/* 
.overlay-controls {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
} */

.overlay-controls {
  position: absolute;
  left: 30px;
  top: 30px;
  right: auto;
  bottom: auto;
  z-index: 20;
}

.overlay-controls.bottom {
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
}

.filter-button {
  display: inline-block;
  width: auto;
  height: 35px;
  margin-right: 15px;
  padding: 0px 15px;
  background-color: #fff;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Mark W05 Bold', sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.filter-button:hover {
  background-color: #e22e36;
  color: #fff;
}

.filter-button.active {
  background-color: #000;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.55);
  color: #fff;
}

.noe-italic-highlight {
  font-family: 'Noe Text', sans-serif;
  font-style: italic;
  letter-spacing: 0px;
  text-transform: none;
}

.product-row {
  position: relative;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px none rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}

.wtb-product-name {
  margin-bottom: 0px;
  padding-right: 60px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 3px;
}

.listing-italic-highlight {
  font-family: 'Noe Text', sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.product-row-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.product-preview-image {
  height: 59px;
  margin-bottom: -10px;
}

.product-preview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.expand-control {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.wtb-product-block {
  margin-bottom: 40px;
}

.expand-category-heading {
  display: inline-block;
  margin-bottom: 0px;
  color: #e22e36;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 3px;
}

.expand-icon {
  position: absolute;
  left: auto;
  top: 6px;
  right: 22px;
  bottom: auto;
  height: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.expand-icon.rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wtb-masthead {
  position: relative;
  z-index: 15;
  height: 205px;
  margin-right: 8px;
  padding-top: 30px;
  padding-right: 60px;
  background-color: #f7f5f1;
}

.wtb-listings {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: scroll;
  padding-top: 260px;
  padding-right: 60px;
}

.wtb-heading {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 18px;
}

.wtb-heading-italic-highlight {
  font-family: 'Noe Text', sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.location-pin {
  position: absolute;
  left: 150px;
  top: 250px;
  height: 35px;
}

.form {
  margin-bottom: 0px;
}

.wtb-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wtb-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.drizly-logo {
  height: 33px;
}

.buy-online {
  display: inline-block;
  height: 45px;
  padding-top: 6px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #e22e36;
  box-shadow: 0 0 17px 0 rgba(226, 46, 54, 0.17);
  color: #fff;
  text-align: center;
}

.buy-online:hover {
  box-shadow: 0 0 17px 0 rgba(226, 46, 54, 0);
}

.availability {
  margin-bottom: 39px;
  opacity: 1;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.drizly-cta-text {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Mark W05 Bold', sans-serif;
  color: #e22e36;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.drizly-cta-text.black {
  color: #000;
}

.wtb-ancillary-limiter {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-card-image-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 56%;
}

.hero-card-image {
  height: 100%;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero-card-image.rtd {
  margin-left: 34px;
}

.kicker {
  margin-bottom: 40px;
}

.history-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-right: auto;
  margin-left: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e8e6;
  background-color: #f7f5f1;
  background-image: url('../images/s-watermark.png');
  background-position: 0% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.06);
}

.story-navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  height: 68px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.steps-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-bottom: 15px;
  margin-left: -5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.story-step {
  width: 100%;
  height: 2px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  opacity: 0.17;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.story-step:hover {
  background-color: #e22e36;
  opacity: 1;
}

.story-step.active {
  background-color: #000;
  opacity: 1;
}

.story-avatar {
  height: 30px;
  margin-right: 10px;
  border-radius: 900px;
}

.social-counter {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 8px;
  font-family: 'Mark W05 Bold', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 13px;
}

.post-age {
  position: relative;
  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;
}

.navbar-action {
  display: none;
}

.slider-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/ph-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
  color: #fff;
}

.mobile-slider-control {
  display: none;
}

.slide-dot {
  width: 12px;
  height: 12px;
}

.ancillary-links {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile-related-intro-block {
  display: none;
}

.desktop-dropdown {
  position: relative;
  float: left;
}

.dropdown-icon {
  top: 1px;
  margin-right: 11px;
  color: #000;
}

.dropdown-list {
  top: 80px;
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
}

.dropdown-link {
  position: relative;
  display: block;
  width: 230px;
  padding: 20px 25px;
  font-family: 'Mark W05 Bold', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-link.first {
  border-bottom: 1px solid #dfdfdf;
}

.secondary-dropdown-icon {
  position: absolute;
  left: auto;
  top: 14px;
  right: 15px;
  bottom: auto;
  height: 23px;
}

.mobile-related-block {
  display: none;
}

.watermark-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 46, 54, 0.74)), to(rgba(226, 46, 54, 0.74))), url('../images/watermark.png'), radial-gradient(circle farthest-corner at 50% 50%, #e22e36, #000);
  background-image: linear-gradient(180deg, rgba(226, 46, 54, 0.74), rgba(226, 46, 54, 0.74)), url('../images/watermark.png'), radial-gradient(circle farthest-corner at 50% 50%, #e22e36, #000);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.watermark-background.zero-sugar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 83, 16, 0.7)), to(rgba(38, 83, 16, 0.7))), url('../images/watermark.png'), radial-gradient(circle farthest-corner at 50% 50%, #122a14, #24570b);
  background-image: linear-gradient(180deg, rgba(38, 83, 16, 0.7), rgba(38, 83, 16, 0.7)), url('../images/watermark.png'), radial-gradient(circle farthest-corner at 50% 50%, #122a14, #24570b);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.product-negative-rag {
  margin-top: -340px;
}

.tab-trigger-bar {
  display: none;
}

.mobile-product-container {
  display: none;
}

.wtb-modal-logo {
  display: none;
}

.mobile-search {
  display: none;
}

.wtb-modal-close {
  display: none;
}

.modal-trigger-block {
  position: relative;
  display: none;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px none rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}

.selected-product-row-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.history-slides-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 90px;
}

.history-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-right: 10%;
  padding-left: 10%;
  -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;
}

.history-year {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 9px;
}

.history-slide-content {
  width: 100%;
}

.story-paragraph {
  max-width: 500px;
  margin-bottom: 0px;
  float: right;
}

.story-navigation-toggle {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.avatar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.large-product-image {
  width: 150px;
}

.large-product-image-wrapper {
  margin-bottom: -130px;
  text-align: center;
}

.large-product-italic {
  display: block;
  margin-top: 10px;
  font-family: 'Noe Text', sans-serif;
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.alcohol-content {
  margin-bottom: 30px;
  opacity: 1;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
}

.medal-image {
  height: 60px;
  margin-right: 19px;
  border-radius: 900px;
}

.product-search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  margin-bottom: 30px;
}

.winner-text {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 14px;
}

.medals {
  margin-top: 30px;
}

.product-information {
  max-width: 87%;
}

.product-quality-wrapper {
  height: 45px;
  margin-bottom: 8px;
}

.attributes {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-quality-icon-wrapper {
  width: 80px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}

.main-product-description {
  margin-bottom: 25px;
}

.main-product-name {
  margin-bottom: 13px;
}

.gravity-bottle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.gravity-bottle.zg {
  left: auto;
  top: auto;
  right: 12%;
  bottom: -7%;
}

.gravity-bottle.sz {
  left: auto;
  top: auto;
  right: -2%;
  bottom: -5%;
}

.div-block {
  position: relative;
}

.shelf {
  position: absolute;
  left: -100%;
  top: 90%;
  right: 0%;
  bottom: auto;
  width: 3000px;
  height: 1000px;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0.4;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.paragraph {
  position: relative;
  z-index: 15;
}

.flex-story-column {
  width: 50%;
  min-height: 35px;
  background-color: #e22e36;
}

.flex-story-column._60 {
  width: 60%;
  background-color: #fff;
}

.flex-story-column.right {
  background-color: #fff;
}

.flex-story-column.right.a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88))), url('../images/texture.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88)), url('../images/texture.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: e-resize;
}

.flex-story-column.right.a.transparent {
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.flex-story-column.left {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: w-resize;
}

.flex-story-column.left.transparent {
  background-color: transparent;
}

.half-container {
  width: 100%;
  max-width: 600px;
  padding: 60px;
  text-align: center;
}

.half-container.right-panel {
  position: relative;
  padding-left: 324px;
  text-align: left;
}

.story-span-img {
  width: 100%;
  max-width: 370px;
}

.story-span-h {
  max-width: 310px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 36px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.true-span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(38%, #000), color-stop(71%, #000), color-stop(73%, transparent));
  background-image: linear-gradient(180deg, transparent 35%, #000 38%, #000 71%, transparent 73%);
}

.overflow-image {
  position: absolute;
  left: -69px;
  top: 50%;
  right: auto;
  bottom: 0%;
  width: 330px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.date-number {
  margin-bottom: 37px;
  color: #e22e36;
  font-size: 60px;
  line-height: 53px;
}

.date-number.white {
  color: #fff;
}

.date-number.black {
  color: #000;
}

.switcher {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  -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;
}

.pager-number {
  display: inline-block;
  margin-right: 3px;
  opacity: 0.38;
  font-family: 'Mark W05 Bold', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
}

.pager-number.active {
  opacity: 1;
}

.pager-section {
  display: inline-block;
}

.pager-section.centered {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.pager-section.centered.white {
  color: #fff;
}

.cta-arrow-forward {
  height: 16px;
}

.story-p {
  margin-bottom: 0px;
}

.story-p.white {
  color: #fff;
}

.description-p {
  font-style: italic;
}

.description-p.white {
  color: #fff;
}

.pictured-h {
  margin-bottom: 5px;
}

.pictured-h.white {
  color: #fff;
}

.photo-credit-block {
  margin-top: 103px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-row.full-height {
  height: 100%;
}

.flex-column {
  width: 50%;
  min-height: 25px;
  padding-right: 30px;
  padding-left: 30px;
}

.flex-column.right {
  padding-left: 100px;
}

.flex-column.right.place-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex-column.imagery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  border-right: 2px solid #fff;
}

.flex-column.imagery.dark {
  border-right-color: #000;
}

.story-image {
  width: 100%;
}

.white-h3 {
  color: #fff;
}

.column-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-height: 15px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  text-align: center;
}

.column-row.align-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-row.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.year-h3-dark {
  margin-bottom: 15px;
  color: #000;
}

.small-story-h {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 25px;
}

.card-line {
  width: 2px;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.card-masthead {
  margin-bottom: 20px;
}

.card-masthead.bottom {
  margin-top: 20px;
  margin-bottom: 0px;
}

.card-masthead.middle {
  margin-top: 20px;
}

.card-f-p {
  margin-bottom: 0px;
}

.arrow-link:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.arrow-link.left:hover {
  -webkit-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}

.mobile-dot-down {
  display: none;
}

@media (max-width: 1200px) {
  .menu-item {
    height: 70px;
    padding-top: 23px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .navigation {
    height: 70px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .main {
    padding-top: 70px;
  }
  .section {
    padding: 50px 30px;
  }
  .section.story {
    padding-top: 72px;
  }
  .section.story.dark {
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.story.white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.story.white.hide-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section.story.initial {
    display: block;
    height: auto;
    max-height: none;
  }
  .footer-logo-wrapper {
    top: -4px;
    width: 100px;
  }
  
  .menu-item.footer-menu-item {
    margin-left: 30px;
  }
  .menu-item.dropdown-menu-item {
    padding-right: 20px;
  }
  .social-link {
    padding-top: 24px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .home-hero-card {
    padding-top: 30px;
  }
  .video-block {
    height: 370px;
  }
  .history-feature {
    height: 410px;
  }
  .footer {
    padding: 50px 30px;
  }
  .footer-ancillary-links {
    display: block;
  }
  .masthead {
    margin-bottom: 50px;
  }
  .product {
    margin-bottom: 30px;
  }
  .product-column.content {
    padding: 30px;
  }
  .product-actions {
    padding: 30px;
  }
  .tag {
    margin-bottom: 12px;
    letter-spacing: 1px;
  }
  .related-block {
    height: 210px;
  }
  .full-page-wrapper {
    padding-top: 70px;
  }
  .recipe-hero {
    height: 60vh;
  }
  .brand {
    right: -39px;
    width: 150px;
  }
  .display-heading {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 40px;
  }
  .filter-block._22 {
    width: 50%;
  }
  .filter-block._34 {
    width: 50%;
  }
  .menu-item-italic {
    font-size: 11px;
  }
  .hero-card-component {
    height: 410px;
  }
  .noe-product-name-highlight {
    font-size: 20px;
  }
  .recipe-hero-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.81)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.81));
  }
  .related-block-column {
    padding-right: 30px;
    padding-left: 30px;
  }
  .related-image-wrapper {
    height: 240px;
  }
  .navbar-divider-wrapper {
    right: 120px;
  }
  .wtb-column.content {
    padding-left: 30px;
  }
  .wtb-masthead {
    padding-right: 30px;
  }
  .wtb-listings {
    padding-right: 30px;
  }
  .hero-card-image-wrapper {
    height: 50%;
  }
  .kicker {
    margin-bottom: 30px;
  }
  .slide-content {
    padding: 20px;
  }
  .dropdown-icon {
    margin-right: 7px;
  }
  .dropdown-list {
    top: 70px;
  }
  .dropdown-link {
    font-size: 10px;
  }
  .history-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .history-year {
    font-size: 60px;
    line-height: 41px;
  }
  .story-paragraph {
    max-width: 420px;
  }
  .large-product-image {
    width: 132px;
  }
  .large-product-italic {
    font-size: 41px;
  }
  .main-product-name {
    font-size: 34px;
    line-height: 38px;
  }
  .flex-story-column.right {
    width: 100%;
  }
  .flex-story-column.right.a.hidden-mobile {
    display: none;
  }
  .flex-story-column.left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 79px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(160, 27, 33, 0.35)), color-stop(19%, rgba(226, 46, 54, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(226, 46, 54, 0.91)), to(rgba(226, 46, 54, 0.91))), url('../images/watermark.png');
    background-image: linear-gradient(180deg, rgba(160, 27, 33, 0.35), rgba(226, 46, 54, 0) 19%), linear-gradient(180deg, rgba(226, 46, 54, 0.91), rgba(226, 46, 54, 0.91)), url('../images/watermark.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }
  .half-container {
    max-width: 100%;
    padding: 0px 30px;
  }
  .half-container.right-panel {
    height: 100vh;
  }
  .half-container.right-panel.hide-mobile {
    display: none;
  }
  .story-span-h {
    margin-bottom: 28px;
    line-height: 50px;
  }
  .overflow-image {
    left: -51px;
    width: 280px;
  }
  .date-number {
    font-size: 41px;
    line-height: 35px;
  }
  .switcher {
    padding: 30px;
  }
  .flex-row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .flex-column.right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-column.imagery {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-column.imagery.dark-line {
    border-right-color: #000;
  }
  .mobile-dot-down {
    display: block;
    margin-top: 60px;
  }
  .icon-down {
    height: 45px;
  }
}

@media (max-width: 959px) {
  .navbar-action {
    position: absolute;
    left: 0%;
    top: 12px;
    right: auto;
    bottom: auto;
    display: block;
    width: 45px;
    height: 45px;
    padding-top: 13px;
    background-color: #e22e36;
    text-align: center;
  }
  .navbar-social {
    display: none;
  }
  .navbar-divider-wrapper {
    display: none;
  }
  .menu-item {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 25px;
    line-height: 60px;
  }
  .desktop-dropdown {
    display: none;
  }
  .brand {
    position: relative;
    right: auto;
    z-index: 15;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  h2 {
    letter-spacing: 3px;
  }
  .section.product-category-wrapper {
    padding-bottom: 260px;
  }
  .section.subsequent.mobile-only {
    display: block;
  }
  .section.subsequent.inside-recipe {
    padding-bottom: 0px;
  }
  .section.negative-rag.sectional-end {
    padding-bottom: 0px;
  }
  .section.mobile-only {
    display: block;
  }
  .section.main-product-category {
    padding-bottom: 0px;
  }
  .section.product-category {
    padding-bottom: 410px;
  }
  .section.product-hero {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: linear-gradient(180deg, #fff, rgba(231, 226, 205, 0.53) 42%), url('../images/watermark-opaque-1.png'), linear-gradient(359deg, #e7e2d4 63%, #fff 90%);
    background-position: 0px 0px, 50% 0%, 0px 0px;
    background-size: auto, 140%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .section.story.red.justified {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .container.wtd-content {
    max-width: 100%;
  }
  .footer-logo-wrapper {
    position: static;
    display: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-logo {
    display: inline-block;
    width: auto;
    height: 70px;
  }
  .menu-item.footer-menu-item {
    display: block;
    width: 50%;
    margin-left: 0px;
    border-bottom-style: none;
    font-size: 18px;
    line-height: 40px;
  }
  .menu-item.mobile-only {
    display: block;
  }
  .home-hero-card {
    display: block;
    width: 100%;
    height: 500px;
    background-color: #e22e36;
    background-image: url('../images/smirnoff-watermark.png'), radial-gradient(circle farthest-corner at 50% 100%, #ff1721, #af161d 58%);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .home-hero-card.rtd {
    background-image: url('../images/smirnoff-watermark.png'), radial-gradient(circle farthest-corner at 50% 100%, #ccc361, #e9c505 74%);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .cta.product-action.centered.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }
  .cta.product-action.primary {
    display: none;
  }
  .cta.product-action.secondary {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    padding: 15px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.18);
  }
  .cta-text {
    font-size: 13px;
    line-height: 14px;
  }
  .cta-text.location {
    font-family: 'Noe Text', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
  }
  .cta-icon.location {
    position: static;
    height: 27px;
  }
  .row.align-bottom.h-100 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row.h-100 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .row.align-center.h-unflex {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .col-60.h-100 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-60.place-last.h-100.pb-50 {
    margin-bottom: 50px;
  }
  .col-40.h-100 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .vertical-slides-wrapper {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .vertical-slider {
    display: block;
    height: auto;
    margin-top: -30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .vertical-slider-control-bar {
    display: none;
  }
  .history-feature {
    height: 500px;
  }
  .footer {
    padding-bottom: 30px;
  }
  .footer-row {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .footer-row.last {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .footer-ancillary-links {
    width: 50%;
    font-size: 14px;
    line-height: 27px;
  }
  .copyright {
    width: 50%;
  }
  .footer-social-links {
    width: 50%;
  }
  .masthead.bp-80 {
    margin-bottom: 80px;
  }
  .product {
    display: block;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);
  }
  .product-column {
    width: 100%;
  }
  .product-column.content {
    padding-bottom: 85px;
    text-align: center;
  }
  .product-column.content.zero-sugar {
    background-color: #1e5524;
  }
  .product-column.content.related-product {
    padding-bottom: 30px;
  }
  .product-column.content.related-product.rtd {
    background-color: #e9bc05;
  }
  .product-column.place-last {
    position: relative;
    z-index: 5;
  }
  .product-description {
    display: none;
  }
  .cta-icon-circle.hollow.location {
    width: auto;
    height: auto;
    padding-left: 0px;
    border-style: none;
  }
  .related-block {
    display: block;
    height: auto;
  }
  .col-33 {
    width: 33.33%;
  }
  .product-card {
    margin-bottom: 0px;
  }
  .listing-product-image {
    height: 330px;
  }
  .col-50.border-right.r-100 {
    width: 100%;
    margin-bottom: 30px;
    border-right-style: none;
  }
  .col-50.h-100 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-50.h-100.bp-30 {
    margin-bottom: 30px;
  }
  .col-50.h-100.product-information-mobile {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
    text-align: center;
  }
  .col-50.r-100 {
    width: 100%;
  }
  .full-page-wrapper {
    display: block;
    height: auto;
  }
  .cocktail-image.mobile {
    display: block;
  }
  .cocktail-image.desktop {
    display: none;
  }
  .recipe-name-heading {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .menu {
    position: fixed;
    left: 0%;
    top: 70px;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
    text-align: left;
  }
  .display-heading {
    font-size: 45px;
    line-height: 50px;
  }
  .display-heading.statement {
    font-size: 36px;
    line-height: 48px;
  }
  .slide {
    height: auto;
  }
  .featured-serve-description {
    font-size: 14px;
  }
  .filters {
    margin-bottom: 40px;
  }
  .button {
    height: 55px;
    font-size: 14px;
    line-height: 53px;
  }
  .button.hollow.bp-15 {
    margin-bottom: 15px;
  }
  .button.black.wtb-product-main {
    width: 60%;
  }
  .select {
    height: 55px;
    font-size: 12px;
  }
  .filter-heading {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .filter-toggles.where-to-buy.desktop {
    display: none;
  }
  .filter-toggles.where-to-buy.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .toggle {
    font-size: 12px;
  }
  .toggle.white.rtd.wtb {
    border-style: none;
  }
  .toggle.white.spirits.wtb {
    border-style: none;
  }
  .filter-block._22 {
    width: 100%;
  }
  .filter-block._34 {
    width: 100%;
  }
  .divider {
    display: none;
  }
  .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-item-italic {
    font-size: 20px;
  }
  .hero-card-component {
    display: block;
    height: auto;
  }
  .desktop-home-hero-card-split-color {
    display: none;
  }
  .input {
    height: 55px;
    font-size: 12px;
  }
  .input.wtb-search-product.full {
    width: 100%;
  }
  .input.zip-single {
    width: 40%;
  }
  .search-block {
    max-width: 100%;
  }
  .search-button {
    width: 55px;
    height: 55px;
    background-size: 18px;
  }
  .product-image-wrapper {
    height: 330px;
    margin-bottom: 0px;
  }
  .noe-product-name-highlight {
    font-size: 30px;
  }
  .preparation-list ul{
    font-size: 16px;
  }
  .related-block-column {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .related-block-column.place-last {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .related-image-wrapper {
    position: static;
    height: auto;
  }
  .related-image {
    width: 100%;
    height: auto;
  }
  .preparation-heading {
    margin-bottom: 22px;
  }
  .wtb-column.map {
    width: 100%;
    height: 550px;
  }
  .wtb-column.content {
    width: 100%;
    height: auto;
    padding: 40px 30px;
    background-color: #fff;
  }
  .wtb-product-name {
    padding-right: 60px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .wtb-masthead {
    height: auto;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    background-color: #fff;
    text-align: center;
  }
  .wtb-listings {
    position: fixed;
    z-index: 500;
    display: none;
    padding-top: 95px;
    padding-left: 30px;
    background-color: #e22e36;
  }
  .wtb-heading {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 44px;
  }
  .wtb-filters {
    border-bottom-style: none;
  }
  .hero-card-image-wrapper {
    height: 280px;
  }
  .navbar-action.buy-button {
    left: auto;
    top: 12px;
    right: 0%;
    bottom: auto;
    padding-top: 11px;
    border: 1px solid #e22e36;
    background-color: transparent;
  }
  .burger-icon {
    height: 14px;
  }
  .cart-icon {
    height: 18px;
  }
  .slider-image {
    height: 350px;
    margin-bottom: 25px;
  }
  .slide-content {
    position: static;
    margin-bottom: 30px;
    padding: 0px;
    background-image: none;
    color: #000;
  }
  .recipe-feature {
    padding: 0px 30px 30px;
    border: 1px solid #e22e36;
  }
  .mobile-slider-control {
    display: block;
    text-align: center;
  }
  .slide-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 900px;
    background-color: #e22e36;
    opacity: 0.51;
  }
  .slide-dot.active {
    opacity: 1;
  }
  .wtb-promo-link {
    display: block;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    text-decoration: none;
  }
  .pin {
    height: 70px;
    margin-bottom: 21px;
  }
  .you-span-italic {
    font-style: italic;
  }
  .mobile-related-intro-block {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .question-mark-hide {
    display: none;
  }
  .vertical-divider-line {
    display: inline-block;
    width: 1px;
    height: 80px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .vertical-divider-line.second {
    margin-bottom: 0px;
  }
  .text-block {
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
  }
  .desktop-related-block {
    display: none;
  }
  .mobile-related-block {
    display: block;
  }
  .product-negative-rag {
    margin-top: -390px;
  }
  .tab-trigger-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 46px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-trigger-line {
    width: 32%;
    height: 2px;
    background-color: #000;
  }
  .tab-trigger-line.active {
    background-color: #e22e36;
  }
  .desktop-product-container {
    display: none;
  }
  .mobile-product-container {
    display: block;
  }
  .product-slides-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    margin-left: -50%;
    padding-right: 20%;
    padding-left: 20%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-slides-information {
    margin-top: 30px;
  }
  .mobile-product-name {
    font-size: 28px;
  }
  .recipe-paragraph {
    display: none;
  }
  .product-browse-wrapper {
    position: absolute;
    left: 30px;
    top: 218px;
    right: 30px;
    bottom: 30px;
    padding: 30px 30px 0px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.22);
  }
  .wtb-modal-logo {
    position: absolute;
    left: 0%;
    top: -6px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-search {
    display: block;
  }
  .wtb-modal-close {
    position: absolute;
    left: auto;
    top: 12px;
    right: 30px;
    bottom: auto;
    display: block;
    width: 45px;
    height: 45px;
    padding-top: 12px;
    background-color: #fff;
    text-align: center;
  }
  .wtb-close-icon {
    height: 15px;
  }
  .modal-trigger-block {
    display: block;
    margin-bottom: 15px;
    padding-left: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: left;
  }
  .selected-product-row-image {
    right: 38px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .selected-dropdown-carat {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100%;
    padding-top: 17px;
    padding-right: 15px;
    padding-left: 10px;
  }
  .image {
    height: 8px;
  }
  .story-paragraph {
    max-width: 100%;
  }
  .large-product-image-wrapper {
    margin-bottom: -60px;
  }
  .large-product-italic {
    margin-top: 13px;
    font-size: 43px;
    line-height: 40px;
  }
  .alcohol-content {
    font-size: 13px;
  }
  .medal-image {
    margin-right: 20px;
    margin-left: 20px;
  }
  .product-search-bar {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .medals {
    margin-bottom: 30px;
  }
  .product-information {
    max-width: 100%;
    text-align: center;
  }
  .main-product-name {
    margin-bottom: 33px;
  }
  .gravity-bottle.zg {
    bottom: -6%;
  }
  .gravity-bottle.sz {
    right: -1%;
    bottom: -7%;
  }
  .flex-story-column.left {
    padding-bottom: 60px;
  }
  .story-span-img {
    max-width: 330px;
  }
  .switcher {
    position: absolute;
    left: 0%;
    top: 70px;
    right: 0%;
    bottom: auto;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
  h1 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 40px;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2.5px;
  }
  h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  p {
    margin-bottom: 18px;
  }
  .section {
    padding: 40px 20px;
  }
  .section.subsequent.recipe-contents {
    padding-top: 40px;
  }
  .section.recipes-section {
    padding-bottom: 0px;
  }
  .section.first.inside-recipe {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .section.product-category {
    padding-bottom: 320px;
  }
  .section.story.dark {
    padding-top: 149px;
  }
  .section.story.white {
    padding-top: 148px;
  }
  .section.story.white.hide-desktop {
    padding-top: 149px;
  }
  .container.full-height {
    height: 100%;
  }
  .menu-item {
    font-size: 24px;
    line-height: 50px;
  }
  .menu-item.footer-menu-item {
    width: 100%;
    font-size: 17px;
    letter-spacing: 3px;
  }
  .social-icon {
    height: 23px;
  }
  .social-link.footer-social-link {
    padding-right: 10px;
  }
  .home-hero-card {
    height: 490px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta.product-action.secondary {
    padding-top: 15px;
    padding-bottom: 13px;
  }
  .cta-text {
    font-size: 15px;
  }
  .cta-text.location {
    font-size: 17px;
  }
  .cta-icon.location {
    position: relative;
    top: -1px;
    height: 19px;
  }
  .sectional-masthead {
    margin-bottom: 40px;
  }
  .row.recipes-row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .col-60.place-last.h-100.pb-50 {
    margin-bottom: 40px;
  }
  .vertical-slider {
    margin-top: -35px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .video-block {
    height: 340px;
    background-position: 50% 50%;
  }
  .history-feature {
    height: 460px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, rgba(0, 0, 0, 0.53) 64%), url('../images/liquid-black.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .footer {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-row.last {
    display: block;
  }
  .footer-ancillary-links {
    width: 100%;
    font-size: 15px;
  }
  .copyright {
    display: block;
    width: 100%;
  }
  .footer-social-links {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .masthead {
    margin-bottom: 40px;
  }
  .masthead.bp-80 {
    margin-bottom: 50px;
  }
  .product-column.content {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .product-actions {
    padding-top: 15px;
  }
  .tag.recipe-tag {
    display: none;
  }
  .listing-product-image {
    height: 270px;
  }
  .col-50.border-right.r-100 {
    margin-bottom: 30px;
  }
  .col-50.h-100.product-information-mobile {
    padding-top: 62px;
  }
  .col-50.recipes-grid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-card {
    margin-bottom: 30px;
  }
  .cocktail-image-wrapper {
    margin-bottom: 11px;
  }
  .recipe-name-heading {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .brand {
    width: 142px;
  }
  .menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .display-heading {
    max-width: 300px;
    font-size: 38px;
    line-height: 39px;
  }
  .display-heading.statement {
    font-size: 32px;
    line-height: 35px;
  }
  .featured-serve-description {
    font-size: 15px;
    line-height: 22px;
  }
  .filters {
    margin-bottom: 30px;
  }
  .button {
    height: 55px;
    font-size: 14px;
  }
  .button.black.wtb-product-main {
    width: 100%;
  }
  .select {
    height: 55px;
    font-size: 12px;
  }
  .filter-heading {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .toggle {
    height: 55px;
    padding-top: 15px;
    font-size: 12px;
  }
  .hero-card-component {
    height: auto;
  }
  .input {
    height: 55px;
    font-size: 13px;
  }
  .input.wtb-zip-code {
    width: 33%;
  }
  .input.wtb-search-product {
    width: 65%;
    background-position: 94% 50%;
  }
  .input.zip-single {
    width: 100%;
    margin-bottom: 10px;
    border-right-style: solid;
  }
  .product-image-wrapper {
    height: 270px;
  }
  .noe-product-name-highlight {
    font-size: 27px;
    line-height: 21px;
  }
  .wtb-column.map {
    height: 440px;
  }
  .wtb-column.content {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .overlay-controls {
    padding-top: 20px;
    margin-right: 40px;
    padding-left: 20px;
  }
  .overlay-controls.bottom {
    padding-bottom: 10px;
  }
  .filter-button {
    margin-bottom: 10px;
  }
  .wtb-product-name {
    padding-right: 55px;
  }
  .listing-italic-highlight {
    font-size: 13px;
  }
  .product-row-image {
    padding-right: 10px;
  }
  .expand-icon.rotated {
    right: 12px;
  }
  .wtb-listings {
    padding-right: 20px;
    padding-left: 20px;
    opacity: 1;
  }
  .wtb-heading {
    line-height: 40px;
  }
  .hero-card-image-wrapper {
    height: 258px;
  }
  .history-container {
    height: 570px;
  }
  .story-navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .story-step {
    margin-right: 2px;
    margin-left: 2px;
  }
  .navbar-action {
    top: 13px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  .navbar-action.buy-button {
    top: 13px;
    padding-top: 9px;
  }
  .slider-image {
    height: 300px;
  }
  .slide-content {
    margin-bottom: 25px;
  }
  .recipe-feature {
    padding: 20px;
  }
  .wtb-promo-link {
    max-width: 300px;
  }
  .pin {
    height: 50px;
  }
  .vertical-divider-line {
    height: 40px;
  }
  .product-negative-rag {
    margin-top: -320px;
  }
  .mobile-product-name {
    font-size: 24px;
  }
  .product-browse-wrapper {
    left: 20px;
    top: 226px;
    right: 20px;
    bottom: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .wtb-modal-logo {
    top: -3px;
    max-width: 142px;
  }
  .wtb-modal-close {
    top: 13px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  .wtb-close-icon {
    height: 14px;
  }
  .selected-product-row-image {
    padding-right: 10px;
  }
  .history-slides-wrapper {
    margin-top: 60px;
  }
  .history-slide {
    padding-top: 0px;
    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;
  }
  .history-year {
    display: inline-block;
    width: auto;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
    font-size: 50px;
    line-height: 30px;
  }
  .history-slide-content {
    text-align: center;
  }
  .story-paragraph {
    width: 100%;
  }
  .story-navigation-toggle {
    display: none;
  }
  .large-product-image {
    width: 90px;
  }
  .large-product-image-wrapper {
    margin-bottom: -34px;
  }
  .large-product-italic {
    font-size: 36px;
    line-height: 30px;
  }
  .alcohol-content {
    font-size: 10px;
  }
  .medal-image {
    margin-right: 10px;
    margin-left: 10px;
  }
  .product-search-bar {
    display: block;
  }
  .product-quality-icon-wrapper {
    width: 33.33%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .product-quality-text {
    font-size: 13px;
  }
  .main-product-name {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 22px;
  }
  .gravity-bottle.sz {
    right: -1%;
    bottom: -7%;
  }
  .story-span-img {
    max-width: 250px;
  }
  .story-span-h {
    max-width: 210px;
    font-size: 29px;
    line-height: 35px;
  }
  .date-number {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 51px;
    letter-spacing: 3px;
  }
  .date-number.black {
    color: #e22e36;
  }
  .switcher {
    top: 95px;
    padding: 0px 20px;
  }
  .pager-number {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
  }
  .description-p {
    margin-bottom: 0px;
  }
  .photo-credit-block {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: left;
  }
  .flex-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .flex-row.expand-upward {
    height: 100%;
  }
  .flex-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .flex-column.right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-column.right.place-last.full {
    position: relative;
    height: 100%;
  }
  .flex-column.imagery {
    border-right-style: none;
  }
  .flex-column.imagery.dark.detached {
    position: absolute;
    left: auto;
    top: auto;
    right: -70px;
    bottom: 122px;
  }
  .flex-column.imagery.dark-line {
    border-right-style: none;
  }
  .flex-column.imagery.dark-line.detach {
    position: absolute;
    left: auto;
    top: auto;
    right: -100px;
    bottom: 63px;
    display: block;
    width: 270px;
    min-height: auto;
  }
  .flex-column.imagery.detach {
    position: absolute;
    left: auto;
    top: auto;
    right: -70px;
    bottom: 122px;
    width: 290px;
  }
  .story-image.auto {
    width: auto;
  }
  .column-row {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .year-h3-dark {
    margin-bottom: 8px;
  }
  .small-story-h {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 22px;
  }
  .card-f-p {
    font-size: 14px;
  }
  .icon-down {
    height: 37px;
  }
}

@font-face {
  font-family: 'Noe Text';
  src: url('/static/fonts/Noe Text Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* @font-face {
  font-family: 'Mark W05 Bold';
  src: url('../fonts/markpro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face{
  font-family:"FF Mark W05";
  src:url("/static/fonts/3380686b-ec68-4b3a-aa8e-e2cfa81e238e.eot?#iefix");
  src:url("/static/fonts/3380686b-ec68-4b3a-aa8e-e2cfa81e238e.eot?#iefix") format("eot"),url("/static/fonts/6df5adce-b810-42a6-91b6-ef8258f87cde.woff2") format("woff2"),url("/static/fonts/1b24e180-6ef4-477a-a7b5-400b53e942b3.woff") format("woff"),url("/static/fonts/3ff4dcf8-b5fe-4337-9ee0-29e4d91ce0aa.ttf") format("truetype");
font-weight: 700;
font-style: normal;
} */
@font-face {
  font-family: 'Noe Text';
  src: url('/static/fonts/Noe Text Regular Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
