body.path-product {
  .field-price {
    font-weight: bold;

    &+.small {
      line-height: 29px;
      font-weight: 300;
    }
  }
}

.field-available-accessories {
  >div:first-child {
    font-size: 1.75rem;
    line-height: 1.35714;
    margin-bottom: .5em;
  }

  >div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;

    >div {
      width: 50%;
      padding: 0 15px;
      margin-bottom: 20px;
    }
  }

  article {
    text-align: center;

    .carousel-caption {
      text-align: left;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: 1em !important;
    }

    .accessory-select {}
  }
}
