.product-details {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .product-details {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .product-details {
      padding-left: 40px;
      padding-right: 40px; } }
  .product-details--gray {
    background-color: #f1f1f1;
    padding: 60px 30px; }
  .product-details--shadowed {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .product-details__container {
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .product-details__container {
      padding: 60px;
      display: grid;
      column-gap: 40px; } }
  @media screen and (min-width: 64rem) {
    .product-details__container {
      padding: 30px;
      display: flex;
      align-items: center; } }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .product-details__name {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .product-details__name {
      grid-column-start: 2;
      justify-self: start; } }
  @media screen and (min-width: 64rem) {
    .product-details__name {
      margin: 0 50px;
      order: 1; } }
  .product-details__title {
    color: #cf000d;
    font-weight: bold; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .product-details__title {
        margin: 0;
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 48rem) {
      .product-details__title {
        margin: 0 0 1rem;
        font-size: 30px;
        font-size: 1.875rem; } }
  .product-details__supplementary {
    color: #000;
    font-weight: normal;
    letter-spacing: 0.02em; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .product-details__supplementary {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0.5rem 0; } }
    @media screen and (min-width: 48rem) {
      .product-details__supplementary {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 1rem 0; } }
    @media screen and (min-width: 64rem) {
      .product-details__supplementary {
        margin-bottom: 2rem; } }
  .product-details__link {
    color: #cf000d;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.01em; }
    .product-details__link:hover {
      color: #b6000b; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .product-details__link {
        font-size: 18px;
        font-size: 1.125rem;
        text-align: center; } }
    @media screen and (min-width: 48rem) {
      .product-details__link {
        font-size: 22px;
        font-size: 1.375rem; } }
  .product-details__image {
    width: 140px;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 30rem) {
      .product-details__image {
        width: 180px; } }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .product-details__image {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .product-details__image {
        grid-column-start: 1;
        grid-row-end: span 2; } }
    @media screen and (min-width: 64rem) {
      .product-details__image {
        margin: 0 50px;
        order: 2; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .product-details__features {
      grid-column-start: 2;
      grid-row-start: 2; } }
  @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
    .product-details__features {
      border-top: 1px solid #f1f1f1;
      margin-top: 2rem; } }
  @media screen and (min-width: 64rem) {
    .product-details__features {
      margin: 0 50px;
      order: 3; } }
  .product-details__features h3 {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    font-weight: 600; }
    @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
      .product-details__features h3 {
        margin: 2rem 0 1rem; } }
    @media screen and (min-width: 30rem) and (max-width: 47.9375rem) {
      .product-details__features h3 {
        margin: 3rem 0 1rem; } }
    @media screen and (min-width: 48rem) {
      .product-details__features h3 {
        margin: 1rem 0 0.5rem; } }
  .product-details__features p {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 64rem) {
      .product-details__features p {
        font-size: 18px;
        font-size: 1.125rem; } }
    .product-details__features p:last-of-type {
      margin-bottom: 0; }
  .product-details__features ul {
    padding: 0 0 0 1.25rem;
    list-style-image: url("../img/icon_checkmark.svg");
    margin: 1.5rem 0 0; }
    .product-details__features ul li {
      display: list-item;
      padding-left: 0.5rem;
      margin-left: 0.5rem; }
      .product-details__features ul li:before {
        display: none; }
    .product-details__features ul span {
      position: relative;
      top: -0.25rem; }
  .product-details__features li {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 64rem) {
      .product-details__features li {
        font-size: 18px;
        font-size: 1.125rem; } }
    .product-details__features li:last-of-type {
      margin-bottom: 0; }

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