@charset "UTF-8";
body {
  font-family: "Sybilla Pro", sans-serif !important;
  background-image: url("../images/body-bckg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px; /* ако имаш fixed header – нагласи стойността */
}

.ff-2 {
  font-family: "Cormorant Garamond", sans-serif !important;
}

.ff-3 {
  font-family: "Cormorant Infant", sans-serif !important;
}

.fw-250 {
  font-weight: 250 !important;
}

.gold-text {
  color: #DEBC85;
}

.gradient-gold-text {
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white-accent-text {
  color: #EFE9E4;
}
.white-accent-text p {
  color: #EFE9E4;
}

.white-accent-bg {
  background: #EFE9E4;
}

.black-accent-text {
  color: #4F4F4F;
}

.olive-green-text {
  color: #6D715B !important;
}

.olive-green-bg {
  background: #6D715B;
}

.gold-text-linear {
  opacity: 0.9;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.opacity-9 {
  opacity: 0.9;
}

.vertical-gray-line {
  background-color: #BDBDBD;
  color: #BDBDBD;
  width: 100%;
  height: 1px;
}

.hr-line {
  color: #E0E0E0;
  background: #E0E0E0;
  width: 100%;
  height: 1px;
}

.horizontal-line-secondary {
  color: #BDBDBD;
  background: #BDBDBD;
  width: 240px;
  height: 1px;
}

.horizontal-line-thirt {
  color: #BDBDBD;
  background: #BDBDBD;
  width: 120px;
  height: 1px;
}

.woocommerce-breadcrumb {
  color: #5C5C5C !important;
  font-size: 14px;
  font-weight: 300;
}
.woocommerce-breadcrumb a {
  font-weight: 300;
}

#breadcrumbs {
  font-style: italic;
  font-size: var(--font-size, 18px);
  line-height: normal;
  margin-top: 16px;
  font-weight: 300 !important;
}
#breadcrumbs span {
  color: #DEBC85;
  text-transform: none;
}
#breadcrumbs .breadcrumb_last {
  color: white !important;
  text-transform: unset !important;
}

.yoast-secondary #breadcrumbs {
  font-style: italic;
  font-size: var(--font-size, 18px);
  line-height: normal;
  margin-top: 16px;
  font-weight: 300 !important;
}
.yoast-secondary #breadcrumbs span {
  color: #DEBC85;
  text-transform: none;
}
.yoast-secondary #breadcrumbs .breadcrumb_last {
  color: #4F4F4F !important;
  text-transform: unset !important;
}

.btn-primary,
#place_order,
#btn-primary {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: #6D715B;
  color: white;
  border: 1px solid #6D715B;
  transition: all 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
#place_order:hover,
#place_order:focus,
#place_order:active,
#btn-primary:hover,
#btn-primary:focus,
#btn-primary:active {
  background: transparent !important;
  border: 1px solid #6D715B !important;
  color: #6D715B !important;
}
.btn-primary:visited,
#place_order:visited,
#btn-primary:visited {
  color: white;
}

.btn-secondary {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  font-weight: 300;
  background: #6D715B;
  color: white !important;
  border: 1px solid #6D715B;
  transition: all 0.3s ease;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: transparent !important;
  border: 1px solid #6D715B !important;
  color: #6D715B !important;
}

.btn-secondary {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  font-weight: 300;
  background: #6D715B;
  color: white !important;
  border: 1px solid #6D715B;
  transition: all 0.3s ease;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: transparent !important;
  border: 1px solid #6D715B !important;
  color: #6D715B !important;
}

.btn-third {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  font-weight: 300;
  color: #6D715B;
  background-color: white;
  border: 1px solid white;
  transition: all 0.3s ease;
}
.btn-third:hover, .btn-third:focus, .btn-third:active {
  background: transparent !important;
  border: 1px solid white;
  color: white !important;
}

.site-footer {
  border-top: 1px solid #DEBC85;
  background-color: white;
}
.site-footer .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom {
    gap: 20px;
  }
}
.site-footer .footer-bottom > :first-child {
  justify-self: start;
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-bottom > :first-child {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-bottom > :nth-child(2) {
    justify-self: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-bottom > :last-child {
    justify-self: end;
    text-align: right;
  }
}
.site-footer .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 9999px;
  box-sizing: border-box;
  line-height: 1;
}
.site-footer .footer-social-link img {
  display: block;
}
.site-footer .footer-credit-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 10px 4px;
  box-sizing: border-box;
  line-height: 1;
}
.site-footer .footer-credit-link img {
  display: block;
}

@media screen and (max-width: 900px) {
  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .site-footer .footer-bottom > * {
    justify-self: center;
    text-align: center;
  }
  .site-footer .footer-social-links,
  .site-footer .footer-credit {
    justify-content: center;
  }
}
.policy-footer-menu ul li a {
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-decoration: underline;
  border-bottom: 1px solid #DEBC85;
}

.footer-pages-class .menu-footerpageslink-container .menu {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.footer-pages-class .menu-footerpageslink-container .menu li a {
  color: #4F4F4F;
  font-family: "Sybilla Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: normal;
}

.front-farm-to-table__box-desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.gray-text {
  color: #888682;
}
.gray-text p {
  color: #888682;
}

.slide-in {
  opacity: 0;
  transform: translate3d(-72px, 0, 0);
  will-change: opacity, transform;
}
.slide-in.is-visible {
  animation: SlideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translate3d(-72px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.desc-gray p {
  color: #4F4F4F;
  font-weight: 300 !important;
  line-height: normal;
  font-size: 16px;
}

.desc-gray-secondary p {
  color: white;
  font-weight: 300 !important;
  line-height: normal;
  font-size: 16px;
}

.desc-gray-thirt p {
  color: #888682;
  font-weight: 300 !important;
  line-height: normal;
  font-size: 16px;
}

@keyframes HeroScrollCta {
  0%, 100% {
    transform: translate(-50%, 0) scale(1);
    background-color: rgba(255, 255, 255, 0.15);
  }
  50% {
    transform: translate(-50%, 8px) scale(1);
    background-color: #DEBC85;
  }
}
.hero-scroll-cta {
  position: absolute;
  left: 50%;
  bottom: 56px;
  width: 40px;
  height: 72px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #DEBC85;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  appearance: none;
  transform: translate(-50%, 0) scale(1);
  animation: HeroScrollCta2 2.65s ease-in-out infinite;
}
.hero-scroll-cta svg {
  display: block;
}

.front-hero-slider .front-hero-slide {
  isolation: isolate;
}
.front-hero-slider .front-hero-slide__overlay {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.front-hero-slider .front-hero-slide__content {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .front-hero-slider .front-hero-slide__subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
  .front-hero-slider .front-hero-slide__title {
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.05;
  }
  .front-hero-slider .front-hero-slide__actions .btn-secondary {
    font-size: 16px;
    padding: 12px 22px;
  }
  .hero-scroll-cta {
    width: 30px;
    height: 52px;
    bottom: 34px;
  }
  .hero-scroll-cta svg {
    width: 14px;
    height: 14px;
  }
}
@keyframes HeroScrollCta2 {
  0%, 65% {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translate(-50%, 0) scale(1);
  }
  80% {
    background-color: #DEBC85;
    transform: translate(-50%, 18px);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translate(-50%, 0) scale(1);
  }
}
.front-about {
  position: relative;
  background: linear-gradient(180deg, #f8f2e9 0%, #f2ede4 100%);
}
.front-about__grid {
  align-items: flex-start;
}
.front-about__left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.front-about__portrait-wrap {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  z-index: 2;
  margin-bottom: -12px;
}
.front-about__portrait {
  width: min(330px, 100%);
  border: 7px solid #fff;
  background: #fff;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
}
.front-about__portrait img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.front-about__stamp {
  position: absolute;
  top: -38px;
  left: -40px;
  width: 150px;
  height: 150px;
  pointer-events: none;
}
.front-about__stamp svg {
  width: 100%;
  height: 100%;
  display: block;
}
.front-about__stamp text {
  fill: #a49c8c;
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.front-about__card {
  background: linear-gradient(180deg, #6f745c 0%, #666a54 100%);
  color: #f7f2e8;
  padding: 18px 24px 24px;
  width: min(330px, 100%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.front-about__name {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}
.front-about__quote p {
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
}
.front-about__quote p + p {
  margin-top: 8px;
}
.front-about__right {
  position: relative;
  z-index: 1;
}
.front-about__landscape {
  background: #fff;
  border: 7px solid #fff;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.15);
  max-width: 620px;
}
.front-about__landscape img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.front-about__content {
  margin-top: 18px;
  max-width: 520px;
}
.front-about__btn {
  margin-top: 14px;
  font-size: 14px;
  padding: 8px 18px;
  width: fit-content;
}
@media (min-width: 1024px) {
  .front-about__right {
    margin-top: 10px;
  }
  .front-about__portrait {
    transform: translateX(8px);
  }
  .front-about__landscape {
    margin-left: -40px;
  }
  .front-about__content {
    margin-left: -40px;
  }
}
@media (max-width: 1023px) {
  .front-about__portrait {
    transform: none;
  }
  .front-about__landscape, .front-about__content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .front-about__portrait-wrap {
    margin-bottom: 0;
  }
  .front-about__card {
    max-width: 100%;
  }
  .front-about__name {
    font-size: 15px;
  }
  .front-about__quote p {
    font-size: var(--font-size, 18px);
  }
}

@media (min-width: 1024px) {
  .front-about-primary-image {
    height: clamp(480px, 36vw, 620px) !important;
    width: auto;
    max-width: none;
    object-fit: cover;
    margin-bottom: -54px;
  }
}
.winery-fourth {
  display: flex;
  align-items: center !important;
  flex-direction: column;
}
@media (min-width: 768px) {
  .winery-fourth {
    gap: 4rem;
  }
}
.winery-fourth__content {
  width: 100%;
}
.winery-fourth__media {
  width: 100%;
}
.winery-fourth__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .winery-fourth__media {
    height: clamp(320px, 82vw, 480px);
    overflow: hidden;
  }
  .winery-fourth__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 1024px) {
  .winery-fourth {
    --winery-media-width: 50vw;
    --winery-media-height: 780px;
    --winery-media-gap: 4rem;
  }
  .winery-fourth--with-image {
    flex-direction: row;
    align-items: stretch;
    column-gap: var(--winery-media-gap);
  }
  .winery-fourth--with-image .winery-fourth__content {
    flex: 1 1 auto;
    min-width: 0;
  }
  .winery-fourth--with-image .winery-fourth__media {
    flex: 0 0 auto;
    width: var(--winery-media-width);
    height: var(--winery-media-height);
  }
}
.winery-fourth--animated {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .winery-fourth--animated {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .winery-fourth--animated {
    --winery-clip-final-left: calc(100% - var(--winery-media-width));
    --winery-scale-start: 1.35;
    --winery-scale-end: 1;
    min-height: var(--winery-media-height);
  }
  .winery-fourth--animated .winery-fourth__content {
    position: relative;
    z-index: 2;
    padding-right: calc(var(--winery-media-width) + var(--winery-media-gap));
    opacity: 0;
    transform: translateY(28px);
    will-change: opacity, transform;
  }
  .winery-fourth--animated .winery-fourth__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    will-change: clip-path;
  }
  .winery-fourth--animated .winery-fourth__image {
    width: 100%;
    height: 100%;
    object-position: center center;
    transform: scale(var(--winery-scale-start));
    transform-origin: center;
    will-change: transform;
  }
  .winery-fourth--animated.is-visible .winery-fourth__media {
    animation: WineryImageReveal 1.2s linear forwards;
  }
  .winery-fourth--animated.is-visible .winery-fourth__image {
    animation: WineryImageScale 1.25s ease forwards;
  }
  .winery-fourth--animated.is-visible .winery-fourth__content {
    animation: WineryContentFadeUp 0.8s ease forwards;
    animation-delay: 1.1s;
  }
}
@media (max-width: 1023px) {
  .winery-fourth--animated .winery-fourth__content {
    opacity: 1;
    transform: none;
  }
}

@keyframes WineryImageReveal {
  from {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 var(--winery-clip-final-left));
    -webkit-clip-path: inset(0 0 0 var(--winery-clip-final-left));
  }
}
@keyframes WineryImageScale {
  0% {
    transform: scale(var(--winery-scale-start));
  }
  72% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(var(--winery-scale-end));
  }
}
@keyframes WineryContentFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.about-team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about-team-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.about-team-card__desc {
  flex: 1 1 auto;
}
.about-team-card__cta {
  margin-top: auto;
}

.about-us-fourth-slider {
  width: 100%;
}
.about-us-fourth-slider .swiper-slide {
  display: block;
}
.about-us-fourth-slider img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .about-us-fourth-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
  }
  .about-us-fourth-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 767px) {
  .about-us-fourth-slider .swiper-slide {
    aspect-ratio: 4/3;
  }
}

.wines-first-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  min-height: 100dvh !important;
  margin-bottom: 0 !important;
}

.wines-first-slide__cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #1b1b1b;
  border: 1px solid #e1d2b1;
}

.wines-first-slider.swiper {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}
@media screen and (min-width: 900px) {
  .wines-first-slider.swiper {
    top: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .wines-first-slider.swiper {
    position: static;
    top: auto;
  }
}

.wines-products {
  width: 100%;
}

.wines-products__grid {
  --wines-stagger: 112px;
  column-count: 2;
  column-gap: 40px;
  padding-top: var(--wines-stagger);
}
@media screen and (max-width: 1024px) {
  .wines-products__grid {
    --wines-stagger: 0px;
    column-count: 1;
    column-gap: 24px;
    padding-top: 0;
  }
}

.wines-products__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 74px;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.wines-products__card:first-child {
  margin-top: calc(-1 * var(--wines-stagger));
}

.wines-products__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
  background: #f3eadb;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.wines-products__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wines-products__title {
  margin: 0;
  font-family: "Cormorant Garamond", sans-serif;
  color: #DEBC85;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.wines-products__desc {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 1.6;
}
.wines-products__desc p {
  margin: 0 0 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.wines-products__desc p:last-child {
  margin-bottom: 0;
}

.wines-products__cta {
  align-self: flex-start;
  padding: 8px 20px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.visit-us-social {
  text-align: center;
}
.visit-us-social__inner {
  display: flex;
  justify-content: center;
}
.visit-us-social__banner {
  background-color: #6D715B;
  color: #F9F9F9;
  padding: 24px 64px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  width: 100%;
}
.visit-us-social__title {
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sybilla Pro";
  font-size: 64px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .visit-us-social__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .visit-us-social__title {
    font-size: 32px;
  }
}
.visit-us-social__handle {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant";
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 125%;
  opacity: 0.9;
}
.visit-us-social__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}
.visit-us-social__item {
  position: relative;
  overflow: hidden;
}
.visit-us-social__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.visit-us-social__star {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
@media (min-width: 700px) {
  .visit-us-social__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .visit-us-social__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.visit-us-third__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 24px 0 24px 24px;
  background: linear-gradient(90deg, #6D715B 0 48%, transparent 48%);
}
.visit-us-third__row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  background: #6D715B;
  z-index: 0;
}
.visit-us-third__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .visit-us-third__row--reverse {
    grid-template-columns: 1fr;
  }
  .visit-us-third__row--reverse .visit-us-third__media {
    order: 2;
  }
  .visit-us-third__row--reverse .visit-us-third__card {
    order: 1;
  }
  .visit-us-third__row--reverse .visit-us-third__content {
    direction: rtl;
  }
  .visit-us-third__row--reverse .visit-us-third__media,
  .visit-us-third__row--reverse .visit-us-third__card {
    direction: ltr;
  }
}
.visit-us-third__media, .visit-us-third__card {
  position: relative;
  z-index: 1;
  height: 100%;
}
.visit-us-third__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
}
.visit-us-third__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.visit-us-third__card {
  background: #ffffff;
  padding: 36px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.visit-us-third__icon {
  width: 46px;
  height: auto;
  margin-bottom: 12px;
}
.visit-us-third__title {
  color: #6D715B;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .visit-us-third__title {
    font-size: 24px;
  }
}
.visit-us-third__desc {
  margin-bottom: 24px;
}
.visit-us-third__cta {
  width: fit-content;
}
@media (max-width: 991px) {
  .visit-us-third__row {
    grid-template-columns: 1fr;
    row-gap: 20px;
    background: #6D715B;
    padding: 20px 0;
  }
  .visit-us-third__row::before {
    width: 100%;
    height: 55%;
    top: 0;
    transform: none;
  }
  .visit-us-third__row--reverse .visit-us-third__media {
    order: 1;
  }
  .visit-us-third__row--reverse .visit-us-third__card {
    order: 2;
  }
  .visit-us-third__row--reverse .visit-us-third__content {
    direction: ltr;
  }
  .visit-us-third__content {
    grid-template-columns: 1fr;
  }
  .visit-us-third__media {
    min-height: 330px;
  }
  .visit-us-third__media img {
    min-height: 330px;
  }
  .visit-us-third__card {
    padding: 28px 28px;
  }
  .visit-us-third__icon {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
  }
  .visit-us-third__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .visit-us-third__row {
    row-gap: 16px;
    padding: 16px 0;
  }
  .visit-us-third__media {
    min-height: 200px;
  }
  .visit-us-third__media img {
    min-height: 200px;
  }
  .visit-us-third__card {
    padding: 22px 20px;
  }
  .visit-us-third__icon {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
  }
  .visit-us-third__title {
    font-size: 20px;
  }
  .visit-us-third__cta {
    width: 100%;
    justify-content: center;
  }
}

.farm-to-table-second {
  position: relative;
  padding: 56px 0;
  background: linear-gradient(90deg, transparent 0 64%, #6D715B 64%);
}
.farm-to-table-second::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 36%;
  height: 100%;
  background: #6D715B;
  z-index: 0;
}
.farm-to-table-second__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 991px) {
  .farm-to-table-second__content {
    min-height: 700px;
  }
}
.farm-to-table-second__media {
  position: relative;
  z-index: 1;
}
.farm-to-table-second__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.farm-to-table-second__logo {
  margin-top: 32px;
  max-width: 150px;
}
.farm-to-table-second__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .farm-to-table-second {
    background: transparent;
  }
  .farm-to-table-second::before {
    display: none;
  }
  .farm-to-table-second__content {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.front-farm-to-table {
  position: relative;
  padding: 56px 0 100px;
}
.front-farm-to-table__heading {
  margin: 0 0 32px;
}
.front-farm-to-table__wrap {
  position: relative;
}
.front-farm-to-table__media {
  position: relative;
}
.front-farm-to-table__media img {
  width: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
}
.front-farm-to-table__box {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin-left: auto;
  margin-top: -80px;
  background: #6D715B;
  color: #fff;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.front-farm-to-table__box--solo {
  margin-top: 0;
}
.front-farm-to-table__box-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
  color: inherit;
}
.front-farm-to-table__box-desc {
  color: rgba(255, 255, 255, 0.92);
}
.front-farm-to-table__box-desc p {
  margin: 0 0 16px;
}
.front-farm-to-table__box-desc p:last-child {
  margin-bottom: 0;
}
.front-farm-to-table__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 10px 24px;
  border-radius: 4px;
  background: #ffffff;
  color: #6D715B !important;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.front-farm-to-table__btn:hover {
  background: #6d715b;
  color: white !important;
  border: 1px solid white !important;
}
@media (min-width: 768px) {
  .front-farm-to-table__box {
    padding: 40px 48px;
    margin-top: -120px;
  }
  .front-farm-to-table__box-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .front-farm-to-table__box {
    position: absolute;
    right: 6%;
    bottom: -32px;
    margin-top: 0;
  }
  .front-farm-to-table__media img {
    min-height: 520px;
  }
  .front-farm-to-table__box-title {
    font-size: 48px;
  }
}

.front-stats {
  position: relative;
  padding: 52px 0;
  background-color: #6D715B;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.front-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.front-stats__content {
  position: relative;
  z-index: 1;
  align-items: center;
  min-height: 500px;
  padding-bottom: 100px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 500px;
  padding-bottom: 100px;
}
.front-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .front-stats__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.front-stats__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.front-stats__number {
  font-size: clamp(32px, 6vw, 64px);
  line-height: 1;
  font-weight: 400;
}
.front-stats__title {
  font-size: clamp(18px, 2.6vw, 28px);
  font-style: italic;
  color: rgba(255, 255, 255, 0.95);
}
.front-stats__desc {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .front-stats {
    padding: 64px 0;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .front-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .front-stats__item {
    padding: 0 24px;
  }
  .front-stats__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 12%;
    bottom: 12%;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
  }
}

.front-visit-gates {
  --gate-shift: 115%;
  --gate-duration: 2.4s;
  --gate-ease: cubic-bezier(0.22, 0.9, 0.2, 1);
  --gate-content-rise: 18px;
  --gate-fade-delay: 1.9s;
  --gate-fade-duration: 0.6s;
  position: relative;
  padding: clamp(40px, 8vw, 120px) 0;
  overflow: hidden;
}
.front-visit-gates__stage {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  min-height: clamp(520px, 75vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-visit-gates__backgrounds {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.front-visit-gates__backgrounds::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 27, 23, 0.45);
}
.front-visit-gates__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.5s ease, transform 1s ease;
  will-change: opacity;
}
.front-visit-gates.is-revealed .front-visit-gates__bg.is-active {
  opacity: 1;
  transform: scale(1);
}
.front-visit-gates__doors {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity var(--gate-fade-duration) ease var(--gate-fade-delay), visibility 0s linear calc(var(--gate-fade-delay) + var(--gate-fade-duration));
  will-change: opacity;
}
.front-visit-gates__door {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  transform: translateX(0);
  transition: transform var(--gate-duration) var(--gate-ease);
  will-change: transform;
  display: flex;
  align-items: center;
}
.front-visit-gates__door img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.front-visit-gates__door--left {
  left: 0;
  transform-origin: right center;
  justify-content: flex-end;
}
.front-visit-gates__door--left img {
  object-position: right center;
}
.front-visit-gates__door--right {
  right: 0;
  transform-origin: left center;
  justify-content: flex-start;
}
.front-visit-gates__door--right img {
  object-position: left center;
}
.front-visit-gates__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(1100px, 92vw);
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-rows: auto auto auto;
  align-items: center;
  justify-items: center;
  align-content: space-between;
  gap: clamp(16px, 3vw, 32px);
  padding: clamp(24px, 6vw, 64px) 0;
  opacity: 0;
  transform: translateY(var(--gate-content-rise));
  transition: opacity 0.9s ease, transform 1.1s ease;
  will-change: opacity, transform;
}
.front-visit-gates__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.front-visit-gates__logo {
  width: min(120px, 32vw);
  height: auto;
  display: block;
}
.front-visit-gates__title {
  margin: 0;
  color: #f9f6ee;
  font-size: clamp(28px, 4.2vw, 52px);
  letter-spacing: 0.02em;
  font-weight: 300;
}
.front-visit-gates__info {
  width: min(520px, 92vw);
  display: grid;
  justify-self: start;
  text-align: left;
  margin-left: clamp(12px, 6vw, 72px);
}
.front-visit-gates__info-panel {
  margin-top: 8px;
  max-width: 360px;
  color: #f9f6ee;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.45s ease;
  pointer-events: none;
}
.front-visit-gates__info-panel p {
  margin: 0 0 6px;
}
.front-visit-gates__info-panel p:last-child {
  margin-bottom: 0;
}
.front-visit-gates__info-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.front-visit-gates__info-title {
  margin: 0 0 6px;
  font-size: clamp(16px, 2vw, 20px);
  color: #f9f6ee;
  font-weight: 300;
}
.front-visit-gates__info-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(249, 246, 238, 0.85);
}
.front-visit-gates__info-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.front-visit-gates__info-link:hover, .front-visit-gates__info-link:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
}
.front-visit-gates__actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 32px);
  flex-wrap: wrap;
  align-self: end;
  padding-bottom: clamp(8px, 3vw, 24px);
}
.front-visit-gates__action-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 16px;
}
.front-visit-gates__action {
  flex: 0 1 260px;
  padding: 10px 18px;
  background: rgba(17, 15, 12, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #f9f6ee;
  text-align: center;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.01em;
  font: inherit;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.front-visit-gates__action:hover, .front-visit-gates__action:focus-visible, .front-visit-gates__action.is-active {
  background: rgba(17, 15, 12, 0.4);
  border-color: #e0c18b;
  color: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.front-visit-gates__action.is-active + .front-visit-gates__info-panel, .front-visit-gates__action:focus-visible + .front-visit-gates__info-panel, .front-visit-gates__action:hover + .front-visit-gates__info-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.front-visit-gates.is-open .front-visit-gates__door--left {
  transform: translateX(calc(-1 * var(--gate-shift)));
}
.front-visit-gates.is-open .front-visit-gates__door--right {
  transform: translateX(var(--gate-shift));
}
.front-visit-gates.is-revealed .front-visit-gates__content {
  opacity: 1;
  transform: translateY(0);
}
.front-visit-gates.is-open .front-visit-gates__doors {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .front-visit-gates {
    --gate-shift: 110%;
    --gate-fade-delay: 1.5s;
  }
  .front-visit-gates__door {
    width: 55vw;
  }
}
@media (max-width: 1024px) {
  .front-visit-gates__content {
    width: min(92vw, 720px);
    padding: 32px 0;
  }
  .front-visit-gates__actions {
    flex-direction: column;
  }
  .front-visit-gates__action {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .front-visit-gates__actions {
    flex-wrap: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rotating-text {
    animation: none;
  }
  .slide-in {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
  .hero-scroll-cta {
    animation: none;
  }
  .front-visit-gates__doors,
  .front-visit-gates__door,
  .front-visit-gates__content {
    transition: none;
  }
  .winery-fourth--animated .winery-fourth__content {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .winery-fourth--animated .winery-fourth__media {
    animation: none;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  .winery-fourth--animated .winery-fourth__image {
    animation: none;
    transform: none;
  }
}
.visit-gate.is-open .visit-gate__desc,
[data-gate-btn].is-open .visit-gate__desc {
  max-height: 1000px;
  opacity: 1;
}

.visit-gate.is-open .visit-gate__desc-inner,
[data-gate-btn].is-open .visit-gate__desc-inner {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .js-visit-us-gates {
    overflow: visible !important;
    min-height: auto !important;
    padding-bottom: 20px;
  }
  .js-visit-us-gates .visit-us-content {
    padding-top: 290px;
    gap: 12px;
  }
  .js-visit-us-gates .visit-gates-grid {
    margin-top: 8px !important;
    align-items: start !important;
  }
  .js-front-gates .visit-gates-heading {
    top: 12px;
    transform: translate(-50%, 0) scale(1);
    width: min(92vw, 360px);
  }
  .js-front-gates .visit-gates-logo {
    max-width: 84px;
    margin-bottom: 6px;
  }
  .js-front-gates .visit-gates-title {
    font-size: clamp(34px, 9vw, 42px) !important;
    line-height: 1.02;
  }
  .js-visit-us-gates [data-gate-btn] {
    overflow: visible;
    padding: 14px 16px !important;
    transform-origin: top center;
  }
  .js-visit-us-gates [data-gate-btn].is-open {
    z-index: 2;
  }
  .js-visit-us-gates [data-gate-btn] .text-\[28px\] {
    font-size: clamp(32px, 8.2vw, 38px) !important;
    line-height: 1.04;
  }
}
.circle-text {
  position: relative;
  width: 100%;
  height: 100%;
  --radius: clamp(85px, 9vw, 130px);
  --angle-step: calc(360deg / var(--count));
}

@media (min-width: 1024px) {
  .circle-text {
    --radius: clamp(85px, 9vw, 130px);
  }
}
.circle-text__char {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
  transform: rotate(calc(var(--i) * var(--angle-step))) translate(var(--radius)) rotate(90deg);
  font-size: var(--font-size, 18px);
  font-weight: 400;
  letter-spacing: var(--letter-spacing, 2px);
  color: #302F2D;
  white-space: pre;
}

.policy .panel-wrapper h2 {
  font-size: 32px;
  font-style: italic;
  color: #6D715B;
}
.policy .panel-wrapper p {
  color: #4F4F4F;
  font-size: 16px;
}
.policy .tab-trigger {
  border-radius: 4px;
  border: 1px solid #BDBDBD;
  background-color: transparent;
  font-size: 18px;
  color: #6D715B;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.policy .tab-trigger.active {
  border: 1px solid #DEBC85;
  color: #302F2D;
  background-color: #DEBC85;
}

.blog-bckg {
  background-image: url("../images/blog-bckg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.pagination-container {
  border-top: 1px solid #BDBDBD;
  position: relative;
  padding-top: 2rem;
}
.pagination-container ul {
  display: flex;
  justify-content: center; /* центрира числата */
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-container li {
  list-style: none;
  margin: 0 10px;
}
.pagination-container li a.page-numbers {
  text-decoration: none;
  color: #BDBDBD;
  font-size: 18px;
}
.pagination-container li span.page-numbers.current {
  font-size: 18px;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .pagination-container .prev-page, .pagination-container .next-page {
    position: absolute;
    top: 50%;
  }
}
.pagination-container .prev-page {
  left: 0;
}
.pagination-container .next-page {
  right: 0;
}

.visit-doors {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  overflow: hidden;
}

.visit-doors__panel {
  position: absolute;
  top: 0;
  bottom: -2px;
  width: 50vw;
  background-color: #FBF9F4 !important;
  background-repeat: no-repeat, no-repeat;
  /* това е важното: една графика върху 2 панела */
  background-size: 200% 101%, 100% 100%;
  background-position: 0% 100%, 0 0;
  transition: transform 3s cubic-bezier(0.3, 0, 0.2, 1), opacity 0.9s ease 1.9s;
  will-change: transform, opacity;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 920' fill='none'%3E%3Cpath d='M599.159 911.209H-0.84082V299.59C-0.84082 219.457 30.3691 144.119 87.0232 87.4538C143.688 30.7998 219.027 -0.410156 299.159 -0.410156C379.292 -0.410156 454.63 30.7998 511.295 87.4538C567.96 144.119 599.159 219.457 599.159 299.59V911.209ZM4.61928 905.749H593.699V299.59C593.699 220.91 563.057 146.947 507.429 91.3196C451.802 35.6921 377.839 5.04995 299.159 5.04995C220.479 5.04995 146.516 35.6921 90.8889 91.3196C35.2614 146.947 4.61928 220.921 4.61928 299.59V905.749Z' fill='%23DEBC85'/%3E%3Cpath d='M527.741 877.002H0V263.865C0 193.386 27.4425 127.122 77.2823 77.2823C127.122 27.4425 193.386 0 263.865 0C334.344 0 400.608 27.4425 450.448 77.2823C500.288 127.122 527.73 193.386 527.73 263.865V877.013L527.741 877.002ZM5.4601 871.542H522.281V263.865C522.281 194.838 495.406 129.951 446.593 81.1372C397.79 32.3347 332.892 5.44918 263.865 5.44918C194.838 5.44918 129.951 32.3238 81.1372 81.1372C32.3347 129.951 5.44919 194.838 5.44919 263.865V871.553L5.4601 871.542Z' fill='%23DEBC85' transform='translate(35 34)'/%3E%3Cpath d='M-228.757 838.683H230.427V229.597C230.427 102.999 127.427 0 0.829346 0C-125.769 0 -228.768 102.999 -228.768 229.597V838.683H-228.757ZM224.967 833.223H-223.297V229.597C-223.297 106.013 -122.755 5.4601 0.840271 5.4601C124.435 5.4601 224.978 106.002 224.978 229.597V833.223H224.967Z' fill='%23DEBC85' transform='translate(299 72)'/%3E%3C/svg%3E"), linear-gradient(0deg, rgba(244, 240, 231, 0.5019607843) 0%, rgba(244, 240, 231, 0.5) 100%);
}
.visit-doors__panel--left {
  left: 0;
  background-position: 0% 100%, 0 0; /* лявата половина */
}
.visit-doors__panel--right {
  right: 0;
  background-position: 100% 100%, 0 0; /* дясната половина */
}

.js-front-gates {
  --gate-duration: 3s;
  --gate-fade-delay: 1.9s;
  --gate-fade-duration: 0.9s;
}
.js-front-gates:not(.is-revealed) [data-gate-btn] {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  will-change: opacity, transform;
}
.js-front-gates.is-revealed [data-gate-btn] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-front-gates.is-open .visit-doors__panel--left {
  transform: translateX(-110%);
  opacity: 0;
}
.js-front-gates.is-open .visit-doors__panel--right {
  transform: translateX(110%);
  opacity: 0;
}
.js-front-gates.is-open .visit-gates-title {
  animation: visit-gates-title-scale 2.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.js-front-gates.is-revealed .visit-gates-title {
  opacity: 1;
  transform: translateY(0);
}
.js-front-gates.is-revealed .visit-gates-logo {
  opacity: 1;
  transform: translateY(0);
}

.visit-gates-title {
  opacity: 1;
  transform: translateY(0);
  transform-origin: 50% 50%;
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

@keyframes visit-gates-title-scale {
  0% {
    transform: translateY(0) scale(1);
  }
  45% {
    transform: translateY(0) scale(1.16);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.visit-gates-logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.visit-gates-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.04);
  z-index: 30;
  opacity: 1;
  transition: top 2.6s ease, transform 2.6s ease;
  will-change: top, transform;
}

.js-front-gates.is-open .visit-gates-heading {
  top: clamp(12px, 2vw, 24px);
  transform: translate(-50%, 0) scale(1);
}

.front-hero-prev,
.front-hero-next {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid #DEBC85;
}

/* ===== SFC Wine Slider (Reference Match) ===== */
.wine-section {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px) 0 clamp(20px, 3vw, 32px);
  background: var(--sfc-slider-bg, #6D715B);
  color: #f2efe5;
}
.wine-section .bg-heading {
  position: absolute;
  inset: 0 0 auto 0;
  pointer-events: none;
  text-align: center;
  z-index: 0;
  line-height: 0.9;
  padding-top: clamp(24px, 4.8vw, 64px);
  overflow: visible;
}
.wine-section .bg-heading .sub {
  margin: 0;
  white-space: nowrap;
  font-size: 80px;
  line-height: 0.95;
  text-transform: none;
  color: #BDBDBD;
  font-family: "Sybilla Pro", sans-serif;
  font-weight: 200 !important;
  opacity: 0.4;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .wine-section .bg-heading .sub {
    margin-left: -180px;
  }
}
@media screen and (max-width: 1024px) {
  .wine-section .bg-heading .sub {
    font-size: clamp(34px, 5.2vw, 50px);
    line-height: 0.95;
  }
}
.wine-section .bg-heading .main {
  margin: -0.28em 0 0;
  white-space: nowrap;
  font-size: 164px;
  line-height: 0.86;
  font-family: "Cormorant Infant", sans-serif;
  font-style: italic;
  color: #BDBDBD;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .wine-section .bg-heading .main {
    font-size: clamp(58px, 11.2vw, 100px);
    margin-top: -0.22em;
    line-height: 0.9;
  }
}
@media (max-width: 900px) {
  .wine-section .bg-heading {
    padding-top: clamp(12px, 3.8vw, 28px);
  }
  .wine-section .bg-heading .sub {
    font-size: clamp(28px, 5.8vw, 44px);
    line-height: 1;
    white-space: normal;
    text-wrap: balance;
    padding: 0 12px;
  }
  .wine-section .bg-heading .main {
    font-size: clamp(42px, 10.2vw, 72px);
    margin-top: -0.12em;
    line-height: 0.96;
    white-space: normal;
    text-wrap: balance;
    padding: 0 12px;
  }
}
@media (max-width: 560px) {
  .wine-section .bg-heading {
    padding-top: 8px;
  }
  .wine-section .bg-heading .sub {
    font-size: clamp(22px, 7vw, 30px);
  }
  .wine-section .bg-heading .main {
    font-size: clamp(34px, 12vw, 52px);
    margin-top: -0.08em;
    line-height: 0.98;
  }
}
.wine-section.wine-section--white .bg-heading .sub,
.wine-section.wine-section--white .bg-heading .main {
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.wine-section.wine-section--white .bg-heading .sub {
  opacity: 0.4;
  margin-bottom: 0 !important;
}
.wine-section.wine-section--white .bg-heading .main {
  opacity: 0.5;
}
.wine-section.wine-section--olive .bg-heading .sub {
  opacity: 0.4;
}
.wine-section.wine-section--olive .bg-heading .main {
  opacity: 0.5;
}
.wine-section.wine-section--olive .dot {
  width: 5px;
  height: 5px;
}
.wine-section.wine-section--olive .dot.active::after {
  width: 14px;
  height: 14px;
}
.wine-section .slider-container {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 56px;
}
.wine-section .slider-layout {
  display: grid;
  grid-template-columns: minmax(320px, 380px) 1fr;
  align-items: center;
  gap: 12px;
  min-height: 280px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .wine-section .slider-layout {
    min-height: 600px;
  }
}
.wine-section .wine-info {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 48px;
}
.wine-section .info-content {
  max-width: 350px;
  transition: transform 0.45s cubic-bezier(0.22, 0.8, 0.25, 1), opacity 0.45s cubic-bezier(0.22, 0.8, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  .wine-section .info-content {
    padding-left: 40px;
    margin-left: 50px;
  }
}
.wine-section .info-content.is-exiting-next {
  opacity: 0;
  transform: translateY(12px);
}
.wine-section .info-content.is-exiting-prev {
  opacity: 0;
  transform: translateY(-12px);
}
.wine-section .wine-name {
  color: var(--sfc-slider-title, #f3f0e6);
  font-size: 32px;
  text-align: center;
  font-style: italic;
  line-height: 125%;
  font-weight: 200;
  margin-top: 20px;
  font-family: "Cormorant Infant", sans-serif !important;
  text-transform: uppercase;
}
@media screen and (min-width: 991px) {
  .wine-section .wine-name {
    margin-top: 120px;
  }
}
.wine-section .wine-desc {
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
  color: var(--sfc-slider-desc, rgba(237, 233, 219, 0.78));
  padding-top: 32px;
  padding-bottom: 32px;
}
.wine-section .wine-price {
  margin: 0 0 14px;
  color: var(--sfc-slider-price, #f3f0e6);
  font-size: 27px;
  line-height: 1;
  font-weight: 300;
  font-family: "Cormorant Garamond", sans-serif;
  padding-bottom: 32px;
  margin-bottom: 0 !important;
}
.wine-section .wine-price .woocommerce-Price-amount,
.wine-section .wine-price bdi {
  color: var(--sfc-slider-price, #f3f0e6);
}
.wine-section .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 2px;
  background: #d2ae74;
  color: #5d4d2d;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: filter 0.2s ease;
}
.wine-section .cta-btn:hover {
  filter: brightness(1.05);
}
.wine-section .nav-btn {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  border: 1px solid #DEBC85 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
  outline: none;
}
.wine-section .nav-btn:hover {
  filter: brightness(1.02);
}
.wine-section .nav-btn:focus, .wine-section .nav-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(210, 174, 116, 0.45);
}
.wine-section .nav-btn:disabled {
  opacity: 1;
  cursor: not-allowed;
  filter: none;
  pointer-events: none;
}
.wine-section .nav-btn svg {
  width: 24px;
  height: 18px;
  color: #4f4f4f;
}
.wine-section .btn-prev,
.wine-section .btn-next {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.95);
}
.wine-section .btn-prev svg {
  transform: scaleX(-1);
}
.wine-section .btn-next svg {
  transform: none;
}
.wine-section .bottles-area {
  position: static;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  gap: 14px;
}
.wine-section .btn-prev,
.wine-section .btn-next {
  position: absolute;
  top: var(--sfc-nav-top, clamp(205px, 38vw, 290px));
  transform: translateY(-50%);
  z-index: 6;
}
.wine-section .btn-prev {
  left: 0;
}
.wine-section .btn-next {
  right: 10px;
}
.wine-section .bottles-viewport {
  position: relative;
  height: clamp(360px, 44vw, 540px);
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}
.wine-section .bottles-track {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.22, 0.8, 0.25, 1);
}
.wine-section .bottle-slide {
  position: relative;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateY(0) scale(1);
  transform-origin: 50% 85%;
  transition: transform 0.62s cubic-bezier(0.22, 0.8, 0.25, 1), opacity 0.62s ease;
  margin-left: 0 !important;
}
.wine-section .bottle-slide img {
  width: auto;
  max-width: 100%;
  max-height: 96%;
  height: auto;
  display: block;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transform-origin: 50% 86%;
  transition: opacity 2s ease;
}
.wine-section .bottle-slide img.is-rotating-next {
  animation: none;
}
.wine-section .bottle-slide img.is-rotating-prev {
  animation: none;
}
.wine-section .bottle-slide.is-leaving {
  opacity: 0.03;
}
.wine-section .bottle-slide.is-active {
  opacity: 1;
  transform: translateY(0) scale(1.15);
}
.wine-section .bottle-slide.is-active.is-leaving {
  opacity: 0.32;
}
.wine-section .dots {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 8px;
  overflow: visible;
}
.wine-section .dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(244, 243, 236, 0.88);
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: background-color 0.25s ease;
}
.wine-section .dot.active {
  background: #d2ae74;
}
.wine-section .dot.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(244, 243, 236, 0.72);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1100px) {
  .wine-section .slider-container {
    padding: 0 26px;
  }
}
@media (max-width: 900px) {
  .wine-section .slider-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .wine-section .wine-info {
    order: 2;
    position: static;
  }
  .wine-section .info-content {
    margin-left: auto;
    margin-right: auto;
  }
  .wine-section .bottles-area {
    grid-template-columns: 1fr;
    gap: 0;
    position: static;
  }
  .wine-section .bottles-viewport {
    -webkit-mask-image: none;
    mask-image: none;
    height: clamp(420px, 56vw, 500px);
  }
  .wine-section .bottle-slide {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0;
    transform: translateY(0) scale(1);
  }
  .wine-section .bottle-slide.is-active {
    transform: translateY(0) scale(1.08);
  }
  .wine-section .bottle-slide img {
    width: auto;
    max-width: 44vw;
    max-height: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .wine-section .slider-container {
    padding: 0 16px;
  }
  .wine-section .wine-info {
    grid-template-columns: 1fr;
    gap: 10px;
    position: static;
  }
  .wine-section .info-content {
    max-width: none;
    padding: 0 12px;
  }
  .wine-section .wine-price {
    font-size: 22px;
  }
  .wine-section .bottles-area {
    grid-template-columns: 1fr;
    gap: 0;
    position: static;
  }
  .wine-section .btn-prev,
  .wine-section .btn-next {
    position: absolute;
    top: clamp(185px, 42vw, 250px);
    transform: translateY(-50%);
    z-index: 6;
  }
  .wine-section .btn-prev {
    left: 10px;
  }
  .wine-section .btn-next {
    right: 10px;
  }
  .wine-section .bottles-viewport {
    -webkit-mask-image: none;
    mask-image: none;
    height: 320px;
  }
  .wine-section .bottle-slide {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    transform: translateY(0) scale(1);
  }
  .wine-section .bottle-slide.is-active {
    transform: translateY(0) scale(1.04);
  }
  .wine-section .bottle-slide img {
    width: auto;
    max-width: 82vw;
    max-height: 290px;
    margin: 0 auto;
  }
  .wine-section .dots {
    margin-top: 50px;
  }
}

.reclamation-form input[type=date],
.reclamation-form input[type=text],
.reclamation-form input[type=tel],
.reclamation-form input[type=email] {
  width: 100%;
}
.reclamation-form .field-box-title {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reclamation-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select-arrow-down.svg") no-repeat right 20px center;
  background-size: 14px;
  cursor: pointer;
  background-color: white;
  width: 100%;
  height: 47px;
  border-radius: 4px;
  padding: 0 12px;
}
.reclamation-form input[type=text],
.reclamation-form input[type=date],
.reclamation-form textarea {
  color: #4F4F4F;
  border-radius: 4px;
  padding: 10px 12px;
}
.reclamation-form .add-files-box {
  background-color: white;
  padding: 20px;
}
.reclamation-form label {
  color: #888682;
}

iframe:focus, iframe:focus-visible {
  outline: none;
}

.vineyard-map {
  position: relative;
  width: 100%;
}

.vineyard-map img.vineyard-bg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}

/* Title Card */
.vineyard-title-card {
  position: absolute;
  left: 4%;
  top: 10%;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 4px;
  background: rgba(109, 113, 91, 0.15);
  padding: 24px;
  border-radius: 4px;
  backdrop-filter: blur(8px);
}
@media (max-width: 550px) {
  .vineyard-title-card {
    display: none;
  }
}

.vineyard-title-card h2 {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  color: white;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .vineyard-title-card h2 {
    font-size: 32px;
  }
}

.vineyard-title-card p {
  font-size: 21px;
  color: white;
  margin: 4px 0 0;
  letter-spacing: 1px;
}

/* Connecting Line SVG */
.vineyard-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Hotspot Button */
.vineyard-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.vineyard-hotspot .hotspot-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2); /* само лек фон */
  transition: all 0.3s ease;
  overflow: visible; /* важно за drop-shadow */
}
@media (min-width: 1360px) {
  .vineyard-hotspot .hotspot-circle {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 991px) and (max-width: 1359px) {
  .vineyard-hotspot .hotspot-circle {
    width: 60px;
    height: 60px;
  }
}

.vineyard-hotspot .hotspot-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(109, 113, 91, 0.15); /* твоя прозрачен фон */
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  z-index: 0;
  backdrop-filter: blur(8px);
}

.vineyard-hotspot .hotspot-circle img {
  position: relative;
  z-index: 1; /* над сянката */
  backdrop-filter: none; /* изключваме blur на изображението */
}

.vineyard-hotspot:hover .hotspot-circle {
  background: rgba(138, 154, 58, 0.8);
  border-color: rgba(232, 212, 77, 0.7);
  transform: scale(1.08);
}

.vineyard-hotspot.active .hotspot-circle {
  background: rgba(138, 154, 58, 0.9);
  border-color: #e8d44d;
  transform: scale(1.12);
  box-shadow: 0 0 20px rgba(232, 212, 77, 0.3);
}

/* Pulse Animation */
.vineyard-hotspot.active .hotspot-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(232, 212, 77, 0.2);
  animation: vineyardPulse 2s ease-out infinite;
}

@keyframes vineyardPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}
/* Tooltip */
.vineyard-tooltip {
  position: absolute;
  z-index: 10;
  min-width: 220px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 14px 20px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.vineyard-tooltip.visible {
  opacity: 1;
  pointer-events: auto;
}

.vineyard-tooltip h3 {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1.5px;
  opacity: 0.9;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  text-transform: uppercase;
}

.vineyard-tooltip p {
  font-size: 21px;
  font-weight: 300;
  color: #888682;
  margin: 5px 0 0;
  line-height: 1.5;
}

/* Tooltip Arrow */
.vineyard-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid rgba(250, 250, 245, 0.96);
}

/* Close Overlay */
.vineyard-overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.vineyard-overlay.active {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .vineyard-title-card {
    padding: 10px 14px;
  }
  .vineyard-title-card p {
    font-size: 16px;
  }
  .vineyard-hotspot .hotspot-circle {
    width: 45px;
    height: 45px;
  }
  .vineyard-tooltip {
    min-width: 170px;
    padding: 10px 14px;
  }
}
@media (max-width: 480px) {
  .vineyard-title-card {
    padding: 8px 10px;
    gap: 6px;
  }
  .vineyard-tooltip {
    min-width: 140px;
    padding: 8px 10px;
  }
  .vineyard-hotspot .hotspot-circle {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 551px) and (max-width: 991px) {
  .vineyard-tooltip h3 {
    font-size: 21px;
  }
  .vineyard-tooltip p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .vineyard-tooltip h3 {
    font-size: 16px;
  }
  .vineyard-tooltip p {
    font-size: 15px;
  }
}
.grey-hr {
  background: #BDBDBD;
  width: 100%;
  height: 1px;
}

/* Desktop positions */
.hotspot-1 {
  left: 53%;
  top: 10%;
}

.tooltip-1 {
  left: calc(53% + 55px);
  top: 10%;
}

.hotspot-2 {
  left: 56%;
  top: 26%;
}

.tooltip-2 {
  left: calc(56% + 55px);
  top: 26%;
}

.hotspot-3 {
  left: 58%;
  top: 45%;
}

.tooltip-3 {
  left: calc(58% + 55px);
  top: 45%;
}

.hotspot-4 {
  left: 57%;
  top: 65%;
}

.tooltip-4 {
  left: calc(57% + 55px);
  top: 65%;
}

.hotspot-5 {
  left: 53%;
  top: 85%;
}

.tooltip-5 {
  left: calc(53% + 55px);
  top: 85%;
}

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .hotspot-1 {
    left: 54%;
    top: 12%;
  }
  .tooltip-1 {
    left: calc(54% + 40px);
    top: 12%;
  }
  .hotspot-2 {
    left: 56%;
    top: 29%;
  }
  .tooltip-2 {
    left: calc(56% + 40px);
    top: 29%;
  }
  .hotspot-3 {
    left: 58%;
    top: 49%;
  }
  .tooltip-3 {
    left: calc(58% + 40px);
    top: 49%;
  }
  .hotspot-4 {
    left: 56%;
    top: 70%;
  }
  .tooltip-4 {
    left: calc(56% + 40px);
    top: 70%;
  }
  .hotspot-5 {
    left: 52%;
    top: 88%;
  }
  .tooltip-5 {
    left: calc(52% + 40px);
    top: 88%;
  }
}
/* Mobile (max-width: 480px) */
@media (max-width: 550px) {
  .hotspot-1 {
    left: 40%;
    top: 14%;
  }
  .tooltip-1 {
    left: calc(40% + 25px);
    top: 14%;
  }
  .hotspot-2 {
    left: 45%;
    top: 30%;
  }
  .tooltip-2 {
    left: calc(45% + 25px);
    top: 30%;
  }
  .hotspot-3 {
    left: 45%;
    top: 50%;
  }
  .tooltip-3 {
    left: calc(45% + 25px);
    top: 50%;
  }
  .hotspot-4 {
    left: 43%;
    top: 70%;
  }
  .tooltip-4 {
    left: calc(43% + 25px);
    top: 70%;
  }
  .hotspot-5 {
    left: 37%;
    top: 90%;
  }
  .tooltip-5 {
    left: calc(37% + 25px);
    top: 90%;
  }
}
@media (max-width: 381px) {
  .hotspot-1 {
    left: 37%;
    top: 12%;
  }
  .tooltip-1 {
    left: calc(37% + 25px);
    top: 12%;
  }
  .hotspot-5 {
    left: 35%;
    top: 90%;
  }
  .tooltip-5 {
    left: calc(35% + 25px);
    top: 90%;
  }
}
.vineyard-card-mobile {
  background-color: #6D715B;
  color: black;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (min-width: 551px) {
  .vineyard-card-mobile {
    display: none;
  }
}
.vineyard-card-mobile h2 {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  color: white;
  margin: 0;
  line-height: 1.2;
}
.vineyard-card-mobile hr {
  background: white;
  width: 100%;
  height: 1px;
}
.vineyard-card-mobile p {
  font-size: 18px;
  color: white;
  margin: 4px 0 0;
  letter-spacing: 1px;
}

.list-disc {
  list-style: disc !important;
}

.modal-team-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 100;
  margin-bottom: 50px;
  max-height: 80%;
}

#team-modal {
  z-index: 100;
}

#team-modal-content h3 {
  font-size: 28px;
  color: #DEBC85;
  font-style: italic;
  margin-bottom: 10px;
}
#team-modal-content h4 {
  font-size: 18px;
  color: #DEBC85;
  font-style: italic;
  margin-bottom: 10px;
}
#team-modal-content h5 {
  font-size: 18px;
  color: #DEBC85;
  font-style: italic;
  margin-bottom: 10px;
}

.list-inside {
  list-style-position: inside !important;
}

#degustaciya-na-3-vina {
  padding-top: 80px;
}

#degustaciya-na-5-vina {
  padding-bottom: 80px;
}

.panel-wrapper ul {
  list-style: disc;
  padding-left: 15px;
}

.z-1 {
  z-index: 1;
}

.btn-primary.with-icon:hover svg path {
  fill: #6D715B;
}/*# sourceMappingURL=theme.css.map */
