@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap);

/*
 Theme Name: HotPress
 Theme URI: https://www.bighousecreative.co.uk/
 Author: Big House Creative
 Author URI: https://www.bighousecreative.co.uk/
 Description: A Timber & Tailwind template for creating WordPress sites.
 Version: 1.0
 Tags:
 Text Domain:
 */
/* Import Fonts Here */
/* Styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}
h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
p, a{
  font-size: 1rem;
  line-height: 1.5rem;
}
.contact-form-shell .wpcf7 p {
  margin: 0;
}
.contact-form-shell .wpcf7-form-control-wrap {
  display: block;
}
.contact-form-shell label {
  display: block;
  color: #646363;
  font-size: clamp(1rem, 1.05vw, 1.15rem);
  line-height: 1.4;
  margin-bottom: 0.35rem;
}
.contact-form-shell input:not(.btn-aw),
.contact-form-shell select:not(.btn-aw),
.contact-form-shell textarea:not(.btn-aw) {
  width: 100%;
  margin-top: 0.35rem;
  min-height: 56px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  color: #1F2526;
  font-size: 1rem;
  outline: none;
  transition: 0.3s ease;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-shell input:focus,
.contact-form-shell select:focus,
.contact-form-shell textarea:focus {
  border-color: #c729bc;
}
.contact-form-shell input::-moz-placeholder, .contact-form-shell textarea::-moz-placeholder {
  color: #94a3b8;
  opacity: 1;
}
.contact-form-shell input::placeholder,
.contact-form-shell textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}
.contact-form-shell select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 3.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231F2526' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px 18px;
}
.contact-form-shell select::-ms-expand {
  display: none;
}
.contact-form-shell textarea {
  min-height: 160px;
  resize: vertical;
}
.contact-form-shell .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
  font-size: 0.9rem;
}
.contact-form-shell .wpcf7-list-item {
  margin: 0;
}
.contact-form-shell .wpcf7-acceptance label {
  display: inline;
  font-size: 0.95rem;
  line-height: 1.7;
}
.contact-form-shell .wpcf7-acceptance input {
  width: auto;
  min-height: auto;
  margin-right: 0.5rem;
  margin-top: 0;
}
.contact-form-shell .wpcf7-spinner {
  margin-top: 1rem;
}
.contact-form-shell .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
}
.stock-term-intro p + p {
  margin-top: 1.5rem;
}
.stock-feature-card {
  position: relative;
  display: block;
}
.stock-feature-card__media {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.stock-feature-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stock-feature-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  background: rgba(86, 86, 86, 0.96);
  padding: clamp(2rem, 3vw, 3rem);
}
@media (min-width: 1024px) {
  .stock-feature-card {
    min-height: 520px;
  }
  .stock-feature-card__media {
    width: min(68%, 760px);
  }
  .stock-feature-card__media img {
    min-height: 430px;
  }
  .stock-feature-card__content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .stock-feature-card--reverse .stock-feature-card__media {
    margin-left: auto;
  }
  .stock-feature-card--reverse .stock-feature-card__content {
    left: 0;
    right: auto;
  }
}
.stock-product {
  text-align: center;
}
.stock-product__image {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 180px;
  margin: 0 auto 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stock-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s ease;
}
.stock-product p {
  font-size: clamp(0.9rem, 0.95vw, 1rem);
  color: #646363;
}
.stock-product:hover img {
  transform: scale(1.06);
}
