/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/**
 *
 * Frontend Styles
 *
 */
.product-table {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  /*responsive table overrides for <768*/
}
@media (min-width: 768px) {
  .product-table {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .product-table {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.product-table__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--grid-width--default);
  padding-left: var(--padding-inner);
  padding-right: var(--padding-inner);
}
.product-table__title {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--display);
  text-align: center;
}
.product-table__description {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--caption);
  text-align: center;
  margin: 0 auto 20px;
  max-width: 1100px;
}
.product-table__description + .product-table__table-wrap, .product-table__title + .product-table__table-wrap {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .product-table__description + .product-table__table-wrap, .product-table__title + .product-table__table-wrap {
    margin-top: 80px;
  }
}
.product-table__table-wrap + .product-table__links {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .product-table__table-wrap + .product-table__links {
    margin-top: 100px;
  }
}
.product-table__table {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-bottom: 0 !important;
}
.product-table__table table {
  border-collapse: collapse;
  border: none !important;
}
.product-table__table table th,
.product-table__table table td {
  border: 3px solid var(--wp--preset--color--black) !important;
  color: var(--wp--preset--color--white);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 12px !important;
  text-align: center !important;
  vertical-align: middle;
}
.product-table__table table tr {
  border: none !important;
}
.product-table__table table thead {
  border: none !important;
}
.product-table__table table th {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #333333;
}
@media (max-width: 767px) {
  .product-table__table {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-table__table table {
    display: grid;
    grid-template-columns: 1fr;
  }
  .product-table__table table thead,
  .product-table__table table tbody,
  .product-table__table table tr {
    display: contents;
  }
  .product-table__table table th,
  .product-table__table table td {
    display: none;
    border: none;
  }
  .product-table__table table th:nth-child(1),
  .product-table__table table td:nth-child(1) {
    order: 1;
  }
  .product-table__table table th:nth-child(2),
  .product-table__table table td:nth-child(2) {
    order: 2;
  }
  .product-table__table table th:nth-child(3),
  .product-table__table table td:nth-child(3) {
    order: 3;
  }
  .product-table__table table th:nth-child(4),
  .product-table__table table td:nth-child(4) {
    order: 4;
  }
  .product-table__table table th:nth-child(5),
  .product-table__table table td:nth-child(5) {
    order: 5;
  }
  .product-table__table table th:nth-child(6),
  .product-table__table table td:nth-child(6) {
    order: 6;
  }
  .product-table__table table th:nth-child(7),
  .product-table__table table td:nth-child(7) {
    order: 7;
  }
  .product-table__table table th:nth-child(8),
  .product-table__table table td:nth-child(8) {
    order: 8;
  }
  .product-table__table table th:nth-child(9),
  .product-table__table table td:nth-child(9) {
    order: 9;
  }
  .product-table__table table th:nth-child(10),
  .product-table__table table td:nth-child(10) {
    order: 10;
  }
  .product-table__table table th {
    cursor: pointer;
    display: block;
    position: relative;
    border-bottom: 2px solid var(--wp--preset--color--black) !important;
  }
  .product-table__table table th:not(.closed)::after {
    content: " -";
    font-size: 32px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 20px;
  }
  .product-table__table table th.closed::after {
    content: " +";
    font-size: 26px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
  .product-table__table:first-of-type table th:nth-child(1), .product-table__table:first-of-type table td:nth-child(1) {
    display: block;
  }
}

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