@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  font-size: 16px;
  color: #444;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff0eb;
  z-index: 10000000000;
  font-weight: 100;
}

.percentage {
  color: #333;
  font-size: 32px;
  /* Змініть розмір шрифту за вашими потребами */
  font-weight: 100;
}

.wrap {
  position: relative;
  overflow: hidden;
}

a {
  color: #000;
}

.menu a {
  padding-bottom: 2px;
  --bg-h: 2px;
  background: linear-gradient(0deg, #cdf82f, #beff5f) no-repeat right bottom/0 var(--bg-h);
  transition: background-size 350ms;
}

.menu a:hover, .menu a:focus-visible {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

.current-menu-item a {
  padding-bottom: 2px;
  --bg-h: 2px;
  background: linear-gradient(0deg, #cdf82f, #beff5f) no-repeat right bottom/0 var(--bg-h);
  transition: background-size 350ms;
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 45px;
  font-family: 'Cormorant Garamond', serif;
}

ul {
  list-style-position: outside;
}

section {
  position: relative;
}

.c-scrollbar_thumb {
  background-color: #7cc80e;
  opacity: 0.9;
  width: 4px;
}

.content {
  width: 100%;
  max-width: 1650px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  position: relative;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 25px;
}

.entry-content p {
  margin-bottom: 15px;
}

.term-description {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.term-description h3 {
  font-size: 2em;
  margin-bottom: 15px;
}

.term-description p {
  margin-bottom: 25px;
  font-size: 1.1em;
}

.site-main {
  margin-top: 150px;
}

.site-main h1 {
  text-align: center;
}

.site-main p {
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.3em;
  color: #000;
  margin-bottom: 35px;
  font-size: 1.1em;
  font-weight: 500;
}

.page-description {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4vw;
  font-size: 1.1em;
}

.page-description p {
  margin-bottom: 25px;
}

.ns-menu-mobile {
  display: none;
}

.woo-content {
  margin-top: 4vw;
}

.woocommerce-products-header__title {
  margin-bottom: 0;
}

.woocommerce-products-header__title h1 {
  margin-bottom: 0;
}

.g2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.g3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.g4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.button {
  cursor: pointer;
  background-color: #beff5f;
  color: #000;
  font-weight: 800 !important;
  font-size: 0.75em;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  transition: .2s linear;
  text-transform: uppercase;
  outline: none;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
}

.button .icon {
  margin-right: 8px;
  display: flex;
}

.button .icon ion-icon {
  font-size: 1.5em;
}

.button:hover {
  box-shadow: 0px 1.3px 2.2px rgba(214, 250, 57, 0.02), 0px 3.1px 5.3px rgba(214, 250, 57, 0.028), 0px 5.8px 10px rgba(214, 250, 57, 0.035), 0px 10.3px 17.9px rgba(214, 250, 57, 0.042), 0px 19.2px 33.4px rgba(214, 250, 57, 0.05), 0px 46px 80px rgba(214, 250, 57, 0.07);
  background-color: #43e22a;
  color: #000;
}

.header-wrap {
  width: 100%;
  position: relative;
  z-index: 4;
}

.header-wrap header {
  position: absolute;
  z-index: 10;
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  grid-gap: 25px;
  align-items: center;
  padding: 25px 0px;
  width: 100%;
  width: calc(100% - 50px);
  left: 25px;
  background-color: rgba(0, 0, 0, 0.17);
  background-image: linear-gradient(147deg, rgba(255, 255, 255, 0.02) 0%, rgba(250, 250, 250, 0.1) 74%);
  border-radius: 55px;
  padding: 10px 25px;
  top: 15px;
  backdrop-filter: blur(25px);
}

.header-wrap header .logo {
  display: flex;
  width: auto;
}

.header-wrap header .logo a {
  width: auto;
  display: flex;
}

.header-wrap header .logo a img {
  width: 60px;
  height: auto;
  object-fit: contain;
  display: block;
}

.header-wrap header .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrap header .menu ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}

.header-wrap header .menu ul li {
  margin-right: 45px;
}

.header-wrap header .menu ul li:last-of-type {
  margin-right: 0;
}

.header-wrap header .menu ul li a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

.header-wrap header .menu .lang-menu {
  display: flex;
  margin-left: 45px;
  font-size: 0.75em;
  background-color: rgba(0, 0, 0, 0.12);
  padding: 8px 10px;
  border-radius: 25px;
  margin-right: 15px;
}

.header-wrap header .menu .lang-menu li {
  margin-right: 15px;
}

.header-wrap header .menu .lang-menu li:last-of-type {
  margin-right: 0;
}

.header-wrap header .menu .lang-menu li a {
  font-weight: 700;
}

.header-wrap header .menu .lang-menu .active-lang {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

.header-wrap header .menu .lang-menu .active-lang a {
  padding-bottom: 2px;
  --bg-h: 2px;
  background: linear-gradient(0deg, #cdf82f, #beff5f) no-repeat right bottom/0 var(--bg-h);
  transition: background-size 350ms;
  background-size: 100% var(--bg-h) !important;
  background-position-x: left !important;
}

.header-wrap header .right-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.header-wrap header .right-menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.header-wrap header .right-menu ul li:last-of-type {
  margin-right: 0;
}

.header-wrap header .right-menu ul li a {
  font-weight: 500;
  text-decoration: none;
}

.header-wrap header .right-menu ul li .button {
  font-weight: 600;
}

.reveal {
  position: relative;
  display: inline-block;
  transform-origin: left;
  transform: scaleX(0);
  transition: .5s;
  transition-delay: .6s;
}

.reveal.active {
  transform: scaleX(1);
  transition-delay: 0s;
}

.reveal.active:before {
  transform: scaleX(0);
  transition-delay: .6s;
  z-index: 100;
}

.reveal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5 !important;
  transform-origin: right;
  transition: .5s;
  transition-delay: 0s;
  z-index: 100;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 730px;
}

.background-overlay {
  background-color: #00000050;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7;
}

.hero-background-slider {
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-background-slider .back-slide {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
}

.hero-background-slider .back-slide .hero-background {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
}

.hero-background-slider .back-slide .hero-background img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.hero-background-slider .back-slide .hero-background .mob-picture {
  display: none;
}

.hero-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.hero-text p, .hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4vw;
  color: #fff;
  padding: 5px 85px;
  background-color: rgba(0, 0, 0, 0.17);
  margin-bottom: 15px;
  border-radius: 150px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  font-style: italic;
}

.hero-text p:nth-of-type(2), .hero-text h1:nth-of-type(2) {
  position: relative;
  left: -5%;
}

.hero-text p span, .hero-text h1 span {
  font-style: italic;
}

.hero-text cite {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 100;
  color: #fff;
}

.hero-text .store-bag {
  width: 130px;
  height: 130px;
  background-image: url("../../assets/images/badge-tap.svg");
  background-position: 50%;
  background-size: contain;
  position: absolute;
  right: 35%;
  top: 55%;
  z-index: 11;
  text-decoration: none;
  animation: beat 1.4s ease-in-out infinite;
}

.hero-text .store-bag .circle-me {
  letter-spacing: 0.01em;
  color: #000;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  width: 50%;
  top: 50%;
  height: 0;
  margin: auto;
  font-weight: 700;
  --speed: calc( 0.4s * var(--char-total) );
  animation: spin 6s linear infinite;
  animation-duration: var(--speed);
}

@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}

.hero-text .store-bag .circle-me .char {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  text-align: center;
  width: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  transform: rotate(calc( 160deg * var(--distance-sine))) translateY(calc( -0.14em * var(--char-total)));
}

@keyframes beat {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.title {
  width: 100%;
  padding: 35px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title h2 {
  text-align: center;
  font-size: 3.5em;
  margin-bottom: 25px;
  font-style: italic;
}

.title p {
  line-height: 1.77em;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
}

.bb {
  border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}

.left-title {
  width: 100%;
  padding: 240px 80px 80px 80px;
  max-width: 45%;
}

.splittitle {
  display: inline-block !important;
  overflow: hidden;
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  font-size: 3.2em;
  line-height: 1.1999em;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}

.splittitle .word {
  display: inline-flex;
  position: relative;
  font-weight: 600;
  overflow: hidden;
}

.splittitle .wordWrap {
  position: relative;
  display: inline-flex;
}

.splitcontent {
  display: inline-block !important;
  overflow: hidden;
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  font-size: 1em;
}

.splitcontent .word {
  display: inline-flex;
  position: relative;
  font-weight: 600;
  overflow: hidden;
}

.splitcontent .wordWrap {
  position: relative;
  display: inline-flex;
}

.section-2 {
  height: calc(100vh + 320px);
  display: grid;
  grid-template-columns: 40% 60%;
  padding-top: 120px;
}

.section-2 blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5vmin;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-2 blockquote cite {
  display: block;
}

.section-2 .pinned-quote {
  padding: 45px;
  height: 100%;
  width: 100%;
}

.section-2 .images-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 25px;
  gap: 25px;
}

.section-2 .images-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.error-404.not-found {
  min-height: 600px;
}

.mainsec {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 680px;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
}

.mainsec .gradient-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mainsec .gradient-wrap .gradient-1 {
  background: #1af45f;
  background: radial-gradient(circle, rgba(26, 244, 95, 0.762325) 0%, rgba(125, 255, 0, 0) 100%);
  filter: blur(25px);
  opacity: 0.25;
  left: -6%;
  top: -28%;
  width: 550px;
  height: 550px;
  position: absolute;
}

.mainsec .background-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mainsec .background-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mainsec .page-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mainsec .page-title h1 {
  color: #1a5f29;
  font-size: 2vw;
  max-width: 940px;
  margin: 0 auto;
  line-height: 2em;
  display: flex;
}

.mainsec .page-title h1 span {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  white-space: nowrap;
}

.mainsec .page-title h1 span img {
  width: 100%;
  max-width: 130px;
  height: auto;
  display: inline;
  object-fit: contain;
}

.main-grid {
  grid-gap: 0;
  padding: 6vw 0vw 6vw 0vw;
  grid-template-columns: 60% 40%;
}

.main-grid .mainblock-col {
  display: flex;
  flex-direction: column;
}

.main-grid .mainblock-col:nth-of-type(2n) {
  padding-top: 0%;
  padding-left: 25%;
}

.main-grid .mainblock-col:nth-of-type(2n) .mainblock {
  padding: 4vw;
}

.main-grid .mainblock-col:nth-of-type(2n) .rightmainblock {
  border-radius: 255px 25px 250px 300px;
  overflow: hidden;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
  padding: 0;
}

.main-grid .mainblock-col:nth-of-type(2n) .rightmainblock img {
  display: block;
  object-fit: contain;
}

.main-grid .mainblock-col .mainblock {
  display: flex;
  flex-direction: column;
}

.main-grid .mainblock-col .mainblock img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 4px;
}

.main-grid .mainblock-col .mainblock-title {
  margin-bottom: 45px;
  padding-top: 10%;
  padding-left: 15%;
}

.main-grid .mainblock-col .mainblock-title h2 {
  color: #333;
  font-size: 3em;
  font-style: italic;
}

.excursion-section {
  background-color: #f1f1f1;
  padding: 6vw 4vw;
}

.excursion-section h2 {
  color: #000;
  text-align: left;
}

.excursion-section .title p {
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.3em;
  text-align: left;
  margin-left: 0;
  color: #000;
}

.excursion-section .g2 {
  grid-gap: 45px;
}

.excursion-section .g3 {
  grid-gap: 45px;
}

.excursion-section .g3colwild {
  grid-column: span 2;
  position: relative;
}

.excursion-section .g3videowall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  width: 100%;
}

.excursion-section .g3videowall .g3col video {
  border-radius: 25px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.excursion-section .excursion-banner {
  position: relative;
}

.excursion-section .excursion-banner .excursion-img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.excursion-section .excursion-banner .excursion-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 640px;
}

.excursion-section .excursion-banner .excursion-img .excursion-overlay {
  background: #333333;
  background: linear-gradient(0deg, #3859dd 0%, rgba(185, 255, 81, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  z-index: 1;
}

.excursion-section .main-excursion-info {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: calc(100% - 50px);
  height: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.excursion-section .main-excursion-info h2 {
  font-size: 2.5em;
  color: #fff;
  font-style: italic;
}

.excursion-section .main-excursion-info .ex-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.excursion-section .main-excursion-info .ex-info ul {
  list-style-type: none;
  list-style-position: inside;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.excursion-section .main-excursion-info .ex-info ul li {
  margin-right: 15px;
  color: #fff;
}

.excursion-section .main-excursion-info .ex-info ul li .ex-title {
  margin-bottom: 6px;
  text-transform: uppercase;
  display: inline-flex;
  letter-spacing: 1.5px;
  font-weight: 800;
  font-size: .8em;
}

.excursion-section .main-excursion-info .ex-info ul li .ex-data {
  font-weight: 600;
  margin-bottom: 4px;
}

.excursion-wrap .g3 {
  grid-gap: 45px;
  padding: 4vw 0vw;
}

.excursion-wrap .g3 .col .img-block {
  border-radius: 15px;
  max-height: 640px;
  overflow: hidden;
}

.excursion-wrap .g3 .col .img-block img,
.excursion-wrap .g3 .col .img-block video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.excursion-wrap .g3 .col .img-block video {
  object-fit: contain !important;
}

.excursion-wrap .excursion {
  border-radius: 15px;
  background-color: #2d862a;
  padding: 65px;
  height: 640px;
  background-image: url("https://lh3.googleusercontent.com/pw/AIL4fc_xSOOGaLY8Ku-QcvnoNiWEMFiK9DbE0Pk0qcL9UaZ1mhzNvFPAobEMECG8fbr5iFksODH_xocOba0laa60LY_kfVX8u4Jq6PwixV1PACLr6EjOIyemNU2xl5E10rl9BgKYqdXPGvs4wNL_iC3Go4nr=w1930-h1287-s-no?authuser=0");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.excursion-wrap .excursion .excursion-header h3 {
  color: #fff;
}

.excursion-wrap .excursion .excursion-content a {
  margin-bottom: 25px;
}

.excursion-wrap .excursion .excursion-content p {
  font-weight: 500;
  line-height: 1.57em;
}

.swiper {
  width: 100%;
  height: 100%;
}

.gallery-section {
  padding: 6vw 4vw;
  background-color: #beff5f;
  width: 100%;
  padding-top: 2vw;
}

.gallery-section h2 {
  margin-bottom: 25px;
}

.gallery-section .gallery-slider {
  overflow: visible;
  flex-direction: column;
  height: auto;
  width: 100%;
}

.gallery-section .gallery-slider .gallery-slide {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-section .gallery-slider .gallery-slide .fullscreen {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.gallery-section .gallery-slider .gallery-slide .fullscreen ion-icon {
  font-size: 2em;
  color: #fff;
}

.gallery-section .gallery-slider .gallery-slide .gallery-img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-section .gallery-slider .gallery-slide .gallery-img a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-slider .gallery-slide .gallery-img a img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

.swiper-wrapper {
  width: 100999999999999999999999999999999999999%;
}

.comment-slider {
  overflow-x: visible;
  width: 100%;
  padding: 4vw 0vw;
  padding-top: 0;
}

.comment-slider .col {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.comment-slider .comment-slide {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #ffe95c;
  overflow: hidden;
  height: 620px;
}

.comment-slider .comment-slide .comment-img {
  display: flex;
  width: 100%;
  height: 100%;
}

.comment-slider .comment-slide .comment-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.comment-slider .comment-slide .comment-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.comment-slider .comment-slide .comment-content .comment-heading {
  margin-bottom: 15px;
}

.comment-slider .comment-slide .comment-content .comment-heading h3 {
  margin-bottom: 45px;
  font-size: 48px;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  font-weight: 800;
  color: #fff;
  font-style: italic;
}

.comment-slider .comment-slide .comment-content .comment-star {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.comment-slider .comment-slide .comment-content .comment-star ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.comment-slider .comment-slide .comment-content .comment-star ul li {
  margin-right: 15px;
}

.comment-slider .comment-slide .comment-content .comment-star ul li ion-icon {
  color: #fff;
  font-size: 2em;
}

.comment-slider .comment-slide .comment-content .comment-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-slider .comment-slide .comment-content .comment-text p {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 16.1px;
  line-height: 1.55em;
  font-weight: 600;
}

.store-grid {
  grid-gap: 2vw;
  margin-bottom: 45px;
}

.store-grid .pro-cat {
  position: relative;
  border-radius: 25px;
  transition: .2s ease-in-out;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
  transition: .2s ease-in-out;
}

.store-grid .pro-cat .pro-background {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-grid .pro-cat .pro-background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: .2s ease-in-out;
}

.store-grid .pro-cat .pro-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: #424242;
  background: linear-gradient(0deg, rgba(66, 66, 66, 0.762325) 0%, rgba(125, 255, 0, 0) 100%);
  transition: .2s ease-in-out;
}

.store-grid .pro-cat .pro-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.store-grid .pro-cat .pro-button ion-icon {
  color: #fff;
  transition: .2s ease-in-out;
}

.store-grid .pro-cat .pro-description {
  padding: 25px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 25px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: auto;
  color: #fff;
  overflow: hidden;
  transition: .2s ease-in-out;
}

.store-grid .pro-cat .pro-description .pro-title {
  transition: .2s ease-in-out;
  width: 100%;
}

.store-grid .pro-cat .pro-description .pro-title h2 {
  font-size: 2em;
  font-style: italic;
  transition: .2s ease-in-out;
  margin-bottom: 0;
}

.store-grid .pro-cat .pro-description .pro-text {
  transition: .2s ease-in-out;
  width: 100%;
  display: flex;
  color: #fff;
  line-height: 1.65em;
  font-size: 1em;
  position: relative;
  height: 0;
  opacity: 0;
}

.store-grid .pro-cat .pro-description .pro-text p {
  opacity: 0;
  transition: .2s ease-in-out;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}

.store-grid .pro-cat:hover .pro-background img {
  transform: scale(1.02);
}

.store-grid .pro-cat:hover .pro-overlay {
  opacity: .86;
}

.store-grid .pro-cat:hover .pro-description .pro-text {
  height: auto;
  opacity: 1;
}

.store-grid .pro-cat:hover .pro-description .pro-text p {
  opacity: 1;
  visibility: visible;
}

.store-grid .pro-cat:hover .pro-description .pro-title h2 {
  margin-bottom: 25px;
}

.store-grid .pro-cat:hover .pro-button {
  background-color: #beff5f;
  border-color: #beff5f;
}

.store-grid .pro-cat:hover .pro-button ion-icon {
  color: #000;
}

.store-grid .pro-cat-wild {
  grid-column: span 2;
}

.store-grid .pro-cat-three-wild {
  grid-column: span 3;
}

.pro-loop {
  padding-top: 4vw;
}

.products {
  width: 100%;
  max-width: 1650px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
  margin: 0 auto !important;
}

.pro {
  background-color: #eff0eb;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  text-decoration: none;
  transition: .2s ease-in-out;
}

.pro:hover {
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
  z-index: 1;
}

.pro a {
  text-decoration: none;
  background-color: #eff0eb;
  padding: 10px;
}

.pro .pro-thumb {
  margin-bottom: 15px;
}

.pro .pro-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.pro .pro-title {
  text-decoration: none;
}

.pro .pro-title h2 {
  color: #000;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 24px;
}

.pro .pro-bottom-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.pro .pro-bottom-row .pro-price {
  font-weight: 600;
}

.pro .pro-bottom-row .pro-price bdi {
  border-radius: 25px;
  background-color: #fff;
  padding: 4px 10px;
}

.pro .pro-bottom-row .pro-buy .ico {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #020202;
  color: #fff;
}

.pro .pro-bottom-row .pro-buy .ico ion-icon {
  font-size: 1.5em;
}

.similar-slider {
  overflow: visible;
}

.similarsec {
  padding: 4vw 25px;
}

.similarsec .content {
  padding-left: 0;
  padding-right: 0;
}

.similarsec p {
  line-height: 1.3em;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif;
}

.recipe-main {
  height: 50vh;
  min-height: 500px;
  width: 100%;
  display: flex;
  background-color: #84f8ff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recipe-main .recipe-content {
  position: absolute;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.recipe-main .recipe-content h1 {
  color: #155175;
  margin-bottom: 25px;
}

.recipe-main .recipe-content p {
  color: #155175;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 150px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 10px 25px;
}

.substract {
  width: 100%;
  height: auto;
  position: relative;
  top: -2px;
}

.substract figure {
  width: 100%;
  height: auto;
  position: relative;
}

.substract figure img {
  position: relative;
  left: 0;
  top: -45%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.substract .recipe-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.substract .recipe-img img {
  width: 100%;
  height: auto;
  display: flex;
  object-fit: contain;
  max-width: 840px;
  position: relative;
}

.recipe-tabs {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  position: relative;
  z-index: 1;
}

.recipe-tab-list {
  display: flex;
  list-style-type: none;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 25px;
  justify-content: center;
}

.recipe-tab-list li {
  font-size: 1.2em;
  margin-right: 25px;
  font-weight: 600;
  position: relative;
}

.recipe-tab-list li:last-of-type {
  margin-right: 0;
}

.recipe-tab-list li a {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  text-decoration: none;
  color: #888;
  transition: .2s ease-in-out;
  padding-bottom: 2px;
  --bg-h: 2px;
  background: linear-gradient(0deg, #cdf82f, #beff5f) no-repeat right bottom/0 var(--bg-h);
  transition: background-size 350ms;
}

.recipe-tab-list li a:hover, .recipe-tab-list li a:focus-visible {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  color: #000;
}

.recipe-tab-list li .active {
  color: #000;
  padding-bottom: 2px;
  --bg-h: 2px;
  background: linear-gradient(0deg, #cdf82f, #beff5f) no-repeat right bottom/0 var(--bg-h);
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

.recipe-tab-list li .cat-count {
  position: relative;
  left: 2px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 25px;
  font-size: .45em;
  padding: 5px;
  height: 20px;
  font-style: normal;
  font-family: "Nunito", sans-serif;
  background-color: rgba(162, 247, 162, 0.3);
  color: #000;
}

.ns-posts-grid {
  padding: 4vw 0vw;
}

.ns-posts-grid .pro {
  background-color: #ffe7c8;
  padding: 4px;
  position: relative;
}

.ns-posts-grid .pro .pro-thumb {
  margin-bottom: 0;
  border-radius: 25px;
  overflow: hidden;
}

.ns-posts-grid .pro .pro-thumb .pro-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: #424242;
  background: linear-gradient(0deg, rgba(66, 66, 66, 0.762325) 0%, rgba(125, 255, 0, 0) 100%);
  transition: .2s ease-in-out;
  opacity: .7;
}

.ns-post .pro-title {
  padding: 0 15px;
  position: absolute;
  bottom: 0;
}

.ns-post .pro-title h2 {
  color: #fff;
  padding: 4px 8px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 24px;
}

.single-pro-wrap {
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.single-pro-wrap .single-pro-img img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.single-pro-wrap .single-pro-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-pro-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 2vw;
  background-color: rgba(44, 71, 96, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  max-width: 540px;
}

.single-pro-panel .buyBtn {
  display: flex;
  align-items: center;
}

.single-pro-panel .added_to_cart.wc-forward {
  font-size: .85em;
  font-weight: 600;
}

.single-pro-panel .single-pro-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-pro-panel .single-pro-title h1 {
  font-size: 2.5em;
  font-style: italic;
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
  margin-bottom: 35px;
}

.single-pro-panel .single-pro-price {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.single-pro-panel .single-pro-price .s-price {
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  padding: 8px 25px;
  background-color: rgba(53, 49, 19, 0.12);
  border-radius: 35px;
  display: flex;
}

.single-pro-panel .single-pro-content {
  margin-bottom: 35px;
  color: #fff;
  max-width: 90%;
  font-size: 1.1em;
}

.single-pro-panel .single-pro-main-content {
  color: #fff;
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.single-pro-panel .single-pro-buy-btn {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.1em;
}

.single-pro-panel .single-pro-buy-btn .btn {
  margin-right: 25px;
}

.single-pro-panel .woocommerce-breadcrumb {
  color: #fff;
}

.single-pro-panel .woocommerce-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

.attribute-section {
  padding: 2vw 4vw;
}

.attribute-section .attribute-block {
  grid-gap: 4vw;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
  list-style-position: inside;
}

.attribute-section .attribute-block .attr-name {
  font-size: 1.7em;
  margin-bottom: 25px;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}

.attribute-section .attribute-block .term-name {
  margin-bottom: 15px;
}

.attribute-section .attribute-block ul {
  list-style-type: none;
}

.entry-header {
  padding-top: 222px;
  padding-bottom: 124px;
}

.swiper-pagination {
  position: relative;
  padding: 0;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background-color: #77236a;
  margin-right: 15px;
}

.swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e13dc8;
}

footer {
  padding: 65px 0px;
  position: relative;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  margin-bottom: 15px;
}

footer a {
  color: #818082;
  font-weight: 600;
  font-size: .95em;
  text-decoration: none;
}

footer .active {
  text-decoration: underline;
}

footer p {
  padding-bottom: 45px;
}

footer h3 {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
}

footer h2 {
  margin-bottom: 20px;
  font-style: italic;
}

footer .slog {
  max-width: 420px;
}

footer .button {
  margin-bottom: 0;
  font-weight: 800;
}

footer .button .icon {
  margin-right: 8px;
  display: flex;
}

footer .button .icon ion-icon {
  font-size: 1.5em;
}

footer .g3 {
  grid-template-columns: repeat(3, auto);
}

footer .g3 .col:last-of-type {
  display: flex;
  text-align: right;
}

footer .g2 {
  grid-gap: 0;
}

footer .g4060 {
  display: grid;
  grid-template-columns: 40% 60%;
}

footer .footer-container {
  padding: 45px;
}

footer .copyright {
  font-size: .85em;
  color: #555;
  font-weight: 600;
}

footer .copyright a {
  font-size: 1em;
}

footer .backtotop {
  font-size: 0.85em;
  font-weight: 600;
  color: #000;
  display: flex;
}

footer .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

footer .footer-socials {
  display: flex;
  justify-content: flex-end;
}

footer .footer-socials li {
  margin-right: 15px;
}

footer .footer-socials li:last-of-type {
  margin-right: 0;
}

footer .footer-socials li a {
  color: #000;
  font-size: 1.5em;
  transition: .2s ease-in-out;
}

footer .footer-socials li a ion-icon {
  border-radius: 50%;
}

footer .footer-socials li a:hover {
  color: #43e22a;
}

footer .lang-menu {
  display: flex;
  margin-left: 45px;
  font-size: 0.95em;
  background-color: rgba(0, 0, 0, 0.12);
  padding: 8px 10px;
  border-radius: 25px;
  width: max-content;
  align-items: center;
  margin-left: 0;
}

footer .lang-menu li {
  margin: 0;
  margin-right: 15px;
}

footer .lang-menu li:last-of-type {
  margin-right: 0;
}

footer .lang-menu li a {
  font-weight: 700;
  color: #000;
  font-size: .85em;
}

footer .lang-menu .active-lang {
  background-size: 100% var(--bg-h) !important;
  background-position-x: left !important;
}

footer .lang-menu .active-lang a {
  background-size: 100% var(--bg-h) !important;
  background-position-x: left !important;
}

.fe {
  justify-content: flex-end;
}

.fs {
  justify-content: flex-start;
}

.products.columns-4 {
  display: grid;
  grid-gap: 2vw;
}

.products.columns-4 .product-category {
  float: none !important;
  margin-right: 0 !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
}

.products.columns-4 .product-category a {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.products.columns-4 .product-category a img {
  width: 100%;
  height: auto;
}

.products.columns-4 .product-category a .woocommerce-loop-category__title {
  padding: 8px 25px;
  font-size: 1.5em;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 25px;
  left: 25px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 35px;
  position: absolute;
  bottom: 15px;
  left: 25px;
  width: auto;
  height: auto;
  color: #fff;
  overflow: hidden;
  transition: .2s ease-in-out;
  font-style: italic;
  margin-bottom: 0;
}

.products.columns-4 .product-category a .woocommerce-loop-category__title .count {
  border-radius: 25px;
  font-size: .45em;
  padding: 5px;
  font-style: normal;
  font-family: "Nunito", sans-serif;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.main-store-title {
  text-align: center;
  padding-top: 45px;
}

#small-dialog, #language-popup {
  overflow: hidden;
  text-align: left;
  position: relative;
  max-width: 915px;
  margin: 25px auto;
  min-height: auto;
  border-radius: 25px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.91);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: rgba(18, 18, 18, 0.8);
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
}

.active-language {
  pointer-events: none;
  /* Заборонити взаємодію з посиланням */
  color: gray;
  /* Змінити колір тексту на сірий, щоб показати, що посилання неклікабельне */
  text-decoration: none;
  /* Заборонити підкреслення посилання */
  cursor: not-allowed;
  /* Змінити курсор при наведенні на посилання */
}

#small-dialog {
  max-width: 550px;
  background-color: #fefefe;
}

#small-dialog .popupheader {
  margin-bottom: 15px;
}

#language-popup {
  max-width: 550px;
}

#language-popup h2 {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}

#language-popup .language-option {
  display: inline-flex;
  margin-bottom: 15px;
  width: auto;
}

#language-popup .language-option a {
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 35px;
  padding: 14px 28px;
  background-color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  text-decoration: none;
  font-size: .85em;
  font-weight: 700;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#language-popup .language-option a .lang-flag {
  font-size: 1.3em;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

#language-popup .language-option a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  padding: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.scale-up-ver-center {
  animation: scale-up-ver-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.my-mfp-slide-bottom.mfp-removing .scale-up-ver-center {
  animation: scale-up-ver-center-reverse 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.slide-in-blurred-top {
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-1-3 18:0:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */

@keyframes slide-in-blurred-top {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation scale-up-ver-center
 * ----------------------------------------
 */

@keyframes scale-up-ver-center {
  0% {
    transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes scale-up-ver-center-reverse {
  0% {
    transform: scaleY(1);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scaleY(0.4);
  }
}

.mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  right: 15px;
  top: 15px !important;
}

.mfp-close {
  line-height: 40px !important;
  font-size: 20px !important;
}

.mobmenubtn {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
}

.lang-item-wrap {
  padding: 15px 0px;
}

.lang-item-wrap a {
  text-decoration: none;
  margin-right: 15px;
  font-weight: 800;
  font-size: 0.85em;
}

.lang-item-wrap a:last-of-type {
  margin-right: 0;
}

/* Стилі для поля введення кількості */
.cart_item input.qty {
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(200, 200, 200, 0.2);
}

/* Стилі для загального підсумку та кнопки "Перейти до оформлення" */
.cart-collaterals h2 {
  margin-bottom: 25px;
  font-style: italic;
}

.cart-collaterals .cart_totals {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 25px;
  text-align: left;
}

.cart-collaterals .wc-proceed-to-checkout {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  background-color: #beff5f;
  color: #000;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
  box-shadow: 0px 1.3px 2.2px rgba(214, 250, 57, 0.02), 0px 3.1px 5.3px rgba(214, 250, 57, 0.028), 0px 5.8px 10px rgba(214, 250, 57, 0.035), 0px 10.3px 17.9px rgba(214, 250, 57, 0.042), 0px 19.2px 33.4px rgba(214, 250, 57, 0.05), 0px 46px 80px rgba(214, 250, 57, 0.07);
  background-color: #43e22a;
  color: #000;
}

.ns-minicart {
  max-width: 400px;
  background-color: #a3b1ff;
  z-index: 1;
  top: 20%;
  left: 50%;
  padding: 25px;
  border-radius: 25px;
  max-width: 300px;
  left: 20%;
}

.ns-minicart .woocommerce-mini-cart-item.mini_cart_item {
  padding: 10px 0;
  margin-bottom: 10px;
}

.ns-minicart .woocommerce-mini-cart-item.mini_cart_item a {
  color: #fff;
}

.ns-minicart .woocommerce-mini-cart.cart_list.product_list_widget {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ns-minicart .woocommerce-mini-cart-item.mini_cart_item {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 25px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ns-minicart .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 25px;
  margin-bottom: 15px;
}

.ns-minicart .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
}

.ns-minicart .button.wc-forward {
  margin-bottom: 15px;
}

.ns-minicart .woocommerce-mini-cart__total.total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 10px;
}

.ns-minicart .remove.remove_from_cart_button {
  position: absolute;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
}

.ns-minicart .quantity {
  position: absolute;
  top: 25px;
  right: 15px;
  color: #fff;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 4px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.2);
}

.cart-wrap {
  display: grid;
  grid-template-columns: calc(80% - 25px) 20%;
  margin: 25px auto;
  max-width: 1600px;
  grid-gap: 25px;
  padding: 25px;
}

.cart-wrap .cart-subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.cart-wrap .order-total {
  display: flex;
  justify-content: space-between;
}

.cart-wrap .actions .button {
  background-color: #beff5f;
  color: #000;
  font-weight: 800 !important;
  font-size: 0.75em;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  transition: .2s linear;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
}

.cart-wrap .actions .button:hover {
  box-shadow: 0px 1.3px 2.2px rgba(214, 250, 57, 0.02), 0px 3.1px 5.3px rgba(214, 250, 57, 0.028), 0px 5.8px 10px rgba(214, 250, 57, 0.035), 0px 10.3px 17.9px rgba(214, 250, 57, 0.042), 0px 19.2px 33.4px rgba(214, 250, 57, 0.05), 0px 46px 80px rgba(214, 250, 57, 0.07);
  background-color: #43e22a;
  color: #000;
}

.cart-wrap .coupon {
  display: flex;
  width: 400px;
  justify-content: space-between;
}

.cart-wrap .actions {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}

.cart-wrap #coupon_code {
  border-radius: 25px;
  outline: none;
  border: 1px solid #f1f1f1;
  padding: 4px 10px;
}

.woocommerce-cart-form {
  text-align: left;
}

.woocommerce-cart-form__cart-item.cart_item {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 40px 200px minmax(auto, 450px) 100px 120px 180px;
  font-weight: 600;
  grid-gap: 25px;
}

.table-header {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 40px 200px minmax(auto, 450px) 100px 120px 180px;
  font-weight: 600;
  grid-gap: 25px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  grid-gap: 25px;
  color: #000;
  font-weight: 600;
}

.woocommerce-placeholder.wp-post-image {
  width: 200px;
  height: auto;
  border-radius: 25px;
}

.product-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

.product-remove a {
  text-decoration: none;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.2em;
}

.product-remove .remove {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-name {
  display: flex;
  align-items: center;
}

.product-name a {
  text-decoration: none;
}

.product-price {
  display: flex;
  align-items: center;
}

.product-quantity {
  display: flex;
  align-items: center;
}

.product-subtotal {
  display: flex;
  align-items: center;
}

.product-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
}

.product-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 10px;
}

.cart_item .product-remove a, .actions button {
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
}

.cart_item .product-remove a:hover, .actions button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  /* background-color: #0f834d; */
  background-color: #64ffb7;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  /* background-color: #3d9cd2; */
  background-color: #7fcdf9;
}

.gradient-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.gradient-wrap .gradient-1 {
  position: absolute;
  left: 25%;
  top: 10%;
  width: 500px;
  height: 800px;
  transform: rotate(40deg);
  border-radius: 50%;
  filter: blur(150px);
  background-color: #85FFBD;
  background-image: linear-gradient(45deg, #85FFBD 0%, #FFFA5A 100%);
  opacity: .4;
}

.gradient-wrap .gradient-2 {
  position: absolute;
  left: 45%;
  top: 35%;
  width: 500px;
  height: 200px;
  transform: rotate(50deg);
  border-radius: 50%;
  filter: blur(250px);
  background-color: #08AEEA;
  background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
  opacity: .35;
}

.gradient-wrap .gradient-3 {
  position: absolute;
  left: 57%;
  top: 45%;
  width: 450px;
  height: 800px;
  transform: rotate(50deg);
  border-radius: 50%;
  filter: blur(250px);
  background-color: #FAACA8;
  background-image: linear-gradient(19deg, #A8F6FA 0%, #DDD6F3 100%);
}

.checkout.woocommerce-checkout {
  max-width: 1200px;
  margin: 25px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.checkout.woocommerce-checkout label {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-weight: 600;
}

.checkout.woocommerce-checkout .tr {
  display: grid;
  grid-template-columns: auto 110px;
  grid-gap: 15px;
  margin-bottom: 10px;
  align-items: center;
}

.checkout.woocommerce-checkout .tbody {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 15px;
}

.checkout.woocommerce-checkout .thead {
  display: none;
}

.checkout.woocommerce-checkout .tfoot .cart-subtotal .td, .checkout.woocommerce-checkout .tfoot .order-total .td {
  display: flex;
  justify-content: flex-end;
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 25px;
  border-radius: 25px;
  backdrop-filter: blur(25px);
  border: 1px solid rgba(0, 0, 0, 0.023);
  text-align: left;
}

.checkout.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 25px;
}

.checkout.woocommerce-checkout #order_review {
  padding: 25px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.33);
}

.checkout.woocommerce-checkout #order_review_heading {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.028);
  padding-bottom: 10px;
}

.checkout.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
}

.checkout.woocommerce-checkout .woocommerce-input-wrapper input {
  width: 100%;
  border-radius: 25px;
  border: 1px solid #f1f1f1;
  padding: 14px 14px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.82);
}

.checkout.woocommerce-checkout .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.023);
}

.checkout.woocommerce-checkout #payment {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 25px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.023);
}

.checkout.woocommerce-checkout .woocommerce-Price-amount.amount {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  padding: 8px 14px;
  background-color: rgba(190, 255, 95, 0.59);
  border-radius: 35px;
  display: flex;
  width: fit-content;
}

.checkout.woocommerce-checkout .td.product-total {
  display: flex;
  justify-content: flex-end;
}

.checkout.woocommerce-checkout .product-name {
  align-items: baseline;
  justify-content: space-between;
  font-weight: 600;
}

.checkout.woocommerce-checkout .checkout.woocommerce-checkout {
  grid-template-columns: 40% 60%;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  background-color: rgba(255, 255, 255, 0.43);
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.023);
  border-radius: 25px;
  backdrop-filter: blur(25px);
  margin-bottom: 25px;
  text-align: left;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 25px;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p label {
  margin-bottom: 4px;
}

.checkout.woocommerce-checkout .product-quantity {
  font-weight: 600;
}

.checkout.woocommerce-checkout .woocommerce-privacy-policy-text {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .checkout.woocommerce-checkout .col2-set .form-row-first, .checkout.woocommerce-checkout .col2-set .form-row-last {
    width: 100% !important;
  }
  .checkout.woocommerce-checkout .col2-set .form-row-first {
    float: unset;
    margin-right: 0;
  }
}

.woocommerce-billing-fields__field-wrapper {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

#customer_details {
  background-color: rgba(255, 255, 255, 0.33);
  padding: 20px;
  backdrop-filter: blur(200px);
}

#customer_details h3 {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.028);
  padding-bottom: 10px;
}

#order_comments {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.77);
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 14px;
  font-size: 1em;
  font-family: 'Nunito Sans', sans-serif;
  resize: vertical;
  min-height: 100px;
  margin-top: 10px;
}

#shipping_method {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  list-style-position: inside;
}

#shipping_method li {
  display: flex;
}

.input-radio {
  display: inline-flex;
  margin-right: 10px;
  width: 14px;
}

.wc_payment_method {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

.shipping_method {
  margin-right: 10px;
}

.payment_methods {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  list-style-position: inside;
}

.payment_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-column: span 2;
  padding: 25px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 10px 0px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.woocommerce-terms-and-conditions-wrapper {
  margin-top: 15px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  grid-column: span 2;
}

.woocommerce-error {
  background-color: #e21c41;
  list-style-type: none;
  color: #fff;
  padding: 15px 25px;
  border-radius: 25px;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: unset !important;
}

.form-row.woocommerce-validated input.input-text {
  box-shadow: unset !important;
  border: 1px solid #1bff49;
}

.woocommerce-order {
  max-width: 600px;
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.028);
  padding-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  text-align: center;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  list-style-position: inside;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  justify-content: space-between;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  width: 100%;
}

.woocommerce-order-details__title {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.028);
  padding-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  text-align: center;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce-table--order-details .thead {
  width: 100%;
  display: flex;
}

.woocommerce-order-details {
  width: 100%;
  margin: 25px 0;
}

.woocommerce-table--order-details .thead .tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 8px;
}

.woocommerce-table--order-details .tbody {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-table--order-details .tfoot {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.woocommerce-table--order-details .tfoot .tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}

.woocommerce-column__title {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.028);
  padding-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  text-align: center;
}

.woocommerce-customer-details address {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce-thankyou-order-details p {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.woocommerce-order p {
  margin: 10px 0;
  font-weight: 600;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  padding: 20px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(0, 0, 0, 0.032);
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: 20px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(0, 0, 0, 0.032);
}

.woocommerce-order-details {
  padding: 20px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(0, 0, 0, 0.032);
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: unset;
  border: 1px solid #f35;
}

.excursion-page {
  margin-top: 150px;
}

.excursion-page .split-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.excursion-page .split-text h1 {
  text-align: center;
  max-width: 700px;
  margin-bottom: 25px;
}

.excursion-page .split-text p {
  text-align: center;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.3em;
  color: #000;
  margin-bottom: 35px;
  max-width: 620px;
  font-size: 1.2em;
  font-weight: 500;
}

.excursion-page video, .excursion-page img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 25px;
}

.excursion-page .excursion-slider {
  border-radius: 25px;
}

.excursion-page .excursion-slider .excursion-slide {
  overflow: hidden;
}

.excursion-page .excursion-slider .excursion-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.excursion-page .excursion-slider .ns-prev, .excursion-page .excursion-slider .ns-next {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.58);
  background-image: linear-gradient(147deg, rgba(255, 255, 255, 0.02) 0%, rgba(250, 250, 250, 0.1) 74%);
  backdrop-filter: blur(25px);
}

.excursion-page .excursion-slider .ns-prev ion-icon, .excursion-page .excursion-slider .ns-next ion-icon {
  color: #000;
}

.excursion-page .excursion-slider .ns-prev:after, .excursion-page .excursion-slider .ns-next:after {
  content: '';
}

.excursion-page .excursion-post {
  background-color: #fafafa;
  padding: 25px;
  border-radius: 25px;
  margin: 0 auto;
  margin-top: 150px;
}

.excursion-page .excursion-post .g3 {
  grid-gap: 25px;
}

.excursion-page .excursion-post .g3 .g3colwild {
  grid-column: span 2;
}

.excursion-page .excursion-post .g3 .g3col {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.excursion-page .excursion-post .event-desc {
  padding: 25px 45px;
}

.excursion-page .excursion-post .event-desc .event-date {
  align-content: center;
  align-items: center;
  border-radius: 25px;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 8px 14px;
  position: relative;
  width: fit-content;
  margin-bottom: 25px;
  background-color: rgba(162, 247, 162, 0.3);
  font-size: .85em;
  font-weight: 700;
  text-transform: uppercase;
}

.excursion-page .excursion-post .event-desc h2 {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 2em;
  font-family: 'Cormorant Garamond', serif;
}

.excursion-page .excursion-post .event-desc p {
  text-align: left;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.75em;
  color: #000;
  margin-bottom: 35px;
  font-size: 1.1em;
  font-weight: 500;
}

.excursion-page .excursion-post .event-desc a {
  color: #000;
}

.excursion-page .excursion-post .event-info .ex-info {
  background-color: #fff;
  border-radius: 25px;
  padding: 25px;
}

.excursion-page .excursion-post .event-info .ex-info h5 {
  color: #000;
  font-size: 1.5em;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}

.excursion-page .excursion-post .event-info .ex-info ul {
  list-style-type: none;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
}

.excursion-page .excursion-post .event-info .ex-info ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px;
}

.excursion-page .excursion-post .event-info .ex-info ul li .ex-title {
  color: #555;
}

.excursion-page .excursion-post .event-info .ex-info ul li .ex-data {
  color: #000;
  text-align: right;
  font-weight: 600;
}

.feu-pro {
  padding-top: 0;
}

.dhide {
  display: none;
}

.rformg2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.rformg2 .popuptitle {
  font-size: 2em;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-style: italic;
}

.rformg2 .connectmenu {
  list-style-type: none;
  list-style-position: inside;
}

.rformg2 input {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #f1f1f1;
  font-size: 16px;
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 14px;
  font-family: 'Nunito Sans', sans-serif;
}

.rformg2 textarea {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #f1f1f1;
  font-size: 16px;
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 15px;
  font-family: 'Nunito Sans', sans-serif;
}

.home-cat-sec {
  position: relative;
}

.home-cat-sec .g3 {
  grid-gap: 0;
}

.home-cat-sec .g3 .home-cat-block {
  position: relative;
}

.home-cat-sec .g3 .home-cat-block .home-cat-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-cat-sec .g3 .home-cat-block .home-cat-img .home-cat-overlay {
  background: linear-gradient(0deg, rgba(107, 113, 136, 0.781) 0%, rgba(185, 255, 81, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  z-index: 1;
}

.home-cat-sec .g3 .home-cat-block .home-cat-title {
  position: absolute;
  bottom: 42px;
  left: 42px;
  z-index: 1;
  width: 100%;
  max-width: calc(100% - 42px);
}

.home-cat-sec .g3 .home-cat-block .home-cat-title h2 {
  color: #fff;
  font-size: 2.5em;
  margin-bottom: 15px;
  line-height: 1.1999em;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}

.home-cat-sec .g3 .home-cat-block .home-cat-title p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  border-bottom-color: #f35;
  color: #f35;
}

.wpcf7-form {
  margin-bottom: 0px;
}

.wpcf7-form .button {
  cursor: pointer;
  background-color: #beff5f;
  color: #000;
  font-weight: 800 !important;
  font-size: 0.75em;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  transition: .2s linear;
  text-transform: uppercase;
  outline: none;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 0px;
  max-width: max-content;
  min-width: 200px;
  line-height: 1em;
}

.wpcf7-form .button:hover {
  box-shadow: 0px 1.3px 2.2px rgba(214, 250, 57, 0.02), 0px 3.1px 5.3px rgba(214, 250, 57, 0.028), 0px 5.8px 10px rgba(214, 250, 57, 0.035), 0px 10.3px 17.9px rgba(214, 250, 57, 0.042), 0px 19.2px 33.4px rgba(214, 250, 57, 0.05), 0px 46px 80px rgba(214, 250, 57, 0.07);
  background-color: #43e22a;
  color: #000;
}

.wpcf7-form textarea {
  resize: vertical;
}

.wpcf7 form .wpcf7-response-output {
  border: 0px solid #00a0d2;
  font-size: 12px;
  display: inline-flex;
  z-index: 1;
  position: relative;
  border-radius: 25px;
  padding: 6px 6px;
  margin: 0 auto;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: none;
  background-color: #ffb900;
}

.wpcf7-spinner {
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  width: 100%;
  height: 4px;
  border: none;
  padding: 0;
  margin: 4px 0;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.wpcf7-spinner:before {
  display: none;
}

.wpcf7-spinner::after {
  content: '';
  position: absolute;
  background-color: #7ac905;
  /* Змініть колір на бажаний */
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  animation: progress 2s linear infinite;
}

@keyframes progress {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.sent .wpcf7-response-output {
  border-bottom: 4px solid #1cdd31 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: 600;
}

.wpcf7-not-valid {
  color: red !important;
  border: 1px solid red !important;
}

@media (max-width: 1400px) {
  .excursion-section {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-wrap header {
    grid-template-columns: auto 1fr auto;
  }
  .excursion-section .content {
    padding-left: 0;
    padding-right: 0;
  }
  .excursion-section .title h2 {
    font-size: 2.5em;
  }
  .excursion-section title p {
    max-width: unset;
  }
}

@media (max-width: 1250.98px) {
  .splittitle {
    font-size: 2.5em;
  }
  .title h2 {
    font-size: 2.5em;
  }
  .excursion-section .title h2 {
    text-align: center;
  }
  .excursion-section .g3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .excursion-section .title p {
    max-width: unset;
  }
}

@media (max-width: 1200.98px) {
  .hero-text p {
    padding: 15px 45px;
    font-size: 62px;
  }
  .ns-button-excursion {
    margin-right: 15px;
  }
  .left-title {
    max-width: 100%;
  }
  .header-wrap header {
    grid-template-columns: auto auto auto-fill;
    grid-gap: 0;
  }
  .header-wrap header .menu {
    justify-content: end;
  }
  .header-wrap header .menu .headermainmenu {
    display: none;
  }
  .hero-text .store-bag {
    right: 16%;
  }
  .ns-menu-mobile {
    display: flex;
  }
  @keyframes moveShape {
    0%, 100% {
      transform: translateY(0) rotate(0deg) scale(1.1);
      opacity: 0.7;
    }
    25% {
      transform: translateY(-20px) rotate(45deg) scale(0.5);
      opacity: 0.5;
    }
    50% {
      transform: translateY(0) rotate(90deg) scale(2);
      opacity: 0.3;
    }
    75% {
      transform: translateY(20px) rotate(135deg) scale(0.6);
      opacity: 0.5;
    }
  }
  .mobile-menu-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 240, 235, 0.91);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 25px;
    display: none;
    flex-direction: column;
    z-index: 111;
    overflow: hidden;
  }
  .mobile-menu-wrapper .mshape-1 {
    width: 300px;
    height: 300px;
    display: flex;
    border-radius: 50%;
    filter: blur(50px);
    background-color: #85FFBD;
    background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
    position: absolute;
    top: 60%;
    right: -30%;
    animation: moveShape 5s linear infinite;
  }
  .mobile-menu-wrapper .mshape-2 {
    width: 300px;
    height: 300px;
    display: flex;
    border-radius: 50%;
    filter: blur(50px);
    background-color: #46BBFF;
    background-image: linear-gradient(160deg, #46BBFF 0%, #80D0C7 100%);
    position: absolute;
    top: -20%;
    left: -30%;
    animation: moveShape 5s linear infinite;
  }
  .mobile-menu-wrapper .mshape-3 {
    width: 300px;
    height: 300px;
    display: flex;
    border-radius: 50%;
    filter: blur(50px);
    background-color: #A9C9FF;
    background-image: linear-gradient(180deg, #A9C9FF 0%, #FFBBEC 100%);
    position: absolute;
    right: -20%;
    bottom: -30%;
    animation: moveShape 5s linear infinite;
  }
  .mobile-menu-wrapper .menu {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .mobile-menu-wrapper .menu ul {
    list-style-type: none;
  }
  .mobile-menu-wrapper .menu ul li {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .mobile-menu-wrapper .menu ul li a {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: 500;
    text-decoration: none;
  }
  .mobile-menu-wrapper .mobile-menu-buttons-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .mobile-menu-wrapper .mobile-menu-buttons-wrap ul {
    list-style-type: none;
  }
  .mobile-menu-wrapper .mobile-menu-buttons-wrap ul li {
    margin-bottom: 10px;
  }
  .mobile-menu-wrapper .mobile-close {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .mobile-menu-wrapper .mobline {
    width: 0;
    height: 2px;
    background-color: #ccc;
    position: relative;
    z-index: 1;
  }
  .cart-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .checkout.woocommerce-checkout {
    grid-gap: 0;
  }
}

@media (max-width: 1024px) {
  .dhide {
    display: flex;
  }
  .recipe-main .recipe-img img {
    max-width: 60%;
  }
  .excursion-section .title h2 {
    margin-bottom: 0;
  }
  .excursion-section .g3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .excursion-section .g3 .g3colwild {
    grid-column: span 1;
  }
  .woocommerce-products-header {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .woocommerce-products-header .left-title {
    padding: 140px 0 45px 0 !important;
    max-width: 100% !important;
  }
  .woocommerce-products-header .woocommerce-breadcrumb {
    margin-bottom: 15px;
  }
  .hero-text .store-bag {
    right: 16%;
  }
  .hero-text p {
    padding: 15px 45px;
    font-size: 68px;
  }
  .hero-text cite {
    font-size: 1.5em;
  }
  .pro .pro-bottom-row .pro-buy .ico {
    width: 30px;
    height: 30px;
  }
  .mhide {
    display: none !important;
  }
}

@media (max-width: 900.98px) {
  .cart-wrap .table-header {
    grid-template-columns: 40px minmax(auto, 450px) 100px 120px 180px;
    margin: 0;
  }
  .cart-wrap .woocommerce-cart-form__cart-item.cart_item {
    grid-template-columns: 40px minmax(auto, 450px) 100px 120px 180px;
  }
  .cart-wrap .product-thumbnail {
    display: none;
  }
  .product-remove {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .woocommerce-cart-form__cart-item.cart_item {
    position: relative;
    width: 100%;
  }
  .cart-wrap .table-header {
    grid-template-columns: repeat(4, 1fr);
  }
  .cart-wrap .woocommerce-cart-form__cart-item.cart_item {
    grid-template-columns: repeat(4, 1fr);
  }
  .cart-wrap .actions {
    flex-direction: column;
  }
  .cart-wrap .coupon {
    width: 100%;
    margin-bottom: 25px;
  }
  .product-name {
    grid-column: span 4;
  }
  .product-subtotal {
    grid-column: span 2;
    justify-content: flex-end;
  }
  .product-name a {
    padding-right: 35px;
  }
  .added_to_cart.wc-forward {
    display: block;
    margin: 15px 0;
  }
  .excursion-section .title h2 {
    font-size: 2em;
  }
  .main-grid .mainblock-col .mainblock-title h2 {
    font-size: 1.5em;
  }
  .main-grid {
    /* padding: 6vw 0vw 6vw 0vw; */
    /* grid-template-columns: 60% 40%; */
    padding: 25px 0;
    grid-template-columns: 70% 30%;
  }
  .main-grid .mainblock-col .mainblock-title {
    /* padding-left: 15%; */
    padding-left: 0;
  }
  .left-title {
    /* padding: 140px 0 45px 0; */
    padding: 65px;
  }
  .left-title .splittitle {
    /* font-size: 3.2em; */
    font-size: 2em;
  }
  .section-2 {
    height: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .section-2 blockquote {
    font-size: 2em;
  }
  .store-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
  .store-grid .pro-cat-wild {
    grid-column: span 1;
  }
  .store-grid .mainblock-title h2 {
    /* font-size: 3em; */
    font-size: 2em;
  }
  .store-grid .pro-cat .pro-description {
    padding: 15px;
  }
  .store-grid .pro-cat .pro-description .pro-title h2 {
    font-size: 1.5em;
  }
  .store-grid .pro-cat .pro-text {
    display: none;
  }
  .store-grid .pro-cat:hover .pro-text {
    display: none;
  }
  .store-grid .pro-cat:hover .pro-title h2 {
    margin-bottom: 0;
  }
  .comment-slider .g2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .comment-slider .comment-slide .comment-content .comment-heading h3 {
    font-size: 2em;
  }
  .comment-slider .comment-slide .comment-content .comment-star ul li ion-icon {
    font-size: 1em;
  }
  .comment-slider .comment-slide .comment-content .comment-text p {
    max-width: 90%;
  }
  .attribute-section {
    padding: 25px 0px;
  }
  .attribute-section .attribute-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .swiper-pagination {
    height: 10;
    margin-top: 25px;
  }
  .product .woocommerce-breadcrumb {
    color: #333;
  }
  .product .woocommerce-breadcrumb a {
    color: #516c28;
  }
  .gallery-section, .similarsec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .single-pro-panel {
    position: relative;
    width: 100%;
    max-width: unset;
    padding: 25px;
    background-color: #fafafa;
  }
  .single-pro-panel .buyBtn {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .single-pro-panel .single-pro-title h1 {
    color: #000;
  }
  .single-pro-panel .single-pro-content {
    margin-bottom: 25px;
    color: #393939;
    max-width: 100%;
  }
  .single-pro-panel .single-pro-price .s-price {
    font-size: 1.3em;
    background-color: #2a3914;
  }
  .single-pro-panel .single-pro-price {
    margin-bottom: 25px;
  }
  .single-pro-panel .single-pro-main-content {
    color: #393939;
  }
  .single-pro-panel .single-pro-main-content p {
    color: #393939;
  }
  .similarsec {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pro .pro-title h2 {
    font-size: 22px;
  }
  .title h2 {
    font-size: 2em;
    margin-bottom: 25px;
  }
  footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce-products-header {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .woocommerce-products-header .left-title {
    padding: 140px 0 45px 0 !important;
    max-width: 100% !important;
  }
  .woocommerce-products-header .woocommerce-breadcrumb {
    margin-bottom: 15px;
  }
  .header-wrap {
    position: fixed;
    z-index: 3;
  }
  .header-wrap .content {
    padding-left: 0;
    padding-right: 0;
  }
  .header-wrap .content header {
    width: 100%;
    left: 0;
    border-radius: 0;
    padding: 4px 10px;
    top: 0;
    background: rgba(27, 28, 21, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .main-store-title .splittitle {
    font-size: 2em;
  }
  .mp15 {
    padding: 15px;
  }
  .excursion-section .g3 {
    grid-gap: 25px;
  }
  .comment-slider .comment-slide {
    height: auto;
  }
  .comment-slider .comment-slide .comment-content .comment-text {
    padding: 15px 0;
  }
  .checkout.woocommerce-checkout .td.product-total {
    justify-content: start;
  }
}

@media (max-width: 768px) {
  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-column: span 1;
  }
  .woocommerce-table--order-details .tbody {
    grid-template-columns: auto auto;
  }
  .cart_item .product-remove a, .actions button {
    background-color: #000;
    color: #fff;
  }
  .product-remove .remove {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .checkout.woocommerce-checkout {
    grid-template-columns: repeat(1, 1fr);
  }
  .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p {
    margin-bottom: 0;
  }
  .excursion-section .g3 {
    grid-gap: 0;
  }
  .excursion-section .excursion-banner .excursion-img {
    border-radius: 0;
  }
  .excursion-section .main-excursion-info h2 {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .excursion-section .ex-info > ul:nth-child(1) > li:nth-child(4) > div:nth-child(1) {
    display: none;
  }
  .excursion-section .ex-info > ul:nth-child(1) > li:nth-child(2) {
    display: none;
  }
  .excursion-section .ex-info > ul:nth-child(1) > li:nth-child(3) {
    display: none;
  }
  .recipe-tab-list li .cat-count {
    font-size: .55em;
  }
  .recipe-main .recipe-content .store-bag {
    width: 100px;
    height: 100px;
    right: 5%;
    top: 90%;
  }
  .recipe-main .recipe-content .store-bag .circle-me {
    font-size: 11px;
  }
  .recipe-tab-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 25px;
  }
  .recipe-tab-list li {
    font-size: 1em;
    margin-right: 15px;
  }
  .recipe-main .recipe-img img {
    max-width: 80%;
  }
  .recipe-tabs {
    margin-top: 160px;
  }
  .title {
    padding: 25px 0;
  }
  .title p {
    font-size: 1.1em;
    line-height: 1.55em;
  }
  .excursion-section {
    padding-left: 0;
    padding-right: 0;
  }
  .excursion-section .content {
    padding-left: 0;
    padding-right: 0;
  }
  .excursion-section .g3videowall {
    grid-gap: 10px;
  }
  .hero-text p {
    font-size: 3em;
    padding: 8px 15px;
  }
  .hero-text cite {
    font-size: 1em;
  }
  .hero-section {
    height: 100vh;
    min-height: unset;
  }
  .right-menu .button {
    padding: 14px 24px;
    font-size: 0.55em;
  }
  .main-grid .mainblock-col .mainblock-title {
    margin-bottom: 0;
  }
  .hero-text .store-bag {
    right: 4%;
    top: 55%;
    transform: scale(0.8) !important;
  }
  footer .g4060 {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .g3 {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .g3 .footer-buttons-col {
    grid-column: span 2;
    text-align: left !important;
  }
  .products {
    grid-template-columns: repeat(1, 1fr);
  }
  .pro {
    margin-bottom: 25px;
  }
  .hero-background-slider .back-slide .hero-background img {
    height: 100vh;
  }
  .hero-background .mob-picture {
    display: block !important;
  }
  .hero-background .pc-picture {
    display: none !important;
  }
  .pro .pro-bottom-row .pro-buy .ico ion-icon {
    font-size: 1em;
  }
  .woocommerce-products-header {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .woocommerce-products-header .left-title {
    padding: 140px 0 45px 0 !important;
    max-width: 100% !important;
  }
  .woocommerce-products-header .woocommerce-breadcrumb {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .ns-button-excursion {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */