/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/product-details/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.product-details.mb-0 .product-details__wrapper {
  margin-bottom: 0px;
}
.product-details__wrapper {
  max-width: 1340px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 1024px) {
  .product-details__wrapper {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
.product-details__wrapper-col {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E8F0;
}
@media (min-width: 768px) {
  .product-details__wrapper-col {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 60px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .product-details__wrapper-col {
    max-width: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
  }
}
.product-details__wrapper-col.full-width {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 60px;
  padding-bottom: 0px;
  border-bottom: none;
}
.product-details__wrapper-col:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 60px;
}
.product-details__wrapper-col:nth-of-type(2), .product-details__wrapper-col:nth-of-type(4), .product-details__wrapper-col:nth-of-type(6), .product-details__wrapper-col:nth-of-type(8) {
  position: relative;
}
.product-details__wrapper-col:nth-of-type(2)::after, .product-details__wrapper-col:nth-of-type(4)::after, .product-details__wrapper-col:nth-of-type(6)::after, .product-details__wrapper-col:nth-of-type(8)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background: #E2E8F0;
  display: none;
}
@media (min-width: 768px) {
  .product-details__wrapper-col:nth-of-type(2)::after, .product-details__wrapper-col:nth-of-type(4)::after, .product-details__wrapper-col:nth-of-type(6)::after, .product-details__wrapper-col:nth-of-type(8)::after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .product-details__wrapper-col:nth-of-type(2)::after, .product-details__wrapper-col:nth-of-type(4)::after, .product-details__wrapper-col:nth-of-type(6)::after, .product-details__wrapper-col:nth-of-type(8)::after {
    left: -24px;
  }
}
.product-details__wrapper-col-item-subtitle {
  color: var(--Neutral-Black, #000);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.product-details__wrapper-col-item-top {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 450px) {
  .product-details__wrapper-col-item-top {
    gap: 20px;
  }
}
.product-details__wrapper-col-item-top-title {
  color: var(--Neutral-Black, #000);
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  .product-details__wrapper-col-item-top-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 575px) {
  .product-details__wrapper-col-item-top-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .product-details__wrapper-col-item-top-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .product-details__wrapper-col-item-top-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.product-details__wrapper-col-item-top-button {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 9999px;
  background: #F1F5F9;
}
@media (min-width: 450px) {
  .product-details__wrapper-col-item-top-button {
    padding: 16px 24px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.product-details__wrapper-col-item-top-button-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.24px;
}
@media (min-width: 450px) {
  .product-details__wrapper-col-item-top-button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-details__wrapper-col-item-top-button-icon {
  max-width: 24px;
  display: none;
}
@media (min-width: 450px) {
  .product-details__wrapper-col-item-top-button-icon {
    display: block;
  }
}
.product-details__wrapper-col-item-top-button-icon svg, .product-details__wrapper-col-item-top-button-icon img {
  display: block;
}
.product-details__wrapper-col-item-description {
  color: #64748B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 24px;
}
.product-details__wrapper-col-item-description img {
  display: block;
  margin: 30px auto;
}
.product-details__wrapper-col-item-list-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.product-details__wrapper-col-item-list {
  padding: 12px 0px 0px 0px;
  list-style: initial;
  padding-left: 15px;
}
.product-details__wrapper-col-item-list-item {
  color: #64748B;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

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