@charset "UTF-8";
.flex-column-reverse {
  flex-direction: column-reverse;
}

body {
  margin: 0;
  padding: 0;
  background: hsl(345deg, 6%, 13%);
}

.divider-small {
  border: 2px solid hsl(40deg, 100%, 99%);
  width: 112px;
}
.divider-elegant {
  width: 100%;
  height: auto;
}

.diamond-bg-content {
  background: url(/resources/images/diamond-bg.png);
  background-size: cover;
}

.skip-link {
  position: absolute;
  top: -50px;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only:focus {
  clip: unset;
  height: auto;
  margin: auto;
  overflow: visible;
  width: auto;
  z-index: 1;
  top: 10px;
  left: 10px;
}

#btt-btn {
  display: inline-block;
  background-color: hsl(343deg, 6%, 22%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#btt-btn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: hsl(40deg, 100%, 99%);
}
#btt-btn:hover {
  cursor: pointer;
  background-color: hsl(345deg, 6%, 39%);
}
#btt-btn:active {
  background-color: hsl(345deg, 6%, 39%);
}

#btt-btn.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 860px) {
  #btt-btn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    opacity: 0.8;
    z-index: 1000;
  }
}
h1,
.h1 {
  font-family: "eb-garamond";
  font-style: italic;
  font-weight: 400;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 85px;
  line-height: 90px;
}
h1-alt,
.h1-alt {
  font-style: normal;
  color: hsl(38deg, 100%, 87%);
}

h2,
.h2 {
  font-family: "eb-garamond";
  font-style: italic;
  font-weight: 400;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 80px;
  line-height: 85px;
}
h2-alt,
.h2-alt {
  font-style: normal;
}

h3,
.h3 {
  font-family: "eb-garamond";
  font-style: italic;
  font-weight: 400;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 48px;
  font-style: normal;
}

.subheading {
  font-family: "eb-garamond";
  font-style: italic;
  font-weight: 400;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 860px) {
  h1,
.h1 {
    font-size: 48px;
    line-height: 51px;
  }
}
.p3 {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  font-size: 20px;
  line-height: 35px;
}
.p3-bold {
  font-weight: 700;
}

p,
.p2 {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
}
p-bold,
.p2-bold {
  font-weight: 700;
}

.p1 {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  font-size: 16px;
}

.p-footer {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  font-size: 12px;
}

a {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  transition: ease-in 200ms;
  text-decoration: none;
}
a:hover {
  color: hsl(37deg, 100%, 94%);
  text-decoration: none;
}

ul,
li {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
}

sup {
  font-size: 75%;
}

h1 sup {
  font-size: 50%;
}

.btn-primary {
  background-color: hsl(38deg, 100%, 87%);
  border: 1px solid hsl(38deg, 100%, 87%);
  border-radius: 12px;
  color: hsl(345deg, 6%, 13%);
  padding: 1rem 2rem;
  transition: ease-in 200ms;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.btn-primary:hover {
  cursor: pointer;
}
.btn-primary:hover {
  background-color: hsl(38deg, 100%, 79%);
}

.btn-secondary {
  background-color: hsl(345deg, 6%, 13%);
  border: 1px solid hsl(38deg, 100%, 87%);
  border-radius: 12px;
  color: hsl(38deg, 100%, 87%);
  padding: 1rem 2rem;
  transition: ease-in 200ms;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.btn-secondary:hover {
  cursor: pointer;
}
.btn-secondary:hover {
  color: hsl(38deg, 100%, 87%);
  border-color: hsl(38deg, 100%, 79%);
}

form {
  display: flex;
  flex-direction: column;
  color: hsl(40deg, 100%, 99%);
  gap: 1.5rem;
}

form .row {
  margin: 0 !important;
}

form .row .label {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  display: block !important;
  text-align: left !important;
  white-space: nowrap;
}

.dropdownWrapper {
  position: relative;
  width: 100% !important;
  height: 42px;
}

.dropdownWrapper .fieldSelect {
  opacity: 1;
  position: relative;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 45px;
  width: 100%;
  background: transparent;
  color: hsl(40deg, 100%, 99%);
  font-size: 18px;
  border: solid 1px hsl(40deg, 100%, 99%);
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.dropdownWrapper::after {
  color: hsl(40deg, 100%, 99%);
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 13px;
  content: "⌃";
  font-size: 27px;
  transform: rotate(180deg);
  background: transparent;
  pointer-events: none;
}

.dropdownTxt {
  display: none;
}

input[type=text] {
  background: transparent !important;
  width: 100% !important;
  height: 46px;
  border: solid 1px hsl(40deg, 100%, 99%);
  padding: 0;
  padding-left: 10px;
  box-sizing: border-box;
  /* background: transparent; */
  font-size: 18px;
  color: hsl(40deg, 100%, 99%) !important;
}

input[type=radio]:after {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: hsl(345deg, 6%, 13%);
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid hsl(40deg, 100%, 99%);
  margin-right: 10px;
}

input[type=radio]:checked:after {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: hsl(40deg, 100%, 99%);
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid hsl(40deg, 100%, 99%);
  cursor: pointer;
}

#submitBtnWrapper {
  width: 100%;
  cursor: pointer;
}

#submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 51px;
  background: hsl(38deg, 100%, 87%);
  border: none;
  border-radius: 10px;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  color: hsl(345deg, 6%, 13%);
  cursor: pointer;
  transition: ease-in 200ms;
}

option {
  color: hsl(345deg, 6%, 13%);
  background: hsl(40deg, 100%, 99%);
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

input::placeholder {
  color: transparent;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

textarea::placeholder {
  color: transparent;
}

#dobDay::placeholder,
#dobYear::placeholder {
  color: hsl(40deg, 100%, 99%);
}

.ejgWhereToBuy #zipCode.fieldInput {
  padding: 2px 10px 0;
  width: 196px;
}

#faux-pas-signup-form input[type=submit].btn {
  line-height: 65px !important;
}

#faux-pas-signup-form input[type=submit]:hover {
  background-color: hsl(38deg, 100%, 79%) !important;
}

#submitBtnWrapper input[type=submit]:hover {
  background-color: hsl(38deg, 100%, 79%) !important;
}

.parsley-errors-list {
  padding-top: 10px;
}

#contactInfoText > strong,
#commentsHeaderWrapper > strong,
#productHeaderWrapper > strong {
  color: hsl(40deg, 100%, 99%);
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem;
  background: hsl(345deg, 6%, 13%);
  position: relative;
  gap: 3rem;
  border-bottom: 1px solid hsl(343deg, 6%, 22%);
}
.header .taylor-logo img {
  height: 73px;
}
.header-nav {
  padding: 0;
}
.header-nav-menu {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav-item {
  padding-right: 2rem;
  border-right: 2px solid hsl(40deg, 100%, 99%);
}

.header-nav-menu li {
  list-style: none;
}
.header-nav-menu li a {
  color: hsl(40deg, 100%, 99%);
  list-style: none;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  transition: ease-in 200ms;
}
.header-nav-menu li a:hover {
  color: hsl(37deg, 100%, 94%);
}

#menu-icon,
#close-icon {
  display: none;
}

@media screen and (max-width: 750px) {
  .header {
    gap: 0px;
  }
  .header .taylor-logo {
    display: flex;
  }
  .header .taylor-logo img {
    height: 50px;
  }
  #menu-icon {
    display: block;
    cursor: pointer;
  }
  .mobile-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .header-nav {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    z-index: 10000;
    background: hsl(345deg, 6%, 13%);
  }
  #nav-container.open {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
  }
  #close-icon.active {
    display: block;
    cursor: pointer;
  }
  #menu-icon.hidden {
    display: none;
  }
  .header-nav-menu {
    flex-direction: column;
  }
  .header-nav-menu li a {
    font-size: 24px;
    line-height: 70px;
  }
  .nav-item {
    padding-right: 0;
    border-right: none;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
  justify-content: space-between;
  gap: 2rem;
}
.footer a {
  text-align: left;
  font-weight: 400;
}
.footer-divider {
  margin-top: 2rem;
  border: 1px solid hsl(40deg, 100%, 99%);
}
.footer-row-primary {
  display: flex;
  flex-direction: row;
  padding: 0 2rem;
  justify-content: space-between;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
.footer-row-primary div {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  white-space: nowrap;
}
.footer .social-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}

.footer-left {
  display: flex;
  text-align: left;
  width: 50%;
}
.footer-left .subheading {
  margin-bottom: 1.5rem;
}

.footer-right {
  display: flex;
  text-align: right;
  width: auto;
}
.footer-right .subheading {
  margin-bottom: 1.5rem;
}

.footer-row-primary .footer-right a {
  display: block;
  height: 40px;
  width: 40px;
  margin-right: auto;
  background-color: hsl(38deg, 100%, 87%);
  border-radius: 100px;
  text-align: center;
}

.footer-row-primary .footer-right a img {
  height: 24px;
  width: auto;
  margin-top: 8px;
}

.footer-row-secondary .footer-left {
  width: 100%;
}

.footer-row-secondary .footer-left a {
  font-weight: 400;
}

.footer-row-legal {
  display: flex;
  padding: 0 2rem;
  flex-direction: row;
  justify-content: space-between;
}

.footer-row-legal div,
.footer-row-legal a {
  font-family: sans-serif !important;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.footer-row-primary .footer-left,
.footer-row-secondary .footer-left {
  flex-direction: column;
  justify-content: space-between;
}

.footer-row-primary .footer-right,
.footer-row-secondary .footer-right {
  flex-direction: column;
  align-items: end;
  gap: 4px;
}

.footer-row-legal .footer-left {
  flex-direction: row;
  justify-content: space-between;
}

.footer-row-legal .footer-right {
  flex-direction: row;
  justify-content: right;
  gap: 25px;
}

@media screen and (max-width: 1030px) {
  .footer-left {
    width: 100%;
  }
  .footer-row-legal {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer-row-legal .footer-right {
    flex-direction: column;
  }
  .footer-row-legal .footer-left {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 40px 24px;
  }
  .footer-divider {
    display: none;
  }
  .footer-row-primary,
.footer-row-secondary {
    flex-direction: column;
    text-align: left;
    padding: 0px;
  }
  .footer-row-secondary {
    width: 100%;
  }
  .footer-row-primary {
    margin-bottom: 35px;
    gap: 20px;
  }
  .footer-row-primary .footer-right,
.footer-row-secondary .footer-right {
    align-items: normal;
  }
  .footer-row-legal {
    padding-left: 0px;
  }
}
.promo-banner {
  background-color: hsl(340deg, 6%, 10%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.5rem;
}
.promo-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  gap: 0.5rem;
}
.promo-banner span {
  display: none;
}
.promo-banner-links {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}
.promo-banner-links-details {
  text-decoration: underline;
}
.promo-banner-links-find-now {
  color: hsl(38deg, 100%, 87%);
}

@media screen and (max-width: 720px) {
  .promo-banner {
    padding: 0.75rem 2rem;
  }
  .promo-banner p,
.promo-banner button,
.promo-banner a,
.promo-banner b {
    font-size: 14px;
  }
  .promo-banner span {
    display: contents;
  }
  .promo-banner-content {
    align-items: flex-start;
  }
  .promo-banner-links-code {
    display: none;
  }
}
.hero {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 52.99%, hsl(345deg, 6%, 13%) 97.27%), url(/resources/images/TDE_5505651_781_mk-min.jpeg);
  background-size: cover;
  background-position: center;
  /*height: 50vh;*/
height: 20vh;
  padding: 7rem 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
background-attachment: fixed;
}
.hero.line-up-hero {
  height: 63vh;
}
.hero.who-we-are-hero {
  height: 58vh;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  text-align: center;
}
.hero-content-description {
  width: 50%;
}
.hero-content-copy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.hero-content-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 75%;
}

.arrow-down {
  margin-top: 1.5rem;
}

.who-we-are-hero {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 52.99%, hsl(345deg, 6%, 13%) 97.27%), url(/resources/images/TDE_5505651_286_MK-min.jpeg);
}

.line-up-hero {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 52.99%, hsl(345deg, 6%, 13%) 97.27%), url(/resources/images/TDE_5505651_642_MK2-min.jpeg);
}

@media screen and (max-width: 860px) {
  .hero {
    padding: 2rem;
    height: auto;
  }
  .hero-content-description {
    width: 100%;
  }
  .hero-content-title {
    width: 100%;
  }
}
.image-with-text-container {
  display: flex;
  flex-direction: row;
}
.image-with-text-img {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.image-with-text-img img {
  object-fit: cover;
  flex-grow: 1;
}
.image-with-text-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 7rem 5rem;
}
.image-with-text-content-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 860px) {
  .image-with-text-container {
    display: flex;
    flex-direction: column;
  }
  .image-with-text-img {
    width: 100%;
  }
  .image-with-text-content {
    width: auto;
    padding: 4rem 1.5rem;
  }
  .image-right .image-with-text-container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 376px) {
  .image-with-text-img img {
    flex-grow: 0;
    height: 50vh;
  }
}
.taylor-insta-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  background-color: hsl(340deg, 6%, 10%);
  height: 220px;
}
.taylor-insta-header h2 {
  text-align: center;
  color: hsl(40deg, 100%, 99%);
}
.taylor-insta-header div {
  display: flex;
}

@media screen and (max-width: 600px) {
  .taylor-insta-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3.5rem 0.65rem;
    justify-content: center;
    text-align: center;
  }
  .taylor-insta-header h3 {
    font-size: 46px;
  }
}
.taylor-insta-gallery {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.taylor-insta-gallery span img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .taylor-insta-gallery {
    grid-template-columns: auto auto;
  }
}
.image-columns {
  padding: 3.5rem;
}
.image-columns-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.image-columns-row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.image-columns-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.image-columns-column .image-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.image-columns-column .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-columns-column-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 0 3rem;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 860px) {
  .image-columns {
    padding: 1.5rem;
  }
  .image-columns-row {
    display: flex;
    flex-direction: column;
  }
  .image-columns-column-content {
    padding: 3.5rem 1.5rem;
  }
}
.where-to-find {
  padding: 11.25rem 3rem;
  background-color: hsl(340deg, 6%, 10%);
}
.where-to-find-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
}
.where-to-find-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.where-to-find-subheading {
  width: 75%;
  align-self: center;
}

@media screen and (max-width: 860px) {
  .where-to-find {
    padding: 4rem 1.5rem;
  }
}
.line-up-list {
  padding: 0px 3.5rem 3.5rem 3.5rem;
}
.line-up-list-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.line-up-list .featured-products {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-self: center;
}
.line-up-list .featured-products-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}
.line-up-list .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 4rem;
  align-self: center;
}
.line-up-list .product-grid-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .line-up-list {
    padding: 2rem 1.5rem 3.5rem;
  }
  .line-up-list .product-grid {
    gap: 1.5rem 1.25rem;
  }
  .line-up-list .product-grid-card {
    align-items: flex-start;
    text-align: left;
  }
}
.age-gate {
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 50px;
  align-items: center;
  background-color: hsl(345deg, 6%, 13%);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 5000;
  overflow: auto;
  top: 0;
}
.age-gate a {
  text-decoration: underline;
}
.age-gate-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 32px;
}
.age-gate-header {
  width: 100%;
  text-align: center;
}
.age-gate-header img {
  width: 325px;
  margin: 130px auto 0;
}

.age_gate-title {
  font-weight: 600;
  font-size: 39px;
  line-height: 47px;
  text-align: center;
  color: hsl(40deg, 100%, 99%);
  margin: 20px auto;
}
.age_gate-description {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: hsl(40deg, 100%, 99%);
}
.age_gate-description p {
  margin: 25px auto;
  width: 60%;
}

.overlay {
  position: relative;
  margin-bottom: 75px;
}

.age-gate-form {
  width: 100%;
}
.age-gate-form-input-fields {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .age-gate-form {
    padding-top: 15px;
    gap: 15px;
    padding-bottom: 25px;
  }
}

.cta_btn--age-gate {
  width: 100%;
}

.h-hidden {
  display: none;
}

.age-gate-form-field {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.age-gate-form-field input {
  display: flex;
  flex-direction: row;
  max-width: 250px;
  width: 100%;
  height: 51px;
  padding: 1rem;
  align-items: center;
  margin: 20px 10px 0;
  border: solid 1px hsl(40deg, 100%, 99%);
  background-color: transparent;
  box-sizing: border-box;
  color: hsl(40deg, 100%, 99%) !important;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 51px;
}
.age-gate-form-field input::placeholder {
  display: flex;
  align-items: center;
  color: hsl(40deg, 100%, 99%) !important;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 51px;
}

.age-gate-form input[type=submit] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  width: 120px;
  height: 51px;
  background: hsl(38deg, 100%, 87%);
  border: none;
  border-radius: 8px;
  margin: auto;
  font-size: 18px;
  line-height: 27px;
  color: hsl(345deg, 6%, 13%) !important;
  cursor: pointer;
  text-align: center;
}

.age-gate-form-field input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: hsl(37deg, 100%, 91%);
  opacity: 1; /* Firefox */
}

.age-gate-form-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: hsl(37deg, 100%, 91%);
}

.age-gate-form-field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: hsl(37deg, 100%, 91%);
}

.age-gate-q-block {
  height: calc(100vh - 490px);
  display: flex;
}

.age-gate-q-block > div {
  width: 100%;
  margin: auto;
}

.age-gate-q-block h3 {
  font-size: 34px;
  line-height: 42px;
  width: 80%;
  min-width: 300px;
  margin: auto;
}

.age-gate-btn,
.btn {
  display: block;
  width: 430px;
  height: 86px;
  left: 863px;
  background: hsl(38deg, 100%, 87%);
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.age-gate-btn-text,
.btn {
  font-family: Traulha-Reg;
  color: #000;
  font-size: 34px;
  line-height: 86px;
  text-align: center;
  text-decoration: none !important;
  display: block;
  opacity: 0.8;
  margin-top: 31px;
}

.age-gate-btn:hover,
.btn:hover {
  background: #b7a784;
}

.age-gate .footer {
  z-index: 10000;
  width: 100%;
  padding: 38px 0;
}

.footer .mandatory {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}

.footer .mandatory a {
  display: inline-block;
}

@media screen and (max-width: 1099px) {
  .age-gate-content > div:first-of-type {
    border-right: none;
    width: auto;
  }
  .age-gate-content > div {
    width: auto;
  }
  .age-gate-content > div:first-of-type div {
    margin: 30px auto;
  }
  .age-gate-heading {
    font-size: 38px;
    line-height: 47px;
  }
  .age-gate-q-block {
    width: auto;
    font-size: 22px;
    line-height: 27px;
    height: auto;
    /* height: calc(100vh - 318px); */
  }
  .age-gate-q-block h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .age-gate .footer {
    padding: 15px 0;
    position: absolute;
    bottom: 0;
  }
  .footer .mandatory {
    width: 96%;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 679px) {
  .age_gate-description p {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .age-gate-header img {
    width: 165px;
  }
  .age_gate-title {
    font-size: 28px;
    line-height: 34px;
  }
  .age-gate-btn,
.btn {
    width: 345px;
  }
}
@media screen and (max-width: 400px) {
  .age-gate {
    overflow: scroll;
  }
  .age-gate-header img {
    width: 120px;
    margin-top: 35px;
  }
}
#contact-section {
  max-width: 910px;
  width: 80%;
  margin: 85px auto 100px;
}
@media screen and (max-width: 600px) {
  #contact-section {
    width: 89%;
  }
}
#contact-section .hero-content-title {
  width: 100%;
  padding-bottom: 4rem;
}

#ejgContactUs h1 {
  display: none;
}

a.mobile {
  color: hsl(40deg, 100%, 99%);
  cursor: pointer;
  white-space: nowrap;
}

#formHeaderText {
  text-align: center;
}

#formHeaderWinefinder {
  text-align: center;
  display: block;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
}
#formHeaderWinefinder a {
  text-decoration: underline;
  white-space: nowrap;
}

#formHeaderPrivacypolicy {
  text-align: center;
}
#formHeaderPrivacypolicy a {
  text-decoration: underline;
}

form {
  padding-top: 50px;
  gap: 40px;
}

#contactUsForm .label {
  white-space: normal;
}

#dobWrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

#dobMonth {
  align-self: flex-start;
}

#dobDropDownWrapper.dropdownWrapper {
  width: unset !important;
}

#dobDay,
#dobYear {
  width: 140px !important;
}

#userComment {
  height: 260px;
  width: 100%;
}

#email {
  height: 44px;
  width: 100%;
  background-color: transparent;
  border: solid 1px hsl(40deg, 100%, 99%);
  box-sizing: border-box;
}

#phoneType {
  margin: -1px;
}

#prefContactMethodWrapper .label {
  display: inline-block !important;
  padding-left: 12px;
  padding-right: 20px;
}

#phone {
  margin-bottom: 2rem;
}

#moreInfoLabel {
  display: inline !important;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 16px;
  white-space: pre-wrap;
}

#showUPCExample {
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 720px) {
  #ejgContactUs a.mobile {
    color: hsl(40deg, 100%, 99%);
  }
  #ejgContactUs .desktop {
    display: flex;
  }
  #formHeaderWinefinder,
#formHeaderPrivacypolicy {
    display: block !important;
  }
  #dobWrapper {
    flex-flow: column;
    align-items: flex-start;
    gap: 15px;
  }
  #dobDropDownWrapper.dropdownWrapper,
#dobWrapper select#dobMonth,
#dobDay,
#dobYear {
    width: 100% !important;
  }
}
section#fxp-where-to-buy {
  display: flex;
  flex-direction: column;
  background: hsl(345deg, 6%, 13%);
  align-items: center;
  padding: 60px 0;
  width: 90%;
  margin: auto;
}
section#fxp-where-to-buy .hero-content-title {
  width: 100%;
}

.wtb-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0px;
  max-width: 1000px;
}
.wtb-copy h1 {
  font-family: "eb-garamond";
  font-style: italic;
  font-weight: 400;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
  font-style: normal;
  color: hsl(38deg, 100%, 87%);
}
.wtb-copy p {
  text-align: center;
  color: hsl(40deg, 100%, 99%);
}

.wtb-content {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 70px auto 150px;
}

.wtb-content .wtb-form,
.wtb-content .wtb-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.wtb-content .wtb-form {
  border-right: 1px solid hsl(40deg, 100%, 99%);
  padding-right: 4rem;
}

#formHeaderText {
  display: none;
}

#acctGroup {
  display: none;
}

#productAvailability {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  position: absolute;
  bottom: -100px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.wtb-content .wtb-links {
  padding-left: 4rem;
}

.wtb-vendor-link {
  display: flex;
  flex-direction: row;
  padding: 1rem 1.25rem;
  border: 1px solid hsl(40deg, 100%, 99%);
  box-sizing: border-box;
  margin-top: 30px;
}

.wtb-vendor-link > img {
  height: 82px;
  padding-right: 1.25rem;
}

.wtb-vendor-link .vendor-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.wtb-vendor-link .vendor-frame .vendor-copy {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: hsl(40deg, 100%, 99%);
  text-align: left;
}

.wtb-vendor-link .vendor-frame .vendor-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: hsl(40deg, 100%, 99%);
}

.wtb-vendor-link .vendor-frame .vendor-cta img {
  padding-left: 10px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

input::placeholder {
  color: transparent;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

textarea::placeholder {
  color: transparent;
}

#wtb-overlay {
  background: hsl(343deg, 6%, 22%);
  height: auto;
  /* top: 120px; */
}

#wtb-overlay #closeBtn {
  background: hsl(343deg, 6%, 22%);
  text-shadow: none;
  border-bottom: none;
}

#wtb-overlay #closeBtn::after {
  content: "x";
  margin-left: 20px;
}

#wtb-overlay #noData {
  padding-top: 30px;
  color: #fff;
  background-color: hsl(343deg, 6%, 22%);
  height: 200px;
}

#wtb-overlay #overlayContent #resultListings #listingsWrapper #listings .listingItem .acctInfo {
  font-weight: normal;
  font-family: sans-serif;
  text-align: left;
}

#wtb-overlay #overlayContent #resultListings #listingsWrapper #listings .listingItem .acctInfo::first-line {
  font-weight: 600;
}

#wtb-overlay #overlayContent #resultListings #wtbLogo {
  display: none;
}

#wtb-overlay #overlayContent #resultListings {
  padding-top: 0;
  height: 90%;
  box-shadow: -2px 5px 15px 2px #aaa;
}

.gm-style-iw-d {
  color: #061e3f;
}

#wtb-overlay #overlayContent #resultListings #listingsWrapper,
#wtb-overlay #overlayContent #resultListings #listingsWrapper #listings {
  background: #fff;
}

#wtb-overlay #overlayContent #resultListings #listingsWrapper #listings {
  /* height: -webkit-calc(100% - 110px); */
  height: -moz-calc(100% - 85px);
  height: calc(100% - 85px);
}

#wtb-overlay #overlayContent #mapContent .acctInfoWinWrapper .infoWinHeading,
#wtb-overlay #overlayContent #mapContent .acctInfoWinWrapper .infoWinBody {
  color: #000;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .wtb-copy h1 {
    margin: 0;
    color: hsl(38deg, 100%, 87%);
  }
  .wtb-copy p {
    font-size: 20px;
  }
  .wtb-content {
    flex-direction: column;
  }
  .wtb-content .wtb-form,
.wtb-content .wtb-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .wtb-content .wtb-form {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid hsl(40deg, 100%, 99%);
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
  .wtb-content .wtb-links {
    padding-left: 0;
    padding-top: 0;
    gap: 50px;
    padding-bottom: 50px;
  }
}
body,
html {
  background-color: hsl(345deg, 6%, 13%) !important;
}

b span {
  font-weight: 700 !important;
}

#bapi-tradmarks {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
}

#bapi-terms-of-use,
x #bapi-ca-privacy-notice,
#bapi-privacy-policy,
#bapi-tradmarks {
  padding: 50px;
}
#bapi-terms-of-use table,
x #bapi-ca-privacy-notice table,
#bapi-privacy-policy table,
#bapi-tradmarks table {
  width: 100%;
}
#bapi-terms-of-use td,
x #bapi-ca-privacy-notice td,
#bapi-privacy-policy td,
#bapi-tradmarks td {
  border-bottom: 1px solid hsl(40deg, 100%, 99%) !important;
  width: 171px;
  padding: 0in 1px 0in 1px !important;
  border-top: 1px solid hsl(40deg, 100%, 99%) !important;
  border-right: 1px solid hsl(40deg, 100%, 99%) !important;
  border-left: 1px solid hsl(40deg, 100%, 99%) !important;
}
#bapi-terms-of-use a,
x #bapi-ca-privacy-notice a,
#bapi-privacy-policy a,
#bapi-tradmarks a {
  font-family: "Futura" !important;
  color: hsl(40deg, 100%, 99%) !important;
  font-weight: 500;
}
#bapi-terms-of-use a span,
x #bapi-ca-privacy-notice a span,
#bapi-privacy-policy a span,
#bapi-tradmarks a span {
  font-family: "Futura" !important;
}

#bapi-terms-of-use > p:first-of-type,
#bapi-ca-privacy-notice > p:first-of-type,
#bapi-privacy-policy > p:first-of-type span,
#bapi-tradmarks > p:first-of-type {
  font-weight: 700 !important;
  text-align: center;
}

ul {
  color: hsl(40deg, 100%, 99%);
}

.brandsdk-legal-page div[id*=bapi] a {
  color: hsl(40deg, 100%, 99%);
  text-decoration: underline;
}

body.brandsdk-legal-page {
  background: hsl(345deg, 6%, 13%);
}

.brandsdk-legal-page div[id*=bapi] {
  max-width: 80%;
  margin: auto;
}

#bapi-ca-privacy-notice {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
#bapi-ca-privacy-notice span {
  background: none !important;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  color: hsl(40deg, 100%, 99%) !important;
}
#bapi-ca-privacy-notice table {
  width: 100% !important;
}
#bapi-ca-privacy-notice td {
  padding: 8px !important;
  border-bottom: 1px solid hsl(343deg, 6%, 22%) !important;
  border-top: 1px solid hsl(343deg, 6%, 22%) !important;
  border-right: 1px solid hsl(343deg, 6%, 22%) !important;
  border-left: 1px solid hsl(343deg, 6%, 22%) !important;
}
#bapi-ca-privacy-notice a {
  color: hsl(40deg, 100%, 99%) !important;
}

div#bapi-privacy-policy p, div#bapi-privacy-policy span {
  background: none !important;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: hsl(40deg, 100%, 99%);
  margin: 0;
  color: hsl(40deg, 100%, 99%) !important;
}

.promo-details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 75%;
  align-content: center;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .promo-details {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}