.product-land .section-title {
  padding-top: 6.1111111111em;
  text-align: center;
}
@media (max-width: 991px) {
  .product-land .section-title {
    padding-top: 5.5555555556em;
  }
}
.product-land .section-title .pre-title {
  font-size: 1em;
  margin-bottom: 0.6666666667em;
}
.product-land .section-title .title {
  margin-bottom: 0;
}
.product-land .buttons-title {
  width: 100%;
  text-align: center;
  margin-bottom: 1.6666666667em;
}
.product-land .toggle-buttons {
  display: flex;
  justify-content: center;
  margin-top: 0.7777777778em;
  margin-bottom: 1.1111111111em;
}
@media (max-width: 768px) {
  .product-land .toggle-buttons {
    margin-bottom: 0.5555555556em;
  }
}
.product-land .toggle-buttons .toggle-button {
  background-color: #353535;
  color: var(--ast-global-color-5);
  display: inline-block;
  font-size: 1.3333333333em;
  padding: 0.2222222222em 0.7222222222em 0.2222222222em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-land .toggle-buttons .toggle-button {
    font-size: 1em;
  }
}
.product-land .toggle-buttons .toggle-button.selected {
  background-color: var(--ast-global-color-3);
}
.product-land .toggle-buttons .toggle-button span {
  font-weight: 300;
}
@media (max-width: 991px) {
  .product-land .toggle-buttons .toggle-button span {
    display: none;
  }
}
.product-land .products {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.product-land .product-wrapper {
  width: 100%;
  flex-shrink: 0;
  height: calc(100vh - 14.9444444444em);
  text-align: center;
  transition: all ease-in 0.6s;
}
.product-land .product-wrapper .product-image-wrapper {
  position: relative;
}
.product-land .product-wrapper .product-image-wrapper .product-image {
  width: 260px;
  height: 260px;
}
@media (max-width: 991px) {
  .product-land .product-wrapper .product-image-wrapper .product-image {
    width: 160px;
    height: 160px;
  }
}
.product-land .product-wrapper .product-image-wrapper .round-plus {
  position: absolute;
  bottom: 3.2222222222em;
  left: 50%;
  transform: translateX(-50%);
}
.product-land .product-wrapper .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #353535;
  border: none;
  border-radius: 20px;
  padding: 0;
  z-index: 20;
}
@media (max-width: 991px) {
  .product-land .product-wrapper .splide__arrow {
    top: 35%;
  }
}
.product-land .product-wrapper .splide__arrow.splide__arrow--prev {
  left: 20px;
}
.product-land .product-wrapper .splide__arrow.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.product-land .product-wrapper .splide__arrow.splide__arrow--next {
  right: 20px;
}
.product-land .product-wrapper .splide__arrow svg {
  width: 20px;
  height: 20px;
}
.product-land .product-wrapper .splide__arrow svg path {
  fill: var(--ast-global-color-6);
}
.product-land .product-wrapper .countries {
  height: calc(100vh - 28.8888888889em);
  margin-top: -1.3888888889em;
}
@media (min-width: 992px) {
  .product-land .product-wrapper .countries {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .product-land .product-wrapper .countries {
    height: calc(100vh - 21.9444444444em);
  }
}
.product-land .product-wrapper .countries .country {
  position: relative;
  transition: all ease-in 0.2s;
  width: 25%;
}
@media (max-width: 991px) {
  .product-land .product-wrapper .countries .country {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .product-land .product-wrapper .countries .country {
    width: 100%;
  }
}
.product-land .product-wrapper .countries .country .spice {
  height: 40%;
  font-size: 1.7777777778em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .product-land .product-wrapper .countries .country .spice {
    height: 35%;
    align-items: start;
    padding-top: 1.1111111111em;
  }
}
@media (max-width: 768px) {
  .product-land .product-wrapper .countries .country .spice {
    font-size: 1em;
  }
}
.product-land .product-wrapper .countries .country .country-name,
.product-land .product-wrapper .countries .country .spice-image,
.product-land .product-wrapper .countries .country .dish {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product-land .product-wrapper .countries .country .spice-image {
  top: 35%;
  width: 4.7222222222em;
  height: auto;
  z-index: 4;
}
@media (max-width: 991px) {
  .product-land .product-wrapper .countries .country .spice-image {
    width: 4.2222222222em;
    top: 30%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.product-land .product-wrapper .countries .country .dish {
  top: 35%;
  width: 55%;
  transition: all ease-in 0.2s;
  z-index: 2;
}
@media (max-width: 991px) {
  .product-land .product-wrapper .countries .country .dish {
    width: 11.1111111111em;
    top: 35%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.product-land .product-wrapper .countries .country .dish img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.product-land .product-wrapper .countries .country .dish::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #353535;
  top: -20px;
  width: 12.6111111111em;
  height: 12.6111111111em;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-in 0.2s;
}
@media (max-width: 991px) {
  .product-land .product-wrapper .countries .country .dish::after {
    width: 10.5em;
    height: 10.5em;
    top: 35%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.product-land .product-wrapper .countries .country .country-name {
  font-size: 1em;
  bottom: 1.6666666667em;
  text-align: center;
  transition: all ease-in 0.3s;
  z-index: 3;
}
@media (max-width: 991px) {
  .product-land .product-wrapper .countries .country .country-name {
    font-size: 3.5555555556em;
    font-weight: 600;
    bottom: 1.8888888889em;
  }
}
.product-land .product-wrapper .countries .country .country-image {
  height: 60%;
  transition: all ease-in 0.5s;
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .product-land .product-wrapper .countries .country .country-image {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .product-land .product-wrapper .countries .country .country-image {
    height: 65%;
  }
}
.product-land .product-wrapper .countries .country .country-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .product-land .product-wrapper .countries .country:hover {
    background-color: #222;
  }
  .product-land .product-wrapper .countries .country:hover .country-image {
    opacity: 1;
  }
  .product-land .product-wrapper .countries .country:hover .country-name {
    font-size: 3.5555555556em;
    font-weight: 600;
    bottom: 1.8888888889em;
  }
  .product-land .product-wrapper .countries .country:hover .spice-image {
    display: none;
  }
  .product-land .product-wrapper .countries .country:hover .dish {
    width: 8.8888888889em;
    top: 25%;
  }
  .product-land .product-wrapper .countries .country:hover .dish::after {
    opacity: 0;
  }
}

/*# sourceMappingURL=product-countries-section.css.map */
