@charset "UTF-8";
/*
Theme Name: dev_theme

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: 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;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
.wc-page-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.wc-page-container .site-main {
  flex: 1;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}

.shop-filters-sidebar {
  width: 240px;
  flex-shrink: 0;
}
.shop-filters-sidebar .shop-filter-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #404040;
  margin: 0;
  padding: 1.25rem 0 0.6rem;
  border-top: 1px solid #e0e0e0;
}
.shop-filters-sidebar .shop-filter-title:first-child {
  padding-top: 0;
  border-top: none;
}
.shop-filters-sidebar .product-categories {
  list-style: none;
  margin: 0;
  padding: 0 0 0.75rem;
}
.shop-filters-sidebar .product-categories li {
  padding: 0.2rem 0;
  font-size: 0.875rem;
}
.shop-filters-sidebar .product-categories a {
  color: #404040;
  text-decoration: none;
}
.shop-filters-sidebar .product-categories a:hover {
  color: #1c6bba;
}
.shop-filters-sidebar .product-categories .current-cat > a {
  color: #1c6bba;
  font-weight: 600;
}
.shop-filters-sidebar .product-categories .count {
  color: #aaa;
  font-size: 0.78rem;
  margin-left: 0.25rem;
}
.shop-filters-sidebar .woocommerce-widget-layered-nav-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0.75rem;
}
.shop-filters-sidebar .woocommerce-widget-layered-nav-list li {
  padding: 0.25rem 0;
  font-size: 0.875rem;
}
.shop-filters-sidebar .woocommerce-widget-layered-nav-list li a {
  color: #404040;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.shop-filters-sidebar .woocommerce-widget-layered-nav-list li a::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1.5px solid #ccc;
  border-radius: 3px;
  flex-shrink: 0;
  transition: border-color 0.15s, background 0.15s;
}
.shop-filters-sidebar .woocommerce-widget-layered-nav-list li a:hover::before {
  border-color: #1c6bba;
}
.shop-filters-sidebar .woocommerce-widget-layered-nav-list li.chosen a::before {
  background: #1c6bba;
  border-color: #1c6bba;
}
.shop-filters-sidebar .woocommerce-widget-layered-nav-list li .count {
  color: #aaa;
  font-size: 0.78rem;
  margin-left: auto;
}

.woocommerce-result-count {
  float: left;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  padding-top: 0.35rem;
}

.woocommerce-ordering {
  float: right;
  margin: 0 0 1rem;
}
.woocommerce-ordering select {
  font-size: 0.875rem;
  padding: 0.3rem 2rem 0.3rem 0.6rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

nav.woocommerce-breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  color: #666;
}
nav.woocommerce-breadcrumb a {
  color: #1c6bba;
  text-decoration: none;
}
nav.woocommerce-breadcrumb a:visited {
  color: #1c6bba;
}
nav.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

body.tax-product_cat .woof_container_product_cat {
  display: none !important;
}

.woof_products_top_panel {
  margin: 0 0 0.75rem;
}
.woof_products_top_panel .woof_products_top_panel_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.woof_products_top_panel ul[data-container] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.woof_products_top_panel ul[data-container] > li:first-child {
  font-size: 0.78rem;
  font-weight: 700;
  color: #404040;
  white-space: nowrap;
}
.woof_products_top_panel ul li a,
.woof_products_top_panel > ul > li > a {
  display: inline-flex;
  align-items: center;
  color: #1c6bba;
  background: rgba(28, 107, 186, 0.07);
  border: 1px solid rgba(28, 107, 186, 0.3);
  border-radius: 3px;
  padding: 0.15rem 0.5rem;
  font-size: 0.8rem;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.woof_products_top_panel ul li a:visited,
.woof_products_top_panel > ul > li > a:visited {
  color: #1c6bba;
}
.woof_products_top_panel ul li a:hover,
.woof_products_top_panel > ul > li > a:hover {
  background: rgba(28, 107, 186, 0.14);
  border-color: #1c6bba;
}
.woof_products_top_panel span.woof_remove_ppi {
  background: none !important;
  background-image: none !important;
  padding-right: 0 !important;
}
.woof_products_top_panel span.woof_remove_ppi::after {
  content: "×";
  display: inline-block;
  margin-left: 0.3rem;
  font-size: 1em;
  line-height: 1;
  opacity: 0.5;
}

.woof_reset_button_2,
button.woof_reset_search_form,
a.woof_clear_all_items {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: inherit;
  color: #1c6bba;
  border: 1px solid #1c6bba;
  border-radius: 3px;
  padding: 0.2rem 0.6rem;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  line-height: 1.5;
}
.woof_reset_button_2:visited,
button.woof_reset_search_form:visited,
a.woof_clear_all_items:visited {
  color: #1c6bba;
}
.woof_reset_button_2:hover,
button.woof_reset_search_form:hover,
a.woof_clear_all_items:hover {
  background: #1c6bba;
  color: #fff;
}

ul.products {
  display: grid;
  clear: both;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
}
ul.products.columns-1 {
  grid-template-columns: 1fr;
}
ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
ul.products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
ul.products.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.wc-page-container ul.products {
  grid-template-columns: repeat(3, 1fr);
}
ul.products li.product {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f5f6f8;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
ul.products li.product:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
ul.products li.product > a {
  display: block;
  text-decoration: none;
}
ul.products li.product > a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  padding: 1.25rem;
  background: #f5f6f8;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1rem 0.25rem;
  margin: 0;
  color: #404040;
  line-height: 1.3;
}
ul.products li.product .star-rating {
  margin: 0.25rem 1rem 0.1rem;
}
ul.products li.product .price {
  display: block;
  padding: 0 1rem 0.5rem;
  font-size: 0.875rem;
  color: #444;
}
ul.products li.product .button {
  display: block;
  margin: auto 1rem 1rem;
  background: #84f2fe;
  color: #0a2a4a;
  border: none;
  padding: 0.55rem 1rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
ul.products li.product .button:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1024px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .wc-page-container ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .wc-page-container {
    flex-direction: column;
    padding: 1rem;
  }
  .shop-filters-sidebar {
    display: none;
  }
  ul.products,
  ul.products.columns-3,
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 400px) {
  ul.products {
    grid-template-columns: 1fr;
  }
}
.woocommerce-pagination {
  margin: 2rem 0 0;
  text-align: center;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
  align-items: center;
  border: none;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination a.page-numbers:focus,
.woocommerce-pagination a.page-numbers:active {
  outline: none;
}
.woocommerce-pagination li > .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.6rem;
  border-radius: 4px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #404040;
  border: 1px solid #ddd;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.woocommerce-pagination li > .page-numbers:hover {
  border-color: #1c6bba;
  color: #1c6bba;
}
.woocommerce-pagination li > .page-numbers:focus-visible {
  outline: 2px solid #1c6bba;
  outline-offset: 2px;
}
.woocommerce-pagination li > .page-numbers.current {
  background: #1c6bba;
  border-color: #1c6bba;
  color: #fff;
  font-weight: 600;
}
.woocommerce-pagination li > .page-numbers.dots {
  border-color: transparent;
  cursor: default;
}
.woocommerce-pagination li > .page-numbers.dots:hover {
  border-color: transparent;
  color: #404040;
}

.shop-filters-sidebar ~ .site-main .woocommerce-pagination ul.page-numbers {
  position: relative;
  left: calc(-120px - 1rem);
}

@media screen and (max-width: 640px) {
  .shop-filters-sidebar ~ .site-main .woocommerce-pagination ul.page-numbers {
    left: 0;
  }
}
/**
 * Single product
 */
.single-product .commentlist {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.single-product div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
  position: relative;
}
.single-product div.product .woocommerce-tabs {
  grid-column: 1/-1;
  margin-top: 2rem;
}
.single-product div.product .group_table {
  grid-column: 1/-1;
}
.single-product .woocommerce-product-gallery {
  position: relative;
  background: #f5f6f8;
  border-radius: 10px;
  overflow: hidden;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  z-index: 99;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  padding: 0.25rem;
}
.single-product .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.single-product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0.75rem;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  width: calc(25% - 0.375rem);
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.55;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: opacity 0.15s, border-color 0.15s;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: #1c6bba;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product .summary .product_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: #404040;
}
.single-product .summary .posted_in,
.single-product .summary .tagged_as {
  font-size: 0.82rem;
  color: #666;
  margin: 0 0 0.5rem;
}
.single-product .summary .posted_in a,
.single-product .summary .tagged_as a {
  color: #1c6bba;
  text-decoration: none;
}
.single-product .summary .posted_in a:hover,
.single-product .summary .tagged_as a:hover {
  text-decoration: underline;
}
.single-product .summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.875rem;
}
.single-product .summary .price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c6bba;
  margin: 0 0 1rem;
  display: block;
}
.single-product .summary .price del {
  color: #999;
  font-size: 0.9em;
  font-weight: 400;
}
.single-product .summary .price ins {
  text-decoration: none;
}
.single-product .summary .woocommerce-product-details__short-description {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}
.single-product .summary .stock {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.single-product .summary .stock.in-stock {
  color: #0f834d;
}
.single-product .summary .stock.out-of-stock {
  color: #e2401c;
}
.single-product .summary .cart {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}
.single-product .summary .cart .qty {
  width: 70px;
  padding: 0.55rem 0.75rem;
  border: 1px solid #dde0e6;
  border-radius: 4px;
  font-size: 1rem;
  text-align: center;
}
.single-product .summary .cart .single_add_to_cart_button {
  flex: 1;
  background: #84f2fe;
  color: #0a2a4a;
  border: none;
  padding: 0.65rem 1.5rem;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.15s;
}
.single-product .summary .cart .single_add_to_cart_button:hover {
  opacity: 0.85;
}
.single-product .summary .product_meta {
  font-size: 0.82rem;
  color: #777;
  margin-top: 1rem;
}
.single-product .summary .product_meta span {
  display: block;
  margin-bottom: 0.25rem;
}
.single-product .summary .product_meta a {
  color: #1c6bba;
  text-decoration: none;
}
.single-product .summary .product_meta a:hover {
  text-decoration: underline;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0.25rem;
  border-bottom: 2px solid #e8e8e8;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0.75rem 1.75rem;
  text-decoration: none;
  color: #404040;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  transition: background 0.15s;
}
.woocommerce-tabs ul.tabs li a:hover {
  background: #f5f8fd;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #1c6bba;
  border-bottom-color: #1c6bba;
  background: #f5f8fd;
  font-weight: 600;
}
.woocommerce-tabs .panel {
  padding-top: 1.75rem;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}
.woocommerce-tabs table.woocommerce-product-attributes {
  width: auto;
  min-width: 18rem;
  max-width: 36rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.woocommerce-tabs table.woocommerce-product-attributes th,
.woocommerce-tabs table.woocommerce-product-attributes td {
  padding: 0.55rem 1rem;
  text-align: left;
  vertical-align: middle;
  border: none;
}
.woocommerce-tabs table.woocommerce-product-attributes th {
  font-weight: 600;
  color: #404040;
  width: 10rem;
}
.woocommerce-tabs table.woocommerce-product-attributes td {
  color: #404040;
}
.woocommerce-tabs table.woocommerce-product-attributes tr:nth-child(odd) {
  background: #f4f6f8;
}
.woocommerce-tabs table.woocommerce-product-attributes tr:nth-child(even) {
  background: transparent;
}

.woocommerce-Reviews .commentlist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem !important;
}
.woocommerce-Reviews .commentlist li.review {
  background: #f5f6f8;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.woocommerce-Reviews .commentlist li.review:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.woocommerce-Reviews .commentlist li.review .comment_container {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  align-items: flex-start;
}
.woocommerce-Reviews .commentlist li.review .comment_container img.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.woocommerce-Reviews .commentlist li.review .comment_container .comment-text {
  flex: 1;
  min-width: 0;
}
.woocommerce-Reviews .commentlist li.review .comment_container .comment-text .star-rating {
  margin: 0 0 0.4rem;
}
.woocommerce-Reviews .commentlist li.review .comment_container .comment-text p.meta {
  font-size: 0.825rem;
  color: #666;
  margin: 0 0 0.6rem;
}
.woocommerce-Reviews .commentlist li.review .comment_container .comment-text p.meta .woocommerce-review__author {
  font-weight: 700;
  color: #404040;
}
.woocommerce-Reviews .commentlist li.review .comment_container .comment-text .description p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #404040;
  margin: 0;
}
.woocommerce-Reviews .woocommerce-verification-required {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
}

.related.products,
.up-sells.products {
  margin-top: 3rem;
}
.related.products h2,
.up-sells.products h2 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 48em) {
  .single-product div.product {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Cart & Checkout (WooCommerce Blocks)
 */
body.woocommerce-cart #primary.site-main,
body.woocommerce-checkout #primary.site-main {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 2rem 1.5rem !important;
  box-sizing: border-box;
}

body.woocommerce-cart #primary.site-main > article,
body.woocommerce-checkout #primary.site-main > article,
body.woocommerce-cart #primary.site-main .entry-content,
body.woocommerce-checkout #primary.site-main .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout {
  max-width: none !important;
  width: 100% !important;
}

body.woocommerce-cart .wc-block-cart {
  display: grid !important;
  grid-template-columns: 1fr 340px !important;
  gap: 2.5rem !important;
  align-items: start !important;
}

body.woocommerce-cart .wc-block-cart__main {
  min-width: 0;
}

body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .wc-block-cart__totals-block {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  justify-self: stretch;
}

body.woocommerce-cart .wc-block-cart__sidebar > *,
body.woocommerce-cart .wc-block-cart__totals-block > * {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-checkout {
  max-width: none !important;
  width: 100% !important;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 3rem !important;
  align-items: start !important;
  width: 100%;
}

body.woocommerce-checkout .wc-block-checkout__main {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  width: auto !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky;
  top: 1.5rem;
  flex: 0 0 400px !important;
  width: 400px !important;
  max-width: 400px !important;
  min-width: 0 !important;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 2rem;
}

body.woocommerce-cart table.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  background: transparent;
}

body.woocommerce-cart table.wc-block-cart-items th,
body.woocommerce-cart table.wc-block-cart-items td {
  border: none !important;
}

body.woocommerce-cart table.wc-block-cart-items thead tr {
  border-bottom: 2px solid #e2e6ec;
}

body.woocommerce-cart table.wc-block-cart-items thead th {
  padding: 0 1rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  white-space: nowrap;
  background: transparent;
}

body.woocommerce-cart table.wc-block-cart-items thead th.product {
  text-align: left;
  padding-left: 0;
  width: 100%;
}

body.woocommerce-cart table.wc-block-cart-items thead th.product-price,
body.woocommerce-cart table.wc-block-cart-items thead th.product-subtotal {
  text-align: right;
  padding-right: 0;
}

body.woocommerce-cart table.wc-block-cart-items tbody tr {
  border-bottom: 1px solid #e2e6ec;
  transition: background 0.15s;
}
body.woocommerce-cart table.wc-block-cart-items tbody tr:last-child {
  border-bottom: 0;
}
body.woocommerce-cart table.wc-block-cart-items tbody tr:hover {
  background: rgba(12, 22, 42, 0.02);
}

body.woocommerce-cart table.wc-block-cart-items tbody td {
  border: none !important;
}

body.woocommerce-cart table.wc-block-cart-items tbody td {
  padding: 1.1rem 1rem;
  vertical-align: middle;
  background: transparent;
}

body.woocommerce-cart table.wc-block-cart-items tbody td:first-child {
  padding-left: 0;
  width: 100px;
}

body.woocommerce-cart table.wc-block-cart-items tbody td:last-child {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-cart table.wc-block-cart-items td.product-image img,
body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart .wc-block-components-product-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 4px;
  background: #f7f8fa;
  padding: 0.4rem;
  box-sizing: border-box;
  display: block;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-cart-item__product-name {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.25rem;
}

body.woocommerce-cart .wc-block-components-product-name a,
body.woocommerce-cart .wc-block-cart-item__product-name a {
  color: #1c6bba;
  text-decoration: none;
}
body.woocommerce-cart .wc-block-components-product-name a:hover,
body.woocommerce-cart .wc-block-cart-item__product-name a:hover {
  text-decoration: underline;
}

body.woocommerce-cart .wc-block-components-product-short-description {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.woocommerce-cart .wc-block-components-product-price {
  font-size: 0.875rem;
  color: #555;
  margin: 0 0 0.5rem;
}
body.woocommerce-cart .wc-block-components-product-price del {
  color: #aaa;
  font-size: 0.85em;
}
body.woocommerce-cart .wc-block-components-product-price ins {
  text-decoration: none;
  color: #1c6bba;
  font-weight: 700;
}

body.woocommerce-cart .wc-block-components-sale-badge {
  display: inline-block;
  background: #1c6bba;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  margin-left: 0.4rem;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  display: inline-flex !important;
  align-items: center;
  border: 1.5px solid #d0d5dd;
  border-radius: 6px;
  overflow: hidden;
  height: 34px;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
  width: 34px;
  height: 34px;
  background: #f5f6f8;
  border: none;
  cursor: pointer;
  color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
  padding: 0;
}
body.woocommerce-cart .wc-block-components-quantity-selector__button:hover {
  background: #e2e6ea;
}

body.woocommerce-cart .wc-block-components-quantity-selector__input,
body.woocommerce-cart .wc-block-components-quantity-selector input[type=number] {
  width: 44px;
  height: 34px;
  text-align: center;
  border: none;
  border-left: 1.5px solid #d0d5dd;
  border-right: 1.5px solid #d0d5dd;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0;
  appearance: textfield;
  -moz-appearance: textfield;
  background: #fff;
  color: #1a1a2e;
  outline: none;
}
body.woocommerce-cart .wc-block-components-quantity-selector__input::-webkit-inner-spin-button, body.woocommerce-cart .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
body.woocommerce-cart .wc-block-components-quantity-selector input[type=number]::-webkit-inner-spin-button,
body.woocommerce-cart .wc-block-components-quantity-selector input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart .wc-block-components-product-remove-button {
  background: none !important;
  border: none !important;
  cursor: pointer;
  color: #bbb;
  padding: 0.3rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s, background 0.15s !important;
}
body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-components-product-remove-button:hover {
  color: #d93e3e !important;
  background: rgba(217, 62, 62, 0.08) !important;
}
body.woocommerce-cart .wc-block-cart-item__remove-link svg,
body.woocommerce-cart .wc-block-components-product-remove-button svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

body.woocommerce-cart .wc-block-cart__totals,
body.woocommerce-cart .wc-block-cart-totals-block {
  position: sticky;
  top: 1.5rem;
}

body.woocommerce-cart .wc-block-components-totals-wrapper {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

body.woocommerce-cart .wc-block-components-panel,
body.woocommerce-cart .wc-block-components-panel__button,
body.woocommerce-cart .wc-block-components-totals-coupon,
body.woocommerce-cart .wc-block-components-totals-shipping,
body.woocommerce-cart .wc-block-components-totals-item {
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-components-panel {
  border: 0 !important;
  border-bottom: 1px solid #e2e6ec !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .wc-block-components-panel__button {
  padding: 0.9rem 0 !important;
}

body.woocommerce-cart .wc-block-components-panel__button,
body.woocommerce-cart .wc-block-components-totals-coupon__link {
  color: #1c6bba;
  font-weight: 600;
  font-size: 0.875rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
body.woocommerce-cart .wc-block-components-panel__button:hover,
body.woocommerce-cart .wc-block-components-totals-coupon__link:hover {
  text-decoration: underline;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form,
body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-totals-coupon__form {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  margin: 0.75rem 0 1rem;
}

body.woocommerce-cart .wc-block-components-totals-coupon__input,
body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-text-input {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-text-input__label {
  display: none !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon input:focus-visible + label,
body.woocommerce-cart .wc-block-components-totals-coupon input:focus + label {
  outline: none !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__input input,
body.woocommerce-cart .wc-block-components-totals-coupon input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1rem !important;
  border: 1.5px solid #d0d5dd !important;
  border-radius: 8px !important;
  font-size: 0.9rem;
  color: #1a1a2e;
  background: #fff;
  outline: none;
  box-shadow: none !important;
  font-family: inherit;
  transition: border-color 0.15s;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input input::placeholder,
body.woocommerce-cart .wc-block-components-totals-coupon input[type=text]::placeholder {
  color: #aaa;
  opacity: 1;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input input:focus,
body.woocommerce-cart .wc-block-components-totals-coupon input[type=text]:focus {
  border-color: #1c6bba !important;
  box-shadow: 0 0 0 3px rgba(28, 107, 186, 0.12) !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button.wc-block-components-button,
body.woocommerce-cart .wc-block-components-totals-coupon__button,
body.woocommerce-cart .wc-block-components-totals-coupon button[type=submit] {
  flex-shrink: 0;
  background: #1c6bba !important;
  color: #fff !important;
  border: none !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: 0 2px 10px rgba(28, 107, 186, 0.28) !important;
  transition: background 0.2s, box-shadow 0.2s !important;
  white-space: nowrap;
  box-sizing: border-box !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__button.wc-block-components-button:hover,
body.woocommerce-cart .wc-block-components-totals-coupon__button:hover,
body.woocommerce-cart .wc-block-components-totals-coupon button[type=submit]:hover {
  background: #1558a0 !important;
  box-shadow: 0 4px 16px rgba(28, 107, 186, 0.38) !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__button.wc-block-components-button::before,
body.woocommerce-cart .wc-block-components-totals-coupon__button::before,
body.woocommerce-cart .wc-block-components-totals-coupon button[type=submit]::before {
  display: none;
}

body.woocommerce-cart .wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.55rem 0;
  font-size: 0.9rem;
  color: #555;
  border-bottom: 1px solid #edf0f4;
}
body.woocommerce-cart .wc-block-components-totals-item:last-of-type {
  border-bottom: none;
}

body.woocommerce-cart .wc-block-components-totals-item__label {
  font-weight: 500;
}

body.woocommerce-cart .wc-block-components-totals-item__value {
  font-weight: 600;
  color: #1a1a2e;
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1rem 0 0.25rem;
  border-top: 2px solid #1c6bba;
  margin-top: 0.7rem;
  border-bottom: none !important;
}
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
}
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1c6bba;
}

body.woocommerce-cart .wc-block-cart__submit-container {
  margin-top: 1.25rem;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a,
body.woocommerce-cart a.checkout-button.button,
body.woocommerce-cart .checkout-button {
  display: block !important;
  width: 100% !important;
  background: #1c6bba !important;
  color: #fff !important;
  border: none !important;
  padding: 0.95rem 1.5rem !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 2px 10px rgba(28, 107, 186, 0.28) !important;
  transition: background 0.2s, box-shadow 0.2s !important;
  letter-spacing: 0.01em !important;
  box-sizing: border-box !important;
  white-space: nowrap;
}
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a:hover,
body.woocommerce-cart a.checkout-button.button:hover,
body.woocommerce-cart .checkout-button:hover {
  background: #1558a0 !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(28, 107, 186, 0.38) !important;
}

body.woocommerce-checkout .wc-block-checkout__main {
  min-width: 0;
  width: 100%;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
  padding: 1.25rem 0;
  border-bottom: 1px solid #eef0f3;
}
body.woocommerce-checkout .wc-block-components-checkout-step:first-child {
  padding-top: 0;
}
body.woocommerce-checkout .wc-block-components-checkout-step:last-child {
  border-bottom: none;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-checkout-step__heading {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 1rem;
}

body.woocommerce-checkout label.wc-block-components-text-input__label,
body.woocommerce-checkout .wc-block-components-text-input > label {
  order: -1 !important;
  position: static !important;
  transform: none !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  color: #666 !important;
  margin-bottom: 0.3rem !important;
  margin-top: 0 !important;
  display: block !important;
  top: auto !important;
  left: auto !important;
  pointer-events: none;
  transition: none !important;
  animation: none !important;
  padding: 0 !important;
  background: transparent !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout .wc-block-components-country-input label,
body.woocommerce-checkout .wc-block-components-state-input label {
  display: none !important;
}

body.woocommerce-checkout label.wc-block-components-combobox__label,
body.woocommerce-checkout label.wc-block-components-select__label {
  display: none !important;
}

body.woocommerce-checkout input:focus-visible + label,
body.woocommerce-checkout input:focus + label,
body.woocommerce-checkout select:focus-visible + label,
body.woocommerce-checkout select:focus + label {
  outline: none !important;
  box-shadow: none !important;
  color: #1c6bba !important;
}

body.woocommerce-checkout .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-components-state-input,
body.woocommerce-checkout .wc-block-components-combobox {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
  position: static !important;
  gap: 0;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-country-input input,
body.woocommerce-checkout .wc-block-components-state-input input,
body.woocommerce-checkout .wc-block-components-combobox input,
body.woocommerce-checkout .wc-block-components-combobox select,
body.woocommerce-checkout .wc-block-components-country-input select,
body.woocommerce-checkout .wc-block-components-state-input select {
  order: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 1rem !important;
  border: 1.5px solid #d0d5dd !important;
  border-radius: 8px !important;
  font-size: 0.9rem !important;
  color: #1a1a2e;
  background: #fff;
  outline: none;
  box-shadow: none !important;
  transition: border-color 0.15s, box-shadow 0.15s;
  font-family: inherit;
  height: auto !important;
  line-height: 1.5;
  appearance: auto;
}
body.woocommerce-checkout .wc-block-components-text-input input::placeholder,
body.woocommerce-checkout .wc-block-components-country-input input::placeholder,
body.woocommerce-checkout .wc-block-components-state-input input::placeholder,
body.woocommerce-checkout .wc-block-components-combobox input::placeholder,
body.woocommerce-checkout .wc-block-components-combobox select::placeholder,
body.woocommerce-checkout .wc-block-components-country-input select::placeholder,
body.woocommerce-checkout .wc-block-components-state-input select::placeholder {
  color: #bbb;
  opacity: 1;
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-country-input input:focus,
body.woocommerce-checkout .wc-block-components-state-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox input:focus,
body.woocommerce-checkout .wc-block-components-combobox select:focus,
body.woocommerce-checkout .wc-block-components-country-input select:focus,
body.woocommerce-checkout .wc-block-components-state-input select:focus {
  border-color: #1c6bba !important;
  box-shadow: 0 0 0 3px rgba(28, 107, 186, 0.12) !important;
}

body.woocommerce-checkout .wc-block-components-text-input.has-error input,
body.woocommerce-checkout .wc-block-components-country-input.has-error input {
  border-color: #e2401c;
}

body.woocommerce-checkout .wc-block-components-address-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}

body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-field--address_1,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-field--address_2,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-field--company {
  grid-column: 1/-1;
}

body.woocommerce-checkout .wc-block-components-radio-control__option {
  display: flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
  padding: 0.75rem !important;
  border: 1.5px solid #e2e6ec !important;
  border-radius: 8px !important;
  margin-bottom: 0.6rem !important;
  cursor: pointer !important;
  transition: border-color 0.15s, background 0.15s !important;
  position: static !important;
  flex-direction: row !important;
}
body.woocommerce-checkout .wc-block-components-radio-control__option:hover {
  border-color: #1c6bba !important;
  background: rgba(28, 107, 186, 0.03) !important;
}
body.woocommerce-checkout .wc-block-components-radio-control__option input[type=radio] {
  accent-color: #1c6bba !important;
  flex-shrink: 0;
}
body.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  top: 14px !important;
}
body.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__label-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
body.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__label {
  font-size: 0.95rem !important;
  color: #333 !important;
  margin: 0 !important;
  display: inline !important;
  padding-left: 30px !important;
}

body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked::after {
  display: none !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
  border: 1.5px solid #e2e6ec !important;
  border-radius: 8px !important;
  margin-bottom: 0.6rem !important;
  overflow: hidden;
  transition: border-color 0.15s;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option::after {
  display: none !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: none !important;
  border-color: #1c6bba !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:hover {
  border-color: #1c6bba !important;
  background: rgba(28, 107, 186, 0.03);
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  position: relative !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  top: 50% !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:hover {
  border: none !important;
  background: transparent !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
  padding: 0 0.75rem 0.75rem !important;
  font-size: 0.85rem !important;
  color: #666 !important;
  background: transparent !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  display: block !important;
  width: 100% !important;
  background: #1c6bba !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem 1.5rem !important;
  border-radius: 8px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  cursor: pointer !important;
  margin-top: 1.5rem !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 2px 10px rgba(28, 107, 186, 0.28) !important;
  transition: background 0.2s, box-shadow 0.2s !important;
  box-sizing: border-box !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: #1558a0 !important;
  box-shadow: 0 4px 16px rgba(28, 107, 186, 0.4) !important;
}

body.woocommerce-checkout .wc-block-components-validation-error {
  font-size: 0.78rem;
  color: #e2401c;
  margin: 0.25rem 0 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__toggle,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel--type-accordion,
body.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__content {
  border-bottom: 1px solid #e2e6ec;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-shipping,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel {
  border-bottom: 1px solid #e2e6ec !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel__button {
  padding: 0.9rem 0 !important;
  color: #1c6bba;
  font-weight: 600;
  font-size: 0.875rem;
  background: none !important;
  border: none !important;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel__button:hover {
  text-decoration: underline;
}

body.woocommerce-checkout .wc-block-checkout__sidebar input:focus-visible + label,
body.woocommerce-checkout .wc-block-checkout__sidebar input:focus + label {
  outline: none !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-text-input__label {
  display: none !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__form {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  margin: 0.75rem 0 1rem;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon input[type=text],
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__input input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1rem !important;
  border: 1.5px solid #d0d5dd !important;
  border-radius: 8px !important;
  font-size: 0.9rem;
  color: #1a1a2e;
  background: #fff;
  outline: none;
  box-shadow: none !important;
  font-family: inherit;
  transition: border-color 0.15s;
}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon input[type=text]::placeholder,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__input input::placeholder {
  color: #aaa;
  opacity: 1;
}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon input[type=text]:focus,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__input input:focus {
  border-color: #1c6bba !important;
  box-shadow: 0 0 0 3px rgba(28, 107, 186, 0.12) !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__button {
  flex-shrink: 0;
  background: #1c6bba !important;
  color: #fff !important;
  border: none !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: 0 2px 10px rgba(28, 107, 186, 0.28) !important;
  transition: background 0.2s, box-shadow 0.2s !important;
  white-space: nowrap;
  box-sizing: border-box !important;
}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon__button:hover {
  background: #1558a0 !important;
  box-shadow: 0 4px 16px rgba(28, 107, 186, 0.38) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #edf0f4;
  font-size: 0.875rem;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  background: #f0f2f5;
  flex-shrink: 0;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  color: #1a1a2e;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
  text-align: right;
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.45rem 0;
  font-size: 0.875rem;
  color: #555;
  border-bottom: 1px solid #edf0f4;
}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item:last-child {
  border-bottom: none;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.9rem 0 0;
  border-top: 2px solid #1c6bba;
  margin-top: 0.5rem;
  border-bottom: none !important;
}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1c6bba;
}

@media screen and (max-width: 900px) {
  body.woocommerce-cart .wc-block-cart {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  body.woocommerce-checkout .wc-block-checkout {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    flex-direction: column !important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    position: static !important;
    order: -1;
    padding: 0 !important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel__button {
    pointer-events: none !important;
    cursor: default !important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel__button svg {
    display: none !important;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel__content {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    opacity: 1 !important;
  }
  body.woocommerce-cart .wc-block-cart__totals,
  body.woocommerce-cart .wc-block-cart-totals-block {
    position: static;
  }
}
@media screen and (max-width: 600px) {
  body.woocommerce-cart .wc-block-cart-item {
    grid-template-columns: 72px 1fr auto;
    gap: 0.75rem;
  }
  body.woocommerce-cart .wc-block-cart-item__image img,
  body.woocommerce-cart .wc-block-components-product-image img {
    width: 72px;
    height: 72px;
  }
  body.woocommerce-checkout .wc-block-components-address-form {
    grid-template-columns: 1fr;
  }
  body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-country-input,
  body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-field--address_1,
  body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-field--address_2 {
    grid-column: 1;
  }
}
body.woocommerce-order-received #primary.site-main {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 2rem 1.5rem !important;
  box-sizing: border-box;
}

body.woocommerce-order-received .entry-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 2rem;
}

.woocommerce-order .woocommerce-notice--success {
  background: rgba(28, 107, 186, 0.07);
  border-left: 4px solid #1c6bba;
  color: #1a1a2e;
  padding: 1rem 1.25rem;
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}
.woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  border: 1.5px solid #e2e6ec;
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce-order .woocommerce-order-overview li {
  flex: 1;
  padding: 1rem 1.25rem;
  border-right: 1px solid #e2e6ec;
  font-size: 0.72rem;
  color: #888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  min-width: 120px;
}
.woocommerce-order .woocommerce-order-overview li:last-child {
  border-right: none;
}
.woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  font-size: 0.975rem;
  font-weight: 700;
  color: #1a1a2e;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.3rem;
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}
.woocommerce-order .woocommerce-order-overview li.total strong {
  color: #1c6bba;
  font-size: 1.05rem;
  font-weight: 800;
}
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 1rem;
  border-bottom: 2px solid #e2e6ec;
  padding-bottom: 0.75rem;
}
.woocommerce-order .woocommerce-order-details {
  margin-bottom: 2.5rem;
}
.woocommerce-order table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}
.woocommerce-order table.woocommerce-table--order-details thead tr {
  border-bottom: 2px solid #e2e6ec;
}
.woocommerce-order table.woocommerce-table--order-details thead th {
  padding: 0 0 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  text-align: left;
  background: transparent;
  border: none;
}
.woocommerce-order table.woocommerce-table--order-details thead th:last-child {
  text-align: right;
}
.woocommerce-order table.woocommerce-table--order-details tbody tr {
  border-bottom: 1px solid #e2e6ec;
  transition: background 0.15s;
}
.woocommerce-order table.woocommerce-table--order-details tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-order table.woocommerce-table--order-details tbody tr:hover {
  background: rgba(12, 22, 42, 0.02);
}
.woocommerce-order table.woocommerce-table--order-details tbody td {
  padding: 0.85rem 0;
  border: none;
  font-size: 0.9rem;
  vertical-align: middle;
}
.woocommerce-order table.woocommerce-table--order-details tbody td:last-child {
  text-align: right;
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
}
.woocommerce-order table.woocommerce-table--order-details tbody td a {
  color: #1c6bba;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce-order table.woocommerce-table--order-details tbody td a:hover {
  text-decoration: underline;
}
.woocommerce-order table.woocommerce-table--order-details tbody td .product-quantity {
  color: #888;
  font-weight: 400;
  font-size: 0.85em;
}
.woocommerce-order table.woocommerce-table--order-details tfoot tr {
  border-bottom: 1px solid #edf0f4;
}
.woocommerce-order table.woocommerce-table--order-details tfoot tr:last-child {
  border-bottom: none;
}
.woocommerce-order table.woocommerce-table--order-details tfoot th {
  text-align: left;
  padding: 0.45rem 1rem 0.45rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #555;
  border: none;
}
.woocommerce-order table.woocommerce-table--order-details tfoot td {
  text-align: right;
  padding: 0.45rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a2e;
  border: none;
}
.woocommerce-order table.woocommerce-table--order-details tfoot tr.order-total {
  border-top: 2px solid #1c6bba;
  border-bottom: none;
}
.woocommerce-order table.woocommerce-table--order-details tfoot tr.order-total th {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  padding-top: 0.9rem;
}
.woocommerce-order table.woocommerce-table--order-details tfoot tr.order-total td {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1c6bba;
  padding-top: 0.9rem;
}
.woocommerce-order .woocommerce-customer-details {
  margin-top: 0.5rem;
}
.woocommerce-order .woocommerce-columns--addresses {
  display: flex !important;
  gap: 1.5rem;
}
.woocommerce-order .woocommerce-columns--addresses .woocommerce-column {
  flex: 1;
  min-width: 0;
}
.woocommerce-order .woocommerce-customer-details address,
.woocommerce-order .woocommerce-columns--addresses address {
  background: #f5f6f8;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.75;
  color: #555;
}

@media screen and (max-width: 640px) {
  .woocommerce-order .woocommerce-order-overview li {
    flex: 1 1 50%;
    min-width: 0;
    border-bottom: 1px solid #e2e6ec;
  }
  .woocommerce-order .woocommerce-order-overview li:nth-child(even) {
    border-right: none;
  }
  .woocommerce-order .woocommerce-columns--addresses {
    flex-direction: column !important;
  }
}
/**
 * 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: #1c6bba;
}

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: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #1c6bba;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #1c6bba;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #1c6bba;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 0.75rem 1.5rem;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

.show-password-input {
  appearance: none;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 1.75rem;
  padding: 0 0.65rem;
  margin-top: 0.3rem;
  background: #f4f5f7;
  border: 1px solid #dde0e6;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  color: #404040;
}
.show-password-input::before {
  content: "Show";
}
.show-password-input.display-password::before {
  content: "Hide";
}

/**
 * Notices
 */
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background: #f4f5f7;
  border: 1px solid #dde0e6;
  color: #404040;
  padding: 0.85rem 1.1rem;
  border-radius: 6px;
  margin: 0 0 1.25rem;
  overflow: hidden;
  clear: both;
}

.woocommerce-message {
  background: #f0faf4;
  border: 1px solid #b2dfc5;
  color: #1a5c34;
  padding: 0.85rem 1.1rem;
  border-radius: 6px;
  margin: 0 0 1.25rem;
  overflow: hidden;
  clear: both;
}

.woocommerce-error {
  background: #fef4f2;
  border: 1px solid #f5c6bc;
  color: #922b21;
  padding: 0.85rem 1.1rem;
  border-radius: 6px;
  margin: 0 0 1.25rem;
  overflow: hidden;
  clear: both;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  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;
  }
}
/**
 * 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: #1c6bba;
  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: #1c6bba;
}
.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%;
}

.woof_price_filter .ui-slider-range {
  background: #1c6bba;
}
.woof_price_filter .ui-slider-handle {
  background: #1c6bba;
  border-color: #1c6bba;
}
.woof_price_filter .ui-slider-handle:hover, .woof_price_filter .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(28, 107, 186, 0.25);
}
.woof_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.woof_price_filter .irs-bar {
  background: #1c6bba !important;
}
.woof_price_filter .irs-from,
.woof_price_filter .irs-to {
  background: #1c6bba !important;
}
.woof_price_filter .irs-from::before,
.woof_price_filter .irs-to::before {
  border-top-color: #1c6bba !important;
}
.woof_price_filter .irs-handle {
  border: 4px solid #1c6bba !important;
}

/**
 * My Account
 */
.woocommerce-account .woocommerce {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 210px;
  flex-shrink: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #f0f0f0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 0.75rem 1.1rem;
  text-decoration: none;
  color: #404040;
  font-size: 0.9rem;
  transition: background 0.15s, color 0.15s;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: #f5f8fd;
  color: #1c6bba;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #1c6bba;
  color: #fff;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
  color: #888;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a:hover {
  color: #c0392b;
  background: #fff5f5;
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  min-width: 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  text-align: left;
  padding: 0.6rem 0.75rem;
  border-bottom: 2px solid #e8e8e8;
  font-weight: 700;
  white-space: nowrap;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tr:last-child td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr:last-child td {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.25rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .title h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
  font-style: normal;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #404040;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=text],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=email],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=password],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=tel],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row input[type=text],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row input[type=email],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row input[type=password],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row input[type=tel] {
  width: 100%;
  border: 1px solid #dde0e6;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  color: #404040;
  transition: border-color 0.15s;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=text]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=email]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=password]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=tel]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row input[type=text]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row input[type=email]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row input[type=password]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row input[type=tel]:focus {
  outline: none;
  border-color: #1c6bba;
  box-shadow: 0 0 0 3px rgba(28, 107, 186, 0.12);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row-first,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row-last {
  display: inline-flex;
  flex-direction: column;
  width: calc(50% - 0.5rem);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form .form-row-first {
  margin-right: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form fieldset {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form legend {
  font-weight: 700;
  padding: 0 0.5rem;
  font-size: 0.95rem;
}
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content input[type=submit],
.woocommerce-account .woocommerce-MyAccount-content button[type=submit] {
  background: #1c6bba;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.55rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.15s;
}
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type=submit]:hover,
.woocommerce-account .woocommerce-MyAccount-content button[type=submit]:hover {
  opacity: 0.88;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .button {
  font-size: 0.8rem;
  padding: 0.3rem 0.75rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-LostPassword {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-LostPassword a {
  color: #1c6bba;
}

@media screen and (max-width: 48em) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    border-radius: 6px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 1 0 auto;
    border-bottom: none;
    border-right: 1px solid #f0f0f0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-right: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    text-align: center;
    font-size: 0.82rem;
    padding: 0.6rem 0.75rem;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
}

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