/** Shopify CDN: Minification failed

Line 65:26 Expected ")" to end URL token
Line 68:26 Expected ")" to end URL token

**/
/* Szöveg */
h1,h2,h3{color:var(--bwm-ink)}
p,small{color:var(--bwm-ink-2)}

/* CTA */
.bwm-cta{
  background:var(--bwm-blue); color:var(--bwm-ink);
  border-radius:24px; padding:12px 24px; transition:.3s ease-in-out;
}
.bwm-cta:hover{box-shadow:0 0 12px rgba(143,183,227,.7);filter:brightness(1.05)}

/* Badge/Pill */
.bwm-pill{background:var(--bwm-pink);color:var(--bwm-ink);border-radius:20px;padding:6px 12px}

/* Ikonok */
.bwm-icon{transition:.3s ease-in-out}
.bwm-icon--blue{color:var(--bwm-blue)}
.bwm-icon--lilac{color:var(--bwm-ink)}
.bwm-icon--blue:hover{filter:brightness(1.1);text-shadow:0 0 8px rgba(143,183,227,.8)}
.bwm-icon--lilac:hover{text-shadow:0 0 6px rgba(75,58,86,.35)}
.bwm-cart:hover{
  box-shadow:0 0 15px rgba(255,213,128,.35),0 0 25px rgba(143,183,227,.7);
  filter:brightness(1.1)
}

/* Hero (bg + layout) */
.bwm-hero{
  position:relative; min-height:80vh; display:flex; align-items:center; justify-content:center;
  background-size:cover; background-position:center;
}
.bwm-hero__inner{width:min(1200px,92vw)}
@media(min-width:992px){
  .bwm-hero__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:4vw;align-items:center}
  .bwm-hero__img{justify-self:start;max-width:640px;width:100%;height:auto}
  .bwm-hero__copy{text-align:left}
}
@media(max-width:991px){
  .bwm-hero__inner{text-align:center}
  .bwm-hero__img{max-width:92vw;margin:10px auto 0}
  .bwm-hero__copy{margin-top:8px}
}

/* Non-breaking “to Last” */
.bwm-h1 .nb{white-space:nowrap}
/* BWM kártya badge gombok – felülír minden témastílust */
.product-card-wrapper .bwm-card-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}

/* reseteld a theme button/tag stílusait */
.product-card-wrapper .bwm-card-badges .bwm-badge{
  all:unset;                       /* mindent nulláz */
  display:inline-flex;align-items:center;justify-content:center;
  width:156px;height:48px;
  background-repeat:no-repeat;background-position:center;background-size:100% 100%;
  color:#4B3A56;font-weight:800;font-size:14px;line-height:1;border-radius:12px;cursor:pointer;
}

/* színek / hátterek */
.product-card-wrapper .bwm-card-badges .bwm-qt{
  background-image:url({{ 'badgeblue.png' | asset_url }});
}
.product-card-wrapper .bwm-card-badges .bwm-st{
  background-image:url({{ 'badgepink.png' | asset_url }});
}
.product-card-wrapper .bwm-card-badges .is-disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.1)}
/* PILL gombok a Dawn kártyákon (.card__information belül) */
.card__information .bwm-card-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}

.card__information .bwm-card-badges .bwm-badge{
  all:unset;
  display:inline-flex;align-items:center;justify-content:center;
  min-width:156px;height:44px;padding:0 14px;border-radius:999px;
  font-weight:800;font-size:14px;line-height:1;cursor:pointer;
  color:var(--bwm-ink);
  background-image:none !important;
  box-shadow:0 2px 0 rgba(75,58,86,.18),0 0 0 1px rgba(75,58,86,.06) inset;
  transition:.2s ease-in-out;
}

.card__information .bwm-card-badges .bwm-qt{background:var(--bwm-blue)}
.card__information .bwm-card-badges .bwm-st{background:var(--bwm-pink)}
.card__information .bwm-card-badges .bwm-badge:hover{filter:brightness(1.05);transform:translateY(-1px)}
.card__information .bwm-card-badges .is-disabled{opacity:.45;cursor:not-allowed}

/* keskeny mobil */
@media(max-width:389px){
  .card__information .bwm-card-badges .bwm-badge{min-width:138px;height:40px;font-size:13px}
}
