/*
Theme Name: krow

WooCommerce styles override
*/
/**
 * Shop tables
 */
.woocommerce-cart div.woocommerce {
  margin: 2rem auto;
}

table.shop_table_responsive {
  border-collapse: collapse;
}
table.shop_table_responsive thead {
  display: none;
}
@media (min-width: 850px) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
}
table.shop_table_responsive thead th {
  vertical-align: top;
}
table.shop_table_responsive thead th.product-price, table.shop_table_responsive thead th.product-subtotal {
  display: flex;
  flex-direction: column;
}
table.shop_table_responsive thead th.product-price span, table.shop_table_responsive thead th.product-subtotal span {
  color: #7f7f7f;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
table.shop_table_responsive tbody th {
  display: none;
}
@media (min-width: 850px) {
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
}
table.shop_table_responsive tbody tr td.product-remove::before, table.shop_table_responsive tbody tr td.product-thumbnail::before {
  display: none;
}
table.shop_table_responsive tbody tr td.actions {
  gap: 0.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
table.shop_table_responsive tbody tr td.actions button {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 0.9em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}
table.shop_table_responsive tbody tr td.actions button:visited {
  color: #fff;
}
table.shop_table_responsive tbody tr td.actions button:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
table.shop_table_responsive tbody tr td.actions button:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
table.shop_table_responsive tbody tr td.actions button:hover {
  border: 1px solid #648ca0;
}
table.shop_table_responsive tbody tr td.actions button:focus-visible {
  border: 1px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
table.shop_table_responsive tbody tr td.actions a.empty {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 0.9em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #648ca0;
  border: 1px solid #648ca0;
}
table.shop_table_responsive tbody tr td.actions a.empty:visited {
  color: #fff;
}
table.shop_table_responsive tbody tr td.actions a.empty:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
table.shop_table_responsive tbody tr td.actions a.empty:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
table.shop_table_responsive tbody tr td.actions a.empty:hover {
  color: #fff;
  background-color: #648ca0;
}
table.shop_table_responsive tbody tr td.actions a.empty:focus-visible {
  color: #fff;
  background-color: #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
table.shop_table_responsive tr.cart_item:not(:first-of-type) {
  border-top: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  table.shop_table_responsive tr th {
    text-align: left;
  }
}
table.shop_table_responsive tr td {
  clear: both;
  display: block;
  padding: 0.5em 0;
  text-align: right;
}
table.shop_table_responsive tr td:first-of-type {
  padding-top: 1em;
}
@media (min-width: 850px) {
  table.shop_table_responsive tr td:first-of-type {
    padding: 1em 0;
  }
}
table.shop_table_responsive tr td:last-of-type {
  padding-top: 2em;
  padding-bottom: 1em;
}
@media (min-width: 850px) {
  table.shop_table_responsive tr td:last-of-type {
    padding: 1em 0;
  }
}
@media (min-width: 850px) {
  table.shop_table_responsive tr td {
    padding: 1em;
    text-align: left;
    display: table-cell;
  }
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
  font-weight: 500;
}
@media (min-width: 850px) {
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
table.shop_table_responsive tr td.product-thumbnail a {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  table.shop_table_responsive tr td.product-thumbnail a {
    width: 120px;
    height: 120px;
  }
}
table.shop_table_responsive tr td.product-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
table.shop_table_responsive tr td.product-quantity .quantity {
  width: max-content;
  margin-left: auto;
}
@media (min-width: 850px) {
  table.shop_table_responsive tr td.product-quantity .quantity {
    margin-left: 0;
  }
}
table.shop_table_responsive tr td.product-quantity p {
  font-weight: 700;
  font-size: 0.7em;
  color: #e6005a;
  margin: 0.25em 0 0 0;
}
table.shop_table_responsive tr td.product-remove a {
  font-size: 2.5em;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.product-name a {
  font-weight: 500;
  text-decoration: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

.cart-collaterals h2 {
  font-size: 1.6em;
}
.cart-collaterals tr.fee th {
  display: flex;
  text-align: left;
  flex-direction: column;
}
.cart-collaterals tr td {
  padding: 0.5em 0 !important;
}
.cart-collaterals tr th span {
  width: 100%;
  font-weight: 500;
  font-size: 0.6em;
}
.cart-collaterals .wc-proceed-to-checkout .shipping_notice_text {
  font-weight: 500;
}
.cart-collaterals .wc-proceed-to-checkout a {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 1em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  font-weight: 700;
  text-decoration: none;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}
.cart-collaterals .wc-proceed-to-checkout a:visited {
  color: #fff;
}
.cart-collaterals .wc-proceed-to-checkout a:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
.cart-collaterals .wc-proceed-to-checkout a:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
.cart-collaterals .wc-proceed-to-checkout a:hover {
  border: 1px solid #648ca0;
}
.cart-collaterals .wc-proceed-to-checkout a:focus-visible {
  border: 1px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}

/**
 * Products
 */
.bapf_sfilter {
  margin: 2rem 0;
}
.bapf_sfilter .berocket_aapf_widget_selected_filter {
  gap: 1em 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .bapf_sfilter .berocket_aapf_widget_selected_filter {
    flex-direction: row;
  }
}
.bapf_sfilter .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span {
  font-weight: 500;
}
.bapf_sfilter .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul {
  margin: 0;
  padding-right: 2em;
}
.bapf_sfilter .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul a {
  text-decoration: none;
}
.bapf_sfilter .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul a i {
  margin-right: 0.25em;
}
.bapf_sfilter .berocket_aapf_widget_selected_filter .bapf_sfa_unall {
  margin: 0;
}
.bapf_sfilter .berocket_aapf_widget_selected_filter .bapf_sfa_unall a {
  text-decoration: none;
}

.berocket_element_above_products {
  margin: 2rem 0;
}
.berocket_element_above_products .berocket_ajax_filters_toggle {
  margin: 0;
  height: auto;
  font-weight: 500;
  padding: 0.5em 1em;
  border-radius: 8px;
  width: auto !important;
  color: #fff;
  background-color: #648ca0;
}
.berocket_element_above_products .berocket_ajax_filters_toggle:hover span i,
.berocket_element_above_products .berocket_ajax_filters_toggle:hover span i:after,
.berocket_element_above_products .berocket_ajax_filters_toggle:hover span i:before, .berocket_element_above_products .berocket_ajax_filters_toggle.active span i,
.berocket_element_above_products .berocket_ajax_filters_toggle.active span i:after,
.berocket_element_above_products .berocket_ajax_filters_toggle.active span i:before {
  background-color: #fff;
}
.berocket_element_above_products .berocket_ajax_filters_toggle:hover span b,
.berocket_element_above_products .berocket_ajax_filters_toggle:hover span b:after,
.berocket_element_above_products .berocket_ajax_filters_toggle:hover span b:before, .berocket_element_above_products .berocket_ajax_filters_toggle.active span b,
.berocket_element_above_products .berocket_ajax_filters_toggle.active span b:after,
.berocket_element_above_products .berocket_ajax_filters_toggle.active span b:before {
  border-color: #fff;
}
.berocket_element_above_products .berocket_ajax_filters_toggle span {
  left: 0;
  margin-left: 0;
  margin-right: 1em;
}
.berocket_element_above_products .berocket_ajax_filters_toggle span i,
.berocket_element_above_products .berocket_ajax_filters_toggle span i:after,
.berocket_element_above_products .berocket_ajax_filters_toggle span i:before {
  background-color: #fff;
}
.berocket_element_above_products .berocket_ajax_filters_toggle span b,
.berocket_element_above_products .berocket_ajax_filters_toggle span b:after,
.berocket_element_above_products .berocket_ajax_filters_toggle span b:before {
  border-color: #fff;
}
.berocket_element_above_products .bapf_sfilter {
  margin: 1em 0;
}
.berocket_element_above_products .bapf_sfilter .bapf_head h3 {
  color: #000;
}
.berocket_element_above_products .bapf_sfilter .bapf_body .divi_checkbox_class_item input[type=checkbox] {
  color: #000;
}
.berocket_element_above_products .bapf_sfilter .bapf_body .divi_checkbox_class_item input[type=checkbox]:checked:before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.berocket_element_above_products .bapf_sfilter .bapf_body .divi_checkbox_class_item label {
  color: #000;
}

.products__sub__categories {
  gap: 0.75em;
  display: flex;
  margin: 2rem 0;
  padding-bottom: 2rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  .products__sub__categories {
    gap: 0.75em 1em;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.products__sub__categories__category {
  width: 100%;
}
@media (min-width: 850px) {
  .products__sub__categories__category {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 1024px) {
  .products__sub__categories__category {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.products__sub__categories__category a {
  gap: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
}
.products__sub__categories__category a:hover p, .products__sub__categories__category a:focus p {
  color: #648ca0;
}
.products__sub__categories__category__image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e8ea;
}
.products__sub__categories__category__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products__sub__categories__category__text {
  max-width: calc(100% - 70px - 1em);
}
.products__sub__categories__category__text p {
  margin: 0;
  color: #787878;
  font-size: 0.7em;
  font-weight: 500;
}
.products__sub__categories__category__text p.heading {
  color: #000;
  font-size: 1em;
  font-weight: 700;
}
.products__sub__categories__category__text p span:not(:last-of-type)::after {
  content: ",";
}

.products-top {
  gap: 1em;
  display: flex;
  margin: 2rem 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .products-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.products-top .woocommerce-result-count {
  margin: 0;
  font-weight: 700;
}
.products-top .woocommerce-ordering {
  max-width: 400px;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e6e8ea;
}
.products-top .woocommerce-ordering:hover, .products-top .woocommerce-ordering:focus, .products-top .woocommerce-ordering:focus-within {
  outline: 0;
  color: #323232;
  border: 1px solid #648ca0;
}
.products-top .woocommerce-ordering select {
  margin: 0;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1em;
  line-height: 1;
  cursor: inherit;
  appearance: none;
  font-weight: 500;
  border-radius: 8px;
  color: #323232;
  font-family: inherit;
  padding: 1em 2.5em 1em 1em;
  background-color: transparent;
}
.products-top .woocommerce-ordering select option {
  color: initial;
}
.products-top .woocommerce-ordering select::-ms-expand {
  display: none;
}
.products-top .woocommerce-ordering::after {
  top: 50%;
  right: 1em;
  content: "";
  width: 0.8em;
  height: 0.5em;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
  background-color: #323232;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

ul.products {
  width: 100%;
  display: grid;
  grid-gap: 1em;
  margin: 2rem 0;
  list-style: none;
  grid-template-columns: 100%;
}
@media (min-width: 600px) {
  ul.products {
    grid-gap: 2em 1em;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
@media (min-width: 850px) {
  ul.products {
    grid-template-columns: repeat(3, calc(33.3333333333% - 0.6666666667em));
  }
}
@media (min-width: 1024px) {
  ul.products {
    grid-template-columns: repeat(4, calc(25% - 0.75em));
  }
}
ul.products li.product {
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e8ea;
  padding: 0.75em;
}
.logged-in ul.products li.product {
  padding: 0.75em 0.75em calc(50px + 1.5em) 0.75em;
}
ul.products li.product a {
  text-decoration: none;
}
ul.products li.product .product_badge {
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
}
ul.products li.product .product_badge.new {
  color: #fff;
  background-color: #3cb478;
}
ul.products li.product .product_badge.promotional {
  color: #fff;
  background-color: #e67832;
}
ul.products li.product .product_badge.discard {
  color: #fff;
  background-color: #e6005a;
}
ul.products li.product .product_badge a {
  color: inherit;
}
ul.products li.product .product_badge a:hover {
  opacity: 0.7;
}
ul.products li.product .product_badge p {
  margin: 0;
  line-height: 1;
  color: inherit;
  padding: 0.75em;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
ul.products li.product .image {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
ul.products li.product .image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
ul.products li.product .title img {
  width: auto;
  height: 30px;
  max-width: 100px;
}
ul.products li.product .title h3 {
  font-size: 1.2em;
  margin-bottom: 0.75em;
  color: #323232;
}
@media (min-width: 850px) {
  ul.products li.product .title h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
}
ul.products li.product .content {
  margin-bottom: 0.75em;
}
@media (min-width: 850px) {
  ul.products li.product .content {
    margin-bottom: 1em;
  }
}
ul.products li.product .content p {
  margin: 0;
  font-size: 0.85em;
  color: #323232;
}
@media (min-width: 850px) {
  ul.products li.product .content p {
    font-size: 1em;
  }
}
.logged-in ul.products li.product .details {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #e6e8ea;
}
ul.products li.product .details p {
  margin: 0;
  font-size: 0.7em;
  color: #7f7f7f;
}
@media (min-width: 850px) {
  ul.products li.product .details p {
    font-size: 0.8em;
  }
}
ul.products li.product .bottom {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
}
ul.products li.product .bottom__msrp {
  display: flex;
  margin-top: 1em;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
ul.products li.product .bottom__msrp p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #656565;
}
ul.products li.product .bottom__msrp p:first-of-type {
  font-size: 1em;
  font-weight: 700;
  color: #323232;
}
@media (min-width: 850px) {
  ul.products li.product .bottom__msrp p:first-of-type {
    font-size: 1.1em;
  }
}
ul.products li.product .bottom__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.products li.product .bottom__price__row {
  gap: 0.5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
ul.products li.product .bottom__price__row p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #656565;
}
ul.products li.product .bottom__price__row p.main {
  font-size: 1em;
}
@media (min-width: 850px) {
  ul.products li.product .bottom__price__row p.main {
    font-size: 1.1em;
  }
}
ul.products li.product .bottom__price__row p:first-of-type {
  font-weight: 700;
  color: #323232;
}
ul.products li.product .bottom__stock {
  gap: 0.5em;
  display: flex;
  text-align: right;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}
ul.products li.product .bottom__stock .current,
ul.products li.product .bottom__stock .coming {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}
ul.products li.product .bottom__stock .current p,
ul.products li.product .bottom__stock .coming p {
  margin: 0;
  font-size: 0.7em;
  font-weight: 500;
  text-transform: uppercase;
  color: #656565;
}
ul.products li.product .bottom__stock .current p.available,
ul.products li.product .bottom__stock .coming p.available {
  color: #3cb478;
}
ul.products li.product .bottom__stock .current p.order,
ul.products li.product .bottom__stock .coming p.order {
  color: #e6005a;
}
ul.products li.product .bottom__stock .current p.outofstock,
ul.products li.product .bottom__stock .coming p.outofstock {
  color: #e67832;
}
ul.products li.product .cart {
  gap: 0.5em;
  left: 0.75em;
  bottom: 0.75em;
  display: flex;
  position: absolute;
  flex-direction: row;
  align-items: flex-start;
  width: calc(100% - 1.5em);
  justify-content: space-between;
}
ul.products li.product .cart .quantity {
  width: calc(100% - 50px - 0.5em);
}
ul.products li.product .cart .quantity input {
  width: calc(100% - 100px);
}
ul.products li.product .cart button.add-to-cart {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 1em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  padding: 0;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #648ca0;
  border: 2px solid #648ca0;
}
ul.products li.product .cart button.add-to-cart:visited {
  color: #fff;
}
ul.products li.product .cart button.add-to-cart:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
ul.products li.product .cart button.add-to-cart:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
ul.products li.product .cart button.add-to-cart svg {
  fill: #fff;
  width: 46px;
  height: 46px;
  padding: 0.5em;
}
ul.products li.product .cart button.add-to-cart:hover {
  border: 2px solid #648ca0;
}
ul.products li.product .cart button.add-to-cart:hover svg {
  fill: #648ca0;
}
ul.products li.product .cart button.add-to-cart:focus-visible {
  border: 2px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
ul.products li.product .cart button.add-to-cart:focus-visible svg {
  fill: #648ca0;
}
ul.products li.product .added_to_cart.wc-forward {
  display: none;
}

.woocommerce-pagination {
  width: 100%;
  margin: 2rem 0;
}
.woocommerce-pagination ul {
  gap: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul li span {
  font-size: 1.1em;
  font-weight: 700;
  color: #323232;
}
.woocommerce-pagination ul li a {
  font-weight: 700;
  font-size: 1.1em;
  text-decoration: none;
  color: #7f7f7f;
}
.woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li a.next {
  width: 40px;
  height: 40px;
  display: flex;
  line-height: 1;
  font-size: 1.2em;
  border-radius: 4px;
  align-items: center;
  color: #323232;
  flex-direction: column;
  background-color: #fff;
  justify-content: center;
  border: 1px solid #e6e8ea;
}
.woocommerce-pagination ul li a.prev:hover, .woocommerce-pagination ul li a.prev:focus, .woocommerce-pagination ul li a.next:hover, .woocommerce-pagination ul li a.next:focus {
  color: #fff;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}

.related h2,
.up-sells h2 {
  font-size: 1.6em;
}
@media (min-width: 850px) {
  .related h2,
  .up-sells h2 {
    font-size: 2em;
  }
}

/**
 * Single product
 */
.single-product div.product {
  display: grid;
  margin: 2rem 0;
  position: relative;
  grid-template-columns: 100%;
  grid-template-areas: "wc-gallery" "wc-details" "wc-extra" "wc-upsell" "wc-related";
}
@media (min-width: 850px) {
  .single-product div.product {
    grid-gap: 2em;
    grid-template-columns: repeat(2, calc(50% - 1em));
    grid-template-areas: "wc-gallery wc-details" "wc-extra wc-extra" "wc-upsell wc-upsell" "wc-related wc-related";
  }
}
@media (min-width: 1200px) {
  .single-product div.product {
    padding: 0;
  }
}
.single-product div.product__gallery {
  width: 100%;
  position: relative;
  grid-area: wc-gallery;
}
.single-product div.product__gallery__wrap {
  width: 100%;
  padding: 1em;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e8ea;
}
.single-product div.product__gallery__wrap__carousel {
  width: 100%;
  position: relative;
}
.single-product div.product__gallery__wrap__carousel .image {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
.single-product div.product__gallery__wrap__carousel .image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}
.single-product div.product__gallery__wrap__thumbs {
  width: 100%;
  margin-top: 0.25em;
  position: relative;
}
.single-product div.product__gallery__wrap__thumbs .image {
  width: 100%;
  opacity: 0.5;
  margin: 0 1px;
  position: relative;
}
.single-product div.product__gallery__wrap__thumbs .image.slick-current {
  opacity: 1;
}
.single-product div.product__gallery__wrap__thumbs .image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.single-product div.product__gallery__wrap__arrows {
  width: 100%;
  display: flex;
  margin-top: 1em;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.wp-block .single-product div.product__gallery__wrap__arrows {
  display: none;
}
.single-product div.product__gallery__wrap__arrows .slick-dots {
  order: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 0 0.75em;
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.single-product div.product__gallery__wrap__arrows .slick-dots li {
  display: contents;
  line-height: 1;
}
.single-product div.product__gallery__wrap__arrows .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 1;
  border-radius: 50%;
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
}
.single-product div.product__gallery__wrap__arrows .slick-dots li.slick-active button {
  background: #648ca0;
  border: 1px solid #648ca0;
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow {
  bottom: 0;
  border: 0;
  z-index: 5;
  padding: 0;
  width: 40px;
  height: 20px;
  display: flex;
  cursor: pointer;
  background: none;
  border-radius: 0;
  align-items: center;
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow.button-prev {
  order: 1;
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow.button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 228.05 57.61' xml:space='preserve'%3E%3Cpolygon fill='%23787878' points='0,28.8 49.89,0 49.89,24.9 228.05,24.9 228.05,32.71 49.89,32.71 49.89,57.61 '/%3E%3C/svg%3E");
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow.button-next {
  order: 3;
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow.button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 228.05 57.61' xml:space='preserve'%3E%3Cpolygon fill='%23787878' points='228.05,28.8 178.16,0 178.16,24.9 0,24.9 0,32.71 178.16,32.71 178.16,57.61 '/%3E%3C/svg%3E");
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow:hover, .single-product div.product__gallery__wrap__arrows button.slick-arrow:focus {
  outline: 0;
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow:hover.button-prev::after, .single-product div.product__gallery__wrap__arrows button.slick-arrow:focus.button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 228.05 57.61' xml:space='preserve'%3E%3Cpolygon fill='%2300abd7' points='0,28.8 49.89,0 49.89,24.9 228.05,24.9 228.05,32.71 49.89,32.71 49.89,57.61 '/%3E%3C/svg%3E");
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow:hover.button-next::after, .single-product div.product__gallery__wrap__arrows button.slick-arrow:focus.button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 228.05 57.61' xml:space='preserve'%3E%3Cpolygon fill='%2300abd7' points='228.05,28.8 178.16,0 178.16,24.9 0,24.9 0,32.71 178.16,32.71 178.16,57.61 '/%3E%3C/svg%3E");
}
.single-product div.product__gallery__wrap__arrows button.slick-arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #648ca0;
}
.single-product div.product__gallery .download-section {
  width: 100%;
  padding: 1em 1rem;
  border-bottom: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  .single-product div.product__gallery .download-section {
    padding: 0;
    margin-top: 1em;
    border-bottom: 0;
  }
}
.single-product div.product__gallery .download-section a {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 0.8em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  display: inline-block;
  text-decoration: none;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}
.single-product div.product__gallery .download-section a:visited {
  color: #fff;
}
.single-product div.product__gallery .download-section a:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
.single-product div.product__gallery .download-section a:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
.single-product div.product__gallery .download-section a:hover {
  border: 1px solid #648ca0;
}
.single-product div.product__gallery .download-section a:focus-visible {
  border: 1px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
.single-product div.product .summary {
  margin-bottom: 2em;
  grid-area: wc-details;
}
@media (min-width: 850px) {
  .single-product div.product .summary {
    margin: 0;
  }
}
.single-product div.product .summary .summary-top {
  padding-top: 1em;
  margin-bottom: 1.5em;
}
@media (min-width: 850px) {
  .single-product div.product .summary .summary-top {
    padding-top: 0;
  }
}
.single-product div.product .summary .summary-top img {
  width: auto;
  height: 30px;
  max-width: 300px;
  margin-bottom: 1em;
  object-fit: contain;
}
@media (min-width: 850px) {
  .single-product div.product .summary .summary-top img {
    height: 40px;
  }
}
.single-product div.product .summary .summary-top h1 {
  margin: 0;
  font-weight: 700;
  font-size: 1.3rem;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  .single-product div.product .summary .summary-top h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 850px) {
  .single-product div.product .summary .summary-top h1 {
    font-size: 2rem;
  }
}
.single-product div.product .summary .summary-top .title {
  display: flex;
  gap: 0.5em 1em;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.single-product div.product .summary .summary-top .title .product_badge {
  display: inline-block;
}
.single-product div.product .summary .summary-top .title .product_badge.new {
  color: #fff;
  background-color: #3cb478;
}
.single-product div.product .summary .summary-top .title .product_badge.promotional {
  color: #fff;
  background-color: #e67832;
}
.single-product div.product .summary .summary-top .title .product_badge.discard {
  color: #fff;
  background-color: #e6005a;
}
.single-product div.product .summary .summary-top .title .product_badge a {
  color: inherit;
  text-decoration: none;
}
.single-product div.product .summary .summary-top .title .product_badge a:hover {
  opacity: 0.7;
}
.single-product div.product .summary .summary-top .title .product_badge p {
  margin: 0;
  line-height: 1;
  color: inherit;
  padding: 0.5em;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product div.product .summary .summary-top__details {
  margin-top: 1em;
}
.single-product div.product .summary .summary-top__details p {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  color: #7f7f7f;
}
.single-product div.product .summary .summary-description {
  margin-bottom: 1.5em;
}
.single-product div.product .summary .summary-description ul {
  padding: 0;
  margin: 0 0 0 1em;
  list-style-position: outside;
}
.single-product div.product .summary .summary-description ul li {
  font-weight: 500;
  font-size: 1.1em;
}
.single-product div.product .summary .product__summary {
  width: 100%;
  display: grid;
  margin-bottom: 2em;
  border-bottom: 1px solid #e6e8ea;
  grid-template-columns: repeat(2, 50%);
}
@media (min-width: 850px) {
  .single-product div.product .summary .product__summary {
    border-bottom: 0;
  }
}
.single-product div.product .summary .product__summary__msrp {
  gap: 1em;
  display: flex;
  margin-bottom: 1em;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.single-product div.product .summary .product__summary__msrp p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #656565;
}
@media (min-width: 850px) {
  .single-product div.product .summary .product__summary__msrp p {
    font-size: 0.9em;
  }
}
.single-product div.product .summary .product__summary__msrp p:first-of-type {
  font-weight: 700;
  font-size: 1.2em;
  color: #323232;
}
@media (min-width: 850px) {
  .single-product div.product .summary .product__summary__msrp p:first-of-type {
    font-size: 1.3em;
  }
}
.single-product div.product .summary .product__summary__prices {
  gap: 0.25em;
  display: flex;
  padding: 1em 1em 1em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .single-product div.product .summary .product__summary__prices {
    gap: 0.5em;
    padding: 1em 2em 1em 0;
  }
}
.single-product div.product .summary .product__summary__prices .discount p {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 1em;
  font-weight: 700;
  padding: 0.5em 1em;
  background-color: #e67832;
}
.single-product div.product .summary .product__summary__prices__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.single-product div.product .summary .product__summary__prices__row p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #656565;
}
@media (min-width: 850px) {
  .single-product div.product .summary .product__summary__prices__row p {
    font-size: 0.9em;
  }
}
.single-product div.product .summary .product__summary__prices__row p.main {
  font-size: 1.2em;
}
@media (min-width: 850px) {
  .single-product div.product .summary .product__summary__prices__row p.main {
    font-size: 1.3em;
  }
}
.single-product div.product .summary .product__summary__prices__row p:first-of-type {
  font-weight: 700;
  color: #323232;
}
.single-product div.product .summary .product__summary__prices__row p .original {
  font-size: 0.7em;
  text-decoration-color: #000;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  color: #656565;
}
.single-product div.product .summary .product__summary__stock {
  gap: 0.5em;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 1em 0 1em 1em;
  justify-content: flex-start;
  border-left: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  .single-product div.product .summary .product__summary__stock {
    padding: 1em 0 1em 2em;
  }
}
.single-product div.product .summary .product__summary__stock__current, .single-product div.product .summary .product__summary__stock__coming {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}
.single-product div.product .summary .product__summary__stock__current p, .single-product div.product .summary .product__summary__stock__coming p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  color: #656565;
}
@media (min-width: 480px) {
  .single-product div.product .summary .product__summary__stock__current p, .single-product div.product .summary .product__summary__stock__coming p {
    font-size: 0.9em;
  }
}
.single-product div.product .summary .product__summary__stock__current p.available, .single-product div.product .summary .product__summary__stock__coming p.available {
  color: #3cb478;
}
.single-product div.product .summary .product__summary__stock__current p.order, .single-product div.product .summary .product__summary__stock__coming p.order {
  color: #e6005a;
}
.single-product div.product .summary .product__summary__stock__current p.outofstock, .single-product div.product .summary .product__summary__stock__coming p.outofstock {
  color: #e67832;
}
.single-product div.product .summary form {
  gap: 1em;
  display: flex;
  margin-bottom: 2rem;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .single-product div.product .summary form {
    gap: 2em;
  }
}
.single-product div.product .summary form button:not(.minus):not(.plus) {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 0.9em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  font-weight: 700;
  background-color: #648ca0;
  border: 2px solid #648ca0;
}
.single-product div.product .summary form button:not(.minus):not(.plus):visited {
  color: #fff;
}
.single-product div.product .summary form button:not(.minus):not(.plus):hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
.single-product div.product .summary form button:not(.minus):not(.plus):focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
.single-product div.product .summary form button:not(.minus):not(.plus):hover {
  border: 2px solid #648ca0;
}
.single-product div.product .summary form button:not(.minus):not(.plus):focus-visible {
  border: 2px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
@media (min-width: 850px) {
  .single-product div.product .summary form button:not(.minus):not(.plus) {
    color: #fff;
    line-height: 1;
    font-weight: 500;
    border-radius: 0;
    font-size: 1em;
    border: 1px solid #fff;
    padding: 0.75em 1.25em;
    font-weight: 700;
    background-color: #648ca0;
    border: 2px solid #648ca0;
  }
  .single-product div.product .summary form button:not(.minus):not(.plus):visited {
    color: #fff;
  }
  .single-product div.product .summary form button:not(.minus):not(.plus):hover {
    color: #648ca0;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .single-product div.product .summary form button:not(.minus):not(.plus):focus-visible {
    outline: 0;
    color: #648ca0;
    outline-offset: 0;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
  }
  .single-product div.product .summary form button:not(.minus):not(.plus):hover {
    border: 2px solid #648ca0;
  }
  .single-product div.product .summary form button:not(.minus):not(.plus):focus-visible {
    border: 2px solid #648ca0;
    box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
  }
}
.single-product div.product .summary .wc-tab ul li > ul {
  list-style-type: circle;
}
.single-product div.product .summary .wc-tab ul li > ul li > ul {
  list-style-type: square;
}
.single-product div.product .product-content {
  gap: 2em;
  width: 100%;
  display: flex;
  margin: 2rem 0;
  position: relative;
  grid-area: wc-extra;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product div.product .product-content h2 {
  font-size: 1.6rem;
}
@media (min-width: 850px) {
  .single-product div.product .product-content h2 {
    font-size: 2rem;
  }
}
.single-product div.product .product-content a.anchor {
  top: -75px;
  display: block;
  position: relative;
  visibility: hidden;
}
.single-product div.product .product-content__navigation {
  top: 0;
  margin: 0;
  z-index: 5;
  width: 100%;
  padding: 5px;
  display: flex;
  list-style: none;
  border-radius: 0;
  position: sticky;
  flex-direction: row;
  align-items: stretch;
  background-color: #fff;
  justify-content: flex-start;
  border: 1px solid #e6e8ea;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 600px) {
  .single-product div.product .product-content__navigation {
    align-items: flex-start;
  }
}
.single-product div.product .product-content__navigation a {
  outline: 0;
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  color: #323232;
  padding: 0.75em 1em;
  text-decoration: none;
}
@media (min-width: 600px) {
  .single-product div.product .product-content__navigation a {
    font-size: 1em;
    padding: 0.75em 1.5em;
  }
}
.single-product div.product .product-content__navigation a:not(:first-of-type) {
  border-left: 1px solid #e6e8ea;
}
.single-product div.product .product-content__navigation a:hover, .single-product div.product .product-content__navigation a:focus {
  color: #648ca0;
}
.single-product div.product .product-content__navigation a:focus-visible {
  outline-offset: -2px;
  outline: 2px solid #648ca0;
}
.single-product div.product .product-content__details {
  width: 100%;
  max-width: 600px;
}
.single-product div.product .product-content__details__table {
  width: 100%;
}
.single-product div.product .product-content__details__table__row {
  display: flex;
  padding: 0.5em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  border-bottom: 1px solid #e6e8ea;
}
@media (min-width: 480px) {
  .single-product div.product .product-content__details__table__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.single-product div.product .product-content__details__table__row p {
  margin: 0;
}
.single-product div.product .product-content__details__table__row p.key {
  font-weight: 500;
}
.single-product div.product .product-content__videos {
  width: 100%;
}
.single-product div.product .product-content__videos__items {
  gap: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__videos__items {
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
.single-product div.product .product-content__videos__items__video {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
.single-product div.product .product-content__videos__items__video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-product div.product .related {
  grid-area: wc-related;
}
.single-product div.product .up-sells {
  grid-area: wc-upsell;
}

.stock {
  display: none;
}
.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #3cb478;
}
.stock.out-of-stock {
  color: #e6005a;
}

.download-images-popup {
  width: 90%;
  padding: 2em;
  max-width: 500px;
  margin: 2em auto;
  position: relative;
  background-color: #fff;
}
.download-images-popup p {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.download-images-popup ul {
  margin: 0;
  list-style: none;
}
.download-images-popup ul li {
  margin: 0.25em 0;
}
.download-images-popup ul li a {
  text-decoration: none;
}

.single-product div.product .product-content__description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product div.product .product-content__description a {
  word-break: break-all;
}
.single-product div.product .product-content__description ul {
  padding: 0;
  margin-left: 1em;
  list-style-position: outside;
}
.single-product div.product .product-content__description__main {
  width: 100%;
}
.single-product div.product .product-content__description__main .wp-video {
  width: 100%;
  aspect-ratio: 16/9;
}
.single-product div.product .product-content__description__main .wp-video video {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.single-product div.product .product-content__description__video {
  width: 100%;
  aspect-ratio: 16/9;
}
.single-product div.product .product-content__description__video video {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.single-product div.product .product-content__description__highlight {
  width: 100%;
}
.single-product div.product .product-content__description__highlight__heading {
  width: 100%;
  display: flex;
  margin-bottom: 2em;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.single-product div.product .product-content__description__highlight__heading p {
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  color: #648ca0;
}
.single-product div.product .product-content__description__highlight__heading h2 {
  color: inherit;
  margin: 0.25em 0 0 0;
}
.single-product div.product .product-content__description__highlight__columns {
  gap: 1em;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.single-product div.product .product-content__description__highlight__columns.left {
  flex-direction: column-reverse;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__highlight__columns {
    gap: 2em;
    align-items: center;
    flex-direction: row;
  }
  .single-product div.product .product-content__description__highlight__columns.left {
    flex-direction: row-reverse;
  }
}
.single-product div.product .product-content__description__highlight__columns__text {
  width: 100%;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__highlight__columns__text {
    width: calc(40% - 2em);
  }
}
.single-product div.product .product-content__description__highlight__columns__text p,
.single-product div.product .product-content__description__highlight__columns__text li {
  font-size: 0.9em;
}
.single-product div.product .product-content__description__highlight__columns__text > *:first-child {
  margin-top: 0;
}
.single-product div.product .product-content__description__highlight__columns__text > *:last-child {
  margin-bottom: 0;
}
.single-product div.product .product-content__description__highlight__columns__image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__highlight__columns__image {
    width: 60%;
  }
}
.single-product div.product .product-content__description__highlight__columns__image img {
  margin: 0;
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.single-product div.product .product-content__description__pair {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.single-product div.product .product-content__description__pair.left {
  flex-direction: column-reverse;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__pair {
    flex-direction: row;
    align-items: center;
  }
  .single-product div.product .product-content__description__pair.left {
    flex-direction: row-reverse;
  }
}
.single-product div.product .product-content__description__pair__text {
  width: 100%;
  padding: 1em;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__pair__text {
    padding: 2em;
  }
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__pair__text {
    width: 50%;
  }
}
.single-product div.product .product-content__description__pair__text h2 {
  color: inherit;
  font-size: 1.6em;
  margin-bottom: 1em;
}
.single-product div.product .product-content__description__pair__text p,
.single-product div.product .product-content__description__pair__text li {
  font-size: 1em;
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__pair__text p,
  .single-product div.product .product-content__description__pair__text li {
    font-size: 1.1em;
  }
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__pair__text.small-image {
    width: calc(70% - 1em);
  }
  .single-product div.product .product-content__description__pair__text.small-image h2 {
    font-size: 1.8em;
    margin-bottom: 1em;
  }
  .single-product div.product .product-content__description__pair__text.small-image p,
  .single-product div.product .product-content__description__pair__text.small-image li {
    font-size: 1.2em;
  }
  .single-product div.product .product-content__description__pair__text.big-video {
    width: calc(30% - 1em);
  }
  .single-product div.product .product-content__description__pair__text.big-video h2 {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
  .single-product div.product .product-content__description__pair__text.big-video p,
  .single-product div.product .product-content__description__pair__text.big-video li {
    font-size: 0.9em;
  }
}
.single-product div.product .product-content__description__pair__text ul {
  gap: 0.75em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__pair__text ul {
    gap: 1em;
  }
}
.single-product div.product .product-content__description__pair__text > *:first-child {
  margin-top: 0;
}
.single-product div.product .product-content__description__pair__text > *:last-child {
  margin-bottom: 0;
}
.single-product div.product .product-content__description__pair__image {
  width: 100%;
}
.single-product div.product .product-content__description__pair__image:not(.has-background) {
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__pair__image {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__pair__image.small-image {
    width: calc(30% - 1em);
  }
}
.single-product div.product .product-content__description__pair__image img {
  margin: 0;
  width: 100%;
  display: block;
}
.single-product div.product .product-content__description__pair__video {
  width: 100%;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__pair__video {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__pair__video.big-video {
    width: calc(70% - 1em);
  }
}
.single-product div.product .product-content__description__pair__video .video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.single-product div.product .product-content__description__pair__video .video-wrap video {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.single-product div.product .product-content__description__highlightpair {
  margin-left: -1rem;
  width: calc(100% + 2rem);
  --aspect-ratio: 1/1;
  --min-height: 400px;
  --image-width: 400px;
}
.single-product div.product .product-content__description__highlightpair.horizontal {
  --aspect-ratio: 4/3;
  --min-height: 375px;
  --image-width: 500px;
}
.single-product div.product .product-content__description__highlightpair.vertical {
  --aspect-ratio: 3/4;
  --min-height: 530px;
  --image-width: 400px;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__highlightpair {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .single-product div.product .product-content__description__highlightpair {
    width: 100vw;
    margin-left: calc(-50vw + 600px);
  }
}
.single-product div.product .product-content__description__highlightpair__wrap {
  gap: 1rem;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 1rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: flex-start;
  max-width: 1200px;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__highlightpair__wrap {
    gap: 2rem;
    padding: 0;
    align-items: stretch;
  }
  .single-product div.product .product-content__description__highlightpair__wrap.left {
    flex-direction: row-reverse;
  }
  .single-product div.product .product-content__description__highlightpair__wrap.right {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .single-product div.product .product-content__description__highlightpair__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-product div.product .product-content__description__highlightpair__wrap__text {
  width: 100%;
  padding: 2rem 0;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__highlightpair__wrap__text {
    display: flex;
    padding: 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: calc(var(--min-height) - 4rem);
    width: calc(100% - var(--image-width) - 2rem);
  }
}
.single-product div.product .product-content__description__highlightpair__wrap__text h2 {
  margin: 0;
}
.single-product div.product .product-content__description__highlightpair__wrap__text p {
  margin: 0.5rem 0;
  font-size: 0.9rem;
}
.single-product div.product .product-content__description__highlightpair__wrap__text.has-background h2 {
  color: inherit;
}
.single-product div.product .product-content__description__highlightpair__wrap__text > *:first-child {
  margin-top: 0;
}
.single-product div.product .product-content__description__highlightpair__wrap__text > *:last-child {
  margin-bottom: 0;
}
.single-product div.product .product-content__description__highlightpair__wrap__image {
  width: 100%;
  position: relative;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__highlightpair__wrap__image {
    width: var(--image-width);
  }
}
.single-product div.product .product-content__description__highlightpair__wrap__image .image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 20px;
  border: 5px solid #fff;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__highlightpair__wrap__image .image {
    top: 0;
    border: 0;
    position: absolute;
    transform: translateY(-2rem);
    aspect-ratio: var(--aspect-ratio);
  }
  .single-product div.product .product-content__description__highlightpair__wrap__image .image.left {
    right: 0;
  }
}
.single-product div.product .product-content__description__highlightpair__wrap__image .image img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.single-product div.product .product-content__description__text {
  width: 100%;
}
.single-product div.product .product-content__description__text.has-background h2 {
  color: inherit;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0 1rem;
}
.single-product div.product .product-content__description__text.has-background p {
  margin-top: 1rem;
  padding: 0 1rem 1rem 1rem;
}
.single-product div.product .product-content__description__text.has-background img {
  margin: 0;
  display: block;
  border-radius: 0;
}
.single-product div.product .product-content__description__text.center {
  text-align: center;
}
.single-product div.product .product-content__description__text.left {
  text-align: left;
}
.single-product div.product .product-content__description__text h2 {
  color: inherit;
  font-size: 1.6em;
  margin-bottom: 1em;
}
.single-product div.product .product-content__description__text img {
  margin: 1em 0;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.single-product div.product .product-content__description__text p,
.single-product div.product .product-content__description__text li {
  font-size: 1em;
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__text p,
  .single-product div.product .product-content__description__text li {
    font-size: 1.1em;
  }
}
.single-product div.product .product-content__description__text > *:first-child {
  margin-top: 0;
}
.single-product div.product .product-content__description__text > *:last-child {
  margin-bottom: 0;
}
.single-product div.product .product-content__description__columns {
  gap: 2em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product div.product .product-content__description__columns.has-background {
  padding: 1em;
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__columns.has-background {
    padding: 2em;
  }
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__columns.full-row {
    gap: 2em 1em;
  }
  .single-product div.product .product-content__description__columns.full-row.has-background {
    padding: 2em 1em;
  }
}
.single-product div.product .product-content__description__columns.full {
  padding: 1em 0;
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__columns.full {
    padding: 2em 0;
  }
}
.single-product div.product .product-content__description__columns.full::before {
  top: 0;
  z-index: -1;
  content: "";
  left: -100vw;
  height: 100%;
  width: 300vw;
  position: absolute;
  pointer-events: none;
  background-color: inherit;
}
.single-product div.product .product-content__description__columns__heading {
  width: 100%;
  padding: 2em 1em;
  position: relative;
}
.single-product div.product .product-content__description__columns__heading h2 {
  margin: 0;
  color: inherit;
  text-align: center;
}
.single-product div.product .product-content__description__columns__heading.full {
  padding: 1em 0;
}
@media (min-width: 1024px) {
  .single-product div.product .product-content__description__columns__heading.full {
    padding: 2em 0;
  }
}
.single-product div.product .product-content__description__columns__heading.full::before {
  top: 0;
  z-index: -1;
  content: "";
  left: -100vw;
  height: 100%;
  width: 300vw;
  position: absolute;
  pointer-events: none;
  background-color: inherit;
}
.single-product div.product .product-content__description__columns__column {
  gap: 0;
  flex: 1;
  display: flex;
  min-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 480px) {
  .single-product div.product .product-content__description__columns__column {
    min-width: calc(50% - 1em);
  }
}
@media (min-width: 850px) {
  .single-product div.product .product-content__description__columns__column {
    min-width: calc(33.3333333333% - 1.3333333333em);
  }
}
.single-product div.product .product-content__description__columns__column .media {
  overflow: hidden;
  margin: 0 0 1em 0;
  border-radius: 20px;
}
.single-product div.product .product-content__description__columns__column .media img,
.single-product div.product .product-content__description__columns__column .media video {
  margin: 0;
  width: 100%;
  display: block;
}
.single-product div.product .product-content__description__columns__column .media.square {
  aspect-ratio: 1/1;
}
.single-product div.product .product-content__description__columns__column .media.square img,
.single-product div.product .product-content__description__columns__column .media.square video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product div.product .product-content__description__columns__column .media.horizontal {
  aspect-ratio: 16/9;
}
.single-product div.product .product-content__description__columns__column .media.horizontal img,
.single-product div.product .product-content__description__columns__column .media.horizontal video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product div.product .product-content__description__columns__column .media.vertical {
  aspect-ratio: 3/4;
}
.single-product div.product .product-content__description__columns__column .media.vertical img,
.single-product div.product .product-content__description__columns__column .media.vertical video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product div.product .product-content__description__columns__column h2 {
  margin: 0;
  color: inherit;
  font-size: 1.4em;
}
.single-product div.product .product-content__description__columns__column p,
.single-product div.product .product-content__description__columns__column li {
  font-size: 0.9em;
}
.single-product div.product .product-content__description__columns__column > *:first-child {
  margin-top: 0;
}
.single-product div.product .product-content__description__columns__column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .single-product div.product .product-content__description__columns__column.full-column {
    min-width: calc(20% - 1em);
  }
  .single-product div.product .product-content__description__columns__column.full-column h2 {
    font-size: 1.2em;
  }
}
.single-product div.product .product-content__description__heading {
  width: 100%;
}
.single-product div.product .product-content__description__heading.has-background {
  padding: 2em 1em;
}
.single-product div.product .product-content__description__heading.center {
  text-align: center;
}
.single-product div.product .product-content__description__heading.left {
  text-align: left;
}
.single-product div.product .product-content__description__heading h2 {
  color: inherit;
}
.single-product div.product .product-content__description__heading p {
  font-size: 1.2em;
  font-weight: 700;
}
.single-product div.product .product-content__description__heading > *:first-child {
  margin-top: 0;
}
.single-product div.product .product-content__description__heading > *:last-child {
  margin-bottom: 0;
}
.single-product div.product .product-content__description__main {
  width: 100%;
  margin-top: 2rem;
}
.single-product div.product .product-content__description__main > *:first-child {
  margin-top: 0;
}
.single-product div.product .product-content__description__main > *:last-child {
  margin-bottom: 0;
}
.single-product div.product .product-content__description__spacer {
  height: 2em;
}

/**
 * Checkout
 */
div.woocommerce {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  div.woocommerce {
    padding: 0;
  }
}
div.woocommerce form.woocommerce-checkout {
  margin: 2em auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  div.woocommerce form.woocommerce-checkout {
    flex-direction: row;
  }
}
div.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
div.woocommerce form.woocommerce-checkout .customer_details {
  width: 100%;
}
@media (min-width: 850px) {
  div.woocommerce form.woocommerce-checkout .customer_details {
    width: 50%;
    padding-right: 1em;
  }
}
div.woocommerce form.woocommerce-checkout .order_details {
  width: 100%;
  margin-top: 2em;
}
@media (min-width: 850px) {
  div.woocommerce form.woocommerce-checkout .order_details {
    width: 50%;
    margin-top: 0;
    padding-left: 1em;
  }
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields h3,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields h3,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-size: 2em;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row {
  width: 100%;
  margin: 1em 0;
  position: relative;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row#shipping_country_field,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row#shipping_country_field,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row#shipping_country_field {
  /*display: none;*/
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row.focused label:not(.checkbox):not(.select),
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row.focused label:not(.checkbox):not(.select),
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row.focused label:not(.checkbox):not(.select) {
  top: 0;
  color: #000;
  padding: 0 2px;
  font-size: 0.7em;
  font-weight: 500;
  transform: translateY(-50%);
  background-color: #fafbfc;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row input:not(.input-checkbox),
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row input:not(.input-checkbox),
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row input:not(.input-checkbox) {
  width: 100%;
  color: #000;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row input:not(.input-checkbox):hover, div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row input:not(.input-checkbox):focus,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row input:not(.input-checkbox):hover,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row input:not(.input-checkbox):focus,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row input:not(.input-checkbox):hover,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row input:not(.input-checkbox):focus {
  border: 1px solid #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row input:not(.input-checkbox):focus,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row input:not(.input-checkbox):focus,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row input:not(.input-checkbox):focus {
  outline: 2px solid #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row input:not(.input-checkbox):read-only,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row input:not(.input-checkbox):read-only,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row input:not(.input-checkbox):read-only {
  color: #5e5e5e;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ececec;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row textarea,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row textarea,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row textarea {
  color: #000;
  width: 100%;
  height: 150px;
  font-size: 1em;
  min-width: 100%;
  max-width: 100%;
  font-weight: 400;
  border-radius: 0;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row textarea:hover, div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row textarea:focus,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row textarea:hover,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row textarea:focus,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row textarea:hover,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row textarea:focus {
  border: 1px solid #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row textarea:focus,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row textarea:focus,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row textarea:focus {
  outline: 2px solid #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row .select2 .selection .select2-selection--single,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row .select2 .selection .select2-selection--single,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row .select2 .selection .select2-selection--single {
  height: auto;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row .select2 .selection .select2-selection--single .select2-selection__rendered,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row .select2 .selection .select2-selection--single .select2-selection__rendered,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row .select2 .selection .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 1;
  font-size: 1em;
  padding: 0.9em 1.25em;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row .select2 .selection .select2-selection--single .select2-selection__arrow,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row .select2 .selection .select2-selection--single .select2-selection__arrow,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row .select2 .selection .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row label:not(.checkbox):not(.select),
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row label:not(.checkbox):not(.select),
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row label:not(.checkbox):not(.select) {
  top: 1em;
  opacity: 1;
  z-index: 2;
  left: 1.25em;
  color: #a0a0a0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  transform: translateY(0);
  transition: all 0.1s linear;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row label.checkbox,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row label.checkbox,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row label.checkbox {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row label.checkbox input.input-checkbox,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row label.checkbox input.input-checkbox,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row label.checkbox input.input-checkbox {
  width: 20px;
  height: 20px;
  accent-color: #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row-select,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row-select,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row-select {
  margin: 1em 0 2em 0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row-select label,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row-select label,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row-select label {
  top: 0;
  opacity: 1;
  z-index: 2;
  left: 1.25em;
  color: #000;
  line-height: 1;
  padding: 0 2px;
  font-size: 0.7em;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.1s linear;
  background-color: #fafbfc;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row-select span select,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row-select span select,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row-select span select {
  width: 100%;
  color: #000;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row-select span select:hover, div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row-select span select:focus,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row-select span select:hover,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row-select span select:focus,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row-select span select:hover,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row-select span select:focus {
  border: 1px solid #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-billing-fields p.form-row-select span select:focus,
div.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields p.form-row-select span select:focus,
div.woocommerce form.woocommerce-checkout .woocommerce-additional-fields p.form-row-select span select:focus {
  outline: 2px solid #648ca0;
}
div.woocommerce form.woocommerce-checkout #order_review_heading {
  font-size: 2em;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table {
  table-layout: fixed;
  border-spacing: 1px;
  border-collapse: collapse;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table th,
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table td {
  text-align: left;
  width: 75%;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table th:nth-of-type(2),
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table td:nth-of-type(2) {
  width: auto;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table thead {
  vertical-align: top;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table thead th {
  font-size: 1.1em;
  padding: 0.5em 0 1em 0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table thead th.product-total {
  display: flex;
  flex-direction: column;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table thead th span {
  color: #7f7f7f;
  font-size: 0.8em;
  font-weight: 500;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr:last-of-type td {
  padding-bottom: 2em;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td p {
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr.cart-subtotal {
  border-top: 1px solid #e6e8ea;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr.cart-subtotal th,
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr.cart-subtotal td {
  padding-top: 2em;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order #payment ul {
  display: none;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order #payment .shipping_notice_text {
  font-weight: 500;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order #payment button {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 1em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  font-weight: 700;
  text-decoration: none;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order #payment button:visited {
  color: #fff;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order #payment button:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order #payment button:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order #payment button:hover {
  border: 1px solid #648ca0;
}
div.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order #payment button:focus-visible {
  border: 1px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
div.woocommerce .woocommerce-order {
  margin: 2rem auto;
}
div.woocommerce .woocommerce-order .woocommerce-notice {
  font-weight: 500;
  font-size: 1.2em;
}

/**
 * Account
 */
.woocommerce-account .woocommerce {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .woocommerce-account .woocommerce {
    padding: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  margin: 2rem 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 5px;
  display: flex;
  list-style: none;
  border-radius: 8px;
  flex-direction: column;
  background-color: #fff;
  align-items: flex-start;
  border: 1px solid #e6e8ea;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:first-of-type) {
  border-top: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: auto;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:first-of-type) {
    border-top: 0;
    border-left: 1px solid #e6e8ea;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  outline: 0;
  padding: 1em;
  display: block;
  color: #787878;
  text-decoration: none;
}
@media (min-width: 850px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 0.75em 1.25em;
  }
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 0.75em 1.5em;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
  color: #648ca0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus-visible {
  outline-offset: -2px;
  outline: 2px solid #648ca0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  margin: 2rem 0;
}

.admin-bar .select2-dropdown--below {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .select2-dropdown--below {
    margin-top: 46px;
  }
}
.account-customer {
  width: 100%;
  margin-bottom: 2em;
  max-width: 600px;
}
.account-customer__heading {
  width: 100%;
  margin-bottom: 1em;
}
.account-customer__heading h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.account-customer__heading p {
  margin: 0;
}
.account-customer__form {
  width: 100%;
}
.account-customer__form .acf-form .acf-field {
  margin: 0;
  padding: 0;
  border-top: 0;
  position: relative;
}
.account-customer__form .acf-form .acf-label {
  display: none;
}
.account-customer__form .acf-form .select2-container {
  color: #000;
}
.account-customer__form .acf-form .select2-container .select2-selection {
  height: 50px;
  border-radius: 0px;
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
}
.account-customer__form .acf-form .select2-container .select2-selection:hover, .account-customer__form .acf-form .select2-container .select2-selection:focus {
  outline: 0;
  border: 1px solid #648ca0;
}
.account-customer__form .acf-form .select2-container .select2-selection:focus-visible {
  outline: 2px solid #648ca0;
}
.account-customer__form .acf-form .select2-container .select2-selection__rendered {
  line-height: 50px;
  padding-left: 0.75em;
}
.account-customer__form .acf-form .select2-container--default {
  height: 50px;
}
.account-customer__form .acf-form .select2-container--default .select2-selection {
  height: 50px;
}
.account-customer__form .acf-form .select2-container--default .select2-selection__arrow {
  height: 50px;
}
.account-customer__form .acf-form .acf-form-submit {
  margin-top: 1em;
}
.account-customer__form .acf-form .acf-form-submit input[type=submit] {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 0;
  text-align: center;
  padding: 0.75em 1.25em;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}
.account-customer__form .acf-form .acf-form-submit input[type=submit]:hover, .account-customer__form .acf-form .acf-form-submit input[type=submit]:focus {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #648ca0;
}
.account-customer__form .acf-form .acf-form-submit input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #648ca0, 0 0 0 4px #fff;
}

.account-contact {
  margin-bottom: 2em;
}
.account-contact h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.account-contact__columns {
  gap: 1em;
  padding: 1em;
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  background-color: #fff;
  align-items: flex-start;
  border: 1px solid #e6e8ea;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .account-contact__columns {
    gap: 0;
    flex-direction: row;
  }
}
.account-contact__columns__column {
  width: 100%;
}
@media (min-width: 850px) {
  .account-contact__columns__column {
    width: 33.33%;
  }
}
.account-contact__columns__column p {
  margin: 0.25em 0;
  font-size: 0.9em;
  font-weight: 500;
}
.account-contact__columns__column p a {
  text-decoration: none;
}
.account-contact__columns__column p.title {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.25em 0;
}

.account-orders {
  margin-bottom: 3em;
}
.account-orders h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.account-orders__order {
  padding: 1em;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e6e8ea;
}
.account-orders__order:not(:first-of-type) {
  margin-top: 0.5em;
}
.account-orders__order__top {
  gap: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .account-orders__order__top {
    gap: 0;
    flex-direction: row;
  }
}
.account-orders__order__top__info {
  width: 100%;
}
@media (min-width: 850px) {
  .account-orders__order__top__info {
    width: 25%;
    padding-right: 2em;
  }
  .account-orders__order__top__info:last-of-type {
    display: flex;
    padding-right: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.account-orders__order__top__info p {
  margin: 0;
  font-size: 1em;
  line-height: 1.2;
}
.account-orders__order__top__info p:first-of-type {
  font-weight: 700;
}
.account-orders__order__top__info button {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 0.9em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  font-weight: 700;
  text-decoration: none;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}
.account-orders__order__top__info button:visited {
  color: #fff;
}
.account-orders__order__top__info button:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
.account-orders__order__top__info button:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
.account-orders__order__top__info button:hover {
  border: 1px solid #648ca0;
}
.account-orders__order__top__info button:focus-visible {
  border: 1px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
.account-orders__order__details {
  gap: 1em;
  display: flex;
  margin-top: 1em;
  padding-top: 1em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  .account-orders__order__details {
    gap: 0;
    flex-direction: row;
  }
}
.account-orders__order__details__column {
  width: 100%;
}
@media (min-width: 850px) {
  .account-orders__order__details__column {
    width: 50%;
    padding-right: 2em;
  }
}
.account-orders__order__details__column p.title {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.25em 0;
}
.account-orders__order__details__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-orders__order__details__column ul li {
  display: flex;
  margin: 0.5em 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.account-orders__order__details__column ul li p {
  margin: 0;
  width: 50%;
  font-size: 0.9em;
  line-height: 1.1;
}
.account-orders__order__details__column ul li p:first-of-type {
  font-weight: 500;
}
.account-orders__order__rows {
  display: flex;
  margin-top: 1em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.account-orders__order__rows__row {
  gap: 1em;
  width: 100%;
  display: flex;
  padding: 0.75em 0.5em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  .account-orders__order__rows__row {
    gap: 0;
    padding: 0.75em;
    flex-direction: row;
    align-items: center;
  }
}
.account-orders__order__rows__row:last-of-type {
  padding-bottom: 0;
}
.account-orders__order__rows__row:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.account-orders__order__rows__row__product {
  gap: 1em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .account-orders__order__rows__row__product {
    gap: 2em;
    width: 50%;
  }
}
.account-orders__order__rows__row__product__image__wrap {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e8ea;
}
.account-orders__order__rows__row__product__text p {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.25em 0;
}
.account-orders__order__rows__row__product__text p a {
  text-decoration: none;
}
.account-orders__order__rows__row__product__text p.details {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #7f7f7f;
}
.account-orders__order__rows__row__details {
  gap: 1em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 850px) {
  .account-orders__order__rows__row__details {
    gap: 2em;
    width: 50%;
  }
}
.account-orders__order__rows__row__details__text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.account-orders__order__rows__row__details__text p {
  margin: 0;
  font-size: 0.9em;
}
.account-orders__order__rows__row__details__text p span {
  font-weight: 500;
}
.account-orders__order__rows__row__details a {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 0.75em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  font-weight: 700;
  text-decoration: none;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}
.account-orders__order__rows__row__details a:visited {
  color: #fff;
}
.account-orders__order__rows__row__details a:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
.account-orders__order__rows__row__details a:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
.account-orders__order__rows__row__details a:hover {
  border: 1px solid #648ca0;
}
.account-orders__order__rows__row__details a:focus-visible {
  border: 1px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
  padding: 0.5em;
  line-height: 1;
  background: none;
  border: 0;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: dashicons;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  content: "\f177";
  opacity: 0.7;
  text-decoration: none;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #000;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #3c3c3c;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #3c3c3c;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #000;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #000;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #3c3c3c;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #000;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 5px;
  display: flex;
  list-style: none;
  border-radius: 0;
  flex-direction: row;
  background-color: #fff;
  align-items: flex-start;
  border: 1px solid #e6e8ea;
  justify-content: flex-start;
}
.woocommerce-tabs ul.tabs li {
  margin: 0;
  display: block;
  position: relative;
}
.woocommerce-tabs ul.tabs li:not(:first-of-type) {
  border-left: 1px solid #e6e8ea;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #000;
  font-weight: 700;
}
.woocommerce-tabs ul.tabs li a {
  outline: 0;
  display: block;
  color: #787878;
  padding: 0.75em 1.5em;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li a:hover, .woocommerce-tabs ul.tabs li a:focus {
  color: #648ca0;
}
.woocommerce-tabs ul.tabs li a:focus-visible {
  outline-offset: -2px;
  outline: 2px solid #648ca0;
}
.woocommerce-tabs .panel {
  padding: 1em 0.1em;
}
.woocommerce-tabs .panel *:first-child {
  margin-top: 0;
}
.woocommerce-tabs .panel *:last-child {
  margin-bottom: 0;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #3cb478;
}
.woocommerce-password-strength.short {
  color: #e6005a;
}
.woocommerce-password-strength.bad {
  color: #e6005a;
}
.woocommerce-password-strength.good {
  color: #00abd7;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 3px 0 0 #3cb478;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 3px 0 0 #e6005a;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  clear: both;
  padding: 1em;
  margin: 2em auto;
  font-weight: 500;
  border-width: 2px;
  border-radius: 4px;
  border-style: solid;
  border-color: #3cb478;
  background-color: #f4fbf8;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  border-color: #00abd7;
  background-color: #d7f7ff;
}

.woocommerce-error {
  border-color: #e6005a;
  background-color: #ffe6f0;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #00abd7;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * Quantity selector
 */
.quantity {
  padding: 5px;
  display: flex;
  border-radius: 0;
  flex-direction: row;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #e6e8ea;
  justify-content: flex-start;
}
.quantity.hidden {
  display: none;
}
.quantity button {
  border: 0;
  width: 50px;
  height: 40px;
  color: #b4b4b4;
  font-size: 2em;
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0;
}
.quantity button:hover, .quantity button:focus-visible {
  outline: 0;
  color: #fff;
  background-color: #648ca0;
}
.quantity input[type=number] {
  border: 0;
  margin: 0;
  width: 80px;
  line-height: 1;
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  padding: 0 0.5em 0 1.2em;
  background-color: #fff;
  border-left: 1px solid #e6e8ea;
  border-right: 1px solid #e6e8ea;
}
@media (min-width: 850px) {
  .quantity input[type=number] {
    width: 100px;
  }
}
.quantity input[type=number]:focus {
  outline-offset: -2px;
  outline: 2px solid #648ca0;
}

/**
 * Form fields
 */
.woocommerce-form,
.woocommerce-EditAccountForm,
.woocommerce-ResetPassword {
  width: 100%;
  margin: 2rem 0;
  max-width: 800px;
}
.woocommerce-form p.form-row,
.woocommerce-EditAccountForm p.form-row,
.woocommerce-ResetPassword p.form-row {
  width: 100%;
  margin: 1em 0;
  max-width: 450px;
  position: relative;
}
.woocommerce-form p.form-row input:not(.woocommerce-form__input-checkbox),
.woocommerce-EditAccountForm p.form-row input:not(.woocommerce-form__input-checkbox),
.woocommerce-ResetPassword p.form-row input:not(.woocommerce-form__input-checkbox) {
  width: 100%;
  color: #000;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
}
.woocommerce-form p.form-row input:not(.woocommerce-form__input-checkbox):hover, .woocommerce-form p.form-row input:not(.woocommerce-form__input-checkbox):focus,
.woocommerce-EditAccountForm p.form-row input:not(.woocommerce-form__input-checkbox):hover,
.woocommerce-EditAccountForm p.form-row input:not(.woocommerce-form__input-checkbox):focus,
.woocommerce-ResetPassword p.form-row input:not(.woocommerce-form__input-checkbox):hover,
.woocommerce-ResetPassword p.form-row input:not(.woocommerce-form__input-checkbox):focus {
  border: 1px solid #648ca0;
}
.woocommerce-form p.form-row input:not(.woocommerce-form__input-checkbox):focus,
.woocommerce-EditAccountForm p.form-row input:not(.woocommerce-form__input-checkbox):focus,
.woocommerce-ResetPassword p.form-row input:not(.woocommerce-form__input-checkbox):focus {
  outline: 2px solid #648ca0;
}
.woocommerce-form p.form-row textarea,
.woocommerce-EditAccountForm p.form-row textarea,
.woocommerce-ResetPassword p.form-row textarea {
  color: #000;
  width: 100%;
  height: 150px;
  font-size: 1em;
  min-width: 100%;
  max-width: 100%;
  font-weight: 400;
  border-radius: 0;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
}
.woocommerce-form p.form-row textarea:hover, .woocommerce-form p.form-row textarea:focus,
.woocommerce-EditAccountForm p.form-row textarea:hover,
.woocommerce-EditAccountForm p.form-row textarea:focus,
.woocommerce-ResetPassword p.form-row textarea:hover,
.woocommerce-ResetPassword p.form-row textarea:focus {
  border: 1px solid #648ca0;
}
.woocommerce-form p.form-row textarea:focus,
.woocommerce-EditAccountForm p.form-row textarea:focus,
.woocommerce-ResetPassword p.form-row textarea:focus {
  outline: 2px solid #648ca0;
}
.woocommerce-form p.form-row .select2 .selection .select2-selection--single,
.woocommerce-EditAccountForm p.form-row .select2 .selection .select2-selection--single,
.woocommerce-ResetPassword p.form-row .select2 .selection .select2-selection--single {
  height: auto;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.woocommerce-form p.form-row .select2 .selection .select2-selection--single .select2-selection__rendered,
.woocommerce-EditAccountForm p.form-row .select2 .selection .select2-selection--single .select2-selection__rendered,
.woocommerce-ResetPassword p.form-row .select2 .selection .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 1;
  font-size: 1em;
  padding: 0.9em 1.25em;
}
.woocommerce-form p.form-row .select2 .selection .select2-selection--single .select2-selection__arrow,
.woocommerce-EditAccountForm p.form-row .select2 .selection .select2-selection--single .select2-selection__arrow,
.woocommerce-ResetPassword p.form-row .select2 .selection .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.woocommerce-form p.form-row label:not(.woocommerce-form__label-for-checkbox):not([for=mailchimp_woocommerce_is_subscribed]):not([for=mailchimp_woocommerce_is_unsubscribed]):not([for=mailchimp_woocommerce_is_transactional]),
.woocommerce-EditAccountForm p.form-row label:not(.woocommerce-form__label-for-checkbox):not([for=mailchimp_woocommerce_is_subscribed]):not([for=mailchimp_woocommerce_is_unsubscribed]):not([for=mailchimp_woocommerce_is_transactional]),
.woocommerce-ResetPassword p.form-row label:not(.woocommerce-form__label-for-checkbox):not([for=mailchimp_woocommerce_is_subscribed]):not([for=mailchimp_woocommerce_is_unsubscribed]):not([for=mailchimp_woocommerce_is_transactional]) {
  top: 1em;
  opacity: 1;
  z-index: 2;
  left: 1.25em;
  color: #a0a0a0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  transform: translateY(0);
  transition: all 0.1s linear;
}
.woocommerce-form p.form-row label.woocommerce-form__label-for-checkbox,
.woocommerce-EditAccountForm p.form-row label.woocommerce-form__label-for-checkbox,
.woocommerce-ResetPassword p.form-row label.woocommerce-form__label-for-checkbox {
  margin: 1em 0;
}
.woocommerce-form p.form-row.focused label:not(.woocommerce-form__label-for-checkbox):not([for=mailchimp_woocommerce_is_subscribed]):not([for=mailchimp_woocommerce_is_unsubscribed]):not([for=mailchimp_woocommerce_is_transactional]),
.woocommerce-EditAccountForm p.form-row.focused label:not(.woocommerce-form__label-for-checkbox):not([for=mailchimp_woocommerce_is_subscribed]):not([for=mailchimp_woocommerce_is_unsubscribed]):not([for=mailchimp_woocommerce_is_transactional]),
.woocommerce-ResetPassword p.form-row.focused label:not(.woocommerce-form__label-for-checkbox):not([for=mailchimp_woocommerce_is_subscribed]):not([for=mailchimp_woocommerce_is_unsubscribed]):not([for=mailchimp_woocommerce_is_transactional]) {
  top: 0;
  color: #000;
  padding: 0 2px;
  font-size: 0.7em;
  font-weight: 500;
  transform: translateY(-50%);
  background-color: #fafbfc;
}
.woocommerce-form button[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-ResetPassword button[type=submit] {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 0.9em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  font-weight: 700;
  background-color: #648ca0;
  border: 2px solid #648ca0;
}
.woocommerce-form button[type=submit]:visited,
.woocommerce-EditAccountForm button[type=submit]:visited,
.woocommerce-ResetPassword button[type=submit]:visited {
  color: #fff;
}
.woocommerce-form button[type=submit]:hover,
.woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-ResetPassword button[type=submit]:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
.woocommerce-form button[type=submit]:focus-visible,
.woocommerce-EditAccountForm button[type=submit]:focus-visible,
.woocommerce-ResetPassword button[type=submit]:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
.woocommerce-form button[type=submit]:hover,
.woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-ResetPassword button[type=submit]:hover {
  border: 2px solid #648ca0;
}
.woocommerce-form button[type=submit]:focus-visible,
.woocommerce-EditAccountForm button[type=submit]:focus-visible,
.woocommerce-ResetPassword button[type=submit]:focus-visible {
  border: 2px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
.woocommerce-form label.woocommerce-form__label-for-checkbox,
.woocommerce-EditAccountForm label.woocommerce-form__label-for-checkbox,
.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-form label.woocommerce-form__label-for-checkbox input,
.woocommerce-EditAccountForm label.woocommerce-form__label-for-checkbox input,
.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox input {
  width: 20px;
  height: 20px;
  accent-color: #648ca0;
}
.woocommerce-form label[for=mailchimp_woocommerce_is_subscribed],
.woocommerce-form label[for=mailchimp_woocommerce_is_unsubscribed],
.woocommerce-form label[for=mailchimp_woocommerce_is_transactional],
.woocommerce-EditAccountForm label[for=mailchimp_woocommerce_is_subscribed],
.woocommerce-EditAccountForm label[for=mailchimp_woocommerce_is_unsubscribed],
.woocommerce-EditAccountForm label[for=mailchimp_woocommerce_is_transactional],
.woocommerce-ResetPassword label[for=mailchimp_woocommerce_is_subscribed],
.woocommerce-ResetPassword label[for=mailchimp_woocommerce_is_unsubscribed],
.woocommerce-ResetPassword label[for=mailchimp_woocommerce_is_transactional] {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-form label[for=mailchimp_woocommerce_is_subscribed] input,
.woocommerce-form label[for=mailchimp_woocommerce_is_unsubscribed] input,
.woocommerce-form label[for=mailchimp_woocommerce_is_transactional] input,
.woocommerce-EditAccountForm label[for=mailchimp_woocommerce_is_subscribed] input,
.woocommerce-EditAccountForm label[for=mailchimp_woocommerce_is_unsubscribed] input,
.woocommerce-EditAccountForm label[for=mailchimp_woocommerce_is_transactional] input,
.woocommerce-ResetPassword label[for=mailchimp_woocommerce_is_subscribed] input,
.woocommerce-ResetPassword label[for=mailchimp_woocommerce_is_unsubscribed] input,
.woocommerce-ResetPassword label[for=mailchimp_woocommerce_is_transactional] input {
  width: 16px !important;
  height: 16px;
  accent-color: #648ca0;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

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