
#tpi-theme-product-post-excerpt h1,
#tpi-theme-product-post-excerpt h2,
#tpi-theme-product-post-excerpt h3,
#tpi-theme-product-post-excerpt h4,
#tpi-theme-product-post-excerpt h5,
#tpi-theme-product-post-excerpt h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#tpi-theme-product-post-content h1,
#tpi-theme-product-post-content h2,
#tpi-theme-product-post-content h3,
#tpi-theme-product-post-content h4,
#tpi-theme-product-post-content h5,
#tpi-theme-product-post-content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#tpi-theme-product-post-content {
  margin-bottom: 4rem;
}

#tpi-theme-product-post-content a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
  text-decoration-color: #24bf70;
}

#tpi-theme-product-post-content a:hover,
#tpi-theme-product-post-content a:focus {
  text-decoration: none;
}

#tpi-theme-product-post-content > ul {
  margin-bottom: 2rem;
}

#tpi-theme-product-post-content ul li {
  margin: 1rem;
}

#tpi-theme-product-post-content p {
  margin: 2rem 0;
}

#tpi-theme-product-content {
  flex-basis: 62%;
  padding-right: 5.5vw;
  padding-bottom: 145px;
}

#tpi-theme-product-purchase-container-mobile {
  display: none;
}

@media (max-width: 768px) {
  form.cart {
    text-align: center;
  }

  #tpi-theme-product-details-container {
    flex-direction: column;
  }

  #tpi-theme-product-content {
    padding-right: 0;
  }

  #tpi-theme-product-purchase-container-mobile {
    display: block;
  }

  #tpi-theme-product-sidebar {
    display: none;
  }
}
