.pw-single-product-2 .product-details {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .pw-single-product-2 .product-details {
    display: flex;
    flex-direction: column;
  }
}

.pw-single-product-2 .product-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

.pw-single-product-2 .product-description {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 26px;
  margin-bottom: 32px;
}

.pw-single-product-2 .product-price {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 32px;
}

.pw-single-product-2 .product-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.pw-single-product-2 .qty-container {
  background-color: #F5F5F5;
}

.pw-single-product-2 .qty {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.pw-single-product-2 .qty-label {
  font-size: 12px;
  margin-left: 8px;
  font-weight: 800;
  color: #ababab;
}

.pw-single-product-2 .add-to-cart-btn {
  background-color: #000;
  font-size: 18px;
  font-weight: 700;
  color: white;
  padding: 10px;
}

@media (min-width: 768px) {
  .pw-single-product-2 .add-to-cart-btn {
    margin-top: auto;
  }
}

/* testing a grid to place a carousel in */

.pw-single-product-2 .carousel {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .pw-single-product-2 .carousel {
    margin-bottom: unset;
  }
}

.pw-single-product-2 .preview {
  margin-bottom: 24px;
}

.pw-single-product-2 .preview-img {
  height: 500px;
  margin: 0 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pw-single-product-2 .thumbnail {
  height: 100px;
  width: 100px;
  margin: 0 4px;
  background-size: cover;
  background-position: center;
}

.pw-single-product-2 .product-varients {
    display: grid;
    grid-template-columns: 70px minmax(40px, 280px);
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    margin-bottom: 40px;
    align-items: center;
}