/* 🚧 WIP 🚧: BEM naming convention needs to be completed for these styles  */
.cpap__product-specifications-showcase {
  .cpap__product-specifications-showcase__inner-container {
    border-radius: 8px;
    background: var(--cpap-primary-beige);
  }
  .product-specs-section-top {
    padding: 120px 0 72px 116px;
  }
  .product-specs-section-top-cobtain {
    max-width: 534px;
  }
  .product-specs-section-top-cobtain h2 {
    margin: 0 0 24px 0;
    color: var(--cpap-primary-soft-black);
  }
  .product-specs-section-top-cobtain p {
    margin: 0 0 24px 0;
    color: var(--cpap-text-text-gray);
    font-size: var(--bs-body-font-size-16);
    line-height: var(--bs-body-line-height-24);
    font-weight: var(--bs-body-font-weight);
  }
  .cpap__product-specifications-showcase__sku-container {
    color: var(--cpap-text-text-gray);
    display: block;
    font: var(--cpap-typography-font-md);
    margin-bottom: 29.5px;
  }

  .cpap__product-specifications-showcase__sku {
    color: var(--cpap-primary-soft-black);
    margin-right: 8px;
    display: inline-block;
  }
  .product-specs-list {
    margin: 40px 0 0 0;
    border-top: 1px solid var(--cpap-stroke-gray);
  }
  .product-specs-list li {
    padding: 16px 0;
    border-bottom: 1px solid var(--cpap-stroke-gray);
  }
  .product-specs-list li .btn {
    height: 40px;
    gap: 10px;
    padding: 9px 15.5px;
    border-color: var(--cpap-stroke-gray);
    margin-left: 26px;
  }
  .product-specs-list li .btn:hover {
    border-color: var(--cpap-primary-orange);
  }
  .product-specs-section-top-img {
    padding-left: 115px;
    padding-top: 361px;
  }
  .product-specs-section-top-img figure {
    max-width: 428px;
    height: 326px;
    padding: 30px;
  }
  .product-specs-section-top-img figure img {
    max-width: 318px;
  }
  .product-specs-section-bottom {
    background: var(--cpap-primary-orange);
    padding: 38px 68.5px 37px 40px;
  }
  .product-specs-secondary-image {
    max-width: 532px;
    right: -30px;
  }
  .product-specs-section-bottom {
    color: var(--cpap-primary-white);
  }
  .product-specs-section-bottom-left {
    width: 50%;
  }
  .product-specs-section-bottom-left h3 {
    color: var(--cpap-primary-white);
  }
  .product-specs-section-bottom-left p {
    color: var(--cpap-primary-white);
    margin: 16px 0 0 0;
    font-size: var(--bs-body-font-size-18);
    line-height: var(--bs-body-line-height-24);
    font-weight: var(--bs-body-font-weight);
  }
  .product-specs-section-bottom-left p a {
    font-weight: var(--bs-body-font-weight-700);
    color: var(--cpap-primary-white);
  }
  .product-specs-section-bottom-right ul {
    list-style-type: none;
    gap: 32px;
  }
  .product-specs-section-bottom-right span {
    margin-right: 29px;
  }
  .product-specs-section-bottom-right
    .cpap__product-specifications-showcase__award-winning-icon
    svg,
  .product-specs-section-bottom-right
    .cpap__product-specifications-showcase__award-winning-icon
    svg
    path {
    stroke: var(--cpap-primary-white);
  }
  .product-specs-section-bottom-right svg {
    width: 40px;
  }

  @media screen and (max-width: 1420px) {
    .product-specs-section-top-img {
      padding-left: 40px;
    }
    .product-specs-secondary-image {
      right: -50px;
    }
  }
  @media screen and (max-width: 1320px) {
    .product-specs-section-top {
      padding: 40px 0 40px 40px;
    }
  }
  @media screen and (max-width: 1199.98px) {
    .product-specs-section-top-cobtain {
      max-width: 100%;
      order: 2;
    }
    .product-specs-section-top-img {
      order: 1;
      padding: 280px 0 0 0;
      margin-bottom: 15px;
    }
    .cpap__product-specifications-showcase__inner-container {
      margin-top: 54px;
    }
    .product-specs-secondary-image {
      right: 0;
      top: 0;
    }
    .product-specs-section-top {
      padding: 0 16px 40px 16px;
    }
    .product-specs-section-bottom-left {
      width: 100%;
      margin-bottom: 32px;
    }
    .product-specs-section-bottom {
      padding: 24px;
    }
  }
  @media screen and (max-width: 820px) {
    .product-specs-secondary-image {
      right: -50px;
      top: -50px;
    }
    .product-specs-section-top-cobtain h2,
    .product-specs-section-top-cobtain p {
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 767.98px) {
    .product-specs-secondary-image {
      max-width: 292px;
      top: 10px;
      right: -10px;
    }
    .product-specs-section-top-img figure {
      max-width: 235px;
      height: auto;
      padding-left: 0;
      padding-right: 50px;
    }
    .product-specs-section-top-img figure img {
      max-width: 175px;
    }
    .product-specs-section-top-img {
      padding-top: 134px;
    }
    .product-specs-section-bottom-right ul {
      gap: 16px;
    }
    .product-specs-section-bottom-right li {
      width: 100%;
    }
    .product-specs-section-top-cobtain h2 {
      font-size: var(--bs-body-font-size-56);
      line-height: var(--bs-body-line-height-64);
    }
  }
  @media screen and (max-width: 374.98px) {
    .product-specs-secondary-image {
      max-width: 220px;
      right: -30px;
    }
    .product-specs-section-top-img figure {
      padding-right: 20px;
    }
  }
}
