.product {
  align-items: flex-start;
  justify-content: inherit;
}
.product__row, .product__collateral {
  display: flex;
  margin-bottom: 1.5rem;
  width: 100%;
  gap: 1.5rem;
}
@media (min-width: 0) and (max-width: 991px) {
  .product__row, .product__collateral {
    flex-direction: column;
    margin: 0 0 10px !important;
  }
}
@media (min-width: 992px) {
  .product__collateral {
    flex-direction: column;
  }
}
.product__media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  position: relative;
  padding: 0;
}
.product__media .single-image {
  grid-column: span 2;
}
@media (min-width: 0) and (max-width: 991px) {
  .product__details {
    padding: 0;
  }
}
.product .image {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e8e8e8;
}
.product__title {
  margin-bottom: 1.2rem;
}
.product__title h1 {
  font-size: 25px;
  margin-bottom: 0;
}
.product__title--brand {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 30px;
}
.product__sku {
  font-style: oblique;
  font-size: 15px;
}
.product__short-description {
  font-size: 15px;
}
.product__info > div, .product__actions > div {
  margin-bottom: 1.2rem;
}
.product .price-box .price-label {
  display: none;
}
.product .price-box .old-price {
  color: #999;
  margin-bottom: 0.5rem;
}
.product .price-box .old-price .price {
  position: relative;
  display: inline-block;
}
.product .price-box .old-price .price:before {
  content: "";
  position: absolute;
  left: -7.5%;
  top: 65%;
  width: 115%;
  height: 1.5px;
  background: #a94442;
  transform: rotate(350deg);
  transform-origin: left center;
}
.product .price-box .special-price {
  color: #1b8d0f;
  font-weight: bold;
  margin-left: 5px;
}
.product .price-box .price {
  font-weight: bold;
  font-size: 1.7rem;
}
.product .regular-price {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}
.product__wishlist {
  margin-top: 2.5rem;
}
.product__usps {
  margin-bottom: 1.5rem;
  font-size: 15px;
  line-height: 2rem;
  color: #339900;
}
.product__usps .icon-ok {
  margin-right: 1rem;
}
@media (min-width: 0) and (max-width: 991px) {
  .product__specs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .product__specs {
    order: 2;
  }
}
.product__specs table {
  width: 100%;
}

.option dl {
  margin-bottom: 1rem;
}
.option dt {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.option dd {
  width: 100%;
}
.option input {
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  background: #f9f9f9;
  border: 1px solid #cdad84;
  font-size: 15px;
}
.option p.note {
  font-size: 12px;
  margin-top: 0.2rem;
  padding: 0 1rem;
}
.option textarea {
  width: 100%;
  min-height: 120px;
}

.panel {
  border: none;
  border-bottom: 1px solid #cdad84;
  border-radius: 0 !important;
  background: #f9f9f9;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 0 !important;
}
.panel__heading {
  background: #f5f5f5;
  text-transform: uppercase;
  border-top: 1px solid #cdad84;
  border-bottom: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding: 10px 15px;
}
.panel__heading h4 {
  margin-bottom: 0;
  line-height: 25px;
}
.panel__data, .panel__content {
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  padding: 1.5rem;
}
.panel__data table, .panel__content table {
  width: 100%;
}
.panel__data tr, .panel__content tr {
  height: 3.5rem;
  line-height: 3.5rem;
}
.panel__data th, .panel__content th {
  font-weight: bold;
}

.accordion-icon {
  font-size: 28px;
  transition: transform 0.3s ease;
  transform: rotate(45deg);
  float: right;
}
.collapsed .accordion-icon {
  transform: rotate(0deg);
}

/*# sourceMappingURL=product-styles.css.map */
