:root{--blue:#0689cf;--dark:#151515;--red:#dc2f32;--text:#222}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Gantari,Arial,sans-serif;color:var(--text);background:#fff}.em-container{width:min(1120px,calc(100% - 32px));margin:auto}.em-header{background:#111;color:#fff;position:sticky;top:0;z-index:50}.em-nav{height:74px;display:flex;align-items:center;gap:30px}.em-logo img,.custom-logo{width:180px;height:auto;display:block}.em-menu ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.em-menu a{color:#fff;text-decoration:none;font-size:15px}.em-search{margin-left:auto;display:flex;background:#fff;border-radius:8px;overflow:hidden;width:320px}.em-search input{border:0;padding:13px 15px;flex:1;outline:0}.em-search button{border:0;background:#fff;padding:0 15px;display:grid;place-items:center;cursor:pointer}.em-search button img{width:22px;height:22px;display:block;object-fit:contain}.em-icons{display:flex;align-items:center;gap:14px;flex:0 0 auto}.em-icons a{color:#fff;text-decoration:none;position:relative;width:28px;height:28px;display:grid;place-items:center;transition:transform .2s ease,opacity .2s ease}.em-icons a:hover{transform:translateY(-2px);opacity:.82}.em-icons img{width:26px;height:26px;display:block;object-fit:contain}.em-icons span{position:absolute;top:-8px;right:-9px;background:var(--blue);color:#fff;font-size:10px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:2px solid #111;line-height:1}.em-menu-toggle{display:none}.em-hero{height:430px;background-image:var(--hero);background-size:cover;background-position:center;position:relative;color:#fff}.em-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,0,0,.68),rgba(0,0,0,.1) 55%,rgba(0,100,160,.35))}.em-hero-content{position:relative;padding-top:110px}.em-hero h1{font-size:64px;line-height:.95;margin:0 0 25px;font-style:italic;font-weight:800}.em-hero h1 em{font-style:italic;color:transparent;-webkit-text-stroke:2px #fff}.em-hero p{max-width:520px;font-size:16px}.em-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;text-decoration:none;border:0;border-radius:7px;padding:14px 32px;font-weight:700;transition:.25s}.em-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(6,137,207,.35)}.em-cats{margin-top:-35px;position:relative;z-index:3}.em-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.em-cat{height:210px;background:linear-gradient(135deg,#211b1d,#100f10);border:2px solid var(--blue);color:#fff;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:18px;overflow:hidden;box-shadow:0 12px 25px rgba(0,0,0,.18);transition:.25s}.em-cat img{max-width:86%;max-height:150px;object-fit:contain;transition:.3s}.em-cat strong{margin-top:auto}.em-cat:hover{transform:translateY(-6px)}.em-cat:hover img{transform:scale(1.06)}.em-section{padding:55px 0;opacity:0;transform:translateY(18px);transition:.55s}.em-section.is-visible,.em-banner.is-visible,.em-contact.is-visible{opacity:1;transform:none}.em-pattern{background:linear-gradient(#fff,#fff),url('../images/footer-bg.jpg');background-blend-mode:screen;background-size:cover}.em-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.em-heading h2{font-size:28px;margin:0;position:relative;padding-left:25px}.em-heading h2:before{content:'';position:absolute;left:0;top:3px;width:12px;height:26px;background:var(--blue);transform:skew(-10deg)}.em-heading a{color:var(--blue);font-size:14px}.em-products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.em-product{background:#f2f2f2;border-radius:9px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:.25s}.em-product:hover{transform:translateY(-5px)}.em-product-img{display:block;background:#fff;height:210px;padding:15px}.em-product-img img{width:100%;height:100%;object-fit:contain}.em-product-body{padding:15px}.em-brand{font-size:13px;color:#aaa}.em-product h3{font-size:16px;margin:4px 0}.em-product h3 a{color:#222;text-decoration:none}.em-price{color:var(--blue);font-size:18px;font-weight:800}.em-banner{height:300px;border-radius:10px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;padding:60px;margin-top:10px;margin-bottom:30px;opacity:0;transform:translateY(18px);transition:.55s}.em-banner>div{max-width:380px}.em-banner h2{font-size:38px;line-height:1;margin:0 0 16px;font-style:italic}.em-sale{background:linear-gradient(110deg,#fff 0 32%,#c72b30 32% 70%,#ed7d1d 100%);padding-bottom:65px}.em-sale .em-heading h2:before{background:var(--red)}.em-contact{background:linear-gradient(rgba(0,112,180,.94),rgba(0,73,125,.96)),var(--contact-bg) center/cover;color:#fff;padding:55px 0 0;opacity:0;transform:translateY(18px);transition:.55s}.em-contact-head{text-align:center}.em-contact-head h2{font-size:38px;max-width:520px;margin:0 auto 12px;font-style:italic}.em-contact-head p{max-width:650px;margin:0 auto}.em-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center;margin:35px 0}.em-contact-grid div{font-size:36px}.em-contact-grid strong{display:block;font-size:18px;margin-top:10px}.em-form{max-width:730px;margin:0 auto -95px;background:linear-gradient(135deg,#2b2425,#0b0909);padding:35px;border:3px solid var(--blue);border-radius:8px;position:relative;z-index:2}.em-form h3{font-size:26px;margin:0 0 20px}.em-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.em-form input,.em-form textarea{width:100%;border:0;border-radius:7px;padding:14px;margin-bottom:14px}.em-form textarea{height:140px;resize:vertical}.em-form label{font-size:12px;display:block;margin-bottom:20px}.em-form label input{width:auto;margin-right:8px}.em-form .em-btn{display:flex;margin:auto}.em-footer{background:linear-gradient(rgba(19,14,15,.95),rgba(19,14,15,.96)),var(--footer-bg) center/cover;color:#ddd;padding:155px 0 25px}.em-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:50px}.em-footer img{width:200px}.em-footer h4{color:#fff}.em-footer ul{list-style:none;padding:0;margin:0}.em-footer a{color:#ddd;text-decoration:none}.em-footer p,.em-footer li{line-height:1.6}.em-copy{text-align:center;border-top:1px solid #555;padding-top:18px;margin-top:35px;font-size:13px}.em-notice{padding:20px;background:#f5f5f5}.em-empty{padding:80px 0}@media(max-width:900px){.em-nav{height:auto;min-height:68px;flex-wrap:wrap;padding:12px 0}.em-menu-toggle{display:block;margin-left:auto;background:none;border:0;color:#fff;font-size:26px}.em-menu{display:none;width:100%;order:5}.em-menu.is-open{display:block}.em-menu ul{flex-direction:column;gap:12px;padding:12px 0}.em-search{order:4;width:100%;margin:0}.em-icons{margin-left:10px}.em-icons a{width:26px;height:26px}.em-icons img{width:24px;height:24px}.em-hero{height:390px}.em-hero h1{font-size:46px}.em-cat-grid,.em-products{grid-template-columns:repeat(2,1fr)}.em-contact-grid{grid-template-columns:1fr}.em-footer-grid{grid-template-columns:1fr 1fr}.em-banner{margin-left:16px;margin-right:16px}.em-sale{background:#fff}}@media(max-width:560px){.em-hero{height:430px}.em-hero-content{padding-top:80px}.em-hero h1{font-size:38px}.em-cat-grid,.em-products{grid-template-columns:1fr}.em-cat{height:190px}.em-form-row{grid-template-columns:1fr}.em-form{margin-left:16px;margin-right:16px}.em-footer-grid{grid-template-columns:1fr}.em-banner{height:330px;padding:30px}.em-banner h2{font-size:30px}}

/* v1.2 – subtelne tła, przerywany gradient promocji i motocykl w stopce */
.em-pattern{position:relative;isolation:isolate;background:#fff;overflow:hidden}
.em-pattern::before{content:"";position:absolute;inset:0;background-image:var(--pattern);background-size:760px auto;background-position:left center;background-repeat:repeat-x;opacity:.055;filter:grayscale(1) contrast(.8);z-index:-1;pointer-events:none}
.em-pattern::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.82) 42%,rgba(255,255,255,.22));z-index:-1;pointer-events:none}
.em-sale{position:relative;isolation:isolate;overflow:hidden;background:#fff}
.em-sale::before{content:"";position:absolute;z-index:-2;top:30px;bottom:30px;left:29%;right:-4%;background:linear-gradient(105deg,#c72632 0%,#db3430 49%,#ed811c 100%);transform:skewX(-15deg);transform-origin:center}
.em-sale::after{content:"";position:absolute;z-index:-1;top:30px;bottom:30px;left:31%;right:-4%;background:repeating-linear-gradient(105deg,transparent 0 36px,rgba(255,255,255,.98) 36px 44px,transparent 44px 90px);transform:skewX(-15deg);opacity:.96;pointer-events:none}
.em-sale>.em-container{position:relative;z-index:1}
.em-footer{position:relative;overflow:hidden}
.em-footer-grid{position:relative;z-index:2}
.em-footer-motor{display:block;width:min(820px,78vw)!important;height:auto;margin:6px auto 0;position:relative;z-index:2;opacity:.72;filter:drop-shadow(0 8px 22px rgba(0,0,0,.3))}
.em-copy{position:relative;z-index:2;margin-top:0}
@media(max-width:900px){.em-sale::before,.em-sale::after{left:0;right:0;transform:none}.em-sale::after{opacity:.28}.em-pattern::before{background-size:560px auto}.em-footer-motor{margin-top:20px}}

.em-contact-grid img{width:42px;height:42px;object-fit:contain;display:block;margin:0 auto 10px}.em-contact-grid div{font-size:inherit}


/* v1.7 – poprawione tło kontaktu i typografia nagłówka */
.em-contact{background-image:var(--contact-bg);background-position:center;background-size:cover;background-repeat:no-repeat}
.em-contact-title-line{display:block}
.em-contact-head h2 b{color:#171717;font-weight:800}
.em-sale .em-heading a{color:#fff!important;text-decoration:underline;text-underline-offset:2px}
@media(max-width:560px){.em-contact-head h2{font-size:31px}.em-contact-title-line{line-height:1.05}}

/* v1.8 – wishlist, producent i poprawna kolejność cen. */
.em-product{position:relative}
.em-product-wishlist{position:absolute;top:13px;right:13px;z-index:5;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.9);text-decoration:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.em-product-wishlist:hover{transform:scale(1.08);background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.14)}
.em-product-wishlist img{width:23px;height:23px;object-fit:contain;display:block}
.em-brand{display:block;color:#aaa;font-size:13px;line-height:1.2;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.em-price{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;line-height:1.15}
.em-price .woocommerce-Price-amount{font:inherit;color:inherit}
.em-price-sale,.em-price-current{color:var(--blue);font-size:18px;font-weight:800;order:1}
.em-price-regular{color:#aaa;font-size:13px;font-weight:400;text-decoration:line-through;order:2}
.em-price-regular .woocommerce-Price-currencySymbol,.em-price-sale .woocommerce-Price-currencySymbol,.em-price-current .woocommerce-Price-currencySymbol{font:inherit}
.em-sale .em-product{box-shadow:0 9px 24px rgba(66,16,18,.16)}
@media(max-width:560px){.em-product-wishlist{top:10px;right:10px}}

/* v1.9 – rabat, działające ulubione i ceny promocji zgodne z projektem */
.em-discount-badge{position:absolute;top:0;left:0;z-index:6;background:#d82f32;color:#fff;font-size:14px;font-weight:700;line-height:1;padding:8px 10px;border-radius:8px 0 0 0}
.em-product-wishlist{border:0;cursor:pointer;color:#d82f32}
.em-product-wishlist svg{width:25px;height:25px;display:block;fill:#fff;stroke:currentColor;stroke-width:1.8;transition:fill .2s ease,transform .2s ease}
.em-product-wishlist:hover svg{transform:scale(1.06)}
.em-product-wishlist.is-active svg{fill:currentColor}
.em-product-wishlist.is-active{background:#fff}
.em-price-sale,.em-price-current{font-size:19px!important;color:var(--blue)!important;font-weight:800!important;text-decoration:none!important}
.em-price-regular{font-size:13px!important;color:#a8a8a8!important;font-weight:400!important;text-decoration:line-through!important}
.em-price-regular *{color:inherit!important;text-decoration:line-through!important}
.em-header-wishlist .em-wishlist-count{position:absolute;top:-8px;right:-9px;background:var(--blue);color:#fff;font-size:10px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:2px solid #111;line-height:1}
.em-header-wishlist .em-wishlist-count[hidden]{display:none!important}


/* EnduroMotor 2.1 — korekty banera, tła strony i stopki */
body{background:#FCFCFC}
.em-banner{height:385px;min-height:385px;background-position:center center}
.em-footer-motor{display:block;height:auto;margin:10px auto 0;position:relative;z-index:2;opacity:.9;filter:drop-shadow(0 8px 22px rgba(0,0,0,.3))}
.em-copy{border-top:0;margin-top:8px;padding-top:10px}
@media(max-width:900px){.em-banner{height:340px;min-height:340px}}
@media(max-width:560px){.em-banner{height:320px;min-height:320px;background-position:center center}.em-copy{margin-top:4px}}


/* EnduroMotor 2.2 — tło kafelków oraz wyrównanie danych kontaktowych */
.em-cat{
  background-image:var(--category-card-bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.em-contact-grid>div{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
}
.em-contact-grid img{
  margin-left:auto;
  margin-right:auto;
}
.em-contact-grid strong{
  font-weight:400;
  line-height:1.35;
  text-align:center;
  white-space:normal;
}


/* EnduroMotor 2.3 — kafelki 296×296 i przycisk koszyka po najechaniu */
.em-cats .em-container{width:min(1240px,calc(100% - 32px))}
.em-cat-grid{grid-template-columns:repeat(4,296px);gap:18px;justify-content:center}
.em-cat{
  width:296px;
  height:296px;
  padding:24px 22px 26px;
  justify-content:space-between;
  background-image:var(--category-card-bg);
  background-size:cover;
  background-position:center;
  border-width:2px;
}
.em-cat img{
  width:100%;
  height:190px;
  max-width:230px;
  max-height:190px;
  object-fit:contain;
  object-position:center;
  margin:auto auto 8px;
}
.em-cat strong{
  margin:0;
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:18px;
  line-height:1.2;
}
.em-product-body{display:flex;flex-direction:column;min-height:124px}
.em-add-cart{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  min-height:48px;
  margin-top:14px;
  padding:11px 16px;
  border-radius:8px;
  background:var(--blue);
  color:#fff!important;
  text-decoration:none!important;
  font-size:16px;
  font-weight:700;
  line-height:1.1;
  opacity:0;
  max-height:0;
  overflow:hidden;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .24s ease,transform .24s ease,max-height .24s ease,margin .24s ease,box-shadow .24s ease;
}
.em-add-cart svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.em-product:hover .em-add-cart,.em-product:focus-within .em-add-cart{
  opacity:1;
  max-height:58px;
  transform:none;
  pointer-events:auto;
}
.em-add-cart:hover{box-shadow:0 10px 24px rgba(6,137,207,.3)}
.em-add-cart.added::after{content:' ✓';font-weight:800}
.em-add-cart.loading{opacity:.65;pointer-events:none}
@media(max-width:1240px){
  .em-cat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
  .em-cat{width:100%;height:auto;aspect-ratio:1/1}
}
@media(max-width:900px){
  .em-cat-grid{grid-template-columns:repeat(2,minmax(0,296px))}
  .em-add-cart{opacity:1;max-height:58px;transform:none;pointer-events:auto}
}
@media(max-width:560px){
  .em-cat-grid{grid-template-columns:minmax(0,296px)}
  .em-cat{height:296px;aspect-ratio:auto}
  .em-product-body{min-height:0}
}


/* EnduroMotor 2.4 — karta produktu bez stałej pustej przestrzeni */
.em-product{
  overflow:hidden;
  position:relative;
}
.em-product-body{
  position:relative;
  z-index:3;
  min-height:0 !important;
  padding:15px;
  background:#f2f2f2;
  transition:transform .26s ease, box-shadow .26s ease, padding-bottom .26s ease;
}
.em-add-cart{
  margin-top:12px;
  min-height:48px;
  max-height:0;
  padding-top:0;
  padding-bottom:0;
  opacity:0;
  overflow:hidden;
  transform:translateY(10px);
  pointer-events:none;
  background:#0A91D5;
  transition:
    opacity .22s ease,
    transform .22s ease,
    max-height .22s ease,
    padding .22s ease,
    background-color .2s ease,
    box-shadow .2s ease;
}
.em-add-cart img{
  width:28px;
  height:28px;
  display:block;
  object-fit:contain;
  flex:0 0 auto;
}
.em-product:hover .em-product-body,
.em-product:focus-within .em-product-body{
  transform:translateY(-64px);
  margin-bottom:-64px;
  padding-bottom:18px;
  box-shadow:0 -12px 24px rgba(0,0,0,.06);
}
.em-product:hover .em-add-cart,
.em-product:focus-within .em-add-cart{
  opacity:1;
  max-height:58px;
  padding-top:11px;
  padding-bottom:11px;
  transform:none;
  pointer-events:auto;
}
.em-add-cart:hover,
.em-add-cart:focus{
  background:#0170B8;
  box-shadow:0 10px 24px rgba(1,112,184,.28);
}
@media (hover:none), (max-width:900px){
  .em-product-body{
    transform:none !important;
    margin-bottom:0 !important;
  }
  .em-add-cart{
    opacity:1;
    max-height:58px;
    padding-top:11px;
    padding-bottom:11px;
    transform:none;
    pointer-events:auto;
  }
}


/* EnduroMotor 2.5 — wysokość panelu 100 px jak w Figma */
@media (hover:hover) and (min-width:901px){
  .em-product{
    overflow:hidden;
  }
  .em-product-body{
    height:100px !important;
    min-height:100px !important;
    padding:13px 15px 12px;
    overflow:hidden;
    justify-content:flex-start;
    transition:
      height .26s cubic-bezier(.2,.7,.2,1),
      transform .26s cubic-bezier(.2,.7,.2,1),
      margin-bottom .26s cubic-bezier(.2,.7,.2,1),
      box-shadow .26s ease;
  }
  .em-product-body .em-brand{
    line-height:1.15;
  }
  .em-product-body h3{
    margin:3px 0 4px;
    line-height:1.15;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .em-product-body .em-price{
    line-height:1.15;
  }
  .em-product:hover .em-product-body,
  .em-product:focus-within .em-product-body{
    height:170px !important;
    min-height:170px !important;
    transform:translateY(-70px);
    margin-bottom:-70px;
    padding-bottom:15px;
  }
  .em-add-cart{
    margin-top:11px;
  }
}

/* Tablet i telefon: bez hovera, przycisk stale widoczny i panel automatyczny. */
@media (hover:none), (max-width:900px){
  .em-product-body{
    height:auto !important;
    min-height:0 !important;
    overflow:visible;
  }
}


/* EnduroMotor 2.6 — hover bez poruszania tłem i producent zawsze widoczny */
@media (hover:hover) and (min-width:901px){
  .em-product{
    position:relative;
    height:310px;
    overflow:visible;
    transform:none !important;
  }
  .em-product-img{
    height:210px;
    border-radius:9px 9px 0 0;
    overflow:hidden;
  }
  .em-product-body{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:4;
    height:100px !important;
    min-height:100px !important;
    margin:0 !important;
    padding:12px 15px 11px;
    overflow:hidden;
    background:#f2f2f2;
    border-radius:0 0 9px 9px;
    transform:none !important;
    transition:height .26s cubic-bezier(.2,.7,.2,1), box-shadow .26s ease;
  }
  .em-product-body .em-brand{
    display:block !important;
    min-height:15px;
    margin:0 0 2px;
    line-height:1.1;
    opacity:1 !important;
    visibility:visible !important;
  }
  .em-product-body h3{
    margin:2px 0 4px;
  }
  .em-product:hover .em-product-body,
  .em-product:focus-within .em-product-body{
    height:170px !important;
    min-height:170px !important;
    transform:none !important;
    margin:0 !important;
    box-shadow:0 -14px 28px rgba(0,0,0,.08);
  }
  .em-product:hover,
  .em-product:focus-within{
    transform:none !important;
  }
  .em-add-cart{
    margin-top:11px;
  }
}

/* =========================================================
   EnduroMotor 3.2 — sklep korzysta z komponentów strony głównej
   ========================================================= */
.em-shop-page,.em-single-page{background:#fcfcfc;overflow:hidden}
.em-shop-page .em-container,.em-single-page .em-container,.em-shop-banner{width:min(1120px,calc(100% - 32px));max-width:1120px}
.em-shop-breadcrumb{padding:16px 0 12px;font-size:12px;color:#777}.woocommerce-breadcrumb{margin:0!important}
.em-shop-banner{position:relative;height:210px;margin:0 auto 38px;padding:0 48px;border-radius:7px;overflow:hidden;background-image:var(--shop-banner);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:space-between;color:#fff}
.em-shop-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,25,30,.92),rgba(16,25,30,.58) 36%,rgba(16,25,30,.08) 74%)}
.em-shop-banner-copy,.em-shop-banner>.em-btn{position:relative;z-index:2}.em-shop-banner-copy h1{font-size:34px;line-height:1;font-weight:800;font-style:italic;margin:0 0 12px}.em-shop-banner-copy p{font-size:14px;line-height:1.45;margin:0;max-width:470px}.em-shop-banner>.em-btn{min-width:165px;height:48px;padding:0 26px}
.em-shop-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:start}.em-shop-sidebar{position:relative;min-width:0}.em-shop-sidebar:after{content:"";position:absolute;z-index:0;pointer-events:none;width:430px;height:700px;left:-185px;top:820px;background:url('../images/footer-motor.svg') center/contain no-repeat;opacity:.055;transform:rotate(90deg)}
.em-filter-block{position:relative;z-index:1;margin-bottom:34px}.em-filter-block h2,.em-shop-toolbar h2{display:flex;align-items:center;gap:10px;font-size:22px;margin:0 0 14px}.em-filter-block h2 i,.em-shop-toolbar h2 i,.em-product-tabs button i{width:14px;height:27px;background:#087fc4;display:inline-block;transform:skewX(-10deg);flex:0 0 auto}
.em-shop-cat-menu{list-style:none;margin:0;padding:0}.em-shop-cat-menu li{list-style:none}.em-shop-cat-menu .children{display:none;padding:0;margin:0}.em-shop-cat-menu li.is-open>.children{display:block}.em-cat-row{display:flex;align-items:center;position:relative}.em-cat-row>a{display:block;flex:1;padding:10px;color:#555;text-decoration:none;line-height:1.25}.em-shop-cat-menu .current-cat>.em-cat-row>a{background:#087fc4;color:#fff;font-weight:600}.em-shop-cat-menu .children .em-cat-row>a{padding-left:24px;font-size:13px}.em-cat-toggle{width:30px;height:38px;border:0;background:transparent;cursor:pointer;position:absolute;right:0}.em-cat-toggle span:before,.em-cat-toggle span:after{content:"";position:absolute;top:18px;left:10px;width:9px;height:1.5px;background:currentColor;transition:.2s}.em-cat-toggle span:before{transform:rotate(45deg);margin-left:-3px}.em-cat-toggle span:after{transform:rotate(-45deg);margin-left:3px}.is-open>.em-cat-row .em-cat-toggle span:before{transform:rotate(-45deg)}.is-open>.em-cat-row .em-cat-toggle span:after{transform:rotate(45deg)}
.em-check-list{display:grid;gap:0}.em-check-list a{display:flex;justify-content:space-between;align-items:center;color:#666;text-decoration:none;padding:8px 4px 8px 8px}.em-check-list a span{font-size:13px}.em-check-list b{width:15px;height:15px;border:1px solid #999;background:#fff}.em-check-list a.is-active b{background:#333;box-shadow:inset 0 0 0 3px #fff}
.em-price-filter{display:block;font-size:11px}.em-price-labels{display:flex;justify-content:space-between;margin-bottom:14px}.em-price-slider{position:relative;height:18px;margin:0 7px}.em-price-rail{position:absolute;left:0;right:0;top:50%;height:5px;border-radius:999px;transform:translateY(-50%);background:linear-gradient(to right,#c8eafd 0 var(--em-min-pct),#087fc4 var(--em-min-pct) var(--em-max-pct),#c8eafd var(--em-max-pct) 100%)}.em-price-slider input[type=range]{position:absolute;inset:0;width:100%;height:18px;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}.em-price-slider input[type=range]::-webkit-slider-runnable-track{height:5px;background:transparent}.em-price-slider input[type=range]::-moz-range-track{height:5px;background:transparent}.em-price-slider input[type=range]::-webkit-slider-thumb{width:15px;height:15px;margin-top:-5px;border:0;border-radius:50%;background:#087fc4;cursor:grab;pointer-events:auto;-webkit-appearance:none;appearance:none}.em-price-slider input[type=range]::-moz-range-thumb{width:15px;height:15px;border:0;border-radius:50%;background:#087fc4;cursor:grab;pointer-events:auto}.em-price-slider input[type=range]:focus-visible::-webkit-slider-thumb{outline:3px solid rgba(8,127,196,.24);outline-offset:3px}.em-price-slider input[type=range]:focus-visible::-moz-range-thumb{outline:3px solid rgba(8,127,196,.24);outline-offset:3px}
.em-shop-toolbar{display:flex;justify-content:space-between;align-items:center;min-height:44px;margin-bottom:18px}.em-shop-toolbar>div{display:flex;align-items:center;gap:18px}.em-sort-label{font-size:11px;font-weight:600}.em-shop-toolbar .woocommerce-ordering{margin:0}.em-shop-toolbar select{width:205px;height:42px;border:1px solid #ddd;border-radius:5px;padding:0 38px 0 14px;background:#fff;font-size:13px}
/* Jedyna różnica siatki: na archiwum trzy kolumny. Sama karta pozostaje 1:1 z home. */
.em-shop-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}
.em-pagination{padding:32px 0 18px}.em-pagination .page-numbers{border:0!important}.em-pagination ul{display:flex!important;justify-content:center;gap:8px}.em-pagination li{border:0!important}.em-pagination a,.em-pagination span{font-size:12px;padding:4px 6px!important;color:#333!important}.em-pagination .current{color:#087fc4!important;background:none!important}
/* Promocje na archiwum: dokładnie ta sama sekcja i komponenty co na stronie głównej. */
.em-shop-sale{margin-top:70px}
/* Powiązane: dokładna kopia Promocji, zmienione wyłącznie kolory gradientu. */
.em-sale-blue{position:relative;isolation:isolate;overflow:hidden;background:#fff}
.em-sale-blue::before{background:linear-gradient(105deg,#07558d 0%,#087fc4 56%,#0b8fe8 100%)}
.em-sale-blue .em-heading h2:before{background:var(--blue)}
/* Pojedynczy produkt */
.em-single-top{display:grid;grid-template-columns:minmax(0,650px) minmax(330px,1fr);gap:38px;padding:6px 0 48px}.em-single-gallery{display:grid;grid-template-columns:78px minmax(0,1fr);gap:18px}.em-gallery-thumbs{display:grid;align-content:start;gap:12px}.em-gallery-thumbs button{height:76px;border:1px solid transparent;background:#f2f2f2;border-radius:7px;padding:5px;cursor:pointer}.em-gallery-thumbs button.is-active{border-color:#087fc4}.em-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.em-gallery-main{height:470px;border:1px solid #ccc;border-radius:7px;display:grid;place-items:center;background:#fff}.em-gallery-main img{width:92%;height:92%;object-fit:contain}.em-rating-row{display:flex;justify-content:space-between;color:#aaa;font-size:13px}.em-rating-row .star-rating{color:#087fc4}.em-single-summary h1{font-size:28px;margin:7px 0 0}.em-sku{color:#777;font-size:13px}.em-single-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:18px 0 4px}.em-single-price .em-price-sale,.em-single-price .em-price-current{order:1;color:#087fc4;font-size:29px;font-weight:800;line-height:1}.em-single-price .em-price-regular{order:2;color:#aaa;font-size:17px;font-weight:500;text-decoration:line-through;line-height:1}.em-single-price .woocommerce-Price-amount{color:inherit;font-size:inherit;font-weight:inherit}.em-lowest-price{font-size:11px;color:#aaa}.em-delivery-info{margin:28px 0}.em-delivery-info p{margin:9px 0}.em-delivery-info .stock{display:inline;margin:0;color:#087fc4}.em-buy-box{max-width:400px}.em-buy-box .variations{width:100%;margin-bottom:15px}.em-buy-box select{width:100%;height:48px;border:1px solid #ddd;border-radius:6px;padding:0 14px}.em-buy-box .woocommerce-variation-add-to-cart,.em-buy-box form.cart:not(.variations_form){display:flex;gap:14px;align-items:center}.em-buy-box .quantity input{height:48px;width:78px;border:1px solid #ddd}.em-buy-box .single_add_to_cart_button{height:48px!important;background:#087fc4!important;border-radius:6px!important;padding:0 28px!important}.em-single-wishlist{position:static;width:auto;height:auto;background:none!important;display:flex;margin-top:15px;color:#087fc4;gap:7px;font-size:13px}.em-single-wishlist svg{width:18px}.em-single-content{position:relative;padding:10px 0 30px;overflow:hidden}.em-single-content:after{content:"";position:absolute;z-index:0;pointer-events:none;width:650px;height:650px;right:-40px;top:0;background:url('../images/footer-motor.svg') center/contain no-repeat;opacity:.055}.em-product-tabs{display:flex;gap:50px;max-width:620px;border-bottom:1px solid #eee}.em-product-tabs button{border:0;background:none;padding:18px 0;font-size:21px;font-weight:700;color:#aaa;cursor:pointer}.em-product-tabs button.is-active{color:#222}.em-tab-panel{display:none;position:relative;z-index:1;max-width:650px;padding-top:28px;line-height:1.55}.em-tab-panel.is-active{display:block}.em-tab-panel table{width:100%;border-collapse:collapse}.em-tab-panel th,.em-tab-panel td{padding:14px;border-bottom:1px solid #ddd;text-align:left}
@media(max-width:1100px){.em-shop-layout{grid-template-columns:220px 1fr;gap:24px}.em-shop-products{grid-template-columns:repeat(2,minmax(0,1fr))}.em-single-top{grid-template-columns:1fr 1fr}.em-gallery-main{height:430px}}
@media(max-width:760px){.em-shop-banner{height:auto;min-height:190px;padding:28px;flex-direction:column;align-items:flex-start;gap:18px}.em-shop-layout{display:block}.em-shop-sidebar{margin-bottom:30px}.em-shop-toolbar{align-items:flex-start;gap:15px}.em-shop-toolbar>div{flex-direction:column;align-items:flex-end}.em-single-top{grid-template-columns:1fr}.em-single-gallery{grid-template-columns:1fr}.em-gallery-thumbs{grid-template-columns:repeat(4,1fr);grid-row:2}.em-gallery-main{height:390px}}
@media(max-width:560px){.em-shop-products{grid-template-columns:1fr}.em-shop-toolbar{display:block}.em-shop-toolbar>div{align-items:stretch;margin-top:15px}.em-shop-toolbar select{width:100%}.em-gallery-main{height:340px}}
/* =========================================================
   EnduroMotor 3.2 — jeden wspólny komponent produktu
   Home / sklep / promocje / produkty powiązane
   ========================================================= */

/* Karta produktu: identyczna mechanika jak na stronie głównej. */
.em-shop-products .em-product,
.em-shop-sale .em-product,
.em-related .em-product{
  position:relative!important;
  display:block!important;
  height:310px!important;
  min-height:310px!important;
  overflow:hidden!important;
  border-radius:9px!important;
  background:#f2f2f2!important;
  box-shadow:0 6px 18px rgba(0,0,0,.08)!important;
  transform:none!important;
  transition:box-shadow .25s ease!important;
}
.em-shop-products .em-product:hover,
.em-shop-sale .em-product:hover,
.em-related .em-product:hover{
  transform:none!important;
  box-shadow:0 12px 26px rgba(0,0,0,.13)!important;
}
.em-shop-products .em-product-img,
.em-shop-sale .em-product-img,
.em-related .em-product-img{
  display:block!important;
  width:100%!important;
  height:210px!important;
  min-height:210px!important;
  padding:15px!important;
  background:#fff!important;
  overflow:hidden!important;
  border-radius:9px 9px 0 0!important;
}
.em-shop-products .em-product-img img,
.em-shop-sale .em-product-img img,
.em-related .em-product-img img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
}
.em-shop-products .em-product-body,
.em-shop-sale .em-product-body,
.em-related .em-product-body{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:4!important;
  display:flex!important;
  flex-direction:column!important;
  height:100px!important;
  min-height:100px!important;
  margin:0!important;
  padding:12px 15px 11px!important;
  overflow:hidden!important;
  background:#f2f2f2!important;
  border-radius:0 0 9px 9px!important;
  transform:none!important;
  transition:height .26s cubic-bezier(.2,.7,.2,1),box-shadow .26s ease!important;
}
.em-shop-products .em-brand,
.em-shop-sale .em-brand,
.em-related .em-brand{
  display:block!important;
  min-height:15px!important;
  margin:0 0 2px!important;
  color:#aaa!important;
  font-size:13px!important;
  line-height:1.1!important;
  opacity:1!important;
  visibility:visible!important;
}
.em-shop-products .em-product h3,
.em-shop-sale .em-product h3,
.em-related .em-product h3{
  margin:2px 0 4px!important;
  font-size:16px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.em-shop-products .em-price,
.em-shop-sale .em-price,
.em-related .em-price{
  font-size:18px!important;
  line-height:1.15!important;
}
.em-shop-products .em-add-cart,
.em-shop-sale .em-add-cart,
.em-related .em-add-cart{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  max-height:0!important;
  margin:11px 0 0!important;
  padding:0 16px!important;
  overflow:hidden!important;
  opacity:0!important;
  transform:translateY(10px)!important;
  pointer-events:none!important;
  border-radius:8px!important;
  background:#0A91D5!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:700!important;
  text-decoration:none!important;
  transition:opacity .22s ease,transform .22s ease,max-height .22s ease,background-color .2s ease!important;
}
.em-shop-products .em-add-cart img,
.em-shop-sale .em-add-cart img,
.em-related .em-add-cart img{
  width:28px!important;
  height:28px!important;
  object-fit:contain!important;
}
@media (hover:hover) and (min-width:901px){
  .em-shop-products .em-product:hover .em-product-body,
  .em-shop-products .em-product:focus-within .em-product-body,
  .em-shop-sale .em-product:hover .em-product-body,
  .em-shop-sale .em-product:focus-within .em-product-body,
  .em-related .em-product:hover .em-product-body,
  .em-related .em-product:focus-within .em-product-body{
    height:170px!important;
    min-height:170px!important;
    transform:none!important;
    margin:0!important;
    box-shadow:0 -14px 28px rgba(0,0,0,.08)!important;
  }
  .em-shop-products .em-product:hover .em-add-cart,
  .em-shop-products .em-product:focus-within .em-add-cart,
  .em-shop-sale .em-product:hover .em-add-cart,
  .em-shop-sale .em-product:focus-within .em-add-cart,
  .em-related .em-product:hover .em-add-cart,
  .em-related .em-product:focus-within .em-add-cart{
    max-height:48px!important;
    opacity:1!important;
    transform:none!important;
    pointer-events:auto!important;
  }
}
.em-shop-products .em-add-cart:hover,
.em-shop-sale .em-add-cart:hover,
.em-related .em-add-cart:hover{background:#0170B8!important}

/* Promocje na stronie sklepu: dokładnie ten sam układ co home. */
.em-shop-sale.em-sale{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  margin-top:72px!important;
  padding:55px 0 65px!important;
  background:#fff!important;
}
.em-shop-sale.em-sale .em-heading{margin-bottom:25px!important;color:#222!important}
.em-shop-sale.em-sale .em-heading h2{color:#222!important}
.em-shop-sale.em-sale .em-heading h2 i{background:var(--red)!important}
.em-shop-sale.em-sale .em-heading a{color:#fff!important;position:relative;z-index:3}
.em-shop-sale.em-sale .em-products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}

/* Powiązane produkty korzystają dokładnie z komponentu .em-sale ze strony głównej.
   Jedyną różnicą jest wariant kolorystyczny .em-sale-blue. */
.em-sale-blue::before{background:linear-gradient(105deg,#07558d 0%,#087fc4 56%,#0b8fe8 100%)}
.em-sale-blue .em-heading h2:before{background:var(--blue)}

/* EnduroMotor 3.5 — karta produktu: warianty, ilość, oceny i dane techniczne. */
.em-single-summary{position:relative}
.em-rating-row{min-height:32px;align-items:flex-start}
.em-single-rating{margin-left:auto;display:flex;align-items:center;gap:7px;color:#555;font-size:13px;line-height:1;white-space:nowrap}
.em-stars{position:relative;display:inline-block;font-size:25px;letter-spacing:1px;color:#d7d7d7;line-height:1}
.em-stars:before{content:"★★★★★";position:absolute;inset:0;width:var(--em-rating,0%);overflow:hidden;color:#087fc4;white-space:nowrap}

.em-buy-box{max-width:430px;width:100%}
.em-buy-box form.cart,.em-buy-box form.variations_form{width:100%;margin:0}
.em-buy-box table.variations,.em-buy-box table.variations tbody,.em-buy-box table.variations tr,.em-buy-box table.variations td{display:block;width:100%}
.em-buy-box table.variations{margin:0 0 16px!important;border:0}
.em-buy-box table.variations tr+tr{margin-top:10px}
.em-buy-box table.variations th.label{display:none!important}
.em-buy-box table.variations td.value{padding:0!important}
.em-buy-box table.variations select{display:block;width:100%!important;max-width:none!important;height:48px;margin:0!important;border:1px solid #d0d0d0;border-radius:7px;padding:0 45px 0 16px;background-color:#fff;font-family:inherit;font-size:14px;color:#333}
.em-buy-box .reset_variations{display:none!important}
.em-buy-box .single_variation_wrap{width:100%}
.em-buy-box .woocommerce-variation{margin:0}
.em-buy-box .woocommerce-variation-description,.em-buy-box .woocommerce-variation-price{margin-bottom:10px}
.em-buy-box .woocommerce-variation-add-to-cart,.em-buy-box form.cart:not(.variations_form){display:flex!important;align-items:stretch!important;gap:14px;width:100%}
.em-buy-box .quantity{display:grid!important;grid-template-columns:38px 44px 38px;width:120px;height:48px;border:1px solid #d0d0d0;border-radius:7px;overflow:hidden;background:#fff;flex:0 0 120px}
.em-buy-box .quantity .em-qty-btn{display:grid;place-items:center;border:0;background:#fff;color:#333;font:500 19px/1 inherit;cursor:pointer;padding:0}
.em-buy-box .quantity .em-qty-btn:hover{background:#f4f4f4}
.em-buy-box .quantity input.qty{width:44px!important;height:46px!important;min-height:0!important;border:0!important;border-radius:0!important;padding:0!important;text-align:center!important;box-shadow:none!important;-moz-appearance:textfield}
.em-buy-box .quantity input.qty::-webkit-outer-spin-button,.em-buy-box .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.em-buy-box .single_add_to_cart_button{flex:1;display:inline-flex!important;align-items:center;justify-content:center;gap:11px;min-width:0;height:48px!important;background:#087fc4!important;color:#fff!important;border:0!important;border-radius:7px!important;padding:0 24px!important;font-family:inherit!important;font-size:14px!important;font-weight:600!important;white-space:nowrap}
.em-buy-box .single_add_to_cart_button:after{content:"";width:24px;height:24px;flex:0 0 24px;background:url('../images/cart-button.svg') center/contain no-repeat}
.em-buy-box .single_add_to_cart_button:hover{background:#0170b8!important}
.em-buy-box .single_add_to_cart_button.disabled{opacity:.5}

.em-tab-panel[data-panel="specs"]{max-width:650px;padding-top:28px}
.em-tab-panel[data-panel="specs"] table{width:100%;border-collapse:separate;border-spacing:0;font-size:15px}
.em-tab-panel[data-panel="specs"] tr:nth-child(odd){background:#d9edfb}
.em-tab-panel[data-panel="specs"] tr:nth-child(even){background:#fff}
.em-tab-panel[data-panel="specs"] th,.em-tab-panel[data-panel="specs"] td{width:50%;padding:16px 24px;border:0;text-align:left;vertical-align:middle;font-weight:400}
.em-tab-panel[data-panel="specs"] th{font-weight:600}
.em-tab-panel[data-panel="specs"] tr:first-child th{border-radius:5px 0 0 0}.em-tab-panel[data-panel="specs"] tr:first-child td{border-radius:0 5px 0 0}

@media(max-width:760px){
 .em-rating-row{gap:12px}.em-single-rating{font-size:12px}.em-stars{font-size:21px}
 .em-buy-box .woocommerce-variation-add-to-cart,.em-buy-box form.cart:not(.variations_form){gap:10px}
 .em-buy-box .quantity{grid-template-columns:34px 40px 34px;width:108px;flex-basis:108px}
 .em-buy-box .quantity input.qty{width:40px!important}
 .em-buy-box .single_add_to_cart_button{padding:0 14px!important;font-size:13px!important}
 .em-tab-panel[data-panel="specs"] th,.em-tab-panel[data-panel="specs"] td{padding:13px 14px}
}

/* =========================================================
   EnduroMotor 3.8 — sticky bar produktu i globalne powiadomienia koszyka
   ========================================================= */
.em-product-sticky[hidden]{display:none!important}
.em-product-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9998;background:rgba(255,255,255,.97);border-top:1px solid #e5e5e5;box-shadow:0 -10px 30px rgba(0,0,0,.12);backdrop-filter:blur(12px);transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .28s ease,opacity .28s ease}
.em-product-sticky.is-visible{transform:none;opacity:1;pointer-events:auto}
.em-product-sticky-inner{min-height:86px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(240px,auto) auto;align-items:center;gap:24px;padding-top:10px;padding-bottom:10px}
.em-product-sticky-info{display:flex;align-items:center;gap:13px;min-width:0}.em-product-sticky-info>div{min-width:0}.em-product-sticky-info strong{display:block;max-width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:1.2}.em-product-sticky-thumb{width:58px;height:58px;display:grid;place-items:center;border:1px solid #e5e5e5;border-radius:7px;background:#fff;overflow:hidden;flex:0 0 58px}.em-product-sticky-thumb img{width:90%;height:90%;object-fit:contain}
.em-product-sticky-price{display:flex;align-items:baseline;gap:8px;margin-top:5px}.em-product-sticky-price .em-price-sale,.em-product-sticky-price .em-price-current{color:#087fc4;font-size:17px;font-weight:800}.em-product-sticky-price .em-price-regular{color:#aaa;font-size:12px;text-decoration:line-through}.em-product-sticky-price .woocommerce-Price-amount{color:inherit;font-size:inherit;font-weight:inherit}
.em-product-sticky-options{display:flex;align-items:center;gap:16px;min-width:0;overflow-x:auto;scrollbar-width:none}.em-product-sticky-options::-webkit-scrollbar{display:none}.em-sticky-attribute{display:flex;align-items:center;gap:8px;white-space:nowrap}.em-sticky-attribute-label{font-size:12px;font-weight:600;color:#666}.em-sticky-choices{display:flex;gap:7px}.em-sticky-choice{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d9d9d9;border-radius:5px;background:#fff;color:#333;font:600 12px/1 inherit;cursor:pointer;transition:.2s}.em-sticky-choice:hover{border-color:#087fc4;color:#087fc4}.em-sticky-choice.is-active{border-color:#087fc4;background:#087fc4;color:#fff}.em-sticky-choice:disabled{opacity:.35;cursor:not-allowed}
.em-product-sticky-actions{display:flex;align-items:center;gap:12px}.em-sticky-quantity{display:grid;grid-template-columns:34px 40px 34px;width:108px;height:44px;border:1px solid #d0d0d0;border-radius:6px;overflow:hidden;background:#fff}.em-sticky-quantity button{border:0;background:#fff;cursor:pointer;font-size:18px}.em-sticky-quantity button:hover{background:#f4f4f4}.em-sticky-quantity input{width:40px!important;height:42px!important;border:0!important;padding:0!important;text-align:center!important;-moz-appearance:textfield}.em-sticky-quantity input::-webkit-outer-spin-button,.em-sticky-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.em-sticky-add{height:44px;min-width:205px;display:inline-flex;align-items:center;justify-content:center;gap:11px;border:0;border-radius:6px;background:#087fc4;color:#fff;font:600 14px/1 inherit;cursor:pointer;padding:0 22px}.em-sticky-add:hover{background:#0170b8}.em-sticky-add:disabled{opacity:.5;cursor:not-allowed}.em-sticky-add span{width:24px;height:24px;background:url('../images/cart-button.svg') center/contain no-repeat}
body.em-sticky-visible{padding-bottom:86px}
.em-cart-toast-region{position:fixed;left:50%;bottom:24px;z-index:10000;width:min(620px,calc(100% - 32px));transform:translateX(-50%);pointer-events:none}.em-sticky-visible .em-cart-toast-region{bottom:108px}
.em-cart-toast{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) auto 30px;align-items:center;gap:14px;min-height:78px;padding:12px 14px;border:1px solid rgba(6,137,207,.22);border-radius:12px;background:rgba(255,255,255,.98);color:#222;box-shadow:0 18px 48px rgba(0,0,0,.2);backdrop-filter:blur(14px);overflow:hidden;transform:translateY(24px) scale(.98);opacity:0;transition:transform .26s ease,opacity .26s ease;pointer-events:auto}.em-cart-toast.is-visible{transform:none;opacity:1}
.em-cart-toast-thumb,.em-cart-toast-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:9px;background:#f4f8fb;overflow:hidden;flex:0 0 52px}.em-cart-toast-thumb img{width:92%;height:92%;object-fit:contain}.em-cart-toast-icon{background:#087fc4;color:#fff;font-size:22px;font-weight:800}
.em-cart-toast-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.em-cart-toast-copy>span{font-size:12px;color:#777}.em-cart-toast-copy strong{font-size:15px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.em-cart-toast-cart{height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:7px;background:#087fc4;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:700;white-space:nowrap;transition:background .2s ease,transform .2s ease}.em-cart-toast-cart:hover{background:#0170b8;transform:translateY(-1px)}
.em-cart-toast-close{width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:#777;font-size:23px;line-height:1;cursor:pointer}.em-cart-toast-close:hover{background:#f1f1f1;color:#222}.em-cart-toast-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#087fc4;transform-origin:left;animation:emToastProgress 4.8s linear forwards}@keyframes emToastProgress{to{transform:scaleX(0)}}
/* WooCommerce dodaje obok przycisku surowy link „Zobacz koszyk”. Zastępuje go spójne powiadomienie. */
.em-product a.added_to_cart.wc-forward,.em-product .added_to_cart,.em-products>a.added_to_cart.wc-forward{display:none!important}
.woocommerce-notices-wrapper>.woocommerce-message,.woocommerce-notices-wrapper>.woocommerce-info{display:none!important}
@media(max-width:900px){.em-product-sticky-inner{grid-template-columns:minmax(160px,1fr) auto;gap:12px}.em-product-sticky-options{grid-column:1/-1;grid-row:1;padding-left:72px}.em-product-sticky-info{grid-column:1}.em-product-sticky-actions{grid-column:2;grid-row:2}.em-product-sticky-inner{padding-top:8px;padding-bottom:8px}.em-product-sticky{max-height:145px}.em-sticky-choice{width:35px;height:35px}.em-product-sticky-info strong{max-width:210px}.em-sticky-visible .em-cart-toast-region{bottom:158px}body.em-sticky-visible{padding-bottom:145px}}
@media(max-width:620px){.em-product-sticky-inner{display:flex;flex-wrap:wrap;gap:8px 10px}.em-product-sticky-info{width:calc(100% - 120px)}.em-product-sticky-thumb{width:46px;height:46px;flex-basis:46px}.em-product-sticky-info strong{max-width:180px;font-size:14px}.em-product-sticky-price{margin-top:2px}.em-product-sticky-options{order:3;width:100%;padding-left:0}.em-product-sticky-actions{margin-left:auto}.em-sticky-quantity{grid-template-columns:30px 34px 30px;width:94px;height:42px}.em-sticky-quantity input{width:34px!important;height:40px!important}.em-sticky-add{min-width:0;width:48px;padding:0;font-size:0}.em-sticky-add span{width:25px;height:25px}.em-product-sticky{max-height:150px}.em-cart-toast-region{left:50%;right:auto;bottom:14px;width:calc(100% - 28px)}.em-sticky-visible .em-cart-toast-region{bottom:164px}.em-cart-toast{grid-template-columns:44px minmax(0,1fr) 30px;gap:10px;padding:10px}.em-cart-toast-thumb,.em-cart-toast-icon{width:44px;height:44px}.em-cart-toast-cart{grid-column:1/-1;width:100%;height:40px}.em-cart-toast-close{grid-column:3;grid-row:1}body.em-sticky-visible{padding-bottom:150px}}

/* v4.0: natywne komunikaty WooCommerce pozostają źródłem danych, ale widoczna jest wyłącznie notyfikacja EnduroMotor. */
.em-single-notices{display:none!important}

/* =========================================================
   EnduroMotor 4.2 — Koszyk i podsumowanie zamówienia
   ========================================================= */
.em-commerce-page{position:relative;isolation:isolate;min-height:650px;padding:42px 0 70px;background:#fcfcfc;overflow:hidden}.em-commerce-page:before{content:"";position:absolute;z-index:-1;left:-80px;bottom:-160px;width:720px;height:820px;background:url('../images/footer-motor.svg') center/contain no-repeat;opacity:.055;transform:rotate(90deg);pointer-events:none}.em-commerce-inner{position:relative}.em-commerce-heading{margin-bottom:36px}.em-commerce-heading h1{position:relative;margin:0;padding-left:28px;font-size:25px;line-height:1.2}.em-commerce-heading h1:before{content:"";position:absolute;left:0;top:0;width:14px;height:30px;background:#087fc4;transform:skew(-10deg)}
.em-cart-table{width:100%}.em-cart-head,.em-cart-row{display:grid;grid-template-columns:minmax(300px,1.6fr) .7fr .7fr .7fr 70px;gap:20px;align-items:center}.em-cart-head{padding:0 0 12px;border-bottom:1px solid #d7d7d7;font-size:18px;font-weight:700}.em-cart-row{min-height:135px;padding:18px 0;border-bottom:1px solid #d7d7d7}.em-cart-product{display:flex;align-items:center;gap:18px;min-width:0}.em-cart-thumb{width:100px;height:100px;display:grid;place-items:center;border:1px solid #cfcfcf;border-radius:8px;background:#fff;overflow:hidden;flex:0 0 100px}.em-cart-thumb img{width:92%;height:92%;object-fit:contain}.em-cart-name{color:#222;text-decoration:none;font-size:16px;line-height:1.25}.em-cart-price,.em-cart-subtotal{font-weight:600}.em-cart-qty{display:grid;grid-template-columns:34px 42px 34px;width:110px;height:42px;border:1px solid #cfcfcf;border-radius:7px;overflow:hidden;background:#fff}.em-cart-qty button{border:0;background:#fff;cursor:pointer;font-size:18px}.em-cart-qty .quantity{display:block!important;margin:0!important}.em-cart-qty input.qty{width:42px!important;height:40px!important;border:0!important;padding:0!important;text-align:center!important;-moz-appearance:textfield}.em-cart-qty input.qty::-webkit-inner-spin-button,.em-cart-qty input.qty::-webkit-outer-spin-button{-webkit-appearance:none}.em-cart-remove{text-align:center}.em-cart-remove a{display:inline-grid!important;place-items:center;width:34px;height:34px;color:#087fc4!important;text-decoration:none!important;font-size:28px!important;background:transparent!important}.em-cart-lower{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:70px;align-items:start;padding-top:30px}.em-cart-coupon{display:flex;gap:18px;align-items:center}.em-cart-coupon input{width:min(330px,100%);height:46px;border:1.5px solid #087fc4;border-radius:7px;padding:0 16px;font:inherit;background:#fff}.em-cart-coupon .em-btn{height:46px;padding:0 28px}.em-update-cart{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.em-summary-box,.em-checkout-box{border:2px solid #087fc4;border-radius:8px;background:rgba(255,255,255,.94);padding:24px}.em-summary-box h2,.em-checkout-box h2{margin:0 0 26px;font-size:21px}.em-summary-line{display:flex;justify-content:space-between;gap:20px;padding:9px 0;font-size:16px}.em-summary-discount{color:#087fc4}.em-summary-total{display:flex;justify-content:space-between;gap:20px;margin-top:14px;padding-top:22px;border-top:1.5px solid #087fc4;color:#087fc4;font-weight:700}.em-checkout-btn{width:100%;margin-top:22px}
.em-checkout-grid{display:grid;grid-template-columns:minmax(0,1.15fr) 430px;gap:90px;align-items:start}.em-login-prompt{font-size:17px;margin:0 0 28px}.em-login-prompt a{color:#087fc4;font-weight:700}.em-checkout-fields .woocommerce-billing-fields>h3,.em-checkout-fields .woocommerce-shipping-fields>h3,.em-checkout-fields .woocommerce-additional-fields>h3{display:none}.em-checkout-fields .woocommerce-billing-fields__field-wrapper,.em-checkout-fields .woocommerce-shipping-fields__field-wrapper{display:flex;flex-wrap:wrap;gap:0 20px}.em-checkout-fields .form-row{float:none!important;width:100%!important;margin:0 0 13px!important;padding:0!important}.em-checkout-fields .form-row-first,.em-checkout-fields .form-row-last{width:calc(50% - 10px)!important}.em-checkout-fields label{display:block;margin:0 0 5px;font-size:14px}.em-checkout-fields input.input-text,.em-checkout-fields select,.em-checkout-fields textarea,.select2-container--default .select2-selection--single{width:100%;min-height:45px;border:1.5px solid #087fc4!important;border-radius:7px!important;background:#fff;padding:0 14px;font:inherit;box-shadow:none!important}.em-checkout-fields textarea{height:105px;padding-top:12px;resize:vertical}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:42px;padding-left:0}.select2-container--default .select2-selection--single .select2-selection__arrow{height:42px}.em-checkout-fields .woocommerce-form__label-for-checkbox{display:flex;align-items:center;gap:9px;font-size:15px}.em-checkout-fields input[type=checkbox]{width:28px;height:28px;accent-color:#087fc4}.em-checkout-sidebar{display:grid;gap:20px}.em-checkout-summary{position:relative}.em-checkout-box{padding:22px}.em-checkout-box h2{margin-bottom:18px}.em-shipping-box .woocommerce-shipping-totals th,.em-shipping-box .woocommerce-shipping-totals td{display:block;width:100%;padding:0;border:0}.em-shipping-box .woocommerce-shipping-totals th{display:none}.em-shipping-box ul#shipping_method{list-style:none;margin:0;padding:0}.em-shipping-box ul#shipping_method li{display:flex;align-items:flex-start;gap:8px;margin:12px 0}.em-shipping-box input[type=radio],.em-payment-box input[type=radio]{accent-color:#087fc4;width:17px;height:17px}.em-payment-box #payment{background:transparent!important}.em-payment-box .wc_payment_methods{list-style:none;margin:0!important;padding:0!important;border:0!important}.em-payment-box .wc_payment_method{padding:9px 0}.em-payment-box .payment_box{background:#f5f9fc!important;border-radius:6px!important;font-size:13px}.em-payment-box .payment_box:before{display:none!important}.em-payment-box .place-order{padding:16px 0 0!important;margin:0!important}.em-payment-box #place_order{float:none!important;width:100%;height:48px;border:0;border-radius:7px;background:#087fc4;color:#fff;font:700 14px/1 inherit;cursor:pointer}.em-payment-box #place_order:hover{background:#0170b8}.em-payment-box .woocommerce-privacy-policy-text{font-size:11px;color:#777}.em-payment-box .woocommerce-terms-and-conditions-wrapper{margin-top:12px}
@media(max-width:900px){.em-cart-head{display:none}.em-cart-row{grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:18px;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:14px}.em-cart-product{grid-column:1/-1}.em-cart-price:before{content:'Cena: ';font-weight:400}.em-cart-subtotal:before{content:'Kwota: ';font-weight:400}.em-cart-remove{position:absolute;right:28px}.em-cart-lower,.em-checkout-grid{grid-template-columns:1fr;gap:28px}.em-cart-coupon{flex-wrap:wrap}.em-cart-coupon input{flex:1;min-width:220px}.em-checkout-sidebar{position:static}.em-commerce-page:before{width:560px;height:650px}.em-checkout-fields .form-row-first,.em-checkout-fields .form-row-last{width:100%!important}}
@media(max-width:560px){.em-commerce-page{padding:28px 0 48px}.em-commerce-heading{margin-bottom:24px}.em-commerce-heading h1{font-size:22px}.em-cart-row{grid-template-columns:1fr 1fr}.em-cart-thumb{width:82px;height:82px;flex-basis:82px}.em-cart-qty{grid-column:1}.em-cart-subtotal{grid-column:2;text-align:right}.em-cart-price{display:none}.em-cart-coupon{display:grid;grid-template-columns:1fr}.em-cart-coupon input,.em-cart-coupon .em-btn{width:100%}.em-summary-box,.em-checkout-box{padding:19px}.em-checkout-grid{gap:22px}}

/* =========================================================
   EnduroMotor 4.5 — wymuszone widoki Koszyka i Zamówienia
   ========================================================= */
body.woocommerce-cart .em-cart-route,
body.woocommerce-checkout .em-checkout-route{
  width:100%;
  margin:0;
  padding:0;
}
body.woocommerce-cart .em-cart-route>.woocommerce,
body.woocommerce-checkout .em-checkout-route>.woocommerce{
  width:100%;
  max-width:none;
  margin:0;
}
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout{
  display:none!important;
}

/* =========================================================
   EnduroMotor 4.6 — koszyk: właściwa ikona usuwania + pewny checkout
   ========================================================= */
.em-cart-remove-link{
  display:inline-grid!important;
  place-items:center!important;
  width:36px!important;
  height:40px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  text-decoration:none!important;
  line-height:1!important;
}
.em-cart-remove-icon{
  display:block;
  width:23px;
  height:32px;
  background:#0170B8;
  -webkit-mask:url('../images/strona-koszyka.svg') center/contain no-repeat;
  mask:url('../images/strona-koszyka.svg') center/contain no-repeat;
  transition:background-color .2s ease,transform .2s ease;
}
.em-cart-remove-link:hover .em-cart-remove-icon,
.em-cart-remove-link:focus-visible .em-cart-remove-icon{
  background:#E53935;
  transform:translateY(-1px);
}

/* Dedicated route templates must always occupy the exact theme canvas. */
.em-forced-cart,.em-forced-checkout{display:block;width:100%;min-height:1px}
.em-forced-checkout .em-checkout-page,
.em-forced-cart .em-cart-page{width:100%;margin:0}

/* =========================================================
   EnduroMotor 4.8 — checkout 1:1 z projektem Figmy
   ========================================================= */
body.woocommerce-checkout .em-checkout-page{padding-top:36px;padding-bottom:78px}
body.woocommerce-checkout .em-commerce-inner{max-width:1120px}
body.woocommerce-checkout .em-commerce-heading{margin-bottom:42px}
body.woocommerce-checkout .em-checkout-grid{grid-template-columns:minmax(0,520px) 390px;justify-content:space-between;gap:72px}
body.woocommerce-checkout .em-checkout-fields{min-width:0}
body.woocommerce-checkout #customer_details{width:100%}
body.woocommerce-checkout .em-billing-fields,
body.woocommerce-checkout .em-shipping-fields{width:100%}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;align-items:start}
body.woocommerce-checkout .em-checkout-fields .form-row{width:100%!important;margin:0 0 12px!important}
body.woocommerce-checkout .em-checkout-fields .form-row-wide{grid-column:1/-1}
body.woocommerce-checkout .em-checkout-fields .form-row-first,
body.woocommerce-checkout .em-checkout-fields .form-row-last{width:100%!important}
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_email_field,
body.woocommerce-checkout #billing_phone_field{grid-column:1/-1}
body.woocommerce-checkout .em-checkout-fields label{font-size:14px;line-height:1.2;margin-bottom:4px;color:#242424}
body.woocommerce-checkout .em-checkout-fields input.input-text,
body.woocommerce-checkout .em-checkout-fields select,
body.woocommerce-checkout .select2-container--default .select2-selection--single{height:42px;min-height:42px;border-width:1.5px!important}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:39px}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:39px}
body.woocommerce-checkout .woocommerce-additional-fields{margin-top:6px}
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{display:block}
body.woocommerce-checkout #order_comments_field textarea{height:112px}
body.woocommerce-checkout .woocommerce-account-fields,
body.woocommerce-checkout .woocommerce-shipping-fields{margin-top:4px}
body.woocommerce-checkout .woocommerce-form__label-for-checkbox{display:flex!important;align-items:center;gap:10px;margin:0 0 12px!important;font-weight:500}
body.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:28px;height:28px;margin:0;border:1.5px solid #087fc4;border-radius:3px;background:#fff;display:grid;place-content:center;flex:0 0 28px}
body.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox]:checked:after{content:'✓';color:#087fc4;font-size:20px;font-weight:800;line-height:1}
body.woocommerce-checkout .em-checkout-sidebar{gap:20px}
body.woocommerce-checkout .em-summary-box,
body.woocommerce-checkout .em-checkout-box{border:1.5px solid #087fc4;border-radius:8px;padding:24px 22px;background:#fff}
body.woocommerce-checkout .em-summary-box h2,
body.woocommerce-checkout .em-checkout-box h2{font-size:20px;margin-bottom:20px}
body.woocommerce-checkout .em-summary-line{font-size:15px;padding:8px 0}
body.woocommerce-checkout .em-summary-total{font-size:15px;padding-top:18px;margin-top:12px}
body.woocommerce-checkout .em-payment-methods #payment{background:transparent!important}
body.woocommerce-checkout .em-payment-methods .wc_payment_methods{margin:0!important;padding:0!important;border:0!important}
body.woocommerce-checkout .em-payment-methods .wc_payment_method{position:relative;padding:7px 0!important;min-height:30px}
body.woocommerce-checkout .em-payment-methods .wc_payment_method>label{display:flex!important;align-items:center;min-height:24px;padding-left:28px;font-size:15px;cursor:pointer}
body.woocommerce-checkout .em-payment-methods .wc_payment_method input[type=radio],
body.woocommerce-checkout .em-shipping-box input[type=radio]{appearance:none;-webkit-appearance:none;position:absolute;width:17px;height:17px;margin:2px 0 0;border:1.5px solid #087fc4;border-radius:50%;background:#fff}
body.woocommerce-checkout .em-payment-methods .wc_payment_method input[type=radio]:checked:after,
body.woocommerce-checkout .em-shipping-box input[type=radio]:checked:after{content:'';display:block;width:9px;height:9px;margin:2.5px;border-radius:50%;background:#087fc4}
body.woocommerce-checkout .em-payment-methods .wc_payment_method img{float:none!important;max-height:26px!important;max-width:72px!important;margin-left:auto!important;object-fit:contain}
body.woocommerce-checkout .em-payment-methods .payment_box{margin:8px 0 0 28px!important;padding:10px 12px!important}
body.woocommerce-checkout .em-shipping-box ul#shipping_method li{position:relative;display:block;margin:10px 0!important;padding-left:28px;line-height:1.2}
body.woocommerce-checkout .em-shipping-box ul#shipping_method li label{display:block;font-size:15px;cursor:pointer}
body.woocommerce-checkout .em-shipping-box ul#shipping_method li label .amount{display:block;font-size:13px;font-weight:400}
body.woocommerce-checkout .em-shipping-box ul#shipping_method li img{float:right;max-width:70px;max-height:26px;object-fit:contain}
body.woocommerce-checkout .em-checkout-submit-area{padding-top:0}
body.woocommerce-checkout .em-checkout-submit-area .woocommerce-terms-and-conditions-wrapper{font-size:11px;color:#777;margin:0 0 14px}
body.woocommerce-checkout .em-checkout-submit-area .woocommerce-form__label-for-checkbox{align-items:flex-start!important;font-size:11px!important;font-weight:400!important;line-height:1.35}
body.woocommerce-checkout .em-checkout-submit-area .woocommerce-form__label-for-checkbox input[type=checkbox]{width:18px;height:18px;flex-basis:18px}
body.woocommerce-checkout .em-checkout-submit-area .woocommerce-form__label-for-checkbox input[type=checkbox]:checked:after{font-size:14px}
body.woocommerce-checkout .em-place-order{display:block;float:none!important;width:175px;height:46px;margin-left:auto;border:0;border-radius:7px;background:#087fc4;color:#fff;font:600 14px Poppins,sans-serif;cursor:pointer}
body.woocommerce-checkout .em-place-order:hover{background:#0170b8}
body.woocommerce-checkout .blockUI.blockOverlay{background:#fff!important;opacity:.55!important}
@media(max-width:900px){body.woocommerce-checkout .em-checkout-grid{grid-template-columns:1fr;gap:30px}body.woocommerce-checkout .em-checkout-sidebar{max-width:none}body.woocommerce-checkout .em-place-order{width:100%}}
@media(max-width:600px){body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr}body.woocommerce-checkout .em-checkout-fields .form-row{grid-column:1!important}body.woocommerce-checkout .em-commerce-heading{margin-bottom:28px}}

/* =========================================================
   EnduroMotor 4.9 — checkout: kupon + stabilne płatności
   ========================================================= */
body.woocommerce-checkout .woocommerce-form-coupon-toggle{
  display:none!important;
}
body.woocommerce-checkout .em-checkout-coupon-wrap{
  width:1120px;
  max-width:calc(100% - 40px);
  margin:26px auto 0;
}
body.woocommerce-checkout .em-checkout-coupon-prompt{
  margin:0;
  font-size:17px;
  line-height:1.45;
  color:#242424;
}
body.woocommerce-checkout .em-checkout-coupon-prompt a{
  color:#087fc4;
  font-weight:700;
  text-decoration:none;
}
body.woocommerce-checkout .em-checkout-coupon-prompt a:hover{
  text-decoration:underline;
}
body.woocommerce-checkout form.checkout_coupon.em-checkout-coupon{
  display:grid;
  grid-template-columns:minmax(0,330px) auto;
  gap:18px;
  align-items:center;
  width:100%;
  max-width:550px;
  margin:18px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.woocommerce-checkout form.checkout_coupon.em-checkout-coupon .form-row{
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}
body.woocommerce-checkout form.checkout_coupon.em-checkout-coupon input.input-text{
  width:100%;
  height:46px;
  padding:0 16px;
  border:1.5px solid #087fc4;
  border-radius:7px;
  background:#fff;
  font:inherit;
  outline:none;
}
body.woocommerce-checkout form.checkout_coupon.em-checkout-coupon .em-btn{
  height:46px;
  padding:0 26px;
  border:0;
  border-radius:7px;
  background:#087fc4;
  color:#fff;
  font:600 14px Poppins,sans-serif;
  cursor:pointer;
  white-space:nowrap;
}
body.woocommerce-checkout form.checkout_coupon.em-checkout-coupon .em-btn:hover{
  background:#0170b8;
}
body.woocommerce-checkout .em-no-payment-methods{
  margin:0!important;
  padding:12px 14px!important;
  border:0!important;
  border-radius:6px!important;
  background:#f5f9fc!important;
  color:#555!important;
  font-size:13px!important;
  line-height:1.45!important;
}
body.woocommerce-checkout .em-no-payment-methods:before{
  display:none!important;
}
body.woocommerce-checkout .em-checkout-sidebar .woocommerce-error,
body.woocommerce-checkout .em-checkout-sidebar .woocommerce-info,
body.woocommerce-checkout .em-checkout-sidebar .woocommerce-message{
  box-sizing:border-box;
}
@media(max-width:600px){
  body.woocommerce-checkout .em-checkout-coupon-wrap{max-width:calc(100% - 28px);margin-top:20px}
  body.woocommerce-checkout form.checkout_coupon.em-checkout-coupon{grid-template-columns:1fr}
  body.woocommerce-checkout form.checkout_coupon.em-checkout-coupon .em-btn{width:100%}
}

/* =========================================
   EnduroMotor 5.0 — checkout: 10 px między boxami
   ========================================= */
body.woocommerce-checkout .em-checkout-sidebar{
  gap:10px;
}

body.woocommerce-checkout .em-checkout-sidebar > *{
  margin-top:0!important;
  margin-bottom:0!important;
}

/* =========================================
   EnduroMotor 5.1 — rzeczywisty odstęp 10 px
   pomiędzy boxami w review-order checkoutu
   ========================================= */
body.woocommerce-checkout .em-checkout-sidebar #order_review.woocommerce-checkout-review-order{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
body.woocommerce-checkout .em-checkout-sidebar #order_review.woocommerce-checkout-review-order > *{
  margin-top:0!important;
  margin-bottom:0!important;
}


/* ==========================================================
   STRONA KONTAKT — lokalne style, wersja 5.2
   ========================================================== */
.em-contact-page{
 position:relative;
 overflow:hidden;
 background:#fff;
}
.em-contact-page__content{
 position:relative;
 min-height:700px;
 padding:64px 0 88px;
}
.em-contact-page__content:before{
 content:"";
 position:absolute;
 inset:0 auto 0 0;
 width:min(760px,58vw);
 background:url('../images/contact-section-bg.png') left center/cover no-repeat;
 opacity:.16;
 pointer-events:none;
}
.em-contact-page__content:after{
 content:"";
 position:absolute;
 left:0;
 bottom:-210px;
 width:760px;
 height:760px;
 background:url('../images/footer-motor.svg') center/contain no-repeat;
 opacity:.045;
 transform:rotate(90deg);
 pointer-events:none;
}
.em-contact-page__content>.em-container{
 position:relative;
 z-index:1;
}
.em-contact-page__heading{
 margin-bottom:48px;
}
.em-contact-page__grid{
 display:grid;
 grid-template-columns:minmax(330px,.78fr) minmax(560px,1.22fr);
 gap:64px;
 align-items:center;
}
.em-contact-page__details h2{
 margin:0 0 18px;
 font-size:39px;
 line-height:1.04;
 font-weight:800;
 font-style:italic;
 color:#1f1f1f;
}
.em-contact-page__details h2 span{
 display:block;
}
.em-contact-page__details h2 strong{
 color:#0a7ddb;
 font-weight:800;
}
.em-contact-page__intro{
 max-width:390px;
 margin:0 0 30px;
 font-size:16px;
 line-height:1.45;
 color:#555;
}
.em-contact-page__items{
 display:grid;
 gap:24px;
}
.em-contact-page__item{
 display:grid;
 grid-template-columns:44px minmax(0,1fr);
 gap:18px;
 align-items:center;
 min-height:44px;
 color:#1f1f1f;
 text-decoration:none;
 font-size:18px;
 line-height:1.35;
 transition:opacity .25s ease;
}
a.em-contact-page__item:hover{
 opacity:.72;
}
.em-contact-page__item img{
 width:40px;
 height:40px;
 object-fit:contain;
}
.em-contact-page__form-card{
 padding:38px 34px 34px;
 background:linear-gradient(135deg,#2b2425,#0b0909);
 border:3px solid #0a7ddb;
 border-radius:8px;
 box-shadow:0 13px 28px rgba(0,0,0,.24);
 color:#fff;
}
.em-contact-page__form-card h2{
 margin:0 0 22px;
 font-size:27px;
 line-height:1.2;
 color:#fff;
}
.em-contact-page__form{
 display:grid;
 gap:14px;
}
.em-contact-page__form-row{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:22px;
}
.em-contact-page__form label{
 display:block;
}
.em-contact-page__form input[type="text"],
.em-contact-page__form input[type="email"],
.em-contact-page__form textarea{
 display:block;
 width:100%;
 border:1px solid #d9d9d9;
 border-radius:7px;
 background:#fff;
 color:#1f1f1f;
 font:inherit;
 outline:0;
 transition:border-color .2s ease,box-shadow .2s ease;
}
.em-contact-page__form input[type="text"],
.em-contact-page__form input[type="email"]{
 height:48px;
 padding:0 16px;
}
.em-contact-page__form textarea{
 min-height:170px;
 padding:15px 16px;
 resize:vertical;
}
.em-contact-page__form input:focus,
.em-contact-page__form textarea:focus{
 border-color:#0a7ddb;
 box-shadow:0 0 0 2px rgba(10,125,219,.18);
}
.em-contact-page__consent{
 display:grid!important;
 grid-template-columns:18px minmax(0,1fr);
 gap:10px;
 align-items:start;
 margin:0 0 8px;
 font-size:12px;
 line-height:1.35;
 color:#d2d2d2;
 cursor:pointer;
}
.em-contact-page__consent input{
 width:18px;
 height:18px;
 margin:0;
 accent-color:#0a7ddb;
}
.em-contact-page__form .em-btn{
 justify-self:center;
 min-height:47px;
 margin-top:2px;
}
.em-contact-page__notice{
 margin:-24px 0 30px;
 padding:14px 18px;
 border:1px solid #d9d9d9;
 border-radius:7px;
 background:#fff;
 font-size:14px;
}
.em-contact-page__notice--success{
 border-color:#0a7ddb;
 color:#0a7ddb;
}
.em-contact-page__notice--error{
 color:#a32929;
}
@media(max-width:1000px){
 .em-contact-page__grid{
  grid-template-columns:1fr;
  gap:42px;
 }
 .em-contact-page__details{
  max-width:650px;
 }
 .em-contact-page__intro{
  max-width:570px;
 }
 .em-contact-page__content:before{
  width:100%;
  opacity:.11;
 }
}
@media(max-width:700px){
 .em-contact-page__content{
  padding:42px 0 60px;
 }
 .em-contact-page__heading{
  margin-bottom:36px;
 }
 .em-contact-page__details h2{
  font-size:32px;
 }
 .em-contact-page__form-card{
  padding:28px 20px 24px;
 }
 .em-contact-page__form-row{
  grid-template-columns:1fr;
  gap:14px;
 }
 .em-contact-page__item{
  grid-template-columns:38px minmax(0,1fr);
  gap:14px;
  font-size:16px;
 }
 .em-contact-page__item img{
  width:34px;
  height:34px;
 }
}

/* ==========================================================
   MOJE KONTO — lokalne style, wersja 5.6
   Odwzorowanie projektu Logowanie.svg.
   ========================================================== */
body.woocommerce-account .em-account-page__section{
 min-height:720px;
 padding:96px 0 70px;
 background-color:#fcfcfc;
 background-image:none;
 background-repeat:no-repeat;
 background-position:left bottom;
 background-size:auto 100%;
}
body.woocommerce-account .em-account-page__content{position:relative;z-index:1;}
body.woocommerce-account .em-account-auth{display:grid;grid-template-columns:minmax(0,500px);justify-content:center;gap:28px;}
body.woocommerce-account .em-account-auth--registration{grid-template-columns:repeat(2,minmax(0,500px));gap:30px;align-items:start;}
body.woocommerce-account .em-account-card{overflow:hidden;border:2px solid #0a7ddb;border-radius:10px;background:#f4f4f4;}
body.woocommerce-account .em-account-card__title{margin:0;padding:24px 28px;background:#0a7ddb;color:#fff;text-align:center;font-size:27px;line-height:1.2;font-weight:700;}
body.woocommerce-account .em-account-form{display:grid;gap:22px;margin:0;padding:30px 30px 27px;border:0;border-radius:0;}
body.woocommerce-account .em-account-form .form-row{float:none;width:100%;margin:0;padding:0;}
body.woocommerce-account .em-account-form label{display:block;margin:0 0 8px;color:#1f1f1f;font-size:16px;line-height:1.35;}
body.woocommerce-account .em-account-form .input-text{width:100%;height:50px;margin:0;padding:0 17px;border:1px solid #0a7ddb;border-radius:8px;background:#fff;color:#1f1f1f;font:inherit;outline:0;transition:border-color .2s ease,box-shadow .2s ease;}
body.woocommerce-account .em-account-form .input-text:focus{border-color:#0a7ddb;box-shadow:0 0 0 2px rgba(10,125,219,.18);}
body.woocommerce-account .em-account-form__lost-password{margin:-1px 0 0;text-align:center;font-size:14px;color:#666;}
body.woocommerce-account .em-account-form__lost-password a{color:#0a7ddb;text-decoration:none;}
body.woocommerce-account .em-account-form__hint{margin:0;color:#666;font-size:14px;line-height:1.45;}
body.woocommerce-account .em-account-form__submit{display:flex;justify-content:center;margin-top:2px!important;}
body.woocommerce-account .em-account-form__submit .em-btn{min-width:194px;min-height:47px;}
body.woocommerce-account .em-account-form__submit .em-btn,body.woocommerce-account .em-account-form__submit .button,body.woocommerce-account .em-account-form__submit button,body.woocommerce-account .em-account-form__submit .button:disabled,body.woocommerce-account .em-account-form__submit button:disabled,body.woocommerce-account .em-account-form__submit .button.disabled{background:#0a7ddb!important;color:#fff!important;border-color:#0a7ddb!important;opacity:1!important;box-shadow:none!important;}
body.woocommerce-account .em-account-form__submit .em-btn:hover,body.woocommerce-account .em-account-form__submit .button:hover,body.woocommerce-account .em-account-form__submit button:hover{background:#0a7ddb!important;color:#fff!important;}
body.woocommerce-account .woocommerce-privacy-policy-text,body.woocommerce-account .woocommerce-privacy-policy-text p{margin:0;font-size:12px;line-height:1.4;color:#666;}
body.woocommerce-account .woocommerce-form__label-for-checkbox{display:grid!important;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;}
body.woocommerce-account .woocommerce-form__input-checkbox{width:18px;height:18px;margin:0;accent-color:#0a7ddb;}
body.woocommerce-account .em-account-benefits{padding:26px 8px 0;color:#5f5f5f;font-size:14px;line-height:1.35;}
body.woocommerce-account .em-account-benefits p{margin:0;}
body.woocommerce-account .em-account-benefits ul{margin:0;padding-left:22px;}
/* Panel po zalogowaniu. */
body.woocommerce-account .woocommerce{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start;}
body.woocommerce-account .woocommerce:has(.em-account-auth){display:block;}
body.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:auto;padding:0;border:1px solid #d9d9d9;border-radius:8px;background:#fff;overflow:hidden;}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none;}
body.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0;border-bottom:1px solid #d9d9d9;}
body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:0;}
body.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:15px 18px;color:#1f1f1f;text-decoration:none;transition:background-color .2s ease,color .2s ease;}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#0a7ddb;color:#fff;}
body.woocommerce-account .woocommerce-MyAccount-content{float:none;width:auto;min-width:0;padding:28px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;}
body.woocommerce-account .woocommerce-MyAccount-content h2,body.woocommerce-account .woocommerce-MyAccount-content h3{color:#1f1f1f;}
body.woocommerce-account .woocommerce-MyAccount-content .button{border-radius:7px;background:#0a7ddb;color:#fff;}
body.woocommerce-account .woocommerce-MyAccount-content input.input-text,body.woocommerce-account .woocommerce-MyAccount-content textarea,body.woocommerce-account .woocommerce-MyAccount-content select{border:1px solid #d9d9d9;border-radius:7px;background:#fff;}
@media(max-width:900px){
 body.woocommerce-account .em-account-page__section{padding-top:58px;background-size:auto 85%;}
 body.woocommerce-account .em-account-auth--registration{grid-template-columns:minmax(0,560px);justify-content:center;}
 body.woocommerce-account .woocommerce{grid-template-columns:1fr;}
}
@media(max-width:600px){
 body.woocommerce-account .em-account-page__section{min-height:0;padding:36px 0 42px;background-size:auto 62%;}
 body.woocommerce-account .em-account-card__title{padding:18px 20px;font-size:23px;}
 body.woocommerce-account .em-account-form{gap:17px;padding:22px 18px;}
 body.woocommerce-account .em-account-benefits{padding:20px 4px 0;font-size:13px;}
 body.woocommerce-account .woocommerce-MyAccount-content{padding:20px 16px;}
}

