/* =========================================================
   GAW-BRUK modern UI polish — tylko wygląd, bez zmian logiki
   ========================================================= */
:root{
  --gawkk-modern-dark:#151515;
  --gawkk-modern-dark-2:#232323;
  --gawkk-modern-green:#2f6b3f;
  --gawkk-modern-green-2:#3f7f4d;
  --gawkk-modern-sand:#f5f2eb;
  --gawkk-modern-card:#ffffff;
  --gawkk-modern-text:#171717;
  --gawkk-modern-muted:#6a6a6a;
  --gawkk-modern-border:rgba(21,21,21,.10);
  --gawkk-modern-shadow:0 18px 44px rgba(21,21,21,.10);
  --gawkk-modern-shadow-soft:0 10px 28px rgba(21,21,21,.075);
}

body .gawkk-cat-wrap,
body .gawkk-page,
body .gawkk-wrap{
  color:var(--gawkk-modern-text) !important;
  font-family:inherit !important;
}

body .gawkk-cat-wrap *,
body .gawkk-page *,
body .gawkk-wrap *{
  box-sizing:border-box !important;
}

/* ---------- Ogólne przyciski ---------- */
body .gawkk-btn,
body .gawkk-cat-wrap .gawkk-btn,
body .gawkk-page .gawkk-btn,
body .gawkk-wrap .gawkk-btn{
  min-height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  border-radius:999px !important;
  padding:12px 18px !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  text-decoration:none !important;
  border:1px solid rgba(21,21,21,.12) !important;
  background:#fff !important;
  color:var(--gawkk-modern-dark) !important;
  box-shadow:0 8px 18px rgba(21,21,21,.055) !important;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease !important;
}
body .gawkk-btn:hover,
body .gawkk-cat-wrap .gawkk-btn:hover,
body .gawkk-page .gawkk-btn:hover,
body .gawkk-wrap .gawkk-btn:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 12px 26px rgba(21,21,21,.10) !important;
}
body .gawkk-btn.primary,
body .gawkk-cat-wrap .gawkk-btn.primary,
body .gawkk-page .gawkk-btn.primary,
body .gawkk-wrap .gawkk-btn.primary{
  color:#fff !important;
  background:linear-gradient(135deg,var(--gawkk-modern-dark),var(--gawkk-modern-green)) !important;
  border-color:rgba(21,21,21,.92) !important;
}
body .gawkk-btn.danger,
body .gawkk-wrap .gawkk-btn.danger{
  color:#8f1d1d !important;
  background:#fff5f5 !important;
  border-color:rgba(180,35,35,.22) !important;
}

/* =========================================================
   KATALOG — dopasowanie do strony głównej
   ========================================================= */
body .gawkk-cat-wrap{
  max-width:1540px !important;
  padding:8px 20px 62px !important;
}
body .gawkk-cat-wrap .gawkk-hero{
  position:relative !important;
  overflow:hidden !important;
  border-radius:30px !important;
  padding:32px !important;
  margin:8px 0 18px !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:
    radial-gradient(560px 260px at 88% 10%, rgba(255,255,255,.16), transparent 58%),
    linear-gradient(135deg,#111 0%,#242424 48%,#40523d 100%) !important;
  box-shadow:0 24px 60px rgba(21,21,21,.18) !important;
}
body .gawkk-cat-wrap .gawkk-hero:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.05) 1px,transparent 1px) !important;
  background-size:42px 42px !important;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.45),transparent 78%) !important;
}
body .gawkk-cat-wrap .gawkk-hero-inner{
  position:relative !important;
  z-index:1 !important;
  max-width:760px !important;
}
body .gawkk-cat-wrap .gawkk-hero-badge{
  display:inline-flex !important;
  align-items:center !important;
  border:1px solid rgba(255,255,255,.18) !important;
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  box-shadow:none !important;
  backdrop-filter:blur(8px) !important;
}
body .gawkk-cat-wrap .gawkk-hero-title{
  color:#fff !important;
  font-size:clamp(28px,4vw,50px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  margin:12px 0 12px !important;
  max-width:820px !important;
}
body .gawkk-cat-wrap .gawkk-hero-sub{
  color:rgba(255,255,255,.86) !important;
  font-size:16px !important;
  line-height:1.62 !important;
  max-width:680px !important;
}
body .gawkk-cat-wrap .gawkk-hero-actions{
  gap:12px !important;
  margin-top:20px !important;
}
body .gawkk-cat-wrap .gawkk-hero-actions .gawkk-btn.primary{
  background:#fff !important;
  color:#151515 !important;
  border-color:#fff !important;
}
body .gawkk-cat-wrap .gawkk-hero-actions .gawkk-btn.ghost{
  color:#fff !important;
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.22) !important;
}
body .gawkk-cat-wrap .gawkk-hero-trust{
  margin-top:20px !important;
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
body .gawkk-cat-wrap .trust-item{
  color:rgba(255,255,255,.92) !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:999px !important;
  padding:8px 12px !important;
  font-weight:800 !important;
  font-size:13px !important;
}
body .gawkk-cat-wrap .trust-item .dot{
  background:#d8ebcf !important;
}

body .gawkk-cat-wrap .gawkk-search,
body .gawkk-cat-wrap .gawkk-steps,
body .gawkk-cat-wrap .gawkk-card,
body .gawkk-cat-wrap .gawkk-prod,
body .gawkk-page .gawkk-card,
body .gawkk-wrap .gawkk-card{
  border:1px solid var(--gawkk-modern-border) !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:var(--gawkk-modern-shadow-soft) !important;
}
body .gawkk-cat-wrap .gawkk-search{
  padding:18px !important;
  margin:18px 0 !important;
  background:linear-gradient(180deg,#fff,#fbfaf7) !important;
}
body .gawkk-cat-wrap .gawkk-search-input{
  min-height:50px !important;
  border-radius:999px !important;
  border:1px solid rgba(21,21,21,.12) !important;
  background:#f8f6f1 !important;
  font-size:16px !important;
  padding:13px 18px !important;
}
body .gawkk-cat-wrap .gawkk-search-input:focus{
  background:#fff !important;
  border-color:var(--gawkk-modern-green) !important;
  box-shadow:0 0 0 4px rgba(47,107,63,.12) !important;
}
body .gawkk-cat-wrap .gawkk-muted{
  color:var(--gawkk-modern-muted) !important;
  opacity:1 !important;
}
body .gawkk-cat-wrap .gawkk-steps{
  padding:18px !important;
  margin:18px 0 !important;
  background:var(--gawkk-modern-sand) !important;
}
body .gawkk-cat-wrap .gawkk-steps-title,
body .gawkk-cat-wrap .gawkk-head h2{
  color:#151515 !important;
  letter-spacing:-.025em !important;
}
body .gawkk-cat-wrap .gawkk-step{
  border-radius:20px !important;
  background:#fff !important;
  border:1px solid rgba(21,21,21,.08) !important;
}
body .gawkk-cat-wrap .gawkk-step .ic,
body .gawkk-cat-wrap .gawkk-card-ic{
  background:linear-gradient(135deg,#151515,var(--gawkk-modern-green)) !important;
  color:#fff !important;
}
body .gawkk-cat-wrap .gawkk-layout{
  gap:20px !important;
}
body .gawkk-cat-wrap .gawkk-grid.groups,
body .gawkk-cat-wrap .gawkk-grid.products{
  gap:16px !important;
}
body .gawkk-cat-wrap .gawkk-card,
body .gawkk-cat-wrap .gawkk-prod{
  overflow:hidden !important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}
body .gawkk-cat-wrap .gawkk-card:hover,
body .gawkk-cat-wrap .gawkk-prod:hover{
  transform:translateY(-3px) !important;
  box-shadow:var(--gawkk-modern-shadow) !important;
  border-color:rgba(47,107,63,.24) !important;
}
body .gawkk-cat-wrap .gawkk-card-title,
body .gawkk-cat-wrap .gawkk-prod-title{
  color:#151515 !important;
  letter-spacing:-.02em !important;
}
body .gawkk-cat-wrap .gawkk-thumb{
  background:#ede9df !important;
}
body .gawkk-cat-wrap .gawkk-thumb img{
  transition:transform .25s ease !important;
}
body .gawkk-cat-wrap .gawkk-prod:hover .gawkk-thumb img{
  transform:scale(1.035) !important;
}
body .gawkk-cat-wrap .tag,
body .gawkk-cat-wrap .pill,
body .gawkk-page .gawkk-badge{
  border-radius:999px !important;
  background:#f4f1ea !important;
  color:#2c2c2c !important;
  border:1px solid rgba(21,21,21,.08) !important;
}

/* =========================================================
   STRONA PRODUKTU — spójność z katalogiem
   ========================================================= */
body .gawkk-page{
  max-width:1220px !important;
  padding:20px 14px 80px !important;
}
body .gawkk-page .gawkk-grid{
  gap:24px !important;
}
body .gawkk-page .gawkk-title{
  color:#151515 !important;
  font-size:clamp(28px,3.3vw,44px) !important;
  line-height:1.05 !important;
  letter-spacing:-.045em !important;
}
body .gawkk-page .gawkk-gallery{
  gap:12px !important;
}
body .gawkk-page .gawkk-gallery a,
body .gawkk-page .gawkk-rel-card{
  border-radius:22px !important;
  box-shadow:0 8px 20px rgba(21,21,21,.06) !important;
}
body .gawkk-page .gawkk-pricebadge,
body .gawkk-page .gawkk-calcbox{
  border-radius:22px !important;
  background:linear-gradient(180deg,#fff,#f8f6f1) !important;
  border:1px solid rgba(21,21,21,.10) !important;
  box-shadow:0 10px 24px rgba(21,21,21,.06) !important;
}
body .gawkk-page .gawkk-priceico{
  background:linear-gradient(135deg,#151515,var(--gawkk-modern-green)) !important;
}
body .gawkk-page .gawkk-qtyline input{
  min-height:50px !important;
  border-radius:999px !important;
  border:1px solid rgba(21,21,21,.14) !important;
  background:#f8f6f1 !important;
  font-weight:900 !important;
  text-align:center !important;
}
body .gawkk-page .gawkk-note{
  border-radius:18px !important;
  padding:14px 16px !important;
  background:#fff8e7 !important;
  border:1px solid #eed9a8 !important;
}
body .gawkk-page .gawkk-spec{
  border-radius:20px !important;
  background:#fbfaf7 !important;
  padding:14px !important;
}
body .gawkk-page .gawkk-k{
  color:#3a3a3a !important;
  opacity:1 !important;
}

/* =========================================================
   MODALE / OKNA WYCENY — czytelniej na telefonie
   ========================================================= */
body .gawkk-modal-mask{
  backdrop-filter:blur(8px) !important;
  background:rgba(0,0,0,.55) !important;
}
body .gawkk-modal{
  border-radius:28px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 26px 70px rgba(0,0,0,.28) !important;
  overflow:hidden !important;
}
body .gawkk-modal-h,
body .gawkk-modal-title{
  color:#151515 !important;
  letter-spacing:-.025em !important;
}
body .gawkk-modal-b{
  background:#fff !important;
}
body .gawkk-modal input{
  min-height:50px !important;
  border-radius:999px !important;
  border:1px solid rgba(21,21,21,.14) !important;
  background:#f8f6f1 !important;
  padding:12px 16px !important;
  font-size:16px !important;
}
body .gawkk-modal input:focus{
  outline:none !important;
  background:#fff !important;
  border-color:var(--gawkk-modern-green) !important;
  box-shadow:0 0 0 4px rgba(47,107,63,.12) !important;
}
body .gawkk-modal label{
  color:#252525 !important;
}
body .gawkk-lock-note,
body .gawkk-modal-mini{
  border-radius:18px !important;
  background:#f8f6f1 !important;
  border:1px solid rgba(21,21,21,.08) !important;
}
body .gawkk-modal-actions,
body .gawkk-lock-actions{
  gap:10px !important;
}

@media (max-width:720px){
  body .gawkk-modal-mask{
    align-items:flex-end !important;
    padding:10px 10px 0 !important;
  }
  body .gawkk-modal{
    width:100% !important;
    max-width:100% !important;
    max-height:92dvh !important;
    overflow:auto !important;
    border-radius:26px 26px 0 0 !important;
  }
  body .gawkk-modal-h{
    padding:18px 18px 12px !important;
    font-size:21px !important;
    line-height:1.15 !important;
  }
  body .gawkk-modal-title{
    font-size:20px !important;
    line-height:1.15 !important;
  }
  body .gawkk-modal-b{
    padding:16px 16px calc(16px + env(safe-area-inset-bottom)) !important;
  }
  body .gawkk-lock-grid{
    display:block !important;
  }
  body .gawkk-lock-col-6,
  body .gawkk-lock-col-12{
    width:100% !important;
    margin:0 0 12px !important;
  }
  body .gawkk-modal label{
    font-size:13px !important;
    line-height:1.25 !important;
  }
  body .gawkk-modal input{
    width:100% !important;
    min-height:52px !important;
  }
  body .gawkk-modal-actions,
  body .gawkk-lock-actions{
    display:flex !important;
    flex-direction:column-reverse !important;
    align-items:stretch !important;
    margin-top:14px !important;
  }
  body .gawkk-lock-actions-right{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
  }
  body .gawkk-modal-actions .gawkk-btn,
  body .gawkk-lock-actions .gawkk-btn{
    width:100% !important;
    min-height:52px !important;
  }
  body .gawkk-modal-mini,
  body .gawkk-lock-note{
    font-size:13px !important;
    line-height:1.4 !important;
  }
}

/* =========================================================
   WYCENA — desktop i telefon, bez zmian działania
   ========================================================= */
body .gawkk-wrap{
  max-width:1220px !important;
  padding:18px 14px 84px !important;
}
body .gawkk-wrap > .gawkk-card{
  border-radius:28px !important;
  padding:20px !important;
  background:linear-gradient(180deg,#fff,#fbfaf7) !important;
  box-shadow:var(--gawkk-modern-shadow-soft) !important;
}
body .gawkk-wrap .gawkk-head h2{
  font-size:clamp(26px,3vw,40px) !important;
  line-height:1.06 !important;
  letter-spacing:-.04em !important;
  color:#151515 !important;
}
body .gawkk-wrap .gawkk-head .gawkk-muted{
  max-width:620px !important;
  color:var(--gawkk-modern-muted) !important;
  opacity:1 !important;
}
body .gawkk-wrap .gawkk-tablewrap,
body .gawkk-wrap .gawkk-form,
body .gawkk-wrap [data-transport-box],
body .gawkk-wrap .gawkk-order-summary{
  position:relative !important;
}
body .gawkk-wrap .gawkk-tablewrap:before,
body .gawkk-wrap .gawkk-form:before,
body .gawkk-wrap [data-transport-box]:before,
body .gawkk-wrap .gawkk-order-summary:before{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:28px !important;
  margin:0 0 10px !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  color:#fff !important;
  background:linear-gradient(135deg,#151515,var(--gawkk-modern-green)) !important;
  font-size:12px !important;
  font-weight:1000 !important;
  letter-spacing:.02em !important;
}
body .gawkk-wrap .gawkk-tablewrap:before{content:"1. Produkty w wycenie" !important;}
body .gawkk-wrap .gawkk-form:before{content:"2. Dane klienta i dostawy" !important;}
body .gawkk-wrap [data-transport-box]:before{content:"3. Dostawa lub odbiór" !important;}
body .gawkk-wrap .gawkk-order-summary:before{content:"4. Podsumowanie" !important;}

body .gawkk-wrap .gawkk-table{
  border-collapse:separate !important;
  border-spacing:0 !important;
  overflow:hidden !important;
  border-radius:20px !important;
  background:#fff !important;
  border:1px solid rgba(21,21,21,.08) !important;
}
body .gawkk-wrap .gawkk-table th{
  background:#f1eee6 !important;
  color:#222 !important;
  font-size:13px !important;
  text-transform:none !important;
}
body .gawkk-wrap .gawkk-table th,
body .gawkk-wrap .gawkk-table td{
  border-top:1px solid rgba(21,21,21,.075) !important;
}
body .gawkk-wrap .gawkk-rowtitle a{
  color:#151515 !important;
  text-decoration:none !important;
}
body .gawkk-wrap .gawkk-mini{
  color:var(--gawkk-modern-muted) !important;
  opacity:1 !important;
}
body .gawkk-wrap input.gawkk-qty,
body .gawkk-wrap .gawkk-form input,
body .gawkk-wrap .gawkk-pdfcode input{
  border-radius:999px !important;
  border:1px solid rgba(21,21,21,.14) !important;
  background:#f8f6f1 !important;
  min-height:48px !important;
  padding:12px 16px !important;
  font-size:16px !important;
}
body .gawkk-wrap input:focus{
  outline:none !important;
  background:#fff !important;
  border-color:var(--gawkk-modern-green) !important;
  box-shadow:0 0 0 4px rgba(47,107,63,.12) !important;
}
body .gawkk-wrap .gawkk-form label{
  color:#262626 !important;
  font-size:13px !important;
  letter-spacing:.01em !important;
}
body .gawkk-wrap .gawkk-delivery{
  gap:12px !important;
}
body .gawkk-wrap .gawkk-tile{
  border-radius:22px !important;
  border:1px solid rgba(21,21,21,.10) !important;
  background:#fff !important;
  box-shadow:0 8px 20px rgba(21,21,21,.055) !important;
}
body .gawkk-wrap .gawkk-tile.active{
  border-color:var(--gawkk-modern-green) !important;
  background:#f1f8f0 !important;
  box-shadow:0 0 0 3px rgba(47,107,63,.14),0 10px 22px rgba(21,21,21,.08) !important;
}
body .gawkk-wrap .gawkk-tile h4{
  color:#151515 !important;
  letter-spacing:-.015em !important;
}
body .gawkk-wrap .gawkk-tile p,
body .gawkk-wrap .gawkk-veh{
  color:var(--gawkk-modern-muted) !important;
  opacity:1 !important;
}
body .gawkk-wrap .gawkk-note{
  border-radius:18px !important;
  background:#fff7df !important;
  border:1px solid #ecd69f !important;
  color:#5f4700 !important;
}
body .gawkk-wrap .gawkk-transport-box{
  border-radius:18px !important;
  background:#f8f6f1 !important;
  border:1px solid rgba(21,21,21,.10) !important;
}
body .gawkk-wrap .gawkk-order-summary{
  border-radius:26px !important;
  padding:18px !important;
  background:#151515 !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 18px 40px rgba(21,21,21,.20) !important;
}
body .gawkk-wrap .gawkk-order-summary h4,
body .gawkk-wrap .gawkk-order-summary .gawkk-sumline,
body .gawkk-wrap .gawkk-order-summary .gawkk-order-total{
  color:#fff !important;
}
body .gawkk-wrap .gawkk-order-summary:before{
  color:#151515 !important;
  background:#fff !important;
}
body .gawkk-wrap .gawkk-order-total{
  margin-top:12px !important;
  padding-top:14px !important;
  border-top:1px solid rgba(255,255,255,.20) !important;
  align-items:center !important;
}
body .gawkk-wrap .gawkk-order-total strong{
  font-size:clamp(22px,4vw,30px) !important;
  color:#fff !important;
}
body .gawkk-wrap .gawkk-submitbar{
  gap:12px !important;
}

/* ---------- TELEFONY: wycena czytelniejsza i mniej zagmatwana ---------- */
@media (max-width:720px){
  body .gawkk-cat-wrap{
    padding:6px 10px 54px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero{
    border-radius:24px !important;
    padding:24px 18px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-title{
    font-size:30px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-sub{
    font-size:15px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-actions,
  body .gawkk-cat-wrap .gawkk-search-actions{
    width:100% !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-actions .gawkk-btn,
  body .gawkk-cat-wrap .gawkk-search-actions .gawkk-btn{
    width:100% !important;
    flex:1 1 100% !important;
  }
  body .gawkk-cat-wrap .gawkk-steps-grid,
  body .gawkk-cat-wrap .gawkk-grid.groups,
  body .gawkk-cat-wrap .gawkk-grid.products{
    grid-template-columns:1fr !important;
  }
  body .gawkk-cat-wrap .gawkk-prod-body,
  body .gawkk-cat-wrap .gawkk-card{
    padding:16px !important;
  }

  body .gawkk-page{
    padding:10px 10px 92px !important;
  }
  body .gawkk-page .gawkk-title{
    font-size:30px !important;
  }
  body .gawkk-page .gawkk-card{
    border-radius:22px !important;
  }
  body .gawkk-page .gawkk-gallery{
    grid-template-columns:1fr !important;
    padding:12px !important;
  }
  body .gawkk-page .gawkk-gallery img{
    height:230px !important;
  }
  body .gawkk-page .gawkk-actions{
    gap:10px !important;
  }
  body .gawkk-page .gawkk-actions .gawkk-btn,
  body .gawkk-page .gawkk-quote-wrap{
    width:100% !important;
  }
  body .gawkk-page .gawkk-spec{
    gap:8px !important;
  }

  body .gawkk-wrap{
    padding:10px 10px 118px !important;
    background:var(--gawkk-modern-sand) !important;
  }
  body .gawkk-wrap > .gawkk-card{
    border-radius:24px !important;
    padding:14px !important;
  }
  body .gawkk-wrap .gawkk-head{
    display:block !important;
    margin-bottom:14px !important;
  }
  body .gawkk-wrap .gawkk-head:before{
    content:"Wycena online GAW-BRUK" !important;
    display:inline-flex !important;
    margin:0 0 9px !important;
    padding:7px 12px !important;
    border-radius:999px !important;
    background:#151515 !important;
    color:#fff !important;
    font-size:12px !important;
    font-weight:1000 !important;
  }
  body .gawkk-wrap .gawkk-head h2{
    font-size:27px !important;
    margin-bottom:8px !important;
  }
  body .gawkk-wrap .gawkk-head .gawkk-muted{
    font-size:14px !important;
    line-height:1.45 !important;
  }

  body .gawkk-wrap .gawkk-tablewrap{
    margin-top:8px !important;
  }
  body .gawkk-wrap .gawkk-tablewrap:before,
  body .gawkk-wrap .gawkk-form:before,
  body .gawkk-wrap [data-transport-box]:before,
  body .gawkk-wrap .gawkk-order-summary:before{
    width:100% !important;
    justify-content:flex-start !important;
    padding:8px 12px !important;
  }
  body .gawkk-wrap .gawkk-table{
    display:block !important;
    width:100% !important;
    border:0 !important;
    background:transparent !important;
    border-radius:0 !important;
  }
  body .gawkk-wrap .gawkk-table tbody{
    display:block !important;
    width:100% !important;
  }
  body .gawkk-wrap .gawkk-table tr{
    display:block !important;
    width:100% !important;
    margin:0 0 12px !important;
    padding:14px !important;
    border:1px solid rgba(21,21,21,.10) !important;
    border-radius:22px !important;
    background:#fff !important;
    box-shadow:0 10px 24px rgba(21,21,21,.075) !important;
  }
  body .gawkk-wrap .gawkk-table td{
    display:grid !important;
    grid-template-columns:minmax(92px,38%) minmax(0,1fr) !important;
    gap:10px !important;
    align-items:center !important;
    width:100% !important;
    padding:9px 0 !important;
    border:0 !important;
    border-top:1px solid rgba(21,21,21,.07) !important;
    white-space:normal !important;
  }
  body .gawkk-wrap .gawkk-table td:first-child{
    border-top:0 !important;
  }
  body .gawkk-wrap .gawkk-table td:before{
    margin:0 !important;
    color:#727272 !important;
    font-size:11px !important;
    line-height:1.2 !important;
    text-transform:uppercase !important;
    letter-spacing:.035em !important;
    font-weight:1000 !important;
  }
  body .gawkk-wrap .gawkk-table td[data-label="Produkt"]{
    display:block !important;
    padding-top:0 !important;
  }
  body .gawkk-wrap .gawkk-table td[data-label="Produkt"]:before{
    display:none !important;
  }
  body .gawkk-wrap .gawkk-rowtitle a{
    display:block !important;
    font-size:18px !important;
    line-height:1.25 !important;
    letter-spacing:-.02em !important;
  }
  body .gawkk-wrap .gawkk-mini{
    display:block !important;
    margin-top:8px !important;
    padding:9px 10px !important;
    border-radius:14px !important;
    background:#f7f4ee !important;
    font-size:12px !important;
  }
  body .gawkk-wrap .gawkk-table td[data-label="Wpisano"]{
    display:block !important;
  }
  body .gawkk-wrap input.gawkk-qty{
    width:calc(100% - 44px) !important;
    max-width:none !important;
    height:52px !important;
    text-align:center !important;
    font-size:19px !important;
    font-weight:1000 !important;
    border:2px solid rgba(47,107,63,.22) !important;
  }
  body .gawkk-wrap .gawkk-unit{
    display:inline-flex !important;
    min-width:34px !important;
    height:52px !important;
    align-items:center !important;
    justify-content:center !important;
    margin-left:6px !important;
    font-weight:1000 !important;
  }
  body .gawkk-wrap .gawkk-table td[data-label="Akcja"] .gawkk-btn{
    width:100% !important;
    min-height:46px !important;
  }
  body .gawkk-wrap .gawkk-actions{
    flex-direction:column !important;
    gap:9px !important;
  }
  body .gawkk-wrap .gawkk-actions .gawkk-btn{
    width:100% !important;
  }

  body .gawkk-wrap .gawkk-grid{
    display:block !important;
    margin-top:14px !important;
  }
  body .gawkk-wrap .gawkk-card.gawkk-form,
  body .gawkk-wrap [data-transport-box]{
    padding:16px !important;
    margin-top:12px !important;
    border-radius:22px !important;
  }
  body .gawkk-wrap .gawkk-form h3,
  body .gawkk-wrap [data-transport-box] h3{
    font-size:20px !important;
    line-height:1.15 !important;
    letter-spacing:-.025em !important;
  }
  body .gawkk-wrap .gawkk-form label{
    margin-top:12px !important;
  }
  body .gawkk-wrap .gawkk-form input{
    width:100% !important;
    height:52px !important;
    font-size:16px !important;
  }
  body .gawkk-wrap .gawkk-checkline label{
    align-items:flex-start !important;
    line-height:1.35 !important;
    font-size:14px !important;
  }

  body .gawkk-wrap .gawkk-delivery{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  body .gawkk-wrap .gawkk-tile{
    position:relative !important;
    min-height:94px !important;
    padding:16px 14px 16px 58px !important;
  }
  body .gawkk-wrap .gawkk-tile:before{
    position:absolute !important;
    left:14px !important;
    top:16px !important;
    width:34px !important;
    height:34px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:13px !important;
    background:#f2eee6 !important;
    font-size:18px !important;
  }
  body .gawkk-wrap .gawkk-tile:nth-child(1):before{content:"🚚" !important;}
  body .gawkk-wrap .gawkk-tile:nth-child(2):before{content:"🏗️" !important;}
  body .gawkk-wrap .gawkk-tile.active:before{
    background:#151515 !important;
    color:#fff !important;
  }
  body .gawkk-wrap .gawkk-tile h4{
    font-size:17px !important;
    margin-bottom:5px !important;
  }
  body .gawkk-wrap .gawkk-tile p{
    font-size:13px !important;
  }
  body .gawkk-wrap .gawkk-bigq{
    margin-top:12px !important;
    padding-top:12px !important;
  }
  body .gawkk-wrap .gawkk-radio{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }
  body .gawkk-wrap .gawkk-radio label{
    justify-content:center !important;
    min-height:46px !important;
    border:1px solid rgba(21,21,21,.10) !important;
    border-radius:999px !important;
    background:#fff !important;
  }
  body .gawkk-wrap .gawkk-note{
    font-size:13px !important;
    line-height:1.4 !important;
  }
  body .gawkk-wrap .gawkk-transport-box{
    padding:13px !important;
  }

  body .gawkk-wrap .gawkk-order-summary{
    margin-top:16px !important;
    padding:16px !important;
    border-radius:24px !important;
  }
  body .gawkk-wrap .gawkk-order-summary h4{
    font-size:19px !important;
  }
  body .gawkk-wrap .gawkk-sumline,
  body .gawkk-wrap .gawkk-order-total{
    display:flex !important;
    justify-content:space-between !important;
    gap:12px !important;
    flex-wrap:nowrap !important;
  }
  body .gawkk-wrap .gawkk-sumline span,
  body .gawkk-wrap .gawkk-order-total span{
    max-width:55% !important;
  }
  body .gawkk-wrap .gawkk-sumline strong,
  body .gawkk-wrap .gawkk-order-total strong{
    text-align:right !important;
  }
  body .gawkk-wrap .gawkk-order-total{
    font-size:15px !important;
  }
  body .gawkk-wrap .gawkk-order-total strong{
    font-size:26px !important;
  }

  body .gawkk-wrap .gawkk-submitbar{
    position:sticky !important;
    bottom:0 !important;
    z-index:50 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:8px !important;
    margin:16px -14px -14px !important;
    padding:12px 12px calc(12px + env(safe-area-inset-bottom)) !important;
    border-top:1px solid rgba(21,21,21,.10) !important;
    background:rgba(255,255,255,.96) !important;
    backdrop-filter:blur(12px) !important;
    border-radius:0 0 24px 24px !important;
    box-shadow:0 -10px 28px rgba(21,21,21,.10) !important;
  }
  body .gawkk-wrap .gawkk-submitbar .gawkk-btn{
    width:100% !important;
    min-width:0 !important;
    min-height:52px !important;
    text-align:center !important;
  }
  body .gawkk-wrap .gawkk-submitbar .gawkk-btn.primary{
    font-size:16px !important;
  }
  body .gawkk-wrap .gawkk-pdfcode{
    display:block !important;
    width:100% !important;
  }
  body .gawkk-wrap .gawkk-pdfcode .gawkk-note{
    margin:0 0 8px !important;
  }
  body .gawkk-wrap .gawkk-pdfcode input{
    width:100% !important;
    max-width:none !important;
  }
}

@media (max-width:420px){
  body .gawkk-cat-wrap .gawkk-hero-title,
  body .gawkk-page .gawkk-title{
    font-size:27px !important;
  }
  body .gawkk-wrap .gawkk-head h2{
    font-size:24px !important;
  }
  body .gawkk-wrap .gawkk-table td{
    grid-template-columns:1fr !important;
    gap:4px !important;
  }
  body .gawkk-wrap input.gawkk-qty{
    width:calc(100% - 42px) !important;
  }
}

/* =========================================================
   GAW-BRUK 0.4.7 — dopracowany nagłówek i prostsza ścieżka UX
   Wyłącznie warstwa prezentacyjna.
   ========================================================= */
body .gawkk-cat-wrap .gawkk-hero{
  padding:0 !important;
  background:#171b18 !important;
}
body .gawkk-cat-wrap .gawkk-hero-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.75fr) !important;
  min-height:430px !important;
}
body .gawkk-cat-wrap .gawkk-hero-inner{
  max-width:none !important;
  padding:44px 42px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
body .gawkk-cat-wrap .gawkk-hero-media{
  position:relative !important;
  min-height:430px !important;
  overflow:hidden !important;
}
body .gawkk-cat-wrap .gawkk-hero-media:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg,#171b18 0%,rgba(23,27,24,.35) 34%,rgba(23,27,24,.08) 70%) !important;
  pointer-events:none !important;
}
body .gawkk-cat-wrap .gawkk-hero-media img{
  width:100% !important;
  height:100% !important;
  min-height:430px !important;
  object-fit:cover !important;
  display:block !important;
}
body .gawkk-cat-wrap .gawkk-hero-media-card{
  position:absolute !important;
  z-index:2 !important;
  left:24px !important;
  right:24px !important;
  bottom:24px !important;
  padding:18px !important;
  border:1px solid rgba(255,255,255,.24) !important;
  border-radius:22px !important;
  background:rgba(18,22,19,.80) !important;
  backdrop-filter:blur(12px) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.24) !important;
  color:#fff !important;
}
body .gawkk-cat-wrap .gawkk-hero-media-card span{
  display:block !important;
  margin-bottom:5px !important;
  color:#dce8d9 !important;
  font-size:11px !important;
  font-weight:1000 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
body .gawkk-cat-wrap .gawkk-hero-media-card strong{
  display:block !important;
  font-size:18px !important;
  line-height:1.25 !important;
}
body .gawkk-cat-wrap .gawkk-hero-media-card small{
  display:block !important;
  margin-top:7px !important;
  color:rgba(255,255,255,.78) !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
body .gawkk-cat-wrap .trust-item{
  cursor:default !important;
  box-shadow:none !important;
}

/* Produkt: wyraźna kolejność trzech działań bez zmiany idei koszyka */
body .gawkk-page .gawkk-build-note{
  margin:14px 0 0 !important;
  padding:13px 15px !important;
  border-radius:18px !important;
  background:#edf4eb !important;
  border:1px solid rgba(47,107,63,.18) !important;
  color:#294432 !important;
  font-size:13px !important;
  line-height:1.5 !important;
}
body .gawkk-page .gawkk-build-note strong{
  display:block !important;
  margin-bottom:2px !important;
}
body .gawkk-page .gawkk-product-actions{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px !important;
}
body .gawkk-page .gawkk-product-actions .gawkk-action-add{
  grid-column:1 / -1 !important;
  min-height:54px !important;
  font-size:16px !important;
  background:linear-gradient(135deg,#244d31,#3f7650) !important;
  border-color:#244d31 !important;
}
body .gawkk-page .gawkk-product-actions .gawkk-action-next{
  min-height:50px !important;
  background:#f3f6f1 !important;
  border-color:rgba(47,107,63,.24) !important;
  color:#244d31 !important;
}
body .gawkk-page .gawkk-product-actions .gawkk-action-quote{
  min-height:50px !important;
  background:#171717 !important;
  color:#fff !important;
  border-color:#171717 !important;
}
body .gawkk-page .gawkk-product-actions .gawkk-quote-wrap{
  width:100% !important;
}
body .gawkk-page .gawkk-cart-status{
  min-height:20px !important;
  margin-top:10px !important;
  font-size:13px !important;
  font-weight:850 !important;
}
body .gawkk-page .gawkk-cart-status.is-ok{color:#2f6b3f !important;}
body .gawkk-page .gawkk-cart-status.is-error{color:#9f1f1f !important;}
body .gawkk-page .gawkk-note a{
  color:inherit !important;
  font-weight:1000 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

/* Wycena: dane kontaktowe na wierzchu, adres zwinięty w czytelne podsumowanie */
body .gawkk-wrap .gawkk-form:before,
body .gawkk-wrap [data-transport-box]:before{
  display:none !important;
}
body .gawkk-wrap .gawkk-form-kicker{
  display:inline-flex !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  background:#edf4eb !important;
  color:#2f6b3f !important;
  font-size:11px !important;
  font-weight:1000 !important;
  letter-spacing:.05em !important;
  text-transform:uppercase !important;
}
body .gawkk-wrap .gawkk-section-title{
  margin:10px 0 6px !important;
  color:#171717 !important;
  font-size:22px !important;
  line-height:1.18 !important;
  letter-spacing:-.025em !important;
}
body .gawkk-wrap .gawkk-form-intro{
  margin:0 0 14px !important;
  color:#686868 !important;
  font-size:13px !important;
  line-height:1.5 !important;
}
body .gawkk-wrap .gawkk-contact-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:0 12px !important;
}
body .gawkk-wrap .gawkk-field-wide{grid-column:1 / -1 !important;}
body .gawkk-wrap .gawkk-address-details{
  margin-top:16px !important;
  border:1px solid rgba(21,21,21,.10) !important;
  border-radius:20px !important;
  background:#f8f6f1 !important;
  overflow:hidden !important;
}
body .gawkk-wrap .gawkk-address-details summary{
  list-style:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:15px 16px !important;
  cursor:pointer !important;
}
body .gawkk-wrap .gawkk-address-details summary::-webkit-details-marker{display:none !important;}
body .gawkk-wrap .gawkk-address-details summary span{
  min-width:0 !important;
  display:block !important;
}
body .gawkk-wrap .gawkk-address-details summary strong{
  display:block !important;
  color:#202020 !important;
}
body .gawkk-wrap .gawkk-address-details summary small{
  display:block !important;
  margin-top:3px !important;
  color:#6d6d6d !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
body .gawkk-wrap .gawkk-address-details summary em{
  flex:0 0 auto !important;
  color:#2f6b3f !important;
  font-size:12px !important;
  font-style:normal !important;
  font-weight:1000 !important;
}
body .gawkk-wrap .gawkk-address-fields{
  padding:0 16px 16px !important;
  border-top:1px solid rgba(21,21,21,.08) !important;
  background:#fff !important;
}
body .gawkk-wrap .gawkk-submit-note{
  display:flex !important;
  gap:12px !important;
  align-items:flex-start !important;
  margin-top:16px !important;
  padding:15px 17px !important;
  border-radius:20px !important;
  background:#edf4eb !important;
  border:1px solid rgba(47,107,63,.18) !important;
  color:#294432 !important;
}
body .gawkk-wrap .gawkk-submit-note strong{
  flex:0 0 auto !important;
}
body .gawkk-wrap .gawkk-submit-note span{
  font-size:13px !important;
  line-height:1.5 !important;
}

@media (max-width:900px){
  body .gawkk-cat-wrap .gawkk-hero-grid{
    grid-template-columns:1fr !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-media{
    min-height:270px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-media img{
    min-height:270px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-media:after{
    background:linear-gradient(180deg,#171b18 0%,rgba(23,27,24,.08) 35%,rgba(23,27,24,.25) 100%) !important;
  }
}
@media (max-width:720px){
  body .gawkk-cat-wrap .gawkk-hero-inner{
    padding:28px 20px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-media{
    min-height:240px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-media img{
    min-height:240px !important;
  }
  body .gawkk-cat-wrap .gawkk-hero-media-card{
    left:14px !important;
    right:14px !important;
    bottom:14px !important;
    padding:14px !important;
  }
  body .gawkk-page .gawkk-product-actions{
    grid-template-columns:1fr !important;
  }
  body .gawkk-page .gawkk-product-actions .gawkk-action-add{
    grid-column:auto !important;
  }
  body .gawkk-wrap .gawkk-contact-grid{
    grid-template-columns:1fr !important;
  }
  body .gawkk-wrap .gawkk-field-wide{grid-column:auto !important;}
  body .gawkk-wrap .gawkk-submit-note{
    flex-direction:column !important;
    gap:4px !important;
  }
}

/* === 0.4.13: szerszy katalog na desktopie — wyjście poza limit kontenera motywu === */
@media (min-width:1100px){
  body .gawkk-cat-wrap{
    width:min(1540px, calc(100vw - 48px)) !important;
    max-width:none !important;
    position:relative !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}


/* =========================================================
   0.4.16 — STRONA PRODUKTU: nowy układ wizualny
   Tylko prezentacja strony pojedynczego produktu. Bez zmian logiki.
   ========================================================= */
body .gawkk-page{
  max-width:1480px !important;
  padding:28px 24px 80px !important;
}
body .gawkk-page .gawkk-grid{
  grid-template-columns:minmax(0,1.34fr) minmax(360px,.76fr) !important;
  gap:30px !important;
  align-items:start !important;
}
body .gawkk-page .gawkk-card{
  border:1px solid #e8e6e1 !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 12px 38px rgba(25,35,27,.06) !important;
}
body .gawkk-page .gawkk-pad{padding:22px 24px 24px !important;}

body .gawkk-page .gawkk-product-gallery{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
  padding:18px 18px 0 !important;
}
body .gawkk-page .gawkk-product-gallery a{
  display:block !important;
  border:1px solid #e7e5df !important;
  border-radius:16px !important;
  overflow:hidden !important;
  background:#f7f7f4 !important;
  box-shadow:none !important;
}
body .gawkk-page .gawkk-product-gallery a:first-child{
  grid-column:1/-1 !important;
  border-radius:20px !important;
}
body .gawkk-page .gawkk-product-gallery img{
  width:100% !important;
  height:92px !important;
  object-fit:cover !important;
  display:block !important;
}
body .gawkk-page .gawkk-product-gallery a:first-child img{
  height:430px !important;
  object-fit:cover !important;
}

body .gawkk-page .gawkk-title{
  font-size:clamp(34px,3.1vw,54px) !important;
  line-height:1.02 !important;
  letter-spacing:-.035em !important;
  margin:0 0 16px !important;
  font-weight:950 !important;
  color:#171717 !important;
}
body .gawkk-page .gawkk-badges{gap:9px !important;margin:0 0 6px !important;}
body .gawkk-page .gawkk-badge{
  font-size:13px !important;
  padding:9px 12px !important;
  background:#f7f5ef !important;
  border:1px solid #e5e1d7 !important;
  color:#3d443f !important;
}
body .gawkk-page .gawkk-pricebox{margin:18px 0 0 !important;}
body .gawkk-page .gawkk-pricebadge{
  border-radius:20px !important;
  padding:16px 18px !important;
  background:linear-gradient(135deg,#fff 0%,#f8faf7 100%) !important;
  border:1px solid #e3e7e2 !important;
  box-shadow:none !important;
}
body .gawkk-page .gawkk-priceico{
  width:50px !important;height:50px !important;flex-basis:50px !important;
  border-radius:16px !important;
  background:#215c35 !important;
  box-shadow:0 8px 22px rgba(33,92,53,.16) !important;
}
body .gawkk-page .gawkk-pricetxt .t2{font-size:26px !important;}

body .gawkk-page .gawkk-qtyline{
  display:grid !important;
  grid-template-columns:minmax(250px,1fr) 190px !important;
  gap:10px 18px !important;
  align-items:center !important;
  margin-top:8px !important;
  padding:18px !important;
  border:1px solid #e6e7e2 !important;
  border-radius:20px 20px 0 0 !important;
  background:#fff !important;
}
body .gawkk-page .gawkk-qtyline label{font-size:18px !important;font-weight:900 !important;}
body .gawkk-page .gawkk-qtyline input{
  grid-column:2 !important;
  grid-row:1 / span 2 !important;
  width:100% !important;
  min-height:52px !important;
  border-radius:14px !important;
  border:1px solid #dcded8 !important;
  background:#faf9f6 !important;
  font-size:18px !important;
  text-align:center !important;
}
body .gawkk-page .gawkk-qtyhint{font-size:12px !important;color:#70776f !important;opacity:1 !important;}
body .gawkk-page .gawkk-calcbox{
  margin:0 !important;
  border:1px solid #e6e7e2 !important;
  border-top:0 !important;
  border-radius:0 0 20px 20px !important;
  padding:16px 18px !important;
  background:linear-gradient(135deg,#f4f8f2 0%,#fafbf8 100%) !important;
  box-shadow:none !important;
  color:#3a443b !important;
}
body .gawkk-page .gawkk-calcbox strong{color:#1c5c34 !important;font-weight:950 !important;}

body .gawkk-page .gawkk-build-note{
  margin:14px 0 0 !important;
  padding:12px 14px !important;
  border-radius:14px !important;
  background:#f8f7f3 !important;
  border:1px solid #ebe7de !important;
  color:#555d56 !important;
}
body .gawkk-page .gawkk-product-actions{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px 12px !important;
}
body .gawkk-page .gawkk-product-actions .gawkk-action-add{
  grid-column:1/-1 !important;
  min-height:54px !important;
  background:linear-gradient(90deg,#1f6137,#36784c) !important;
  border-color:#1f6137 !important;
  box-shadow:0 10px 28px rgba(31,97,55,.16) !important;
}
body .gawkk-page .gawkk-product-actions .gawkk-action-next{
  min-height:52px !important;
  background:#fbfdfb !important;
  border-color:#bfd2c4 !important;
  color:#215c35 !important;
}
body .gawkk-page .gawkk-product-actions .gawkk-action-quote{
  min-height:52px !important;
  background:#171717 !important;
  color:#fff !important;
  border-color:#171717 !important;
}
body .gawkk-page .gawkk-note{
  font-size:13px !important;
  color:#5a625c !important;
  margin-top:18px !important;
  line-height:1.55 !important;
  padding:14px 16px !important;
  border-radius:16px !important;
  background:#fbf8ee !important;
  border:1px solid #efe3ba !important;
}

body .gawkk-page .gawkk-quick-card{
  margin-bottom:16px !important;
  padding:18px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#fff,#fbfcfa) !important;
  border:1px solid #e4e8e3 !important;
}
body .gawkk-page .gawkk-section-title{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  font-size:19px !important;
  font-weight:950 !important;
  margin:0 0 14px !important;
  letter-spacing:-.02em !important;
}
body .gawkk-page .gawkk-section-title::before{
  content:'' !important;
  width:13px !important;height:13px !important;border-radius:4px !important;
  background:#2c6d42 !important;
  box-shadow:0 0 0 5px rgba(44,109,66,.08) !important;
}
body .gawkk-page .gawkk-quick-list{display:grid !important;gap:11px !important;}
body .gawkk-page .gawkk-quick-row{display:grid !important;grid-template-columns:145px 1fr !important;gap:14px !important;align-items:start !important;}
body .gawkk-page .gawkk-quick-k{font-size:13px !important;color:#677069 !important;font-weight:800 !important;}
body .gawkk-page .gawkk-quick-v{font-size:14px !important;color:#222b24 !important;font-weight:700 !important;}
body .gawkk-page .gawkk-tech-card{
  padding:18px !important;
  border-radius:18px !important;
  background:#fbfaf7 !important;
  border:1px solid #ece8df !important;
}
body .gawkk-page .gawkk-spec{
  display:grid !important;
  grid-template-columns:minmax(140px,.85fr) minmax(0,1.15fr) !important;
  gap:10px 14px !important;
  border-radius:0 !important;
  background:transparent !important;
  padding:0 !important;
}
body .gawkk-page .gawkk-k{font-weight:850 !important;color:#485049 !important;font-size:13px !important;}
body .gawkk-page .gawkk-v{color:#242925 !important;font-size:14px !important;}
body .gawkk-page .gawkk-pattern-wrap{margin-top:18px !important;padding-top:18px !important;border-top:1px solid #eceae5 !important;}
body .gawkk-page .gawkk-pattern-gallery{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important;}
body .gawkk-page .gawkk-pattern-gallery a{display:block !important;border-radius:14px !important;overflow:hidden !important;background:#fff !important;border:1px solid #e8e6e1 !important;}
body .gawkk-page .gawkk-pattern-gallery img{display:block !important;width:100% !important;height:150px !important;object-fit:contain !important;background:#fff !important;}

@media(max-width:1100px){
  body .gawkk-page .gawkk-grid{grid-template-columns:1fr !important;}
  body .gawkk-page .gawkk-product-gallery a:first-child img{height:390px !important;}
}
@media(max-width:760px){
  body .gawkk-page{padding:18px 12px 72px !important;}
  body .gawkk-page .gawkk-pad{padding:18px !important;}
  body .gawkk-page .gawkk-product-gallery{grid-template-columns:repeat(4,minmax(0,1fr)) !important;padding:12px 12px 0 !important;gap:8px !important;}
  body .gawkk-page .gawkk-product-gallery a:first-child img{height:300px !important;}
  body .gawkk-page .gawkk-product-gallery img{height:72px !important;}
  body .gawkk-page .gawkk-title{font-size:34px !important;}
  body .gawkk-page .gawkk-qtyline{grid-template-columns:1fr !important;}
  body .gawkk-page .gawkk-qtyline input{grid-column:1 !important;grid-row:auto !important;width:100% !important;}
  body .gawkk-page .gawkk-product-actions{grid-template-columns:1fr !important;}
  body .gawkk-page .gawkk-product-actions .gawkk-action-add{grid-column:auto !important;}
  body .gawkk-page .gawkk-quick-row{grid-template-columns:1fr !important;gap:4px !important;}
  body .gawkk-page .gawkk-pattern-gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:480px){
  body .gawkk-page .gawkk-product-gallery{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  body .gawkk-page .gawkk-product-gallery a:first-child img{height:245px !important;}
  body .gawkk-page .gawkk-title{font-size:30px !important;}
}
