/*
Theme Name: Storefront Tribo-Tech
Theme URI: https://tribotech.pl/
Description: Motyw potomny Storefront dopasowany wizualnie do tribotech.pl.
Author: NTIT for Tribo-Tech
Template: storefront
Version: 2.1.2
Text Domain: storefront-tribotech
*/

:root {
  --tt-black: #0d1013;
  --tt-dark: #14191e;
  --tt-dark-2: #1d2329;
  --tt-steel: #2d353d;
  --tt-red: #c5161d;
  --tt-red-dark: #971016;
  --tt-yellow: #f1c232;
  --tt-blue: #144b9a;
  --tt-white: #ffffff;
  --tt-text: #23292f;
  --tt-muted: #6b737c;
  --tt-bg: #f3f5f6;
  --tt-line: #dde2e6;
  --tt-shadow: 0 20px 50px rgba(10, 15, 20, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tt-text);
  background: var(--tt-bg);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: var(--tt-red); }
a:hover { color: var(--tt-red-dark); }
.site { overflow-x: clip; }
.col-full {
  max-width: 1320px;
  padding-left: 28px;
  padding-right: 28px;
}
.site-content, .site-main { margin-bottom: 0; }
h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; }

/* Topbar */
.tt-topbar {
  background: #090b0d;
  color: #d5dbe1;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
}
.tt-topbar__inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tt-topbar__contact {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.tt-topbar a {
  color: #fff;
  text-decoration: none;
}
.tt-topbar__claim {
  color: var(--tt-yellow);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

/* Header */
.site-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
  background: linear-gradient(180deg, var(--tt-dark) 0%, #11161b 100%);
  color: #fff;
}
.tt-header-main {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(320px, 1fr) auto;
  grid-template-areas: "brand search actions";
  gap: 28px;
  align-items: center;
  min-height: 112px;
  justify-items: stretch;
}
.site-branding {
  grid-area: brand;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
  justify-self: start !important;
  align-self: center;
  text-align: left !important;
  float: none !important;
}
.site-branding .custom-logo-link,
.site-branding .tt-branding-card {
  display: inline-flex;
  margin-left: 0;
}
.site-branding .custom-logo-link img {
  display: block;
  margin-left: 0;
}
.tt-branding-card {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
}
.tt-branding-card__top {
  display: block;
  padding: 10px 14px 9px;
  background: var(--tt-yellow);
  color: #111;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}
.tt-branding-card__bottom {
  display: block;
  padding: 8px 14px 7px;
  background: var(--tt-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .28em;
}
.tt-branding-card__tagline {
  margin-top: 8px;
  color: #c7ced5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.custom-logo-link img { max-height: 80px; width: auto; }
.tt-header-search {
  grid-area: search;
  width: 100%;
  max-width: 520px;
  justify-self: end;
}
.tt-header-search .woocommerce-product-search {
  display: flex;
  width: 100%;
  margin: 0;
}
.tt-header-search input[type="search"] {
  flex: 1;
  height: 48px;
  border: 0;
  background: #fff;
  padding: 0 18px;
  border-radius: 3px 0 0 3px;
}
.tt-header-search button {
  height: 48px;
  border: 0;
  border-radius: 0 3px 3px 0;
  padding: 0 22px;
  background: var(--tt-red);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.tt-header-search button:hover { background: var(--tt-red-dark); }
.tt-header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tt-header-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .2s ease;
}
.tt-header-action:hover { background: #fff; color: var(--tt-black); }
.tt-cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 8px;
  padding: 0 6px;
  border-radius: 50px;
  background: var(--tt-yellow);
  color: #111;
  font-size: 11px;
  font-weight: 900;
}

/* Navigation */
.storefront-primary-navigation {
  background: #0f1317;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 4px solid var(--tt-red);
}
.tt-nav-shell { position: relative; }
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  color: #fff;
  padding: 1.18em 1.1em;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-header ul.menu li.current-menu-item > a,
.site-header ul.menu li.current_page_item > a { color: var(--tt-yellow); }
.main-navigation ul ul { background: var(--tt-dark-2); }
.main-navigation ul ul li a { color: #fff; }

/* Buttons */
.tt-button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart {
  border-radius: 2px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.tt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  background: var(--tt-red);
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
.tt-button:hover { background: var(--tt-red-dark); color: #fff; }
.tt-button--outline {
  background: transparent;
  border: 2px solid #fff;
}
.tt-button--outline:hover {
  background: #fff;
  color: var(--tt-black);
}
.tt-button--small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 12px;
}

/* Hero */
.tt-hero {
  position: relative;
  width: 100vw;
  max-width: none;
  min-height: 620px;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--tt-dark);
}
.tt-home,
.tt-home.site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tt-hero-slider__slides,
.tt-hero-slider__slide,
.tt-hero-slider__overlay {
  position: absolute;
  inset: 0;
}
.tt-hero-slider__slides { z-index: 0; width: 100%; height: 100%; }
.tt-hero-slider__slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1.1s ease, transform 7s ease;
  filter: brightness(1.08) saturate(1.08) contrast(1.02);
}
.tt-hero-slider__slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.tt-hero-slider__overlay {
  z-index: 1;
  background: linear-gradient(108deg, rgba(9,11,13,.78) 0%, rgba(9,11,13,.56) 48%, rgba(9,11,13,.22) 100%);
  pointer-events: none;
}
.tt-hero-slider__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 44px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(10,13,16,.5);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
  opacity: .72;
}
.tt-hero-slider__arrow:hover {
  background: var(--tt-red);
  color: #fff;
  opacity: 1;
}
.tt-hero-slider__arrow--prev { left: 18px; }
.tt-hero-slider__arrow--next { right: 18px; }
.tt-hero-slider__dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 26px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}
.tt-hero-slider__dot {
  width: 11px;
  height: 11px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 50%;
  background: transparent;
}
.tt-hero-slider__dot.is-active {
  border-color: var(--tt-yellow);
  background: var(--tt-yellow);
}

.tt-hero::before {
  content: "";
  z-index: 2;
  position: absolute;
  inset: auto -12% -42% auto;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241,194,50,.12) 0%, rgba(241,194,50,0) 68%);
}
.tt-hero::after {
  content: "";
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--tt-red) 0 36%, var(--tt-yellow) 36% 54%, transparent 54%);
}
.tt-hero__inner {
  position: relative;
  z-index: 3;
  min-height: 620px;
  display: flex;
  align-items: center;
  width: 100%;
}
.tt-hero__grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 470px);
  gap: 46px;
  align-items: center;
}
.tt-hero__grid--single {
  grid-template-columns: 1fr;
  justify-items: start;
}
.tt-hero__inner,
.tt-hero__grid,
.tt-hero__content {
  text-align: left !important;
}
.tt-hero__content {
  margin-left: 0 !important;
  margin-right: auto;
}
.tt-eyebrow {
  justify-content: flex-start;
  align-self: flex-start;
}

.tt-hero__content {
  padding: 92px 0 112px;
  max-width: 820px;
}
.tt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: var(--tt-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.tt-eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  background: var(--tt-red);
}
.tt-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0,0,0,.35);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.05em;
}
.tt-hero p {
  margin: 0 0 30px;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
  max-width: 660px;
  color: #e7ecef;
  font-size: 19px;
  line-height: 1.68;
}
.tt-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tt-hero__visual { display: flex; justify-content: flex-end; }
.tt-promo-card {
  position: relative;
  width: 100%;
  max-width: 430px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--tt-shadow);
  backdrop-filter: blur(4px);
}
.tt-promo-card img {
  display: block;
  width: 100%;
  height: auto;
}

.tt-hero__visual,
.tt-promo-card {
  display: none !important;
}

/* Benefits */
.tt-benefits {
  position: relative;
  z-index: 5;
  margin-top: -54px;
}
.tt-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  box-shadow: var(--tt-shadow);
}
.tt-benefit {
  min-height: 186px;
  padding: 30px;
  border-right: 1px solid var(--tt-line);
}
.tt-benefit:last-child { border-right: 0; }
.tt-benefit__number {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--tt-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.tt-benefit h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}
.tt-benefit p { margin: 0; color: var(--tt-muted); line-height: 1.62; }

/* Shared sections */
.tt-section { padding: 88px 0; }
.tt-section--white { background: #fff; }
.tt-section--dark { background: var(--tt-dark); color: #fff; }
.tt-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}
.tt-section-heading__copy { max-width: 780px; }
.tt-section-heading h2,
.tt-story__copy h2,
.tt-contact-band__content h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.045em;
}
.tt-section-heading p,
.tt-story__copy p,
.tt-contact-band__content p {
  margin: 0;
  color: var(--tt-muted);
  font-size: 17px;
  line-height: 1.72;
}
.tt-section--dark .tt-section-heading h2,
.tt-section--dark p { color: #fff; }
.tt-section--dark .tt-section-heading p { color: #c2cad1; }

/* Story */
.tt-story__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 48px;
  align-items: center;
}
.tt-story__image img {
  width: 100%;
  display: block;
  box-shadow: var(--tt-shadow);
}
.tt-check-list {
  list-style: none;
  margin: 28px 0 34px;
  padding: 0;
}
.tt-check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  line-height: 1.65;
  color: var(--tt-text);
}
.tt-check-list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 11px;
  height: 11px;
  background: linear-gradient(135deg, var(--tt-red), var(--tt-yellow));
  transform: rotate(45deg);
}

/* Applications */
.tt-applications { background: var(--tt-bg); }
.tt-application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.tt-application-card {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--tt-line);
  box-shadow: 0 10px 28px rgba(10,15,20,.05);
}
.tt-application-card__icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--tt-red), var(--tt-yellow));
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.tt-application-card h3 {
  margin: 0 0 9px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.tt-application-card p {
  margin: 0;
  color: var(--tt-muted);
  line-height: 1.66;
}

/* Products */
.tt-products-showcase { background: linear-gradient(180deg, #11161b 0%, #161c22 100%); }
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 24px;
  background: #fff;
  border: 1px solid var(--tt-line);
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: var(--tt-shadow);
}
.woocommerce ul.products li.product img {
  margin: 0 0 20px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  min-height: 52px;
  margin: 0;
  padding: 0 18px;
  color: var(--tt-black);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
  padding: 10px 18px 0;
  color: var(--tt-red);
  font-size: 19px;
  font-weight: 900;
}
.woocommerce ul.products li.product .button {
  margin: 16px 18px 0;
  background: var(--tt-black);
  color: #fff;
}
.woocommerce ul.products li.product .button:hover { background: var(--tt-red); }
.onsale {
  min-height: 2.4em;
  min-width: 2.4em;
  border: 0;
  border-radius: 0;
  background: var(--tt-red);
  color: #fff;
  font-weight: 800;
}

.tt-fallback-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.tt-fallback-product {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,.14);
  color: var(--tt-text);
  box-shadow: var(--tt-shadow);
}
.tt-fallback-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(180deg, #fbfbfb 0%, #f0f2f3 100%);
}
.tt-fallback-product__image img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}
.tt-fallback-product__body { padding: 20px 20px 22px; }
.tt-fallback-product h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  text-transform: uppercase;
}
.tt-fallback-product p { margin: 0 0 18px; color: var(--tt-muted); }

/* Contact band */
.tt-contact-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: 34px;
  align-items: center;
}
.tt-contact-band__cards {
  display: grid;
  gap: 16px;
}
.tt-contact-mini-card {
  padding: 24px 26px;
  background: var(--tt-dark);
  color: #fff;
  border-left: 4px solid var(--tt-red);
}
.tt-contact-mini-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--tt-yellow);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.tt-contact-mini-card span,
.tt-contact-mini-card a { color: #fff; text-decoration: none; }

/* Footer */
.site-footer {
  background: #0f1317;
  color: #bcc3ca;
  padding: 68px 0 0;
}
.site-footer a { color: #fff; }
.site-footer h2,
.site-footer h3,
.site-footer .widget-title {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.tt-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 48px;
}
.tt-footer-logo img {
  display: block;
  max-width: 290px;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}
.tt-footer-brand p { max-width: 440px; line-height: 1.75; }
.tt-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tt-footer-contact li { margin-bottom: 12px; }
.tt-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  font-size: 13px;
}
.site-info { display: none; }
.site-footer ul.menu,
.site-footer ul.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul.menu li,
.site-footer ul.nav-menu li { margin-bottom: 10px; }
.site-footer ul.menu a,
.site-footer ul.nav-menu a { text-decoration: none; }

/* WooCommerce global pages */
.page-template-default .site-main,
.page:not(.home) .site-main,
.single-product .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main { padding-top: 44px; }
.storefront-breadcrumb {
  margin: 0;
  padding: 16px 0;
  background: #fff;
}
.storefront-breadcrumb a { color: var(--tt-red); }
.woocommerce-breadcrumb, .woocommerce-products-header__title.page-title, .entry-title {
  font-weight: 900;
  text-transform: uppercase;
}
.woocommerce-products-header {
  padding: 0 0 24px;
}
.woocommerce-result-count, .woocommerce-ordering { margin-bottom: 26px; }
.woocommerce div.product {
  background: #fff;
  padding: 24px;
  border: 1px solid var(--tt-line);
}
.woocommerce div.product .product_title {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  font-weight: 900;
  text-transform: uppercase;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--tt-red);
  font-size: 28px;
  font-weight: 900;
}
.woocommerce div.product form.cart .button { background: var(--tt-red); color: #fff; }
.woocommerce div.product form.cart .button:hover { background: var(--tt-red-dark); }
.woocommerce-tabs ul.tabs li.active a { color: var(--tt-red); }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--tt-red);
}

/* Mobile */
@media (max-width: 1180px) {
  .tt-header-main {
    grid-template-columns: minmax(240px, 300px) 1fr;
    grid-template-areas:
      "brand actions"
      "search search";
  }
  .tt-header-search { max-width: none; justify-self: stretch; }
  .tt-header-actions { justify-content: flex-end; }
  .tt-hero__grid { grid-template-columns: 1fr 360px; }
  .tt-application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tt-fallback-products,
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .tt-header-main {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand actions"
      "search search";
    min-height: 96px;
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .tt-header-search { max-width: none; justify-self: stretch; }
  .tt-header-actions { justify-content: flex-end; }
  .tt-hero__grid,
  .tt-story__grid,
  .tt-contact-band__grid { grid-template-columns: 1fr; }
  .tt-hero__visual { justify-content: flex-start; }
  .tt-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tt-benefit:nth-child(2) { border-right: 0; }
  .tt-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--tt-line); }
  .tt-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .col-full { padding-left: 18px; padding-right: 18px; }
  .tt-topbar__inner { min-height: 44px; }
  .tt-topbar__claim { display: none; }
  .tt-topbar__contact { gap: 12px; font-size: 12px; }
  .tt-header-main {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .site-branding { width: 100% !important; justify-self: flex-start !important; text-align: left !important; }
  .tt-branding-card__top { font-size: 28px; }
  .tt-branding-card__bottom { font-size: 16px; }
  .tt-header-search { width: 100%; }
  .tt-header-actions { width: 100%; justify-content: flex-start; }
  .tt-header-action { min-height: 42px; padding: 0 14px; font-size: 12px; }
  .tt-header-actions .tt-account { display: none; }
  .menu-toggle {
    margin: 12px 0;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a { padding: .82em 0; }
  .tt-hero__content { padding: 72px 0 42px; margin-left: 0 !important; margin-right: auto; text-align: left !important; }
  .tt-eyebrow { justify-content: flex-start; }
  .tt-hero h1 { font-size: 42px; }
  .tt-hero p { font-size: 16px; }
  .tt-promo-card { max-width: 100%; }
  .tt-benefits { margin-top: -34px; }
  .tt-benefits__grid { grid-template-columns: 1fr; }
  .tt-benefit { border-right: 0; border-bottom: 1px solid var(--tt-line); min-height: auto; }
  .tt-benefit:last-child { border-bottom: 0; }
  .tt-section { padding: 62px 0; }
  .tt-section-heading { display: block; }
  .tt-section-heading .tt-button { margin-top: 20px; }
  .tt-application-grid,
  .tt-fallback-products,
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .tt-fallback-product__body { padding: 16px; }
  .tt-fallback-product h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2 { font-size: 14px; min-height: auto; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2,
  .woocommerce ul.products li.product .price { padding-left: 13px; padding-right: 13px; }
  .woocommerce ul.products li.product .button { margin-left: 13px; margin-right: 13px; }
  .tt-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .woocommerce div.product { padding: 16px; }
}


/* Usunięcie standardowego sidebara WordPress / Storefront */
#secondary,
.secondary,
.widget-area,
.sidebar,
.right-sidebar #secondary,
.left-sidebar #secondary {
  display: none !important;
}

.right-sidebar .content-area,
.left-sidebar .content-area,
.content-area,
.site-main,
#primary {
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#primary {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .tt-hero-slider__arrow { display: none; }
  .tt-hero-slider__dots { bottom: 18px; }
  .tt-hero-slider__overlay {
    background: linear-gradient(108deg, rgba(9,11,13,.96) 0%, rgba(9,11,13,.82) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-hero-slider__slide { transition: opacity .2s ease; transform: none; }
}


/* Slider i baner są jednym pełnoszerokim elementem */
.tt-hero-slider,
.tt-hero-slider__slides,
.tt-hero-slider__slide,
.tt-hero-slider__overlay {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .tt-hero,
  .tt-hero__inner { min-height: 560px; }
}

@media (max-width: 767px) {
  .tt-hero,
  .tt-hero__inner { min-height: 520px; }
  .tt-hero { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
}


/* Strona główna: usuń biały odstęp Storefront nad i wokół banera */
body.home .site-content,
body.home #content.site-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}

body.home .site-content > .col-full,
body.home #content > .col-full {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .tt-hero {
  margin-top: 0 !important;
}


/* Storefront dodaje na stronie głównej duży dolny margines nagłówka. */
body.home.page:not(.page-template-template-homepage) .site-header,
body.home.blog .site-header,
body.home.post-type-archive-product .site-header,
body.home .site-header,
body.no-wc-breadcrumb .site-header {
  margin-bottom: 0 !important;
}

body.home #page,
body.home #content,
body.home .site-content,
body.home .content-area,
body.home #primary,
body.home .site-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
