/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/src/blocks/taste/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/* --> Responsive <-- */
.wp-block-ow-taste {
  position: relative;
  z-index: 2;
}
.wp-block-ow-taste .container {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .container {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 800px;
  }
}
.wp-block-ow-taste .container .content {
  width: 100%;
}
.wp-block-ow-taste .taste h2 {
  line-height: 1.4;
}
.wp-block-ow-taste .taste .taste__items {
  height: 720px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-block-ow-taste .taste .taste__items .taste__item {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items .taste__item {
    position: relative;
  }
}
.wp-block-ow-taste .taste .taste__items .taste__item.taste__item-text h3 {
  font-size: clamp(32px, 2rem + (1vw - 4.8px) * 0.7937, 40px);
}
.wp-block-ow-taste .taste .taste__items .taste__item.taste__item-text .taste__item-text-inner {
  width: 336px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items .taste__item.taste__item-text .taste__item-text-inner {
    max-width: 100%;
    margin-top: 8px;
  }
}
.wp-block-ow-taste .taste .taste__items .taste__item.taste__item-image img {
  width: 256px;
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items .taste__item.taste__item-image img {
    width: 160px;
  }
}
.wp-block-ow-taste .taste .taste__items .taste__item:nth-child(1) {
  top: 0;
  left: 25%;
}
@media only screen and (max-width : 989px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(1) {
    left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(1) {
    left: 10%;
  }
}
@media only screen and (max-width: 400px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(1) {
    left: 0;
  }
}
.wp-block-ow-taste .taste .taste__items .taste__item:nth-child(2) {
  top: 10%;
  right: 25%;
}
@media only screen and (max-width : 989px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(2) {
    right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(2) {
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: -40%;
  }
}
@media only screen and (max-width: 400px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(2) {
    right: 0;
  }
}
.wp-block-ow-taste .taste .taste__items .taste__item:nth-child(3) {
  top: 45%;
  left: 10%;
}
@media only screen and (max-width : 989px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(3) {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(3) {
    top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.wp-block-ow-taste .taste .taste__items .taste__item:nth-child(4) {
  bottom: 0;
  left: calc(50% - 128px);
}
@media only screen and (max-width : 989px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(4) {
    left: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(4) {
    left: -10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(4) {
    margin-top: -10%;
  }
}
.wp-block-ow-taste .taste .taste__items .taste__item:nth-child(5) {
  bottom: 10%;
  right: 10%;
}
@media only screen and (max-width : 989px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(5) {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-taste .taste .taste__items .taste__item:nth-child(5) {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 16px;
  }
}

/*# sourceMappingURL=taste-script.css.map*/