.elementor-9022 .elementor-element.elementor-element-beed357{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9022 .elementor-element.elementor-element-19a31df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e6ee5f6 *//* /assets/css/outdoor-smartwatches.css */

/* Kleurenschema — Traffic White (RAL 9016 ≈ #F2F3F4) */
:root{
  --bg:#F2F3F4;
  --panel:#ffffff;
  --text:#0b0d12;
  --muted:#555b66;
  --brand:#0a84ff;
  --accent:#c03bff;
  --bd:#e6e8ec;
  --shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* Sectie */
.wcat-hero{
  background: var(--bg);
  color: var(--text);
}
.wcat-inner{
  max-width:1200px; margin:0 auto;
  padding: clamp(2rem, 3.2vw, 3.5rem) 1.25rem;
}

/* Header */
.wcat-head{ max-width: 980px; }
.wcat-title{
  margin:0 0 .7rem;
  font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3rem);
  line-height:1.06; letter-spacing:.1px;
}
.wcat-sub{
  margin:0;
  color:var(--muted);
  font-size: clamp(1rem, .95rem + .35vw, 1.15rem);
}

/* Pills */
.wcat-pills{
  display:flex; flex-wrap:wrap; gap:.5rem .6rem;
  list-style:none; padding:0; margin:1rem 0 1.6rem;
}
.wcat-pill{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.52rem .8rem; border-radius:999px;
  background: var(--panel);
  border:1px solid var(--bd);
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
  font-size:.93rem; color:var(--text);
}
.wcat-pill svg{ width:18px; height:18px; }

/* Cards */
.wcat-cards{
  display:grid; gap:1rem;
  grid-template-columns:1fr;
  margin: .6rem 0 1.2rem;
}
@media (min-width:720px){
  .wcat-cards{ grid-template-columns: repeat(3, 1fr); }
}

.wcat-card{
  display:flex; gap:.9rem; align-items:flex-start;
  background: var(--panel);
  border:1px solid var(--bd);
  border-radius:14px;
  padding:1rem .95rem;
  box-shadow: var(--shadow);
}
.wcat-card__icon svg{ width:28px; height:28px; }
.wcat-card__title{ margin:.1rem 0 .25rem; font-size:1.12rem; line-height:1.25; }
.wcat-card__text{ margin:0; color:var(--muted); line-height:1.5; }

/* (Optioneel) CTA styles – niet gebruikt maar gelaten voor compat */
.wcat-cta{ display:flex; gap:.9rem; margin-top:.4rem; }
.wcat-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.75rem 1rem; border-radius:10px;
  background: linear-gradient(135deg, var(--brand), #4aa0ff);
  color:#fff; font-weight:600; text-decoration:none;
  box-shadow: 0 8px 20px rgba(10,132,255,.25);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wcat-btn:hover{ transform: translateY(-1px); box-shadow: 0 10px 26px rgba(10,132,255,.32); }
.wcat-link{
  display:inline-flex; align-items:center;
  color:var(--text); text-decoration:none; font-weight:600;
  padding:.75rem .6rem; border-radius:10px;
  background: var(--panel); border:1px solid var(--bd);
}
.wcat-link:hover{ outline:2px solid rgba(10,132,255,.35); outline-offset:2px; }

/* Toegankelijkheid */
a:focus-visible{ outline:2px solid rgba(10,132,255,.45); outline-offset:3px; border-radius:10px; }

/* Theme-conflict fixes */
.wcat-hero a,
.wcat-hero a:link,
.wcat-hero a:visited,
.wcat-hero a:hover,
.wcat-hero a:focus,
.wcat-hero a:active{
  text-decoration:none !important;
  border-bottom:0 !important;
  background-image:none !important;
  box-shadow:none !important;
}

.wcat-card,
.wcat-card *{
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
}

/* Micro-trust (onder hero-tekst) */
.wcat-trust{
  margin-top:.6rem;
  background: var(--panel);
  border:1px solid var(--bd);
  border-radius:12px;
  padding:.6rem .8rem;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.wcat-trust__list{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-start;
  gap:.35rem .75rem; margin:0; padding:0; list-style:none;
}
.wcat-trust__item{
  display:inline-flex; align-items:center; gap:.45rem;
  color: var(--text);
  font-size:.95rem; line-height:1.3;
  white-space:nowrap;
}
.wcat-trust__item svg{ width:16px; height:16px; }
.wcat-trust__sep{ opacity:.5; }

@media (max-width:560px){
  .wcat-trust__list{ gap:.35rem .6rem; }
  .wcat-trust__sep{ display:none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40c3d47 *//* /assets/css/product-grid.css */
:root{
  --card-bg:#fff;
  --card-radius:14px;
  --card-shadow:0 6px 18px rgba(0,0,0,.08);
  --card-shadow-hover:0 10px 28px rgba(0,0,0,.12);
  --text:#0b0b0b;
  --muted:#666;
  --brand:#0a84ff;
  --sale:#d81e5b;
  --border:#eee;
}

/* GRID */
.product-grid{
  display:grid;
  gap:1.2rem;
  grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));
  align-items:stretch;
}
@media (max-width:640px){
  .product-grid{ grid-template-columns:1fr; }
}

/* CARD */
.product-card{
  display:flex; flex-direction:column;
  background:var(--card-bg);
  border-radius:var(--card-radius);
  box-shadow:var(--card-shadow);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease;
}
.product-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--card-shadow-hover);
}

/* Media */
.product-card__media{
  display:block;
  aspect-ratio:1/1;
  background:#f6f6f6;
  overflow:hidden;
}
.product-card__media img{
  width:100%; height:100%;
  object-fit:cover; display:block;
}

/* Body */
.product-card__body{
  display:flex; flex-direction:column;
  gap:.6rem; padding:1rem .9rem 1rem;
}
.product-card__title{
  font-size:clamp(1rem,.9rem + .3vw,1.1rem);
  line-height:1.2; margin:0;
}
.product-card__title a{
  color:var(--text); text-decoration:none;
}
.product-card__title a:hover{
  text-decoration:underline; text-underline-offset:2px;
}
.product-card__desc{
  color:var(--muted);
  font-size:.95rem;
  line-height:1.35; margin:0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Features */
.product-card__features{
  display:flex; flex-wrap:wrap; gap:.4rem .5rem;
  margin:.1rem 0 .2rem; padding:0; list-style:none;
}
.feat{
  display:inline-flex; align-items:center; gap:.35rem;
  padding:.28rem .55rem;
  border:1px solid var(--border);
  border-radius:.6rem;
  font-size:.82rem; line-height:1;
  color:var(--muted); background:#fafafa;
  transition:background .2s ease, border-color .2s ease, color .2s ease;
}
.feat svg.feat__icon,
.feat img.feat__icon{
  width:16px; height:16px; display:block;
}
.feat:hover{
  background:#f3f7ff;
  border-color:color-mix(in oklab, var(--brand) 25%, #ddd);
  color:#333;
}
.feat--highlight{
  color:#0a0a0a;
  border-color:color-mix(in oklab, var(--brand) 30%, #ddd);
  background:color-mix(in oklab, var(--brand) 8%, #fff);
}

@media (max-width:480px){
  .feat{ font-size:.78rem; padding:.24rem .5rem; }
  .feat svg.feat__icon, .feat img.feat__icon{ width:15px; height:15px; }
}

/* Kleuren */
.product-card__colors{
  display:flex; gap:.4rem;
  margin:.1rem 0 0; padding:0; list-style:none;
}
.color-dot{
  width:18px; height:18px; border-radius:50%;
  background:var(--dot, #ccc);
  border:1px solid rgba(0,0,0,.08);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.6);
}
.color-dot:focus-visible{
  outline:2px solid var(--brand); outline-offset:2px;
}

/* Prijs */
.product-card__price{
  display:flex; align-items:center; gap:.6rem; margin-top:.2rem;
}
.price{ font-weight:600; font-variant-numeric:tabular-nums; }
.price--old{ color:var(--muted); text-decoration:line-through; }
.price--new{
  color:var(--sale);
  background:color-mix(in oklab, var(--sale) 10%, white);
  padding:.15rem .4rem; border-radius:.4rem;
}
.price--new{ font-size:1.2em; font-weight:600; line-height:1; }
.price--new .decimals{ font-size:.6em; vertical-align:super; }

/* Accessibility */
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
a:focus-visible{ outline:2px solid var(--brand); outline-offset:3px; border-radius:6px; }
.feat--highlight {
  color: var(--muted);
  border-color: var(--border);
  background: #fafafa;
}
/* Zet dit als allerlaatste regel in je CSS */
.product-card__title a,
.product-card__title a:link,
.product-card__title a:visited,
.product-card__title a:hover,
.product-card__title a:focus,
.product-card__title a:active{
  text-decoration: none !important;
  border-bottom: 0 !important;      /* tegen border-onderlijnen */
  background-image: none !important; /* tegen gradient-onderlijnen */
  box-shadow: none !important;       /* sommige thema’s gebruiken dit als “underline” */
}/* End custom CSS */