/*
Theme Name: Telbit Sklep
Theme URI: https://sklep.telbit.com.pl
Description: Motyw potomny Storefront dla sklepu Telbit - kasy fiskalne, drukarki fiskalne, kasoterminale. Kolorystyka marki: granat + pomarancz.
Author: Telbit Teleinformatyka
Template: storefront
Version: 1.2.0
Text Domain: telbit-sklep
*/

:root {
  --tb-navy: #1d1233;
  --tb-navy-2: #271a45;
  --tb-orange: #f07e15;
  --tb-orange-dark: #d96c08;
  --tb-text: #2b2f36;
  --tb-muted: #6b7280;
  --tb-bg: #f5f6f8;
  --tb-border: #e4e7ec;
}

body { color: var(--tb-text); background: #ffffff; }
a { color: var(--tb-orange-dark); }
a:hover { color: var(--tb-orange); }

/* ===== Pelna szerokosc naglowka i menu ===== */
.site-header .col-full,
.storefront-primary-navigation .col-full,
.site-header .storefront-primary-navigation {
  max-width: 100% !important;
  padding-left: 3%; padding-right: 3%;
}
.main-navigation { width: 100%; }

.main-navigation > div.menu { display: none !important; }

/* ===== Top bar (kontakt) ===== */
.tk-topbar { background: var(--tb-navy); color: #fff; font-size: 13px; }
.tk-topbar .tk-topbar-inner {
  max-width: 100%; margin: 0 auto; padding: 8px 3%;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px;
}
.tk-topbar a { color: #fff; }
.tk-topbar a:hover { color: var(--tb-orange); }
.tk-topbar strong { color: var(--tb-orange); }
@media (max-width: 600px){ .tk-topbar .tk-topbar-inner { justify-content: center; text-align: center; } }

/* ===== Header (bialy, jak na telbit.com.pl) ===== */
.site-header {
  background-color: #ffffff !important;
  border-bottom: 3px solid var(--tb-orange);
  box-shadow: 0 1px 4px rgba(16,24,40,.08);
  padding-top: 1em; padding-bottom: 1em;
}
.site-header, .site-header a,
.site-branding .site-title a, .site-header .site-description { color: var(--tb-navy) !important; }
.site-title a:hover { color: var(--tb-orange) !important; }
.custom-logo, .site-header .custom-logo-link img { max-height: 60px; width: auto; }

.main-navigation ul li a {
  color: var(--tb-navy) !important;
  font-weight: 600; text-transform: uppercase; letter-spacing: .3px; font-size: .88em;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-parent > a { color: var(--tb-orange) !important; }
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children { background: #fff; border-top: 2px solid var(--tb-orange); }
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a { color: var(--tb-navy) !important; }
.secondary-navigation ul li a { color: var(--tb-navy) !important; }

.site-search .widget_product_search input[type=search] { border-radius: 6px; border:1px solid var(--tb-border); }
.site-header-cart .cart-contents { color: var(--tb-navy) !important; }
.site-header-cart .cart-contents:hover { color: var(--tb-orange) !important; }
.site-header-cart .amount, .site-header-cart .count { color: var(--tb-orange) !important; }
.site-header-cart .cart-contents .count { background: var(--tb-orange); color:#fff !important; }

/* ===== Buttons ===== */
button, input[type=button], input[type=reset], input[type=submit],
.button, .added_to_cart, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #place_order, .wc-block-components-button:not(.is-link) {
  background-color: var(--tb-orange) !important;
  color: #ffffff !important;
  border-radius: 6px; font-weight: 700; text-shadow: none; border: none;
  transition: background-color .15s ease, transform .05s ease;
}
button:hover, .button:hover, .added_to_cart:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce #place_order:hover, .wc-block-components-button:not(.is-link):hover {
  background-color: var(--tb-orange-dark) !important; color: #fff !important;
}

/* ===== Prices ===== */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--tb-navy); font-weight: 800;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins { color: var(--tb-orange-dark); }
.woocommerce div.product p.price { font-size: 1.6em; }

/* ===== Product cards ===== */
.woocommerce ul.products li.product {
  background: #fff; border: 1px solid var(--tb-border); border-radius: 10px;
  padding: 14px !important; box-shadow: 0 1px 2px rgba(16,24,40,.04);
  transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 10px 24px rgba(16,24,40,.12); transform: translateY(-3px); border-color: #d7dbe2;
}
.woocommerce ul.products li.product a img { border-radius: 6px; margin-bottom: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1em; font-weight: 600; color: var(--tb-navy); min-height: 2.6em;
}
.woocommerce ul.products li.product .button { width: 100%; text-align: center; margin-top: 6px; }
.woocommerce span.onsale { background-color: var(--tb-navy); color: #fff; border-radius: 50%; }

/* ===== Single product ===== */
.woocommerce div.product .product_title { color: var(--tb-navy); font-weight: 800; }
.woocommerce .quantity .qty { border-radius: 6px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--tb-navy); font-weight: 600; }

/* ===== CRK / dodatki (jeden pod drugim) ===== */
.tk-crk-options {
  border: 1px solid var(--tb-border); border-left: 4px solid var(--tb-orange);
  background: var(--tb-bg); border-radius: 8px; padding: 16px 18px; margin: 0 0 20px;
}
.tk-crk-options legend, .tk-crk-options .tk-crk-title {
  display: table;
  width: auto;
  margin: 0 auto 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff2e7;
  border: 1px solid #f6c79b;
  font-weight: 700;
  color: var(--tb-navy);
  font-size: 1.05em;
  line-height: 1.2;
  text-align: center;
  float: none;
}
.tk-crk-options label.tk-crk-row {
  display: flex !important; align-items: center; gap: 10px; width: 100%;
  padding: 10px 12px; background: #fff; border: 1px solid var(--tb-border);
  border-radius: 6px; margin: 0 0 8px 0; cursor: pointer; box-sizing: border-box;
}
.tk-crk-options label.tk-crk-row:last-child { margin-bottom: 0; }
.tk-crk-options label.tk-crk-row:hover { border-color: var(--tb-orange); }
.tk-crk-options label.tk-crk-row input[type=radio] { margin: 0; flex: 0 0 auto; }
.tk-crk-options label.tk-crk-row > span:first-of-type { flex: 1 1 auto; }
.tk-crk-options .tk-crk-price { margin-left: auto; font-weight: 700; color: var(--tb-orange-dark); white-space: nowrap; }

/* ===== Fiscalization fields + consents (classic checkout) ===== */
.tk-fiscal-section {
  border: 1px solid var(--tb-border); border-left: 4px solid var(--tb-orange);
  border-radius: 8px; padding: 16px 18px; margin: 22px 0; background: var(--tb-bg);
}
.tk-fiscal-section h3 { margin-top: 0; color: var(--tb-navy); }
.tk-consents { margin: 16px 0; padding: 14px 16px; background: var(--tb-bg); border-radius: 8px; }
.tk-consents .woocommerce-form__label-for-checkbox { display: block; margin-bottom: 10px; line-height: 1.45; }

/* classic checkout polish */
.woocommerce-checkout #payment { background: var(--tb-bg); border-radius: 8px; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid var(--tb-border); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { border-radius: 6px; }
.woocommerce form .form-row .required { color: var(--tb-orange-dark); }
.woocommerce-info { border-top-color: var(--tb-orange); }
.woocommerce-message { border-top-color: var(--tb-orange); }

/* ===== Footer ===== */
.site-footer { background-color: var(--tb-navy); color: #cfd6df; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--tb-orange); }
.site-footer .site-info { background-color: #140d24; color: #9aa4b1; }
.storefront-handheld-footer-bar { background-color: var(--tb-navy); }
.storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar ul li > span { color: #fff; }

/* ===== Hero / homepage ===== */
.tk-hero {
  background: linear-gradient(135deg, var(--tb-navy) 0%, var(--tb-navy-2) 100%);
  color: #fff; border-radius: 12px; padding: 48px 40px; margin-bottom: 36px;
}
.tk-hero h1 { color: #fff; font-size: 2.2em; margin: 0 0 12px; }
.tk-hero p { font-size: 1.15em; color: #d7dbe2; max-width: 640px; }
.tk-hero .button { margin-top: 18px; font-size: 1.05em; padding: .9em 1.6em; }

.tk-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0 0 40px; }
@media (max-width: 768px){ .tk-cats { grid-template-columns: 1fr; } }
.tk-cat-card {
  display: block; border: 1px solid var(--tb-border); border-radius: 12px;
  padding: 28px 24px; text-align: center; background: #fff; color: var(--tb-navy);
  text-decoration: none; transition: all .15s ease;
}
.tk-cat-card:hover { border-color: var(--tb-orange); box-shadow: 0 10px 24px rgba(16,24,40,.1); transform: translateY(-3px); color: var(--tb-navy); }
.tk-cat-card .tk-cat-ico { font-size: 2.2em; font-weight: 800; color: var(--tb-orange); }
.tk-cat-card h3 { color: var(--tb-navy); margin: 12px 0 6px; }
.tk-cat-card span.tk-cat-link { color: var(--tb-orange-dark); font-weight: 700; }

/* ---- Przycisk "Zobacz" na listingu produktow ---- */
.tk-btn-view {
  display: inline-block;
  background: var(--tb-navy) !important;
  color: #fff !important;
  border: 2px solid var(--tb-navy) !important;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.tk-btn-view:hover {
  background: var(--tb-orange) !important;
  border-color: var(--tb-orange) !important;
  color: #fff !important;
}

/* ---- Formularz kontaktowy [tk_contact_form] ---- */
.tk-contact-form { max-width: 620px; margin: 0 auto; }
.tk-field { margin-bottom: 18px; }
.tk-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--tb-navy);
}
.tk-field input[type="text"],
.tk-field input[type="email"],
.tk-field input[type="tel"],
.tk-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--tb-border);
  border-radius: 4px;
  font-size: 1rem;
  color: var(--tb-navy);
  background: #fff;
  box-sizing: border-box;
  transition: border-color .15s;
}
.tk-field input:focus,
.tk-field textarea:focus {
  border-color: var(--tb-orange);
  outline: none;
  box-shadow: 0 0 0 3px rgba(231,107,30,.15);
}
.tk-field .optional { color: #888; font-weight: 400; font-size: .9em; }
.tk-form-success {
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 8px;
  padding: 20px 24px;
  color: #166534;
}
.tk-form-errors {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 14px 20px;
  color: #991b1b;
  margin-bottom: 18px;
}
.tk-form-errors p { margin: 4px 0; }

/* ===== Product description tables ===== */
.woocommerce div.product .woocommerce-product-details__short-description table,
.woocommerce div.product .woocommerce-Tabs-panel table,
.woocommerce div.product .woocommerce-tabs .panel table {
  width: 100%;
  margin: 24px 0;
  border: 2px solid var(--tb-orange);
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}
.woocommerce div.product .woocommerce-product-details__short-description table th,
.woocommerce div.product .woocommerce-product-details__short-description table td,
.woocommerce div.product .woocommerce-Tabs-panel table th,
.woocommerce div.product .woocommerce-Tabs-panel table td,
.woocommerce div.product .woocommerce-tabs .panel table th,
.woocommerce div.product .woocommerce-tabs .panel table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--tb-border);
  vertical-align: top;
}
.woocommerce div.product .woocommerce-product-details__short-description table tbody tr:nth-child(odd) td,
.woocommerce div.product .woocommerce-Tabs-panel table tbody tr:nth-child(odd) td,
.woocommerce div.product .woocommerce-tabs .panel table tbody tr:nth-child(odd) td {
  background: #f5f6f8;
}
.woocommerce div.product .woocommerce-product-details__short-description table tbody tr:nth-child(even) td,
.woocommerce div.product .woocommerce-Tabs-panel table tbody tr:nth-child(even) td,
.woocommerce div.product .woocommerce-tabs .panel table tbody tr:nth-child(even) td {
  background: #ffffff;
}
.woocommerce div.product .woocommerce-product-details__short-description table tr:last-child td,
.woocommerce div.product .woocommerce-Tabs-panel table tr:last-child td,
.woocommerce div.product .woocommerce-tabs .panel table tr:last-child td {
  border-bottom: 0;
}
.woocommerce div.product .woocommerce-product-details__short-description table td:first-child,
.woocommerce div.product .woocommerce-Tabs-panel table td:first-child,
.woocommerce div.product .woocommerce-tabs .panel table td:first-child {
  font-weight: 600;
  color: var(--tb-navy);
}
.woocommerce div.product .woocommerce-product-details__short-description table td.djc_label1,
.woocommerce div.product .woocommerce-product-details__short-description table td.djc_label1 + td,
.woocommerce div.product .woocommerce-Tabs-panel table td.djc_label1,
.woocommerce div.product .woocommerce-Tabs-panel table td.djc_label1 + td,
.woocommerce div.product .woocommerce-tabs .panel table td.djc_label1,
.woocommerce div.product .woocommerce-tabs .panel table td.djc_label1 + td {
  background: #fff2e7 !important;
  color: var(--tb-navy);
  font-weight: 700;
}
/* ===== SEO intro copy ===== */
.tk-seo-copy {
  max-width: 1020px;
  margin: 34px auto 10px;
  padding: 0 4px;
}
.tk-seo-copy h2 {
  color: var(--tb-navy);
  font-size: 1.8em;
  margin: 0 0 12px;
}
.tk-seo-copy p {
  max-width: 920px;
  margin-bottom: 14px;
}

/* ===== Mobile menu like desktop ===== */
@media (max-width: 768px) {
  .storefront-handheld-footer-bar,
  .site-header-cart {
    display: none !important;
  }

  .site-header .menu-toggle {
    display: inline-block !important;
    float: none !important;
    width: 54px;
    height: 44px;
    margin: 12px 0 0;
    padding: 0 !important;
    overflow: hidden;
    color: transparent !important;
    font-size: 0 !important;
    vertical-align: top;
  }

  .site-header .menu-toggle::before,
  .site-header .menu-toggle::after,
  .site-header .menu-toggle span::before {
    left: 50%;
    margin-left: -7px;
  }

  .storefront-primary-navigation {
    display: block !important;
    margin-top: 12px;
    box-sizing: border-box;
  }

  .storefront-primary-navigation .col-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  .main-navigation {
    box-sizing: border-box;
  }

  .main-navigation > div.menu {
    display: none !important;
  }
}

/* TELBIT_ARCHIVE_FILTERS_CSS */
.tk-shop-has-filters.storefront-full-width-content .content-area,
.tk-shop-has-filters.right-sidebar .content-area {
  width: 72%;
  float: right;
  margin-right: 0;
}

.tk-shop-has-filters .widget-area.tk-shop-archive-sidebar {
  display: block;
  width: 24%;
  float: left;
  margin: 0 4% 0 0;
}

.tk-shop-filters {
  background: #ffffff;
  border: 1px solid var(--tb-border);
  border-radius: 18px;
  padding: 22px 22px 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.tk-shop-filters .widget-title {
  margin: 0 0 18px;
  font-size: 1.35em;
  color: var(--tb-navy);
}

.tk-filter-group + .tk-filter-group {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tb-border);
}

.tk-filter-group h4 {
  margin: 0 0 12px;
  color: var(--tb-navy);
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tk-filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 10px;
  font-size: 0.96em;
  color: var(--tb-text);
}

.tk-filter-option input {
  margin-right: 4px;
}

.tk-filter-option span {
  flex: 1;
}

.tk-filter-option small {
  color: #7b8496;
  font-size: 0.85em;
}

.tk-filter-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tk-filter-price-grid label span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.88em;
  color: var(--tb-navy);
}

.tk-filter-price-grid input {
  width: 100%;
  border: 1px solid var(--tb-border);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.tk-filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.tk-filter-actions .button.alt {
  background: var(--tb-orange);
  border-color: var(--tb-orange);
}

.tk-filter-actions .button.alt:hover {
  background: var(--tb-orange-dark);
  border-color: var(--tb-orange-dark);
}

.tk-filter-reset {
  color: var(--tb-navy);
  font-weight: 600;
}

.tk-filter-note {
  margin: 10px 0 0;
  font-size: 0.85em;
  color: #7b8496;
}

@media (max-width: 980px) {
  .tk-shop-has-filters.storefront-full-width-content .content-area,
  .tk-shop-has-filters.right-sidebar .content-area,
  .tk-shop-has-filters .widget-area.tk-shop-archive-sidebar {
    width: 100%;
    float: none;
    margin: 0;
  }

  .tk-shop-has-filters .widget-area.tk-shop-archive-sidebar {
    margin-bottom: 28px;
  }
}

@media (max-width: 640px) {
  .tk-shop-filters {
    padding: 18px 16px;
  }

  .tk-filter-price-grid {
    grid-template-columns: 1fr;
  }

  .tk-filter-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tk-filter-actions .button,
  .tk-filter-reset {
    width: 100%;
    text-align: center;
  }
}


/* TELBIT_REQUEST_20260529_POLISH_FIXES */
.tk-shop-page-hero {
  min-height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 34px;
  background-image: linear-gradient(rgba(18, 9, 34, .34), rgba(18, 9, 34, .34)), url('https://telbit.com.pl/wp-content/uploads/2025/09/AdobeStock_469996988-min.jpeg');
  background-size: cover;
  background-position: center 52%;
  color: #fff;
  text-align: center;
}

.tk-shop-page-hero-inner {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.tk-shop-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
}

.tk-shop-has-hero .site-content {
  padding-top: 0;
}

.tk-shop-has-hero .woocommerce-products-header {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 38px;
  text-align: center;
  float: none;
  clear: both;
}

.tk-shop-has-hero .woocommerce-products-header__title.page-title {
  display: none;
}

.site-footer {
  background: var(--tb-navy) !important;
  padding: 28px 0 !important;
}

.site-footer .col-full,
.site-footer .site-info {
  background: transparent !important;
  box-shadow: none !important;
}

.site-footer .site-info {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 3%;
  color: #d9d2e8;
  text-align: center;
}

.site-footer .site-info a {
  color: #ffffff !important;
  background: transparent !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price .amount,
.woocommerce div.product span.price .amount {
  color: var(--tb-orange) !important;
  font-weight: 800;
}

.woocommerce div.product p.price {
  font-size: 1.75em;
}

.tk-price-gross {
  display: inline-block;
  margin-left: .35em;
  color: var(--tb-orange) !important;
  font-size: .58em;
  font-weight: 700;
  vertical-align: baseline;
}

.tk-shop-has-filters.storefront-full-width-content .content-area,
.tk-shop-has-filters.right-sidebar .content-area {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.tk-shop-has-filters .site-main::after {
  content: "";
  display: block;
  clear: both;
}

.tk-shop-has-filters .widget-area.tk-shop-archive-sidebar {
  display: block;
  width: 24% !important;
  float: left !important;
  clear: left;
  margin: 0 4% 0 0 !important;
}

.tk-shop-has-filters .woocommerce-result-count,
.tk-shop-has-filters .woocommerce-ordering,
.tk-shop-has-filters ul.products {
  width: 72% !important;
  float: right !important;
  clear: none !important;
}

.tk-shop-has-filters .woocommerce-result-count {
  margin-top: 0;
}

.tk-shop-has-filters ul.products::before,
.tk-shop-has-filters ul.products::after {
  content: none !important;
}

.tk-shop-filters .widget-title,
.tk-filter-group h4,
.tk-filter-price-grid label span,
.tk-filter-actions .button,
.tk-filter-reset {
  font-family: inherit;
}

@media (max-width: 768px) {
  .site-header .handheld-navigation {
    display: none;
    width: 100%;
    clear: both;
    margin-top: 12px;
  }

  .main-navigation.toggled .handheld-navigation,
  .main-navigation.toggled .primary-navigation {
    display: block !important;
  }

  .main-navigation.toggled .handheld-navigation ul.menu,
  .main-navigation.toggled .handheld-navigation ul.nav-menu,
  .main-navigation.toggled .primary-navigation ul.menu,
  .main-navigation.toggled .primary-navigation ul.nav-menu {
    display: block !important;
    margin: 0;
    padding: 0;
  }

  .main-navigation.toggled .handheld-navigation li,
  .main-navigation.toggled .primary-navigation li {
    display: block;
    float: none;
    width: 100%;
    border-top: 1px solid var(--tb-border);
  }

  .main-navigation.toggled .handheld-navigation a,
  .main-navigation.toggled .primary-navigation a {
    display: block;
    padding: 12px 0;
  }

  .tk-shop-page-hero {
    min-height: 210px;
    margin-bottom: 24px;
  }

  .tk-shop-has-filters .widget-area.tk-shop-archive-sidebar,
  .tk-shop-has-filters .woocommerce-result-count,
  .tk-shop-has-filters .woocommerce-ordering,
  .tk-shop-has-filters ul.products {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tk-shop-has-filters .widget-area.tk-shop-archive-sidebar {
    margin-bottom: 26px !important;
  }
}


/* TELBIT_REQUEST_20260529_LAYOUT_FINAL */
.tk-shop-has-filters .storefront-sorting {
  width: 72% !important;
  float: right !important;
  clear: none !important;
  margin: 0 0 18px !important;
}

.tk-shop-has-filters .storefront-sorting::before,
.tk-shop-has-filters .storefront-sorting::after {
  content: "";
  display: table;
}

.tk-shop-has-filters .storefront-sorting::after {
  clear: both;
}

.tk-shop-has-filters .storefront-sorting .woocommerce-ordering {
  width: auto !important;
  float: left !important;
  clear: none !important;
  margin-right: 14px;
}

.tk-shop-has-filters .storefront-sorting .woocommerce-result-count {
  width: auto !important;
  float: left !important;
  clear: none !important;
  margin: 8px 0 0 !important;
}

.tk-shop-has-filters .products.columns-4 {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .tk-shop-has-filters .storefront-sorting {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  .tk-shop-has-filters .storefront-sorting .woocommerce-ordering,
  .tk-shop-has-filters .storefront-sorting .woocommerce-result-count {
    width: 100% !important;
    float: none !important;
    margin: 0 0 12px !important;
  }
}

/* TELBIT_MOBILE_DROPDOWN_VISIBLE_FINAL */
@media (max-width: 768px) {
  .main-navigation .primary-navigation {
    display: none !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
    margin-top: 12px !important;
    background: #ffffff !important;
    border-top: 1px solid var(--tb-border);
  }

  .main-navigation.toggled .primary-navigation {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .main-navigation.toggled .primary-navigation > ul.menu,
  .main-navigation.toggled .primary-navigation ul.menu,
  .main-navigation.toggled .primary-navigation ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
  }

  .main-navigation.toggled .primary-navigation li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid var(--tb-border);
  }

  .main-navigation.toggled .primary-navigation li:first-child {
    border-top: 0;
  }

  .main-navigation.toggled .primary-navigation a {
    display: block !important;
    padding: 13px 3% !important;
    color: var(--tb-navy) !important;
    text-align: left !important;
  }

  .main-navigation.toggled .primary-navigation ul.sub-menu a {
    padding-left: 7% !important;
    font-size: .86em;
  }
}

/* TELBIT_ARCHIVE_FULL_WIDTH_NO_DESCRIPTIONS_FINAL */
.tk-shop-has-filters .site-content > .col-full {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: clamp(20px, 3vw, 54px) !important;
  padding-right: clamp(20px, 3vw, 54px) !important;
  box-sizing: border-box;
}

.tk-shop-has-filters .woocommerce-products-header {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tk-shop-has-filters .page-description,
.tk-shop-has-filters .term-description {
  display: none !important;
}

.tk-shop-has-filters .widget-area.tk-shop-archive-sidebar {
  width: 22% !important;
  margin-right: 3% !important;
}

.tk-shop-has-filters .storefront-sorting,
.tk-shop-has-filters ul.products {
  width: 75% !important;
}

.tk-shop-has-filters .site-main > .tk-shop-archive-sidebar,
.tk-shop-has-filters .site-main > .storefront-sorting {
  margin-top: 0 !important;
}

@media (min-width: 1500px) {
  .tk-shop-has-filters .widget-area.tk-shop-archive-sidebar {
    width: 18% !important;
    margin-right: 3% !important;
  }

  .tk-shop-has-filters .storefront-sorting,
  .tk-shop-has-filters ul.products {
    width: 79% !important;
  }
}

@media (max-width: 980px) {
  .tk-shop-has-filters .site-content > .col-full {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .tk-shop-has-filters .widget-area.tk-shop-archive-sidebar,
  .tk-shop-has-filters .storefront-sorting,
  .tk-shop-has-filters ul.products {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* TELBIT_ARCHIVE_EDGE_WIDE_FINAL */
body.tk-shop-has-filters #content.site-content > .col-full,
body.tk-shop-has-filters.woocommerce-page #content.site-content > .col-full,
body.tk-shop-has-filters.woocommerce-shop #content.site-content > .col-full {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: clamp(24px, 3vw, 50px) !important;
  padding-right: clamp(24px, 3vw, 50px) !important;
  box-sizing: border-box !important;
}

body.tk-shop-has-filters .woocommerce-breadcrumb {
  max-width: none !important;
  margin: 34px 0 44px !important;
  padding: 0 !important;
}

body.tk-shop-has-filters .widget-area.tk-shop-archive-sidebar {
  width: 18% !important;
  min-width: 250px;
  max-width: 320px;
  margin-right: 2.5% !important;
}

body.tk-shop-has-filters .storefront-sorting,
body.tk-shop-has-filters ul.products {
  width: calc(100% - min(320px, 18%) - 2.5%) !important;
}

@media (min-width: 1500px) {
  body.tk-shop-has-filters #content.site-content > .col-full {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (max-width: 1180px) {
  body.tk-shop-has-filters .widget-area.tk-shop-archive-sidebar,
  body.tk-shop-has-filters .storefront-sorting,
  body.tk-shop-has-filters ul.products {
    width: 100% !important;
    min-width: 0;
    max-width: none;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* TELBIT_ARCHIVE_VERTICAL_COMPACT_FINAL */
body.tk-shop-has-filters .tk-shop-page-hero {
  min-height: 230px !important;
  margin-bottom: 0 !important;
}

body.tk-shop-has-filters .woocommerce-breadcrumb {
  margin: 30px 0 28px !important;
}

body.tk-shop-has-filters .site-main > .tk-shop-archive-sidebar,
body.tk-shop-has-filters .site-main > .storefront-sorting {
  margin-top: 0 !important;
}

body.tk-shop-has-filters .storefront-sorting {
  margin-bottom: 14px !important;
}

@media (min-width: 1200px) {
  body.tk-shop-has-filters .tk-shop-page-hero {
    min-height: 245px !important;
  }
}

/* TELBIT_DISCOUNT_POPUP_CSS */
.tk-discount-open {
  overflow: hidden;
}

.tk-discount-modal[aria-hidden="true"] {
  display: none;
}

.tk-discount-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.tk-discount-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 9, 31, .62);
  backdrop-filter: blur(5px);
}

.tk-discount-dialog {
  position: relative;
  width: min(520px, 100%);
  background: #ffffff;
  border-radius: 18px;
  padding: 34px 34px 30px;
  box-shadow: 0 28px 80px rgba(13, 8, 28, .35);
  border: 1px solid rgba(240, 126, 21, .22);
  color: var(--tb-navy);
  overflow: hidden;
}

.tk-discount-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, var(--tb-orange), var(--tb-orange-dark));
}

.tk-discount-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f6f8 !important;
  color: var(--tb-navy) !important;
  font-size: 24px;
  line-height: 36px;
  padding: 0 !important;
}

.tk-discount-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 11px;
  border-radius: 999px;
  background: #fff3e8;
  color: var(--tb-orange-dark);
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 14px;
}

.tk-discount-dialog h2 {
  margin: 0 38px 12px 0;
  color: var(--tb-navy);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.12;
  font-weight: 800;
}

.tk-discount-copy {
  margin: 0 0 22px;
  color: #4f5664;
  font-size: 1rem;
}

.tk-discount-form {
  display: grid;
  gap: 14px;
}

.tk-discount-form label:not(.tk-discount-consent) span {
  display: block;
  margin-bottom: 6px;
  color: var(--tb-navy);
  font-weight: 700;
  font-size: .92rem;
}

.tk-discount-form input[type="email"],
.tk-discount-form input[type="tel"] {
  width: 100%;
  border: 1px solid var(--tb-border);
  border-radius: 12px;
  padding: 13px 14px;
  background: #fff;
  color: var(--tb-text);
  box-sizing: border-box;
}

.tk-discount-form input:focus {
  outline: 2px solid rgba(240, 126, 21, .28);
  border-color: var(--tb-orange);
}

.tk-discount-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 2px;
  color: #555d6d;
  font-size: .82rem;
  line-height: 1.42;
}

.tk-discount-consent input {
  margin-top: 3px;
}

.tk-discount-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  border-radius: 12px !important;
}

.tk-discount-submit:disabled {
  opacity: .72;
  cursor: progress;
}

.tk-discount-status {
  min-height: 20px;
  margin: 0;
  font-weight: 700;
  font-size: .92rem;
}

.tk-discount-status.is-success {
  color: #137a3a;
}

.tk-discount-status.is-error {
  color: #b42318;
}

@media (max-width: 560px) {
  .tk-discount-modal {
    padding: 14px;
  }

  .tk-discount-dialog {
    padding: 28px 20px 22px;
    border-radius: 14px;
  }
}


/* TELBIT_HOME_STATS_CSS */
.tk-stats {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) 1.4fr;
  gap: 28px;
  align-items: stretch;
  margin: 0 0 42px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 14px;
  background: radial-gradient(circle at 15% 20%, rgba(240, 126, 21, .18), transparent 30%), linear-gradient(135deg, var(--tb-navy), #11091f 72%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 22px 52px rgba(29, 18, 51, .18);
}
.tk-stats::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.tk-stats-intro,
.tk-stats-grid {
  position: relative;
  z-index: 1;
}
.tk-stats-intro span {
  display: inline-flex;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(240,126,21,.16);
  color: #ffb36f;
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 14px;
}
.tk-stats-intro h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.12;
}
.tk-stats-intro p {
  color: #d7dbe2;
  margin: 0;
  max-width: 500px;
}
.tk-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.tk-stat-card {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 18px;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.tk-stat-card strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.tk-stat-card p {
  margin: 16px 0 0;
  color: #e7e2ef;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: normal;
  hyphens: none;
}
.tk-discount-submit.is-close-countdown {
  background: var(--tb-navy) !important;
}
@media (max-width: 1080px) {
  .tk-stats { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .tk-stats { padding: 24px 18px; }
  .tk-stats-grid { grid-template-columns: 1fr; }
  .tk-stat-card { min-height: 128px; }
}

/* TELBIT_EQUAL_PRODUCT_CARDS */
body.tk-shop-has-filters ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 28px 32px !important;
  align-items: stretch;
}
body.tk-shop-has-filters ul.products::before,
body.tk-shop-has-filters ul.products::after {
  content: none !important;
}
body.tk-shop-has-filters ul.products li.product,
body.tk-shop-has-filters ul.products.columns-4 li.product {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}
body.tk-shop-has-filters ul.products li.product .woocommerce-LoopProduct-link,
body.tk-shop-has-filters ul.products li.product .woocommerce-loop-product__link {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  color: inherit;
}
body.tk-shop-has-filters ul.products li.product a img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  object-position: center;
  margin: 0 0 18px !important;
}
body.tk-shop-has-filters ul.products li.product .woocommerce-loop-product__title {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px !important;
  text-align: center;
  line-height: 1.35;
}
body.tk-shop-has-filters ul.products li.product .star-rating {
  min-height: 18px;
  margin: 0 auto 12px !important;
}
body.tk-shop-has-filters ul.products li.product .price {
  min-height: 34px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px 5px;
  margin: 0 0 18px !important;
  text-align: center;
}
body.tk-shop-has-filters ul.products li.product .button {
  margin-top: auto !important;
  flex: 0 0 auto;
}
@media (max-width: 1420px) {
  body.tk-shop-has-filters ul.products {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}
@media (max-width: 1180px) {
  body.tk-shop-has-filters ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body.tk-shop-has-filters ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px !important;
  }
  body.tk-shop-has-filters ul.products li.product a img {
    height: 210px;
  }
}
@media (max-width: 520px) {
  body.tk-shop-has-filters ul.products {
    grid-template-columns: 1fr;
  }
  body.tk-shop-has-filters ul.products li.product a img {
    height: 230px;
  }
}

