/* ----------------------------------------------------------
   Vlastné úpravy Elektro-M.T. – nadstavba nad šablónou eTrade
   Zachované: písmo (DM Sans), farby, veľkosti, animácie šablóny.
---------------------------------------------------------- */

:root {
  /* Trojfarebná schéma z loga Elektro-M.T. */
  --color-primary: #2ba013;        /* zelená z loga */
  --light-primary: #54c43a;
  --color-secondary: #e11603;      /* červená z loga */
  --color-heading: #0d0d0d;        /* čierna z loga */
  --color-dark: #0d0d0d;
  --color-black: #000000;
}

/* Logo Elektro-M.T. – vľavo hore */
.header-brand { display: flex; align-items: center; }
.header-brand .logo img { height: 88px; width: auto; }
.mobile-nav-brand .logo img { height: 70px; width: auto; }
@media (max-width: 575px){ .header-brand .logo img { height: 60px; } }

/* Záložné textové logo */
.brand-text {
  font-family: var(--font-secondary);
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.5px;
  color: var(--color-heading);
  white-space: nowrap;
}
.brand-text span { color: var(--color-primary); }
.brand-text:hover { color: var(--color-heading); }

/* Horný pruh – kontakty */
.axil-header-top .quick-link li a i { color: var(--color-primary); margin-right: 6px; }
.axil-header-top .quick-link.justify-content-sm-end { justify-content: flex-end; }
@media (max-width: 575px){ .axil-header-top { display: none; } }

/* Hlavné menu – zmestiť do jedného riadku */
@media (min-width: 992px){
  .mainmenu { flex-wrap: nowrap; }
  .mainmenu > li { margin: 0 12px; }
  .mainmenu > li > a { font-size: 15px; white-space: nowrap; }
}
@media (min-width: 1200px) and (max-width: 1399px){
  .mainmenu > li { margin: 0 9px; }
  .mainmenu > li > a { font-size: 14px; }
}

/* Aktívna položka menu */
.mainmenu > li.active > a { color: var(--color-primary); }
/* Výpredaj v menu – červené zvýraznenie */
.mainmenu > li.menu-sale > a { color: var(--color-secondary); font-weight: 700; }
.mainmenu > li.menu-sale > a i { margin-right: 5px; }

/* Hero – moderný gradient 2026 */
.hero-modern {
  background: radial-gradient(1200px 600px at 80% -10%, rgba(43,160,19,.20), transparent 60%),
              radial-gradient(900px 500px at 0% 110%, rgba(84,196,58,.16), transparent 55%),
              linear-gradient(135deg, #f3faf1 0%, #eef6ec 100%);
  border-radius: var(--radius-big);
  overflow: hidden;
  position: relative;
}
.hero-modern .hero-inner { padding: 90px 60px; }
.hero-modern .subtitle {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(43,160,19,.1); color: var(--color-primary);
  padding: 7px 16px; border-radius: 30px; font-weight: 600; font-size: 14px;
  margin-bottom: 22px;
}
.hero-modern h1 { font-size: 58px; line-height: 1.08; margin-bottom: 22px; }
.hero-modern .lead { font-size: 18px; max-width: 520px; margin-bottom: 34px; }
.hero-modern .hero-thumb img { max-width: 100%; height: auto; }
@media (max-width: 991px){
  .hero-modern .hero-inner { padding: 60px 28px; }
  .hero-modern h1 { font-size: 40px; }
}
@media (max-width: 575px){
  .hero-modern h1 { font-size: 32px; }
}

/* Kategórie – dlaždice */
/* Rad kategórií – zvislé karty so šírkou podľa textu */
.cat-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; justify-content: center; }
.cat-row > .cat-card { flex: 0 0 auto; min-width: 0; padding-left: 18px; padding-right: 18px; }
.cat-quote .cat-ico { background: rgba(225,22,3,.08); }
.cat-quote .cat-ico i { color: var(--color-secondary); }

.cat-card {
  display: block; text-align: center; background: var(--color-white);
  border: 1px solid var(--color-border-light); border-radius: var(--radius-big);
  padding: 12px 10px; transition: var(--transition); height: 100%;
}
.cat-card { cursor: pointer; position: relative; }
.cat-card:hover { box-shadow: var(--shadow-primary); transform: translateY(-6px); border-color: var(--color-primary); }
.cat-card .cat-icon { width: 72px; height: 72px; object-fit: contain; margin-bottom: 18px; }
.cat-card h5 { margin-bottom: 0; font-size: 13px; line-height: 1.25; white-space: nowrap; }
.cat-card p { font-size: 14px; margin-bottom: 0; }
/* Výzva „Nakupovať →" – jasná klikateľnosť */
.cat-card .cat-cta {
  display: inline-flex; align-items: center; gap: 4px; margin-top: 7px;
  font-size: 10px; font-weight: 700; color: var(--color-primary);
  text-transform: uppercase; letter-spacing: .3px;
  opacity: .7; transition: var(--transition);
}
.cat-card .cat-cta i { transition: transform .25s; }
.cat-card:hover .cat-cta { opacity: 1; }
.cat-card:hover .cat-cta i { transform: translateX(4px); }
.cat-quote .cat-cta { color: var(--color-secondary); }
/* Popis nad kategóriami */
.cat-head { text-align: center; font-size: 14px; color: var(--color-gray); margin-bottom: 16px; }
.cat-head i { color: var(--color-primary); margin-right: 6px; }

/* Banner pásy / CTA */
.promo-band {
  background: linear-gradient(135deg, var(--color-primary), #54c43a);
  color: #fff; border-radius: var(--radius-big); padding: 56px 48px;
}
.promo-band h2 { color:#fff; }
.promo-band .axil-btn { margin-top: 10px; }
@media (max-width: 767px){ .promo-band { padding: 40px 24px; } }

/* Predajne – karty */
.store-card {
  background: var(--color-white); border: 1px solid var(--color-border-light);
  border-radius: var(--radius-big); padding: 30px; height: 100%; transition: var(--transition);
}
.store-card:hover { box-shadow: var(--shadow-primary); transform: translateY(-4px); }
.store-card .store-ico {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(43,160,19,.1); color: var(--color-primary); font-size: 22px; margin-bottom: 18px;
}
.store-card h5 { margin-bottom: 6px; }
.store-card p { margin-bottom: 4px; }

/* Statické info stránky */
.content-page { font-size: 16px; }
.content-page h2 { margin-top: 40px; font-size: 26px; }
.content-page h3 { margin-top: 28px; font-size: 20px; }
.content-page ul { padding-left: 20px; margin-bottom: 24px; }
.content-page ul li { list-style: disc; margin-bottom: 8px; }

/* FAQ akordeón využíva bootstrap; jemný štýl */
.faq-accordion .accordion-button { font-weight: 600; color: var(--color-heading); }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--color-primary); background: rgba(43,160,19,.06); }

/* Ikonové výhody (service-box) – rovnaká výška */
.axil-service-area .row > .col { display: flex; }
.service-box { height: 100%; }
.service-box .icon i {
  font-size: 42px; color: var(--color-primary); line-height: 1;
  display: inline-block; margin-bottom: 4px;
}
.service-box:hover .icon i { color: var(--color-secondary); transition: var(--transition); }

/* Ikony kategórií – carousel dlaždice */
.categrie-product .cat-ico {
  width: 96px; height: 96px; margin: 0 auto 14px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(43,160,19,.08);
  transition: var(--transition);
}
.categrie-product .cat-ico i { font-size: 42px; color: var(--color-primary); }
.categrie-product:hover .cat-ico { background: var(--color-primary); }
.categrie-product:hover .cat-ico i { color: #fff; }
.categrie-product .cat-title { font-size: 15px; margin: 0; }

/* Ikony v kartičkách kategórií (cat-card) */
.cat-card .cat-ico {
  width: 50px; height: 50px; margin: 0 auto 8px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(43,160,19,.08);
}
.cat-card .cat-ico i { font-size: 22px; color: var(--color-primary); }
.cat-card:hover .cat-ico { background: var(--color-primary); }
.cat-card:hover .cat-ico i { color: #fff; transition: var(--transition); }

/* Vertikálne menu Kategórie (department) – rovnaké pozadie ako slidery (#f7f7f7) */
.department-menu { position: relative; background-color: #f7f7f7; border-radius: 6px; overflow: hidden; }
.department-head {
  background: var(--color-primary); color: #fff; border-radius: 6px 6px 0 0;
  padding: 16px 22px; font-weight: 600; display: flex; align-items: center; gap: 10px;
}
.department-list {
  border: 0; background: transparent;
}
.department-list li { list-style: none; }
.department-list li a {
  display: flex; align-items: center; gap: 12px; padding: 10px 22px;
  color: var(--color-heading); border-bottom: 1px solid var(--color-border-light); transition: var(--transition);
}
.department-list li:last-child a { border-bottom: 0; }
.department-list li a i { width: 22px; text-align: center; font-size: 18px; color: var(--color-primary); }
.department-list li a:hover { background: var(--color-lighter); color: var(--color-primary); padding-left: 28px; }

/* Horný kampaňový pruh – zelený podklad */
.header-top-campaign {
  background: linear-gradient(90deg, var(--color-primary), var(--light-primary)) !important;
}
.header-top-campaign .campaign-content p,
.header-top-campaign .campaign-content p a { color: #fff !important; }
.header-top-campaign .campaign-content p a { text-decoration: underline; font-weight: 700; }
.header-top-campaign .remove-campaign { color: #fff; }

/* Položka cenovej ponuky vo vertikálnom menu */
.department-list .dept-quote { color: var(--color-secondary); font-weight: 600; }
.department-list .dept-quote i { color: var(--color-secondary); }

/* Newsletter na obrázku – čitateľný text */
.etrade-newsletter-wrapper .newsletter-content .title { color: #fff; }
.etrade-newsletter-wrapper .newsletter-content .title-highlighter { color: #fff; }
.etrade-newsletter-wrapper { border-radius: var(--radius-big); }

/* ===== Chatbot – poradca ===== */
.emt-chat { position: fixed; right: 24px; bottom: 24px; z-index: 9999; font-family: var(--font-primary); }
/* Scrolovacie tlačidlo (back-to-top) presunuté doľava (výmena s chatbotom) */
.back-to-top { left: 30px !important; right: auto !important; }
.emt-chat-toggle {
  display: inline-flex; align-items: center; gap: 10px; border: 0; cursor: pointer;
  background: linear-gradient(135deg, var(--color-primary), var(--light-primary));
  color: #fff; padding: 14px 20px; border-radius: 50px; font-weight: 700; font-size: 15px;
  box-shadow: 0 10px 28px rgba(43,160,19,.4); transition: transform .2s ease;
}
.emt-chat-toggle:hover { transform: translateY(-2px); }
.emt-chat-toggle i { font-size: 20px; }
.emt-chat-toggle.open .emt-chat-badge { display: none; }
.emt-chat-panel {
  position: absolute; right: 0; left: auto; bottom: 70px; width: 420px; max-width: calc(100vw - 32px);
  height: 520px; max-height: calc(100vh - 120px); background: #fff; border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.25); display: flex; flex-direction: column; overflow: hidden;
}
.emt-chat-head {
  background: linear-gradient(135deg, var(--color-primary), var(--light-primary)); color: #fff;
  padding: 16px 48px 16px 18px; display: flex; align-items: center; justify-content: flex-start; position: relative;
}
.emt-chat-head-info { display: flex; align-items: center; gap: 12px; }
.emt-chat-head-info strong { display: block; font-size: 16px; line-height: 1.2; white-space: nowrap; }
.emt-chat-head-info small { display: block; opacity: .9; font-size: 12px; line-height: 1.2; white-space: nowrap; }
.emt-chat-head { padding: 14px 48px 14px 18px; }
.emt-chat-head-info strong, .emt-chat-head-info small { overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.emt-chat-head-info { min-width: 0; }
.emt-chat-ava { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.2); display: grid; place-items: center; font-size: 18px; }
.emt-chat-close { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; display: grid; place-items: center; background: rgba(255,255,255,.22); border: 0; border-radius: 50%; color: #fff; font-size: 16px; cursor: pointer; line-height: 1; z-index: 3; transition: background .2s; }
.emt-chat-close:hover { background: rgba(255,255,255,.38); }
.emt-chat-head { padding-right: 58px; }
.emt-chat-head-info { flex: 1 1 auto; }
.emt-chat-body { flex: 1; overflow-y: auto; padding: 18px; background: var(--color-lighter); }
.emt-msg { display: flex; align-items: flex-end; gap: 8px; margin-bottom: 12px; }
.emt-msg.user { flex-direction: row-reverse; }
.emt-msg-ava { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: var(--color-primary); color: #fff; display: grid; place-items: center; font-size: 13px; }
.emt-bubble { background: #fff; padding: 11px 14px; border-radius: 14px; font-size: 14px; line-height: 1.5; max-width: 80%; box-shadow: var(--shadow-light); color: var(--color-body); }
.emt-msg.user .emt-bubble { background: var(--color-primary); color: #fff; }
.emt-bubble a { color: var(--color-primary); font-weight: 600; }
.emt-msg.user .emt-bubble a { color: #fff; text-decoration: underline; }
.emt-rec { margin: 8px 0 4px; padding-left: 18px; }
.emt-rec li { list-style: disc; margin-bottom: 4px; }
.emt-link { display: inline-block; margin-top: 4px; font-weight: 600; color: var(--color-primary); }
.emt-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px 38px; justify-content: flex-start; }
.emt-chip { flex: 0 0 auto; width: auto; align-self: flex-start; background: #fff; border: 1px solid var(--color-primary); color: var(--color-primary); border-radius: 30px; padding: 7px 14px; font-size: 13px; cursor: pointer; transition: var(--transition); white-space: nowrap; }
.emt-chip:hover { background: var(--color-primary); color: #fff; }
.emt-chat-input { display: flex; align-items: center; gap: 8px; padding: 12px; border-top: 1px solid var(--color-border-light); background: #fff; }
.emt-chat-input input { flex: 1; border: 1px solid var(--color-border-light); border-radius: 30px; padding: 10px 16px; font-size: 14px; outline: none; }
.emt-chat-input input:focus { border-color: var(--color-primary); }
.emt-chat-input button { flex: 0 0 44px; width: 44px; height: 44px; border: 0; background: var(--color-primary); color: #fff; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.emt-chat-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 14px 12px; font-size: 11px; color: var(--color-gray); background: #fff; }
.emt-chat-foot i { color: var(--color-primary); margin-right: 4px; }
.emt-chat-foot a { color: var(--color-primary); font-weight: 600; }
@media (max-width: 575px){ .emt-chat { right: 14px; bottom: 14px; } .emt-chat-toggle .emt-chat-badge { display: none; } }

/* ===== Slider zarovnaný na výšku/spodok menu Kategórie ===== */
@media (min-width: 992px){
  .hero-product-slider.slider-box-wrap > .slider-activation-one { width: 100%; }
}

/* ===== Neuromarketing prvky ===== */
/* Kotvenie ceny – úspora */
.nm-savings { display: inline-block; margin-top: 6px; color: var(--color-secondary); font-weight: 700; font-size: 13px; }
.nm-save-badge { display: inline-block; margin-left: 10px; background: var(--color-secondary); color: #fff; font-size: 13px; font-weight: 700; padding: 4px 12px; border-radius: 30px; vertical-align: middle; }
/* Nedostatok + sociálny dôkaz na karte */
.nm-cues { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; font-size: 12px; font-weight: 600; }
.nm-cues .nm-stock { color: var(--color-primary); }
.nm-cues .nm-stock.low { color: var(--color-secondary); }
.nm-cues .nm-sold { color: var(--color-gray); }
.nm-cues i { margin-right: 4px; }
.nm-stores { font-size: 12px; color: var(--color-gray); margin-top: 5px; }
.nm-stores i { color: var(--color-primary); margin-right: 5px; }
/* Sociálny dôkaz na detaile */
.nm-social { display: flex; flex-wrap: wrap; gap: 18px; font-size: 14px; color: var(--color-body); }
.nm-social i { color: var(--color-secondary); margin-right: 6px; }
.nm-social strong { color: var(--color-heading); }
/* Skladový pruh (nedostatok) */
.nm-stockbar { margin: 16px 0; }
.nm-stockbar-head { font-size: 14px; margin-bottom: 6px; }
.nm-stockbar-head i { color: var(--color-primary); margin-right: 6px; }
.nm-stockbar.low .nm-stockbar-head i { color: var(--color-secondary); }
.nm-stockbar-track { height: 8px; background: #e9ecef; border-radius: 30px; overflow: hidden; }
.nm-stockbar-track span { display: block; height: 100%; background: linear-gradient(90deg, var(--color-primary), var(--light-primary)); border-radius: 30px; }
.nm-stockbar.low .nm-stockbar-track span { background: linear-gradient(90deg, var(--color-secondary), #ff6a5e); }
/* Urgencia – odpočet */
.nm-urgency { margin: 14px 0; background: rgba(225,22,3,.08); color: var(--color-secondary); font-weight: 700; padding: 12px 16px; border-radius: var(--radius); font-size: 14px; }
.nm-urgency i { margin-right: 8px; }
.nm-countdown { font-variant-numeric: tabular-nums; }
/* Doprava zdarma – progres v košíku */
.nm-freeship { margin: 16px 0; padding: 14px; background: #fff; border-radius: var(--radius); }
.nm-freeship p { margin: 0 0 8px; font-size: 14px; }
.nm-freeship p.ok { color: var(--color-primary); margin: 0; }
.nm-freeship i { color: var(--color-primary); margin-right: 6px; }
/* FOMO toast – „práve nakúpil" */
.nm-toast { position: fixed; left: 20px; bottom: 96px; z-index: 9998; max-width: 320px;
  background: #fff; border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.18);
  padding: 14px 16px 14px 14px; display: flex; gap: 12px; align-items: center;
  transform: translateY(150%); opacity: 0; transition: transform .4s ease, opacity .4s ease; }
.nm-toast.show { transform: translateY(0); opacity: 1; }
.nm-toast .nm-toast-ico { width: 42px; height: 42px; border-radius: 50%; background: rgba(43,160,19,.12); color: var(--color-primary); display: grid; place-items: center; flex-shrink: 0; font-size: 18px; }
.nm-toast .nm-toast-body { font-size: 13px; line-height: 1.4; color: var(--color-body); }
.nm-toast .nm-toast-body strong { color: var(--color-heading); display: block; }
.nm-toast .nm-toast-body small { color: var(--color-gray); }
@media (max-width: 575px){ .nm-toast { left: 12px; right: 12px; max-width: none; } }

/* Popis akcie v dolnom slideri */
.hero-product-slider .hero-desc { font-size: 15px; color: var(--color-body); margin: 8px 0 0; max-width: 420px; }
/* Obrázok akcie z horného baneru – celý, bez orezania */
.hero-product-slider .hero-akcia-img { width: 100%; height: auto; max-height: 200px; object-fit: contain; border-radius: 12px; }

/* Cena na hero produktovom slideri */
.hero-price { margin: 4px 0 18px; }
.hero-price-now { font-size: 26px; font-weight: 800; color: var(--color-primary); }
.hero-price-old { font-size: 17px; color: var(--color-gray); text-decoration: line-through; margin-left: 10px; }

/* Indikátor (dots) hero banner slidera – nižšie a v strede */
.designed-banner-slider .slick-dots { top: 250px; bottom: auto; left: 0; right: 0; width: 100%; text-align: center; }

/* Šípky hero banneru */
.designed-banner-wrap { position: relative; }
.db-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.9); color: var(--color-heading); font-size: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,.15); transition: var(--transition);
  display: grid; place-items: center;
}
.db-arrow:hover { background: var(--color-primary); color: #fff; }
.db-prev { left: 16px; }
.db-next { right: 16px; }
@media (max-width: 575px){ .db-arrow { width: 38px; height: 38px; font-size: 16px; } }

/* ===== Predizajnovaný banner (1 obrázok z elektromt.sk v dizajne webu) ===== */
.designed-banner { position: relative; border-radius: var(--radius-big); overflow: hidden; height: 300px;
  background-size: cover; background-position: center; box-shadow: var(--shadow-primary); }
.designed-banner .db-overlay { position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(13,13,13,.5) 0%, rgba(13,13,13,.12) 30%, rgba(13,13,13,0) 55%); }
.designed-banner .db-content { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 26px 34px; color: #fff; }
@media (max-width: 991px){ .designed-banner { height: 220px; } }
@media (max-width: 575px){ .designed-banner { height: 160px; } .designed-banner .db-content { padding: 16px 18px; } }
.designed-banner .db-content .subtitle { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.15); color: #fff; padding: 6px 14px; border-radius: 30px; font-weight: 600; font-size: 13px; margin-bottom: 16px; }
.designed-banner .db-content h2 { color: #fff; font-size: 34px; line-height: 1.15; margin-bottom: 14px; }
.designed-banner .db-content p { color: rgba(255,255,255,.9); margin-bottom: 22px; max-width: 440px; }
@media (max-width: 767px){ .designed-banner .db-content { padding: 36px 26px; } .designed-banner .db-content h2 { font-size: 26px; } }

/* Blog – jednotná výška kariet a obrázkov (horizontálne zarovnanie) */
.axil-blog-area .content-blog { height: 100%; display: flex; flex-direction: column; }
.axil-blog-area .content-blog .thumbnail img { width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius-big); }
.axil-blog-area .row > [class*="col-"] { display: flex; }
.axil-blog-area .content-blog .content { display: flex; flex-direction: column; flex: 1 1 auto; }
.axil-blog-area .content-blog .content .btn-link { margin-top: auto; align-self: flex-start; }

/* Dôvera (Heureka) + platobné metódy */
.trust-payment-area { background: var(--color-lighter); padding: 30px 0; }
.trust-block { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.heureka-badge { display: inline-flex; flex-direction: column; align-items: center; background: #fff; border: 2px solid #2f6fb0; border-radius: 10px; padding: 8px 16px; line-height: 1.1; }
.heureka-badge .hb-stars { color: #f5a623; font-size: 12px; letter-spacing: 1px; }
.heureka-badge .hb-label { font-size: 10px; font-weight: 700; color: #2f6fb0; letter-spacing: .5px; margin-top: 2px; }
.heureka-badge .hb-brand { font-size: 13px; font-weight: 800; color: #e2231a; }
.trust-text { margin: 0; font-weight: 600; color: var(--color-heading); }
.payment-title { display: block; font-weight: 600; color: var(--color-heading); margin-bottom: 12px; }
.payment-cards { list-style: none; padding: 0; margin: 0; display: inline-flex; flex-wrap: wrap; gap: 10px; }
.payment-cards.text-lg-end { justify-content: flex-end; }
.payment-block.text-lg-end .payment-cards { justify-content: flex-end; }
.payment-cards li img { height: 34px; width: auto; border-radius: 4px; box-shadow: var(--shadow-light); }
@media (max-width: 991px){ .payment-block, .payment-block .payment-cards { text-align: left !important; justify-content: flex-start !important; } }

/* Plávajúci porovnávací panel (ako pneuonline) */
.compare-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9990; padding: 0 16px 14px; pointer-events: none; }
.compare-bar-inner {
  pointer-events: auto; max-width: 920px; margin: 0 auto; background: #fff;
  border: 1px solid var(--color-border-light); border-radius: 16px; box-shadow: 0 16px 40px rgba(0,0,0,.16);
  padding: 12px 18px; display: flex; align-items: center; gap: 16px;
}
.compare-bar .cb-label { font-weight: 700; color: var(--color-heading); white-space: nowrap; }
.compare-bar .cb-label i { color: var(--color-primary); margin-right: 6px; }
.compare-bar .cb-items { display: flex; gap: 8px; flex: 1; }
.compare-bar .cb-item { position: relative; width: 54px; height: 54px; border-radius: 10px; background: var(--color-lighter); border: 1px solid var(--color-border-light); overflow: hidden; flex: 0 0 54px; }
.compare-bar .cb-item img { width: 100%; height: 100%; object-fit: contain; }
.compare-bar .cb-item form { position: absolute; top: 0; right: 0; margin: 0; }
.compare-bar .cb-item button { width: 18px; height: 18px; border: 0; border-radius: 0 0 0 6px; background: var(--color-secondary); color: #fff; font-size: 12px; line-height: 1; cursor: pointer; }
.compare-bar .cb-item.cb-empty { display: grid; place-items: center; color: var(--color-gray); border-style: dashed; }
.compare-bar .cb-actions { display: flex; align-items: center; gap: 12px; }
.compare-bar .cb-clear { background: none; border: 0; color: var(--color-gray); font-weight: 600; cursor: pointer; }
.compare-bar .cb-clear:hover { color: var(--color-secondary); }
.compare-bar .cb-go { white-space: nowrap; }
@media (max-width: 575px){
  .compare-bar-inner { flex-wrap: wrap; gap: 10px; }
  .compare-bar .cb-label { width: 100%; }
}

/* Produktové karty – rovnaká výška, „Porovnať" zarovnané dospodu */
.row [class*="col-"] > .axil-product.product-style-one { height: 100%; }
.axil-product.product-style-one { display: flex; flex-direction: column; }
.product-style-one .product-content { flex: 1 1 auto; }
.product-style-one .product-content .inner { display: flex; flex-direction: column; height: 100%; }
.product-style-one .pc-compare { margin-top: auto; padding-top: 8px; }

/* Porovnať na karte */
.pc-compare { margin-top: 8px; }
.pc-compare button { background: none; border: 0; color: var(--color-gray); font-size: 12px; font-weight: 600; cursor: pointer; padding: 0; }
.pc-compare button:hover { color: var(--color-primary); }
.pc-compare i { margin-right: 4px; }

/* Vernostné body */
.nm-loyalty { background: rgba(43,160,19,.08); color: #1f7a0e; border-radius: var(--radius); padding: 10px 14px; font-size: 14px; }
.nm-loyalty i { color: var(--color-primary); margin-right: 6px; }

/* Prepínač témy */
.theme-toggle { background: none; border: 0; color: var(--color-body); cursor: pointer; font-size: 15px; padding: 0 4px; }
.theme-toggle:hover { color: var(--color-primary); }

/* ===== Tmavá téma ===== */
body.theme-dark {
  --color-white: #15171c;
  --color-lighter: #1e2128;
  --color-body: #c2c7d0;
  --color-heading: #f3f5f8;
  --color-dark: #f3f5f8;
  --color-border-light: #2c313a;
  background: #0f1115;
}
body.theme-dark,
body.theme-dark .bg-color-white,
body.theme-dark .axil-footer-area { background-color: #0f1115 !important; }
body.theme-dark .slider-box-wrap,
body.theme-dark .hero-banner,
body.theme-dark .department-menu,
body.theme-dark .cat-card,
body.theme-dark .store-card,
body.theme-dark .axil-product .product-content,
body.theme-dark .emt-chat-body { background-color: #1e2128 !important; }
body.theme-dark .trust-payment-area,
body.theme-dark .feature-soft,
body.theme-dark .bg-vista-white,
body.theme-dark .bg-lighter { background-color: #1a1d23 !important; }
body.theme-dark .axil-header,
body.theme-dark .axil-mainmenu,
body.theme-dark .header-search-modal,
body.theme-dark .cart-dropdown { background-color: #15171c !important; }
body.theme-dark .mainmenu > li > a,
body.theme-dark .axil-header-top a,
body.theme-dark .theme-toggle { color: #c2c7d0; }
body.theme-dark .brand-text span { color: var(--light-primary); }
body.theme-dark .heureka-badge { background:#15171c; }

/* Hodnotenia na detaile */
.rev-summary { margin-bottom: 22px; }
.rev-score { display: flex; align-items: center; gap: 14px; }
.rev-score .rev-num { font-size: 40px; font-weight: 800; color: var(--color-heading); line-height: 1; }
.rev-score .rev-stars { color: #f5a623; font-size: 18px; }
.rev-score .rev-count { color: var(--color-gray); }
.rev-item { border-top: 1px solid var(--color-border-light); padding: 16px 0; }
.rev-item-head { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.rev-item-stars { color: #f5a623; font-size: 13px; }

/* Skrytý SEO nadpis (prístupný pre čítačky/roboty) */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Filtre v obchode */
.shop-filters .title { margin-bottom: 12px; }
.filt-row { display: flex; align-items: center; gap: 8px; font-size: 14px; margin-bottom: 8px; cursor: pointer; }
.filt-row input { accent-color: var(--color-primary); }

/* Energetická trieda – odznak */
.ecls { display: inline-block; min-width: 22px; text-align: center; color: #fff; font-weight: 700; font-size: 12px; padding: 2px 8px; border-radius: 4px; }
.ecls-A { background: #1a9641; }
.ecls-B { background: #5bb733; }
.ecls-C { background: #a6d96a; color: #1c3d0a; }
.ecls-D { background: #fdae61; color: #4a2c00; }
.ecls-E { background: #f46d43; }
.ecls-F { background: #d7191c; }
.ecls-G { background: #a50026; }
.pc-energy { position: absolute; top: 10px; left: 10px; z-index: 2; }

/* Skladovosť po predajniach */
.store-stock { list-style: none; padding: 0; margin: 14px 0; }
.store-stock li { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--color-border-light); font-size: 14px; }
.store-stock .in { color: var(--color-primary); font-weight: 600; }
.store-stock .out { color: var(--color-gray); }

/* Splátky box */
.nm-installment { background: rgba(43,160,19,.06); border-radius: var(--radius); padding: 12px 14px; font-size: 14px; margin: 14px 0; }
.nm-installment strong { color: var(--color-primary); }

/* Naposledy prezerané / často kupované */
.mini-prod { display: flex; gap: 10px; align-items: center; padding: 8px 0; }
.mini-prod img { width: 54px; height: 54px; object-fit: contain; background: var(--color-lighter); border-radius: 8px; }
.mini-prod .mp-name { font-size: 13px; font-weight: 600; color: var(--color-heading); }
.mini-prod .mp-price { color: var(--color-primary); font-weight: 700; font-size: 13px; }

/* Autocomplete */
.ac-wrap { position: relative; }
.ac-list { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid var(--color-border-light); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow-primary); z-index: 60; max-height: 360px; overflow-y: auto; }
.ac-list a { display: flex; gap: 10px; align-items: center; padding: 8px 12px; border-bottom: 1px solid var(--color-border-light); color: var(--color-heading); }
.ac-list a:hover { background: var(--color-lighter); }
.ac-list img { width: 40px; height: 40px; object-fit: contain; }
.ac-list .ac-price { margin-left: auto; color: var(--color-primary); font-weight: 700; }

/* Newsletter zľavový popup */
.nl-pop-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 10000; display: none; align-items: center; justify-content: center; padding: 16px; }
.nl-pop-overlay.show { display: flex; }
.nl-pop { background: #fff; border-radius: 16px; max-width: 440px; width: 100%; padding: 34px; text-align: center; position: relative; }
.nl-pop h3 { margin-bottom: 8px; }
.nl-pop .nl-code { display: inline-block; border: 2px dashed var(--color-primary); color: var(--color-primary); font-weight: 800; letter-spacing: 2px; padding: 10px 20px; border-radius: 10px; margin: 14px 0; font-size: 20px; }
.nl-pop-close { position: absolute; top: 10px; right: 14px; background: none; border: 0; font-size: 22px; cursor: pointer; color: var(--color-gray); }

/* Kalkulačka spotreby energie */
.nm-energy-calc { background: rgba(43,160,19,.06); border-radius: var(--radius); padding: 10px 14px; font-size: 14px; margin: 12px 0; }
.nm-energy-calc i { color: var(--color-primary); margin-right: 6px; }

/* Sledovanie zásielky – timeline */
.track-result { margin-top: 34px; background: var(--color-lighter); border-radius: var(--radius-big); padding: 30px; }
.track-steps { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; position: relative; }
.track-steps:before { content: ""; position: absolute; top: 16px; left: 5%; right: 5%; height: 3px; background: var(--color-border-light); }
.track-steps li { position: relative; z-index: 1; flex: 1; text-align: center; font-size: 12px; color: var(--color-gray); }
.track-steps .ts-dot { width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 2px solid var(--color-border-light); display: grid; place-items: center; margin: 0 auto 8px; color: var(--color-gray); }
.track-steps li.done .ts-dot { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.track-steps li.done .ts-label { color: var(--color-heading); font-weight: 600; }

/* Q&A */
.qa-item { border-bottom: 1px solid var(--color-border-light); padding: 14px 0; }
.qa-q { font-weight: 600; color: var(--color-heading); margin-bottom: 6px; }
.qa-q .qa-name { color: var(--color-gray); font-weight: 400; font-size: 13px; }
.qa-a { color: var(--color-body); margin: 0; }
.qa-q i, .qa-a i { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; font-size: 11px; margin-right: 6px; }
.qa-q i { background: rgba(43,160,19,.12); color: var(--color-primary); }
.qa-a i { background: var(--color-lighter); color: var(--color-gray); }

/* Jazykový prepínač */
.lang-switch { display: inline-flex; gap: 6px; }
.lang-switch a { font-size: 12px; font-weight: 600; color: var(--color-gray); padding: 0 2px; }
.lang-switch a.active { color: var(--color-primary); }

/* Voľby dopravy/platby v pokladni */
.co-opt { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 14px; border: 1px solid var(--color-border-light); border-radius: var(--radius); margin-bottom: 10px; cursor: pointer; transition: var(--transition); }
.co-opt:hover { border-color: var(--color-primary); }
.co-opt b { white-space: nowrap; }
.co-opt input[type="checkbox"]:checked ~ *, .co-opt input[type="radio"]:checked ~ * {}

/* Vynútiť viditeľné natívne inputy tam, kde šablóna skrýva radio/checkbox */
.co-opt input[type="radio"], .co-opt input[type="checkbox"],
.filt-row input[type="radio"], .filt-row input[type="checkbox"],
.warranty-opt input[type="radio"], .warranty-opt input[type="checkbox"] {
  opacity: 1 !important; position: static !important;
  width: 17px; height: 17px; min-width: 17px; padding: 0; margin: 0 8px 0 0;
  -webkit-appearance: auto; appearance: auto; accent-color: var(--color-primary); cursor: pointer;
}
.co-opt input:checked ~ b { color: var(--color-primary); }

/* Menšie medzery medzi sekciami */
.axil-section-gap { padding-top: 45px !important; padding-bottom: 45px !important; }
.axil-shop-area.axil-section-gap { padding-top: 26px !important; }

/* Karta produktu – obsah horizontálne vycentrovaný */
.product-style-one .product-content .inner { text-align: center; }
.product-style-one .product-content .product-rating { justify-content: center; }
.product-style-one .product-content .product-price-variant { justify-content: center; }
.product-style-one .product-content .nm-cues { justify-content: center; }
.product-style-one .product-content .pc-compare { display: flex; justify-content: center; }
.product-style-one .product-content .nm-stores { text-align: center; }
.product-style-one .product-content .nm-savings { display: block; }

/* Útla drobčeková navigácia – menej miesta, viac obsahu */
.axil-breadcrumb-slim { padding: 14px 0 !important; background: var(--color-lighter); min-height: 0 !important; }
.axil-breadcrumb-slim .title { display: none; }
.axil-breadcrumb-slim .axil-breadcrumb { margin: 0; }

/* Mega-menu kategórií */
.emt-mega-li { position: static; }
.emt-mega { position: absolute; left: 0; right: 0; top: 100%; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.12); border-top: 2px solid var(--color-primary); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s ease; z-index: 99; padding: 26px 0; }
.emt-mega-li:hover .emt-mega { opacity: 1; visibility: visible; transform: translateY(0); }
.emt-mega-grid { max-width: 1290px; margin: 0 auto; padding: 0 30px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.emt-mega-col .emt-mega-cat { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--color-heading); font-size: 14px; margin-bottom: 10px; }
.emt-mega-col .emt-mega-cat i { color: var(--color-primary); }
.emt-mega-col ul { list-style: none; padding: 0; margin: 0; }
.emt-mega-col ul li a { display: block; font-size: 13px; color: var(--color-gray); padding: 4px 0; transition: var(--transition); }
.emt-mega-col ul li a:hover { color: var(--color-primary); padding-left: 4px; }
@media (max-width: 991px) { .emt-mega { display: none; } }

/* 360° náhľad */
.spin360 { position: relative; background: var(--color-lighter); border-radius: var(--radius-big); height: 320px; display: grid; place-items: center; overflow: hidden; cursor: ew-resize; perspective: 900px; user-select: none; }
.spin360 img { max-height: 80%; max-width: 80%; object-fit: contain; transition: transform .05s linear; will-change: transform; }
.spin360-hint { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); background: rgba(13,13,13,.7); color: #fff; font-size: 12px; padding: 5px 12px; border-radius: 20px; pointer-events: none; }
.spin360-hint i { margin-right: 5px; }
/* Video recenzia */
.video-review { position: relative; display: block; border-radius: var(--radius-big); overflow: hidden; height: 320px; background: #000; }
.video-review img { width: 100%; height: 100%; object-fit: contain; opacity: .55; transition: var(--transition); }
.video-review:hover img { opacity: .4; transform: scale(1.03); }
.video-review .vr-play { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; border-radius: 50%; background: var(--color-secondary); color: #fff; display: grid; place-items: center; font-size: 22px; box-shadow: 0 8px 24px rgba(225,22,3,.45); }
.video-review:hover .vr-play { transform: translate(-50%,-50%) scale(1.08); }
.video-review .vr-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px; color: #fff; font-weight: 600; font-size: 14px; background: linear-gradient(transparent, rgba(0,0,0,.8)); }

/* Stránkovanie zoznamu produktov */
.emt-pager { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; margin-top: 10px; }
.emt-pager a { min-width: 40px; height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--color-border-light); border-radius: var(--radius); font-weight: 600; font-size: 14px; color: var(--color-heading); transition: var(--transition); }
.emt-pager a:hover { border-color: var(--color-primary); color: var(--color-primary); }
.emt-pager .pg-num.active { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }

/* Drobnosti */
.section-title-wrapper .title-highlighter i { margin-right: 8px; }
.feature-soft { background: var(--color-lighter); border-radius: var(--radius-big); }

/* Hero banner slider – čistý sivý box (rovnaké pozadie ako produktový slider) */
.hero-banner {
  background-color: #f7f7f7; border-radius: 6px; overflow: hidden; padding: 16px;
  height: 100%; display: flex; align-items: center;
}
.hero-banner .slider-activation-one { width: 100%; }
.hero-banner .single-slide img,
.hero-banner .hero-banner-link img {
  width: 100%; height: auto; display: block; border-radius: 4px;
}
/* Posuvník (dots) horného slidera na ľavú stranu */
.hero-banner .slick-dots,
.hero-product-slider .slick-dots { bottom: 14px; left: 24px; text-align: left; width: auto; }

/* Zjednotený slider: box bez paddingu (banner ide na celú dĺžku po okraj) */
.hero-product-slider.slider-box-wrap { padding: 0; overflow: hidden; background-color: #f7f7f7; border-radius: 12px; }
/* Produktové slidy majú vnútorné odsadenie (obsahový padding) */
.hero-product-slider .single-slide > .row { width: 100%; padding: 22px 56px; margin: 0; }
.hero-product-slider .single-slide { height: 310px; display: flex !important; align-items: flex-start; overflow: hidden; }
.hero-product-slider .main-slider-content { padding-top: 4px; }
/* Bannerové slidy – na celú šírku/výšku boxu, zaoblené rohy (box ich oreže) */
.hero-product-slider .hero-banner-link { display: block; width: 100%; }
.hero-product-slider .hero-banner-link img {
  width: 100%; height: 360px; object-fit: cover; object-position: center; display: block;
}
@media (max-width: 991px){
  .hero-product-slider .single-slide { height: 240px; }
  .hero-product-slider .single-slide > .row { padding: 28px 24px; }
  .hero-product-slider .hero-banner-link img { height: 220px; }
}

/* Efektné zelené CTA tlačidlo v hero */
.cta-green.axil-btn {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--light-primary) 100%) !important;
  color: #fff !important;
  border: 0 !important;
  padding: 16px 38px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  box-shadow: 0 10px 24px rgba(43,160,19,.35);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cta-green.axil-btn i { margin-left: 10px; transition: transform .25s ease; }
.cta-green.axil-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(43,160,19,.45);
  color: #fff !important;
}
.cta-green.axil-btn:hover i { transform: translateX(6px); }
.cta-green.axil-btn::before,
.cta-green.axil-btn::after { display: none !important; content: none !important; }
/* CTA trošku nižšie pod textom */
.main-slider-style-8 .main-slider-content .shop-btn { margin-top: 16px; }

/* Hero slider – výraznejší nadpis a popis na slidoch */
.main-slider-style-8 .main-slider-content .title { font-size: 34px; line-height: 1.2; font-weight: 800; }
.hero-product-slider .hero-desc { font-size: 17px; line-height: 1.6; color: var(--color-heading); font-weight: 500; max-width: 460px; }
@media only screen and (max-width: 991px){ .main-slider-style-8 .main-slider-content .title { font-size: 26px; } .hero-product-slider .hero-desc { font-size: 15px; } }
@media only screen and (max-width: 767px){ .main-slider-style-8 .main-slider-content .title { font-size: 22px; } }

/* Kredit autora v päte – v druhom riadku pod copyrightom */
.design-credit { display: block; font-size: 13px; color: var(--color-gray); margin-top: 4px; }
.design-credit a { color: var(--color-primary); font-weight: 600; }
.design-credit a:hover { text-decoration: underline; }

/* ============================================================
   RESPONZÍVNE DOLADENIE – mobil / tablet
   ============================================================ */

/* --- Filter offcanvas (shop/kategória/výpredaj) na ≤991px --- */
.filter-toggle.axil-btn { gap: 8px; align-items: center; }

/* Vyhľadávanie v bočnom paneli – input nech flexuje, tlačidlo kompaktné (ikona) */
.axil-shop-sidebar form.d-flex { align-items: stretch; }
.axil-shop-sidebar form.d-flex input { min-width: 0; }
.axil-shop-sidebar form.d-flex .axil-btn {
  flex: 0 0 auto; min-width: 0; width: 46px; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
}
.axil-shop-sidebar .sidebar-close {
  position: absolute; top: 18px; right: 18px;
  width: 40px; height: 40px; display: inline-flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--color-border-light); border-radius: 50%;
  background: var(--color-white); color: var(--color-heading);
  font-size: 18px; line-height: 1; z-index: 3; cursor: pointer;
}
.axil-shop-sidebar .sidebar-close:hover { border-color: var(--color-primary); color: var(--color-primary); }
/* keď je panel otvorený, jemný tieň aby vynikol nad obsahom */
@media (max-width: 991px) {
  .axil-shop-sidebar.open { box-shadow: 0 0 40px rgba(0,0,0,.18); }
}

/* --- 2-stĺpcová produktová mriežka na mobile – kompaktnejšia karta --- */
@media (max-width: 575px) {
  .axil-shop-area .row--15 > [class*="col-"] { padding-left: 9px; padding-right: 9px; }
  .axil-product .product-content .inner { padding-left: 2px; padding-right: 2px; }
  .axil-product .product-content .title { font-size: 14px; line-height: 1.3; margin-bottom: 6px; }
  .axil-product .product-content .title a {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .axil-product .product-price-variant .price.current-price { font-size: 16px; }
  .axil-product .product-price-variant .old-price { font-size: 13px; }
  .nm-savings { font-size: 11px; padding: 2px 7px; }
  .nm-cues { font-size: 11px; gap: 6px; }
  .nm-sold { display: none; }            /* menej dôležitý údaj – šetrí miesto v 2 stĺpcoch */
  .nm-stores { font-size: 11px; }
  .pc-compare button { font-size: 12px; }
  .pc-energy { font-size: 11px; padding: 1px 6px; }
  /* badge zľavy a energie nech neprekrýva obrázok pri úzkej karte */
  .axil-product .label-block.label-right { right: 6px; top: 6px; }
  .axil-product .pc-energy { left: 6px; top: 6px; }
}

/* --- Drobné doladenie čitateľnosti na mobile --- */
@media (max-width: 575px) {
  .axil-breadcrumb-area .title { font-size: 22px; }
  .axil-breadcrumb .breadcrumb-item { font-size: 13px; }
}

/* --- Košík: tabuľka → stohované karty na mobile --- */
@media (max-width: 575px) {
  .axil-cart-area table.table thead { display: none; }
  .axil-cart-area table.table,
  .axil-cart-area table.table tbody,
  .axil-cart-area table.table tr,
  .axil-cart-area table.table td { display: block; width: 100%; }
  .axil-cart-area table.table tr {
    position: relative;
    border: 1px solid var(--color-border-light) !important;
    border-radius: var(--radius-big);
    margin-bottom: 16px; padding: 8px 8px 4px;
  }
  .axil-cart-area table.table td {
    padding: 8px 6px !important;
    border: none !important;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
  }
  /* riadok Produkt (obrázok + názov) cez celú šírku, bez label */
  .axil-cart-area table.table td:first-child { display: block; padding-right: 44px !important; }
  /* popisky pre Cena / Množstvo / Spolu */
  .axil-cart-area table.table td[data-label]::before {
    content: attr(data-label);
    font-weight: 600; color: var(--color-gray); font-size: 13px;
  }
  /* tlačidlo odstránenia do pravého horného rohu karty */
  .axil-cart-area table.table td:last-child {
    position: absolute; top: 10px; right: 10px;
    padding: 0 !important; width: auto; justify-content: flex-end;
  }
}
