/*================ Media Query Mixin ================*/
@font-face {
  font-family: 'GT Walsheim Medium';
  src: url("gt-walsheim-medium-webfont.woff2") format("woff2"), url("gt-walsheim-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim';
  src: url("gt-walsheim-regular-webfont.woff2") format("woff2"), url("gt-walsheim-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim';
  src: url("gt-walsheim-bold-webfont.woff2") format("woff2"), url("gt-walsheim-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim Condensed';
  src: url("gt-walsheim-condensed-medium-webfont.woff2") format("woff2"), url("gt-walsheim-condensed-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body, input, textarea, button, select {
  font-family: "GT Walsheim Medium", sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-transform: none;
  font-family: 'GT Walsheim', sans-serif; }

label:not(.variant__button-label), .label {
  font-family: 'GT Walsheim', sans-serif;
  letter-spacing: 0;
  font-weight: bold; }
  label:not(.variant__button-label) span, .label span {
    font-weight: normal; }

@media only screen and (min-width: 769px) {
  .site-header__logo {
    margin: 5px 0; } }

.h1.hero__title {
  line-height: 1em; }

.header-item.header-item--logo {
  margin-right: 40px; }

.header-item--navigation {
  margin-top: 10px; }

.site-header--heading-style .site-nav__link {
  font-family: 'GT Walsheim', sans-serif;
  font-weight: bold;
  text-transform: none; }
  @media only screen and (min-width: 769px) {
    .site-header--heading-style .site-nav__link {
      padding-right: 15px; } }

.site-nav__link {
  padding-bottom: 0; }
  @media only screen and (min-width: 769px) {
    .site-nav__link {
      padding-top: 22px; } }
  .site-nav__link:hover {
    color: #003c69; }

.site-nav__dropdown-link--top-level {
  text-transform: uppercase; }

.site-nav__link--underline:after {
  margin-bottom: -26px;
  border-bottom-width: 4px;
  border-color: #003c69; }

.site-nav__active .site-nav__link--underline:after {
  right: 0;
  border-bottom-color: #003c69; }

.site-nav__dropdown-link__active span {
  color: #003c69;
  border-bottom: 1px solid #003c69; }

.site-nav--has-dropdown.is-focused > a,
.site-nav--has-dropdown:hover > a {
  background: transparent; }

@media only screen and (min-width: 769px) {
  .medium--hide {
    display: none; } }

.site-nav__dropdown.megamenu {
  top: 102px; }
  .site-nav__dropdown.megamenu .page-width {
    max-width: 1020px; }
  .site-nav__dropdown.megamenu .grid__item .site-nav__dropdown-link {
    font-weight: normal;
    font-size: 15px; }
    .site-nav__dropdown.megamenu .grid__item .site-nav__dropdown-link:hover, .site-nav__dropdown.megamenu .grid__item .site-nav__dropdown-link:focus {
      color: #003c69; }
  .site-nav__dropdown.megamenu .grid__item .h5 .site-nav__dropdown-link {
    font-family: 'GT Walsheim', sans-serif;
    letter-spacing: 2px;
    font-weight: 600; }

.btn {
  letter-spacing: 0;
  min-width: 180px;
  white-space: nowrap;
  padding: 15px 30px 14px 30px; }

.hero__link .btn {
  color: white;
  background-color: #003c69;
  border: none; }

.page-full-screen {
  padding: 0; }

.site-nav__link--icon {
  color: white; }

.btn {
  font-family: 'GT Walsheim', sans-serif; }

.announcement-bar {
  font-family: "GT Walsheim Medium", sans-serif; }
  .announcement-bar .announcement-text, .announcement-bar .announcement-link-text {
    font-size: 18px; }
  .announcement-bar .announcement-text {
    letter-spacing: 0;
    font-family: 'GT Walsheim', sans-serif; }
  .announcement-bar a {
    font-weight: 700; }
    .announcement-bar a .announcement-link-text {
      text-decoration: none; }
    .announcement-bar a:hover, .announcement-bar a:focus {
      text-decoration: underline; }

.drawer--right {
  width: 100vw;
  max-width: 100%;
  right: -100vw; }
  .drawer--right.drawer--is-open {
    transform: translateX(-100vw); }
  @media only screen and (min-width: 769px) {
    .drawer--right {
      width: 40vw;
      max-width: 40%;
      right: -40vw; }
      .drawer--right.drawer--is-open {
        transform: translateX(-40vw); } }
  .drawer--right .mobile-nav__toggle button {
    border: none; }
  .drawer--right .mobile-nav__social-item {
    flex: 0 1 auto;
    border: none; }
    .drawer--right .mobile-nav__social-item a {
      padding: 8px 30px 8px 0; }
  .drawer--right .mobile-nav__social-item svg path {
    fill: #5C666F; }
  .drawer--right .mobile-nav__social-item a:hover svg path, .drawer--right .mobile-nav__social-item a:focus svg path {
    fill: #000; }
  .drawer--right .collapsible-trigger__icon--circle {
    border: none; }
  .drawer--right .is-open > span > svg .vert {
    display: none; }
  .drawer--right .mobile-nav__toggle button {
    height: 50%;
    margin: 15% 0; }

.above-footer {
  padding: 40px 0 0 0;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .above-footer {
      padding: 75px 0 0 0; } }
  .above-footer h3.h3 {
    margin-bottom: 30px; }
    @media only screen and (min-width: 769px) {
      .above-footer h3.h3 {
        margin-bottom: 40px; } }
  .above-footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 95px;
    background: transparent url("footer-mountains.svg") center center no-repeat; }

.site-footer {
  padding-bottom: 22px;
  text-align: left; }
  .site-footer .footer__title {
    font-family: 'GT Walsheim', sans-serif;
    text-align: left;
    text-transform: none;
    color: #72AFDA;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 22px; }
  .site-footer .site-footer__linklist {
    text-align: left; }
  .site-footer .footer__newsletter {
    max-width: none; }
    .site-footer .footer__newsletter .footer__newsletter-input {
      max-width: none; }
  .site-footer .footer__logo {
    text-align: left;
    margin-bottom: 30px; }
  .site-footer .footer__social {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    .site-footer .footer__social li {
      display: flex;
      align-items: center; }
      .site-footer .footer__social li .icon {
        width: 27px;
        height: 27px; }
      .site-footer .footer__social li:last-child {
        margin-right: 0; }
  .site-footer .footer__footer {
    position: relative;
    border-top: 1px solid white; }
    @media only screen and (min-width: 769px) {
      .site-footer .footer__footer {
        margin-top: 75px; } }
    .site-footer .footer__footer .footer__footer__inner {
      display: flex;
      flex-flow: column nowrap;
      text-align: center;
      padding-bottom: 22px; }
      .site-footer .footer__footer .footer__footer__inner .footer__menu__last {
        font-size: 12px;
        text-transform: uppercase; }
      @media only screen and (min-width: 769px) {
        .site-footer .footer__footer .footer__footer__inner {
          padding-top: 40px; } }
      @media only screen and (min-width: 769px) {
        .site-footer .footer__footer .footer__footer__inner {
          flex-flow: row nowrap;
          text-align: left;
          padding-bottom: 0; }
          .site-footer .footer__footer .footer__footer__inner .footer__menu__last {
            margin-left: auto; } }
    .site-footer .footer__footer .site-footer__linklist {
      display: flex;
      flex-flow: row;
      justify-content: space-around; }
      @media only screen and (min-width: 769px) {
        .site-footer .footer__footer .site-footer__linklist {
          flex-flow: row nowrap;
          justify-content: space-between; }
          .site-footer .footer__footer .site-footer__linklist li {
            margin-right: 22px; }
            .site-footer .footer__footer .site-footer__linklist li:last-child {
              margin-right: 0; } }
  .site-footer .footer__copyright {
    position: absolute;
    top: 15px;
    right: 0;
    max-width: 144px; }
    .site-footer .footer__copyright .footer__small-text {
      text-transform: uppercase; }
      @media only screen and (min-width: 960px) {
        .site-footer .footer__copyright .footer__small-text {
          text-align: left; } }
  .site-footer .site-footer__linklist li {
    font-weight: bold;
    font-family: 'GT Walsheim', sans-serif; }
    .site-footer .site-footer__linklist li a:hover, .site-footer .site-footer__linklist li a:focus {
      text-decoration: underline; }
    .site-footer .site-footer__linklist li.copyright span {
      display: inline-block;
      padding: 4px 0; }
  .site-footer [data-type="dealer_locator"] .btn span {
    display: flex; }
    .site-footer [data-type="dealer_locator"] .btn span:before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 21px;
      background: url("icon-pin.svg") center center no-repeat;
      background-size: contain;
      margin-right: 12px; }
  .site-footer [data-type="dealer_locator"] .btn:hover span:before {
    background: url("icon-pin-hover.svg") center center no-repeat;
    background-size: contain; }
  .site-footer .grid {
    display: flex;
    flex-flow: column; }
    .site-footer .grid .grid__item {
      float: none;
      width: 100%; }
    .site-footer .grid .footer__title, .site-footer .grid .btn {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    @media only screen and (min-width: 769px) {
      .site-footer .grid {
        flex-flow: row wrap; }
        .site-footer .grid .grid__item {
          width: 50%;
          padding-top: 40px;
          height: auto !important; }
          .site-footer .grid .grid__item:last-child .footer__item-padding {
            padding-right: 0; } }
    .site-footer .grid .grid__item[data-type="dealer_locator"] .collapsible-content__inner {
      padding-bottom: 30px; }
    .site-footer .grid .grid__item:first-child, .site-footer .grid .grid__item:last-child {
      margin-top: 40px; }
      @media only screen and (min-width: 769px) {
        .site-footer .grid .grid__item:first-child, .site-footer .grid .grid__item:last-child {
          margin-top: 0; } }
    @media only screen and (min-width: 960px) {
      .site-footer .grid .grid__item {
        width: 20%; }
        .site-footer .grid .grid__item:last-child {
          margin-left: auto;
          min-width: 322px; } }

.product-collection-section {
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 65px 0 53px 0; }
  .product-collection-section .section-header {
    text-align: center;
    margin: 0 auto; }
    .product-collection-section .section-header .section-header__subtitle {
      font-size: 16px;
      font-family: 'GT Walsheim', sans-serif;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #5C666F; }
  .product-collection-section .flexbox-scroller {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scroll-snap-type: x mandatory;
    scroll-padding: 50%; }
    .product-collection-section .flexbox-scroller .inner {
      display: flex;
      flex-flow: row nowrap; }
      .product-collection-section .flexbox-scroller .inner .item {
        margin: auto;
        scroll-snap-align: center;
        min-width: 236px;
        text-align: center; }
        .product-collection-section .flexbox-scroller .inner .item p {
          font-size: 15px;
          font-weight: bold;
          font-family: 'GT Walsheim', sans-serif;
          position: relative;
          padding-bottom: 17px; }
          .product-collection-section .flexbox-scroller .inner .item p:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            width: 0;
            margin: 0 auto;
            background-color: #003c69;
            transition: width 0.5s; }
        .product-collection-section .flexbox-scroller .inner .item:hover p:after, .product-collection-section .flexbox-scroller .inner .item:focus p:after {
          width: 57px; }

.production-collection-bottles {
  padding: 40px 0 0 0;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .production-collection-bottles {
      padding: 75px 0 0 0; } }
  .production-collection-bottles:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    background-color: red;
    z-index: 0; }
  .production-collection-bottles .section-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 1; }
    .production-collection-bottles .section-header p {
      margin: 0; }
    .production-collection-bottles .section-header .section-header__subtitle {
      letter-spacing: 0;
      font-family: 'GT Walsheim', sans-serif;
      text-transform: none;
      font-weight: bold;
      color: #003C69;
      font-size: 1.55em; }
  .production-collection-bottles .flexbox-scroller {
    position: relative;
    z-index: 1; }
    .production-collection-bottles .flexbox-scroller .inner .item {
      margin-top: 0;
      width: 20%; }
      @media only screen and (min-width: 769px) {
        .production-collection-bottles .flexbox-scroller .inner .item {
          min-width: 20%; } }
      .production-collection-bottles .flexbox-scroller .inner .item .flexbox-scroller__image-wrap {
        margin-bottom: 30px;
        position: relative; }
        .production-collection-bottles .flexbox-scroller .inner .item .flexbox-scroller__image-wrap:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: transparent url("bottle-shadow-small.png") center bottom no-repeat;
          z-index: 0; }
        .production-collection-bottles .flexbox-scroller .inner .item .flexbox-scroller__image-wrap img {
          transition: transform 0.25s ease-in-out;
          transform: translateY(1px);
          z-index: 1;
          max-height: 290px; }
          @media only screen and (min-width: 769px) {
            .production-collection-bottles .flexbox-scroller .inner .item .flexbox-scroller__image-wrap img {
              max-height: 440px; } }
        @media only screen and (min-width: 769px) {
          .production-collection-bottles .flexbox-scroller .inner .item .flexbox-scroller__image-wrap:hover img {
            transform: translateY(-24px); } }
      .production-collection-bottles .flexbox-scroller .inner .item p {
        max-width: 80%;
        margin: 0 auto;
        font-size: 15px; }
        @media only screen and (min-width: 769px) {
          .production-collection-bottles .flexbox-scroller .inner .item p {
            font-size: 17px;
            line-height: 24px; } }
        .production-collection-bottles .flexbox-scroller .inner .item p:after {
          display: none; }

.section-header__collections {
  flex-flow: column;
  align-items: center;
  justify-content: center; }
  .section-header__collections h2 {
    margin-bottom: 30px;
    text-align: center; }

.section-header__blog.section-header--with-link {
  flex-flow: column;
  align-items: center;
  justify-content: center; }
  .section-header__blog.section-header--with-link h2 {
    margin-bottom: 30px;
    text-align: center; }

.grid-product__title--heading {
  letter-spacing: 0;
  font-family: 'GT Walsheim', sans-serif;
  font-weight: bold;
  text-transform: none; }

.grid-product__price {
  color: #5C666F; }

.grid--blog .article__grid-meta {
  text-align: center;
  margin-bottom: 0; }
  .grid--blog .article__grid-meta a {
    font-family: 'GT Walsheim', sans-serif;
    font-weight: bold;
    font-size: 18px; }
.grid--blog .article__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px; }
.grid--blog .grid__item.medium-up--one-third {
  margin-bottom: 40px; }
  @media only screen and (min-width: 769px) {
    .grid--blog .grid__item.medium-up--one-third {
      margin-bottom: 0; } }

.full-width-image-with-text {
  margin-bottom: 75px; }
  @media only screen and (min-width: 769px) {
    .full-width-image-with-text {
      margin-bottom: 40px; } }
  .full-width-image-with-text .inner {
    display: flex;
    flex-flow: column; }
    .full-width-image-with-text .inner .inner-image {
      margin-bottom: 22px; }
    @media only screen and (min-width: 769px) {
      .full-width-image-with-text .inner {
        flex-flow: row; }
        .full-width-image-with-text .inner .inner-text, .full-width-image-with-text .inner .inner-image {
          width: 50%;
          margin: 0; } }
  .full-width-image-with-text:not(.alternate) .inner .inner-image {
    max-height: 543px; }
  .full-width-image-with-text.alternate .inner .inner-image {
    margin-bottom: 0; }
  .full-width-image-with-text.alternate .inner .inner-text {
    padding: 50px 17px; }
    .full-width-image-with-text.alternate .inner .inner-text .h3 {
      font-size: 28px;
      line-height: 36px;
      margin: 0; }
    @media only screen and (min-width: 769px) {
      .full-width-image-with-text.alternate .inner .inner-text {
        padding: 75px 0; }
        .full-width-image-with-text.alternate .inner .inner-text .h3 {
          font-size: 32px;
          line-height: 42px; } }
  .full-width-image-with-text.smaller .inner .inner-image {
    max-height: 320px; }
    @media only screen and (min-width: 769px) {
      .full-width-image-with-text.smaller .inner .inner-image {
        max-height: 440px; } }
  @media only screen and (min-width: 769px) {
    .full-width-image-with-text.padded {
      padding: 75px 0; } }
  .full-width-image-with-text.padded .inner-image.lazyloaded {
    background-size: contain; }
  @media only screen and (min-width: 769px) {
    .full-width-image-with-text.full .inner, .full-width-image-with-text.full-right .inner, .full-width-image-with-text.full-left .inner {
      align-items: center;
      justify-content: center; } }
  .full-width-image-with-text .h5 {
    color: #5C666F;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'GT Walsheim', sans-serif; }
  .full-width-image-with-text .h2 {
    color: #298fc2; }
  .full-width-image-with-text .h3 {
    color: white; }
  @media only screen and (min-width: 769px) {
    .full-width-image-with-text .h5:before {
      margin: 0 auto 22px auto; } }
  .full-width-image-with-text .rte {
    font-size: 1em;
    line-height: 1.6666666667em;
    margin-bottom: 22px; }
  @media only screen and (min-width: 769px) {
    .full-width-image-with-text.full-right .inner-text, .full-width-image-with-text.full-left .inner-text, .full-width-image-with-text.left .inner-text, .full-width-image-with-text.right .inner-text {
      display: flex;
      align-items: center;
      justify-content: center; }
      .full-width-image-with-text.full-right .inner-text .h3, .full-width-image-with-text.full-left .inner-text .h3, .full-width-image-with-text.left .inner-text .h3, .full-width-image-with-text.right .inner-text .h3 {
        line-height: 48px; }
      .full-width-image-with-text.full-right .inner-text .text, .full-width-image-with-text.full-left .inner-text .text, .full-width-image-with-text.left .inner-text .text, .full-width-image-with-text.right .inner-text .text {
        max-width: 85%;
        text-align: left; } }
  .full-width-image-with-text.full-right .inner-text {
    margin-left: auto; }
  .full-width-image-with-text.full-left .inner-text {
    margin-right: auto; }
  @media only screen and (min-width: 769px) {
    .full-width-image-with-text.full .inner-text {
      width: 75%; }
      .full-width-image-with-text.full .inner-text .text {
        text-align: center; }
        .full-width-image-with-text.full .inner-text .text .rte {
          width: 50%;
          margin-left: auto;
          margin-right: auto; } }
  @media only screen and (min-width: 769px) {
    .full-width-image-with-text.right .inner .inner-text {
      order: 0; }
    .full-width-image-with-text.right .inner .inner-image {
      order: 1; } }

.instagram-section .section-header {
  text-align: center;
  color: white;
  margin: 0 auto;
  padding: 22px 0;
  background-color: #298FC2; }
  .instagram-section .section-header .section-header__title {
    font-size: 28px; }

.quick-product__btn {
  width: 132px;
  text-transform: uppercase;
  font-family: 'GT Walsheim', sans-serif;
  font-weight: bold;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.25s linear; }

.product-page-width {
  max-width: 939px;
  margin: 0 auto; }

.spr-badge-starrating, .spr-starrating, .spr-starratings, .spr-icon-star-empty, .spr-icon-star-hover, .spr-icon-star-hover:hover {
  color: #f9461c; }

.product-reviews--full {
  margin: 0;
  border-top: 14px solid #C4D9E4; }
  .product-reviews--full #shopify-product-reviews {
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-reviews--full .spr-header {
    display: flex;
    flex-flow: column;
    margin-bottom: 40px; }
    .product-reviews--full .spr-header .spr-header-title {
      text-transform: none; }
    .product-reviews--full .spr-header .spr-starrating, .product-reviews--full .spr-header .spr-summary-caption {
      display: none; }
    .product-reviews--full .spr-header .spr-summary-actions {
      margin: 0; }
      .product-reviews--full .spr-header .spr-summary-actions a {
        letter-spacing: 0;
        font-weight: bold;
        font-family: 'GT Walsheim', sans-serif; }
    @media only screen and (min-width: 769px) {
      .product-reviews--full .spr-header {
        flex-flow: row nowrap; }
        .product-reviews--full .spr-header .spr-summary {
          margin: 0 0 0 auto; } }
  .product-reviews--full .spr-container {
    width: 100%;
    padding: 40px 17px; }
    @media only screen and (min-width: 769px) {
      .product-reviews--full .spr-container {
        padding: 75px 0; } }
  .product-reviews--full .spr-reviews:empty {
    display: block !important; }
    .product-reviews--full .spr-reviews:empty:after {
      content: 'No customer reviews yet.';
      display: block; }
  .product-reviews--full .spr-review {
    text-align: left;
    display: flex;
    flex: auto;
    flex-flow: column;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0; }
    .product-reviews--full .spr-review:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    @media only screen and (min-width: 769px) {
      .product-reviews--full .spr-review {
        flex-flow: row; } }
    .product-reviews--full .spr-review .spr-review-header {
      margin-bottom: 17px; }
      .product-reviews--full .spr-review .spr-review-header .spr-review-header-title {
        display: none; }
      .product-reviews--full .spr-review .spr-review-header .spr-review-header-byline {
        display: block;
        font-size: 1px;
        font-style: normal;
        font-weight: normal;
        color: transparent; }
        .product-reviews--full .spr-review .spr-review-header .spr-review-header-byline strong:before {
          content: 'By '; }
        .product-reviews--full .spr-review .spr-review-header .spr-review-header-byline strong:first-child {
          font-size: 16px;
          color: #003c69; }
      @media only screen and (min-width: 769px) {
        .product-reviews--full .spr-review .spr-review-header {
          width: 25%;
          margin: 0; } }
    .product-reviews--full .spr-review .spr-review-content {
      margin: 0; }
      @media only screen and (min-width: 769px) {
        .product-reviews--full .spr-review .spr-review-content {
          width: 75%; } }
    .product-reviews--full .spr-review .spr-review-footer {
      display: none; }
  .product-reviews--full .spr-pagination {
    border: none;
    font-size: 16px; }
    .product-reviews--full .spr-pagination > div {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center; }
    .product-reviews--full .spr-pagination .spr-pagination-page {
      padding: 9px 3px 4px 3px;
      margin-left: 14px; }
      .product-reviews--full .spr-pagination .spr-pagination-page:first-child {
        margin-left: 0; }
      .product-reviews--full .spr-pagination .spr-pagination-page.is-active {
        border-bottom: 2px solid #f9461c; }
      .product-reviews--full .spr-pagination .spr-pagination-page a:hover, .product-reviews--full .spr-pagination .spr-pagination-page a:focus {
        color: #f9461c; }
    .product-reviews--full .spr-pagination .spr-pagination-next, .product-reviews--full .spr-pagination .spr-pagination-prev {
      position: relative;
      border: 2px solid #D0D2D3;
      padding: 9px 10px 8px 10px;
      margin-left: 19px; }
      .product-reviews--full .spr-pagination .spr-pagination-next a, .product-reviews--full .spr-pagination .spr-pagination-prev a {
        color: #003c69; }
      .product-reviews--full .spr-pagination .spr-pagination-next a:hover, .product-reviews--full .spr-pagination .spr-pagination-next a:focus, .product-reviews--full .spr-pagination .spr-pagination-prev a:hover, .product-reviews--full .spr-pagination .spr-pagination-prev a:focus {
        color: #f9461c; }

#shopify-section-recently-viewed {
  border-top: 14px solid #C4D9E4; }
  #shopify-section-recently-viewed .index-section {
    margin: 0; }
  #shopify-section-recently-viewed .section-header {
    padding-top: 40px; }
    #shopify-section-recently-viewed .section-header .section-header__title {
      text-align: center; }
    @media only screen and (min-width: 769px) {
      #shopify-section-recently-viewed .section-header {
        padding-top: 75px; } }
  #shopify-section-recently-viewed .page-width--flush-small {
    padding-bottom: 0; }
    @media only screen and (min-width: 769px) {
      #shopify-section-recently-viewed .page-width--flush-small {
        padding-bottom: 0; } }

#shopify-section-product-recommendations [data-section-type=product-recommendations]:not(.hide) {
  border-top: 14px solid #C4D9E4; }
#shopify-section-product-recommendations .index-section {
  margin: 0; }
#shopify-section-product-recommendations .section-header .section-header__title {
  text-align: center; }
#shopify-section-product-recommendations .section-header {
  padding-top: 40px; }
  @media only screen and (min-width: 769px) {
    #shopify-section-product-recommendations .section-header {
      padding-top: 75px; } }
#shopify-section-product-recommendations .page-width--flush-small {
  padding-bottom: 0; }
  @media only screen and (min-width: 769px) {
    #shopify-section-product-recommendations .page-width--flush-small {
      padding-bottom: 0; } }

.product-features .inner {
  padding: 40px 0 40px 0; }
  @media only screen and (min-width: 769px) {
    .product-features .inner {
      padding: 75px 0 40px 0; } }
.product-features .header {
  text-align: center;
  margin-bottom: 40px; }
  .product-features .header p {
    font-size: 16px; }
.product-features .page-width {
  max-width: 1215px; }
.product-features .features {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 769px) {
    .product-features .features {
      flex-flow: row nowrap; } }
.product-features .inner-image {
  width: 100%;
  margin-top: 40px; }
  .product-features .inner-image .image-wrap {
    background-size: cover;
    background-position: center center;
    height: 0;
    padding-bottom: 100%; }
  @media only screen and (min-width: 769px) {
    .product-features .inner-image {
      width: 50%;
      margin-top: 0; }
      .product-features .inner-image .image-wrap {
        height: 0;
        padding-bottom: 100%; } }
.product-features .inner-text {
  margin: 0 6% 0 0;
  padding: 0;
  list-style: none; }
  .product-features .inner-text .h3 {
    font-size: 15px;
    margin: 0 0 0.75em 0; }
  .product-features .inner-text p {
    font-size: 16px;
    margin: 0; }
  .product-features .inner-text li {
    position: relative;
    margin-left: 77px; }
  .product-features .inner-text li:not(:last-child) {
    padding-bottom: 25.5px;
    margin-bottom: 25.5px;
    border-bottom: 1px solid #D0D2D3; }
  .product-features .inner-text li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 62px;
    background-position: center center;
    background-size: contain;
    margin-left: -77px; }
  @media only screen and (min-width: 769px) {
    .product-features .inner-text {
      width: 50%; } }

.product-measurements {
  margin: 0 0 30px 0; }
  .product-measurements .inner {
    margin: 0;
    padding: 22px 0;
    background-color: #f3f3f3; }
  .product-measurements .measurements {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 16px; }
    @media only screen and (min-width: 769px) {
      .product-measurements .measurements {
        flex-flow: row; } }
    .product-measurements .measurements li {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 17px 0; }
      .product-measurements .measurements li h3.h3 {
        font-size: 15px; }
      .product-measurements .measurements li p {
        margin: 0; }
      .product-measurements .measurements li:not(:last-child) {
        border-bottom: 1px solid #d0d2d3; }
      @media only screen and (min-width: 769px) {
        .product-measurements .measurements li {
          width: auto; }
          .product-measurements .measurements li:not(:first-child) {
            padding-left: 75px;
            border-left: 1px solid #d0d2d3; }
          .product-measurements .measurements li:not(:last-child) {
            padding-right: 75px;
            border-bottom: none; } }

.product-video {
  margin: 0;
  padding: 0; }
  .product-video .inner {
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    position: relative; }
    .product-video .inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.product-specifications .page-width {
  max-width: 1179px; }
.product-specifications .inner {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-flow: column;
  padding: 40px 0 40px 0; }
  .product-specifications .inner .specs, .product-specifications .inner .features {
    width: 100%; }
  .product-specifications .inner .h3 {
    margin-bottom: 15px;
    padding-left: 17px; }
  .product-specifications .inner .features ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-specifications .inner .features ol li {
      margin: 0;
      padding: 22px 17px 0 17px;
      font-size: 16px;
      line-height: 1.2em; }
      .product-specifications .inner .features ol li:not(:last-child) {
        border-bottom: 1px solid #d0d2d3;
        padding-bottom: 21px; }
  .product-specifications .inner .specs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-specifications .inner .specs ul li {
      margin: 0;
      padding: 22px;
      display: flex;
      flex-flow: row nowrap;
      font-size: 16px;
      line-height: 1.2em; }
      .product-specifications .inner .specs ul li:nth-child(2n + 1) {
        background-color: #f3f3f3; }
      .product-specifications .inner .specs ul li .h4 {
        letter-spacing: 0;
        font-weight: bold;
        font-family: 'GT Walsheim', sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        margin: 0;
        min-width: 158px;
        line-height: 1em; }
      .product-specifications .inner .specs ul li p {
        margin: 0; }
  .product-specifications .inner.two-column .features {
    margin-bottom: 40px; }
  @media only screen and (min-width: 769px) {
    .product-specifications .inner {
      padding: 75px 0 75px 0; }
      .product-specifications .inner .h3 {
        padding-left: 22px; }
      .product-specifications .inner .features {
        margin-bottom: 0; }
      .product-specifications .inner.two-column {
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-items: center; }
        .product-specifications .inner.two-column .features {
          width: 60%;
          margin: 0 10% 0 0; }
          .product-specifications .inner.two-column .features .h3 {
            padding-left: 0; }
          .product-specifications .inner.two-column .features ol li {
            padding-left: 0;
            padding-right: 0; }
        .product-specifications .inner.two-column .specs {
          width: 30%; }
          .product-specifications .inner.two-column .specs .h3 {
            padding-left: 22px; } }

.product-single__subhead {
  font-family: 'GT Walsheim', sans-serif;
  color: #298fc2;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }

.product__price {
  display: block;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 22px; }

.product-single__review-link {
  margin-bottom: 22px; }

.variant__button-label.color-swatch {
  padding: 0;
  height: 40px;
  width: 40px; }
  .variant__button-label.color-swatch:before {
    border-width: 0;
    border-color: white; }

.variant-input-wrap label {
  box-shadow: none; }

.variant-wrapper {
  margin-bottom: 12px; }

.variant-input-wrap input[type='radio']:checked + label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #D0D2D3; }

.product-single__description {
  border-top: 1px solid #D0D2D3;
  border-bottom: 1px solid #D0D2D3;
  font-size: 16px;
  line-height: 1.5em;
  padding: 30px 0; }

.product__quantity input {
  border-color: #979797; }

.product-single__meta {
  text-align: left; }

.product-single__form {
  margin-bottom: 22px; }

.dealer-btn {
  width: 100%;
  margin-bottom: 30px;
  background-color: #f3f3f3;
  color: #003c69; }
  .dealer-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap; }
  .dealer-btn span:before {
    content: '';
    display: block;
    width: 19px;
    height: 25px;
    background: url("icon-pin-blue.svg") center center no-repeat;
    margin-right: 5px; }

.breadcrumb {
  display: none;
  padding-top: 9px; }
  .breadcrumb a {
    color: #003c69; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .breadcrumb {
      display: block;
      margin-left: 108px;
      padding-bottom: 0; } }

.js-qty__wrapper {
  min-width: 54px; }
  .js-qty__wrapper .js-qty__num {
    padding: 8px 12px;
    width: auto;
    width: 54px; }

.collection-hero__content {
  align-items: center;
  justify-content: center;
  text-align: center; }
  .collection-hero__content .section-header__title {
    font-size: 3em; }

.collection-sidebar .collection-sidebar__group {
  font-size: 18px;
  border-top: none;
  padding: 0;
  margin: 0; }
  .collection-sidebar .collection-sidebar__group .collapsible-trigger-btn {
    font-family: 'GT Walsheim', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 0; }
  .collection-sidebar .collection-sidebar__group .collapsible-content__inner {
    font-size: 16px;
    margin-top: 9px; }
  .collection-sidebar .collection-sidebar__group .tag {
    margin: 0 0 9px 0;
    padding: 0; }
    .collection-sidebar .collection-sidebar__group .tag a {
      line-height: 1em; }
    .collection-sidebar .collection-sidebar__group .tag:last-child {
      margin-bottom: 0; }
.collection-sidebar > div {
  border-bottom: 1px solid #d0d2d3;
  padding: 0 0 9px 0;
  margin: 0 0 9px 0; }
  .collection-sidebar > div:last-child {
    border-bottom: none; }

.type-banner__content {
  color: white;
  min-height: 117px; }
  .type-banner__content .type-banner__text {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .type-banner__content .type-banner__text p {
      margin: 10px 0; }
    @media only screen and (min-width: 769px) {
      .type-banner__content .type-banner__text {
        flex-flow: row nowrap; }
        .type-banner__content .type-banner__text .btn {
          margin-left: auto; }
        .type-banner__content .type-banner__text p {
          margin: 0 10px 0 0; } }

.page-content--bottom {
  margin-top: -25px; }
  .page-content--bottom .return-link {
    margin-top: 0; }

.collection-filter__item--count {
  font-family: 'GT Walsheim', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px; }

.collection-header {
  background-color: #003c69; }
  .collection-header .inner {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 769px) {
      .collection-header .inner {
        flex-flow: row nowrap; } }
  .collection-header header {
    color: white;
    flex-grow: 1;
    min-height: 190px;
    padding: 0 17px; }
  .collection-header header, .collection-header .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .collection-header .section-header__shadow {
    display: block; }
  .collection-header.split .text {
    display: flex; }
  .collection-header .text {
    display: none;
    background-color: white;
    padding: 22px 17px 0 17px; }
    .collection-header .text p {
      margin: 0;
      font-family: 'GT Walsheim', sans-serif;
      font-weight: bold;
      font-size: 1.5em;
      line-height: 1.3333em;
      text-align: center;
      color: white; }
    @media only screen and (min-width: 769px) {
      .collection-header .text {
        background-color: #003c69; }
        .collection-header .text p {
          font-size: 1.7777777778em;
          line-height: 1.3125em; } }
  @media only screen and (min-width: 769px) {
    .collection-header header {
      min-height: 546px; }
    .collection-header header, .collection-header .text {
      width: 50%; }
    .collection-header .text {
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 75px; }
      .collection-header .text p {
        text-align: left; } }

.collection-hero.two-column {
  background-color: #003c69; }
  .collection-hero.two-column .collection-hero__image {
    width: 50%; }
  .collection-hero.two-column .collection-hero__content {
    display: flex;
    flex-flow: column; }
    @media only screen and (min-width: 769px) {
      .collection-hero.two-column .collection-hero__content {
        flex-flow: row nowrap; } }
    .collection-hero.two-column .collection-hero__content .section-header--hero, .collection-hero.two-column .collection-hero__content .section-header__text {
      width: 100%;
      display: flex;
      flex: auto;
      align-items: center;
      justify-content: center; }
      @media only screen and (min-width: 769px) {
        .collection-hero.two-column .collection-hero__content .section-header--hero, .collection-hero.two-column .collection-hero__content .section-header__text {
          width: 50%; } }
    .collection-hero.two-column .collection-hero__content h1 {
      padding: 75px; }
    .collection-hero.two-column .collection-hero__content .section-header__text p {
      margin: 0;
      font-family: 'GT Walsheim', sans-serif;
      font-weight: bold;
      font-size: 2em;
      line-height: 1.3333em;
      text-align: left;
      color: #000;
      padding: 75px; }

.grid-product__tag {
  background-color: #f9461c;
  background-size: cover;
  font-family: 'GT Walsheim', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 99px;
  text-align: center;
  font-size: 14px; }

.btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body), .quick-product__btn {
  transition: all 0.25s linear;
  border: 2px solid #003c69; }
  .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):after, .quick-product__btn:after {
    animation: none;
    background-image: none; }
  .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover, .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):focus, .quick-product__btn:hover, .quick-product__btn:focus {
    background-color: #fff;
    color: #003c69;
    border: 2px solid #003c69;
    transition: all 0.25s linear; }
    .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover svg path, .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):focus svg path, .quick-product__btn:hover svg path, .quick-product__btn:focus svg path {
      fill: #003c69; }
  .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):active, .quick-product__btn:active {
    background-color: #fff;
    color: #2e2925;
    border: 2px solid #2e2925;
    transition: all 0.25s linear; }
    .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):active svg path, .quick-product__btn:active svg path {
      fill: #2e2925; }

.tag--remove:hover svg.icon-close path {
  stroke: #003c69 !important; }

.slideshow__slide .btn {
  border: 2px solid #003c69; }

.slideshow__slide:hover .btn {
  background-color: #003c69 !important;
  color: white  !important;
  border: 2px solid #003c69 !important; }
  .slideshow__slide:hover .btn:active {
    background-color: #fff;
    color: #2e2925;
    border: 1px solid #2e2925; }

.btn--secondary {
  transition: all 0.25s linear; }
  .btn--secondary:hover, .btn--secondary:focus {
    background-color: #2e2925;
    color: white;
    transition: all 0.25s linear; }
  .btn--secondary:active {
    background-color: #003c69;
    color: white;
    transition: all 0.25s linear; }

.pagination .next, .pagination .prev {
  border: 1px solid #003c69; }
  .pagination .next:hover, .pagination .next:focus, .pagination .prev:hover, .pagination .prev:focus {
    background-color: #fff;
    color: #003c69;
    border: 1px solid #003c69; }
    .pagination .next:hover svg path, .pagination .next:focus svg path, .pagination .prev:hover svg path, .pagination .prev:focus svg path {
      fill: #003c69; }
  .pagination .next:active, .pagination .prev:active {
    background-color: #fff;
    color: #2e2925;
    border: 1px solid #2e2925; }
    .pagination .next:active svg path, .pagination .prev:active svg path {
      fill: #2e2925; }

.page a:hover, .page a:focus, .page a:active {
  color: #003c69; }

#CollectionSection .grid--subcollections {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
  margin-left: -22px; }
  #CollectionSection .grid--subcollections .grid__item {
    float: none;
    padding-left: 22px;
    position: relative;
    margin: 0;
    margin-bottom: 22px; }
    #CollectionSection .grid--subcollections .grid__item a {
      display: flex;
      flex-flow: column;
      background-color: #EFF5F8;
      padding: 22px 0 0 0; }
    #CollectionSection .grid--subcollections .grid__item > span {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex; }
    #CollectionSection .grid--subcollections .grid__item p {
      font-size: 14px;
      text-align: center;
      letter-spacing: 0;
      font-family: 'GT Walsheim', sans-serif;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding-left: 22px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #CollectionSection .grid--subcollections .grid__item p span {
        background: white;
        padding: 17px; }
    @media only screen and (min-width: 769px) {
      #CollectionSection .grid--subcollections .grid__item p {
        display: block;
        position: static;
        padding: 0; }
        #CollectionSection .grid--subcollections .grid__item p span {
          letter-spacing: 0;
          text-transform: none;
          background: none;
          padding: 0; } }
    #CollectionSection .grid--subcollections .grid__item .collection-item {
      position: static;
      height: 100%; }
      #CollectionSection .grid--subcollections .grid__item .collection-item .image-wrap {
        background: none; }
      #CollectionSection .grid--subcollections .grid__item .collection-item:not(.collection-item--below):after {
        display: none; }

.product-reviews--full .spr-pagination .spr-pagination-page.is-active {
  border-color: #003c69; }

.product-reviews--full .spr-pagination .spr-pagination-next a:hover,
.product-reviews--full .spr-pagination .spr-pagination-next a:focus,
.product-reviews--full .spr-pagination .spr-pagination-prev a:hover,
.product-reviews--full .spr-pagination .spr-pagination-prev a:focus,
.product-reviews--full .spr-pagination .spr-pagination-page a:hover,
.product-reviews--full .spr-pagination .spr-pagination-page a:focus {
  color: #003c69; }

#header-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover; }

.price-spans span {
  display: inline-block; }
  .price-spans span.product__price.on-sale {
    color: #E21713; }

@media only screen and (min-width: 769px) {
  .collection-hero {
    height: 700px; } }
.product-features-list {
  padding: 40px 0; }
  @media only screen and (min-width: 769px) {
    .product-features-list {
      padding: 75px 0; } }
  .product-features-list h2.h2 {
    color: #298fc2;
    margin-bottom: 32px;
    font-size: 2.091503268em;
    text-align: center; }
    @media only screen and (min-width: 769px) {
      .product-features-list h2.h2 {
        font-size: 2.6666666667em;
        margin-bottom: 75px; } }
  .product-features-list .inner {
    display: flex;
    flex-direction: column; }
    .product-features-list .inner .inner-image {
      margin-bottom: 32px; }
    @media only screen and (min-width: 769px) {
      .product-features-list .inner {
        flex-direction: row; }
        .product-features-list .inner .inner-image, .product-features-list .inner .inner-text {
          width: 50%; }
        .product-features-list .inner .inner-image {
          padding-right: 75px;
          margin-bottom: 0; }
        .product-features-list .inner .inner-text {
          display: flex;
          flex-direction: column; }
          .product-features-list .inner .inner-text .features {
            width: 100%;
            align-self: center;
            margin: auto 0; } }
  .product-features-list .image-wrap {
    height: 0;
    padding-bottom: 86.61417323%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    max-height: 550px; }
  .product-features-list .cta {
    text-align: center;
    padding: 0 0 0 0; }
    @media only screen and (min-width: 769px) {
      .product-features-list .cta {
        padding: 75px 0 0 0; } }
  .product-features-list .features .feature {
    max-width: 575px;
    padding-left: 75px;
    position: relative;
    margin-bottom: 22px; }
    .product-features-list .features .feature:before {
      content: '';
      display: block;
      width: 75px;
      height: 75px;
      position: absolute;
      top: 0;
      left: 0;
      background-size: contain;
      background-position: top left;
      background-repeat: no-repeat; }
    .product-features-list .features .feature p {
      font-weight: normal;
      font-family: 'GT Walsheim', sans-serif;
      margin: 0; }
    .product-features-list .features .feature .h2 {
      font-weight: bold;
      font-size: 1.2222222222em;
      margin-bottom: 12px; }
    .product-features-list .features .feature p span {
      display: inline-block;
      max-width: 95%; }
    .product-features-list .features .feature p:last-child {
      padding-bottom: 22px;
      border-bottom: 1px solid #003c69; }
    .product-features-list .features .feature:last-child {
      margin-bottom: 0; }
      .product-features-list .features .feature:last-child p:last-child {
        border: none;
        padding-bottom: 0; }
    @media only screen and (min-width: 769px) {
      .product-features-list .features .feature {
        margin-bottom: 30px; }
        .product-features-list .features .feature p:last-child {
          padding-bottom: 30px; } }

.your-canvas-feature {
  padding: 40px 0; }
  @media only screen and (min-width: 769px) {
    .your-canvas-feature {
      padding: 75px 0; } }
  .your-canvas-feature .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 550px; }
  .your-canvas-feature .image-wrap {
    margin-bottom: 22px; }
  .your-canvas-feature h2.h2 {
    margin-bottom: 32px; }
  .your-canvas-feature p {
    font-family: 'GT Walsheim', sans-serif;
    margin-bottom: 40px;
    font-weight: bold; }

.product-attributes {
  background-color: #E0EFF7;
  padding: 40px 0; }
  @media only screen and (min-width: 769px) {
    .product-attributes {
      padding: 75px 0; }
      .product-attributes .page-width {
        max-width: 1200px; } }
  .product-attributes .inner {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 769px) {
      .product-attributes .inner {
        flex-direction: row; }
        .product-attributes .inner .inner-image, .product-attributes .inner .inner-text {
          width: 50%; } }
  .product-attributes .product-attribute {
    margin-bottom: 40px; }
    .product-attributes .product-attribute:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 769px) {
      .product-attributes .product-attribute {
        margin-bottom: 75px; }
        .product-attributes .product-attribute:nth-child(even) .inner-image {
          order: 1;
          margin-right: 0;
          margin-left: 8.75%; }
        .product-attributes .product-attribute:nth-child(even) .inner-text {
          order: 0; } }
  .product-attributes .inner-image .image-wrap {
    height: 0;
    padding-bottom: 80%;
    margin-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .product-attributes .inner-image {
      max-width: 550px;
      margin-right: 8.75%; }
      .product-attributes .inner-image .image-wrap {
        max-height: 440px;
        margin-bottom: 0; } }
  .product-attributes .inner-text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .product-attributes .inner-text .h3 {
      font-size: 2em;
      font-weight: bold;
      color: #298fc2;
      text-align: left; }
      .product-attributes .inner-text .h3:before {
        width: 50px;
        height: 50px;
        margin-bottom: 17px; }
      @media only screen and (min-width: 769px) {
        .product-attributes .inner-text .h3:before {
          width: 75px;
          height: 75px;
          margin-bottom: 30px; } }
    .product-attributes .inner-text p {
      text-align: left;
      font-weight: bold;
      font-family: 'GT Walsheim', sans-serif;
      font-size: 20px;
      line-height: 31px; }
      @media only screen and (min-width: 769px) {
        .product-attributes .inner-text p {
          font-size: 22px;
          line-height: 36px; } }
    .product-attributes .inner-text p:last-child {
      margin-bottom: 0; }

.note.note--success {
  background-color: #f9461c;
  color: white;
  border: 2px solid white; }

.footer__newsletter-input--active + .footer__newsletter-btn {
  background-color: #298fc2;
  padding: 4px 17px;
  margin-top: -2px; }

.product-icons {
  display: flex;
  flex-direction: row; }
  .product-icons .product-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 20px; }
    .product-icons .product-icon:last-child {
      margin-right: 0; }

div[data-bv-show="inline_rating"] {
  margin-top: 6px; }

.product-reviews--full.index-section {
  margin-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .product-reviews--full.index-section {
      margin-bottom: 65px; } }

.product-reviews .page-width {
  max-width: 1179px; }
  .product-reviews .page-width .bv-cv2-cleanslate .bv-action-bar-header {
    font-size: 38px !important;
    line-height: 40px !important; }
    @media only screen and (max-width: 768px) {
      .product-reviews .page-width .bv-cv2-cleanslate .bv-action-bar-header {
        font-size: 32px !important;
        line-height: 36px !important; } }

.megamenu .site-nav__dropdown-link {
  position: relative;
  display: inline-block;
  z-index: 6; }
  .megamenu .site-nav__dropdown-link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    margin: 0;
    border-bottom: 2px solid #fff;
    transition: right 0.5s;
    margin-bottom: 4px;
    border-bottom-width: 4px;
    border-color: #003c69; }
  .megamenu .site-nav__dropdown-link:hover:after {
    right: 0; }
