/** Shopify CDN: Minification failed

Line 201:24 Expected identifier but found "*"
Line 1429:2 "line-heigh" is not a known CSS property
Line 1704:12 Unexpected "{"
Line 1704:21 Expected ":"

**/
/**
  Author: Fluent Format LTD  Shopify Theme
  Client: Glens Of Antrim
**/

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color:#263C53;
}
.proxima-nova {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.proxima-nova-light {
  font-family: "proxima-nova", sans-serif!important;
  font-weight: 100!important;
  font-style: normal;
}
.garamond-regular,
.title {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.garamond-medium {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
}
.garamond-semibold {
  font-family: garamond-premier-pro, serif;
  font-weight: 600;
  font-style: normal;
}
.garamond-bold {
  font-family: garamond-premier-pro, serif;
  font-weight: 700;
  font-style: normal;
}
/** BUTTONS **/
.button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.button--secondary {
  background-color: transparent;
  border: solid 1px #263C53;
  color: #263C53;
}
.button--secondary:hover {
  background-color: #263C53;
  border: solid 1px #263C53;
  color: #FFFFFF;
}

.global-media-settings {
  position: relative;
  border: none!important;
  border-radius: 0!important; 
  overflow: visible !important;
  background-color: transparent!important;
}
/** .announcement-bar **/
.announcement-bar__message.h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:13px;
  text-transform: uppercase;
  letter-spacing:1px;
}
/** HEADER **/
  .header__heading-logo {
    height: auto;
    max-width: 70%!important;
  }
  .nav-left {
    display: flex;
    justify-content: flex-start;
  }
  .nav-right {
    display: flex;
    justify-content: flex-end;
  }
  .nav-left--list,
  .nav-right--list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
  }
.nav-left .header__inline-menu .header__menu-item,
.nav-right .header__inline-menu .header__menu-item {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#263C53;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  padding:10px 20px;
} 
.menu-drawer__menu-item {
  color: inherit;
  font-size: 20px!important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-right .header__inline-menu .list-menu li:nth-of-type(1),
.nav-right .header__inline-menu .list-menu li:nth-of-type(2),
.nav-right .header__inline-menu .list-menu li:nth-of-type(3),
.nav-left .header__inline-menu .list-menu li:nth-of-type(4),
.nav-left .header__inline-menu .list-menu li:nth-of-type(5),
.nav-left .header__inline-menu .list-menu li:nth-of-type(6),
.header__search {
  display: none;
  visibility:hidden;
}
 
#HeaderMenu-MenuList-4.header__submenu.list-menu li {
    display: block!important;
    visibility: visible!important;
}

.overflow-hidden-tablet .header-wrapper,
.overflow-hidden-tablet #menu-drawer {
  background-color: #263C53;
  color: #FFFFFF;
} 
.overflow-hidden-tablet .header__icon,
.overflow-hidden-tablet .link--text,
.overflow-hidden-tablet .header__heading-logo {
   color: #FFFFFF;
}
.link--text.menu-drawer__menu-item--active {
  color: #263C53;
}
.overflow-hidden-tablet .header__heading-logo--navy,
.header__heading-logo--white {
  display: none;
  visibility:hidden;
}
.overflow-hidden-tablet .header__heading-logo--white {
  display: block;
  visibility: visible;
}
.overflow-hidden-tablet .cart-count-bubble {
  background: #FFFFFF;
  color: #263C53;
}
.menu-drawer__submenu.has-submenu.gradient.motion-reduce {
    background: #263C53!important;
}
/* .menu-drawer__close-button.link.link--text.focus-inset,
.menu-drawer__close-button {
  color: #FFFFFF;
} */

.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, 
.menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, 
.menu-drawer__close-button:hover {
    color: rgb(var(--color-foreground));
    background-color: #FFFFFF!important;
}
@media screen and (min-width: 1190px) {
  .nav-left,
  .nav-left--list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .nav-left--list,
  .nav-right--list {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
  }
  .nav-left {
    justify-content: flex-end;
    gap: 30px;
    padding-right:30px; */
  }
  .nav-right,
  .nav-right--list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-right {
    justify-content: space-between;
    padding-left:30px
  }

  .nav-left--list a, 
  .nav-right--list a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#263C53;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 3px;
    border-bottom: solid 1px transparent;
  }
  
  .nav-left--list a:hover, 
  .nav-right--list a:hover {
    border-color: #263C53;
  }
}

@media screen and (min-width: 1346px) {

  .header__heading-logo {
      height: auto;
      max-width: 80%!important;
  }
  .nav-left,
  .nav-left--list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .nav-left--list,
  .nav-right--list {
    padding: 0;
    margin: 0;
    gap: 50px;
    list-style: none;
  }
  .nav-left {
    display: flex!important;
    justify-content: flex-end;
    gap: 20px;
    padding-right:100px;
  }
  .nav-right {
    display: flex!important;
    justify-content: space-between;
    padding-left:100px;
  }
  .nav-right,
  .nav-right--list {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

}

.hero {
  height: 100%;
  /* max-height: 920px; */
  background-image:url('/cdn/shop/files/content-background.jpg?v=1741693285');
  background-size: cover;
}

.hero-slider--slider {
  display:none;
  position: relative;
  z-index:1;
}
.hero-slider--slide {
  position: relative;
  display: flex;
  justify-content: center;
  width:100%;
}
.hero-product-image {
  position: relative;
  width: 100%;
}
.hero-product-image img {
    display:block;
    margin: 0 auto;
    width: 70%;
    opacity:90%;
}
 @media (max-width: 640px) {
    .hero-product-image img {
        display:block;
        margin: 0 auto;
        width: 50%;
        opacity:90%;
    }
  }
.hero-product-content {
  width:85%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  display: block;
  opacity:0;
  text-align: center;
}
.swiper-slide {
  position: relative;
}
.swiper-slide.swiper-slide-active .hero-product-content {
  opacity:1;
}
.swiper {
  width: 100%;
  height: 100%;
}
.hero-product-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top:0px;
  font-family: garamond-premier-pro, serif;
  font-weight: 700;
}
.hero-product-content .banner__text p {
  margin-bottom: 30px;
  display:block;
}
.hero--marquee {
  overflow: hidden;
  position: absolute;
  top: 20%;
  
}
.section--marquee {
  overflow: hidden;
  display:block;
}
.hero--marquee-items,
.section--marquee-items{
  display: flex;
  align-items: center;
  justify-content: center; 
  overflow: hidden;
}
.hero--marquee-item,
.section--marqee-item{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  font-size: 50px;
  font-family: 'garamond-premier-pro', serif;
  font-weight: 500;
  font-style: normal;
  line-height:1;
  flex-shrink: 0;
  color: #263C53;
  -webkit-text-fill-color: transparent; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #263C53;
}
.marqeee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  flex-shrink: 0;
}
.marqeee-item p {
  font-size: 50px;
  font-family: 'garamond-premier-pro', serif!important;
  font-weight: 500;
  font-style: normal;
  line-height:1;
  color: #263C53;
  -webkit-text-fill-color: transparent; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #263C53;
  margin:0!important;
}

.hero--firstRow,
.firstRow {
    overflow: hidden;
  animation: Scroll 60s linear infinite;
}
.hero--secondRow,
.secondRow {
    overflow: hidden;
  animation: Scroll 60s linear infinite;
  animation-direction: reverse;
}
@keyframes Scroll {
    0% {transform: translateX(-50vw); -webkit-transform: translateX(-50vw);}
    100% {transform: translateX(50vw); -webkit-transform: translateX(50vw);}
} 
@media screen and (min-width: 1024px) {
  .hero-product-image img {
      display:block;
      margin: 0 auto;
      width: auto;
  }
  /* .hero-product-content {
    max-width: 280px;
    position: absolute;
    bottom: 12%;
    right:0;
    display: block;
    opacity:0;
    text-align: left;
    padding-right:0px;
    padding-left: 100px;
  } */
  .hero--marquee {
    overflow-x: hidden;
    position: absolute;
    top: 27%;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    /* height: 100vh;
    max-height: 900px;  */
  } 
  .marqeee-item p {
    font-size: 100px;
  }
  .hero--marquee-item,
  .section--marqee-item{
    margin: 10px;
    font-size: 100px;
  }
  .hero-product-content {
    max-width: 280px;
    position: absolute;
    bottom: 20%;
    right:-50px;
    display: block;
    opacity:0;
    text-align: left;
  }
}

/** multicolumn **/
.multicolumn .multicolumn__title {
    text-align: center;
    justify-content: center;
    font-size: 48px!important;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.multicolumn .multicolumn-card__info h3 {
  font-size: 28px;
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  line-height:1.1;
  max-width: 72%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .multicolumn .multicolumn-card__info h3 {
    font-size: 28px;
    max-width: 80%;
    margin-bottom: 30px;
  }
}
.sub-title {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

/** VIDEO **/
.video-section {
  padding-left:0!important;
  padding-right:0!important;
}
.video-section .svg-wrapper,
.video-section .deferred-media__poster-button {
  width: 100px;
  height: 100px;
}
.video-section .deferred-media__poster-button {
    background-color: transparent!important;
}

/** IMAGE WITH TEXT **/
.iwt-large .image-with-text .image-with-text__content {
  padding-left: 0px;
  padding-right:0px;
  color: #263C53;
}
@media screen and (min-width: 990px) {
    .iwt-large .image-with-text__content {
        padding-right: 10rem!important;
    }
}
.iwt-large .image-with-text .image-with-text__heading {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
  color: #263C53;
}
.iwt-large .image-with-text .image-with-text__text {
  font-size: 28px;
  line-height:1.2;
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
  color: #263C53;
}
.image-with-text .image-with-text__text {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #263C53;
}
.image-with-text__text.body p {
    color: #263C53;
}
.button.button--secondary {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .image-with-text .image-with-text__text {
      margin-top: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .iwt-large .image-with-text .image-with-text__heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/** MULTIROW IMAGE TEXT **/
@media screen and (min-width: 768px) {
    .multirow .image-with-text .image-with-text__text {
        margin-top: 20px;
    }
}
/** FEATURED COLLECTION **/
.clouds .collection .collection__title,
.clouds .collection .collection__title.title-wrapper{
  text-align: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.clouds .collection .collection__title .subtitle {
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  /* color: #FFFFFF; */
}
.clouds .collection .collection__title .title {
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-size: 40px;
  line-height:1.2;
  margin-bottom: 20px;
}
.clouds .collection .collection__title .subtitle,
.clouds .collection .collection__title .title {
  color: #FFFFFF;
}
.clouds .collection .collection__title .title span {
  display:block;
  font-style: italic;
    font-weight: 100;
}
.card-information .button,
.card-information .button {
  max-width: 275px!important;
  min-width: 275px!important;
  margin: 0 auto;
}
.quick-add__submit.button.button--full-width.button--secondary,
.collection .quick-add__submit.button.button--full-width.button--secondary {
  background: transparent;
  max-width: 275px!important;
  min-width: 275px!important;
  margin: 0 auto;
}
#Slider-template--24612591403381__featured_collection_cTmWge .card__information,
.clouds .collection .card__information,
.clouds .collection .card-information,
.clouds .collection .full-unstyled-link,
.clouds .collection .price {
  text-align: center!important;
  color: #FFFFFF!important;
}

.collection .card--standard > .card__content {
  padding-top:30px!important;
}
.card__heading.h5,
.collection .card__heading.h5 {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height:1.2;
  margin-bottom: 10px;
  text-align: center!important;
}

.clouds .collection .quick-add__submit.button.button--full-width.button--secondary:hover {
  background: #263C53;
  border-color: #263C53!important;
  color:#FFFFFF;
}
@media screen and (min-width: 750px) {
  .collection .collection__view-all {
    display: none;
    visibility: hidden;
  }
}
.clouds {
  /* background:url('/cdn/shop/files/footer-bg.jpg?v=1741779534'); */
  background-color: #263C53;
  background-size: cover;
  width: 100%;
  height:100%;
}
.clouds .gradient {
    backdrop-filter: blur(6px); 
}

.clouds .card-wrapper.product-card-wrapper .card--media .card__media {
  /* background-image:url('/cdn/shop/files/goa-glass-birds.png?v=1741690066'); */
  /* background-image: url('/cdn/shop/files/product-glass-background.png?v=1747321053'); */
  background-image:url('/cdn/shop/files/glass-blur-lrg.png?v=1747388489');
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center center;
  border-radius: 10px;
}
/* .media-blur {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px)!important; 
} */
/* @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .clouds .card-wrapper.product-card-wrapper .card--media .card__media {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}  */
/* .card-wrapper.product-card-wrapper .card--media .card__media .media {
    opacity:0;
} */

/* .clouds .card-wrapper.product-card-wrapper .card-product-information{
  display: none;
} */
@media screen and (max-width: 749px) {
    .clouds .slider-component.page-width {
        padding: 0 2.4rem!important;
    }
}
@media screen and (min-width: 1440px) {
  .clouds .collection .collection__title .subtitle,
  .clouds .collection .collection__title .title {
    color: #263C53;
  }
  .clouds .collection .collection__title,
  .clouds .collection .collection__title.title-wrapper{
    margin-bottom: 100px;
  }
  .clouds .collection .collection__title .subtitle {
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #263C53;
  }
  .clouds .collection .collection__title .title {
    font-family: garamond-premier-pro, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    line-height:1.2;
    margin-bottom: 20px;

  }
  .clouds {
    width: 100%;
    height:100%;
    background-image:url('/cdn/shop/files/landscape-v2.jpg?v=1741880592'); 
    background-size:100%;
    background-position:center 95%;
    background-repeat: no-repeat;
  }
}
/** BLOG **/
.blog-articles .article-card .card__information, 
.blog__posts .article-card .card__information {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.blog .article-card__info.h5,
.blog .blog__view-all{
  display:none;
  visibility: hidden;
}
.article-card__excerpt,
.card__content .card__cta {
   color:#7F7F7F;
}
.card__content .card__cta {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card__content .card__cta-text {
   border-bottom: 1px solid transparent;
}
.card__content:hover .card__cta-text {
   border-bottom: 1px solid #7F7F7F;
}
.card__content .card__cta-icon {
  width:20px;
  height:20px;
}

/** MAIN COLLECTION **/
.collection-hero__title,
.collection-hero__title h1,
.collection-hero__title p {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height:1.2;
  text-align: center!important;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}
.collection-hero__title {
  margin-top:0!important;
  margin-bottom:0!important;
}
.collection-hero__text-wrapper {
  padding-top:40px;
  padding-bottom:40px;
  width: 100%;
}
.collection-hero__list {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.collection-hero__list ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin:0;
  padding:0;
}
.collection-hero__list ul li {
  padding:0 10px;
}
.collection-hero__list ul li a {
  border-bottom: solid 1px transparent;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color:#263C53;
}
.collection-hero__list ul li a.active,
.collection-hero__list ul li a:hover {
    border-bottom: solid 1px #263C53;
}
@media screen and (min-width: 1024px) {

  .collection-hero__title,
  .collection-hero__title h1,
  .collection-hero__title p {
    font-family: garamond-premier-pro, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 64px;
    line-height:1.2;
    text-align: center!important;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
  }
  .collection-hero__text-wrapper {
    padding-top:80px;
    padding-bottom:80px;
  }
  .collection-hero__list ul {
    gap: 30px;
    margin:0;
  }
  .collection-hero__list ul li {
    padding:0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .related-products.page-width,
  .product-grid-container .collection.page-width {
    max-width:100%!important;
    padding:0!important;
  }
}
#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper,
.product-grid-container .collection .card-wrapper.product-card-wrapper,
.related-products .card-wrapper.product-card-wrapper {
  background:#F1F1E8;
  color:#263C53;
}
#Slider-template--24612591403381__featured_collection_cTmWge .card__content, 
.related-products .card--standard > .card__content,
.product-grid-container .collection .card--standard > .card__content{
  padding-top:0px!important;
  padding-bottom:60px!important;
}
.product-grid-container .collection .card__information{
  padding:0px;
}
#Slider-template--24612591403381__featured_collection_cTmWge .card__information, 
.related-products .card__information, 
.related-products .card-information, 
.related-products .full-unstyled-link, 
.related-products .price,
.product-grid-container .collection .card__information, 
.product-grid-container .collection .card-information, 
.product-grid-container .collection .full-unstyled-link, 
.product-grid-container .collection .price {
  color:#263C53!important;
  text-align: center;
}
.card__information .card__heading.h5, 
.related-products .card__heading.h5, 
.product-grid-container .collection .card__heading.h5 {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height:1.2;
  margin-bottom: 10px;
}
#Slider-template--24612591403381__featured_collection_cTmWge .price,
.related-products .price, 
.product-grid-container .collection .price  {
  font-size: 18px;
}

#Slider-template--24612591403381__featured_collection_cTmWge .card .card__inner .card__media,
.related-products .card .card__inner .card__media,
.product-grid-container .card .card__inner .card__media {
  background-image:url('/cdn/shop/files/product-card-bg.png?v=1741863044');
  background-position:center center;
  background-size: 60%;
  background-repeat: no-repeat;
}
.product-grid-container .card .card__inner .card__inner {
  max-width:60%;
  margin: 0 auto;
}
.card-product-information {
  padding-left: 30px!important;
  padding-right: 30px!important;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
}
.card-product-information ul {
  list-style: none;
  margin-bottom: 30px;
}
#Slider-template--24612591403381__featured_collection_cTmWge .quick-add {
  display:none;
}

@media screen and (min-width: 1024px) {
  .card__information .card__heading.h5, 
  .related-products .card__heading.h5, 
  .product-grid-container .collection .card__heading.h5 {
    font-size: 56px;
  }
  #Slider-template--24612591403381__featured_collection_cTmWge .price,
  .related-products .price, 
  .product-grid-container .collection .price  {
    font-size: 20px;
  }
  .card-product-information {
    max-width: 70%;
    margin: 0 auto;
  }
}
/** HOVER STATE **/
#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper.product-card-wrapper:hover,
.related-products .card-wrapper.product-card-wrapper:hover,
.product-grid-container .collection .card-wrapper.product-card-wrapper:hover {
  background:#263C53;
  color:#FFFFFF;
}
#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper.product-card-wrapper:hover .card-product-information .product-excerpt,
#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper.product-card-wrapper:hover .card-product-information .product-taste-notes,
#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper.product-card-wrapper:hover .full-unstyled-link,
#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper.product-card-wrapper:hover .price,
#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper.product-card-wrapper:hover .button,
.card-wrapper.product-card-wrapper:hover .card-product-information .product-excerpt,
.card-wrapper.product-card-wrapper:hover .card-product-information .product-taste-notes,
.related-products .card-wrapper.product-card-wrapper:hover .card-product-information .product-excerpt,
.related-products .card-wrapper.product-card-wrapper:hover .card-product-information .product-taste-notes,
.related-products .card-wrapper.product-card-wrapper:hover .full-unstyled-link,
.related-products .card-wrapper.product-card-wrapper:hover .price,
.related-products .card-wrapper.product-card-wrapper:hover .button,
.product-grid-container .collection .card-wrapper.product-card-wrapper:hover .full-unstyled-link,
.product-grid-container .collection .card-wrapper.product-card-wrapper:hover .price,
.product-grid-container .collection .card-wrapper.product-card-wrapper:hover .button{
  color:#FFFFFF!important;
}

#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper.product-card-wrapper:hover .button,
#Slider-template--24612591403381__featured_collection_cTmWge .card-wrapper.product-card-wrapper .button:hover,
.product-grid-container .collection .card-wrapper.product-card-wrapper:hover .button,
.product-grid-container .collection .card-wrapper.product-card-wrapper .button:hover{
  color:#FFFFFF!important;
  border:solid 1px #FFFFFF!important;
}
.underline-links-hover:hover a {
  text-decoration: none!important;
}

.related-products .product-grid {
  margin-top:0px;
}
.card-product-information .product-excerpt,
.card-product-information .product-taste-notes {
  font-weight: 100;
  margin-bottom:30px;
}

.collection .card-product-information .product-taste-notes {
  padding:0;
  text-align: left;
} 

.collection .card-product-information .product-excerpt {
  display:block;
  visibility:visible;
}

/** EMAIL SIGN UPS **/
.newsletter .newsletter__wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 2.4rem;
  padding-bottom: 60px;
}
.newsletter h2 {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height:1.2;
  margin-top:0px;
}
 .newsletter p {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height:1.3;
  color:#7F7F7F;
}
.newsletter .newsletter-form,
.newsletter .newsletter__wrapper .newsletter-form__field-wrapper{
  max-width: 100%;
}
.newsletter .newsletter-form__button {
  background-color: #263C53!important;
  color: #FFFFFF!important;
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  padding:10px 30px;
  width: 100%;
  position: relative;
  display: block;
}
.newsletter .goa-birds {
  background-image:url('/cdn/shop/files/newsletter-goa-birdsd.png?v=1741694642');
  height:150px;
  margin: 0 auto;
  background-size:50%;
  background-repeat: no-repeat;
  background-position: center;
  display:block;
}
.newsletter .field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newsletter-form__field-wrapper .field__input {
  border: 1px #263C53 solid;
}
.newsletter-form_field-wrapper .field__label {
  font-size:16px;
  line-height: 2!important;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

form._formFieldset_cit2d_82 input._formInputField_nag3b_7 {
  border: 1px #263C53 solid!important;
  font-size:16px!important;
  line-height: 2!important;
  font-family: "proxima-nova", sans-serif!important;
  font-weight: 400!important;
  font-style: normal!important;
}

@media screen and (min-width: 768px) {
  .newsletter-form__field-wrapper .field__input {
    min-height: 54px;
    border: 1px #263C53 solid;
  }
  .newsletter .newsletter__wrapper {
    padding-top:50px;
    padding-bottom:50px;
  }
  .newsletter .goa-birds {
    margin: 0 auto;
    min-width:360px;
    min-height:160px;
  }
  .newsletter .newsletter__wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .newsletter h2 {
    font-size: 48px;
    line-height:1.2;
  }
   .newsletter p {
    font-size: 16px;
    line-height:1.3;
  }
  .newsletter .field {
    flex-direction: row;
    
  }
  .newsletter .newsletter-form__button {
    background-color: #263C53!important;
    color: #FFFFFF!important;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding:15px 30px;
    width: 210px!important;
  }
}

@media screen and (min-width: 1024px) {
  .newsletter .newsletter__wrapper {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

/** FOOTER **/
.footer {
  background:url('/cdn/shop/files/footer-bg.jpg?v=1741779534')!important;
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
}
.footer--text {
  padding-left: calc(4rem / var(--font-body-scale))!important;
  padding-right: calc(4rem / var(--font-body-scale))!important;
}
.footer--text p {
  font-size: 35px;
  line-height:1.1;
  margin:0 0 40px 0;
}
@media screen and (min-width: 1440px) {
  .footer--text p {
    font-size: 80px;
    max-width:75%;
    line-height:1.1;
    margin:0 0 80px 0;
  }
}
.footer--text p span {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
}

.footer-block__heading.inline-richtext,
.footer--text p,
.footer-block__details-content a.list-menu__item--link {
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-block__heading.inline-richtext,
.footer--text p {
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer-block__heading.inline-richtext {
  letter-spacing:1.5px;
  margin-bottom: 40px;
}
.footer-block__details-content a.list-menu__item--link {
  color: #FFFFFF;
  font-size:1.6rem!important;
  padding-top:0px;
}
.facebook,
.instagram,
.linkedin {
  background-size: 100%;
  background-repeat:no-repeat;
  width:32px;
  height:32px;
  margin-right:10px;
}
.facebook span,
.instagram span,
.linkedin span{
  visibility:hidden;
}
.facebook {
  background-image: url('/cdn/shop/files/Facebook.png?v=1741792167');
}
.instagram {
  background-image: url('/cdn/shop/files/Instagram.png?v=1741792167');
}
.linkedin {
  background-image: url('/cdn/shop/files/LinkedIn.png?v=1741792167');
}
.footer__address {
  padding-top:80px;
  width:100%;
  max-width:250px;
}
.footer__address span {
  font-style: normal;
  display: block;
}
.footer__address p {
  color:#8E9394;
  margin-top: 0px;
}
.footer__logo {
  padding-top:80px;
  width:180px;
  height:100px;
}
.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width:100%;
  color:#838383;
  font-size:16px;
}
.border-top {
  border-top: solid #838383 .9px;
}
.no-border-top {
  border:none!important;
}
.text-center {
  text-align: center!important;
}
.banner__heading.h0.font_proxima_nova,
.font_proxima_nova {
  font-family: "proxima-nova", sans-serif!important;
  font-weight: 300!important;
  font-style: normal;
}
.banner__heading.h0.font-garamond_premier_pro,
.font-garamond_premier_pro {
  font-family: garamond-premier-pro, serif!important;
  font-weight: 500!important;
  font-style: normal;
}
.banner .banner__heading.h0 {
  margin:0;
  font-size: 38px;
  line-height:1.2;
  margin-bottom:0px;
}
.banner .banner__heading.h0:nth-of-type(2n + 1) {
  font-family: "proxima-nova", sans-serif!important;
  font-weight: 300!important;
  font-style: normal;
}
.banner .button {
  background: transparent;
  color: #FFFFFF;
}
.banner .banner__text p {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 16px;
}
.banner .button:hover {
  background: #FFFFFF;
  color: #263C53;
}
.banner__centent_left .banner__text:nth-of-type(2n + 2),
.banner__centent_right .banner__text:nth-of-type(2n + 1){
  display:none;
  visibility:hidden;
}
.banner__centent_left{
  width:100%; 
  margin-bottom: 20px;
}

.banner__centent_right {
  width:100%; 
}
.banner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
@media screen and (min-width: 1024px) {
    /* .banner__box {
        max-width: 120rem!important;
    } */
  .banner .banner__text p {
    color: #FFFFFF;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .banner .banner__heading.h0 {
    margin:0;
    font-size: 58px;
    line-height:1.1;
  }  
  .banner__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .banner__centent_left{
    width:60%; 
  }
  
  .banner__centent_right {
    width:40%; 
    padding-left:10px;
  }
}

/** PRODUCT PAGE **/
.product {
  color: #263C53;
}
.product .product__info-wrapper {
  padding:30px;
}
  
.main-product.page-width {
  width:100%;
  max-width:100%;
  padding:0 0 40px 0;
  overflow: hidden;
}

.main-product .product__media-item {
  background-color:#263C53;
}
.main-product .product__media.media--transparent {
  background-color:#263C53;
  background-image:url('/cdn/shop/files/product-card-bg.png?v=1741863044');
  background-position:center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
  .product__info-container {
    margin: 0 auto;
    padding: 0 30px;
  }
@media screen and (min-width: 750px) {
  .main-product .product-media-container.constrain-height.media-fit-contain {
      /* --contained-width: calc(var(--constrained-height)* var(--aspect-ratio)); */
     --contained-width: auto;
      width: min(var(--contained-width), 100%);
  }
  .main-product.page-width {
    padding:0 0 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-product.page-width {
    padding:0 0 80px 0;
  }
}
.main-product .thumbnail-slider {
  display: none;
  visibility: hidden;
}
.main-product .slider.slider--mobile {
  background-color:#263C53;
}
.product .product__text {
  font-size:16px;
  line-height:1.2;
  color:#263C53;
  margin-bottom:24px;
  padding:5px 0px;
}
.product .product__tag {
  padding:5px 15px;
  font-size:16px;
  line-height:1.2;
  color:#263C53;
}
.product__info {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product__avb {
  
}
.product__age {
  border: solid 1px #263C53;
  border-radius: 20px;
}  
.product .product__title {
  max-width: 100%;
}
.product .product__title h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
}
.product .price--large {
    font-size: 24px;
}
.product .product__tax {
  display:none;
  visibility: hidden;
}
.product .product__description p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-heigh:1.2;
  color: #838383;
}
.product__button__wrapper {
  display: block;
}
.product__button__wrapper .product-form__input {
  max-width: 100%;
}
.product__button__wrapper--item {
  width:100%;
}
.product__button__wrapper .product-form__buttons {
  /* display: flex;
  flex-direction: row;
  gap:18px; */
  max-width: 100%;
}
.product__button__wrapper .product-form__buttons .product-form__submit {
  /* height: 47px; */
  background-color:#263C53;
  color:#FFFFFF;
}
.product__button__wrapper .product-form__buttons .product-form__submit:hover{
  background: #FFFFFF;
  color:#263C53;
}
.product-whiskey-notes {
  border-top:1px #263C53 solid;
  color: #263C53;
  text-align: left;
  padding-top:20px;
  margin-bottom: 20px!important;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.product-whiskey-notes .note {
  width: 100%;
  margin-bottom: 20px;
}

.product-whiskey-notes p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height:1.2;
  color: #838383;
  margin:0;
}
.product-whiskey-notes .note h4 {
  font-family: garamond-premier-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  margin: 0px;
}
@media screen and (min-width: 1024px) {
  .product-whiskey-notes {
    padding-top:30px;
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .product-whiskey-notes .note {
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .product .product__title {
    max-width: 85%;
  }
  .product .product__title h1 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.1;
  }
  .product .product__tag {
    top: 0;
    right:0;
  }
  .product-whiskey-notes .note h4 {
    font-size: 18px;
    margin-bottom:16px;
  }
  .product__button__wrapper {
    display: flex;
  }
  .product__button__wrapper .product-form__input {
    max-width: 16rem;
  }
  .product__button__wrapper--item {
    width:70%;
  }
  .product__button__wrapper .product-form__buttons {
    display: flex;
    flex-direction: row;
    gap:18px;
  }
  .product__button__wrapper .product-form__buttons .product-form__submit {
    height: 47px;
    background-color:#263C53;
    color:#FFFFFF;
  }
  
}
@media screen and (min-width: 1440px) {
  .product .product__title {
    max-width: 85%;
  }
  .product .product__title h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
  }
  .product .product__info-wrapper{
    padding:8rem;
    padding-bottom:0rem;
  }
  .product__info-container.product__column-sticky {
    max-width:100%;
    padding:0 10%;
  }
  
}
/** RECIPE SECTION **/
.recipe-block {
  padding-top:30px;
}
.recipe-block--wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.recipe-block--content {
  background:#F1F1E8;
  color:#263C53;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recipe-block--content,
.recipe-block--image {
  position:relative;
  width: 100%;
}
.recipe-block--content h3,
.recipe-block--conten p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height:1.2;
}
.recipe-block--content h3 {
  text-transform: uppercase;
  font-weight: 500;
}
.recipe-block--link{
  text-decoration: none!important;
}
.recipe-block--link span {
  text-transform: uppercase;
  border-bottom: solid 1px #263C53;
  color:#263C53!important;
  font-weight: 500!important;
}
.recipe-block--link:hover span {
  border: none;
}
.recipe-block--content ul {
  font-family: garamond-premier-pro, serif!important;
  font-weight: 500!important;
  font-style: normal;
  font-size:23px;
  line-height:1.2;
  list-style:none;
  padding:0;
}
.recipe-block--content p {
  font-size: 16px;
  color: #838383;
  font-weight: 300!important;
}

.recipe-block--item {
  margin-bottom:30px;
}
.recipe-block--image img {
  width:100%;
  height:100%;
  margin:0 auto;
  object-fit:cover;
  /* position: absolute; */
}

@media screen and (min-width: 1024px) {
  .recipe-block {
    padding-top:100px;
  }
  .recipe-block--item {
    margin-bottom:80px;
  }
  .recipe-block--wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .recipe-block--content,
  .recipe-block--image {
    position:relative;
    width: 50%;
  } 
  .recipe-block--content {
    padding: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


/** marquee **/
  .sliding-text {
    overflow: hidden!important;
    display:block;
  }

  .sliding-text.absolute {
    transform: translateY(10%);
    /* top: 20%; */
  }
  @media screen and (max-width: 990px) {
    .sliding-text.absolute {
      transform: translateY(70%);
      /* top: 20%; */
    }
  }
  .sliding-text--items {
    display: flex;
    align-items: center;
    justify-content: center; 
  }
  .sliding-text--item p {
    font-size: 50px;
    font-family: 'garamond-premier-pro', serif!important;
    font-weight: 500;
    font-style: normal;
    line-height:1;
    color: #263C53;
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #263C53;
    margin:0px;
  }
  .sliding-text--item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    flex-shrink: 0;
  }
  .row-one {
    animation: Scroll 40s linear infinite;
  }
  .row-two {
    animation: Scroll 40s linear infinite;
    animation-direction: reverse;
  }

  .section-{{ section.id }}-padding {
    padding-top: calc({{ section.settings.padding_top }}px * 0.75);
    padding-bottom: calc({{ section.settings.padding_bottom }}px  * 0.75);
  }
  
  @media screen and (min-width: 1024px) {
    .sliding-text.absolute {
      position: absolute;
      top: 30%;
    }
    .sliding-text--item p {
      font-size: 100px;
    }
    .row-one {
      animation: Scroll 60s linear infinite;
    }
    .row-two {
      animation: Scroll 60s linear infinite;
      animation-direction: reverse;
    }
  }
  /* .page-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-hero img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index:0;
  }
  .page-hero--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 950px;
    border-radius: 10px;
    position:relative;
  }
  .page-hero--content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #FFFFFF;
  }
  .page-hero--title span {
    display:block;
    color:#FFFFFF;
    line-height:1.2;
    filter: drop-shadow(5px 5px 10px #263C53);
  }
  .page-hero--title .sml {
    font-size: 16px;
  }
  .page-hero--title .lrg {
    font-size: 54px;
  } */
  /* .main-page-title {
    display:none;
  } */
  /* .garamond-regular {
    padding-top:80px;  
  } */
  /* .goa-time-line {
    padding-bottom: 80px;
  }
  .goa-time-line h2 {
    font-size: 36px;
    font-family: garamond-premier-pro, serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom:46px;
  }
  .goa-time-line--slider {
    display: flex;
    flex-direction: row;
    justify-content: start;
    transform:none!important;
  }
  .thumb-timeline {
    border-top: solid 0.1rem #263C53;
  }
  .goa-time-line--slide-copy {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    gap:20px;
  }
  .slide-text,
  .slide-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .slide-image {
    max-width:500px;
    max-heigh:500px;
  }
 .slide-text {
   max-width:360px;
   width: 100%;
   font-size: 20px;
 }
  .year {
    font-size: 96px;
    line-height: 1.2;
    margin: 20px 0;
    color: #F1F1E8;
  }
  .swiper-slide {
    cursor: pointer;
  }
  .swiper-slide-active .goa-time-line--slide-copy {
    display: flex;
    color:#263C53;
  }
  .swiper-slide-thumb-active .year {
    color:#263C53;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .main-timeline {
    overflow:hidden;
  } */
  /* .our-story-banner {
    position: relative;
    width:100%;
    height:700px;
    z-index:1;
    overflow:hidden;
  }
  .our-story-banner--content {
    width: 100%;
    position: absolute;
    inset: 0px;
    z-index:10;
    color:#F1F1E8;
    width:100%;
    max-width:854px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index:10;
    text-align: center;
  }
  .our-story-banner--content h2,
  .our-story-banner--content h3 {
    color:#F1F1E8;
    text-align: center,
    line-height:1.2;
  }
  .our-story-banner--copy {
      text-align:left;
  }
  .our-story-banner--content h2 {
    font-size:48px;
    margin: 0 auto;
    max-width: 520px;
  }
  .our-story-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index:0;
  } */
  .frost {
    background: rgba(255, 255, 255, 0.5);
    filter: blur(10px); 
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
  }

  .glass {
    position: relative;
    background: inherit;
    overflow: hidden;
    width: 70%;
    height: 70%;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 
                0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }

  .glass:before {
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -20px;
    box-shadow: inset 0 0 500px rgba(255, 255, 255, .4); 
    filter: blur(10px);
    z-index: -1;
  }
  /* .our-mission {
    display: flex;
    flex-direction: row;
    max-width: 80%;
    margin: 0 auto;
    padding: 80px 0;
  }
  .our-mission--item p {
    font-size: 45px;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
  }
  .our-mission--item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .our-mission--item .icon img {
    width: 100%;
    max-width:450px;
    margin: 0 auto;
    display: block;
  } */
  .text-image-block--item .icon img {
    width: 100%;
    max-width:450px;
    margin: 0 auto;
    display: block;
  }
  /* .our-values {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 80px 0;
    gap: 24px;
  }
  .our-values--heading span {
    background-color:#263C53;
    padding: 5px 20px;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    min-width: 171px;
  }
  .our-values--heading h4 {
    font-size: 56px;
    font-family: garamond-premier-pro, serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
    text-align: center;
  }
  .our-values--col {
    border-left: solid .5px #263C53;
    display: flex;
    flex-direction: column;
    padding: 30px 80px 30px 60px;
  }
  .our-values--col h4 {
    font-size:48px;
    margin-top:0;
    margin-bottom:80px;
  }
  .our-values--col p {
    color: #838383;
  }
  .our-values--col .icon {
    width: 130px;
    height: auto;
    display:block;
  }
  .our-values--col .icon img {
    width: 100%;
    height: auto;
  } */
  /* .text-image-block {
    display: flex;
  }
  .text-image-block--item {
    width: 50%;
  } */
  .children-of-lir--text p,
  .lir-poem p {
    font-size: 28px;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
  }
  /* .text-image-block--text {
    width: 100%;
    max-width:70%;
  } */

  .children-of-lir,
  .lir-poem {
    padding:80px 0;
  }
  .children-of-lir--text p {
    max-width: 70%;
  }
  .children-of-lir--credits {
    margin-bottom: 30px;
  }
  .children-of-lir--credits p {
    font-size: 14px;
    margin:0;
  }
  .children-of-lir--credits span {
    font-size: 14px;
    color:#838383;
  }
  .lir-poem {
    width:100%;
    max-width:85%;
    margin: 0 auto;
  }
  .lir-poem p {
    font-size:46px;
    color:#8E9394;
  }
  .lir-poem span {
    color:#263C53;
  }
  /* .testimonial-block {
    background-color:#263C53;
    color: #838383;
    padding:50px;
    margin-bottom: 50px;
  }
  .testimonial-block h4,
  .testimonial-block p span  {
    color: #F1F1E8;
  }
  .testimonial-block h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
  }
  .testimonial-block blockquote {
    color: #838383;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    font-style: normal;
    font-size: 36px;
    margin: 0px;
    padding:0;
    border:0;
  }
  .testimonial-block blockquote .cite {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 20px;
  }
  .testimonial-block blockquote .cite p {
    font-size: 16px;
    line-height: 1.2;
    color: #F1F1E8;
    margin: 0;
    padding: 0;
  }
  .testimonial-block blockquote .cite img {
    border-radius: 100%;
  }
  .testimonial-block blockquote .cite .cite--author {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media screen and (min-width: 768px) {
    .testimonial-block {
      padding:100px 140px;
      margin-bottom: 100px;
    }
  } */
  .whiskey-investment{
    padding: 80px 0;
  }
  .whiskey-investment.cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap:24px;
    grid-row-gap: 24px;
  }
  .whiskey-investment.cols-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap:24px;
    grid-row-gap: 24px;
  }
  .whiskey-investment--heading {
    text-align: center;
  }
  .whiskey-investment--heading span {
    
  }
  .whiskey-investment h4,
  .whiskey-investment--heading h2,
  .video-text-block--text h5,
  .choose-a-cask h2 {
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    font-style: normal;
    margin: 0;
  }
  .whiskey-investment--heading h2,
  .choose-a-cask h2{
      font-size:56px;
  }
  .whiskey-investment h4 {
    font-size: 32px;
    margin: 0 0 15px 0;
  }
  .whiskey-investment.cols-4 h4 {
    font-size: 26px;
  }
  .whiskey-investment p {
    margin: 0 auto;
    max-width:85%;
  }
  .whiskey-investment svg {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }
  .whiskey-investment--col {
    border: solid 1px #8E9394;
    text-align: center;
    padding:50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: center;
    align-items: center;
  }
  .whiskey-investment--disclaimer {
    color: #A3A3A3;
  }
  .video-text-block {
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap:0;
    grid-row-gap: 0;
  }
  .video-text-block--video {
    position: relative;
  }
  .video-text-block--video img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .video-text-block--text {
    background-image:url('/cdn/shop/files/cream-background.jpg?v=1742573897');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 50px;
  }
  .video-text-block--text h5 {
    font-size: 36px;
    font-weight: 700;
    max-width: 60%;
    margin: 0 auto;
  }
  .video-text-block--text p {
    font-size: 40px;
    line-height: 1.2;
  }
  /* .brochure-download {
    background-color:#F1F1E8;
    margin: 80px 0;
  } */
  /* .brochure-download--col, */
  .choose-a-cask--col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    align-items: center;
    padding: 0 80px;
  }
  .brochure-download--text {
    max-width: 80%;
    margin: 0 auto;
    font-size:35px;
  }
  .choose-a-cask {
    padding: 100px 0;
    background-image: url('/cdn/shop/files/hero-bg.jpg?v=1741703759');
    background-repeat: no-repeat;
  }
  .choose-a-cask--text {
    text-align: center;
    margin-bottom: 50px;
  }
  .choose-a-cask--col img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .choose-a-cask--col span {
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 20px;
    background: #263C53;
    color:#F1F1E8;
    padding: 5px 20px;
    text-align: center;
  }
  .choose-a-cask--col h3 {
    font-size: 36px;
    font-family: garamond-premier-pro, serif;
    font-weight: 500;
    font-style: normal;
    margin-top:20px;
    margin-bottom:0px;
  }
  .choose-a-cask--col .price {
    font-size: 18px;
  }

  /** BLOG SECTION **/
  .main-blog--header {
    text-align:center;
  }
   .main-blog--header .title--primary {
     font-size:44px;
     line-height:1.5;
     margin-top:0;
     margin-bottom: 30px;
   }
  .main-blog--header p {
    font-size: 20px;
    line-height:1.5;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .main-blog--nav {
    list-style:none;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
  }
  .main-blog--nav a {
    font-family: "proxima-nova", sans-serif!important;
    font-weight: 100!important;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #838383;
    text-transform: uppercase;
    text-decoration: none;
    padding:0 10px;
  }
   .main-blog--nav a span {
     border-bottom:0.5px solid transparent;
   }
  .main-blog--nav a:hover span,
   .main-blog--nav a.active span{
    border-color: #838383;
  }
  .card__tag {
    border-radius: 20px;
    background-color: #263C53;
    color: #F0F0ED;
    padding:10px 30px;
    text-transform: capitalize;
    font-size: 14px;
    line-height:1.2;
    display: inline-block;
    margin-bottom:20px;
    margin-right: 20px;
  }
  .card__heading.h2 {
    margin-bottom:20px!important;
  }
@media screen and (min-width: 768px) {
  .main-blog--nav {
    list-style:none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-bottom: 50px;
  }
}    
@media screen and (min-width: 1024px) {
   .main-blog--header .title--primary {
     font-size:64px;
     line-height:1.2;
     margin-bottom: 50px;
   }
  .main-blog--header p {
    font-size: 28px;
    margin-bottom: 100px;
  }
  .main-blog--nav {
    margin-bottom: 80px;
  }
}

/** ARTICLE **/
.article-template__title {
  text-align: center;
   font-size:44px;
   line-height:1.2;
   margin-top:0;
   margin-bottom: 30px;
}
.page-width.article-header-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom:70px;
}
.page-width.article-header-wrapper .circle-divider {
  display: none;
}
.whiskey-investing,
.contact,
.page-width.article-template__content,
.the-founders-300-club {
  width: 100%;
  max-width: 1100px!important;
  margin: 50px auto;
  text-align: center;
}
.article-template__hero-container {
  max-height: 700px!important;
  max-width: 100%!important;
  overflow: hidden;
  margin-bottom:30px;
}
.contact p:first-of-type,
.whiskey-investing p:first-of-type,
.the-founders-300-club p,
.article-template__content > p,
.article-template__content > p:first-of-type{
  font-size: 20px;
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  line-height:1.2;
}
      

@media screen and (min-width: 1024px) {
  .article-template__title {
    font-size: 60px;
    line-height:1.2; 
  }
  .contact p:first-of-type,
  .whiskey-investing p:first-of-type,
  .article-template__content > p:first-of-type,
  .the-founders-300-club p {
    font-size: 36px;
  }
  .page-width.article-template__content {
    margin: 100px auto;
  }
}

.news-recipe-hide {
  display:none;
  visibility: hidden;
  opacity:0;
}

/* the new distillery */
.the-new-distillery .main-page-title {
  display:none;
  visibility: hidden;
  opacity:0;
}
