/*!
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
*/
/* Commerce7 Template - Variables */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hide-text a {
  display: block;
  height: 100%;
}

.subnavigation {
  margin-bottom: 1rem;
}
.subnavigation .c7t-content {
  max-width: 76rem;
}
.subnavigation-wrapper {
  position: relative;
  text-align: center;
}
.subnavigation-menu-items {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: var(--c7-font-family);
  font-weight: 600;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media only screen and (min-width: 40.0625em) {
  .subnavigation-menu-items {
    background: none;
    border: 0;
    font-size: 14px;
    position: relative;
    row-gap: 16px;
    column-gap: 10px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .subnavigation-menu-items {
    font-size: 15px;
    justify-content: space-between;
  }
}
.subnavigation-menu-items li {
  position: relative;
  text-transform: uppercase;
  border: solid 1px;
}
@media only screen and (min-width: 64.0625em) {
  .subnavigation-menu-items li {
    display: inline-block;
  }
}
.subnavigation-menu-items a {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-property: border, all;
  -o-transition-property: border, all;
  transition-property: border, all;
  color: #232324;
  display: block;
  padding: 0.5rem 0.75rem;
  z-index: 3;
  position: relative;
  border: 1px solid transparent;
  text-decoration: none;
}
@media only screen and (min-width: 40.0625em) {
  .subnavigation-menu-items a {
    display: inline-block;
  }
}
.subnavigation-menu-items a:hover {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  text-decoration: none;
}

.menu-item-anchor.active {
  background: #333;
}
.menu-item-anchor.active a {
  color: #fff;
}

.page-template-page-product .c7t-content {
  max-width: 100%;
  padding: 0 0 0;
}

.c7-product-detail {
  margin: 0 0 0;
}
.c7-product-detail__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1rem 3rem;
  gap: 40px;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__main {
    padding: 0 1rem 4rem;
  }
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__photo {
    flex: 1;
    width: auto;
    order: 1;
    margin: 0;
  }
}
.c7-product-detail__photo img {
  max-height: 300px;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__photo img {
    max-height: 350px;
  }
}
@media screen and (min-width: 64rem) {
  .c7-product-detail__photo img {
    max-height: 500px;
  }
}
.c7-product-detail__right {
  flex: 2;
  width: auto;
  order: 2;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__info {
    width: 100%;
  }
}
.c7-product-detail__accolades {
  margin-top: 2rem;
}
.c7-product-detail__section {
  background: #f5f3f0;
  padding: 3rem 0;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__section {
    padding: 4rem 0;
  }
}
.c7-product-detail__breakdown {
  display: flex;
  flex-direction: column;
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1rem;
  gap: 40px;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__breakdown {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c7-product-detail__breakdown__specs {
  flex: 1;
}
.c7-product-detail__breakdown__vintage-overview {
  flex: 2;
}

.c7-product__spec {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
