﻿.doty {
  font-family: "Lato", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  max-width: 1900px;
  margin: 0 auto;
  background-color: #FFFFFF;
  text-align: center;
}

.doty-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  background-color: #dedede;
}
@media (min-width: 960px) {
  .doty-navigation {
    border-bottom: 20px solid #fafafa;
  }
}

.doty-navigation__link {
  padding: 10px;
  font-family: "Lato", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 960px) {
  .doty-navigation__link {
    padding: 20px;
  }
}

.doty-navigation__link:hover,
.doty-navigation__link--active {
  color: #BBAC78;
}

.doty-navigation__link--active,
.doty-navigation__link--active:hover {
  color: #000000;
  background-color: #fafafa;
}

.doty-navigation__text {
  display: none;
}
@media (min-width: 768px) {
  .doty-navigation__text {
    display: inline;
  }
}

@media (min-width: 960px) {
  .doty-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-columns: auto 1fr 1fr;
    grid-template-rows: auto;
    align-items: center;
    background-image: url(/components/feature/spiritoftheyear/assets/application/images/header__background.jpg?v-29112019);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1500px) {
  .doty-header {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.doty-header__content {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fafafa;
}
@media (min-width: 960px) {
  .doty-header__content {
    padding: 40px 20px;
  }
}
@media (min-width: 960px) {
  .doty-header__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 100%;
  }
}

.doty-header__logo {
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 960px) {
  .doty-header__logo {
    max-width: 180px;
  }
}

@media (min-width: 960px) {
  .doty-header__image-small {
    display: none;
  }
}

.doty-header__image-large {
  display: none;
}
@media (min-width: 960px) {
  .doty-header__image-large {
    display: block;
    width: 100%;
  }
}

.doty-header__product {
  padding: 20px 10px;
  display: none;
}
@media (min-width: 960px) {
  .doty-header__product {
    padding: 40px 20px;
  }
}
@media (min-width: 960px) {
  .doty-header__product {
    display: block;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column-start: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.doty-header-list__item {
  font-family: "Lato", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #BBAC78;
}

.doty-section {
  background-color: #fafafa;
}

@media (min-width: 960px) {
  .doty-section--right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    -ms-grid-rows: 1fr auto auto 1fr;
    grid-template-columns: 60% 40%;
    grid-template-rows: 1fr auto auto 1fr;
    align-items: center;
  }
}
@media (min-width: 1500px) {
  .doty-section--right {
    -ms-grid-columns: 66.666666% 33.333333%;
    grid-template-columns: 66.666666% 33.333333%;
  }
}

@media (min-width: 960px) {
  .doty-section--left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    -ms-grid-rows: 1fr auto auto 1fr;
    grid-template-columns: 40% 60%;
    grid-template-rows: 1fr auto auto 1fr;
    align-items: center;
  }
}
@media (min-width: 1500px) {
  .doty-section--left {
    -ms-grid-columns: 33.333333% 66.666666%;
    grid-template-columns: 33.333333% 66.666666%;
  }
}

.doty-section--alt {
  background-color: transparent;
}

.doty-section__header {
  padding: 20px 10px;
  padding-bottom: 0 !important;
}
@media (min-width: 960px) {
  .doty-section__header {
    padding: 40px 20px;
  }
}

@media (min-width: 960px) {
  .doty-section--right .doty-section__header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

@media (min-width: 960px) {
  .doty-section--left .doty-section__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.doty-section__content {
  padding: 20px 10px;
  padding-top: 0 !important;
}
@media (min-width: 960px) {
  .doty-section__content {
    padding: 40px 20px;
  }
}

@media (min-width: 960px) {
  .doty-section--right .doty-section__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

@media (min-width: 960px) {
  .doty-section--left .doty-section__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

.doty-section__logo {
  width: 100%;
  margin: 0 auto 30px;
  max-width: 120px;
}
@media (min-width: 960px) {
  .doty-section__logo {
    max-width: 180px;
  }
}

@media (min-width: 960px) {
  .doty-section__image-small {
    display: none;
  }
}

.doty-section__image-large {
  display: none;
}
@media (min-width: 960px) {
  .doty-section__image-large {
    display: block;
    width: 100%;
  }
}

.doty-section__aside {
  padding: 10px;
}
@media (min-width: 960px) {
  .doty-section__aside {
    padding: 0;
  }
}

@media (min-width: 960px) {
  .doty-section--right .doty-section__aside {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row-start: 1;
    grid-row-end: 5;
  }
}

@media (min-width: 960px) {
  .doty-section--left .doty-section__aside {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row-start: 1;
    grid-row-end: 5;
  }
}

.doty-video {
  padding: 20px 10px;
  background: #e5e5e5;
}
@media (min-width: 960px) {
  .doty-video {
    padding: 40px 20px;
  }
}

.doty-video__content {
  max-width: 960px;
  margin: 15px auto 0;
}

.doty-video__video {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 15px auto 0;
}

.doty-title {
  position: relative;
  padding-bottom: 28px;
}

.doty-title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 13px;
  background-image: url(/components/feature/spiritoftheyear/assets/application/images/divider.svg?v-29112019);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.doty-title__category {
  font-family: "Lato", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  text-transform: uppercase;
  color: #7a3262;
}

.doty-title__title {
  font-family: "Lato", arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: none;
  text-transform: uppercase;
  color: #000000;
}

.doty-title__surtitle,
.doty-title__subtitle {
  font-family: "Droid Serif", times, serif;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
  display: block;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
}

.doty-copy {
  font-family: "Droid Serif", times, serif;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
  max-width: 768px;
  margin: 15px auto 0;
}

.doty .flavour-profile {
  flex-wrap: wrap;
}

.doty .flavour-profile__group {
  width: 100%;
}

.doty .flavour-profile__item {
  width: 25%;
}
@media (min-width: 450px) {
  .doty .flavour-profile__item {
    width: 16.666666%;
  }
}

.doty-gallery {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.doty-gallery--not-small {
  display: none;
}
@media (min-width: 960px) {
  .doty-gallery--not-small {
    display: block;
  }
}

.doty-product-info {
  padding-top: 15px;
  color: #000000;
}

.doty-product-info__image {
  max-width: 220px;
  margin: 0 auto;
}

.doty-product-info__meta {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 15px;
}

.doty-product-info__image + .doty-product-info__meta {
  margin-top: 15px;
}

.doty-product-info__was-price {
  font-family: "Lato", arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  font-weight: 700;
  text-decoration: line-through;
}

.doty-product-info__price {
  font-family: "Lato", arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: none;
  font-weight: 700;
}

.doty-product-info__unit-price {
  font-family: "Lato", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  color: #999999;
}

.doty-product-info__button {
  margin-top: 15px;
}

.doty-section__content--notes .product-notes__note {
  padding: 0;
}

.doty-section__content--notes .product-notes__item {
  padding-top: 15px;
}

.doty-section__content--notes .product-notes__title {
  font-weight: 700;
  color: #000000;
}

.doty-section__content--notes .product-notes__copy {
  font-family: "Droid Serif", times, serif;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
}

.doty-list {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 960px) {
  .doty-list {
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
  }
}

.doty-list__list {
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 960px) {
  .doty-list__list {
    padding: 10px;
  }
}
@media (min-width: 960px) {
  .doty-list__list {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 660px;
  }
}
@media (min-width: 1200px) {
  .doty-list__list {
    max-width: 1900px;
  }
}

.doty-list__item {
  padding: 5px;
  width: auto;
}
@media (min-width: 960px) {
  .doty-list__item {
    padding: 10px;
  }
}
@media (min-width: 960px) {
  .doty-list__item {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .doty-list__item {
    width: 16.666666%;
  }
}

.doty-product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto 1fr auto 18px auto;
  grid-template-rows: auto auto 1fr auto 18px auto;
  width: 180px;
  height: 100%;
  background-color: #FFFFFF;
  text-align: center;
}
@media (min-width: 960px) {
  .doty-product {
    width: auto;
  }
}

.doty-product__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 3;
  grid-row-end: 4;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .doty-product__content {
    margin-bottom: 10px;
  }
}

.doty-product__name {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  color: #000000;
}

a.doty-product:hover .doty-product__name {
  color: #aa9756;
}

.doty-product__meta {
  font-family: "Lato", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  color: gray;
}

.doty-product__year {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  font-weight: 700;
  color: #000000;
}

.doty-product__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  max-width: 220px;
  margin: 0 auto;
}

.doty-product__price {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row-start: 4;
  grid-row-end: 5;
  font-weight: 700;
  letter-spacing: normal;
  color: #000000;
}

.doty-product__unit-price {
  font-family: "Lato", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row-start: 5;
  grid-row-end: 6;
  letter-spacing: normal;
  color: gray;
}

.doty-product__button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row-start: 6;
  grid-row-end: 7;
  margin-top: 5px;
}
@media (min-width: 960px) {
  .doty-product__button {
    margin-top: 10px;
  }
}

.doty-product:hover .doty-product__button {
  background-color: #aa9756;
}
