/*!
Theme Name: Spectra Template Child
Author: Wineworks
Author URI: http://wineworks.co
GitHub Theme URI: https://github.com/wineworks/wp-spectratheme
Description: Custom child theme developed by Wine Works to be used with Commerce7 & WordPress
Template: wp-spectratheme
Version: 1.1.2.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Spectra Child
*/
:root {
  --c7-heading-font-family: courier-new, sans-serif;
}

.c7-product-detail .c7-product {
  gap: 10%;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail .c7-product {
    max-width: 100%;
  }
}
.c7-product-detail .c7-product__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c7-product-detail .c7-product__add-to-cart {
  margin: 0 0 50px;
}
.c7-product-detail .c7-product__add-to-cart__form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 2rem;
}
@media only screen and (min-width: 40.0625em) {
  .c7-product-detail .c7-product__add-to-cart__form {
    width: 50%;
  }
}
.c7-product-detail .c7-product__add-to-cart__form__quantity {
  max-width: 100%;
  margin-right: 0;
}
.c7-product-detail .c7-product__add-to-cart input {
  max-width: 100%;
}
.c7-product-detail .c7-product__add-to-cart__price {
  font-weight: 700;
  font-size: 1rem;
}
.c7-product-detail .c7-product__add-to-cart__price__variant {
  display: none;
}
@media (min-width: 1200px) {
  .c7-product-detail .c7-product__image {
    flex: 0 0 auto;
    width: 35.666667%;
  }
}
.c7-product-detail .c7-product img {
  max-height: 575px;
}
.c7-product-detail .c7-product__subtitle {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c7-product-detail .c7-product__subtitle {
    font-size: 1.5rem;
  }
}
.c7-product-detail h1 {
  font-size: 24px;
  line-height: 1.2;
}

.c7-product__specs {
  max-width: 100%;
  display: grid;
  gap: 1rem;
}
@media only screen and (min-width: 40.0625em) {
  .c7-product__specs {
    grid-template-columns: 1fr 1fr;
  }
}
.c7-product__spec div:first-child {
  margin-bottom: 1rem;
}

.page-template-page-product .c7t-template-width, .page-template-page-product .c7t-content {
  max-width: 90rem !important;
}

.c7t-video video {
  object-fit: cover;
}
.c7t-video__video {
  padding-top: 30%;
  padding-bottom: 30%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-video__video {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c7t-video__video:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.c7t-video .video-content-wrapper {
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-video .video-content-wrapper {
    padding-top: 50px;
  }
}
.c7t-video .video-content {
  float: none;
  top: 0;
  left: 0;
  width: auto;
  position: relative;
  height: auto;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  min-width: 0;
  text-align: center;
  min-height: auto;
  z-index: 2;
  color: #fff;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-video .video-content {
    padding-top: 82px;
    padding-left: 40px;
    padding-bottom: 147px;
    padding-right: 40px;
  }
}
.c7t-video .video-content__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-video .video-content__links {
    flex-direction: row;
    gap: 40px;
  }
}
.c7t-video .video-content div {
  margin-top: 15px;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-video .video-content div {
    margin-top: 45px;
  }
}
.c7t-video .video-content h1 {
  font-size: 35px;
  line-height: 1.1;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-video .video-content h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-video .video-content h1 {
    font-size: 80px;
  }
}
.c7t-video .video-content .c7-btn {
  font-size: 14px;
  min-height: 39px;
  padding: 10px 20px;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-video .video-content .c7-btn {
    padding: 16px 20px;
    font-size: 16px;
    min-height: 46px;
  }
}
.c7t-video .video-content .c7-btn--primary {
  text-transform: uppercase;
}
.c7t-video .video-content .c7-btn--secondary {
  background: #fff;
  color: #000;
}
