
:root{
    --primary-color:#143661;
    --brand:var(--primary-color);
    --font-serif:"Times New Roman","Georgia",serif;
  }
  html,body{margin:0;padding:0}
  body{font-family:var(--font-serif);color:#1f2b3a;background:#fff;line-height:1.70}
  a{color:var(--primary-color)}
  a:hover{text-decoration:underline}
  .container{max-width:min(100%, 1200px);margin:0 auto;padding-left:4%;padding-right:4%}



/* LFJ_V21_5_MOBILE_FILTER_SAFE */
html, body { max-width: 100%; overflow-x: hidden; }
img, svg, video, canvas, iframe { max-width: 100% !important; height: auto !important; }
table { display: block; max-width: 100% !important; overflow-x: auto; -webkit-overflow-scrolling: touch; }
pre, code { white-space: pre-wrap; overflow-wrap: anywhere; }
[class*="grid"], [class*="tiles"], [class*="tile"], [class*="gallery"], [class*="slider"], [class*="swiper"], [class*="carousel"] {
  max-width: 100% !important;
  min-width: 0 !important;
}
.hub-stone-card, .hub-stone-grid, .hub-stone-tiles, .stone-grid, .stone-tiles,
.category-grid, .category-tiles, .product-grid, .products-grid, .product-list, .gallery-grid {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}



  .site-header {
    border-bottom: 1px solid #e2e6ef;
    font-family: "Times New Roman", "Georgia", serif;
    color: #143661;
  }

  /* Górna belka */
  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4%;
    font-size: 14px;
    letter-spacing: 0.03em;
    background-color: #ffffff;
  }

  .top-bar__phone,
  .top-bar__hours,
  .top-bar__stores {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .top-bar__label {
    text-transform: uppercase;
    font-weight: 600;
  }

  .top-bar__link {
    text-decoration: none;
    color: #143661;
  }

  .top-bar__link:hover {
    text-decoration: underline;
  }

  /* Główna część nagłówka */
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4%;
    gap: 24px;
  }

  /* Logo */
  .logo {
    text-decoration: none;
    color: #143661;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
  }

  .logo__line1 {
    display: block;
    font-size: 24px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .logo__line2 {
    display: block;
    font-size: 14px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
  }

  /* Menu główne */
  .main-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 28px;
    font-size: 15px;
    text-transform: uppercase;
  }

  .main-nav a {
    text-decoration: none;
    color: #143661;
    letter-spacing: 0.08em;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
  }

  .main-nav a:hover {
    border-bottom-color: #143661;
  }

  /* Koszyk w górnej belce */
  .top-bar__cart {
    display: flex;
    align-items: center;
  }

  .cart-icon {
    font-size: 18px;
  }
/* Responsywność – proste zachowanie bez JS */
  @media (max-width:min(100%, 900px)) {
    .header-main {
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    .main-nav {
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px;
    }
  }

  @media (max-width:min(100%, 600px)) {
    .top-bar {
      flex-direction: column;
      gap: 4px;
      text-align: center;
    }

    .logo__line1 {
      font-size: 20px;
    }

    .logo__line2 {
      font-size: 12px;
    }

    .main-nav {
      font-size: 13px;
      gap: 10px;
    }
  

    .main-nav a { padding: 10px 8px; }
    .top-bar__link, .cart-link { padding: 8px 6px; }
}

  /* Dostępność (klawiatura): wyraźny focus */
  .main-nav a:focus-visible,
  .top-bar__link:focus-visible,
  .cart-link:focus-visible {
    outline: 2px solid #143661;
    outline-offset: 3px;
    border-radius: 6px;
  }




  /* Stopka FINAL – jasna, premium */
  .footer {
    background: #ffffff;
    border-top: 1px solid #e2e6ef;
    color: #212529;
    margin-top: 22px;
  }

  .footer-inner {
    padding: 18px 15px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer-cols {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer-col {
    background: #fbfbfc;
    border: 1px solid #eef1f6;
    border-radius: 10px;
    padding: 12px;
  }

  .footer-col h3 {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-family: var(--font-serif);
    color: var(--primary-color);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .footer-col ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  .footer-col li { margin: 5px 0; }

  .footer a {
    color: var(--primary-color);
    text-decoration: none;
  }

  .footer a:hover { text-decoration: underline; }

  .footer-cta { margin: 6px 0 10px; }

  .footer-cta__btn {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 50, 105, 0.06);
    border: 1px solid rgba(0, 50, 105, 0.18);
    text-decoration: none;
    font-size: 0.9rem;
  }

  .footer-cta__btn:hover {
    background: rgba(0, 50, 105, 0.10);
    text-decoration: none;
  }

  .footer-contact__brand {
    font-weight: 600;
    color: #1f2b3a;
  }

  .footer-bottom {
    border-top: 1px solid #e2e6ef;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    color: #5d6673;
    font-size: 0.85rem;
  }

  .footer-bottom__links {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-bottom__links span { color: #a0a7b2; }

  /* Desktop: 4 kolumny */
  @media (min-width:min(100%, 900px)) {
    .footer-cols {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
    }

    .footer-col { width: 24%; }

    .footer-bottom {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      text-align: left;
      gap: 12px;
    }

    .footer-bottom__links { justify-content: flex-start; }
  }



:root{
    --primary-color:#143661;
    --brand:var(--primary-color);
    --font-serif:"Times New Roman","Georgia",serif;
  }
  html,body{margin:0;padding:0}
  body{font-family:var(--font-serif);color:#1f2b3a;background:#fff;line-height:1.70}
  a{color:var(--primary-color)}
  a:hover{text-decoration:underline}
  .container{max-width:1200px;margin:0 auto;padding-left:4%;padding-right:4%}



  .site-header {
    border-bottom: 1px solid #e2e6ef;
    font-family: "Times New Roman", "Georgia", serif;
    color: #143661;
  }

  /* Górna belka */
  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4%;
    font-size: 14px;
    letter-spacing: 0.03em;
    background-color: #ffffff;
  }

  .top-bar__phone,
  .top-bar__hours,
  .top-bar__stores {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .top-bar__label {
    text-transform: uppercase;
    font-weight: 600;
  }

  .top-bar__link {
    text-decoration: none;
    color: #143661;
  }

  .top-bar__link:hover {
    text-decoration: underline;
  }

  /* Główna część nagłówka */
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4%;
    gap: 24px;
  }

  /* Logo */
  .logo {
    text-decoration: none;
    color: #143661;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
  }

  .logo__line1 {
    display: block;
    font-size: 24px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .logo__line2 {
    display: block;
    font-size: 14px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
  }

  /* Menu główne */
  .main-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 28px;
    font-size: 15px;
    text-transform: uppercase;
  }

  .main-nav a {
    text-decoration: none;
    color: #143661;
    letter-spacing: 0.08em;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
  }

  .main-nav a:hover {
    border-bottom-color: #143661;
  }

  /* Koszyk w górnej belce */
  .top-bar__cart {
    display: flex;
    align-items: center;
  }

  .cart-icon {
    font-size: 18px;
  }
/* Responsywność – proste zachowanie bez JS */
  @media (max-width: 900px) {
    .header-main {
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    .main-nav {
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px;
    }
  }

  @media (max-width: 600px) {
    .top-bar {
      flex-direction: column;
      gap: 4px;
      text-align: center;
    }

    .logo__line1 {
      font-size: 20px;
    }

    .logo__line2 {
      font-size: 12px;
    }

    .main-nav {
      font-size: 13px;
      gap: 10px;
    }
  

    .main-nav a { padding: 10px 8px; }
    .top-bar__link, .cart-link { padding: 8px 6px; }
}

  /* Dostępność (klawiatura): wyraźny focus */
  .main-nav a:focus-visible,
  .top-bar__link:focus-visible,
  .cart-link:focus-visible {
    outline: 2px solid #143661;
    outline-offset: 3px;
    border-radius: 6px;
  }




  /* Stopka FINAL – jasna, premium */
  .footer {
    background: #ffffff;
    border-top: 1px solid #e2e6ef;
    color: #212529;
    margin-top: 22px;
  }

  .footer-inner {
    padding: 18px 15px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer-cols {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer-col {
    background: #fbfbfc;
    border: 1px solid #eef1f6;
    border-radius: 10px;
    padding: 12px;
  }

  .footer-col h3 {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-family: var(--font-serif);
    color: var(--primary-color);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .footer-col ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  .footer-col li { margin: 5px 0; }

  .footer a {
    color: var(--primary-color);
    text-decoration: none;
  }

  .footer a:hover { text-decoration: underline; }

  .footer-cta { margin: 6px 0 10px; }

  .footer-cta__btn {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 50, 105, 0.06);
    border: 1px solid rgba(0, 50, 105, 0.18);
    text-decoration: none;
    font-size: 0.9rem;
  }

  .footer-cta__btn:hover {
    background: rgba(0, 50, 105, 0.10);
    text-decoration: none;
  }

  .footer-contact__brand {
    font-weight: 600;
    color: #1f2b3a;
  }

  .footer-bottom {
    border-top: 1px solid #e2e6ef;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    color: #5d6673;
    font-size: 0.85rem;
  }

  .footer-bottom__links {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-bottom__links span { color: #a0a7b2; }

  /* Desktop: 4 kolumny */
  @media (min-width: 900px) {
    .footer-cols {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
    }

    .footer-col { width: 24%; }

    .footer-bottom {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      text-align: left;
      gap: 12px;
    }

    .footer-bottom__links { justify-content: flex-start; }
  }
