/*!
Theme Name:   JS Fuelist
Description:  JS Fuelist
Template:     startertheme
Version:      0.0.14
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         starter
Text Domain:  startertheme
*/
/* Import theme styles and variables */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.75em;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 60px;
  line-height: 4rem;
}
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 50px;
  line-height: 58px;
}
@media screen and (max-width: 1080px) {
  h2 {
    font-size: 30px;
    line-height: 48px;
  }
}

h3 {
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1080px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01875rem;
}

.container, .core-block {
  padding: 0 16px;
  margin: auto;
}
.container--full-width, .core-block--full-width {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .container, .core-block {
    padding: 0 32px;
  }
  .container--full-width, .core-block--full-width {
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .container, .core-block {
    max-width: 1280px;
    padding: 0 80px;
  }
  .container--full-width, .core-block--full-width {
    max-width: 1440px;
    padding: 0;
  }
}

/* general classes */
section {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .row {
    flex-direction: row;
  }
}
div#primary {
  margin: auto;
  max-width: 1280px;
  padding: 0 80px;
}
@media screen and (max-width: 1080px) {
  div#primary {
    max-width: 100%;
    padding: 0 16px;
  }
}

.woocommerce #primary,
.wp-singular #primary {
  margin: auto;
  max-width: 1280px;
  padding: 0 80px;
}
@media screen and (max-width: 1080px) {
  .woocommerce #primary,
  .wp-singular #primary {
    max-width: 100%;
    padding: 0 16px;
  }
}

@media screen and (max-width: 1080px) {
  .header-cart {
    background-color: transparent;
    cursor: pointer;
    margin-left: auto;
    z-index: 4;
    border: none;
    position: absolute;
    top: -14px;
    right: 35px;
    padding-top: 1rem;
  }
}

.home.wp-singular #primary {
  margin: unset;
  max-width: unset;
  padding: unset;
}
@media screen and (max-width: 1080px) {
  .home.wp-singular #primary {
    max-width: unset;
  }
}

main .type-product {
  margin: auto;
  max-width: 1280px;
  padding: 0 80px;
}
@media screen and (max-width: 1080px) {
  main .type-product {
    max-width: 100%;
  }
}

.wp-block-image.aligncenter {
  text-align: center;
  width: 100%;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.container h1 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-product .single-product {
  padding-top: 80px;
}
.single-product .single-product h1 {
  font-size: 28px !important;
}

.column {
  display: flex;
  flex-direction: column;
}

.bg--dark {
  background-color: var(--dark-background);
}

.block__formatting--heading h3 {
  font-size: 1.75rem;
}
.block__formatting--heading h4 {
  font-size: 1.32rem;
}
.block__formatting--heading h5 {
  font-size: 1.16rem;
}
.block__formatting--heading h6 {
  font-size: 1rem;
}

.block__formatting--paragraph,
.block__formatting--table,
.block__formatting--list,
.block__formatting--quote,
.block__formatting--image {
  margin-bottom: 1rem;
}

.btn__primary {
  border-radius: 0.375rem;
  padding: 1rem;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
@media screen and (min-width: 414px) {
  .btn__primary {
    padding: 0.87rem 2.125rem;
  }
}
.btn__primary img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.btn__primary:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.btn-secondary {
  border-radius: 0.375rem;
  padding: 1rem;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}
@media screen and (min-width: 414px) {
  .btn-secondary {
    padding: 0.87rem 2.125rem;
  }
}
.btn-secondary img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.btn-secondary:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 22px !important;
  line-height: 30px !important;
}

@media screen and (max-width: 600px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
}

.block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block:first-child {
  margin-top: 4rem;
}

.site-header {
  z-index: 9999;
  background: white;
  padding: 1rem 0;
}
.site-header .header-right__contact-data {
  display: none;
}
.site-header .header-right .btn__primary {
  display: none;
}
.site-header .header-nav .menu .menu-item a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  text-transform: capitalize;
  color: #3A3C41;
}
.site-header span {
  grid-area: 2/2/3/3;
  margin: 0;
  text-align: left;
  color: #404141;
}
.site-header .cart-contents {
  text-decoration: none;
}
.site-header .cart-count {
  color: #153E0A;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  position: relative;
  top: -8px;
  right: 6px;
}
.site-header-wrapper {
  margin: 20px 0;
}
.site-header-wrapper .mobile-menu-toggle {
  right: 0;
  top: -4px;
}

.main-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0 0 0;
}
.main-footer .site-footer {
  padding-bottom: 40px;
}
.main-footer .site-footer__info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.main-footer .site-footer__contact-details {
  text-align: right;
}
.main-footer .site-footer__contact-details img {
  display: none;
}
.main-footer .site-footer__menu-col ul li a {
  color: white !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}
.main-footer .site-footer__menu-col ul li a:hover {
  color: #1D75C3 !important;
}
.main-footer .site-footer__menu-col p a {
  color: white !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}
.main-footer .site-footer__menu-col p a:hover {
  color: #1D75C3 !important;
}
.main-footer .site-footer .menu__title {
  display: none;
}
.main-footer .copyright-row {
  border-top: 1px solid #333;
}
.main-footer .copyright-row p {
  color: #aaa;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
}

body.woocommerce-cart {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.woocommerce-cart .site {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart main {
  flex: 1;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  font-family: "Source Sans Pro", sans-serif;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart-items-container {
  flex: 3;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  align-items: flex-start;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-thumbnail img {
  width: 100px;
  height: auto;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details {
  flex: 1;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details .product-name {
  font-weight: bold;
  font-size: 1rem;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details .product-description {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 0.5rem;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details .product-price {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details .product-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details .product-meta .quantity-controls {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details .product-meta .quantity-controls .qty-minus,
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details .product-meta .quantity-controls .qty-plus {
  background: #f5f5f5;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  cursor: pointer;
}
body.woocommerce-cart.woocommerce-cart .custom-cart-layout .cart_item .product-details .product-meta .product-remove a.remove {
  font-size: 0.8rem;
  text-decoration: underline;
  color: #000;
}
body.woocommerce-cart.woocommerce-cart .cart_totals {
  flex: 1;
  background: #f3f5f4;
  padding: 2rem;
  border-radius: 8px;
  font-size: 0.9rem;
  height: max-content;
}
body.woocommerce-cart.woocommerce-cart .cart_totals .cart-summary {
  margin-bottom: 1.5rem;
}
body.woocommerce-cart.woocommerce-cart .cart_totals .cart-summary div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
body.woocommerce-cart.woocommerce-cart .cart_totals .cart-summary .cart-total {
  font-weight: bold;
  font-size: 1rem;
}
body.woocommerce-cart.woocommerce-cart .cart_totals .checkout-button {
  display: block;
  background: black;
  color: white;
  padding: 1rem;
  text-align: center;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1rem 0;
  text-decoration: none;
}
body.woocommerce-cart.woocommerce-cart .cart_totals .cart-guarantees {
  font-style: italic;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
body.woocommerce-cart.woocommerce-cart .cart_totals .cart-help {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.woocommerce-cart.woocommerce-cart .cart_totals .cart-help .dot {
  font-size: 1.2rem;
}

body.woocommerce-checkout .checkout-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
body.woocommerce-checkout .checkout-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
body.woocommerce-checkout .checkout-left {
  flex: 1;
  min-width: 580px;
  margin-right: 60px;
}
body.woocommerce-checkout .checkout-right {
  flex: 1;
  min-width: 300px;
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 6px;
}
body.woocommerce-checkout .woocommerce-checkout {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  font-family: "Source Sans Pro", sans-serif;
}
body.woocommerce-checkout .woocommerce-checkout #customer_details {
  flex: 1;
  max-width: 600px;
}
body.woocommerce-checkout .woocommerce-checkout #order_review {
  background: #f5f6f5;
  padding: 2rem;
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  border-radius: 8px;
  font-size: 0.9rem;
}
body.woocommerce-checkout .woocommerce-checkout .form-row {
  margin-bottom: 1rem;
}
body.woocommerce-checkout .woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.9rem;
}
body.woocommerce-checkout .woocommerce-checkout input.input-text,
body.woocommerce-checkout .woocommerce-checkout select,
body.woocommerce-checkout .woocommerce-checkout textarea {
  width: 100%;
  padding: 0.75rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  background-color: #fff;
}
body.woocommerce-checkout .woocommerce-checkout h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
body.woocommerce-checkout .woocommerce-checkout #place_order,
body.woocommerce-checkout .woocommerce-checkout .button.alt {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 999px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
body.woocommerce-checkout .woocommerce-checkout #place_order:hover,
body.woocommerce-checkout .woocommerce-checkout .button.alt:hover {
  background-color: #333;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
  font-size: 0.9rem;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.5rem;
}
body.woocommerce-checkout .checkout-step .next-step,
body.woocommerce-checkout .checkout-step .prev-step {
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  background-color: #eee;
  border: none;
  font-weight: bold;
  cursor: pointer;
  margin-top: 1rem;
}

.value select {
  vertical-align: top;
  background: rgb(242, 242, 242);
  padding: 4px 8px;
  margin: 10px 2px;
  border-color: rgb(68, 68, 68);
  border-radius: 6px;
  box-sizing: border-box;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 14px;
  font-stretch: 100%;
  color: rgb(68, 68, 68);
  font-weight: 400;
  height: 36px;
  line-height: 20px;
  width: 220px;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  background: rgb(242, 242, 242);
  padding: 4px 2px;
  margin: 10px 2px;
  border-color: rgb(68, 68, 68);
  border-radius: 6px;
  box-sizing: border-box;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 14px;
  font-stretch: 100%;
  color: rgb(68, 68, 68);
  font-weight: 400;
  height: 36px;
  line-height: 20px;
  width: 220px;
}
.woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  font-size: 18px;
  font-weight: 700;
  color: #153E0A;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #153E0A;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  margin-left: 60px;
  background-color: #153E0A;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
  float: left;
  margin-right: 40px;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  margin: 0 20px 0 0;
}
.woocommerce table.shop_table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce .woocommerce-result-count {
  display: none;
}

p.price div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #153E0A;
  font-size: 18px;
  font-weight: 700;
}

span.sku_wrapper {
  display: none;
}
span.posted_in {
  display: none;
}

.single-article__content {
  max-width: 1240px;
}

.meta__entry {
  display: none;
}

a.category-tile:hover {
  background: rgba(224, 224, 224, 0.2);
}

.d-block.text-left {
  margin-bottom: 40px;
}

.woocommerce-variation-add-to-cart {
  width: 100%;
}

.single-product .product-description {
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 1080px) {
  .single-product .product-description .container {
    max-width: 1080px !important;
  }
}
.single-product .product-description h2,
.single-product .product-description h3,
.single-product .product-description p {
  text-align: center;
}
.single-product .product-description h3 {
  font-size: 34px;
  line-height: 42px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero {
  z-index: -99;
}
.hero h1 {
  font-size: 60px;
  margin: 240px 0 1rem 0;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 4rem;
  font-feature-settings: normal;
  letter-spacing: -1.5px;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .hero h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.simple-text {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .simple-text {
    padding-top: 64px;
    padding-bottom: 0;
  }
}
.simple-text p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: Inter, source sans pro, helvetica, ui-sans-serif, system-ui, sans-serif;
}

.woo-categories {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .woo-categories {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}
.woo-categories__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50.4px;
  text-transform: capitalize;
  font-family: Roboto, source sans pro, helvetica, ui-sans-serif, system-ui, sans-serif;
}
.woo-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
.woo-categories ul li {
  margin: 0 !important;
  flex: 1 1 253px;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 500px) {
  .woo-categories ul li {
    flex: 1 1 100%;
  }
}
.woo-categories ul li span {
  display: unset !important;
  margin: 0 !important;
}
.woo-categories ul li img {
  width: 100%;
  margin-bottom: 20px !important;
}
.woo-categories ul li a {
  font-size: 18px;
  font-family: "source-sans", helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
}
.woo-categories .columns-3::before {
  display: none !important;
}
.woo-categories .woocommerce ul.products::before {
  display: none !important;
}

.single-product div.product table.variations td,
.single-product div.product table.variations th {
  display: list-item !important;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
}
.single-product .single-product h1 {
  line-height: 36px;
}

.variations_form {
  width: 100%;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  border: unset;
  background-color: #e1e5e1;
  height: 40px;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-size: 36px;
  line-height: 2.75rem;
}
.woocommerce-loop-category__title .count {
  display: none;
}
.woocommerce-products-header {
  margin-top: 20px;
  margin-bottom: 80px;
}
.woocommerce-loop-product__title {
  font-weight: 400;
}

.single_add_to_cart_button {
  background: #000000 !important;
  opacity: 1 !important;
  width: 100% !important;
  border-radius: 50px !important;
}

.type-product {
  display: block !important;
}

.site-header .header-nav .menu span {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  text-transform: capitalize;
  color: #3A3C41;
}

.woo-categories__title {
  margin-bottom: 32px;
}
@media only screen and (min-width: 996px) {
  .woo-categories ul {
    justify-content: left;
  }
}

.cart {
  width: 100%;
}
.cart .quantity {
  width: 100% !important;
}
.cart .quantity .qty {
  width: 80px !important;
  height: 30px;
  margin-bottom: 20px;
  border: unset;
  background-color: #e1e5e1;
}

.reset_variations {
  display: none;
}

.tax-product_cat h1 {
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
}

.simple-text {
  padding-bottom: 0;
  margin-bottom: -20px;
}

@media only screen and (min-width: 996px) {
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    max-width: 30.75%;
  }
}
/* Theme Components
// @import "components/navigation";

/* Theme blocks */

/*# sourceMappingURL=style.css.map */
