.section .container-fluid > * {
  visibility: hidden;
}

@font-face {
  font-family: "Almoni Tzar AAA";
}
body {
  font-family: "Almoni Tzar AAA", Arial, sans-serif;
  font-size: 1.75vw;
  line-height: 1.3;
}
body.overflow {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 2000px) {
  body {
    font-size: 34px;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 20px;
  }
}
.wrapper {
  overflow: hidden;
  padding-top: 120px;
}
@media (max-width: 1600px) {
  .wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 66px;
  }
}
@media (max-width: 428px) {
  .wrapper {
    padding-top: 58px;
  }
}

.section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-fluid {
  max-width: 1920px;
  padding-left: 38px;
  padding-right: 38px;
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

p {
  transform: scaleY(0.9);
}

h1, .h1 {
  font-size: 4vw;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  transform: scaleY(0.9);
}
@media (min-width: 2000px) {
  h1, .h1 {
    font-size: 86px;
    line-height: 96px;
  }
}
@media (max-width: 1600px) {
  h1, .h1 {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 32px;
  }
}
@media (max-width: 1280px) {
  h1, .h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 428px) {
  h1, .h1 {
    font-size: 34px;
    margin-bottom: 12px;
  }
}

.title-big {
  font-size: 3rem;
  transform: scaleY(0.9);
}
@media (max-width: 1600px) {
  .title-big {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .title-big {
    font-size: 2rem;
  }
}

.fs-2 {
  transform: scaleY(0.9);
}

.social a {
  border-radius: 2px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
}
.social a:hover {
  opacity: 0.7;
}
.social a svg {
  width: 25px;
  height: 25px;
}

.product-item__quote.green-text {
  color: #3caa36;
  filter: invert(54%) sepia(66%) saturate(535%) hue-rotate(69deg) brightness(89%) contrast(83%);
}
.product-item__quote.green-text ul li::before {
  background: #3caa36;
}

.header {
  background: #fff;
  height: 120px;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .header {
    height: 80px;
  }
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 115px;
}
@media (max-width: 1600px) {
  .logo img {
    width: 92px;
  }
}
@media (max-width: 768px) {
  .logo img {
    width: 60px;
  }
}
@media (max-width: 428px) {
  .logo img {
    width: 56px;
  }
}

.menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    justify-content: center;
  }
}
.menu-item {
  list-style: none;
}
@media (max-width: 768px) {
  .menu-item {
    margin: 16px 0;
  }
}
.menu-item:not(:last-child) {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .menu-item:not(:last-child) {
    padding-left: 0;
    margin-left: 0;
  }
}
.menu-item:not(:last-child):before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -6px;
  width: 1px;
  background: #3caa36;
  left: 0;
}
@media (max-width: 768px) {
  .menu-item:not(:last-child):before {
    display: none;
  }
}
.menu-item a {
  font-size: 30px;
  line-height: 1;
  color: #3caa36;
  opacity: 0.8;
  font-weight: 300;
  text-decoration: none;
  transform: scaleY(0.9);
  display: block;
}
@media (max-width: 1600px) {
  .menu-item a {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .menu-item a {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .menu-item a {
    font-size: 44px;
    font-weight: 700;
  }
}
.menu-item a.active {
  opacity: 1;
  font-weight: 700;
}
.menu-item a:hover {
  text-decoration: none;
  opacity: 1;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wrap-nav {
    margin: 0;
    padding: 88px 32px;
    position: fixed;
    z-index: 14;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    background: url(../img/svg/flowers-menu.svg) no-repeat 20px 20px, url(../img/svg/hearts-menu.svg) no-repeat calc(100% - 20px) calc(100% - 20px) #fff;
    background-size: 44px, 68px;
    transition: 0.5s ease-in-out;
  }
  .wrap-nav.active {
    pointer-events: auto;
    opacity: 1;
  }
}

.btn-menu {
  display: none;
  width: 40px;
  height: 32px;
  position: relative;
  z-index: 20;
}
@media (max-width: 768px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu span {
  height: 3px;
  background: #000;
  display: block;
  width: 100%;
  position: absolute;
  border-radius: 3px;
  transition: 0.5s;
}
.btn-menu span:nth-child(1) {
  top: 0;
  right: 0;
}
.btn-menu span:nth-child(2) {
  top: 50%;
  margin-top: -1.5px;
  right: 0;
}
.btn-menu span:nth-child(3) {
  right: 0;
  bottom: 0;
}
.btn-menu.active span:nth-child(1) {
  width: 100%;
  top: 13px;
  transform: rotate(45deg);
}
.btn-menu.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu.active span:nth-child(3) {
  bottom: 16px;
  transform: rotate(-45deg);
}

.section--welcome {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 36px;
  position: relative;
}
@media (min-width: 1600px) {
  .section--welcome {
    height: 80vh;
  }
}

.welcome-img span {
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .welcome-img span {
    width: 520px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .welcome-img span {
    width: 340px;
    max-width: 100%;
  }
}
@media (max-width: 428px) {
  .welcome-img span {
    width: 320px;
  }
}
.welcome-img span:before {
  content: "";
  position: absolute;
  top: 38%;
  left: 24vw;
  width: 1000px;
  height: 78%;
  background: #ffcd00;
  transform: skewY(10deg);
  pointer-events: none;
}
@media (min-width: 2000px) {
  .welcome-img span:before {
    top: 270px;
    left: 480px;
    width: 200%;
    height: 67%;
  }
}
@media (max-width: 1600px) {
  .welcome-img span:before {
    top: 43%;
  }
}
@media (max-width: 1280px) {
  .welcome-img span:before {
    top: 47%;
  }
}
@media (max-width: 991px) {
  .welcome-img span:before {
    top: 50%;
    left: 34vw;
  }
}
@media (max-width: 768px) {
  .welcome-img span:before {
    top: 130px;
    left: 40vw;
  }
}
@media (max-width: 428px) {
  .welcome-img span:before {
    left: 45vw;
  }
}
.welcome-img img {
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.welcome-info__coupon {
  background: #ff6150;
  border-radius: 15px;
  border: 0;
  margin: 20px 0;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}
.welcome-info__coupon:hover {
  color: #fff;
}
.welcome-info__coupon:focus {
  box-shadow: none;
}
.welcome-info__btn {
  margin: 20px 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.welcome-info__btn span {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.welcome-info__btn span:nth-child(2) {
  display: none;
}
.welcome-info__btn span:hover {
  color: #fff;
}
.welcome-info__btn.open span:nth-child(1) {
  display: none;
}
.welcome-info__btn.open span:nth-child(2) {
  display: block;
}
.welcome-info__hide {
  display: none;
  margin: 0;
  padding: 0;
}
.welcome-info__hide p {
  margin: 0;
  padding: 0;
}
.welcome-decor {
  position: absolute;
  pointer-events: none;
  width: 120px;
}
@media (max-width: 768px) {
  .welcome-decor {
    width: 52px;
  }
}
.welcome-decor--1 {
  top: 44px;
  right: 44px;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .welcome-decor--1 {
    top: 36px;
    right: 12px;
  }
}
.welcome-decor--2 {
  bottom: 24px;
  left: 44px;
}
@media (max-width: 768px) {
  .welcome-decor--2 {
    bottom: 20px;
    left: 12px;
  }
}

.scroll-down {
  display: block;
  margin: 24px auto 12px auto;
  width: 40px;
}
@media (max-width: 1600px) {
  .scroll-down {
    width: 32px;
  }
}
@media (max-width: 991px) {
  .scroll-down {
    margin: 16px auto 0 auto;
    width: 28px;
  }
}
@media (max-width: 768px) {
  .scroll-down {
    margin-top: 0;
  }
}
.scroll-down img {
  width: 100%;
  animation: scroll-down 1.5s infinite;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
.section--trovia {
  color: #fff;
  background: #ff6150;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .section--trovia {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .section--trovia {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.trovia {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .trovia {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.trovia-img {
  width: 34.115vw;
}
@media (min-width: 2000px) {
  .trovia-img {
    width: 655px;
  }
}
@media (max-width: 1600px) {
  .trovia-img {
    width: 40vw;
  }
}
@media (max-width: 991px) {
  .trovia-img {
    width: 300px;
    margin-bottom: 32px;
  }
}
.trovia-img span {
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .trovia-img span {
    margin-bottom: 32px;
  }
}
.trovia-img span:before {
  content: "";
  position: absolute;
  top: 37%;
  left: 30%;
  width: 1200px;
  height: 90%;
  background: #ffe57a;
  transform: skewX(-26deg) skewY(-3deg) rotate(17deg);
  pointer-events: none;
}
@media (max-width: 1280px) {
  .trovia-img span:before {
    left: 14vw;
  }
}
@media (max-width: 991px) {
  .trovia-img span:before {
    left: calc(27% - 43px);
    top: 78%;
  }
}
.trovia-img img {
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.trovia-info {
  flex: 1;
}
.trovia h1, .trovia .h1 {
  margin: 0 0 36px 0;
}
@media (max-width: 768px) {
  .trovia h1, .trovia .h1 {
    margin-bottom: 12px;
  }
}
.trovia-decor--1 {
  width: 136px;
  transform: translateX(52%);
  margin-bottom: -2vw;
}
@media (min-width: 2000px) {
  .trovia-decor--1 {
    margin-bottom: -32px;
  }
}
@media (max-width: 991px) {
  .trovia-decor--1 {
    width: 64px;
    transform: translateX(202%);
  }
}
.trovia-decor--2 {
  width: 200px;
  margin-top: 1vw;
  transform: translateX(31%);
  margin-bottom: 3vw;
}
@media (min-width: 2000px) {
  .trovia-decor--2 {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .trovia-decor--2 {
    width: 80px;
  }
}

.section--available {
  background-color: #81d699;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 32px;
}
@media (max-width: 1600px) {
  .section--available {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .section--available {
    padding-top: 48px;
    padding-bottom: 20px;
    min-height: 100vh;
  }
}
.section--available h1, .section--available .h1 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section--available h1, .section--available .h1 {
    margin-bottom: 4px;
  }
}

.copyright {
  text-align: center;
  padding-top: 20px;
}

.available {
  margin: 36px -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1600px) {
  .available {
    margin: 8px -10px;
  }
}
@media (max-width: 768px) {
  .available {
    margin: 4px -4px;
  }
}
.available .btn {
  transform: scaleY(0.9);
  line-height: 1;
}
.available-item {
  height: 150px;
  margin: 15px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .available-item {
    height: 120px;
    margin: 10px;
  }
}
@media (max-width: 1280px) {
  .available-item {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .available-item {
    height: 80px;
    margin: 5px;
  }
}
@media (max-width: 428px) {
  .available-item {
    height: 70px;
  }
}
.available-item img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
@media (max-width: 768px) {
  .available-item img {
    width: 80px;
  }
}
.available-decor {
  margin: 0 2vw;
  width: 82px;
}
@media (max-width: 1600px) {
  .available-decor {
    width: 44px;
  }
}
@media (max-width: 768px) {
  .available-decor {
    width: 32px;
  }
}
.available-decor--2 {
  transform: scaleX(-1);
}

.section--product {
  color: #fff;
  padding-top: 68px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .section--product {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .section--product {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .section--product {
    padding-top: 40px;
  }
}
@media (max-width: 428px) {
  .section--product {
    padding-top: 32px;
  }
}

.wrap_tabs__row {
  width: 60%;
  float: left;
  padding-right: 4vw;
}
@media (min-width: 2000px) {
  .wrap_tabs__row {
    padding-right: 60px;
    width: 60%;
  }
}
@media (max-width: 1600px) {
  .wrap_tabs__row {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .wrap_tabs__row {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .wrap_tabs__row {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .wrap_tabs__row {
    margin-bottom: 20px;
  }
}
@media (max-width: 428px) {
  .wrap_tabs__row {
    margin-bottom: 12px;
  }
}

.wr_tabs {
  width: 40%;
  margin-top: -140px;
  float: right;
  position: relative;
}
@media (min-width: 2000px) {
  .wr_tabs {
    width: 40%;
  }
}
@media (max-width: 1600px) {
  .wr_tabs {
    width: 40%;
    margin-top: -120px;
  }
}
@media (max-width: 1280px) {
  .wr_tabs {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  .wr_tabs {
    margin: 0 auto 4px auto;
    float: none;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .wr_tabs {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .wr_tabs {
    margin-bottom: 16px;
    width: 100%;
  }
}

.tabs_content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  align-items: normal;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tabs_content {
    justify-content: center;
  }
}
.tabs_content.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
.tabs_content:after {
  content: "";
  clear: both;
  display: block;
}

.product-decor--1 {
  margin-right: 24px;
  width: 90px;
  vertical-align: super;
}
@media (max-width: 1600px) {
  .product-decor--1 {
    width: 50px;
  }
}
@media (max-width: 1280px) {
  .product-decor--1 {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .product-decor--1 {
    width: 36px;
    margin-right: 12px;
  }
}
@media (max-width: 428px) {
  .product-decor--1 {
    width: 24px;
    margin-right: 4px;
  }
}
.product-preview {
  margin: 66px auto;
  position: relative;
  height: 15.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 2000px) {
  .product-preview {
    height: 300px;
  }
}
@media (max-width: 1280px) {
  .product-preview {
    height: 168px;
    margin: 38px auto;
  }
}
@media (max-width: 768px) {
  .product-preview {
    height: 140px;
    margin: 8px auto;
  }
}
@media (max-width: 428px) {
  .product-preview {
    height: 120px;
    margin: 0px auto;
  }
}
.product-preview:before, .product-preview:after {
  content: "";
  position: absolute;
  background: url(../img/svg/zoom_hooks.svg) no-repeat center;
  left: 50%;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
  background-size: contain;
  width: 12vw;
  height: 3.438vw;
}
@media (min-width: 2000px) {
  .product-preview:before, .product-preview:after {
    width: 280px;
    height: 66px;
  }
}
@media (max-width: 1366px) {
  .product-preview:before, .product-preview:after {
    width: 10vw;
  }
}
@media (max-width: 1280px) {
  .product-preview:before, .product-preview:after {
    width: 12vw;
    height: 3.438vw;
  }
}
@media (max-width: 768px) {
  .product-preview:before, .product-preview:after {
    width: 18vw;
    height: 5vw;
  }
}
.product-preview:before {
  bottom: 100%;
  transform: translateY(-24px) translateX(-50%);
}
.product-preview:after {
  top: 100%;
  transform: scaleY(-1) translateY(24px) translateX(-50%);
}
.product-preview img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
  transform: scale(0.7);
}
.product-item {
  width: 344px;
  height: 640px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
@media (min-width: 2000px) {
  .product-item {
    width: 334px;
    height: 640px;
  }
}
@media (max-width: 1600px) {
  .product-item {
    width: calc(100% - 210px);
    height: 510px;
  }
}
@media (max-width: 1280px) {
  .product-item {
    width: calc(100% - 180px);
    height: 390px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .product-item {
    float: none;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .product-item {
    width: 130px;
    height: 242px;
    margin-bottom: 0;
  }
}
.product-item .product-category__shadow {
  height: 100%;
}
.product-item img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.product-item__quote {
  margin-top: 40%;
  margin-bottom: auto;
  width: 40%;
  height: 200px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.1;
  background: url(../img/svg/quote.svg) no-repeat center;
  background-size: 100% 100%;
  padding: 16px 26px 12px 52px;
  position: relative;
  z-index: 1;
}
@media (max-width: 428px) {
  .product-item__quote--syrup {
    margin-top: 20% !important;
  }
}
.product-item__quote--puding {
  margin-top: 20% !important;
}
@media (max-width: 768px) {
  .product-item__quote--puding {
    margin-top: 20% !important;
  }
}
@media (max-width: 1600px) {
  .product-item__quote--choco {
    margin-top: 30% !important;
  }
}
@media (max-width: 768px) {
  .product-item__quote--choco {
    margin-top: 20% !important;
  }
}
@media (max-width: 428px) {
  .product-item__quote--choco {
    margin-top: 28% !important;
  }
}
@media (max-width: 1600px) {
  .product-item__quote--granula {
    margin-top: 30% !important;
  }
}
@media (max-width: 768px) {
  .product-item__quote--granula {
    margin-top: 20% !important;
  }
}
@media (min-width: 2000px) {
  .product-item__quote {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .product-item__quote {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .product-item__quote {
    font-size: 16px;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .product-item__quote {
    padding: 11px 16px 6px 32px;
    margin-top: 15%;
    font-size: 16px;
    line-height: 1;
    height: 134px;
    padding-left: 36px;
  }
}
@media (max-width: 428px) {
  .product-item__quote {
    font-size: 16px;
    width: 60%;
    margin-top: 25%;
  }
}
.product-item__quote div {
  padding: 5px;
}
.product-item__quote ul {
  padding-top: 2px;
  margin: 0;
  padding-right: 0;
  list-style-type: none;
}
.product-item__quote ul li {
  position: relative;
}
.product-item__quote ul li::before {
  content: "";
  margin: 5px 0px 3px 3px;
  width: 5px;
  border-radius: 50%;
  height: 5px;
  background: #fff;
  display: inline-block;
}
.product-item__quote_note {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 5px;
  text-align: right;
  display: flex;
  align-items: flex-start;
}
.product-item__quote_note:before {
  content: "*";
  margin: 3px 5px;
  width: 5px;
  height: 5px;
  color: #fff;
  display: inline-block;
}
.product-category__shadow {
  position: relative;
  display: inline-block;
}
.product-category__shadow:before {
  content: "";
  position: absolute;
  width: 1000px;
  transform: skewY(15deg);
  pointer-events: none;
}
.product-category--sauce .product-category__shadow:before {
  background: #fed700;
  top: 145px;
  left: 29%;
  height: 92%;
  transform: skewY(15deg);
}
@media (max-width: 1600px) and (min-width: 1280px) {
  .product-category--sauce .product-category__shadow:before {
    left: 38%;
  }
}
.product-category--syrup .product-category__shadow:before {
  top: 140px;
  height: 80%;
  left: 41%;
  background: #f69988;
}
.product-category.dark .product-category__shadow:before {
  background: #ac7d73;
}
.product-category--jam .product-category__shadow:before {
  top: 143px;
  height: 89%;
  left: 14%;
}
@media (max-width: 1600px) and (min-width: 1280px) {
  .product-category--jam .product-category__shadow:before {
    left: 20%;
  }
}
.product-category.strawberry .product-category__shadow:before {
  background: #ce7790;
}
.product-category.apricot .product-category__shadow:before {
  background: #cb8039;
}
.product-category.berry .product-category__shadow:before {
  background: #886c9d;
}
.product-category--chocolate .product-category__shadow:before {
  top: 150px;
  left: 10%;
  height: 80%;
}
@media (max-width: 1600px) and (min-width: 1280px) {
  .product-category--chocolate .product-category__shadow:before {
    left: 20%;
  }
}
.product-category.milk .product-category__shadow:before {
  background: #889abe;
}
.product-category.hazlenut .product-category__shadow:before {
  background: #5fa7a4;
}
.product-category.bhazlenut .product-category__shadow:before {
  background: #ce9e18;
}
.product-category.bitter .product-category__shadow:before {
  background: #bc534f;
}
.product-category.salt .product-category__shadow:before {
  background: #bb7454;
}
.product-category--puding {
  height: 400px;
}
@media (max-width: 1280px) {
  .product-category--puding {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .product-category--puding {
    width: 160px;
  }
}
.product-category--puding .product-category__shadow:before {
  top: 140px;
  height: 90%;
  left: 51%;
  background: #ead59a;
}
@media (max-width: 1600px) {
  .product-category--puding .product-category__shadow:before {
    height: 78%;
  }
}
@media (max-width: 1280px) {
  .product-category--puding .product-category__shadow:before {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .product-category--puding .product-category__shadow:before {
    height: 60%;
  }
}
.product-category.dark .product-category__shadow:before {
  background: #ac7d73;
}
.product-category--choco .product-category__shadow:before {
  top: 190px;
  left: 10%;
  height: 63%;
  background: #438394;
}
@media (max-width: 1280px) {
  .product-category--choco .product-category__shadow:before {
    top: 170px;
  }
}
@media (max-width: 768px) {
  .product-category--choco .product-category__shadow:before {
    height: 70%;
  }
}
.product-category.choco .product-category__shadow:before {
  background: #438394;
}
.product-category--granula .product-category__shadow:before {
  top: 190px;
  left: 12%;
  height: 69%;
  background: #814e3a;
}
@media (max-width: 1280px) {
  .product-category--granula .product-category__shadow:before {
    top: 160px;
  }
}
@media (max-width: 768px) {
  .product-category--granula .product-category__shadow:before {
    height: 72%;
  }
}
.product-category.pirot .product-category__shadow:before {
  background: #e1a85f;
}
.product-category.tutim .product-category__shadow:before {
  background: #d8807d;
}

.tabs_caption {
  margin: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 991px) {
  .tabs_caption {
    justify-content: center;
    margin-top: 54px;
  }
}
.tabs_caption button {
  margin: 0;
  padding: 0;
  min-width: 60px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  box-shadow: none;
  background: transparent;
}
.tabs_caption button:not(:last-child) {
  margin-left: 5vw;
}
@media (max-width: 768px) {
  .tabs_caption button:not(:last-child) {
    margin-left: 4vw;
  }
}
.tabs_caption button.active .product-preview:before, .tabs_caption button.active .product-preview:after {
  opacity: 1;
}
.tabs_caption button.active .product-preview:before {
  transform: translateY(0) translateX(-50%);
}
.tabs_caption button.active .product-preview:after {
  transform: scaleY(-1) translateY(0) translateX(-50%);
}
.tabs_caption button.active .product-preview img {
  transform: scale(1);
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#scroller {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fed700;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
@media (max-width: 768px) {
  #scroller {
    width: 36px;
    height: 36px;
  }
}
#scroller span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scroller span img {
  width: 22px;
  transform: scaleY(-1);
}
@media (max-width: 768px) {
  #scroller span img {
    width: 24px;
  }
}

.color-brown {
  color: #b95904 !important;
}

.color-red {
  color: #ce7790 !important;
}

div#accessibility-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
}
.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
sup {
  font-size: 0.5em;
}

lottie-player {
  display: inline-block !important;
  height: auto !important;
}/*# sourceMappingURL=style.css.map */