/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 *
 * Frontend Styles
 *
 */
.product-tabs {
  -webkit-clip-path: polygon(0 1.5%, 100% 0%, 100% 97%, 0% 100%);
          clip-path: polygon(0 1.5%, 100% 0%, 100% 97%, 0% 100%);
  padding: 125px 0 90px;
}
@media (min-width: 480px) {
  .product-tabs {
    -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
            clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
    padding: 150px 0 100px;
  }
}
@media (min-width: 768px) {
  .product-tabs {
    -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0% 100%);
            clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0% 100%);
    padding: 175px 0 140px;
  }
}
@media (min-width: 1024px) {
  .product-tabs {
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
            clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    padding: 150px 0;
  }
}
@media (min-width: 1200px) {
  .product-tabs {
    -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0% 100%);
            clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0% 100%);
    padding: 180px 0 200px;
  }
}
.product-tabs__links {
  margin-top: 25px !important;
}
.product-tabs__links .wp-block-button__link {
  color: var(--wp--preset--color--white);
  font-weight: var(--wp--preset--font-weight--regular);
}
.product-tabs__tabs-buttons {
  margin-right: -20px;
  margin-top: 70px !important;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .product-tabs__tabs-buttons {
    margin-right: 0;
  }
}
.product-tabs__tabs-buttons .slick-list {
  padding: 0 !important;
  width: 100%;
}
@media (min-width: 1024px) {
  .product-tabs__tabs-buttons .slick-list {
    overflow: visible;
  }
}
.product-tabs__tabs-buttons .slick-list .slick-track {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 !important;
  position: relative;
  transform: unset !important;
  width: 100% !important;
  z-index: 5;
}
@media (min-width: 1024px) {
  .product-tabs__tabs-buttons .slick-list .slick-track {
    overflow-x: unset;
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .product-tabs__tabs-buttons .slick-list .slick-track {
    padding: 0 50px !important;
  }
}
.product-tabs__tabs-buttons .slick-list .slick-track::before, .product-tabs__tabs-buttons .slick-list .slick-track::after {
  display: none;
}
.product-tabs__tabs-buttons .product-tabs__link {
  position: relative;
  top: 1px;
  width: auto !important;
}
@media (min-width: 1024px) {
  .product-tabs__tabs-buttons .product-tabs__link {
    width: auto !important;
  }
}
.product-tabs__tabs-buttons .product-tabs__link::after {
  display: none;
}
@media (min-width: 1024px) {
  .product-tabs__tabs-buttons .product-tabs__link::after {
    background-color: #242424;
    bottom: -2px;
    content: "";
    display: none;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 15;
  }
}
.product-tabs__tabs-buttons .product-tabs__link .wp-block-button__link {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--wp--preset--color--white);
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 40px;
  text-align: center;
  transition: border 0.25s ease-in-out;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .product-tabs__tabs-buttons .product-tabs__link .wp-block-button__link {
    border: 1px solid transparent;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .product-tabs__tabs-buttons .product-tabs__link .wp-block-button__link {
    padding: 15px 40px;
  }
}
.product-tabs__tabs-buttons .product-tabs__link:hover .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--white);
}
.product-tabs__tabs-buttons .product-tabs__link.slick-current::after {
  display: none;
}
@media (min-width: 1024px) {
  .product-tabs__tabs-buttons .product-tabs__link.slick-current::after {
    display: block;
  }
}
.product-tabs__tabs-buttons .product-tabs__link.slick-current .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--white);
}
@media (min-width: 1024px) {
  .product-tabs__tabs-buttons .product-tabs__link.slick-current .wp-block-button__link {
    border-bottom: none !important;
  }
}
.product-tabs__tabs-panels {
  margin-top: 0 !important;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .product-tabs__tabs-panels {
    border: 1px solid var(--wp--preset--color--white);
  }
}
.product-tabs.margin-top--large {
  margin-top: 120px;
}
.product-tabs.margin-bottom--large {
  margin-bottom: 120px;
}

/*# sourceMappingURL=style-index.css.map*/