@charset "UTF-8";
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs, body.frontend .section-products-tabs {
  overflow-y: hidden;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs, body.frontend .section-products-tabs {
    display: none;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner, body.frontend .section-products-tabs .inner {
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .pattern-image, body.frontend .section-products-tabs .inner .pattern-image {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  -webkit-mask-image: -webkit-gradient(linear, 75% top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: -webkit-gradient(linear, 75% top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .overlay-dark, body.frontend .section-products-tabs .inner .overlay-dark {
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner, body.frontend .section-products-tabs .inner {
    display: none;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap, body.frontend .section-products-tabs .inner .wrap {
  padding: 25px 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs, body.frontend .section-products-tabs .inner .wrap #tabs {
  display: flex;
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-left, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-left {
  width: 40%;
  margin: 40px 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-left ul, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-left ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-left ul li, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-left ul li {
  list-style: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-left ul li.ui-state-active, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-left ul li.ui-state-active {
  position: relative;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-left ul li.ui-state-active a:before, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-left ul li.ui-state-active a:before {
  content: "➤";
  padding-right: 10px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-left ul li a, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-left ul li a {
  color: #fff;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-left ul li a:hover:before, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-left ul li a:hover:before {
  content: "➤";
  padding-right: 10px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right {
  width: 60%;
  position: relative;
  margin: 75px 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .image-container, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .image-container {
  width: 149px;
  height: auto;
  position: absolute;
  top: -97px;
  left: 125px;
  background: rgba(255, 255, 255, 0.9176470588);
  padding: 24px;
  border-radius: 98px;
  box-shadow: 3px 3px 9px 4px rgba(0, 0, 0, 0.62);
  z-index: 2;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns {
  padding: 50px 40px;
  margin-left: 50px;
  border: 3px solid #fff;
  box-shadow: 4px 4px 9px 4px rgba(0, 0, 0, 0.62);
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .overlay-light, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .overlay-light {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .tab-title, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .tab-title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items {
  display: flex;
  flex: 50%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items .text-left, .editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items .text-right, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items .text-left, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items .text-right {
  padding: 0 10px;
  width: 50%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items ul, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items ul {
  padding-left: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items ul li, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items ul li {
  list-style-type: disc;
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items:after, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items:after {
  background-color: #fff;
  bottom: -120px;
  content: "";
  height: 120px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 90%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items:before, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .list-items:before {
  background-color: #fff;
  top: -120px;
  content: "";
  height: 120px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 90%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .btn, body.frontend .section-products-tabs .inner .wrap #tabs .tabs-right .text-columns .btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion, body.frontend .section-products-tabs-accordion {
  position: relative;
  margin-top: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .overlay-dark, body.frontend .section-products-tabs-accordion .overlay-dark {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .pattern-image-mobile, body.frontend .section-products-tabs-accordion .pattern-image-mobile {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  -webkit-mask-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0) 100%);
          mask-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0) 100%);
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion, body.frontend .section-products-tabs-accordion {
    display: none;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap, body.frontend .section-products-tabs-accordion .wrap {
  padding: 50px 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header h3, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header h3 {
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header h3 span, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header h3 span {
  font-size: 30px;
  position: absolute;
  right: 45px;
  top: 20px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header h3 span:after, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header h3 span:after {
  content: "+";
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header h3.h3-accordion, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header h3.h3-accordion {
  padding: 26px 45px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active {
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active:after, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active:after {
  background-color: rgba(255, 255, 255, 0.815);
  -webkit-mask-image: -webkit-gradient(linear, 100% top, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
          mask-image: -webkit-gradient(linear, 100% top, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  bottom: 3px;
  z-index: -1;
  content: "";
  left: -150px;
  /* padding-left: 65px; */
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 100vw;
  height: 70px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active h3, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active h3 {
  color: #000;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active h3 span, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active h3 span {
  font-size: 30px;
  position: absolute;
  right: 47px;
  top: 17px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active h3 span:after, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-header.ui-state-active h3 span:after {
  content: "–";
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-content, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-content {
  padding: 0px 60px 30px 60px;
  position: relative;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 50px 40px;
  margin: 100px auto 50px auto;
  border: 3px solid #fff;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.66);
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-content .overlay-light, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-content .overlay-light {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-content .image-container, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-content .image-container {
  width: 120px;
  height: auto;
  padding: 20px;
  background-color: white;
  border-radius: 100px;
  position: absolute;
  top: -80px;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.66);
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .tab-title, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .tab-title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .list-items ul, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .list-items ul {
  padding-left: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .list-items ul li, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .list-items ul li {
  list-style-type: disc;
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .list-items ul li:last-child, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .list-items ul li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .btn, body.frontend .section-products-tabs-accordion .wrap #accordion .acc-content .text-columns .btn {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 0;
}

/*# sourceMappingURL=block.css.map*/