/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#g-navigation {
  text-align: left;
  background-color: #f8f7f3;
  background-repeat: repeat;
  background-position: center center;
  background-size: 15%;
  box-shadow: 0px 0px 5rem 0px rgba(0, 0, 0, 0.03);
  z-index: 9999999;
}
.ff-notification-enabled #g-navigation {
  top: 0;
}
#g-navigation .ff-nav-menu-block {
  font-size: 1.125rem;
}
@media only all and (max-width: 59.99rem) {
  #g-navigation .ff-nav-menu-block {
    display: none;
  }
}
#g-navigation > .g-grid {
  padding: 0 0.5rem;
}
#g-navigation > .g-grid:first-child {
  padding-top: 0.5rem;
  border-bottom: 1px solid #cb9e61;
  flex-flow: row nowrap;
}
#g-navigation > .g-grid:first-child .ff-nav-top-left {
  min-width: 0;
}
#g-navigation > .g-grid:first-child .ff-nav-top-left .g-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only all and (max-width: 47.99rem) {
  #g-navigation > .g-grid:first-child .ff-nav-top-left {
    flex: 1 1 auto;
    width: auto;
  }
  #g-navigation > .g-grid:first-child .ff-top-menu-block {
    flex: 0 0 auto;
    width: auto;
  }
  #g-navigation > .g-grid:first-child .ff-top-menu-block .g-toplevel > .g-menu-item:not(.g-menu-item-1482) {
    display: none;
  }
  #g-navigation > .g-grid:first-child .ff-top-menu-block .g-toplevel > .g-menu-item.g-menu-item-1482 {
    padding: 0;
  }
  #g-navigation > .g-grid:first-child .ff-top-menu-block .g-toplevel > .g-menu-item.g-menu-item-1482 .c7-user-nav__cart__title {
    display: none;
  }
}
@media only all and (max-width: 59.99rem) {
  #g-navigation > .g-grid:first-child .g-menu-item-1504 {
    display: none !important;
  }
}
#g-navigation .g-main-nav .g-toplevel {
  justify-content: right;
}
#g-navigation .g-main-nav .g-toplevel > .g-menu-item {
  flex: 1;
  text-align: center;
}
#g-navigation .g-main-nav .g-toplevel > .g-menu-item .g-menu-item-container .g-menu-item-content {
  position: relative;
}
#g-navigation .g-main-nav .g-toplevel > .g-menu-item .g-menu-item-container .g-menu-item-content:before {
  content: "";
  top: calc(100% + 0.25rem);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 1.4px;
  background-color: #cb9e61;
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
  transition: all 0.3s ease-out;
}
#g-navigation .g-main-nav .g-toplevel > .g-menu-item .g-menu-item-container:hover .g-menu-item-content:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#g-navigation .g-main-nav .g-toplevel > .g-menu-item.active .g-menu-item-container {
  color: #cb9e61;
}
#g-navigation .g-main-nav .g-toplevel > .g-menu-item.active .g-menu-item-container .g-menu-item-content:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item {
  flex: 0 auto;
  padding: 0 1.5rem;
}
@media only all and (max-width: 1130px) {
  #g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item {
    padding: 0 1.25rem;
  }
}
@media only all and (max-width: 984px) {
  #g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item {
    padding: 0 1rem;
  }
}
#g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item .g-menu-item-container {
  padding: 0;
  text-align: center;
}
#g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item .g-menu-item-container .g-menu-item-content:before {
  transform: translate3d(0, 4px, 0);
  top: 100%;
}
#g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item.g-menu-item-1504 {
  display: block;
}
#g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item.g-menu-item-1504 > .g-menu-item-container > .menu-item-particle {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item.g-menu-item-1482 {
  display: block;
}
#g-navigation .ff-top-menu-block .g-toplevel > .g-menu-item.g-menu-item-1482 > .g-menu-item-container > .menu-item-particle {
  line-height: normal;
}
@media only all and (max-width: 59.99rem) {
  #g-navigation .ff-nav-logo-block {
    display: none;
  }
}
#g-navigation .ff-nav-logo-block a {
  display: inline-block;
  padding: 0.5rem 0;
}
#g-navigation .ff-nav-logo-block a:before {
  content: url('../../../../uploads/2025/08/llanoicon-clay.svg');
  display: inline-block;
  height: 45px;
  width: 45px;
  vertical-align: middle;
}
#g-navigation .ff-nav-logo-block a img {
  height: 45px;
}
#g-navigation #c7-cart .c7-user-nav__cart > .c7-link {
  padding: 0;
  font-size: 13.6px;
}
#g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__title > svg {
  display: none;
}
#g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__title > span {
  clip: initial;
  clip-path: initial;
  overflow: initial;
  position: static;
  white-space: nowrap;
  height: auto;
  width: auto;
  color: #3e3a37;
  font-size: 13.6px;
  text-transform: uppercase;
  position: relative;
}
#g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__title > span:before {
  content: "";
  top: 100%;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 1.4px;
  background-color: #cb9e61;
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
  transition: all 0.3s ease-out;
}
#g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__title:hover > span {
  color: #cb9e61;
}
#g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__title:hover > span:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__count {
  display: inline-block;
  border-radius: 0;
  background: none;
  font-size: 13.6px;
  box-shadow: none;
  font-weight: bold;
  height: auto;
  min-width: auto;
  margin-left: 0;
  vertical-align: initial;
  color: #3e3a37;
  margin: -9px 0 0 3px;
  padding: 9px 9px 0;
  position: relative;
  top: 1px;
  position: relative;
}
#g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__count:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../../../../uploads/2025/08/le-shopping-bag.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
#g-navigation #c7-account .c7-user-nav__account {
  padding: 0;
}
#g-navigation #c7-account .c7-user-nav__account__login {
  white-space: nowrap;
  text-decoration: none;
  padding: 0;
  color: #3e3a37;
}
#g-navigation #c7-account .c7-user-nav__account__login:before {
  content: "";
  top: 100%;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 1.4px;
  background-color: #cb9e61;
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
  transition: all 0.3s ease-out;
}
#g-navigation #c7-account .c7-user-nav__account__login:hover {
  color: #cb9e61;
}
#g-navigation #c7-account .c7-user-nav__account__login:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#g-navigation #c7-account .c7-user-nav__account__name {
  padding: 0;
  color: #3e3a37;
  text-decoration: none;
}
#g-navigation #c7-account .c7-user-nav__account__name svg {
  width: 17px;
  height: 17px;
}
#g-navigation #c7-account .c7-user-nav__account__dropdown {
  text-align: left;
  border-radius: 0;
}
#g-navigation #c7-account .c7-user-nav__account__dropdown a {
  text-decoration: none;
}
.page-id-1438 #g-navigation #c7-account .c7-user-nav__account__name {
  color: #cb9e61;
}
.page-id-1438 #g-navigation #c7-account .c7-user-nav__account__name .ff-loggedin-name:before {
  content: "";
  top: 100%;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 1.4px;
  background-color: #cb9e61;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-out;
}
.page-id-1442 #g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__title {
  position: relative;
}
.page-id-1442 #g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__title > span {
  color: #cb9e61;
}
.page-id-1442 #g-navigation #c7-cart .c7-user-nav__cart > .c7-link .c7-user-nav__cart__title > span:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#g-notification {
  z-index: 101;
}
#ff-top-notification {
  color: #cb9e61;
}
#ff-top-notification a {
  color: #f8f7f3;
}
#ff-top-notification a:hover {
  color: #99a97e;
}
#ff-top-notification #ff-top-notification-content {
  padding: 1px 1rem;
}
#g-container-footer {
  overflow: hidden;
  padding: 0;
  border-top: 1.4px solid #cb9e61;
}
@media only all and (max-width: 59.99rem) {
  #g-container-footer {
    padding-top: 1rem;
  }
}
@media only all and (min-width: 60rem) {
  .ff-footer-logo-block {
    padding-top: 1rem;
  }
}
.ff-footer-social-block {
  align-self: center;
}
@media only all and (min-width: 60rem) {
  .ff-footer-social-block.ff-social-left .g-social {
    padding-left: 7rem;
  }
}
@media only all and (min-width: 60rem) {
  .ff-footer-social-block.ff-social-right .g-social {
    padding-right: 7rem;
  }
}
.ff-footer-social-block > .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
#menu-footer {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  row-gap: 3rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
@media only all and (max-width: 59.99rem) {
  #menu-footer {
    padding: 1rem 0 2rem;
  }
}
@media only all and (min-width: 60rem) {
  #menu-footer > li {
    flex: 0 auto;
    white-space: nowrap;
    padding: 0 2.5rem;
  }
}
@media only all and (max-width: 59.99rem) {
  #menu-footer > li {
    flex: 0 50%;
    order: 2;
  }
}
@media only all and (max-width: 59.99rem) {
  #menu-footer > li:nth-child(3) {
    order: 1;
    flex: 0 100%;
  }
}
#menu-footer > li > a {
  text-decoration: none !important;
  font-size: 1.5rem;
  color: #3e3a37;
  font-family: "Libertinus Serif", serif;
}
#menu-footer > li > a:hover {
  color: #3e3a37;
}
#menu-footer > li > .sub-menu {
  margin: 0;
}
#menu-footer > li > .sub-menu > .menu-item a {
  color: #3e3a37;
}
#menu-footer > li > .sub-menu > .menu-item a:hover {
  color: #873121;
}
#g-copyright {
  padding: 0.7rem 0 1rem;
  border-top: 1.4px solid #cb9e61;
}
@media only all and (max-width: 47.99rem) {
  #g-copyright {
    text-align: center;
  }
}
@media only all and (max-width: 420px) {
  #g-copyright {
    font-size: 0.875rem;
  }
}
.ff-copyright-menu-block .g-toplevel {
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
}
@media only all and (max-width: 47.99rem) {
  .ff-copyright-menu-block .g-toplevel {
    justify-content: center;
  }
}
.ff-copyright-menu-block .g-toplevel .g-menu-item .g-menu-item-container {
  padding: 0 1rem;
}
@media only all and (max-width: 47.99rem) {
  .ff-copyright-menu-block .g-toplevel .g-menu-item .g-menu-item-container {
    padding: 0 0.5rem;
  }
}
.ff-copyright-menu-block .g-toplevel .g-menu-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -0.5px;
  top: 3px;
  bottom: 0;
  width: 1px;
  background-color: #3e3a37;
}
.ff-featured-column-a {
  cursor: pointer;
}
.ff-featured-column-a:hover .ff-items-text {
  transform: scale(1.05);
}
.ff-featured-column-a:hover .ff-items-text > p:before {
  transform: translate3d(1rem, 0, 0);
}
.ff-featured-column-a:hover .ff-items-text > p:after {
  transform: translate3d(-1rem, 0, 0);
}
.ff-featured-column-a:hover .ff-items-block-bgimg:after {
  background-color: rgba(62, 58, 55, 0.7);
}
.ff-featured-column-a .ff-items-block-bgimg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 58, 55, 0.5);
  transition: background-color 0.3s ease-out;
}
.ff-featured-column-a .ff-items-text {
  transition: transform 0.3s ease-out;
}
.ff-featured-column-a .ff-items-text > p {
  position: relative;
  max-width: 400px;
  margin: 1.5rem auto;
}
.ff-featured-column-a .ff-items-text > p:before, .ff-featured-column-a .ff-items-text > p:after {
  content: "";
  display: block;
  width: 1.4px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f8f7f3;
  transition: transform 0.3s ease-out;
}
.ff-featured-column-a .ff-items-text > p:before {
  left: 0;
}
.ff-featured-column-a .ff-items-text > p:after {
  right: 0;
}
ff-item.ff-item-sticky {
  z-index: 101;
}
.ff-container {
  width: 75rem;
  margin: 0 auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .ff-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .ff-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .ff-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .ff-container {
    width: 100%;
  }
}
.ff-dark-pattern {
  background-image: url('../../../../uploads/2025/08/bg-pattern-blk.jpg?68b7bcf7');
  background-repeat: repeat;
  background-position: center center;
  background-size: 15%;
}
.ff-text-shadow {
  text-shadow: 0px 0px 1rem rgba(62, 58, 55, 0.3), 0px 0px 2.5rem rgba(62, 58, 55, 0.15);
}
.ff-tasting-feature {
  margin: 5rem 0;
}
.ff-tasting-feature > .g-content {
  margin: 0;
  padding: 1rem;
  height: 100%;
}
.ff-tasting-feature > .g-content > .ff-items-column {
  border: 1px solid #cb9e61;
  padding: 1rem;
}
#gform_wrapper_2 {
  padding: 1rem 0;
}
#gform_wrapper_2 #gform_wrapper_2 h2 {
  font-weight: 600;
}
#gform_wrapper_2 .ginput_container_email {
  max-width: 400px;
  margin: 0 auto;
}
#gform_wrapper_2 .ginput_container_email input {
  text-align: center;
}
#gform_wrapper_2 .gform_heading p {
  margin: 0;
}
#gform_wrapper_2 .gform_footer {
  justify-content: center;
  padding-bottom: 0 !important;
}
.ff-floating-bg-boxes .ff-items-grid {
  gap: 1.563rem;
}
.ff-floating-bg-boxes .ff-items-grid .ff-items-block {
  flex: 1;
}
@media only all and (max-width: 47.99rem) {
  .ff-floating-bg-boxes .ff-items-grid .ff-items-block {
    flex: 0 100%;
  }
}
.ff-top-neg-margin {
  margin-top: -4rem;
}
.ff-item-column-link {
  display: block;
}
.ff-item-column-link > div {
  padding: 0.1px;
}
.ff-item-text-img img, .ff-items-image img {
  height: 100%;
  object-fit: cover;
}
:root {
  --c7-primary-color-text: #cb9e61;
  --c7-primary-color: #cb9e61;
  --c7-field-option-focus-color: #3e3a37;
  --c7-bg: #f8f7f3;
  --c7-border-radius: 0;
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list {
  margin: 1rem 0 2.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only all and (max-width: 47.99rem) {
  .c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event {
  padding: 1.75rem;
  background-color: #f8f7f3;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event:not(:first-child) {
    display: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event:last-child {
    display: none;
  }
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  border: 1px solid #cb9e61;
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event .ff-c7-event-title h3 {
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event .ff-c7-event-title h3 a {
  color: #3e3a37;
  text-decoration: none;
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event .ff-c7-event-date {
  margin-top: 1rem;
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event .ff-c7-event-image {
  padding-top: 100%;
  position: relative;
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event .ff-c7-event-image a {
  display: block;
}
.c7-product-collection[data-collection-slug="website-3-event-feature"] .c7-product-collection__product-list .ff-c7-event .ff-c7-event-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.c7-product-collection[data-collection-slug="website-events"] .c7-product-collection__product-list {
  gap: 3rem;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.c7-product-collection[data-collection-slug="website-events"] .ff-c7-event {
  background-color: #f8f7f3;
  padding: 1rem;
}
.c7-product-collection[data-collection-slug="website-events"] .ff-c7-event .ff-c7-event-grid {
  border: 1px solid #cb9e61;
  padding: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .c7-product-collection[data-collection-slug="website-events"] .ff-c7-event .ff-c7-event-grid .button {
    padding: 0.5em;
    width: 100%;
  }
}
.c7-product-collection[data-collection-slug="website-events"] .ff-c7-event-block .ff-c7-event-img {
  padding-top: 100%;
  position: relative;
}
.c7-product-collection[data-collection-slug="website-events"] .ff-c7-event-block .ff-c7-event-img a {
  display: block;
}
.c7-product-collection[data-collection-slug="website-events"] .ff-c7-event-block .ff-c7-event-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
@media only all and (max-width: 47.99rem) {
  .c7-product-collection[data-collection-slug="website-events"] .ff-c7-event-block > .ff-content {
    margin: 0.625rem 0 0 0;
    padding: 0.938rem 0 0 0;
  }
}
.c7-product-collection[data-collection-slug="website-events"] .ff-c7-event-title a:not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx):not(.xxx) {
  text-decoration: none !important;
}
.ff-c7-type-event-ticket .ff-gmap {
  display: none !important;
}
#c7-content.c7-content--checkout {
  z-index: 99999999 !important;
}
#c7-content .ff-c7-product.ff-product-single[data-type="Wine"] .ff-c7-product-wrap .ff-c7-product-specs {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out 0.2s;
  transform: translate3d(-0.5rem, 0, 0);
}
#c7-content .ff-c7-product.ff-product-single[data-type="Wine"] .ff-c7-product-wrap .ff-c7-product-image {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
  transform: translate3d(0, 0.5rem, 0);
}
#c7-content .ff-c7-product.ff-product-single[data-type="Wine"] .ff-c7-product-wrap.is-bottle .ff-c7-product-specs {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#c7-content .ff-c7-product.ff-product-single[data-type="Wine"] .ff-c7-product-wrap.is-bottle .ff-c7-product-image {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#c7-content .ff-c7-product.ff-product-single.ff-c7-event .ff-c7-product-buy {
  z-index: 1;
}
#c7-content .ff-c7-product.ff-product-single.ff-product-type-event-ticket .ff-c7-product-buy {
  z-index: 1;
}
#c7-content .ff-c7-product.ff-product-single.ff-product-type-event-ticket .ff-c7-product-buy img {
  display: none;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-top {
  position: relative;
  height: calc(100vh - 90px);
  max-height: 710px;
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-top {
    height: auto;
    max-height: none;
  }
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-top > .ff-container {
  height: 100%;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-bg:empty {
  background-image: url('../../../../uploads/2025/08/llano-product-bg.jpg');
  background-size: cover;
  background-position: center center;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-wrap {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  padding: 1.5rem;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-wrap:before {
  content: "";
  display: block;
  flex: 0 10%;
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-wrap:before {
    display: none;
  }
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-specs {
  flex: 0 20%;
  align-self: center;
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-specs {
    flex: 0 75%;
    padding-bottom: 1rem;
  }
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-specs .ff-c7-product-spec:not(:last-child) {
  margin-bottom: 1rem;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-specs .ff-spec-data {
  font-weight: 600;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-image {
  flex: 0 13%;
  position: relative;
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-image {
    flex: 0 25%;
    padding-bottom: 1rem;
    min-height: 22rem;
  }
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-image .ff-c7-product-image-inner {
    position: absolute;
    top: 0;
    right: -30rem;
    bottom: -10rem;
    left: -2rem;
  }
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-image .ff-c7-product-image-inner img {
  position: absolute;
  height: calc(100% - 4rem);
  right: -3.5rem;
  top: 2rem;
  bottom: 2rem;
  max-width: none;
  pointer-events: none;
  max-height: 600px;
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-image .ff-c7-product-image-inner img {
    position: static;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: left center;
  }
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-buy {
  flex: 0 35%;
  padding: 1rem;
  background-color: #f8f7f3;
  color: #3e3a37;
  align-self: center;
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-buy {
    flex: 0 100%;
  }
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-buy .ff-c7-product-buy-inner {
  padding: 1rem 2rem;
  border: 1px solid #cb9e61;
  height: 100%;
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-buy .ff-c7-product-buy-inner:before {
    content: "";
    display: block;
    width: 56px;
    height: 136px;
    float: right;
  }
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-buy .ff-c7-product-buy-inner img {
  padding-top: 1.5rem;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-description .ff-c7-product-description-wrap {
  padding: 1rem 5rem 0;
}
@media only all and (max-width: 59.99rem) {
  #c7-content .ff-c7-product.ff-product-single .ff-c7-product-description .ff-c7-product-description-wrap {
    padding: 1rem 1rem 0;
  }
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-images ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-images ul li {
  flex: 1;
  position: relative;
  height: 276px;
  list-style: none;
  background-color: #f8f7f3;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-images ul li:first-child, #c7-content .ff-c7-product.ff-product-single .ff-c7-product-images ul li:nth-child(2) {
  display: none;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-images ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-awards {
  margin-top: 1rem;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-awards .ff-c7-product-awards-wrap {
  display: flex;
  flex-flow: row wrap;
  column-gap: 3rem;
  justify-content: center;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-awards .ff-c7-product-awards-wrap .ff-c7-product-award {
  flex: 0 0 auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: center;
  font-size: 1.25rem;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-awards .ff-c7-product-awards-wrap .ff-c7-product-award span {
  font-family: "Libertinus Serif", serif;
  font-size: 1.5rem;
  font-style: italic;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-pairing .ff-c7-product-pairing-text {
  max-width: 800px;
  margin: 0 auto;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-winevine .ff-c7-product-wine-making .ff-c7-product-winevine-img:after {
  background-image: url('../../../../uploads/2025/08/winemaking.jpg?68b7bdcf');
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-winevine .ff-c7-product-vineyards .ff-c7-product-winevine-img:after {
  background-image: url('../../../../uploads/2025/08/vineyards.jpg?68b7bdd8');
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-winevine .ff-c7-product-winevine-img {
  padding-top: 60%;
  position: relative;
}
#c7-content .ff-c7-product.ff-product-single .ff-c7-product-winevine .ff-c7-product-winevine-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#c7-content > .c7-account .c7-account__header {
  background-image: url('../../../../uploads/2025/08/le-profile-top-barrels.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
}
#c7-content > .c7-account .c7-account__header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.35);
}
#c7-content > .c7-account .c7-account__header .c7-wrapper {
  position: relative;
  color: #f8f7f3;
}
#c7-content > .c7-account .c7-account__header .c7-wrapper p {
  color: #f8f7f3;
}
#c7-content > .c7-account .c7-account__header .c7-wrapper .c7-marker {
  background-color: #f8f7f3;
}
#c7-content > .c7-account .c7-btn {
  padding: 0.72em;
  font-size: 1.25rem;
}
#c7-content > .c7-account p {
  margin-top: 0;
}
#c7-content > .c7-account .c7-account__menu ul > li a {
  text-decoration: none;
  color: #3e3a37;
}
#c7-content > .c7-account .c7-account__menu ul > li.c7-active a {
  color: #cb9e61;
}
#c7-content > .c7-cart .c7-order-items .c7-order-item {
  background-color: #f8f7f3;
  padding: 2rem;
  position: relative;
  align-items: center;
}
#c7-content > .c7-cart .c7-order-items .c7-order-item:before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #cb9e61;
}
#c7-content > .c7-cart .c7-order-items .c7-order-item .c7-order-item__title a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
}
#c7-content > .c7-cart .c7-cart__summary-container a[data-testid="proceed-to-checkout-link"] {
  padding: 0.5em;
}
.c7-product-collection__product-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c7-product-collection__product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only all and (max-width: 47.99rem) {
  .c7-product-collection__product-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.c7-product-collection__product-list .ff-c7-product {
  padding: 1rem;
  background-color: #f8f7f3;
  transition: box-shadow 0.3s ease-out;
  transition-delay: 0s;
}
.c7-product-collection__product-list .ff-c7-product .ff-wine-title a {
  color: #cb9e61;
  transition: color 0.3s ease-out;
  transition-delay: 0s;
}
.c7-product-collection__product-list .ff-c7-product .ff-c7-product-image {
  padding-top: 1rem;
}
.c7-product-collection__product-list .ff-c7-product .ff-c7-product-image img {
  transform-origin: center bottom;
  transition: transform 0.3s ease-out;
  transition-delay: 0s;
}
.c7-product-collection__product-list .ff-c7-product:hover {
  box-shadow: 0px 0px 2rem rgba(62, 58, 55, 0.2);
  transition-delay: 0.1s;
}
.c7-product-collection__product-list .ff-c7-product:hover .ff-c7-product-image img {
  transform: scale(1.05);
  transition-delay: 0.1s;
}
.c7-product-collection__product-list .ff-c7-product:hover .ff-wine-title a {
  color: #cb9e61;
  transition-delay: 0.1s;
}
.c7-product-collection__product-list .ff-c7-product .ff-c7-product-wrap {
  border: 1px solid #cb9e61;
  padding: 1rem;
  height: 100%;
}
.c7-product-collection__product-list .ff-c7-product .ff-c7-product-image {
  margin-bottom: 0.75rem;
}
.c7-product-collection__product-list .ff-c7-product .ff-c7-product-image a {
  display: block;
}
.c7-product-collection__product-list .ff-c7-product .ff-c7-product-image a img {
  max-height: 400px;
}
.c7-product-collection__product-list .ff-c7-product .ff-c7-product-title a {
  color: #3e3a37;
  text-decoration: none;
}
.c7-product-collection__product-list .ff-c7-product .ff-c7-product-title a:hover {
  color: #cb9e61;
}
.ff-c7-product .ff-c7-product-wrap {
  display: flex;
  flex-flow: column;
}
.ff-c7-product .c7-product__add-to-cart {
  flex: 1;
  display: flex;
  flex-flow: column;
}
.ff-c7-product .c7-product__add-to-cart .ff-price-quantity-wrap {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.ff-c7-product .c7-product__add-to-cart .ff-price-quantity-wrap input[name="quantity"] {
  height: 2rem;
}
.ff-c7-product .c7-product__add-to-cart .ff-price-quantity-wrap .c7-product__add-to-cart__price {
  margin: 0;
  text-align: left;
}
.ff-c7-product .c7-product__add-to-cart .ff-price-quantity-wrap .c7-product__add-to-cart__price__action-message p {
  margin: 0;
  font-size: 0.75rem;
}
.ff-c7-product .c7-product__add-to-cart .c7-product__add-to-cart__form {
  margin-bottom: 0;
}
.ff-c7-product .c7-product__add-to-cart .c7-product__add-to-cart__form .c7-btn {
  padding: 0.5em;
  width: 100%;
}
.outline-product_single #g-main {
  padding-top: 0;
}
.outline-product_single .ff-product-block > .g-content {
  padding: 0;
  margin: 0;
}
.outline-product_single .ff-product-block .c7-content {
  padding: 0;
}
#c7-side-cart {
  max-width: 500px;
  font-size: 1rem;
  pointer-events: all;
  color: #3e3a37;
}
#c7-side-cart .c7-cart__carrot {
  margin: 1rem 0;
  max-width: none;
}
#c7-side-cart .c7-cart__buttons, #c7-side-cart .c7-order-summary__buttons {
  display: flex;
  flex-flow: row wrap;
  column-gap: 1rem;
}
#c7-side-cart .c7-cart__buttons > a, #c7-side-cart .c7-order-summary__buttons > a {
  font-size: 1.5rem;
  flex: auto;
  width: auto;
  margin: 0;
  padding: 0.8125rem 1rem 0.625rem;
}
#c7-side-cart .c7-cart__buttons > a[href="/checkout"], #c7-side-cart .c7-cart__buttons > a[href="/checkout/cart"], #c7-side-cart .c7-order-summary__buttons > a[href="/checkout"], #c7-side-cart .c7-order-summary__buttons > a[href="/checkout/cart"] {
  font-size: 0;
}
#c7-side-cart .c7-cart__buttons > a[href="/checkout"]:before, #c7-side-cart .c7-cart__buttons > a[href="/checkout/cart"]:before, #c7-side-cart .c7-order-summary__buttons > a[href="/checkout"]:before, #c7-side-cart .c7-order-summary__buttons > a[href="/checkout/cart"]:before {
  content: "Checkout";
  font-size: 1.5rem;
  line-height: 1em;
  display: block;
}
#c7-side-cart .c7-order-items {
  position: relative;
}
#c7-side-cart .c7-order-items .c7-order-item {
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
  position: relative;
}
#c7-side-cart .c7-order-items .c7-order-item .c7-order-item__image img {
  max-height: 5rem;
}
#c7-side-cart .c7-order-items .c7-order-item .c7-order-item__details {
  text-align: left;
}
#c7-side-cart .c7-order-items .c7-order-item .c7-order-item__details .c7-order-item__title {
  font-size: 1.15rem;
}
#c7-side-cart .c7-order-items .c7-order-item .c7-order-item__details .c7-order-item__title a {
  text-decoration: none;
}
#c7-side-cart .c7-order-items .c7-order-item .c7-order-item__details > .c7-link {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #3e3a37;
}
#c7-side-cart .c7-order-items .c7-order-item .c7-order-item__details > .c7-link:hover {
  color: #cb9e61;
}
#c7-side-cart .c7-order-items .c7-order-item .c7-order-item__details > .c7-link:before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
#c7-side-cart .c7-order-items .c7-order-item .c7-order-item__details > .c7-link span {
  display: none;
}
#c7-side-cart .c7-side-cart__summary-container {
  padding-top: 0;
  border: none;
}
#c7-side-cart .c7-side-cart__summary-container .c7-order-summary {
  padding-top: 20px;
  border-top: 1.4px solid #cb9e61;
}
#c7-side-cart .c7-order-summary__item--total {
  border-color: #a48254;
  border-width: 1.4px;
}
#c7-checkout p {
  margin-top: 0;
}
#c7-checkout .c7-btn {
  padding: 0.72em;
  font-size: 1.25rem;
}
#c7-checkout .c7-order-items .c7-order-item__title {
  margin: 0;
}
.c7-account-details__delete-account {
  display: none;
}
.gantry .tab-wrap {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  column-gap: 0.35rem;
  overflow: hidden;
}
@media only all and (max-width: 59.99rem) {
  .gantry .tab-wrap {
    flex-direction: column;
  }
}
@media only all and (max-width: 59.99rem) {
  .gantry .tab-wrap > label:nth-of-type(1) {
    order: 1;
    width: 100%;
  }
  .gantry .tab-wrap > .tab__content:nth-of-type(1) {
    order: 2;
  }
  .gantry .tab-wrap > label:nth-of-type(2) {
    order: 3;
    width: 100%;
  }
  .gantry .tab-wrap > .tab__content:nth-of-type(2) {
    order: 4;
  }
  .gantry .tab-wrap > label:nth-of-type(3) {
    order: 5;
    width: 100%;
  }
  .gantry .tab-wrap > .tab__content:nth-of-type(3) {
    order: 6;
  }
  .gantry .tab-wrap > label:nth-of-type(4) {
    order: 7;
    width: 100%;
  }
  .gantry .tab-wrap > .tab__content:nth-of-type(4) {
    order: 8;
  }
  .gantry .tab-wrap > label:nth-of-type(5) {
    order: 9;
    width: 100%;
  }
  .gantry .tab-wrap > .tab__content:nth-of-type(5) {
    order: 10;
  }
}
.gantry .tab {
  display: none;
}
.gantry .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.gantry .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.gantry .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.gantry .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.gantry .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.gantry .tab:checked + label {
  background-color: #cb9e61;
  color: #f8f7f3;
  cursor: default;
}
.gantry .tab:checked + label:hover {
  background-color: #cb9e61;
}
.gantry .tab:checked + label:before {
  transform: translateY(-50%) rotate(90deg);
}
.gantry .tab:checked + label:after {
  display: none;
}
.gantry .tab + label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #3e3a37;
  flex: 1;
  text-align: center;
  background-color: #f8f7f3;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
.gantry .tab + label:before {
  content: "";
  font-weight: 100;
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  font-size: 2rem;
  right: 1rem;
  top: 50%;
  line-height: 1em;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  display: none;
}
@media only all and (max-width: 59.99rem) {
  .gantry .tab + label:before {
    display: block;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gantry .tab + label:before {
    right: 2rem;
    font-size: 3rem;
  }
}
.gantry .tab + label:hover {
  background-color: #f9f9f9;
}
.gantry .tab + label:hover:after {
  opacity: 0.5;
}
.gantry .tab + label:after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20%;
  transition: opacity 0.4s ease-out;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
}
@media only all and (max-width: 59.99rem) {
  .gantry .tab + label:after {
    display: none;
  }
}
.gantry .tab__content {
  padding: 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(3rem);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gantry .tab__content > .ff-container {
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .gantry .tab__content > .ff-container {
    width: 100%;
  }
}
.gantry .ff-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
html body.gantry .ff-visit-reservation-title strong {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
html body.gantry .ff-visit-reservation-title strong em {
  flex: 1;
  text-align: right;
  font-style: normal;
  font-size: 1.25rem;
}
html body.gantry .c7-reservation-availability .c7-product__add-to-cart__price {
  display: none;
}
html body.gantry .c7-reservation-availability .c7-reservation__search {
  margin: 0;
}
html body.gantry .c7-reservation-availability .c7-reservation__availability {
  margin-top: 0;
}
html body.gantry .c7-reservation-availability .c7-form__group {
  column-gap: 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  html body.gantry .c7-reservation-availability .c7-form__group {
    flex-flow: row wrap !important;
    row-gap: 0.5rem;
  }
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field {
  margin: 0;
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(1) {
  flex: 0 43%;
}
@media only all and (max-width: 47.99rem) {
  html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(1) {
    flex: 1 100%;
  }
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(1) input[name="reservationDate"]::placeholder {
  color: transparent;
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(2) {
  flex: 1;
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(3) {
  flex: 0 20%;
}
@media only all and (max-width: 47.99rem) {
  html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(3) {
    flex: 0 40%;
  }
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(3) label {
  font-size: 0;
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(3) label:before {
  content: "Guests";
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(3) label:before, html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field:nth-child(3) label:after {
  font-size: 1rem;
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field label {
  font-size: 1rem;
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field input[name="reservationDate"] {
  pointer-events: none;
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-weeknumber, html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day {
  border-radius: 0;
}
html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day_selected:not([aria-disabled="true"]), html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day_selected:focus:not([aria-disabled="true"]), html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day_selected:active:not([aria-disabled="true"]), html body.gantry .c7-reservation-availability .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day_selected:hover:not([aria-disabled="true"]) {
  background-color: #a48254;
}
html body.gantry .c7-reservation-availability .c7-form__group button[type="submit"] {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem 0.6rem;
  width: 100%;
  transition: opacity 0.5s ease;
}
html body.gantry .c7-reservation-availability .c7-reservation-type {
  margin: 0;
}
html body.gantry .c7-reservation-availability .c7-reservation-type .c7-form__buttons {
  flex-flow: row wrap;
  gap: 0.5rem;
  margin-bottom: 0;
}
html body.gantry .c7-reservation-availability .c7-reservation-type .c7-form__buttons > li {
  flex: 0 calc(33.33% - 0.333rem);
  margin: 0;
}
html body.gantry .c7-reservation-availability .c7-reservation-type .c7-form__buttons > li .c7-btn {
  font-size: 0;
  text-transform: none;
  padding: 0;
  color: #f8f7f3;
  min-height: auto;
  display: block;
  text-transform: uppercase;
}
html body.gantry .c7-reservation-availability .c7-reservation-type .c7-form__buttons > li .c7-btn:before {
  content: attr(data-timeslot);
  font-size: 1rem;
  display: block;
  line-height: 1rem;
  padding: 0.75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  html body.gantry .tab-wrap .tab + label span:first-child {
    font-size: 1.5rem;
  }
}
.page-id-20015 .ff-rsv-section {
  overflow: visible;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .ff-rsv-section > .size-66-7 {
    width: 50%;
    flex: 0 50%;
    max-width: 50%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .ff-rsv-section > .size-66-7 {
    width: 60%;
    flex: 0 60%;
    max-width: 60%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .ff-rsv-section > .size-33-3 {
    width: 50%;
    flex: 0 50%;
    max-width: 50%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .ff-rsv-section > .size-33-3 {
    width: 40%;
    flex: 0 40%;
    max-width: 40%;
  }
}
.ff-rsv-section .ff-rsv-close-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1rem;
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: 0.5s ease-out;
}
.ff-rsv-section.ff-rsv-section-btn .ff-rsv-btn-visible, .ff-rsv-section.ff-rsv-section-none .ff-rsv-btn-visible {
  position: relative !important;
  z-index: 1 !important;
  opacity: 1 !important;
  transform: none !important;
}
.ff-rsv-section.ff-rsv-section-btn .ff-rsv-btn-hidden, .ff-rsv-section.ff-rsv-section-none .ff-rsv-btn-hidden {
  display: none;
}
.ff-rsv-section.ff-rsv-section-btn .ff-rsv-content, .ff-rsv-section.ff-rsv-section-none .ff-rsv-content {
  display: flex;
  flex-flow: row wrap;
  column-gap: 2rem;
  margin-top: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .ff-rsv-section.ff-rsv-section-btn .ff-rsv-content, .ff-rsv-section.ff-rsv-section-none .ff-rsv-content {
    margin-top: 0;
  }
}
.ff-rsv-section.ff-rsv-section-btn .ff-rsv-content .ff-rsv-description, .ff-rsv-section.ff-rsv-section-none .ff-rsv-content .ff-rsv-description {
  flex: 1;
}
@media only all and (max-width: 47.99rem) {
  .ff-rsv-section.ff-rsv-section-btn .ff-rsv-content .ff-rsv-description p, .ff-rsv-section.ff-rsv-section-none .ff-rsv-content .ff-rsv-description p {
    margin-top: 0;
  }
}
.ff-rsv-section.ff-rsv-section-btn .ff-rsv-content .ff-rsv-btn-reserve, .ff-rsv-section.ff-rsv-section-none .ff-rsv-content .ff-rsv-btn-reserve {
  flex: 0 40%;
}
@media only all and (max-width: 47.99rem) {
  .ff-rsv-section.ff-rsv-section-btn .ff-rsv-content .ff-rsv-btn-reserve, .ff-rsv-section.ff-rsv-section-none .ff-rsv-content .ff-rsv-btn-reserve {
    flex: 0 100%;
  }
}
.ff-rsv-section .g-content {
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .ff-rsv-section .ff-rsv-description p:first-of-type {
    margin-top: 0;
  }
  .ff-rsv-section .ff-rsv-description p:last-of-type {
    margin-bottom: 0;
  }
}
.ff-rsv-section .ff-rsv-normal, .ff-rsv-section .ff-rsv-active {
  opacity: 1;
  transition: 1s opacity ease-in, 1.6s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
}
.ff-rsv-section.ff-rsv-section-active {
  padding-bottom: 2rem;
}
.ff-rsv-section.ff-rsv-section-active .ff-rsv-close-block {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}
.ff-rsv-section.ff-rsv-section-active .ff-rsv-normal, .ff-rsv-section:not(.ff-rsv-section-active) .ff-rsv-active {
  width: 100%;
}
.ff-rsv-section.ff-rsv-section-active:not(.ff-rsv-section-animating) .ff-rsv-section-block.ff-rsv-section-block-form {
  position: relative;
  z-index: 2;
}
.ff-rsv-section.ff-rsv-section-animating .ff-rsv-section-block {
  overflow: hidden;
}
.ff-rsv-section.ff-rsv-section-current {
  position: relative;
  z-index: 10;
}
.ff-rsv-section.loading-times .ff-reservation-btns > button span {
  display: none;
}
.ff-rsv-section.loading-times .ff-reservation-btns > button i {
  display: block;
}
.ff-rsv-section .c7-reservation__search, .ff-rsv-section .c7-reservation__availability {
  margin: 0;
}
.ff-rsv-section .c7-form__group {
  column-gap: 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  .ff-rsv-section .c7-form__group {
    flex-flow: row wrap !important;
    row-gap: 0.5rem;
  }
}
.ff-rsv-section .c7-form__group .c7-form__field {
  margin: 0;
}
.ff-rsv-section .c7-form__group .c7-form__field:nth-child(1) {
  flex: 0 43%;
}
@media only all and (max-width: 47.99rem) {
  .ff-rsv-section .c7-form__group .c7-form__field:nth-child(1) {
    flex: 1 100%;
  }
}
.ff-rsv-section .c7-form__group .c7-form__field:nth-child(1) input[name="reservationDate"]::placeholder {
  color: transparent;
}
.ff-rsv-section .c7-form__group .c7-form__field:nth-child(2) {
  flex: 1;
}
.ff-rsv-section .c7-form__group .c7-form__field:nth-child(3) {
  flex: 0 20%;
}
@media only all and (max-width: 47.99rem) {
  .ff-rsv-section .c7-form__group .c7-form__field:nth-child(3) {
    flex: 0 40%;
  }
}
.ff-rsv-section .c7-form__group .c7-form__field:nth-child(3) label {
  font-size: 0;
}
.ff-rsv-section .c7-form__group .c7-form__field:nth-child(3) label:before {
  content: "Guests";
}
.ff-rsv-section .c7-form__group .c7-form__field:nth-child(3) label:before, .ff-rsv-section .c7-form__group .c7-form__field:nth-child(3) label:after {
  font-size: 1rem;
}
.ff-rsv-section .c7-form__group .c7-form__field label {
  font-size: 1rem;
}
.ff-rsv-section .c7-form__group .c7-form__field input[name="reservationDate"] {
  pointer-events: none;
}
.ff-rsv-section .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-weeknumber, .ff-rsv-section .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day {
  border-radius: 0;
}
.ff-rsv-section .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day_selected:not([aria-disabled="true"]), .ff-rsv-section .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day_selected:focus:not([aria-disabled="true"]), .ff-rsv-section .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day_selected:active:not([aria-disabled="true"]), .ff-rsv-section .c7-form__group .c7-form__field .c7-date-picker-dropdown .rdp-day_selected:hover:not([aria-disabled="true"]) {
  background-color: #a48254;
}
.ff-rsv-section .c7-form__group button[type="submit"] {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem 0.6rem;
  width: 100%;
  transition: opacity 0.5s ease;
}
.ff-rsv-section .ff-tab__toggleForm_content_sat .c7-date-picker-dropdown .rdp-table {
  position: relative;
}
.ff-rsv-section .ff-tab__toggleForm_content_sat .c7-date-picker-dropdown .rdp-tbody:before {
  content: "Please choose\aSun-Fri to book\athese dates.";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 41px);
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #b57643;
  font-weight: bold;
  white-space: pre;
  padding-top: 40px;
}
.ff-rsv-section .c7-reservation-availability[data-reservation-type-slug="jenblossom-cellars-tasting"] .c7-date-picker-dropdown .rdp-table {
  position: relative;
}
.ff-rsv-section .c7-reservation-availability[data-reservation-type-slug="jenblossom-cellars-tasting"] .c7-date-picker-dropdown .rdp-tbody:before {
  content: "Available On\aSaturdays Only.";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 41px);
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #b57643;
  font-weight: bold;
  white-space: pre;
  padding-top: 40px;
}
.ff-rsv-section .c7-reservation-type {
  margin: 0;
}
.ff-rsv-section .c7-reservation-type .c7-form__buttons {
  flex-flow: row wrap;
  gap: 0.5rem;
  margin-bottom: 0;
}
.ff-rsv-section .c7-reservation-type .c7-form__buttons > li {
  flex: 0 calc(33.33% - 0.333rem);
  margin: 0;
}
.ff-rsv-section .c7-reservation-type .c7-form__buttons > li .c7-btn {
  font-size: 0;
  text-transform: none;
  padding: 0;
}
.ff-rsv-section .c7-reservation-type .c7-form__buttons > li .c7-btn:before {
  content: attr(data-timeslot);
  font-size: 1rem;
}
.ff-rsv-section .ff-rsv-abvimgtitle {
  display: flex;
  flex-flow: row wrap;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.ff-rsv-section .ff-rsv-abvimgtitle .ff-rsv-abvimgtitle-text {
  flex: 1;
  padding-right: 1rem;
}
.ff-rsv-section .ff-rsv-abvimgtitle .ff-rsv-abvimgtitle-text span {
  font-size: 1.5rem;
}
.ff-rsv-section .ff-rsv-abvimgtitle .ff-rsv-abvimgtitle-price {
  flex: 0;
}
.ff-rsv-section .c7-form__error {
  font-size: 12px;
  margin-top: 0;
  text-align: center;
}
.ff-rsv-section .c7-product__add-to-cart__price {
  display: none;
}
.ff-rsv-section .ff-rsv-media {
  position: relative;
  padding-top: 66.66%;
}
.ff-rsv-section .ff-rsv-media img, .ff-rsv-section .ff-rsv-media video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields {
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields > div {
  flex: 1;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields > div > label {
  font-size: 0.85rem;
  margin-bottom: 0.175rem;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields > div.ff-res-form-guests {
  flex: 0;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields input[type="date"], .ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields select {
  width: 100%;
  height: 40px;
  border-radius: 0;
  background-color: #f8f7f3;
  border-color: #3e3a37;
  box-shadow: none;
  font-size: 0.85rem;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields input[type="date"].reservation-time, .ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields input[type="date"].guest-count, .ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields select.reservation-time, .ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-fields select.guest-count {
  padding-left: 10px;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-checkbox-container {
  margin: 1rem 0;
  text-align: center;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-checkbox-container label {
  margin: 0;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-first .ff-experience-item {
  margin-top: 1rem;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-errors {
  color: #a48254;
  font-weight: bold;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-errors span {
  padding: 1rem;
  display: block;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-submit {
  padding: 0.5em;
  font-size: 1.75rem;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-submit i {
  display: none;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-submit.loading span {
  display: none;
}
.ff-rsv-section .ff-reservation-widget .ff-res-form .ff-res-form-submit.loading i {
  display: block;
}
.ff-experience-item .ff-closest-times, .ff-experience-others-times .ff-closest-times {
  font-size: 14px;
  display: block;
  margin-bottom: 0.5rem;
}
.ff-res-list:not(:empty) {
  position: relative;
  border: 1.5px solid #873121;
  margin: 3rem 1.5625rem 1.5625rem 1.5625rem;
}
@media only all and (max-width: 47.99rem) {
  .ff-res-list:not(:empty) {
    margin-top: 8rem;
  }
}
.ff-res-list:not(:empty):before {
  content: "Your Preferred Time Is Available at Our Family Wineries";
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-bottom: 0.5rem;
}
.ff-res-list .ff-experience-others-type {
  font-size: 1.25rem;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 0.5rem;
}
.ff-res-list .ff-experience-others-type span {
  flex: 1;
  text-align: right;
}
.ff-res-list .ff-experience-others-title {
  margin-bottom: 0.5rem;
}
.ff-res-list .ff-experience-others-title .ff-experience-others-distance {
  flex: 0 auto;
  padding-right: 0.5rem;
  border-right: 1px solid #a48254;
}
@media only all and (max-width: 47.99rem) {
  .ff-res-list .ff-experience-others-title .ff-experience-others-distance {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
.ff-res-list .ff-experience-others-title .ff-experience-others-name {
  flex: 1;
}
.ff-res-list .ff-experience-others-title .ff-experience-others-name h3 {
  padding-left: 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  .ff-res-list .ff-experience-others-title .ff-experience-others-name h3 {
    font-size: 1rem;
  }
}
.ff-res-list .ff-experience-others-img img {
  width: 100%;
  height: 186px;
  object-fit: cover;
}
.ff-res-list .ff-experience-others-times {
  align-self: center;
}
.ff-res-list .ff-experience-others-times > .g-content {
  margin-right: 0;
  padding-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .ff-res-list .ff-experience-others-times > .g-content {
    margin: 0;
    padding: 0;
  }
}
@media only all and (min-width: 48rem) {
  .ff-res-list .ff-experience-others-desc {
    padding-right: 25px;
  }
}
.ff-res-container {
  background-color: #f8f7f3;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.ff-res-container .ff-res-container-wrapper {
  padding: 1rem;
  border: 1.25px solid #cb9e61;
}
/* ====== Variables ====== */
.club-table-wrapper {
  --gold: #cb9e61;
  --ink: #3e3a37;
  --bg: #f8f7f3;
  --band-ink: #f8f7f3;
  --radius: 0;
  --gap-y: 0.75rem;
  --cell-pad: 0.9rem 1rem;
}
.club-table-wrapper {
  background: #f8f7f3;
  padding: 1.25rem;
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.15);
}
/* ====== Grid scaffold ====== */
.club-compare {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(160px, 1fr));
  /* rows are implicit; each .row uses display: contents to drop its cells into the grid */
  row-gap: 0;
  color: var(--ink);
  background: var(--bg);
  border: 1.4px solid var(--gold);
  border-radius: var(--radius);
  padding: 1rem;
}
/* make each row act like a group but let its children become grid items */
.club-compare .row {
  display: contents;
}
/* Common cell styling */
.club-compare .cell, .club-compare .feature {
  padding: var(--cell-pad);
  border-top: 1px solid var(--gold);
}
/* Head row */
.club-compare .row--head .cell {
  text-align: center;
  border-top: none;
  padding-block: 1.25rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.feature-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: left;
}
.plan-title .plan-name {
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.plan-title .plan-sub {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 0.25rem;
}
/* Feature column */
.club-compare .feature {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 0.3rem 1rem;
}
/* Checks & dashes */
.club-compare .check {
  padding: 0.5rem 1rem 0.4rem;
}
.club-compare .check, .club-compare .dash {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.check::before {
  content: url('../../../../uploads/2025/08/check.svg');
  width: 1.5rem;
  display: block;
  height: 1.5rem;
}
.dash::before {
  content: "—";
  color: var(--gold);
  font-size: 1.25rem;
  line-height: 1;
}
/* Banded row across */
.club-compare .row--band .feature {
  grid-column: 1 / 2;
  background: var(--gold);
  color: var(--band-ink);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-left: -1.75rem;
  padding-left: 1.75rem;
}
.club-compare .row--band .cell {
  background: var(--gold);
  color: var(--band-ink);
  text-align: center;
  border: none;
}
.club-compare .row--band .cell:not(.feature) {
  text-transform: uppercase;
}
.club-compare .row--band .cell:last-child {
  margin-right: -1.75rem;
  padding-right: 1.75rem;
}
/* CTA buttons */
.club-table-wrapper .ff-club-form .cell {
  padding-block: 1.25rem 1.75rem;
  text-align: center;
  border-bottom-left-radius: 0;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .gform_validation_errors, .club-table-wrapper .ff-club-form .ff-club-form_wrapper .gform_heading {
  display: none;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .gform-loader {
  display: none;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .gform-footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .gform-footer .fa-spinner {
  position: absolute;
  right: 1rem;
  color: #f8f7f3;
  top: 50%;
  margin-top: -12px;
  font-size: 1.5rem;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .gform-footer input[type="submit"] {
  transition: opacity 0.25s ease-out;
  margin: 0;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field .gfield_radio {
  display: flex;
  flex-flow: row wrap;
  column-gap: 0.5rem;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field .gfield_radio > .gchoice {
  flex: 1;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field .gfield_radio > .gchoice .gfield-choice-input {
  display: none;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field .gfield_radio > .gchoice .gfield-choice-input:checked + .gform-field-label {
  background-color: #a48254;
  border-color: #a48254;
  color: var(--band-ink);
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field .gfield_radio > .gchoice .gform-field-label {
  display: block;
  width: 100%;
  max-width: none;
  border: 1.4px solid #cb9e61;
  padding: 0.5rem;
  color: #3e3a37;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field .gfield_radio > .gchoice .gform-field-label:hover {
  background-color: var(--gold);
  color: var(--band-ink);
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field .gfield_description {
  padding: 0.25rem 0 0.75rem;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper .ff-choice-field .gfield_validation_message {
  display: none;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper.gform_validation_error .ff-choice-field, .club-table-wrapper .ff-club-form .ff-club-form_wrapper.ff-choice-selected .ff-choice-field {
  max-height: 80px;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper.gform_validation_error input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.club-table-wrapper .ff-club-form .ff-club-form_wrapper.ff-loading-club .gform-footer:after {
  opacity: 1;
}
.club-compare .button {
  font-size: 1.5rem !important;
  padding: 0.5em !important;
  width: 100%;
}
.club-compare .tagline {
  margin-top: 0.5rem;
  text-transform: uppercase;
  color: var(--gold);
  font-style: italic;
}
/* Vertical divider after feature column (mimics the heavy rule in the image) */
.club-compare :is(.cell, .feature) + .cell {
  position: relative;
}
.club-compare .row .cell:not(:last-child), .club-compare .row--band .feature:not(:last-child), .club-compare .row--band .cell:not(:last-child) {
  box-shadow: -1px 0 0 0 var(--ink) inset;
  /* left divider */
}
/* Desktop stays the same */
@media only all and (min-width: 48rem) {
  .club-compare--stacked {
    display: none;
  }
}
/* Mobile: hide table, show stacked */
@media only all and (max-width: 59.99rem) {
  /* One feature row: label left, value right */
  /* Reuse your existing cell/check/dash visuals inside the stacked value column */
  /* Highlight/banded features */
  /* Buttons and tagline reuse your styles */
  /* Gravity Forms tweaks inside mobile cards */
  .club-compare {
    display: none;
  }
  .club-compare--stacked {
    background: var(--bg, #f8f7f3);
    border: 1.4px solid var(--gold, #cb9e61);
    border-radius: var(--radius, 0);
    padding: 1rem;
    display: grid;
    gap: 1rem;
  }
  .plan-card {
    background: #f8f7f3;
    border-radius: var(--radius);
    box-shadow: none;
  }
  .plan-card__head {
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid var(--gold);
  }
  .plan-card__name {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .plan-card__sub {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .plan-card__features {
    display: grid;
  }
  .feat {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 0.5rem;
    align-items: center;
    padding: 0.6rem 1rem;
    border-top: 1px solid var(--gold);
    background: transparent;
  }
  .feat:first-child {
    border-top: none;
  }
  .feat__label {
    text-transform: uppercase;
  }
  .feat__value {
    display: grid;
    justify-items: center;
    align-items: center;
  }
  .plan-card__features .cell {
    border: 0;
    padding: 0;
  }
  .plan-card__features .check {
    padding: 0;
  }
  .plan-card__features .dash::before {
    font-size: 1.25rem;
  }
  .plan-card__features .feat--band {
    margin-right: -1.75rem;
    padding-right: 1.75rem;
    margin-left: -1.75rem;
    padding-left: 1.75rem;
    background: var(--gold);
    color: var(--band-ink, #f8f7f3);
    letter-spacing: 0.12em;
  }
  .plan-card__features .feat--band .feat__label {
    font-weight: 600;
  }
  .plan-card__features .feat--band .cell {
    color: var(--band-ink);
  }
  .plan-card__features .feat--band .dash::before {
    color: var(--band-ink);
  }
  .plan-card__cta {
    padding: 1rem 0;
    border-top: 1px solid var(--gold);
    text-align: center;
  }
  .club-compare--stacked .button {
    font-size: 1.5rem !important;
    padding: 0.5em !important;
    width: 100%;
  }
  .club-compare--stacked .tagline {
    margin-top: 0.5rem;
    text-transform: uppercase;
    color: var(--gold);
    font-style: italic;
  }
  .plan-card__cta .gform_wrapper .gform_heading, .plan-card__cta .gform_wrapper .gform_validation_errors {
    display: none;
  }
  .plan-card__cta .gform_footer {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .plan-card__cta .gform_footer .fa-spinner {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -12px;
    font-size: 1.5rem;
    color: #f8f7f3;
  }
}
body.gantry #wines {
  overflow: visible;
}
body.gantry #wines .ff-items-block {
  overflow: visible;
}
body.gantry #wines .tab + label:after {
  height: 50%;
}
#ff-mobile-menu {
  top: 29px;
  bottom: auto;
  box-shadow: none;
  background-color: #f8f7f3;
  padding-bottom: 0 !important;
}
#ff-mobile-menu .ff-mobile-menu-burger {
  flex: 0 auto;
}
#ff-mobile-menu #ss_mobile_menu_toggle {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  display: block;
  overflow: hidden;
}
#ff-mobile-menu .ff-mobile-menu-logo a {
  text-decoration: none !important;
}
#ff-mobile-menu .ff-mobilemenu-logo-link {
  margin: 0.25rem 0;
}
#ff-mobile-menu .ff-mobilemenu-logo-link:before {
  content: url('../../../../uploads/2025/08/llanoicon-clay.svg');
  display: inline-block;
  height: 38px;
  width: 38px;
  vertical-align: middle;
}
#ff-mobile-menu .ff-mobilemenu-logo-link .ff-mobilemenu-logo-emblem {
  height: 45px !important;
  padding: 0.35rem 0 !important;
}
#g-offcanvas {
  bottom: 0;
  top: 79px;
  font-family: "Libertinus Serif", serif;
}
#g-offcanvas #g-mobilemenu-container .g-menu-item-container {
  font-size: 1.75rem !important;
}
#g-offcanvas #g-mobilemenu-container .g-menu-item-2197 .g-toplevel {
  display: flex;
  flex-flow: row wrap;
}
#g-offcanvas #g-mobilemenu-container .g-menu-item-2197 .g-toplevel .g-menu-item-container {
  font-size: 1rem !important;
  font-family: "montserrat", sans-serif;
}
#g-offcanvas #g-mobilemenu-container .g-menu-item-2197 .g-toplevel .g-menu-item-container .g-menu-item-content {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
:root {
  /* master control */
  --u: 2px;
  /* bar thickness */
  /* derived */
  --gap: calc(1.7 * var(--u));
  /* spacing between bars */
  --len: calc(13 * var(--u));
  /* ≈100px when --u = 14px */
  --color: #cb9e61;
  --angle: 45deg;
  --dur: 0.4s;
  /* exact center shift for bars 1 & 4 */
  --cross-shift: calc(1.5 * (var(--u) + var(--gap)));
}
#burger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: var(--len);
}
#burger span {
  background: var(--color);
  height: var(--u);
  width: 100%;
  transition: all ease-in-out var(--dur);
  transform-origin: center;
}
.g-offcanvas-open #burger span:nth-child(2), .g-offcanvas-open #burger span:nth-child(3), .g-offcanvas-opening #burger span:nth-child(2), .g-offcanvas-opening #burger span:nth-child(3) {
  width: 0;
  opacity: 0;
}
.g-offcanvas-open #burger span:nth-child(1), .g-offcanvas-opening #burger span:nth-child(1) {
  transform: translateY(var(--cross-shift)) rotate(calc(-1 * var(--angle)));
}
.g-offcanvas-open #burger span:nth-child(4), .g-offcanvas-opening #burger span:nth-child(4) {
  transform: translateY(calc(-1 * var(--cross-shift))) rotate(var(--angle));
}
html body.gantry #g-page-surround {
  background-size: 15%;
  padding-bottom: 0;
}
html body.gantry #ff-loading {
  color: #cb9e61;
}
html body.gantry .lg-backdrop {
  z-index: 99999999;
}
html body.gantry .lg-outer {
  z-index: 999999999;
}
html body.gantry a:not(#ss_mobile_menu_toggle):not(.button):not(.ff-item-column-link):not(.c7-btn):not([href^="/profile"]) {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
html body.gantry .font-semibold {
  font-weight: 600;
}
html body.gantry .button, html body.gantry .wp-block-button__link, html body.gantry .nf-add-fieldset, html body.gantry .ninja-forms-field[value="Submit"], html body.gantry .c7-btn, html body.gantry a.button.alt, html body.gantry button.button.alt, html body.gantry .defaultBtn, html body.gantry .gform_button {
  text-transform: capitalize;
  font-style: italic;
  padding: 0.5em 2.5em;
  font-size: 1.875rem;
  line-height: 1em !important;
  letter-spacing: 0;
}
html body.gantry .ff-wine-carousel {
  --swiper-navigation-sides-offset: 1rem;
  padding-top: 2vw;
  padding-bottom: 2rem;
  padding-inline: 6vw;
  box-sizing: border-box;
}
html body.gantry .ff-wine-carousel .c7-product-collection__product-list {
  margin: 0;
  gap: 0;
}
html body.gantry .ff-wine-carousel .ff-wine-bottle a {
  display: block;
}
html body.gantry .ff-wine-carousel .ff-wine-bottle a:hover img {
  transform: scale(1.05);
  transition-delay: 0.1s;
}
html body.gantry .ff-wine-carousel .ff-wine-bottle a img {
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transform-origin: center bottom;
  transition-delay: 0s;
}
@media only all and (max-width: 47.99rem) {
  html body.gantry .ff-wine-carousel .ff-wine-bottle a img {
    max-height: 70vh;
  }
}
html body.gantry .ff-wine-carousel .swiper-button-prev, html body.gantry .ff-wine-carousel .swiper-button-next {
  pointer-events: all;
  --swiper-theme-color: #cb9e61;
}
html body.gantry .ff-wine-carousel .swiper-button-prev:after, html body.gantry .ff-wine-carousel .swiper-button-next:after {
  font-feature-settings: "liga" 1;
}
/*# sourceMappingURL=custom.css.map */