/*
 * History
 *
 * 3.0
 * ---
 * Add Support for new product grid on the homepage
 * Add suppor for new products Cinnamon Sugar & Artic Xtreme 
 */
@import "_core/reset.css";
@import "_core/fonts.css";
@import "_support/flexslider.css";
html,
body {
  overflow-x: hidden;
}
.grid-container {
  max-width: 120rem;
}
section[page-component] > .grid-container {
  padding-left: 0;
  padding-right: 0;
}
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100.01%;
}
body {
  font-size: 16px;
  color: #111921;
  background: #000;
  /*-webkit-font-smoothing: antialiased;*/
}
p,
div,
ul,
ol,
li,
section,
figure,
article,
button,
input,
a,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #111;
  margin-bottom: 1.5rem;
}
h1 {
  font-size: 48px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  h1 {
    font-size: 80px;
  }
}
h2 {
  font-size: 32px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  font-size: 24px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  h3 {
    font-size: 32px;
  }
}
h4 {
  font-size: 18px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  h4 {
    font-size: 25px;
  }
}
h5 {
  font-size: 17px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-size: 17px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  h6 {
    font-size: 18px;
  }
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.5em;
}
p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}
a:focus,
a:hover {
  color: #000;
}
a {
  color: #009;
  text-decoration: underline;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
strong {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */
li ul,
li ol {
  margin: 0;
}
ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
/* Misc classes
-------------------------------------------------------------- */
.small {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
#age-gate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(17, 25, 33, 0.9);
  z-index: 5000;
}
#age-gate label.error {
  display: none !important;
}
#age-gate .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -240px 0 0 -240px;
  width: 480px;
  height: 480px;
  display: block;
  background: #111921;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0);
  box-shadow: 0 1px 10px rgba(0, 0, 0);
  z-index: initial;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #FFFFFF;
}
#age-gate .logo {
  width: 240px;
}
@media only screen and (max-width: 529px) {
  #age-gate .logo {
    width: 200px;
  }
}
#age-gate h2 {
  font-family: 'BertholdBlockW1GRegular', sans-serif;
  font-size: 34px;
  line-height: 34px;
  color: #00b2e2;
  text-transform: uppercase;
  margin-bottom: 0;
}
#age-gate header {
  text-align: center;
}
#age-gate header .disclaimer {
  font-size: 10px;
  line-height: 10px;
  color: #111921;
  margin-bottom: 13px;
}
#age-gate .form {
  margin: 0 auto;
  width: 320px;
  text-align: center;
  overfow: hidden;
}
@media only screen and (max-width: 529px) {
  #age-gate .form {
    width: 240px;
  }
}
#age-gate .form a,
#age-gate .form p,
#age-gate .form label {
  color: #00b2e2;
}
#age-gate .form .date {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#age-gate .form .date input {
  display: inline-block;
  border: none;
  font-family: 'FigtreeBold', sans-serif;
  color: #111921;
  font-size: 22px;
  padding: 0;
  text-align: center;
}
#age-gate .form .date input.error {
  color: red;
}
#age-gate .form .date input.error::-webkit-input-placeholder {
  color: red;
}
#age-gate .form .date input.error:-moz-placeholder {
  color: red;
}
#age-gate .form .date input.error:-ms-input-placeholder {
  color: red;
}
#age-gate .form .date input.short {
  width: 45px;
}
#age-gate .form .date input.long {
  width: 70px;
}
#age-gate .form .date input.month {
  border-right: 1px solid #111921;
  border-left: 1px solid #111921;
  width: 56px;
}
#age-gate .form .date input::-webkit-input-placeholder {
  color: #111921;
}
#age-gate .form .date input:-moz-placeholder {
  color: #111921;
}
#age-gate .form .date input:-ms-input-placeholder {
  color: #111921;
}
#age-gate .form button {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 5px;
  border: none;
  cursor: pointer;
  background: #00b2e2;
  color: #FFFFFF;
  font-family: 'FigtreeBold', Arial;
  font-size: 22px;
  text-transform: uppercase;
}
#age-gate .form button:hover {
  background: #00ADEE;
}
#age-gate .form .check {
  float: left;
  height: 20px;
  display: block;
}
#age-gate .form .check label {
  font-family: 'Figtree', sans-serif;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
#age-gate .form .disclaimer.grey {
  color: #939598;
  font-size: 0.8em;
  line-height: 1em;
  margin: 1rem 0 0;
}
#TheNoMessage {
  display: none;
}
#TheNoMessage .disclaimer {
  font-size: 2em;
}
@media (max-width: 400px) {
  #age-gate .frame {
    margin-left: -145px;
    width: 290px;
  }
}
@media (max-width: 960px) {
  #age-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
    z-index: 5000;
    overflow: hidden;
  }
  html.fixed,
  body.fixed {
    overflow: hidden;
  }
  body.fixed #age-gate {
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
nav.desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #111921;
  z-index: 1000;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
nav.desktop.scrolled {
  margin-top: -43px;
}
nav.desktop .align {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
nav.desktop .cell {
  float: left;
  display: block;
  border-right: 1px solid #282828;
  height: 100%;
  text-align: center;
  vertical-align: top;
  font-size: 13px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
nav.desktop .cell.logo-container {
  width: 18.1%;
  overflow: hidden;
}
nav.desktop .cell.logo-container .logo {
  margin: 10px auto 0 auto;
  height: 40px;
  display: block;
  max-width: 187px;
  background-image: url(../../resource/img/logos/PIV-White-Logo-No-Bears.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
nav.desktop .link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 11.7%;
  padding: 0 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
nav.desktop .link:hover {
  color: #00b2e2;
}
nav.desktop .link .text {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 16px;
}
nav.desktop .link.blue {
  background: #00b2e2;
  color: #111921;
}
nav.desktop .link.blue:hover {
  background: #00ADEE;
  color: #FFFFFF;
}
nav.desktop .social {
  padding: 0;
}
nav.desktop .social a {
  position: relative;
  top: 8px;
  width: 34px;
  height: 34px;
  display: inline-block;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  background: #262626;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
nav.desktop .social a:hover {
  background: #00b2e2;
}
nav.desktop .social a.fb i {
  margin: -8.5px 0 0 -4px;
  width: 8px;
  height: 17px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-facebook.webp);
}
nav.desktop .social a.tw {
  margin: 0 14px;
}
nav.desktop .social a.tw i {
  margin: -7px 0 0 -8px;
  width: 16px;
  height: 14px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-twitter.webp);
}
nav.desktop .social a.in i {
  margin: -8.5px 0 0 -8.5px;
  width: 17px;
  height: 17px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-instagram.webp);
}
nav.desktop .social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
}
@media (max-width: 1250px) and (min-width: 0) {
  nav.desktop .cell {
    font-size: 10px;
  }
  nav.desktop .cell .text {
    line-height: 12px;
  }
}
@media (max-width: 1360px) and (min-width: 0) {
  nav.desktop .social {
    display: none;
  }
  nav.desktop .link {
    width: 16.38%;
  }
}
nav.desktop.secondary {
  top: 60px;
  z-index: 999;
  background: #111921;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  height: 40px;
  display: none;
}
nav.desktop.secondary .link {
  width: 10%;
  color: #FFFFFF;
}
nav.desktop.secondary .link:hover {
  color: #00b2e2;
}
nav.desktop.secondary .cell {
  border-right: 1px solid #FFFFFF;
}
nav.desktop.secondary.expanded {
  display: block;
}
nav.mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background-color: #111921;
  z-index: 1000;
}
nav.mobile .toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  display: block;
  padding: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #282828;
  cursor: pointer;
}
nav.mobile .toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -7.5px;
  width: 15px;
  height: 10px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-mobile-menu-icon.webp);
  background-size: cover;
}
nav.mobile .toggle.close i {
  margin: -6.5px 0 0 -6px;
  width: 12px;
  height: 13px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-close-button.webp);
}
nav.mobile .social {
  position: absolute;
  top: 0;
  right: 7px;
  height: 33px;
}
nav.mobile .social a {
  position: relative;
  top: 6px;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #262626;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
nav.mobile .social a.fb i {
  margin: -4px 0 0 -2px;
  width: 4px;
  height: 8px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-facebook.webp);
}
nav.mobile .social a.tw {
  margin: 0 7px;
}
nav.mobile .social a.tw i {
  margin: -3.5px 0 0 -4px;
  width: 8px;
  height: 7px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-twitter.webp);
}
nav.mobile .social a.in i {
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-instagram.webp);
}
nav.mobile .social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
}
nav.mobile .nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  background: #111921;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobile .nav li {
  width: 100%;
  border-top: 1px solid #282828;
}
nav.mobile .nav li a {
  padding: 20px 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
nav.mobile .nav li a.newsletter {
  color: #111921;
  background: #5684f7;
  font-weight: bold;
}
/* necessary hack: reveal pushing offscreen */
html.is-reveal-open {
  top: 0 !important;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .page-template.page-template-custom-join-us,
  .page-template.page-template-custom-join-us-welcome,
  .page-template.page-template-custom-contest,
  .page-template.page-template-custom-contest-announcement,
  .page-template.page-template-custom-contest-thank-you {
    padding-top: 33px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .page-template.page-template-custom-join-us,
  .page-template.page-template-custom-join-us-welcome,
  .page-template.page-template-custom-contest,
  .page-template.page-template-custom-contest-announcement,
  .page-template.page-template-custom-contest-thank-you {
    padding-top: 60px;
  }
}
.page-template.page-template-custom-join-us .orbit-container,
.page-template.page-template-custom-join-us-welcome .orbit-container,
.page-template.page-template-custom-contest .orbit-container,
.page-template.page-template-custom-contest-announcement .orbit-container,
.page-template.page-template-custom-contest-thank-you .orbit-container {
  padding-left: 0;
}
.page-template.page-template-custom-join-us [page-component-cdbv3],
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3],
.page-template.page-template-custom-contest [page-component-cdbv3],
.page-template.page-template-custom-contest-announcement [page-component-cdbv3],
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] {
  background: #0063a6 url(../img/bg/polar-ice-vodka-slider-background.webp) bottom right no-repeat;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] .form-error,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] .form-error,
.page-template.page-template-custom-contest [page-component-cdbv3] .form-error,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] .form-error,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] .form-error {
  color: #f9805b;
  margin-bottom: 0;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] label,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] label,
.page-template.page-template-custom-contest [page-component-cdbv3] label,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] label,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] label,
.page-template.page-template-custom-join-us [page-component-cdbv3] a,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] a,
.page-template.page-template-custom-contest [page-component-cdbv3] a,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] a,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] a,
.page-template.page-template-custom-join-us [page-component-cdbv3] small,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] small,
.page-template.page-template-custom-contest [page-component-cdbv3] small,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] small,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] small {
  color: #FFF;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] label.is-invalid-label .form-error,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] label.is-invalid-label .form-error,
.page-template.page-template-custom-contest [page-component-cdbv3] label.is-invalid-label .form-error,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] label.is-invalid-label .form-error,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] label.is-invalid-label .form-error {
  display: block;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] a,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] a,
.page-template.page-template-custom-contest [page-component-cdbv3] a,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] a,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] a {
  text-decoration: underline;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] a:hover,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] a:hover,
.page-template.page-template-custom-contest [page-component-cdbv3] a:hover,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] a:hover,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] a:hover {
  text-decoration: none;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] .ml-0,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] .ml-0,
.page-template.page-template-custom-contest [page-component-cdbv3] .ml-0,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] .ml-0,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] .ml-0 {
  margin-left: 0;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] input[type="submit"],
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] input[type="submit"],
.page-template.page-template-custom-contest [page-component-cdbv3] input[type="submit"],
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] input[type="submit"],
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] input[type="submit"] {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] #ClosedMessag,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ClosedMessag,
.page-template.page-template-custom-contest [page-component-cdbv3] #ClosedMessag,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ClosedMessag,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ClosedMessag,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ComingSoonMessage,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ComingSoonMessage,
.page-template.page-template-custom-contest [page-component-cdbv3] #ComingSoonMessage,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ComingSoonMessage,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ComingSoonMessage,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ThankYouMessage,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ThankYouMessage,
.page-template.page-template-custom-contest [page-component-cdbv3] #ThankYouMessage,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ThankYouMessage,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ThankYouMessage {
  color: #FFF;
  text-align: center;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] #ClosedMessag h2,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ClosedMessag h2,
.page-template.page-template-custom-contest [page-component-cdbv3] #ClosedMessag h2,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ClosedMessag h2,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ClosedMessag h2,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ComingSoonMessage h2,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ComingSoonMessage h2,
.page-template.page-template-custom-contest [page-component-cdbv3] #ComingSoonMessage h2,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ComingSoonMessage h2,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ComingSoonMessage h2,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ThankYouMessage h2,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ThankYouMessage h2,
.page-template.page-template-custom-contest [page-component-cdbv3] #ThankYouMessage h2,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ThankYouMessage h2,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ThankYouMessage h2,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ClosedMessag h3,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ClosedMessag h3,
.page-template.page-template-custom-contest [page-component-cdbv3] #ClosedMessag h3,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ClosedMessag h3,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ClosedMessag h3,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ComingSoonMessage h3,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ComingSoonMessage h3,
.page-template.page-template-custom-contest [page-component-cdbv3] #ComingSoonMessage h3,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ComingSoonMessage h3,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ComingSoonMessage h3,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ThankYouMessage h3,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ThankYouMessage h3,
.page-template.page-template-custom-contest [page-component-cdbv3] #ThankYouMessage h3,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ThankYouMessage h3,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ThankYouMessage h3 {
  color: #FFF;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] #ClosedMessag a,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ClosedMessag a,
.page-template.page-template-custom-contest [page-component-cdbv3] #ClosedMessag a,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ClosedMessag a,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ClosedMessag a,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ComingSoonMessage a,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ComingSoonMessage a,
.page-template.page-template-custom-contest [page-component-cdbv3] #ComingSoonMessage a,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ComingSoonMessage a,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ComingSoonMessage a,
.page-template.page-template-custom-join-us [page-component-cdbv3] #ThankYouMessage a,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ThankYouMessage a,
.page-template.page-template-custom-contest [page-component-cdbv3] #ThankYouMessage a,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ThankYouMessage a,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ThankYouMessage a {
  text-decoration: underline;
}
.page-template.page-template-custom-join-us [page-component-cdbv3] #ThankYouMessage,
.page-template.page-template-custom-join-us-welcome [page-component-cdbv3] #ThankYouMessage,
.page-template.page-template-custom-contest [page-component-cdbv3] #ThankYouMessage,
.page-template.page-template-custom-contest-announcement [page-component-cdbv3] #ThankYouMessage,
.page-template.page-template-custom-contest-thank-you [page-component-cdbv3] #ThankYouMessage {
  display: none;
}
.page-template.page-template-custom-join-us .the-content,
.page-template.page-template-custom-join-us-welcome .the-content,
.page-template.page-template-custom-contest .the-content,
.page-template.page-template-custom-contest-announcement .the-content,
.page-template.page-template-custom-contest-thank-you .the-content {
  color: #FFFFFF;
  padding: 2rem 0;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .page-template.page-template-custom-join-us .the-content,
  .page-template.page-template-custom-join-us-welcome .the-content,
  .page-template.page-template-custom-contest .the-content,
  .page-template.page-template-custom-contest-announcement .the-content,
  .page-template.page-template-custom-contest-thank-you .the-content {
    padding: 4rem 0;
  }
}
.page-template.page-template-custom-join-us .the-content h1,
.page-template.page-template-custom-join-us-welcome .the-content h1,
.page-template.page-template-custom-contest .the-content h1,
.page-template.page-template-custom-contest-announcement .the-content h1,
.page-template.page-template-custom-contest-thank-you .the-content h1,
.page-template.page-template-custom-join-us .the-content h2,
.page-template.page-template-custom-join-us-welcome .the-content h2,
.page-template.page-template-custom-contest .the-content h2,
.page-template.page-template-custom-contest-announcement .the-content h2,
.page-template.page-template-custom-contest-thank-you .the-content h2,
.page-template.page-template-custom-join-us .the-content h3,
.page-template.page-template-custom-join-us-welcome .the-content h3,
.page-template.page-template-custom-contest .the-content h3,
.page-template.page-template-custom-contest-announcement .the-content h3,
.page-template.page-template-custom-contest-thank-you .the-content h3 {
  color: inherit;
}
.page-template.page-template-custom-join-us .the-content a,
.page-template.page-template-custom-join-us-welcome .the-content a,
.page-template.page-template-custom-contest .the-content a,
.page-template.page-template-custom-contest-announcement .the-content a,
.page-template.page-template-custom-contest-thank-you .the-content a {
  color: #FFFFFF;
}
.page-template.page-template-custom-join-us .the-content a:hover,
.page-template.page-template-custom-join-us-welcome .the-content a:hover,
.page-template.page-template-custom-contest .the-content a:hover,
.page-template.page-template-custom-contest-announcement .the-content a:hover,
.page-template.page-template-custom-contest-thank-you .the-content a:hover {
  text-decoration: none;
}
.page-template.page-template-custom-join-us .reveal .lead,
.page-template.page-template-custom-join-us-welcome .reveal .lead,
.page-template.page-template-custom-contest .reveal .lead,
.page-template.page-template-custom-contest-announcement .reveal .lead,
.page-template.page-template-custom-contest-thank-you .reveal .lead {
  margin-bottom: 0;
}
.site-footer {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  height: auto;
  display: block;
  background: #111921;
  text-align: center;
  padding: 1em 0 3em 0;
}
.site-footer .logo {
  max-width: 240px;
  margin-bottom: 3em;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .site-footer .logo {
    margin-bottom: 2em;
  }
}
.site-footer .centre {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
.site-footer .col {
  font-size: 13px;
  vertical-align: top;
  color: #a5a5a6;
  width: 30%;
  display: inline-block;
}
@media only screen and (max-width: 529px) {
  .site-footer .col {
    width: 100%;
  }
}
.site-footer .col.right {
  border-bottom: 1px solid #404040;
  margin-bottom: 20px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .site-footer .col.right {
    border-bottom: none;
  }
}
.site-footer .col a {
  color: #cfd2d3;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 15px 0;
}
.site-footer .col a:hover {
  color: #00b2e2;
}
.site-footer .col .footer-heading {
  font-size: 15px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #404040;
  padding: 0 0 12px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.site-footer .col .newsletter {
  max-width: 460px;
  width: 100%;
  border-top: 1px solid #404040;
  margin: 30px auto 0px auto;
  padding: 30px 0;
  display: inline-block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.site-footer .col .newsletter .footer-heading {
  border: none;
}
.site-footer .newsletter a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #111921;
  background: #00b2e2;
  text-transform: uppercase;
  text-decoration: none;
  width: 270px;
  height: 54px;
  display: inline-block;
  line-height: 54px;
  font-size: 21px;
  padding: 0;
  position: relative;
}
.site-footer .newsletter a:hover {
  background: #00ADEE;
  color: #FFFFFF;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .site-footer .col.short {
    width: 210px;
  }
}
.site-footer .col p {
  margin-top: 15px;
}
@media only screen and (max-width: 529px) {
  .site-footer .col.mid {
    padding-bottom: 2em;
  }
}
.site-footer .social {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.site-footer .social a {
  position: relative;
  top: 8px;
  width: 44px;
  height: 44px;
  display: inline-block;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background: #262626;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.site-footer .social a:hover {
  background: #00b2e2;
}
.site-footer .social a.fb i {
  margin: -8.5px 0 0 -4px;
  width: 8px;
  height: 17px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-facebook.webp);
}
.site-footer .social a.tw {
  margin: 0 14px;
}
.site-footer .social a.tw i {
  margin: -7px 0 0 -8px;
  width: 16px;
  height: 14px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-twitter.webp);
}
.site-footer .social a.in i {
  margin: -8.5px 0 0 -8.5px;
  width: 17px;
  height: 17px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-footer-instagram.webp);
}
.site-footer .social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
}
.site-footer .base {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding: 10px 20px 0 20px;
}
.site-footer .base p {
  margin: 0;
}
.site-footer .base a {
  color: #fff;
  text-decoration: none;
}
.site-footer .base a:hover {
  text-decoration: underline;
}
.site-footer .base .left {
  float: left;
  text-align: left;
}
.site-footer .base .center {
  display: inline-block;
}
.site-footer .base .right {
  float: right;
  text-align: left;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .site-footer .base .right {
    text-align: right;
  }
}
.site-footer .base .left,
.site-footer .base .right {
  width: 100%;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .site-footer .base .left,
  .site-footer .base .right {
    width: 50%;
  }
}
.evidon-banner {
  font-family: "Figtree", Helvetica, sans-serif;
}
.evidon-banner .evidon-banner-title,
.evidon-banner .evidon-banner-message,
.evidon-banner .evidon-banner-message a {
  font-family: "Figtree", Helvetica, sans-serif;
  color: #FFFFFF;
}
.evidon-banner .evidon-banner-message a {
  text-decoration: underline;
}
.evidon-banner .evidon-banner-message a:hover {
  text-decoration: none;
}
.evidon-prefdiag-overlay {
  font-family: "Figtree", Helvetica, sans-serif;
}
.evidon-prefdiag-overlay a {
  font-family: "Figtree", Helvetica, sans-serif;
  color: #003366;
  text-decoration: underline;
}
.evidon-prefdiag-overlay a:hover {
  color: #32a9e3;
  text-decoration: none;
}
[page-component="language-switcher"] .grid-container {
  background: #111921;
}
[page-component="language-switcher"] .button {
  margin-bottom: 0;
  color: #FFFFFF;
}
[page-component="orbit"] .orbit-container {
  padding-left: 0;
}
.page.page-id-7320 [page-component="orbit"],
.page.page-id-7331 [page-component="orbit"] {
  margin-top: 0;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  [page-component="new-product-hero"] figure {
    position: relative;
  }
  [page-component="new-product-hero"] figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }
  [page-component="new-product-hero"] figure figcaption .grid-container,
  [page-component="new-product-hero"] figure figcaption .grid-container .grid-x {
    height: 100%;
  }
}
[page-component="new-product-hero"] .the-content h1,
[page-component="new-product-hero"] .the-content h2,
[page-component="new-product-hero"] .the-content h3,
[page-component="new-product-hero"] .the-content h4,
[page-component="new-product-hero"] .the-content h5,
[page-component="new-product-hero"] .the-content h6,
[page-component="new-product-hero"] .the-content p,
[page-component="new-product-hero"] .the-content a {
  color: #FFFFFF;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.33);
}
[page-component="new-product-hero"] .the-content h1 {
  line-height: 5rem;
}
[page-component="new-product-hero"] .the-content h1 sup {
  font-size: 25%;
  top: -2.25em;
}
[page-component="new-product-hero"] .the-content p {
  font-family: 'Veneer';
  font-size: 1.5rem !important;
}
[page-component="new-product-hero"] .the-content a {
  text-decoration: underline;
}
[page-component="new-product-hero"] .the-content a:hover {
  text-decoration: none;
}
[product-component="new-product-recipes"] {
  padding: 4rem 0;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  [product-component="new-product-recipes"] {
    padding: 6rem 4rem 8rem 4rem;
  }
}
[product-component="new-product-recipes"] .grid-container {
  max-width: 120rem;
}
[product-component="new-product-recipes"] .card {
  border-top-width: 14px;
  border-right-width: 19px;
  border-bottom-width: 14px;
  border-left-width: 19px;
  border-color: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.33);
}
[product-component="new-product-recipes"] .card-image {
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: contain;
}
[product-component="new-product-recipes"] .the-content h2,
[product-component="new-product-recipes"] .the-content p {
  color: #FFFFFF;
  margin-bottom: 0;
}
[product-component="new-product-recipes"] .the-content h2 {
  margin-bottom: 0;
}
[product-component="new-product-recipes"] .the-content p {
  font-family: 'Veneer';
  font-size: 1.5rem !important;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.single.postid-7260 [product-component="new-product-recipes"] .card-image {
  background-image: url(../img/products/PIV-Base-Recipe-Backround.webp);
}
.single.postid-7261 [product-component="new-product-recipes"] .card-image {
  background-image: url(../img/products/PIV-Berry-Blizzard-Recipe-Backround.webp);
}
.single.postid-7262 [product-component="new-product-recipes"] .card-image {
  background-image: url(../img/products/PIV-Orange-Blizzard-Recipe-Backround.webp);
}
.single.postid-7353 [product-component="new-product-recipes"] .card-image {
  background-image: url(../img/products/PIV-Cinnamon-Sugar-Background.webp);
}
.single.postid-7354 [product-component="new-product-recipes"] .card-image {
  background-image: url(../img/products/PIV-Arctic-Xtreme-Background.webp);
}
[page-component="product-singles-content"] {
  padding: 30px 15px;
}
[page-component="product-singles-content"] .hor {
  padding: 0 !important;
}
[page-component="product-singles-content"] h2 {
  color: #fff;
  margin: 0;
  font-size: 3rem;
  text-align: center;
  width: 100%;
}
[page-component="product-singles-content"] p {
  color: #fff;
  font-size: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Veneer', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
[page-component="product-singles"] .grid-container .cell [data-product-single] {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: table;
  text-align: center;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  [page-component="product-singles"] .grid-container .cell [data-product-single] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
[page-component="product-singles"] [data-product-single] {
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-top: 1rem;
}
[page-component="product-singles"] [data-product-single] .card-divider {
  background: none;
}
[page-component="product-singles"] [data-product-single] h2 {
  color: #FFFFFF;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2rem;
  line-height: 2rem;
  display: table-header-group;
}
[page-component="product-singles"] [data-product-single] picture {
  display: table-footer-group;
  position: relative;
}
[page-component="product-singles"] [data-product-single] picture img {
  width: 50%;
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  [page-component="product-singles"] [data-product-single] picture img {
    margin-left: -79.9915px;
    position: absolute;
    bottom: 10px;
    left: 50%;
  }
}
@media only screen and (min-width: 1129px) {
  [page-component="product-singles"] [data-product-single] picture img {
    margin-left: -94px;
    width: 40%;
    position: absolute;
    bottom: 10px;
    left: 50%;
  }
}
[page-component="product-singles"] [data-product-single="7260"] {
  background-color: #10aecd;
}
[page-component="product-singles"] [data-product-single="7261"] {
  background-color: #b2519f;
}
[page-component="product-singles"] [data-product-single="7262"] {
  background-color: #ffcb0b;
}
[page-component="product-singles"] [data-product-single="7263"] {
  background-color: #ed499c;
}
[page-component="product-singles"] [data-product-single="7264"] {
  background-color: #e86b25;
}
[page-component="product-singles"] [data-product-single="7353"] {
  background-color: #d1353c;
}
[page-component="product-singles"] [data-product-single="7354"] {
  background-color: #fc1422;
}
[page-component="product-singles"] [data-product-single="7605"] {
  background-color: #ae2c28;
}
[page-component="product-singles"] [data-product-single="7604"] {
  background-color: #00a4ba;
}
#ProductSingles.rows-2 [data-product-single] h2 {
  font-size: 3rem;
  line-height: 3rem;
}
@keyframes scrollPrompt {
  0% {
    margin-top: -8px;
  }
  50% {
    margin-top: 3px;
  }
  100% {
    margin-top: -8px;
  }
}
@-moz-keyframes scrollPrompt {
  0% {
    margin-top: -8px;
  }
  50% {
    margin-top: 3px;
  }
  100% {
    margin-top: -8px;
  }
}
@-webkit-keyframes scrollPrompt {
  0% {
    margin-top: -8px;
  }
  50% {
    margin-top: 3px;
  }
  100% {
    margin-top: -8px;
  }
}
section.inner {
  padding-top: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BertholdBlockW1GRegular', sans-serif;
  text-transform: uppercase;
}
html,
body {
  font-family: 'Figtree', sans-serif;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  body {
    margin-top: 60px;
  }
}
.hor {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
}
.hor .vert {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.share {
  height: 28px;
  display: block;
  padding: 0;
  list-style: none;
}
.share li {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.share li a {
  width: 28px;
  height: 28px;
  display: block;
  background-color: #111921;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.share li a:hover {
  background-color: #5684f7;
}
.share li a.fb {
  background-image: url(../../resource/img/icons/polar-ice-vodka-facebook-white.webp);
}
.share li a.tw {
  background-image: url(../../resource/img/icons/polar-ice-vodka-twitter-white.webp);
}
.share li a.pi {
  background-image: url(../../resource/img/icons/polar-ice-vodka-pinterest-white.webp);
}
.scroll-prompt {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #5684f7;
  z-index: 4000;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.scroll-prompt i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5.5px;
  width: 11px;
  height: 10px;
  display: block;
  background: url(../../resource/img/icons/scroll-prompt.webp);
  -webkit-animation: scrollPrompt 3s infinite;
  animation: scrollPrompt 3s infinite;
}
.scroll-prompt.hide {
  bottom: -50px;
}
/* ==== Section #intro ==== */
.full-screen {
  width: 100%;
  display: block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.full-screen.products-inner {
  width: 100%;
  height: 330px;
  display: block;
  min-height: 330px;
}
#intro {
  position: relative;
  text-align: center;
  z-index: 1;
}
#intro .logo {
  width: 280px;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #intro .logo {
    width: 480px;
  }
}
#intro h1,
#intro p {
  color: #fff;
  margin: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#intro p {
  font-family: 'Veneer', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #intro p {
    font-size: 1.2em;
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #intro p {
    font-size: 2em;
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  #intro .hor {
    padding: 30px 0;
    height: auto;
    display: block;
  }
  #intro .hor .vert {
    display: block;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #intro .hor {
    padding: 90px 0 60px 0;
  }
}
/* ==== Section #promos ==== */
#promos {
  background: #00b2e2;
  padding: 4em 0 8em 0;
}
#promos .contest {
  text-align: center;
}
#promos .contest .contest-title {
  color: #FFFFFF;
}
#promos .contest .contest-image {
  border: 6px solid #FFFFFF;
}
/* ==== Section #products ==== */
#products {
  background: #00ADEE url(../../resource/img/bg/polar-ice-vodka-slider-background.webp) no-repeat;
  background-position-x: 10%;
  background-position-y: 100%;
  -webkit-transition: background 2s;
  /* Safari prior 6.1 */
  transition: background 2s;
  transition-delay: 1s;
  overflow: hidden;
  background-size: 50%;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #products {
    background-position-x: -1000%;
    height: 511px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #products {
    background-position-x: 100%;
    height: 611px;
  }
}
#products .cta-medal {
  width: 140px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#products .cta-medal.slide2,
#products .cta-medal.slide3 {
  top: 30px;
  right: 30px;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #products .cta-medal.slide2,
  #products .cta-medal.slide3 {
    top: 80px;
    right: 110px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #products .cta-medal.slide2 {
    top: 200px;
  }
}
.products.inner {
  height: auto;
}
.products.inner #product-slider {
  margin-top: -100px;
}
.products #products-no-slide {
  margin: 139px 0 0;
}
.products #products-no-slide,
.products #product-slider {
  float: left;
  position: relative;
  width: 100%;
  height: inherit;
  z-index: 1;
}
.products #products-no-slide .flex-viewport,
.products #product-slider .flex-viewport {
  width: 100%;
  height: 100%;
  display: block;
}
.products #products-no-slide .slides,
.products #product-slider .slides {
  width: 100%;
  height: 100%;
  display: block;
}
.products #products-no-slide .slides > li,
.products #product-slider .slides > li {
  width: 100%;
  height: 100%;
  display: block;
}
.products #products-no-slide .slides .centre,
.products #product-slider .slides .centre {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}
.products #products-no-slide .slides .first .logo,
.products #product-slider .slides .first .logo {
  position: absolute;
  top: 10px;
  left: 154px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.products #product-slider .slides .first .slide2.cta-medal,
.products #product-slider .slides .first .slide3.cta-medal {
  position: absolute;
  width: 100px;
  top: 80px;
  z-index: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .products #product-slider .slides .first .slide2.cta-medal,
  .products #product-slider .slides .first .slide3.cta-medal {
    width: 140px;
  }
}
.products #product-slider .slides .first .slide2.cta-medal {
  right: 0;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .products #product-slider .slides .first .slide2.cta-medal {
    right: 6px;
    top: 200px;
  }
}
.products #product-slider .slides .first .slide3.cta-medal {
  right: 180px;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .products #product-slider .slides .first .slide3.cta-medal {
    right: 220px;
    top: 130px;
  }
}
.products #products-no-slide .slides .first .product,
.products #product-slider .slides .first .product,
.products #product-slider .slides .first .product {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.products #products-no-slide .slides .first .info,
.products #product-slider .slides .first .info {
  position: absolute;
  top: 160px;
  left: 0;
  width: 580px;
  text-align: center;
}
.products #products-no-slide .slides .first .info .copy,
.products #product-slider .slides .first .info .copy {
  width: 100%;
  margin: 25px 0 0;
  padding: 5px 0 0;
  display: inline-block;
}
.products #products-no-slide .slides .first .info .copy .col,
.products #product-slider .slides .first .info .copy .col {
  float: left;
  width: 48%;
}
.products #products-no-slide .slides .first .info .copy .col.right,
.products #product-slider .slides .first .info .copy .col.right {
  float: right;
}
.products #products-no-slide .slides .first .info .copy .col.col-full,
.products #product-slider .slides .first .info .copy .col.col-full {
  float: none;
  margin: 0 auto;
}
.product-preview h2,
.products #products-no-slide .slides .first .info h2,
.products #product-slider .slides .first .info h2 {
  margin: 0 0 24px;
  padding: 0 0 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 1px solid #cfd2d3;
}
.products #products-no-slide .slides .first .info h2,
.products #product-slider .slides .first .info h2 {
  font-size: 1.4em;
  line-height: 1.4em;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .products #products-no-slide .slides .first .info h2,
  .products #product-slider .slides .first .info h2 {
    margin: 0 0 14px;
    padding: 0 0 14px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .products #products-no-slide .slides .first .info h2,
  .products #product-slider .slides .first .info h2 {
    font-size: 2em;
    line-height: 1em;
  }
}
.product-preview {
  padding-top: 2em;
  padding-bottom: 4em;
}
.product-preview .product-images {
  height: 330px;
  position: relative;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .product-preview .product-images {
    height: 400px;
  }
}
.product-preview .product-images .product {
  height: inherit;
}
.product-preview .product-images .medal {
  position: absolute;
  z-index: 1;
  width: 100px;
  right: 50px;
  top: 30px;
}
.product-preview .info {
  margin-top: 1em;
}
.product-preview .product-awards {
  margin: 3em 0 9em;
}
.product-preview h3 {
  color: #FFFFFF;
  text-transform: uppercase;
}
.product-preview h2 span,
.products #products-no-slide .slides .first .info h2 span,
.products #product-slider .slides .first .info h2 span {
  font-weight: bold;
}
.product-preview .info p,
.products #products-no-slide .slides .first .info p,
.products #product-slider .slides .first .info p {
  color: #111921;
  font-family: 'Figtree', sans-serif;
  font-size: 0.9rem;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 0 0 25px;
}
.product-preview .info p a,
.products #products-no-slide .slides .first .info p a,
.products #product-slider .slides .first .info p a {
  color: #FFFFFF;
}
.product-preview .info p a:hover,
.products #products-no-slide .slides .first .info p a:hover,
.products #product-slider .slides .first .info p a:hover {
  text-decoration: none;
}
.product-preview .info .blue-button,
.products #products-no-slide .slides .first .info .blue-button,
.products #product-slider .slides .first .info .blue-button {
  position: relative;
  width: 90%;
  height: 46px;
  display: inline-block;
  font-size: 19px;
  line-height: 46px;
  color: #FFFFFF;
  background: #111921;
  text-decoration: none;
}
.product-preview .info .blue-button:hover,
.products #products-no-slide .slides .first .info .blue-button:hover,
.products #product-slider .slides .first .info .blue-button:hover {
  color: #111921;
  background: #FFFFFF;
}
.recipes .start-mixing {
  position: relative;
  width: 90%;
  height: 46px;
  font-size: 19px;
  line-height: 46px;
  color: #FFFFFF;
  background: #111921;
  text-transform: uppercase;
  text-decoration: none;
}
.product-slide h2 {
  color: #FFFFFF;
}
.product-slide h2 span {
  display: block;
}
.products #products-no-slide .slides .product-slide .cta,
.products #product-slider .slides .product-slide .cta {
  float: left;
  margin: 0 0 0 50px;
  width: 564px;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .products #products-no-slide .slides .product-slide .cta,
  .products #product-slider .slides .product-slide .cta {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .products #products-no-slide .slides .product-slide .cta,
  .products #product-slider .slides .product-slide .cta {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1129px) {
  .products #products-no-slide .slides .product-slide .cta,
  .products #product-slider .slides .product-slide .cta {
    margin-top: 140px;
  }
}
.products #products-no-slide .slides .product-slide .cta h3,
.products #product-slider .slides .product-slide .cta h3 {
  margin: 25px 0 16px 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: 'Veneer', sans-serif;
}
.products #products-no-slide .slides .product-slide .cta p,
.products #product-slider .slides .product-slide .cta p {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.2rem;
}
.products #products-no-slide .slides .product-slide .cta p a,
.products #product-slider .slides .product-slide .cta p a {
  color: #FFFFFF;
}
.products #products-no-slide .slides .product-slide .cta p a:hover,
.products #product-slider .slides .product-slide .cta p a:hover {
  text-decoration: none;
}
.products #products-no-slide .slides .product-slide .cta p.title,
.products #product-slider .slides .product-slide .cta p.title {
  margin-top: 2em;
  color: #FFFFFF;
  font-family: 'BertholdBlockW1GRegular', sans-serif;
  text-transform: uppercase;
  font-size: 32px;
}
.buynow-button,
.products #products-no-slide .slides .product-slide .cta .blue-button,
.products #product-slider .slides .product-slide .cta .blue-button {
  width: 204px;
  height: 39px;
  display: inline-block;
  line-height: 39px;
  font-size: 16px;
  background: #111921;
  text-decoration: none;
  color: #FFFFFF;
}
.buynow-button:hover,
.products #products-no-slide .slides .product-slide .cta .blue-button:hover,
.products #product-slider .slides .product-slide .cta .blue-button:hover {
  color: #111921;
  background: #FFFFFF;
}
.buynow-button {
  font-size: 24px;
  line-height: 46px;
  color: #FFFFFF;
  background: #111921;
  text-decoration: none;
  text-align: center;
}
.products #products-no-slide .slides .product-slide .bottle,
.products #product-slider .slides .product-slide .bottle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.products #products-no-slide .flex-control-nav,
.products #product-slider .flex-control-nav {
  display: none;
}
.products #product-single {
  margin: 0 auto;
  height: 600px;
  background: url(../../resource/img/bg/polar-ice-vodka-products-background.webp) left center no-repeat;
}
.products #product-single img {
  position: absolute;
  top: 12px;
  right: 50px;
}
.products #product-single h1,
.products #grocery-list h1,
.products #caesar-recipe h1 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 0 0;
  line-height: 60px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.products #product-single h4 {
  width: 470px;
  max-width: 90%;
  margin: 10px auto;
  line-height: 23px;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.products #product-single p {
  width: 470px;
  max-width: 90%;
  margin: 15px auto;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.products #product-single a {
  width: 204px;
  height: 39px;
  display: inline-block;
  line-height: 39px;
  font-size: 16px;
}
.products #product-single .cta {
  margin: 0 auto;
  width: 570px;
  text-align: center;
  padding: 20px 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media (max-width: 532px) {
  .products #product-single {
    margin: 0 auto;
    height: 900px;
    min-height: 900px;
    background: url(../../resource/img/bg/polar-ice-vodka-products-background.webp) left center no-repeat;
  }
  .products #product-single .cta {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .products #product-single img {
    position: relative;
    top: -48px;
    left: 38%;
    width: 50%;
  }
  .products #product-single h1 {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    margin: -40px 0 0 0;
    line-height: 60px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
@media (max-width: 960px) {
  .products #products-no-slide,
  .products #product-slider {
    width: 100%;
  }
  .products #products-no-slide .flex-direction-nav a,
  .products #product-slider .flex-direction-nav a {
    width: 15px;
    height: 23px;
    display: block;
    background-image: url(../../resource/img/icons/polar-ice-vodka-homepage-recipes-carousel-arrows.webp);
  }
  .products #products-no-slide .flex-direction-nav a:hover,
  .products #product-slider .flex-direction-nav a:hover {
    background-position-y: top;
  }
  .products #products-no-slide .flex-direction-nav .flex-prev,
  .products #product-slider .flex-direction-nav .flex-prev {
    left: 5px;
    background-position: bottom left;
    background-size: 200%;
  }
  .products #products-no-slide .flex-direction-nav .flex-next,
  .products #product-slider .flex-direction-nav .flex-next {
    right: 5px;
    background-position: bottom right;
    background-size: 200%;
  }
  .products #products-no-slide .flex-control-nav,
  .products #product-slider .flex-control-nav {
    display: block;
    bottom: -50px;
  }
  .products #products-no-slide .flex-control-nav li a,
  .products #product-slider .flex-control-nav li a {
    width: 12px;
    height: 12px;
    display: block;
    background-color: #FFF;
    border: 3px solid #5684f7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .products #products-no-slide .flex-control-nav li a.flex-active,
  .products #product-slider .flex-control-nav li a.flex-active {
    background-color: #5684f7;
  }
  .products #products-no-slide .slides .first .centre,
  .products #product-slider .slides .first .centre {
    background-size: 50% auto;
  }
  .products #products-no-slide .slides .first .logo,
  .products #product-slider .slides .first .logo {
    top: 0;
    left: 50%;
    width: 200px;
    margin-left: -100px;
  }
  .products #products-no-slide .slides .first .product,
  .products #product-slider .slides .first .product {
    width: 450px;
    right: -30px;
    bottom: 5%;
  }
  .products #products-no-slide .slides .first .info,
  .products #product-slider .slides .first .info {
    width: 300px;
    top: 0px;
    left: 70px;
  }
  .products #products-no-slide .slides .first .info .copy,
  .products #product-slider .slides .first .info .copy {
    margin-top: 38px;
  }
  .products #products-no-slide .slides .first .info .copy .col,
  .products #product-slider .slides .first .info .copy .col {
    width: 100%;
    margin-bottom: 2em;
  }
  .products #products-no-slide .slides .first .info h3,
  .products #product-slider .slides .first .info h3 {
    margin: 0 0 14px;
    padding: 0 0 14px;
  }
  .products #products-no-slide .slides .first .info a.left:after,
  .products #product-slider .slides .first .info a.left:after {
    top: 23px;
    left: 10px;
    width: 10px;
    height: 18px;
    display: block;
  }
  .products #products-no-slide .slides .first .info a.left:before,
  .products #product-slider .slides .first .info a.left:before {
    top: 0;
    left: 20px;
    width: 105px;
    height: 50px;
    display: block;
  }
  .products #products-no-slide .slides .first .info a.right:after,
  .products #product-slider .slides .first .info a.right:after {
    top: 23px;
    right: 10px;
    width: 13px;
    height: 30px;
    display: block;
  }
  .products #products-no-slide .slides .first .info a.right:before,
  .products #product-slider .slides .first .info a.right:before {
    top: 0;
    right: -20px;
    width: 58px;
    height: 10px;
    display: block;
  }
  .products #products-no-slide .slides .product-slide,
  .products #product-slider .slides .product-slide {
    padding: 11px 0 0;
  }
  .products #products-no-slide .slides .product-slide .cta,
  .products #product-slider .slides .product-slide .cta {
    width: 430px;
  }
  .products #products-no-slide .slides .product-slide .cta a:after,
  .products #product-slider .slides .product-slide .cta a:after {
    width: 9px;
    height: 21px;
    display: block;
  }
  .products #products-no-slide .slides .product-slide .cta a:before,
  .products #product-slider .slides .product-slide .cta a:before {
    width: 3px;
    height: 6px;
    display: block;
  }
  .products #products-no-slide .slides .product-slide .bottle,
  .products #product-slider .slides .product-slide .bottle {
    right: -76px;
    width: 508px;
    z-index: 2;
  }
}
@media (max-width: 960px) and only screen and (min-width: 530px) and (max-width: 949px) {
  .products #products-no-slide .slides .first .info .copy,
  .products #product-slider .slides .first .info .copy {
    margin-top: 28px;
  }
}
@media (max-width: 960px) and only screen and (min-width: 950px) and (max-width: 1128px), (max-width: 960px) and only screen and (min-width: 1129px) {
  .products #products-no-slide .slides .first .info .copy,
  .products #product-slider .slides .first .info .copy {
    margin-top: 52px;
  }
}
@media (max-width: 960px) and only screen and (min-width: 950px) and (max-width: 1128px) {
  .products #products-no-slide .slides .product-slide .bottle,
  .products #product-slider .slides .product-slide .bottle {
    right: -30px;
  }
}
.products #products-no-slide {
  visibility: visible;
  height: auto;
}
.products #products-no-slide .slides .product-slide {
  height: 700px;
  margin-bottom: 100px;
}
.products #products-no-slide .slides .product-slide.third .cta {
  float: right;
  margin: 0 100px 0 0;
}
.products #products-no-slide .slides .product-slide.third .bottle {
  right: auto;
  left: 50px;
}
@media (max-width: 960px) {
  .products #products-no-slide .slides .product-slide {
    height: 335px;
    margin-bottom: 40px;
  }
  .products #products-no-slide .slides .product-slide.third .cta {
    margin: 0;
  }
  .products #products-no-slide .slides .product-slide.third .bottle {
    left: 0;
  }
}
/* Helper Classes */
.centre {
  text-align: center;
}
@media (max-width: 532px) {
  .recipes .drinks.pullup {
    margin-top: -20px;
    width: 90%;
  }
  .recipes .drinks li {
    width: 188px;
    height: 188px;
    display: inline-block;
    margin: -9px -12px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .recipes .drinks li a {
    width: 188px;
    height: 188px;
    display: block;
    padding-top: 151px;
    position: relative;
    font-size: 12px;
    color: #6f6f70;
    background-repeat: no-repeat;
    background-position: 50% -14px;
    -webkit-border-radius: 94px;
    -moz-border-radius: 94px;
    border-radius: 94px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
    text-align: center;
  }
  .recipes .drinks li a:hover .grey-circle {
    margin: -94px 0 0 -94px;
    width: 188px;
    height: 188px;
    /*display: block;*/
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .recipes .drinks li a:hover i {
    width: 45px;
    height: 45px;
    /*display: block;*/
    display: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .recipes .drinks li a .grey-circle {
    width: 0;
    height: 0;
    /*display: block;*/
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    background-color: #f2f2f2;
    -webkit-border-radius: 94px;
    -moz-border-radius: 94px;
    border-radius: 94px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .recipes .drinks li a i {
    width: 0;
    height: 0;
    /*display: block;*/
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    background-image: url(../../resource/img/icons/polar-ice-vodka-photo-expand-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #111921;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
.recipes {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
  overflow-x: hidden;
  background: #fff;
}
.recipes .start-mixing {
  margin: 2em auto;
}
.recipes h1 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 0 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.recipes > p {
  width: 470px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.contest .banner-container,
.recipes .banner-container {
  position: relative;
}
.contest .banner-container {
  text-align: center;
}
.recipes .banner-container .links {
  width: 60%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30%;
  z-index: 2;
}
.recipes .banner-container .links .drink {
  width: 30%;
  height: 100%;
  display: inline-block;
  margin-left: -4px;
}
.recipes .banner-container .links .drink.mid {
  width: 40%;
}
.recipes .banner {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  margin: 10px auto 0 auto;
}
.recipes .drinks {
  position: relative;
  width: 100%;
  max-width: 1330px;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3;
}
.recipes .drinks.pullup {
  margin-top: -20px;
  width: 95%;
}
.recipes .promo.drinks.pullup {
  margin-top: 0;
}
.recipes .drinks li {
  width: 188px;
  height: auto;
  display: inline-block;
  margin: -9px -12px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.recipes .promo.drinks li {
  margin-top: 0;
}
.recipes .drinks li a {
  width: 188px;
  height: 188px;
  display: block;
  padding-top: 151px;
  position: relative;
  font-size: 12px;
  color: #6f6f70;
  background-repeat: no-repeat;
  background-position: 50% -14px;
  -webkit-border-radius: 94px;
  -moz-border-radius: 94px;
  border-radius: 94px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  text-decoration: none;
  text-align: center;
  background-size: contain;
}
.recipes .promo.drinks li a {
  padding-top: 180px;
}
.recipes .promo.drinks li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.recipes .drinks li a:hover .grey-circle {
  margin: -94px 0 0 -94px;
  width: 188px;
  height: 188px;
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.recipes .drinks li a:hover i {
  width: 45px;
  height: 45px;
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.recipes .drinks li a .grey-circle {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-color: #f2f2f2;
  -webkit-border-radius: 94px;
  -moz-border-radius: 94px;
  border-radius: 94px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.recipes .drinks li a i {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
  background-image: url(../../resource/img/icons/polar-ice-vodka-photo-expand-icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #111921;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.recipes .drink-scroller {
  width: 85%;
  height: 200px;
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
}
.recipes .drink-scroller .flex-viewport {
  width: auto;
  height: 200px;
  display: block;
  overflow: hidden;
  position: relative;
}
.recipes .drink-scroller .flex-viewport .slides {
  width: auto;
  height: 200px;
  display: block;
  max-width: none;
  zoom: 1;
}
.recipes .drink-scroller .flex-viewport .slides li {
  margin: 0 0 0 5px;
}
@media (min-width: 481px) {
  .recipes .drink-scroller .flex-viewport .slides li {
    margin: 0 20px;
  }
}
.recipes .drink-scroller .flex-viewport .slides li span {
  max-width: 110px;
  display: block;
  margin: 0 auto;
  line-height: 15px;
}
.recipes .drink-scroller .flex-direction-nav a {
  width: 15px;
  height: 23px;
  display: block;
  background-image: url(../../resource/img/icons/polar-ice-vodka-homepage-recipes-carousel-arrows.webp);
}
.recipes .drink-scroller .flex-direction-nav a:hover {
  background-position-y: bottom;
}
.recipes .drink-scroller .flex-direction-nav .flex-prev {
  left: 0px;
  background-position: top left;
  background-size: 200%;
}
.recipes .drink-scroller .flex-direction-nav .flex-next {
  right: 0px;
  background-position: top right;
  background-size: 200%;
}
.recipes .drink-scroller .flex-control-nav {
  display: none;
}
.recipes.single .single-drink {
  position: relative;
}
.recipes.single .single-drink .splash {
  width: 100%;
  height: auto;
  display: block;
  margin: 65px 0;
  background-image: url(../../resource/img/bg/polar-ice-vodka-single-drink.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.recipes.single .single-drink .splash figure {
  width: 100%;
  height: 600px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recipes.single .single-drink .splash img.mobi {
  display: none;
}
.recipes.single .single-drink .splash h1 {
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
}
.recipes.single .single-drink .splash h3 {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.recipes.single .single-drink .splash .share li {
  margin-top: 10px;
  margin-right: 2px;
}
.recipes.single .single-drink .splash .copy {
  width: 100%;
  height: 300px;
  display: block;
  max-width: 1180px;
  position: absolute;
  top: 120px;
  left: 50%;
  font-size: 13px;
  line-height: 23px;
}
.recipes.single .single-drink .splash .content {
  width: 331px;
  height: auto;
  display: block;
  position: absolute;
  left: 5%;
  text-align: left;
}
.recipes.single .single-drink .splash .content.right {
  left: auto;
  right: 2%;
}
.recipes.single .single-drink .splash .content h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
.recipes.single .single-drink .splash .content ul {
  padding: 0 0 0 16px;
}
.recipes.single .single-drink .splash .content p {
  text-align: left;
  word-wrap: break-word;
}
@media (max-width: 960px) {
  .recipes .banner-container .links {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .recipes .banner {
    width: 150%;
  }
  .recipes h2 {
    margin: 25px 0;
  }
  .recipes p {
    font-size: 10px;
    line-height: 14px;
  }
  .recipes .drinks {
    /*width: auto;*/
    width: 80%;
  }
  .recipes .drinks li {
    width: 120px;
    height: auto;
    display: inline-block;
    margin: -11px;
  }
  .recipes .drinks li a {
    width: 120px;
    height: 120px;
    display: block;
    margin: 30px 15px 15px 0;
    padding-top: 140px;
    position: relative;
    font-size: 10px;
    color: #6f6f70;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
    text-align: center;
    background-size: contain;
  }
  .recipes .drinks li a:hover .grey-circle {
    margin: -60px 0 0 -60px;
    width: 120px;
    height: 120px;
    /*display: block;*/
    display: none;
  }
  .recipes .drinks li a:hover i {
    width: 29px;
    height: 29px;
    /*display: block;*/
    display: none;
    top: 15px;
    background-size: 50%;
  }
  .recipes.single {
    height: auto;
  }
  .recipes.single h2 {
    display: none;
  }
  .recipes.single .single-drink .splash {
    height: auto;
    margin-top: 0;
    padding-bottom: 50px;
    position: static;
    background-image: none;
  }
  .recipes.single .single-drink .splash figure {
    display: none;
  }
  .recipes.single .single-drink .splash img.mobi {
    max-width: 65%;
    display: block;
    margin: 0 auto;
  }
  .recipes.single .single-drink .splash h1 {
    font-size: 18px;
    line-height: 18px;
  }
  .recipes.single .single-drink .splash h3 {
    font-size: 8px;
    line-height: 8px;
  }
  .recipes.single .single-drink .splash .share {
    margin-left: -63px;
    position: absolute;
    left: 50%;
    bottom: -10px;
  }
  .recipes.single .single-drink .splash .share li {
    margin: 0 12px 0 0;
  }
  .recipes.single .single-drink .splash .copy {
    max-width: 75%;
    height: auto;
    margin: 0 auto !important;
    position: static;
    font-size: 10px;
    line-height: 15px;
    border-top: 1px solid #828383;
  }
  .recipes.single .single-drink .splash .copy h4 {
    margin-bottom: 0;
    font-size: 12px;
    color: #111921;
  }
  .recipes.single .single-drink .splash .copy p {
    width: 100%;
  }
  .recipes.single .single-drink .splash .copy ul {
    margin-right: 0;
  }
  .recipes.single .single-drink .splash .content {
    width: 100%;
    height: auto;
    position: static;
    margin: 0 auto;
  }
}
#locator {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  display: block;
  padding: 100px 0;
  background: #5684f7;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#locator h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 40px;
  margin: 0 0 25px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 0 10px;
}
#locator p {
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#locator .find-us {
  margin: 13px 0 0;
  width: 271px;
  height: 53px;
  display: inline-block;
  line-height: 50px;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#locator .find-us:hover {
  background: #fff;
  color: #5684f7;
}
@media (max-width: 960px) {
  #locator {
    padding: 90px 0;
  }
  #locator h3 {
    font-size: 29px;
    line-height: 24px;
  }
  #locator p {
    font-size: 10px;
  }
  #locator .find-us {
    width: 188px;
    height: 30px;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
  }
}
legend {
  height: 20px;
  width: 100%;
  color: black;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
label.button {
  font-family: 'FigtreeBold', sans-serif;
  font-size: 13px;
}
label.button:hover {
  color: #666666;
}
input[data-toggle] {
  display: none;
}
input[data-toggle]:checked + label,
input[data-toggle]:checked + label:active {
  background-color: black;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button-group.toggle li:not(first-child) {
  /*margin: 0 -0.9rem; */
}
.youtube-container {
  width: 100%;
}
.youtube-container iframe {
  width: 100% !important;
}
.linebreak {
  display: block;
}
.permalink {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.blog #intro h1 {
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.single-recipe #intro .hor {
  padding-bottom: 30px;
}
.single-recipe .full-screen {
  height: initial;
}
.single-recipe .share {
  margin-top: 1em;
}
.single-recipe .recipes.inner {
  padding-top: 0;
  margin-top: 0;
}
.single-recipe .recipes.inner p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.8rem;
}
.single-recipe .recipe_imagery img {
  margin-left: auto;
  margin-right: auto;
}
.single-recipe .recipe_imagery,
.single-recipe .recipe_ingredients,
.single-recipe .recipe_directions {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .single-recipe .recipe_ingredients {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .single-recipe .recipe_directions {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .single-recipe .article-content {
    background: #FFF url(../../resource/img/bg/polar-ice-vodka-single-drink.webp) bottom center no-repeat;
  }
}
.single-recipe .article-footer {
  background: #00ADEE;
  color: #FFF;
  padding: 2rem;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .single-recipe .article-footer {
    padding: 4rem 2rem 5rem 2rem;
    background: #00ADEE url(/wp-content/themes/polar-ice-vodka/resource/img/bg/polar-ice-vodka-slider-background.webp) bottom right no-repeat;
    background-size: 50%;
  }
}
.single-recipe ul.drinks {
  padding: 2rem 0 0;
  width: initial;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .single-recipe ul.drinks {
    padding: 4rem 0 0;
  }
}
.single-recipe ul.drinks li a {
  font-size: 0.8rem;
}
.promo-recipe-template-default ul.drinks {
  margin-top: 8rem;
}
[component-reviews-summary] .reviews-cta {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  [component-reviews-summary] .reviews-cta {
    margin-top: 0;
  }
}
[component-reviews-summary] .reviews-cta .write-a-review {
  color: #FFFFFF;
  background: #111921;
  margin: 0;
}
[component-reviews-summary] .reviews-cta .write-a-review:hover {
  color: #111921;
  background: #FFFFFF;
}
[component-reviews] {
  margin-top: 1rem;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  [component-reviews] {
    margin-top: 2rem;
  }
}
[component-reviews] .glsr-review-title h3 {
  color: inherit;
}
[component-reviews] .glsr-review-title h4 {
  color: inherit;
}
[component-reviews] .glsr-no-margins {
  margin: 0;
  text-align: center;
}
.page-template-custom-join-us .full-screen {
  height: 500px;
}
.page-template-custom-join-us .page-content {
  background: #00ADEE;
  overflow: hidden;
}
.page-template-custom-join-us .cdbv3iframe {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .page-template-custom-join-us .cdbv3iframe {
    height: 540px;
  }
}
.page-template-custom-join-us .cdb_form_container {
  margin-bottom: 4rem;
}
.page-template-custom-join-us .cdb_form_field .optin {
  margin-bottom: 0;
}
.page-template-custom-join-us .cdb_form_field .optin p {
  margin-bottom: 0;
}
.page-template-custom-join-us .site-content .main-content {
  padding: 2rem 0;
  background: #00ADEE;
}
.page-template-custom-legal article {
  padding-top: 4rem;
  padding-bottom: 3.8rem;
  background: #FFFFFF;
}
.page-template.page-template-custom-new-product .main-content {
  padding-top: 60px;
}
.page-template.page-template-custom-new-product .orbit-container {
  padding-left: 0;
}
.page-template.page-template-custom-new-product [data-component="new-product-hero"] {
  background-image: url(../../resource/img/bg/new-triangles-vertical.webp), url(../../resource/img/bg/new-triangles-horizontal.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, bottom right;
  background-color: #00ADEE;
  background-size: 0%, 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .page-template.page-template-custom-new-product [data-component="new-product-hero"] {
    background-size: contain, 40%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .page-template.page-template-custom-new-product [data-component="new-product-hero"] {
    background-size: contain, 34%;
  }
}
.page-template.page-template-custom-new-product [data-component="new-product-hero"] .the-content {
  color: #FFFFFF;
}
.page-template.page-template-custom-new-product [data-component="new-product-hero"] .the-content h1 {
  color: #FFFFFF;
  line-height: 5rem;
}
.page-template.page-template-custom-new-product [data-component="new-product-hero"] .the-content h1 sup {
  font-size: 20%;
  top: -2rem;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .page-template.page-template-custom-new-product [data-component="new-product-hero"] .the-content h1 sup {
    font-size: 15%;
    top: -2.4rem;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .page-template.page-template-custom-new-product [data-component="new-product-hero"] .the-content h1 sup {
    font-size: 10%;
    top: -3rem;
  }
}
.page-template.page-template-custom-new-product [data-component="new-product-hero"] .the-content p {
  font-family: 'Veneer';
  font-size: 1.5rem !important;
}
.page-template.page-template-custom-new-product [data-component="new-product-hero"] .the-content p:last-child {
  margin-bottom: 0;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] {
  background-color: #00b2e2;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .the-content {
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .the-content h2 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .the-content p {
  font-family: 'Veneer';
  font-size: 1.5rem;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .new-product-recipe {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .recipe-name {
  background: white;
  padding: 1rem 2rem;
  margin-top: -2.5rem;
  text-align: center;
  color: #00ADEE;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .card-image {
  text-align: center;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .card-image img {
  border: 4px solid #FFFFFF;
  border-bottom: none;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .new-product-recipe-ingredients {
  margin-top: 2rem;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .new-product-recipe-ingredients h5 {
  font-family: 'Veneer';
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .new-product-recipe-ingredients p {
  margin-bottom: 0.5rem;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .new-product-recipe-directions {
  margin-top: 2rem;
}
.page-template.page-template-custom-new-product [data-component="new-product-recipes"] .new-product-recipe-directions h5 {
  font-family: 'Veneer';
}
@media only screen and (max-width: 375px), only screen and (max-width: 529px) {
  .page-our-spirits #intro .hor,
  .page-template-custom-products #intro .hor {
    padding-top: 180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .page-our-spirits #intro .hor,
  .page-template-custom-products #intro .hor {
    padding-top: 140px;
  }
}
.page-our-spirits .products.inner,
.page-template-custom-products .products.inner,
.page-our-spirits #products-no-slide,
.page-template-custom-products #products-no-slide {
  background-color: #00ADEE;
  padding-bottom: 3em;
}
.page-our-spirits #products-no-slide,
.page-template-custom-products #products-no-slide {
  margin-top: 0;
}
.page-our-spirits #awards,
.page-template-custom-products #awards {
  padding: 0;
  margin: 0;
  list-style: none;
}
@tablet , only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  margin-bottom: 0;
  margin-top: 3em;
}
.page-our-spirits #awards .award,
.page-template-custom-products #awards .award {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 2px 4px 0;
}
@tablet , only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  width: 150px;
  height: 150px;
}
.page-our-spirits #awards .award .medal,
.page-template-custom-products #awards .award .medal {
  width: inherit;
}
.page-our-spirits .product-preview,
.page-template-custom-products .product-preview {
  padding-bottom: 0;
}
.page-our-spirits #PolarIceArticExtreme .product-awards,
.page-template-custom-products #PolarIceArticExtreme .product-awards {
  margin-bottom: 0;
}
.hide-for-medium {
  display: block;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .hide-for-medium {
    display: none;
  }
}
.show-for-medium {
  display: none;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .show-for-medium {
    display: block;
  }
}
.hide-for-large {
  display: block;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .hide-for-large {
    display: none;
  }
}
.show-for-large {
  display: none;
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .show-for-large {
    display: block;
  }
}
