@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --primary: #91bcba;
}

html {
  font-size: 14px;
}

body {
  background-color: rgba(var(--white), 1);
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  color: #4f4f4f;
  font-size: 16px;
}

a:link:hover {
  color: rgba(var(--gray-900), 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 3em;
  font-weight: bolder;
}

h2 {
  font-size: 2.5em;
  font-weight: bolder;
}

h3 {
  font-size: 2em;
  font-weight: bolder;
}

h4 {
  font-size: 1.5em;
  font-weight: bolder;
}

h5 {
  font-size: 1.25em;
  font-weight: bolder;
}

h6 {
  font-size: 1em;
  font-weight: bolder;
}

.site-main {
  max-width: 1000px;
  margin: 0 auto;
}

.site-main .page-header {
  display: none;
}

.ingredient-table {
  border: 1px solid;
  margin-bottom: 0.5rem;
}

.ingredient-table thead {
  text-align: left;
}

.ingredient-table thead th {
  border-bottom: 1px solid currentColor;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.ingredient-table tbody tr:first-child td {
  padding-top: 0.5rem;
}

.ingredient-table tbody tr:last-child td {
  padding-bottom: 0.5rem;
}

.ingredient-table th,
.ingredient-table td {
  padding: 0.25rem 1.5rem;
  text-align: right;
}

.ingredient-table th:first-child,
.ingredient-table td:first-child {
  text-align: left;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(var(--gray-700), 1);
}

.woocommerce div.product.elementor .woocommerce-tabs .panel h2:not(:first-child) {
  margin-top: 1.5rem;
}

input,
textarea,
select {
  display: block;
  padding: 0 1rem;
  border-radius: 5px;
  border: 1px solid rgba(var(--gray-300), 1);
}

input[type='text'], input.input-text,
textarea[type='text'],
textarea.input-text,
select[type='text'],
select.input-text {
  min-height: 2.5rem;
  line-height: 2.5rem;
}

select {
  position: relative;
  -webkit-appearance: none;
}

select:after {
  content: '>';
}

textarea {
  min-height: 10rem;
}

#wizard .checkout_coupon {
  text-align: left;
  padding: 0;
  max-width: unset;
  margin: 0;
  border-style: none;
}

#wizard .checkout_coupon p:first-child {
  margin-bottom: 1rem;
}

.wizard {
  padding-bottom: 3rem;
}

.wizard .steps {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .wizard .steps {
    border-radius: 7.5px;
  }
}

.wizard .steps a,
.wizard .steps a:hover {
  position: relative;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
}

.wizard .steps a:after,
.wizard .steps a:hover:after {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 3;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1rem solid #ededed;
}

.wizard .steps a:before,
.wizard .steps a:hover:before {
  position: absolute;
  top: -0.3rem;
  left: 100%;
  z-index: 2;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 1.8rem solid transparent;
  border-bottom: 1.8rem solid transparent;
  border-left: 1.2rem solid white;
}

.wizard .steps .current a:after,
.wizard .steps .current a:hover:after {
  border-left-color: #799e9c;
}

.wizard .steps .done a:after,
.wizard .steps .done a:hover:after {
  border-left-color: var(--primary);
}

.wizard .content {
  margin: 0;
}

.wizard .content h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}

.wizard .content .body label {
  margin-bottom: 0;
}

.wizard .content .body label.error {
  margin-left: 0;
  font-size: 0.835rem;
}

.wizard .content .body input {
  border-color: rgba(var(--gray-300), 1);
}

.wizard .content .body.order-review-tab .order-review-details:before {
  display: block;
  content: 'Order Review';
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.wizard .content .body.order-review-tab .addresses .title {
  margin-bottom: 0.5rem;
}

.wizard .content .body.order-review-tab .addresses .title h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.wizard .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}

.wizard .actions > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.wizard .actions > ul > li {
  margin: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#wizard .checkout_coupon .button,
#wizard form.login input.button,
.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 5px;
  font-weight: normal;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin: 1rem 0;
  border-color: rgba(var(--gray-300), 1);
  padding: 1.5rem;
}

.woocommerce form.checkout_coupon .woocommerce-privacy-policy-text, .woocommerce form.login .woocommerce-privacy-policy-text, .woocommerce form.register .woocommerce-privacy-policy-text {
  margin-bottom: 0.75rem;
  font-size: 0.835rem;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 0.5rem;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce table.shop_table {
  border-color: rgba(var(--gray-300), 1);
  margin: 0 0 1rem 0;
}

.woocommerce table.shop_table:last-child {
  margin-bottom: 0;
}

.woocommerce table.shop_table th {
  font-weight: bold;
  padding: 0.75rem 1rem;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(var(--gray-300), 1);
  padding: 0.75rem 1rem;
  vertical-align: middle;
}

table.review-order-details {
  border: 1px solid rgba(var(--gray-300), 1);
  border-radius: 5px;
  margin: 0 0 1rem 0;
  width: 100%;
}

table.review-order-details th {
  border-top: 1px solid rgba(var(--gray-300), 1);
  font-weight: bold;
  padding: 0.75rem 1rem;
  text-align: left;
}

table.review-order-details td {
  border-top: 1px solid rgba(var(--gray-300), 1);
  padding: 0.75rem 1rem;
  vertical-align: middle;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  margin-left: 1rem;
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
  display: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  font-size: 1rem;
  background-color: var(--primary);
  margin-bottom: 0;
  padding-bottom: 1rem;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #799e9c;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 0 1rem;
  width: 12rem;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 1.5rem 0 0.75rem;
}

.woocommerce #reviews h3.contribution-title,
.woocommerce-page #reviews h3.contribution-title {
  font-size: 1.25rem;
}

.contribution-actions {
  display: none;
}

.woocommerce .star-rating span {
  color: goldenrod;
}

.woocommerce span.onsale {
  min-height: 2.5rem;
  min-width: 2.5rem;
  font-size: 0.75rem;
  line-height: 2.5rem;
  background-color: var(--primary);
}

.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  color: rgba(var(--gray-700), 1);
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.woocommerce ul.products li.product .price {
  margin-top: 0.75rem;
  color: rgba(var(--gray-700), 1);
  font-size: 1.5rem;
}

.woocommerce ul.products li.product .price ins {
  font-weight: normal;
  text-decoration: none;
}

.woocommerce ul.products li.product .star-rating {
  text-align: center;
}

.woocommerce ul.products li.product .star-rating:not(.star-rating-pure) {
  display: none;
}

.woocommerce ul.products li.product .star-rating:before {
  color: goldenrod;
}

.woocommerce ul.products li.product .star-rating span:before {
  color: goldenrod;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: rgba(var(--gray-700), 1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 1.25em;
}

/* Apollo Hover Effect */
.effect-apollo {
  --bg: var(--primary);
  display: block;
  position: relative;
  overflow: hidden;
  max-width: auto;
  max-height: auto;
  height: auto;
  background: var(--bg);
  text-align: center;
}

.effect-apollo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}

.effect-apollo h2 {
  line-height: 1.2;
  font-size: 2rem;
}

.effect-apollo h2 img {
  display: block;
  margin: 0 auto 1rem;
}

.effect-apollo a {
  border: 1px solid white;
  padding: 1.25em 1.5em;
  line-height: 1;
  margin-top: 1.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

.effect-apollo a:hover {
  background-color: white;
  color: var(--bg);
}

.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 100%;
  border-right: 4px solid var(--primary);
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.effect-apollo .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.effect-apollo .content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(2.5, 2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
          transform: scale3d(2.5, 2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  pointer-events: none;
}

.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.effect-apollo:hover .content::before {
  -webkit-transform: scale3d(2.5, 2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(2.5, 2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.effect-apollo:hover p {
  opacity: 1;
}

@media (max-width: 768px) {
  .effect-apollo h2 {
    text-align: center;
  }
  .effect-apollo:hover p {
    display: none;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 5px;
  background-color: transparent;
  margin: 0 -2px;
  text-transform: uppercase;
  color: rgba(var(--gray-500), 1);
  border-bottom-color: rgba(var(--gray-300), 1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  border-bottom-color: var(--primary);
  color: rgba(var(--gray-900), 1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: rgba(var(--gray-300), 1);
}

.woocommerce div.product .woocommerce-tabs .panel {
  border-top: none !important;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  width: 100%;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  display: inline-block;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon:first-child::before,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon:first-child::before {
  content: '';
}

span.wc-points-rewards-product-message {
  width: 100%;
  margin-bottom: 1rem;
}

.elementor-product-simple form.cart:not(.grouped_form):not(.variations_form) {
  display: block !important;
}

.elementor-product-bundle form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.elementor-product-bundle ul.bundled_products .bundled_product_summary .bundled_product_images {
  width: 25% !important;
}

.bundled_products .bundled_product {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.5rem !important;
}

.bundled_products .bundled_product .bundled_product_images {
  width: 25%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.bundled_products .bundled_product .bundled_product_images figure {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.bundled_products .bundled_product .bundled_product_images figure img {
  margin-bottom: 0 !important;
}

.bundled_products .bundled_product .bundled_product_title {
  font-size: 1rem;
}

.bundled_products .bundled_product .bundled_product_excerpt {
  font-size: 0.75rem;
}

.bundled_products .bundled_product .details {
  text-align: left;
}

.woocommerce-notices-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.woocommerce-notices-wrapper:first-child {
  margin-top: 1.5rem;
}

.woocommerce-notices-wrapper:last-child {
  margin-bottom: 1.5rem;
}

.pc-review {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  padding: 0 1rem;
  height: 100%;
}

.pc-review .rating {
  margin-bottom: 0.75rem;
}

.pc-review .rating span:before {
  content: '\2605\2605\2605\2605\2605';
  top: 0;
  left: 0;
  color: goldenrod;
}

.pc-review .title {
  width: 75%;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.pc-review .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pc-review .author {
  opacity: 0.75;
  margin-top: auto;
  padding-top: 0.75rem;
}

.pc-review .date {
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.5;
}

.pc-review .product-image img {
  display: block;
  width: 75px !important;
  height: auto;
  margin: 0.5rem auto;
}

.pc-review .product-name {
  font-size: 0.875rem;
  opacity: 0.75;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  margin-left: 0;
}

h3#ship-to-different-address {
  font-size: 1em;
  font-weight: normal;
}

h3#ship-to-different-address input[type=checkbox] {
  margin-right: 1em;
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  padding-top: 1rem;
}

.woocommerce-shipping-fields {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */