/*
Theme Name: TecnoFlecha
Theme URI: https://tecnoflecha.com
Author: TecnoFlecha
Description: Marketplace-style WooCommerce theme inspired by the Metamrkt Figma design.
Version: 1.2.0
Text Domain: tecnoflecha
*/

:root {
  --tf-black: #292929;
  --tf-ink: #121212;
  --tf-muted: #555555;
  --tf-soft: #f5f5f4;
  --tf-soft-2: #f8f8f8;
  --tf-line: #f0f0f0;
  --tf-border: #c8c8c8;
  --tf-blue: #00aaff;
  --tf-blue-soft: #dbf3ff;
  --tf-red: #ff1f1f;
  --tf-footer-muted: #afafaf;
  --tf-radius-xl: 32px;
  --tf-radius-md: 12px;
  --tf-wrap: 1416px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--tf-black);
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--tf-ink);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

html.tf-modal-open,
html.tf-modal-open body {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.tf-wrap {
  margin: 0 auto;
  max-width: var(--tf-wrap);
  padding: 0;
  width: calc(100% - 48px);
}

.tf-top {
  background: var(--tf-black);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
}

.tf-top .tf-wrap {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  height: 40px;
}

.tf-top-left,
.tf-top-links,
.tf-top-options,
.tf-top-balance {
  align-items: center;
  display: flex;
  gap: 4px;
  min-width: 0;
}

.tf-location-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 4px;
  line-height: inherit;
  min-width: 0;
  padding: 0;
}

.tf-location-trigger span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tf-location-trigger::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
  content: "";
  display: inline-block;
  margin-left: 6px;
}

.tf-location-modal[hidden] {
  display: none;
}

.tf-location-modal {
  inset: 0;
  position: fixed;
  z-index: 1000;
}

.tf-location-backdrop {
  background: rgba(18, 18, 18, .48);
  border: 0;
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.tf-location-dialog {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(18, 18, 18, .28);
  color: var(--tf-ink);
  left: 50%;
  max-height: calc(100vh - 48px);
  max-width: 720px;
  overflow: auto;
  padding: 28px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
}

.tf-location-close {
  align-items: center;
  background: var(--tf-soft);
  border: 0;
  border-radius: 999px;
  color: var(--tf-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 26px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
}

.tf-location-dialog-head {
  align-items: center;
  display: flex;
  gap: 12px;
  padding-right: 52px;
}

.tf-location-dialog-head .tf-mini-icon {
  background: var(--tf-blue);
  border-radius: 14px;
  height: 44px;
  width: 44px;
}

.tf-location-dialog-head p {
  color: var(--tf-blue);
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 2px;
}

.tf-location-dialog-head h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.tf-location-search {
  display: block;
  margin: 24px 0 18px;
}

.tf-location-search span {
  color: var(--tf-muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.tf-location-search input {
  background: var(--tf-soft);
  border: 1px solid var(--tf-line);
  border-radius: 16px;
  color: var(--tf-ink);
  font-size: 16px;
  min-height: 52px;
  outline: none;
  padding: 0 16px;
  width: 100%;
}

.tf-location-search input:focus {
  border-color: rgba(0, 170, 255, .5);
  box-shadow: 0 0 0 4px rgba(0, 170, 255, .12);
}

.tf-location-section-title {
  color: var(--tf-muted);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tf-location-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tf-location-grid a {
  border: 1px solid var(--tf-line);
  border-radius: 18px;
  color: var(--tf-ink);
  display: block;
  padding: 14px 16px;
}

.tf-location-grid a:hover,
.tf-location-grid a.is-active {
  background: var(--tf-blue-soft);
  border-color: rgba(0, 170, 255, .35);
  color: var(--tf-blue);
}

.tf-location-grid span {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.tf-location-grid small {
  color: var(--tf-muted);
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 5px;
}

.tf-top-links {
  gap: 32px;
}

.tf-top-links span {
  color: #ffffff;
}

.tf-top-options {
  gap: 16px;
}

.tf-mini-icon {
  align-items: center;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.tf-mini-icon img,
.tf-top-live img {
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.tf-top-live {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.tf-shell {
  background: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 72px;
}

.tf-header {
  background: #ffffff;
  border-bottom: 1px solid var(--tf-line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-bar .tf-header {
  top: 32px;
}

.tf-header .tf-wrap {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 240px minmax(420px, 1fr) auto;
  min-height: 72px;
}

.tf-logo {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-width: 0;
}

.tf-logo-mark {
  align-items: center;
  background: transparent;
  border-radius: 12px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}

.tf-logo-mark img {
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.tf-logo-text {
  color: #000000;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.3;
  white-space: nowrap;
}

.tf-searchbar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  min-width: 0;
}

.tf-category-button {
  align-items: center;
  background: var(--tf-blue);
  border: 0;
  border-radius: var(--tf-radius-md);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  white-space: nowrap;
}

.tf-category-menu {
  position: relative;
  z-index: 30;
}

.tf-category-menu summary {
  list-style: none;
}

.tf-category-menu summary::-webkit-details-marker {
  display: none;
}

.tf-category-panel {
  background: #ffffff;
  border: 1px solid var(--tf-line);
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(18, 18, 18, .16);
  display: none;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 0;
  min-width: 760px;
  padding: 20px;
  position: absolute;
  top: calc(100% + 10px);
}

.tf-category-menu[open] .tf-category-panel {
  display: grid;
}

.tf-category-group {
  background: var(--tf-soft-2);
  border-radius: 16px;
  padding: 14px;
}

.tf-category-main {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 8px;
  justify-content: space-between;
}

.tf-category-main small {
  color: var(--tf-muted);
  font-size: 12px;
  font-weight: 700;
}

.tf-category-sublist {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.tf-category-sublist a {
  color: var(--tf-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.tf-search {
  align-items: center;
  border: 1px solid var(--tf-border);
  border-radius: var(--tf-radius-md);
  display: flex;
  flex: 1 1 auto;
  height: 40px;
  min-width: 0;
  padding: 0 14px 0 16px;
}

.tf-search input[type="search"] {
  border: 0;
  color: var(--tf-ink);
  flex: 1;
  height: 38px;
  min-width: 0;
  outline: none;
}

.tf-search input[type="search"]::placeholder {
  color: var(--tf-footer-muted);
}

.tf-search button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tf-ink);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.tf-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}

.tf-action {
  align-items: center;
  color: #7b7b7b;
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  min-width: 42px;
  position: relative;
}

.tf-action > img,
.tf-category-button > img,
.tf-search button img {
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.tf-cart-count {
  align-items: center;
  background: var(--tf-red);
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 4px;
  position: absolute;
  right: 4px;
  top: -5px;
}

.tf-main {
  padding: 24px 0 0;
}

.tf-promo-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 696px 1fr;
  margin-bottom: 24px;
}

.tf-promo-side,
.tf-hero-card {
  border-radius: var(--tf-radius-xl);
  height: 410px;
  overflow: hidden;
}

.tf-promo-side {
  background: linear-gradient(145deg, #202020, #3b3b3b);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  position: relative;
}

.tf-promo-side::before {
  background: radial-gradient(circle at top right, rgba(0, 170, 255, .36), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .1), transparent 42%);
  content: "";
  inset: 0;
  position: absolute;
}

.tf-promo-side span,
.tf-promo-side strong,
.tf-promo-side p,
.tf-promo-side small {
  position: relative;
  z-index: 1;
}

.tf-promo-side span {
  color: var(--tf-blue-soft);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.tf-promo-side strong {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 8px;
}

.tf-promo-side p {
  color: #eeeeee;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px;
}

.tf-promo-side small {
  color: #d7d7d7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.tf-promo-side-store {
  background: linear-gradient(145deg, #202020, #4b4b4b);
}

.tf-promo-side-service {
  background: linear-gradient(145deg, #062033, #00aaff);
}

.tf-hero-card {
  background: var(--tf-black);
  color: #ffffff;
  position: relative;
}

.tf-hero-bg {
  inset: 0;
  opacity: .72;
  position: absolute;
}

.tf-hero-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tf-hero-content {
  left: 40px;
  max-width: 350px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.tf-hero-content h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 0 0 8px;
}

.tf-hero-content h1 em {
  font-style: italic;
}

.tf-hero-content p {
  color: var(--tf-soft);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px;
}

.tf-pill-button {
  align-items: center;
  background: #ffffff;
  border-radius: 68px;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
  padding: 8px 24px;
}

.tf-hero-phone {
  bottom: -32px;
  position: absolute;
  right: -41px;
  width: 310px;
  z-index: 1;
}

.tf-slider-dot {
  background: var(--tf-blue);
  border-radius: 999px;
  bottom: 0;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 160px;
  z-index: 3;
}

.tf-category-row {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, 1fr) 32px;
  margin-bottom: 16px;
}

.tf-category-tile {
  align-items: center;
  background: var(--tf-soft);
  border-radius: 24px;
  display: flex;
  height: 68px;
  justify-content: space-between;
  overflow: hidden;
  padding: 12px 10px 12px 24px;
}

.tf-category-tile span {
  color: var(--tf-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.tf-category-tile img {
  flex: 0 0 auto;
  max-height: 58px;
  max-width: 72px;
  object-fit: contain;
}

.tf-category-next {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--tf-line);
  border-radius: 999px;
  color: var(--tf-muted);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.tf-section-title {
  color: var(--tf-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}

.tf-products-section {
  margin-bottom: 56px;
}

.woocommerce ul.products,
.tf-product-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.tf-product-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  width: auto !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.tf-card-heart {
  align-items: center;
  background: transparent;
  color: var(--tf-muted);
  display: inline-flex;
  font-size: 24px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  z-index: 6;
}

.woocommerce ul.products li.product a img {
  background: var(--tf-soft);
  border-radius: var(--tf-radius-xl);
  height: 410px;
  margin: 0;
  object-fit: contain;
  padding: 28px;
  width: 100%;
}

.woocommerce ul.products li.product.product-category a img {
  height: 240px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--tf-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  min-height: 72px;
  padding: 0;
}

.woocommerce ul.products li.product .price {
  align-items: baseline;
  color: var(--tf-ink);
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  gap: 4px;
  line-height: 1.5;
  margin: 0 0 2px;
}

.woocommerce ul.products li.product .price del {
  color: var(--tf-muted);
  font-weight: 500;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  color: var(--tf-ink);
  font-weight: 700;
  text-decoration: none;
}

.woocommerce ul.products li.product .onsale {
  align-items: center;
  background: var(--tf-red);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  left: 16px;
  line-height: 1;
  margin: 0;
  min-height: 24px;
  min-width: 0;
  padding: 4px 8px;
  position: absolute;
  right: auto;
  top: 16px;
  z-index: 5;
}

.woocommerce div.product span.onsale {
  align-items: center;
  background: var(--tf-red);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  left: 24px;
  line-height: 1;
  margin: 0;
  min-height: 26px;
  padding: 5px 10px;
  position: absolute;
  right: auto;
  top: 24px;
  z-index: 8;
}

.woocommerce .star-rating {
  color: #ffb020;
  font-size: 14px;
  margin: 0 0 6px;
}

.woocommerce ul.products li.product .button {
  align-items: center;
  background: var(--tf-blue-soft);
  border: 0;
  border-radius: var(--tf-radius-md);
  color: var(--tf-blue);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.woocommerce ul.products li.product .button:hover {
  background: #c9eeff;
  color: #0088cc;
}

.woocommerce ul.products li.product .tf-delivery-note {
  align-items: center;
  color: var(--tf-muted);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  margin-top: 8px;
}

.woocommerce ul.products li.product .tf-delivery-note::before {
  background: rgba(0, 170, 255, .16);
  border-radius: 999px;
  color: var(--tf-blue);
  content: "✓";
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  line-height: 18px;
  width: 18px;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward {
  align-items: center;
  background: var(--tf-blue);
  border-radius: var(--tf-radius-md);
  box-shadow: 0 10px 22px rgba(14, 173, 239, 0.24);
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.4;
  margin-top: 10px;
  min-height: 44px;
  padding: 10px 12px;
  text-decoration: none;
  width: 100%;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
  margin-left: 8px;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward:hover {
  background: #0088cc;
  color: #ffffff;
  transform: translateY(-1px);
}

.woocommerce ul.products li.product .button.tf-view-cart-button,
.woocommerce ul.products li.product .button.added.tf-view-cart-button {
  background: var(--tf-blue);
  box-shadow: 0 10px 22px rgba(14, 173, 239, 0.24);
  color: #ffffff;
}

.woocommerce ul.products li.product .button.tf-view-cart-button::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
  margin-left: 8px;
}

.woocommerce ul.products li.product .button.tf-view-cart-button:hover {
  background: #0088cc;
  color: #ffffff;
  transform: translateY(-1px);
}

.woocommerce nav.woocommerce-pagination {
  margin: 32px 0 0;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  align-items: center;
  border: 0;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  display: block;
  float: none;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  align-items: center;
  background: var(--tf-soft);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--tf-ink);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-width: 40px;
  padding: 0 14px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--tf-blue);
  border-color: var(--tf-blue);
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: var(--tf-blue-soft);
  color: var(--tf-blue);
}

.tf-footer {
  background: var(--tf-black);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  color: #ffffff;
  margin-top: 56px;
  overflow: hidden;
}

.tf-footer-curve {
  display: none;
}

.tf-footer-body {
  padding: 40px 0 32px;
}

.tf-footer-top {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 260px;
  margin-bottom: 32px;
}

.tf-footer-col strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.tf-footer-col a,
.tf-footer-col span {
  color: var(--tf-footer-muted);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.tf-footer-col a:hover {
  color: #ffffff;
}

.tf-footer-languages {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tf-footer-languages strong {
  flex: 0 0 100%;
}

.tf-footer-languages a {
  align-items: center;
  background: #343434;
  border: 1px solid #434343;
  border-radius: 999px;
  color: #d8d8d8;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  min-height: 32px;
  padding: 0 12px;
}

.tf-footer-languages a:hover,
.tf-footer-languages a.is-active {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--tf-ink);
}

.tf-support-card {
  background: #ffffff;
  border-radius: 24px;
  color: var(--tf-ink);
  min-height: 152px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.tf-support-card strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

.tf-support-card span {
  color: var(--tf-muted);
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  white-space: normal;
}

.tf-support-card a {
  align-items: center;
  background: var(--tf-blue);
  border-radius: var(--tf-radius-md);
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 36px;
  padding: 8px 16px;
}

.tf-footer-line {
  background: #434343;
  height: 1px;
  margin-bottom: 32px;
}

.tf-footer-bottom {
  color: var(--tf-soft);
  display: grid;
  font-size: 16px;
  font-weight: 500;
  gap: 48px;
  grid-template-columns: 336px 336px 1fr;
}

.tf-footer-bottom p {
  margin: 0 0 2px;
}

.tf-footer-bottom a {
  color: inherit;
}

.tf-footer-bottom a:hover {
  color: #ffffff;
}

.tf-chat {
  align-items: center;
  background: var(--tf-blue);
  border-radius: 99999px;
  bottom: 32px;
  color: #ffffff;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  position: fixed;
  right: 32px;
  width: 56px;
  z-index: 25;
}

.tf-chat img {
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.woocommerce-notices-wrapper,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: var(--tf-radius-md);
}

.woocommerce .quantity .qty {
  border: 1px solid var(--tf-border);
  border-radius: var(--tf-radius-md);
  min-height: 44px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid var(--tf-border);
  border-radius: var(--tf-radius-md);
  min-height: 44px;
  padding: 0 12px;
}

.tf-page {
  padding: 48px 0;
}

.tf-page h1,
.woocommerce-products-header__title,
.product_title {
  color: var(--tf-ink);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.2;
}

.woocommerce-breadcrumb {
  color: var(--tf-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 28px;
}

.woocommerce-breadcrumb a {
  color: var(--tf-muted);
}

.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering::after {
  color: var(--tf-blue);
  content: "⌄";
  font-size: 18px;
  font-weight: 800;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-56%);
}

.woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid var(--tf-line);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(18, 18, 18, .06);
  color: var(--tf-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  min-height: 44px;
  min-width: 220px;
  outline: none;
  padding: 0 44px 0 18px;
}

.woocommerce-ordering select:hover,
.woocommerce-ordering select:focus {
  border-color: rgba(0, 170, 255, .45);
  box-shadow: 0 8px 24px rgba(0, 170, 255, .12);
}

.woocommerce-result-count {
  color: var(--tf-ink);
  font-size: 16px;
  font-weight: 500;
}

.woocommerce div.product div.images img {
  background: var(--tf-soft);
  border-radius: var(--tf-radius-xl);
  object-fit: contain;
  padding: 32px;
}

.woocommerce div.product div.images {
  position: relative;
}

.woocommerce div.product .summary {
  color: var(--tf-ink);
}

.woocommerce div.product .product_title {
  margin-top: 0;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--tf-muted);
  font-size: 16px;
}

.woocommerce div.product form.cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--tf-ink);
  font-size: 26px;
  font-weight: 800;
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--tf-blue);
  border-radius: var(--tf-radius-md);
  color: #ffffff;
  font-weight: 700;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #008fd6;
  color: #ffffff;
}

.woocommerce div.product form.cart .tf-delivery-note {
  align-items: center;
  background: var(--tf-blue-soft);
  border-radius: 999px;
  color: var(--tf-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 13px;
  white-space: nowrap;
}

.woocommerce div.product form.cart .tf-delivery-note::before {
  content: "✓";
  font-size: 13px;
  margin-right: 7px;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon,
.woocommerce form.woocommerce-form-coupon,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  background: #ffffff;
  border: 1px solid var(--tf-line);
  border-radius: 24px;
  box-shadow: none;
  padding: 24px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--tf-border);
  border-radius: var(--tf-radius-md);
  min-height: 44px;
  padding: 0 12px;
}

.woocommerce form .form-row textarea {
  padding: 12px;
}

.woocommerce table.shop_table {
  border: 1px solid var(--tf-line);
  border-radius: 24px;
  overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-top-color: var(--tf-line);
}

.woocommerce .cart-empty,
.woocommerce .return-to-shop,
.woocommerce .woocommerce-info {
  text-align: center;
}

.tf-checkout-injected {
  margin: 18px 0;
}

.tf-checkout-title {
  color: var(--tf-ink);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
}

.tf-checkout-options {
  display: grid;
  gap: 10px;
}

.tf-checkout-option {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--tf-line);
  border-radius: 16px;
  display: flex;
  gap: 12px;
  padding: 14px 16px;
}

.tf-checkout-option.is-active {
  border-color: rgba(0, 170, 255, .45);
  box-shadow: 0 0 0 4px rgba(0, 170, 255, .1);
}

.tf-checkout-option.is-disabled {
  background: #f2f2f2;
  color: #999999;
  cursor: not-allowed;
  opacity: .8;
}

.tf-checkout-radio {
  align-items: center;
  border: 2px solid var(--tf-blue);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.tf-checkout-radio::after {
  background: var(--tf-blue);
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 8px;
}

.tf-checkout-option.is-disabled .tf-checkout-radio {
  border-color: #b8b8b8;
}

.tf-checkout-option.is-disabled .tf-checkout-radio::after {
  display: none;
}

.tf-checkout-option strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.tf-checkout-option small {
  color: var(--tf-muted);
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
}

.woocommerce-checkout #payment-method > .wc-block-components-checkout-step__heading-container,
.woocommerce-checkout #payment-method > .wc-block-components-checkout-step__content,
.woocommerce-checkout .wc-block-checkout__order-notes {
  display: none !important;
}

.tf-stripe-mark {
  align-items: center;
  background: #635bff;
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-left: auto;
  padding: 5px 9px;
}

@media (max-width: 1500px) {
  :root {
    --tf-wrap: 1180px;
  }

  .tf-header .tf-wrap {
    grid-template-columns: 220px minmax(360px, 1fr) auto;
  }

}

@media (max-width: 1100px) {
  .tf-top .tf-wrap {
    grid-template-columns: 1fr;
  }

  .tf-top-options {
    display: none;
  }

  .tf-top-links {
    display: none;
  }

  .tf-header .tf-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .tf-searchbar {
    justify-content: stretch;
  }

  .tf-actions {
    justify-content: space-between;
  }

  .tf-promo-grid {
    grid-template-columns: 1fr;
  }

  .tf-promo-side {
    display: none;
  }

  .tf-hero-card {
    height: 360px;
  }

  .tf-category-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .tf-category-next {
    display: none;
  }

  .woocommerce ul.products,
  .tf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tf-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tf-footer-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tf-wrap {
    width: calc(100% - 24px);
  }

  .tf-top {
    font-size: 12px;
  }

  .tf-location-dialog {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    left: 0;
    max-height: calc(100vh - 24px);
    padding: 22px 16px 18px;
    top: auto;
    transform: none;
    width: 100%;
  }

  .tf-location-dialog-head h2 {
    font-size: 24px;
  }

  .tf-location-grid {
    grid-template-columns: 1fr;
  }

  .tf-top-balance {
    display: none;
  }

  .tf-logo-text {
    font-size: 24px;
  }

  .tf-searchbar {
    align-items: stretch;
    flex-direction: column;
  }

  .tf-category-button,
  .tf-search {
    width: 100%;
  }

  .tf-category-panel {
    grid-template-columns: 1fr;
    left: 0;
    max-height: 70vh;
    min-width: 0;
    overflow: auto;
    right: 0;
    width: calc(100vw - 24px);
  }

  .tf-actions {
    gap: 12px;
  }

  .tf-action {
    font-size: 12px;
  }

  .tf-main {
    padding-top: 12px;
  }

  .tf-hero-card {
    height: 420px;
  }

  .tf-hero-content {
    left: 24px;
    max-width: calc(100% - 48px);
    top: 34px;
    transform: none;
  }

  .tf-hero-content h1 {
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 38px;
  }

  .tf-hero-content p {
    font-size: 16px;
  }

  .tf-hero-phone {
    bottom: -20px;
    right: -30px;
    width: 250px;
  }

  .tf-category-row {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce ul.products,
  .tf-product-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product a img {
    height: 360px;
  }

  .woocommerce ul.products li.product .onsale {
    top: 14px;
  }

  .woocommerce div.product span.onsale {
    left: 16px;
    top: 16px;
  }

  .woocommerce-breadcrumb {
    display: -webkit-box;
    font-size: 14px;
    margin: 0 0 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .woocommerce-products-header__title,
  .product_title,
  .tf-page h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .woocommerce div.product div.images img {
    max-height: 430px;
    padding: 18px;
  }

  .woocommerce div.product .product_title {
    font-size: 28px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .woocommerce div.product .woocommerce-product-details__short-description {
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 14px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .woocommerce div.product form.cart {
    align-items: stretch;
    gap: 8px;
  }

  .woocommerce div.product form.cart .quantity {
    width: 64px;
  }

  .woocommerce div.product form.cart .button {
    flex: 1 1 180px;
    min-height: 48px;
  }

  .woocommerce div.product form.cart .tf-delivery-note {
    justify-content: center;
    width: 100%;
  }

  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce form.checkout_coupon,
  .woocommerce form.woocommerce-form-coupon,
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    padding: 20px;
  }

  .tf-footer-top {
    grid-template-columns: 1fr;
  }

  .tf-chat {
    bottom: 16px;
    right: 16px;
  }
}
