/*
 * e-Elektroautomatyka shop visual layer.
 * This file intentionally sits after the PrestaShop theme CSS.
 */
:root {
  --eea-bg: #061012;
  --eea-bg-soft: #0b181b;
  --eea-panel: #0e2024;
  --eea-panel-2: #13282c;
  --eea-line: rgba(102, 220, 211, 0.22);
  --eea-line-strong: rgba(102, 220, 211, 0.42);
  --eea-text: #edf7f7;
  --eea-muted: #a9bcc0;
  --eea-cyan: #24d0c2;
  --eea-gold: #e2b635;
  --eea-dark: #071013;
  --eea-surface: #f4f8f8;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(36, 208, 194, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 22%, rgba(226, 182, 53, 0.12), transparent 30rem),
    linear-gradient(180deg, #050b0d 0%, var(--eea-bg) 48%, #081114 100%);
  color: var(--eea-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(102, 220, 211, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 220, 211, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.2));
}

a {
  color: var(--eea-cyan);
}

a:hover {
  color: #79efe6;
}

.header {
  background: rgba(5, 13, 15, 0.96);
  border-bottom: 1px solid var(--eea-line);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.header-top {
  background: #071315;
  border-bottom: 1px solid rgba(102, 220, 211, 0.13);
  color: var(--eea-muted);
  font-size: 0.86rem;
}

.header-bottom {
  background: transparent;
}

.header-bottom__container {
  min-height: 92px;
}

.header-bottom__row {
  align-items: center !important;
}

.eea-shop-logo img {
  width: min(320px, 58vw);
  height: auto;
  max-height: 76px;
  object-fit: contain;
}

.eea-shop-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.7vw, 1.35rem);
  margin-left: auto;
}

.eea-shop-nav a {
  color: var(--eea-text);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.eea-shop-nav a:hover {
  color: var(--eea-cyan);
}

.ps-mainmenu {
  display: none !important;
}

.ps-mainmenu__tree-link,
.ps-mainmenu__tree-item a,
.header-block__action-btn,
.ps-contactinfo a,
.ps-searchbar__btn {
  color: var(--eea-text) !important;
}

.ps-mainmenu__tree-link,
.ps-mainmenu__tree-item a {
  font-weight: 750;
  letter-spacing: 0;
  text-decoration: none;
}

.ps-mainmenu__tree-link:hover,
.ps-mainmenu__tree-item a:hover,
.header-block__action-btn:hover {
  color: var(--eea-cyan) !important;
}

.ps-mainmenu__tree-link {
  min-height: 42px;
}

.ps-mainmenu__tree-dropdown-toggle {
  color: rgba(238, 247, 247, 0.55) !important;
}

.submenu,
.offcanvas {
  background: #081416;
  border-color: var(--eea-line);
}

.submenu a,
.menu__link,
.menu__title {
  color: var(--eea-text) !important;
}

.header-block__badge,
.btn-primary,
.eea-shop-btn--primary {
  background: linear-gradient(135deg, var(--eea-gold), #f4cf62);
  border-color: transparent;
  color: #091113;
}

.btn-primary:hover,
.eea-shop-btn--primary:hover {
  background: linear-gradient(135deg, #f1ca50, #ffe28a);
  color: #091113;
}

#wrapper {
  background: transparent;
}

.wrapper {
  padding-top: 0;
}

.breadcrumb__wrapper {
  background: rgba(6, 14, 16, 0.78) !important;
  border-top: 1px solid rgba(102, 220, 211, 0.12);
  border-bottom: 1px solid rgba(102, 220, 211, 0.18);
  box-shadow: none;
}

.breadcrumb {
  margin: 0;
  padding: 0.95rem 0;
  font-size: 0.82rem;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb-link,
.breadcrumb-item,
.breadcrumb-item::before {
  color: rgba(238, 247, 247, 0.72) !important;
}

.columns-container {
  padding-top: 2.4rem;
}

.page-content--home {
  padding-top: 0;
}

.eea-shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  min-height: 470px;
  margin: 2.25rem auto 2.75rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid var(--eea-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 47, 51, 0.92), rgba(8, 17, 19, 0.96) 54%, rgba(28, 31, 20, 0.9)),
    radial-gradient(circle at 82% 18%, rgba(36, 208, 194, 0.22), transparent 20rem);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.page-category .center-column,
.page-search .center-column,
.page-prices-drop .center-column,
.page-new-products .center-column {
  padding-bottom: 4rem;
}

.page-category h1,
.page-category .h1 {
  color: var(--eea-text);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.block-category,
.category-cover,
.category-description,
.subcategory-heading,
.products-selection {
  border-radius: 8px;
}

.block-category {
  margin-bottom: 1.4rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid var(--eea-line);
  background:
    linear-gradient(135deg, rgba(13, 40, 44, 0.92), rgba(8, 18, 20, 0.96)),
    radial-gradient(circle at 82% 14%, rgba(36, 208, 194, 0.16), transparent 18rem);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.block-category .category-cover,
.category-cover {
  overflow: hidden;
  border: 1px solid rgba(102, 220, 211, 0.18);
  background: #f2f6f6;
}

.block-category .category-cover img,
.category-cover img {
  max-height: 190px;
  object-fit: contain;
  opacity: 0.82;
  mix-blend-mode: multiply;
}

.block-category p,
.category-description,
.category-description p,
#js-product-list-top,
.products-selection,
.total-products {
  color: var(--eea-muted) !important;
}

.subcategories-list,
.subcategories {
  margin: 1.25rem 0 1.4rem;
}

.subcategory-miniature,
.subcategory,
.category-sub-menu li {
  border-color: var(--eea-line) !important;
}

.subcategory-miniature a,
.subcategory a {
  border: 1px solid var(--eea-line);
  border-radius: 8px;
  background: rgba(7, 18, 20, 0.82);
  color: var(--eea-text) !important;
  text-decoration: none;
}

.subcategory-miniature a:hover,
.subcategory a:hover {
  border-color: var(--eea-line-strong);
  background: rgba(12, 34, 38, 0.95);
}

.subcategory-image,
.subcategory-miniature img {
  border-radius: 6px;
  background: var(--eea-surface);
}

.left-column {
  color: var(--eea-text);
}

.left-block,
.ps-facetedsearch,
.category-tree {
  margin-bottom: 1.35rem;
  padding: 1rem;
  border: 1px solid var(--eea-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14, 32, 36, 0.94), rgba(7, 15, 17, 0.98));
}

.left-block__title,
.left-block__title-link,
#search_filters .facet-title,
#search_filters h4,
.facet-title {
  color: var(--eea-text) !important;
  font-size: 0.98rem;
  font-weight: 900;
  text-transform: none;
}

.category-tree__item-link,
.category-tree a,
#search_filters label,
#search_filters .facet-label,
#search_filters .custom-checkbox,
#search_filters .custom-radio {
  color: var(--eea-muted) !important;
  font-size: 0.92rem;
}

.category-tree__item-link:hover,
.category-tree a:hover,
#search_filters label:hover {
  color: var(--eea-cyan) !important;
}

.accordion,
.accordion-item,
.accordion-button,
.accordion-body {
  background: transparent !important;
  color: var(--eea-text) !important;
  border-color: rgba(102, 220, 211, 0.13) !important;
}

.accordion-button::after {
  filter: invert(1);
  opacity: 0.65;
}

#search_filters .facet,
#search_filters .facet ul,
#search_filters .facet li {
  border-color: rgba(102, 220, 211, 0.14) !important;
}

#search_filters .facet {
  padding: 0.85rem 0;
}

.products-selection {
  margin: 1.25rem 0;
  padding: 1rem;
  border: 1px solid var(--eea-line);
  background: rgba(7, 18, 20, 0.72);
}

.products-sort-order,
.sort-by-row,
.sort-by,
.products-sort-order .select-title,
.products-selection .form-select,
.products-selection select {
  color: var(--eea-text) !important;
}

.form-select,
select,
.products-selection select,
.ps-searchbar__input {
  min-height: 44px;
  border: 1px solid rgba(102, 220, 211, 0.28) !important;
  background-color: rgba(245, 249, 249, 0.98) !important;
  color: #101a1d !important;
}

.ps-searchbar__input {
  min-width: min(360px, 34vw);
  border-radius: 7px;
}

.eea-shop-eyebrow {
  margin: 0 0 1.25rem;
  color: var(--eea-gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eea-shop-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--eea-text);
  font-size: clamp(2.25rem, 5.4vw, 4.65rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.eea-shop-hero__lead {
  max-width: 660px;
  margin: 1.35rem 0 0;
  color: #c8d8db;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.7;
}

.eea-shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.eea-shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.08rem;
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.eea-shop-btn--ghost {
  border: 1px solid rgba(238, 247, 247, 0.28);
  color: var(--eea-text);
  background: rgba(255, 255, 255, 0.035);
}

.eea-shop-btn--ghost:hover {
  border-color: var(--eea-line-strong);
  color: var(--eea-cyan);
}

.eea-shop-hero__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--eea-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 16, 18, 0.82), rgba(15, 36, 39, 0.9)),
    repeating-linear-gradient(90deg, transparent 0 52px, rgba(102, 220, 211, 0.08) 52px 53px);
}

.eea-shop-scope {
  min-height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 220, 211, 0.3);
  border-radius: 7px;
  color: var(--eea-text);
  background: rgba(8, 22, 25, 0.82);
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
}

.eea-shop-scope:nth-child(5) {
  grid-column: 1 / -1;
  min-height: 72px;
  color: var(--eea-gold);
}

.ps-imageslider,
.ps-customtext {
  display: none;
}

.module-products {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.products {
  row-gap: 1.35rem;
}

.section-title,
.module-products .section-title {
  color: var(--eea-text);
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  font-weight: 900;
  text-transform: none !important;
}

.product-miniature__inner,
.card,
.featured-products .product-miniature {
  border: 1px solid var(--eea-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(16, 36, 40, 0.96), rgba(10, 18, 21, 0.98));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.product-miniature__inner {
  overflow: hidden;
  height: 100%;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-miniature__inner:hover {
  transform: translateY(-3px);
  border-color: var(--eea-line-strong);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.product-miniature__image-container {
  background:
    linear-gradient(180deg, #f6f8f8, #dfe8e8);
  border-bottom: 1px solid rgba(102, 220, 211, 0.18);
}

.product-miniature__image-container:empty,
.product-miniature__image-container:has(img[src*="default"]) {
  min-height: 190px;
  background:
    linear-gradient(135deg, rgba(36, 208, 194, 0.2), rgba(7, 18, 20, 0.96)),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(102, 220, 211, 0.08) 48px 49px);
}

.product-miniature__bottom {
  color: var(--eea-text);
  padding: 1rem !important;
}

.product-miniature__title,
.product-miniature__title a,
.product-miniature__name,
.product-miniature__infos a {
  color: var(--eea-text) !important;
  font-weight: 850;
}

.product-miniature__price,
.price,
.current-price {
  color: var(--eea-gold) !important;
  font-weight: 900;
}

.product-miniature__price,
.product-miniature .price,
.product-miniature .current-price,
.product-miniature .regular-price,
.product-miniature .product-discount,
.product-miniature .discount-percentage,
.product-miniature .product-flags,
.product-miniature .product-flag,
.product-miniature .quick-view,
.product-miniature__actions,
.product-miniature .add-to-cart {
  display: none !important;
}

.product-miniature__bottom::after {
  content: "Zapytaj o zakres";
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 0.85rem;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(226, 182, 53, 0.5);
  border-radius: 6px;
  color: #f3d46a;
  font-size: 0.82rem;
  font-weight: 850;
}

.regular-price,
.product-discount,
.discount-percentage {
  color: rgba(238, 247, 247, 0.48) !important;
}

.badge,
.product-flag,
.discount,
.new {
  border-radius: 4px !important;
  background: rgba(36, 208, 194, 0.13) !important;
  border: 1px solid rgba(36, 208, 194, 0.45) !important;
  color: var(--eea-cyan) !important;
  font-weight: 850;
}

.product-miniature__actions .btn,
.module-products__buttons .btn {
  border-radius: 6px;
  font-weight: 850;
}

.ps-emailsubscription,
.footer-container,
#footer {
  background: rgba(7, 16, 19, 0.94) !important;
  color: var(--eea-muted);
  border-top: 1px solid var(--eea-line);
}

.footer-container a,
#footer a {
  color: var(--eea-text);
}

.breadcrumb,
.breadcrumb a,
.page-title,
h1,
h2,
h3 {
  color: var(--eea-text);
}

.form-control,
.form-select,
input[type="text"],
input[type="email"],
input[type="password"] {
  border-color: rgba(102, 220, 211, 0.24);
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 6px;
}

.btn,
button,
.input-group .btn {
  border-radius: 6px;
}

.pagination,
.pagination a,
.page-link {
  color: var(--eea-text);
}

.page-link {
  border-color: var(--eea-line);
  background: rgba(7, 18, 20, 0.9);
}

.page-link:hover,
.page-item.active .page-link {
  border-color: var(--eea-line-strong);
  background: rgba(36, 208, 194, 0.16);
  color: var(--eea-cyan);
}

@media (max-width: 991.98px) {
  .columns-container {
    padding-top: 1.3rem;
  }

  .left-column {
    margin-bottom: 1.5rem;
  }

  .eea-shop-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .eea-shop-hero__panel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .header-bottom__container {
    min-height: 72px;
  }

  .eea-shop-logo img {
    width: min(235px, 66vw);
  }

  .eea-shop-hero {
    width: min(100% - 1rem, 1180px);
    margin-top: 1rem;
    padding: 1.25rem;
  }

  .eea-shop-hero__panel {
    grid-template-columns: 1fr;
  }

  .eea-shop-scope {
    min-height: 58px;
  }
}

/* Service-catalog homepage direction */
.header-top,
.ps-searchbar,
#_desktop_ps_customersignin,
#_desktop_ps_shoppingcart,
#_mobile_ps_customersignin,
#_mobile_ps_shoppingcart,
.ps-banner,
.ps-newproducts,
.ps-emailsubscription,
.footer__before {
  display: none !important;
}

.header-bottom__container {
  min-height: 82px;
}

.eea-shop-hero--services {
  position: relative;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  min-height: 430px;
  margin: 2rem auto 3.25rem;
  padding: clamp(1.6rem, 4vw, 3.4rem);
}

.eea-shop-hero--services::after {
  content: "";
  position: absolute;
  inset: auto -12% -35% 42%;
  height: 70%;
  background: radial-gradient(circle, rgba(226, 182, 53, 0.14), transparent 62%);
  pointer-events: none;
}

.eea-shop-hero--services h1 {
  max-width: 650px;
  font-size: clamp(2.1rem, 4.25vw, 4rem);
  line-height: 1.02;
}

.eea-shop-hero--services .eea-shop-hero__lead {
  max-width: 600px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.65;
}

.eea-shop-hero__visual {
  position: relative;
  min-height: 290px;
  border: 1px solid rgba(102, 220, 211, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 30%, rgba(36, 208, 194, 0.18), transparent 9rem),
    linear-gradient(135deg, rgba(12, 35, 39, 0.92), rgba(6, 16, 18, 0.94));
  overflow: hidden;
}

.eea-shop-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 220, 211, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 220, 211, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
}

.eea-shop-signal {
  position: absolute;
  left: 13%;
  right: 13%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--eea-cyan), var(--eea-gold), transparent);
  filter: drop-shadow(0 0 14px rgba(36, 208, 194, 0.58));
}

.eea-shop-signal--one {
  top: 27%;
  transform: rotate(-8deg);
}

.eea-shop-signal--two {
  bottom: 28%;
  transform: rotate(7deg);
}

.eea-shop-board {
  position: absolute;
  inset: 12%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(102, 220, 211, 0.28);
  border-radius: 8px;
  background: rgba(6, 18, 20, 0.72);
  backdrop-filter: blur(3px);
}

.eea-shop-board__line {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 220, 211, 0.42), transparent);
}

.eea-shop-board__line:nth-child(1) {
  top: 33%;
}

.eea-shop-board__line:nth-child(2) {
  top: 50%;
  transform: rotate(90deg);
}

.eea-shop-board__line:nth-child(3) {
  bottom: 33%;
}

.eea-shop-board__node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 74px;
  border: 1px solid rgba(102, 220, 211, 0.32);
  border-radius: 7px;
  color: var(--eea-text);
  background: rgba(10, 28, 31, 0.9);
  font-weight: 900;
}

.eea-service-catalog {
  margin-top: 0;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.eea-section-head {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.eea-section-head h2,
.eea-shop-contact-band h2 {
  margin: 0;
  color: var(--eea-text);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.08;
  font-weight: 900;
}

.eea-section-head p:not(.eea-shop-eyebrow),
.eea-shop-contact-band p {
  margin: 0.8rem 0 0;
  color: var(--eea-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.eea-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eea-service-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.15rem;
  border: 1px solid rgba(102, 220, 211, 0.24);
  border-radius: 8px;
  color: var(--eea-text);
  background:
    linear-gradient(180deg, rgba(16, 38, 42, 0.94), rgba(8, 17, 19, 0.98)),
    radial-gradient(circle at 80% 20%, rgba(36, 208, 194, 0.15), transparent 10rem);
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.eea-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 220, 211, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 220, 211, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.8;
}

.eea-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(102, 220, 211, 0.54);
  color: var(--eea-text);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.eea-service-card__icon,
.eea-service-card__meta,
.eea-service-card strong,
.eea-service-card span:last-child {
  position: relative;
  z-index: 1;
}

.eea-service-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(102, 220, 211, 0.38);
  border-radius: 8px;
  color: var(--eea-cyan);
  background: rgba(5, 17, 19, 0.78);
  font-size: 1rem;
  font-weight: 950;
  box-shadow: inset 0 0 24px rgba(36, 208, 194, 0.08);
}

.eea-service-card__meta {
  color: var(--eea-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eea-service-card strong {
  margin-top: 0.5rem;
  color: var(--eea-text);
  font-size: 1.14rem;
  line-height: 1.22;
}

.eea-service-card span:last-child {
  margin-top: 0.75rem;
  color: var(--eea-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.eea-service-card--thermal .eea-service-card__icon,
.eea-service-card--prodforge .eea-service-card__icon {
  color: var(--eea-gold);
}

.eea-shop-contact-band {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(102, 220, 211, 0.26);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(17, 55, 58, 0.9), rgba(31, 33, 22, 0.82));
}

.product-miniature__image-container {
  background: linear-gradient(135deg, rgba(36, 208, 194, 0.18), rgba(8, 20, 22, 0.96));
}

.eea-service-thumb {
  min-height: 180px;
}

.eea-service-thumb .product-miniature__image-link {
  position: relative;
  display: block;
  min-height: 180px;
  overflow: hidden;
}

.eea-service-thumb__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 220, 211, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 220, 211, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.eea-service-thumb__wave {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--eea-cyan), var(--eea-gold));
  box-shadow: 0 0 20px rgba(36, 208, 194, 0.58);
  transform: rotate(-8deg);
}

.eea-service-thumb__label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(238, 247, 247, 0.92);
  font-size: 2.2rem;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 0 22px rgba(36, 208, 194, 0.38);
}

.footer__main .row > div:first-child,
.footer__main .row > div:nth-child(2),
.footer__main .row > div:nth-child(3),
.footer__main .account-list,
.footer__main [href*="logowanie"],
.footer__main [href*="rejestracja"],
.footer__main [href*="zamowien"] {
  display: none !important;
}

.eea-footer {
  margin-top: 3rem;
  border-top: 1px solid rgba(102, 220, 211, 0.22);
  background:
    linear-gradient(180deg, rgba(8, 17, 19, 0.98), rgba(5, 10, 12, 0.98)),
    radial-gradient(circle at 18% 0%, rgba(36, 208, 194, 0.12), transparent 22rem);
}

.eea-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(180px, 0.8fr) minmax(220px, 0.85fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2rem, 5vw, 3.5rem) 0 2rem;
}

.eea-footer__logo {
  display: inline-flex;
  margin-bottom: 1rem;
}

.eea-footer__logo img {
  width: min(220px, 58vw);
  height: auto;
}

.eea-footer p,
.eea-footer span {
  color: var(--eea-muted);
}

.eea-footer p {
  max-width: 440px;
  margin: 0;
  line-height: 1.65;
}

.eea-footer strong {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--eea-text);
  font-size: 0.92rem;
  font-weight: 900;
}

.eea-footer__nav,
.eea-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.eea-footer a {
  color: var(--eea-muted);
  text-decoration: none;
}

.eea-footer a:hover {
  color: var(--eea-cyan);
}

.eea-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1.35rem;
  border-top: 1px solid rgba(102, 220, 211, 0.14);
  font-size: 0.9rem;
}

.product__container {
  align-items: stretch;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: 1rem;
}

.product__left,
.product__right,
.product__bottom-left,
.product__bottom-right {
  border: 1px solid rgba(102, 220, 211, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(16, 38, 42, 0.92), rgba(8, 17, 19, 0.98));
}

.product__left {
  display: grid;
  place-items: center;
  min-height: 320px;
  overflow: hidden;
}

.product__right {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.product__name {
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  line-height: 1.05;
}

.product__description-short {
  color: var(--eea-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.product__no-image {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 34%, rgba(226, 182, 53, 0.16), transparent 11rem),
    linear-gradient(135deg, rgba(36, 208, 194, 0.18), rgba(8, 20, 22, 0.96));
}

.product__no-image::before {
  content: "EEA";
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(102, 220, 211, 0.38);
  border-radius: 10px;
  color: var(--eea-cyan);
  background: rgba(5, 17, 19, 0.72);
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 0 46px rgba(36, 208, 194, 0.2);
}

.product__no-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 220, 211, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 220, 211, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.product__no-image picture,
.product__no-image img,
.product__no-image .product-flags,
.ps-sharebuttons,
.js-product-details,
.blockreassurance,
.product-images-modal {
  display: none !important;
}

.product__actions::before {
  content: "To pozycja ofertowa. Zakres i cena zależą od obiektu, instalacji, danych wejściowych oraz oczekiwanej dokumentacji.";
  display: block;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(226, 182, 53, 0.32);
  border-radius: 8px;
  color: #f3d46a;
  background: rgba(226, 182, 53, 0.08);
  font-weight: 750;
  line-height: 1.55;
}

.product__bottom {
  margin-top: 1.5rem;
}

.product__bottom-left {
  padding: 0.4rem;
}

@media (max-width: 991.98px) {
  .eea-shop-hero--services {
    grid-template-columns: 1fr;
  }

  .eea-shop-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.55rem;
  }

  .eea-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eea-shop-contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .eea-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .eea-service-grid {
    grid-template-columns: 1fr;
  }

  .eea-footer__bottom {
    flex-direction: column;
  }
}
