/* =========================================================
   HOME AUTOMATION — CUSTOM STYLES
   Hummingbird 2 / PrestaShop 9.1
   ========================================================= */

:root {
  --ha-navy: #071521;
  --ha-gold: #f5b400;
  --ha-border: #e7e9ec;
}

/* =========================================================
   HEADER — GÓRNY PASEK
   ========================================================= */

#header .header-top {
  background: var(--ha-navy);
  color: #ffffff;
}

#header .header-top a {
  color: #ffffff;
}

#header .header-top a:hover {
  color: var(--ha-gold) !important;
}

/* =========================================================
   HEADER — GŁÓWNA CZĘŚĆ
   ========================================================= */

#header .header-bottom {
  background: #ffffff;
  border-bottom: 3px solid var(--ha-gold);
}

/* =========================================================
   HEADER — KOSZYK
   ========================================================= */

#header .header-top #_desktop_ps_shoppingcart .header-block__action-btn,
#header .header-top #_desktop_ps_shoppingcart .header-block__icon,
#header .header-top #_desktop_ps_shoppingcart .header-block__title {
  color: #ffffff !important;
}

#header .header-top #_desktop_ps_shoppingcart a.header-block__action-btn:hover,
#header .header-top #_desktop_ps_shoppingcart a.header-block__action-btn:hover .header-block__icon,
#header .header-top #_desktop_ps_shoppingcart a.header-block__action-btn:hover .header-block__title {
  color: var(--ha-gold) !important;
}

/* =========================================================
   HEADER — DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

  #header .header-bottom {
    padding-top: 6px;
  }

  #header .header-bottom__row {
    flex-wrap: wrap;
  }

  /* LOGO */

  #header .header-bottom__logo {
    order: 1;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #header .header-bottom__logo img {
    width: auto;
    max-height: 62px;
  }

  /* WYSZUKIWARKA */

  #header #_desktop_ps_searchbar {
    order: 2 !important;
    flex: 0 0 460px;
    width: 460px;
    margin-left: auto !important;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #header #ps_searchbar,
  #header .ps-searchbar__form {
    width: 100%;
  }

  /* MENU — OSOBNY PEŁNY RZĄD */

  #header .ps-mainmenu--desktop {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid var(--ha-border);
  }

  #header .ps-mainmenu__tree {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
  }

  #header .ps-mainmenu__tree-item {
    flex: 0 0 auto;
  }

  #header .ps-mainmenu__tree-link {
    white-space: nowrap;
    font-weight: 600;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
/* =========================================================
   HOME AUTOMATION — PUSTY KOSZYK
   ========================================================= */

#header .header-top #_desktop_ps_shoppingcart .blockcart.inactive {
  opacity: 1 !important;
}

#header .header-top #_desktop_ps_shoppingcart .blockcart.inactive .header-block__action-btn,
#header .header-top #_desktop_ps_shoppingcart .blockcart.inactive .header-block__icon,
#header .header-top #_desktop_ps_shoppingcart .blockcart.inactive .header-block__title {
  color: #ffffff !important;
}
/* =========================================================
   HOME AUTOMATION — HERO
   ========================================================= */

.ha-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(245, 180, 0, 0.18),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #071521 0%,
      #0b2235 58%,
      #071521 100%
    );
  color: #ffffff;
  padding: 76px 0;
}

.ha-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.ha-hero .container {
  position: relative;
  z-index: 1;
}

.ha-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 64px;
  align-items: center;
}

.ha-hero__eyebrow {
  margin-bottom: 18px;
  color: var(--ha-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.ha-hero__title {
  margin: 0;
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(42px, 4.3vw, 68px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.ha-hero__text {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.65;
}

.ha-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
}

.ha-btn--primary {
  background: var(--ha-gold);
  color: var(--ha-navy) !important;
  border: 2px solid var(--ha-gold);
}

.ha-btn--primary:hover {
  background: #ffc21a;
  border-color: #ffc21a;
  transform: translateY(-1px);
}

.ha-btn--secondary {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,.65);
}

.ha-btn--secondary:hover {
  color: var(--ha-navy) !important;
  background: #ffffff;
  border-color: #ffffff;
}

/* PRAWA KARTA */

.ha-hero__panel {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 22px 60px rgba(0,0,0,.20);
  backdrop-filter: blur(6px);
}

.ha-hero__panel-label {
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
}

.ha-hero__brands {
  margin-top: 8px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .02em;
}

.ha-hero__brands span {
  color: var(--ha-gold);
}

.ha-hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.ha-benefit {
  min-height: 96px;
  padding: 16px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  text-align: center;
}

.ha-benefit strong {
  display: block;
  color: var(--ha-gold);
  font-size: 20px;
}

.ha-benefit span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.3;
}

/* RESPONSIVE */

@media (max-width: 991px) {

  .ha-hero {
    padding: 54px 0;
  }

  .ha-hero__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ha-hero__panel {
    max-width: 620px;
  }
}

@media (max-width: 575px) {

  .ha-hero {
    padding: 42px 0;
  }

  .ha-hero__title {
    font-size: 38px;
  }

  .ha-hero__text {
    font-size: 16px;
  }

  .ha-hero__actions {
    flex-direction: column;
  }

  .ha-btn {
    width: 100%;
  }

  .ha-hero__benefits {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   HOME AUTOMATION — KATEGORIE
   ========================================================= */

.ha-categories {
  padding: 76px 0 84px;
  background: #ffffff;
}

.ha-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.ha-section-heading__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--ha-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.ha-section-heading__title {
  margin: 0;
  color: var(--ha-navy);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.ha-section-heading__text {
  margin: 15px 0 0;
  color: #65717c;
  font-size: 16px;
  line-height: 1.6;
}

.ha-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ha-category-card {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 26px;
  overflow: hidden;
  border: 1px solid #e3e7ea;
  border-radius: 12px;
  background: #f8f9fa;
  color: var(--ha-navy) !important;
  text-decoration: none !important;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

.ha-category-card::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(245,180,0,.10);
  transition: transform .25s ease;
}

.ha-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245,180,0,.7);
  box-shadow: 0 16px 35px rgba(7,21,33,.10);
}

.ha-category-card:hover::after {
  transform: scale(1.35);
}

.ha-category-card__number {
  color: var(--ha-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.ha-category-card__title {
  position: relative;
  z-index: 1;
  max-width: 80%;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.ha-category-card__arrow {
  position: absolute;
  right: 24px;
  bottom: 21px;
  z-index: 1;
  color: var(--ha-navy);
  font-size: 26px;
  transition: transform .2s ease;
}

.ha-category-card:hover .ha-category-card__arrow {
  transform: translateX(5px);
}

/* KARTY ZE ZDJĘCIAMI — 01–04 */

.ha-category-card--visual {
  background: var(--ha-navy);
  color: #ffffff !important;
}

.ha-category-card--visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(7,21,33,.88) 0%,
      rgba(7,21,33,.72) 42%,
      rgba(7,21,33,.30) 72%,
      rgba(7,21,33,.18) 100%
    );
  pointer-events: none;
}

.ha-category-card--visual::after {
  z-index: 2;
  background: rgba(245,180,0,.18);
}

.ha-category-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.ha-category-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: transform .35s ease;
}

.ha-category-card--visual:hover .ha-category-card__media img {
  transform: scale(1.045);
}

.ha-category-card--visual .ha-category-card__number {
  position: relative;
  z-index: 3;
}

.ha-category-card--visual .ha-category-card__title {
  z-index: 3;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0,0,0,.18);
}

.ha-category-card--visual .ha-category-card__arrow {
  z-index: 3;
  color: #ffffff;
}

/* TABLET */

@media (max-width: 991px) {

  .ha-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */

@media (max-width: 575px) {

  .ha-categories {
    padding: 50px 0;
  }

  .ha-category-grid {
    grid-template-columns: 1fr;
  }

  .ha-category-card {
    min-height: 125px;
  }

  .ha-category-card--visual::before {
    background:
      linear-gradient(
        90deg,
        rgba(7,21,33,.90) 0%,
        rgba(7,21,33,.72) 52%,
        rgba(7,21,33,.28) 100%
      );
  }
}
/* =========================================================
   HOME AUTOMATION — DOBIERZ NAPĘD
   ========================================================= */

.ha-drive-guide {
  padding: 84px 0 92px;
  border-top: 1px solid #e7e9ec;
  border-bottom: 1px solid #e7e9ec;
  background: #f4f6f7;
}

.ha-drive-guide__heading {
  max-width: 820px;
}

.ha-drive-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ha-drive-guide-card {
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 1px solid #dfe4e8;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(7,21,33,.04);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.ha-drive-guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245,180,0,.72);
  box-shadow: 0 18px 42px rgba(7,21,33,.10);
}

.ha-drive-guide-card__number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ha-navy);
  color: var(--ha-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ha-drive-guide-card__title {
  margin: 24px 0 0;
  color: var(--ha-navy);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.ha-drive-guide-card__text {
  margin: 12px 0 0;
  color: #69747e;
  font-size: 14px;
  line-height: 1.55;
}

.ha-drive-guide-card__options {
  margin-top: 30px;
  border-top: 1px solid #e7e9ec;
}

.ha-drive-guide-card__option {
  display: flex;
  min-height: 51px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #e7e9ec;
  color: var(--ha-navy) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    color .18s ease,
    padding-left .18s ease;
}

.ha-drive-guide-card__option > span:last-child {
  color: var(--ha-gold);
  font-size: 21px;
  line-height: 1;
  transition: transform .18s ease;
}

.ha-drive-guide-card__option:hover {
  padding-left: 7px;
  color: #233746 !important;
}

.ha-drive-guide-card__option:hover > span:last-child {
  transform: translateX(4px);
}

@media (max-width: 991px) {

  .ha-drive-guide__grid {
    grid-template-columns: 1fr;
  }

  .ha-drive-guide-card {
    min-height: 0;
  }
}

@media (max-width: 575px) {

  .ha-drive-guide {
    padding: 52px 0 58px;
  }

  .ha-drive-guide-card {
    padding: 26px 22px;
    border-radius: 13px;
  }

  .ha-drive-guide-card__title {
    font-size: 24px;
  }
}
/* =========================================================
   HOME AUTOMATION — STREFA B2B
   ========================================================= */

.ha-b2b {
  padding: 20px 0 90px;
  background: #ffffff;
  scroll-margin-top: 150px;
}

.ha-b2b__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
  gap: 70px;
  align-items: center;

  padding: 58px;

  border-radius: 18px;

  background:
    radial-gradient(
      circle at 92% 15%,
      rgba(245, 180, 0, .16),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #071521 0%,
      #0b2235 100%
    );

  color: #ffffff;

  box-shadow: 0 24px 60px rgba(7, 21, 33, .14);
}


/* LEWA STRONA */

.ha-b2b__eyebrow {
  display: block;

  margin-bottom: 12px;

  color: var(--ha-gold);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}


.ha-b2b__title {
  margin: 0;

  color: #ffffff;

  font-size: clamp(32px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.08;

  letter-spacing: -.025em;
}


.ha-b2b__text {
  max-width: 650px;

  margin: 20px 0 0;

  color: rgba(255, 255, 255, .76);

  font-size: 16px;
  line-height: 1.7;
}


.ha-b2b__actions {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 30px;
}


/* JASNY PRZYCISK */

.ha-btn--light {
  background: #ffffff;

  border: 2px solid #ffffff;

  color: var(--ha-navy) !important;
}


.ha-btn--light:hover {
  background: transparent;

  color: #ffffff !important;
}


/* PRAWA STRONA */

.ha-b2b__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}


.ha-b2b-feature {
  display: flex;

  gap: 13px;
  align-items: flex-start;

  min-height: 125px;

  padding: 19px;

  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;

  background: rgba(255, 255, 255, .07);
}


.ha-b2b-feature__icon {
  display: flex;

  flex: 0 0 35px;

  width: 35px;
  height: 35px;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: var(--ha-gold);

  color: var(--ha-navy);

  font-size: 11px;
  font-weight: 800;
}


.ha-b2b-feature strong {
  display: block;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.25;
}


.ha-b2b-feature div > span {
  display: block;

  margin-top: 6px;

  color: rgba(255, 255, 255, .65);

  font-size: 12px;
  line-height: 1.45;
}


/* TABLET */

@media (max-width: 991px) {

  .ha-b2b__box {
    grid-template-columns: 1fr;
    gap: 40px;

    padding: 42px;
  }

}


/* MOBILE */

@media (max-width: 575px) {

  .ha-b2b {
    padding: 10px 0 55px;
  }

  .ha-b2b__box {
    padding: 30px 22px;

    border-radius: 13px;
  }

  .ha-b2b__features {
    grid-template-columns: 1fr;
  }

  .ha-b2b__actions {
    flex-direction: column;
  }

  .ha-b2b__actions .ha-btn {
    width: 100%;
  }

}
/* =========================================================
   HOME AUTOMATION — POLECANE PRODUKTY
   ========================================================= */

.ha-products {
  padding: 84px 0 92px;
  border-bottom: 1px solid var(--ha-border);
  background: #ffffff;
}

.ha-products__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.ha-products__copy {
  max-width: 760px;
}

.ha-products__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--ha-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.ha-products__title {
  margin: 0;
  color: var(--ha-navy);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.ha-products__text {
  max-width: 680px;
  margin: 15px 0 0;
  color: #65717c;
  font-size: 16px;
  line-height: 1.6;
}

.ha-products__all {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  border: 1px solid #dce1e5;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ha-navy) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.ha-products__all > span:last-child {
  color: var(--ha-gold);
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease;
}

.ha-products__all:hover {
  transform: translateY(-2px);
  border-color: rgba(245,180,0,.72);
  box-shadow: 0 10px 24px rgba(7,21,33,.08);
}

.ha-products__all:hover > span:last-child {
  transform: translateX(4px);
}

.ha-products .ps-featuredproducts {
  padding: 0;
  background: transparent;
}

.ha-products .ps-featuredproducts .section-title,
.ha-products .ps-featuredproducts .module-products__buttons {
  display: none;
}

.page-content--home .ha-products .ps-specials {
  display: none;
}

.ha-products .ps-featuredproducts .module-products__list {
  margin-top: 0;
  row-gap: 22px;
}

.ha-products .ps-featuredproducts .product-miniature {
  height: 100%;
}

.ha-products .ps-featuredproducts .product-flags .new {
  display: none !important;
}

.ha-products .ps-featuredproducts .product-miniature__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e3e7ea;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7,21,33,.045);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.ha-products .ps-featuredproducts .product-miniature__inner:hover {
  transform: translateY(-5px);
  border-color: rgba(245,180,0,.62);
  box-shadow: 0 18px 42px rgba(7,21,33,.11);
}

.ha-products .ps-featuredproducts .product-miniature__top {
  padding: 22px 22px 0;
  background: #ffffff;
}

.ha-products .ps-featuredproducts .product-miniature__image-container {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
}

.ha-products .ps-featuredproducts .product-miniature__image-link {
  width: 100%;
  height: 100%;
  border: 0 !important;
  background: #ffffff;
}

.ha-products .ps-featuredproducts .product-miniature__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ha-products .ps-featuredproducts .product-miniature__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 22px 22px;
}

.ha-products .ps-featuredproducts .product-miniature__infos {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.ha-products .ps-featuredproducts .product-miniature__title {
  margin: 0;
  color: var(--ha-navy);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.ha-products .ps-featuredproducts .product-miniature__title a {
  color: var(--ha-navy) !important;
  text-decoration: none !important;
}

.ha-products .ps-featuredproducts .product-miniature__prices {
  margin-top: auto;
  padding-top: 18px;
}

.ha-products .ps-featuredproducts .product-miniature__price {
  color: var(--ha-navy);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.015em;
}

.ha-products .ps-featuredproducts .product-miniature__actions {
  margin-top: 17px;
}

.ha-products .ps-featuredproducts .product-miniature__add {
  border-color: var(--ha-navy);
  background: var(--ha-navy);
  color: #ffffff;
}

.ha-products .ps-featuredproducts .product-miniature__add:hover,
.ha-products .ps-featuredproducts .product-miniature__add:focus {
  border-color: var(--ha-gold);
  background: var(--ha-gold);
  color: var(--ha-navy);
}

@media (max-width: 767px) {

  .ha-products {
    padding: 56px 0 62px;
  }

  .ha-products__intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .ha-products__all {
    width: 100%;
  }
}
/* =========================================================
   HOME AUTOMATION — DUŻE SEKCJE LIFE I ROGER
   ========================================================= */

.ha-brand-stories {
  padding: 92px 0 100px;
  border-bottom: 1px solid var(--ha-border);
  background: #f4f6f7;
}

.ha-brand-stories__heading {
  margin-bottom: 42px;
}

.ha-brand-story {
  position: relative;
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  overflow: hidden;
  border: 1px solid #e0e5e8;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(7, 21, 33, .07);
}

.ha-brand-story::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--ha-gold);
  content: "";
}

.ha-brand-story + .ha-brand-story {
  margin-top: 28px;
}

.ha-brand-story__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 66px;
  background: #ffffff;
}

.ha-brand-story__brand-label {
  display: block;
  margin-bottom: 16px;
  color: var(--ha-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.ha-brand-story__brand-name {
  display: block;
  color: var(--ha-navy);
  font-size: clamp(60px, 7vw, 96px);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.06em;
}

.ha-brand-story__title {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--ha-navy);
  font-size: clamp(27px, 2.7vw, 38px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.ha-brand-story__text {
  max-width: 520px;
  margin: 18px 0 0;
  color: #64717b;
  font-size: 16px;
  line-height: 1.65;
}

.ha-brand-story__features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.ha-brand-story__features li {
  padding: 9px 13px;
  border: 1px solid #dfe4e7;
  border-radius: 999px;
  background: #f7f8f9;
  color: var(--ha-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.ha-brand-story__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.ha-brand-story .ha-btn--dark {
  border: 2px solid var(--ha-navy);
  background: var(--ha-navy);
  color: #ffffff !important;
}

.ha-brand-story .ha-btn--dark:hover {
  transform: translateY(-2px);
  border-color: var(--ha-gold);
  background: var(--ha-gold);
  color: var(--ha-navy) !important;
}

.ha-brand-story__product-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ha-navy) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.ha-brand-story__product-link span {
  color: var(--ha-gold);
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease;
}

.ha-brand-story__product-link:hover span {
  transform: translateX(4px);
}

.ha-brand-story__visual {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-left: 1px solid #edf0f2;
  background:
    radial-gradient(circle at 50% 45%, rgba(245, 180, 0, .1), transparent 34%),
    #ffffff;
  color: var(--ha-navy) !important;
  text-decoration: none !important;
}

.ha-brand-story__visual::after {
  position: absolute;
  right: 9%;
  bottom: 11%;
  left: 9%;
  height: 38px;
  border-radius: 50%;
  background: rgba(7, 21, 33, .12);
  filter: blur(22px);
  content: "";
}

.ha-brand-story__image {
  position: relative;
  z-index: 2;
  display: block;
  width: min(82%, 520px);
  height: auto;
  max-height: 470px;
  object-fit: contain;
  transition: transform .35s ease;
}

.ha-brand-story__visual:hover .ha-brand-story__image {
  transform: scale(1.035);
}

.ha-brand-story__product-tag,
.ha-brand-story__visual-caption {
  position: absolute;
  z-index: 3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.ha-brand-story__product-tag {
  top: 34px;
  right: 36px;
  color: var(--ha-gold);
}

.ha-brand-story__visual-caption {
  right: 36px;
  bottom: 30px;
  color: #7a858e;
}

.ha-brand-story--roger .ha-brand-story__content {
  order: 2;
  background: #f9fafb;
}

.ha-brand-story--roger .ha-brand-story__visual {
  order: 1;
  border-right: 1px solid #edf0f2;
  border-left: 0;
}

@media (max-width: 991px) {

  .ha-brand-story {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ha-brand-story__content,
  .ha-brand-story--roger .ha-brand-story__content {
    order: 1;
    padding: 50px 48px;
  }

  .ha-brand-story__visual,
  .ha-brand-story--roger .ha-brand-story__visual {
    order: 2;
    min-height: 440px;
    border-top: 1px solid #edf0f2;
    border-right: 0;
    border-left: 0;
  }
}

@media (max-width: 575px) {

  .ha-brand-stories {
    padding: 58px 0 64px;
  }

  .ha-brand-stories__heading {
    margin-bottom: 30px;
  }

  .ha-brand-story {
    border-radius: 16px;
  }

  .ha-brand-story + .ha-brand-story {
    margin-top: 20px;
  }

  .ha-brand-story__content,
  .ha-brand-story--roger .ha-brand-story__content {
    padding: 42px 24px 38px;
  }

  .ha-brand-story__brand-name {
    font-size: 56px;
  }

  .ha-brand-story__title {
    margin-top: 22px;
    font-size: 26px;
  }

  .ha-brand-story__text {
    font-size: 15px;
  }

  .ha-brand-story__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .ha-brand-story__product-link {
    justify-content: center;
  }

  .ha-brand-story__visual,
  .ha-brand-story--roger .ha-brand-story__visual {
    min-height: 330px;
  }

  .ha-brand-story__image {
    width: 88%;
    max-height: 290px;
  }

  .ha-brand-story__product-tag {
    top: 24px;
    right: 24px;
  }

  .ha-brand-story__visual-caption {
    right: 24px;
    bottom: 22px;
  }
}
/* =========================================================
   HOME AUTOMATION — DLACZEGO HOME AUTOMATION
   ========================================================= */

.ha-why {
  padding: 104px 0 110px;
  overflow: hidden;
  border-bottom: 1px solid var(--ha-border);
  background: #ffffff;
}

.ha-why__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 90px;
  align-items: end;
}

.ha-why__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--ha-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.ha-why__title {
  max-width: 760px;
  margin: 0;
  color: var(--ha-navy);
  font-size: clamp(42px, 5.1vw, 72px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.055em;
}

.ha-why__lead {
  padding-bottom: 4px;
}

.ha-why__lead p {
  max-width: 560px;
  margin: 0;
  color: #5f6d77;
  font-size: 17px;
  line-height: 1.75;
}

.ha-why__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: var(--ha-navy) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.ha-why__link span {
  color: var(--ha-gold);
  font-size: 22px;
  line-height: 1;
  transition: transform .2s ease;
}

.ha-why__link:hover span {
  transform: translateX(5px);
}

.ha-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid #dfe4e7;
  border-left: 1px solid #dfe4e7;
}

.ha-why-item {
  display: grid;
  min-height: 230px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 28px;
  align-content: start;
  padding: 42px 44px;
  border-right: 1px solid #dfe4e7;
  border-bottom: 1px solid #dfe4e7;
  background: #ffffff;
  transition: background .25s ease, transform .25s ease;
}

.ha-why-item:hover {
  z-index: 2;
  background: #f7f8f9;
  transform: translateY(-3px);
}

.ha-why-item__number {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ha-navy);
  color: var(--ha-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

.ha-why-item__title {
  margin: 2px 0 0;
  color: var(--ha-navy);
  font-size: 24px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.ha-why-item__text {
  max-width: 500px;
  margin: 14px 0 0;
  color: #69757e;
  font-size: 15px;
  line-height: 1.65;
}

.ha-why__statement {
  position: relative;
  display: grid;
  min-height: 250px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  margin-top: 42px;
  overflow: hidden;
  padding: 54px 62px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 84% 15%, rgba(245, 180, 0, .17), transparent 28%),
    linear-gradient(135deg, #071521 0%, #0b2235 100%);
}

.ha-why__statement::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--ha-gold);
  content: "";
}

.ha-why__statement-mark {
  position: absolute;
  right: 190px;
  bottom: -36px;
  color: rgba(255, 255, 255, .035);
  font-size: 230px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}

.ha-why__statement p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(29px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.ha-why__statement .ha-btn {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

@media (max-width: 991px) {

  .ha-why__intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ha-why__lead p {
    max-width: 700px;
  }

  .ha-why__grid {
    margin-top: 54px;
  }

  .ha-why-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
    padding: 34px 30px;
  }

  .ha-why__statement {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ha-why__statement .ha-btn {
    justify-self: start;
  }
}

@media (max-width: 767px) {

  .ha-why {
    padding: 66px 0 72px;
  }

  .ha-why__title {
    font-size: clamp(38px, 11vw, 54px);
  }

  .ha-why__grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .ha-why-item {
    min-height: 0;
  }

  .ha-why__statement {
    min-height: 0;
    margin-top: 28px;
    padding: 42px 32px;
    border-radius: 16px;
  }

  .ha-why__statement-mark {
    right: -20px;
    bottom: -20px;
    font-size: 160px;
  }
}

@media (max-width: 575px) {

  .ha-why-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 28px 22px;
  }

  .ha-why-item__number {
    width: 36px;
    height: 36px;
  }

  .ha-why-item__title {
    font-size: 21px;
  }

  .ha-why__statement {
    padding: 38px 24px;
  }

  .ha-why__statement .ha-btn {
    width: 100%;
  }
}
/* =========================================================
   HOME AUTOMATION — TECHNOLOGIA W PRAKTYCE
   ========================================================= */

.ha-technology {
  padding: 24px 0 110px;
  border-bottom: 1px solid var(--ha-border);
  background: #ffffff;
}

.ha-technology__frame {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ha-navy);
  box-shadow: 0 24px 68px rgba(7, 21, 33, .14);
}

.ha-technology__image,
.ha-technology__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ha-technology__image {
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.ha-technology__shade {
  background:
    linear-gradient(
      90deg,
      rgba(7, 21, 33, .97) 0%,
      rgba(7, 21, 33, .91) 28%,
      rgba(7, 21, 33, .6) 50%,
      rgba(7, 21, 33, .08) 78%
    ),
    linear-gradient(
      0deg,
      rgba(7, 21, 33, .28) 0%,
      transparent 42%
    );
}

.ha-technology__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 650px;
  max-width: 720px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 74px 76px;
}

.ha-technology__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--ha-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}

.ha-technology__title {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(43px, 5vw, 70px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.055em;
}

.ha-technology__text {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.72;
}

.ha-technology__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.ha-technology__points > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 999px;
  background: rgba(7, 21, 33, .38);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(7px);
}

.ha-technology__points strong {
  color: var(--ha-gold);
  font-size: 10px;
  letter-spacing: .05em;
}

.ha-technology__content .ha-btn {
  margin-top: 34px;
}

@media (max-width: 991px) {

  .ha-technology__frame,
  .ha-technology__content {
    min-height: 600px;
  }

  .ha-technology__content {
    max-width: 650px;
    padding: 62px 54px;
  }

  .ha-technology__shade {
    background:
      linear-gradient(
        90deg,
        rgba(7, 21, 33, .96) 0%,
        rgba(7, 21, 33, .85) 48%,
        rgba(7, 21, 33, .3) 100%
      ),
      linear-gradient(0deg, rgba(7, 21, 33, .36), transparent 50%);
  }
}

@media (max-width: 767px) {

  .ha-technology {
    padding: 12px 0 72px;
  }

  .ha-technology__frame,
  .ha-technology__content {
    min-height: 640px;
  }

  .ha-technology__frame {
    border-radius: 16px;
  }

  .ha-technology__image {
    object-position: 67% center;
  }

  .ha-technology__shade {
    background:
      linear-gradient(
        0deg,
        rgba(7, 21, 33, .98) 0%,
        rgba(7, 21, 33, .89) 55%,
        rgba(7, 21, 33, .3) 100%
      );
  }

  .ha-technology__content {
    max-width: none;
    justify-content: flex-end;
    padding: 48px 34px;
  }

  .ha-technology__title {
    font-size: clamp(39px, 11vw, 56px);
  }

  .ha-technology__text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {

  .ha-technology__frame,
  .ha-technology__content {
    min-height: 610px;
  }

  .ha-technology__content {
    padding: 40px 24px;
  }

  .ha-technology__points {
    align-items: flex-start;
    flex-direction: column;
  }

  .ha-technology__content .ha-btn {
    width: 100%;
  }
}

/* =========================================================
   HOME AUTOMATION — PORADNIKI
   ========================================================= */

.ha-guides {
  padding: 104px 0 116px;
  overflow: hidden;
  border-bottom: 1px solid var(--ha-border);
  background: #f3f5f6;
}

.ha-guides__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 84px;
  align-items: end;
}

.ha-guides__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--ha-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}

.ha-guides__title {
  max-width: 820px;
  margin: 0;
  color: var(--ha-navy);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.055em;
}

.ha-guides__lead {
  max-width: 520px;
  margin: 0 0 4px;
  color: #5f6d77;
  font-size: 17px;
  line-height: 1.75;
}

.ha-guides__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.ha-guide-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 34px 34px 32px;
  overflow: hidden;
  border: 1px solid #dde2e6;
  border-radius: 16px;
  background: #ffffff;
  color: var(--ha-navy) !important;
  text-decoration: none !important;
  box-shadow: 0 12px 34px rgba(7, 21, 33, .045);
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.ha-guide-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--ha-gold);
  content: "";
}

.ha-guide-card::after {
  position: absolute;
  right: -10px;
  bottom: -42px;
  color: rgba(7, 21, 33, .035);
  content: attr(data-number);
  font-size: 170px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.09em;
  pointer-events: none;
}

.ha-guide-card:hover {
  border-color: rgba(245, 180, 0, .72);
  box-shadow: 0 22px 52px rgba(7, 21, 33, .1);
  transform: translateY(-6px);
}

.ha-guide-card__topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ha-guide-card__number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ha-navy);
  color: var(--ha-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

.ha-guide-card__type {
  color: #7b858d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-align: right;
}

.ha-guide-card__title {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 44px 0 0;
  color: var(--ha-navy);
  font-size: clamp(25px, 2.15vw, 33px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ha-guide-card__text {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 18px 0 0;
  color: #69757e;
  font-size: 14px;
  line-height: 1.65;
}

.ha-guide-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--ha-navy);
  font-size: 13px;
  font-weight: 800;
}

.ha-guide-card__link > span {
  color: var(--ha-gold);
  font-size: 21px;
  line-height: 1;
  transition: transform .2s ease;
}

.ha-guide-card:hover .ha-guide-card__link > span {
  transform: translateX(5px);
}

@media (max-width: 991px) {

  .ha-guides__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ha-guides__lead {
    max-width: 700px;
  }

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

  .ha-guide-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {

  .ha-guides {
    padding: 68px 0 74px;
  }

  .ha-guides__title {
    font-size: clamp(38px, 11vw, 54px);
  }

  .ha-guides__grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .ha-guide-card,
  .ha-guide-card:last-child {
    min-height: 320px;
    grid-column: auto;
  }
}

@media (max-width: 575px) {

  .ha-guide-card {
    min-height: 300px;
    padding: 28px 24px 26px;
  }

  .ha-guide-card__title {
    margin-top: 34px;
    font-size: 26px;
  }
}

/* =========================================================
   HOME AUTOMATION — TREŚĆ PORADNIKÓW CMS
   ========================================================= */

.ha-guide-article {
  max-width: 900px;
  margin: 0 auto 72px;
  color: #4e5c67;
  font-size: 16px;
  line-height: 1.78;
}

.ha-guide-article__lead {
  margin: 0 0 48px;
  padding: 28px 32px;
  border-left: 4px solid var(--ha-gold);
  border-radius: 0 12px 12px 0;
  background: #f3f5f6;
  color: var(--ha-navy);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}

.ha-guide-article h2 {
  margin: 46px 0 15px;
  color: var(--ha-navy);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.ha-guide-article p {
  margin: 0 0 20px;
}

.ha-guide-article ul {
  margin: 28px 0 36px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfe4e7;
  border-radius: 12px;
  background: #ffffff;
  list-style: none;
}

.ha-guide-article li + li {
  border-top: 1px solid #e6eaed;
}

.ha-guide-article li a {
  position: relative;
  display: block;
  padding: 16px 52px 16px 20px;
  color: var(--ha-navy) !important;
  font-weight: 750;
  text-decoration: none !important;
  transition: background .2s ease;
}

.ha-guide-article li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--ha-gold);
  content: "\2192";
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
}

.ha-guide-article li a:hover {
  background: #f5f6f7;
}

.ha-guide-article > p > a {
  color: var(--ha-navy) !important;
  font-weight: 800;
  text-decoration-color: var(--ha-gold) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

.ha-guide-article__note {
  margin-top: 48px;
  padding: 30px 32px;
  border-top: 3px solid var(--ha-gold);
  border-radius: 12px;
  background: var(--ha-navy);
  color: rgba(255, 255, 255, .82);
  line-height: 1.7;
}

.ha-guide-article__note strong {
  color: #ffffff;
}

@media (max-width: 767px) {

  .ha-guide-article {
    margin-bottom: 52px;
    font-size: 15px;
  }

  .ha-guide-article__lead {
    margin-bottom: 38px;
    padding: 23px 22px;
    font-size: 18px;
  }

  .ha-guide-article h2 {
    margin-top: 38px;
  }

  .ha-guide-article__note {
    margin-top: 38px;
    padding: 25px 24px;
  }
}
/* =========================================================
   HOME AUTOMATION — CENA PRODUKTU
   ========================================================= */

.ha-product-prices {
  width: 100%;
  max-width: 420px;

  margin: 20px 0 22px;

  overflow: hidden;

  border: 1px solid #e1e5e8;
  border-radius: 12px;

  background: #ffffff;
}


/* WIERSZ CENY */

.ha-product-price-row {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 24px;

  padding: 16px 18px;
}


.ha-product-price-row + .ha-product-price-row {
  border-top: 1px solid #e7e9ec;
}


/* NETTO */

.ha-product-price-row--net {
  background: #f6f7f8;
}


.ha-product-price-row--net .ha-product-price-value {
  color: var(--ha-navy);

  font-size: 24px;
  font-weight: 800;
}


/* BRUTTO */

.ha-product-price-row--gross {
  background: #ffffff;
}


.ha-product-price-row--gross .ha-product-price-value {
  color: #59636c;

  font-size: 17px;
  font-weight: 700;
}


/* ETYKIETY */

.ha-product-price-label {
  color: #69747e;

  font-size: 13px;
  font-weight: 600;
}


.ha-product-price-value {
  line-height: 1.1;
  white-space: nowrap;
}


/* RABAT */

.product__discount-price {
  margin-bottom: 12px;
}


/* USUWAMY FLAGĘ "NOWY" NA KARCIE PRODUKTU */

body#product .product-flags .new {
  display: none !important;
}


/* MOBILE */

@media (max-width: 575px) {

  .ha-product-prices {
    max-width: 100%;
  }

  .ha-product-price-row {
    padding: 14px 15px;
  }

  .ha-product-price-row--net .ha-product-price-value {
    font-size: 21px;
  }

}

/* =========================================================
   HOME AUTOMATION — KONTO KLIENTA W GÓRNYM PASKU
   ========================================================= */

#header .header-top #_desktop_ps_customersignin .header-block__action-btn,
#header .header-top #_desktop_ps_customersignin .header-block__icon,
#header .header-top #_desktop_ps_customersignin .header-block__title {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* strzałka rozwijanego menu */
#header .header-top #_desktop_ps_customersignin .dropdown-toggle::after {
  color: #ffffff !important;
  border-top-color: #ffffff !important;
}

/* hover */
#header .header-top #_desktop_ps_customersignin .header-block__action-btn:hover,
#header .header-top #_desktop_ps_customersignin .header-block__action-btn:hover .header-block__icon,
#header .header-top #_desktop_ps_customersignin .header-block__action-btn:hover .header-block__title {
  color: var(--ha-gold) !important;
}

#header .header-top #_desktop_ps_customersignin .dropdown-toggle:hover::after {
  border-top-color: var(--ha-gold) !important;
}
/* =========================================================
   HOME AUTOMATION — MENU KONTA KLIENTA
   ========================================================= */

#header .header-top #_desktop_ps_customersignin .dropdown-menu {
  background: #ffffff;
  border: 1px solid #dfe4e8;
  border-radius: 10px;
  box-shadow: 0 16px 35px rgba(7, 21, 33, 0.12);
  min-width: 240px;
  padding: 8px 0;
}

#header .header-top #_desktop_ps_customersignin .dropdown-item {
  color: #071521 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
}

#header .header-top #_desktop_ps_customersignin .dropdown-item i {
  color: #f5b400 !important;
}

#header .header-top #_desktop_ps_customersignin .dropdown-item:hover,
#header .header-top #_desktop_ps_customersignin .dropdown-item:focus {
  background: #f7f8fa;
  color: #071521 !important;
}

#header .header-top #_desktop_ps_customersignin .dropdown-item:hover i,
#header .header-top #_desktop_ps_customersignin .dropdown-item:focus i {
  color: #f5b400 !important;
}

#header .header-top #_desktop_ps_customersignin .dropdown-divider {
  border-top: 1px solid #e7e9ec;
  margin: 6px 0;
}

/* =========================================================
   HOME AUTOMATION — STRONY KATEGORII
   ========================================================= */

body#category #js-product-list-header {
  margin-bottom: 34px;
}

body#category .category__header {
  position: relative;
  padding: 38px 40px 40px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(245, 180, 0, .18),
      transparent 29%
    ),
    linear-gradient(135deg, #071521 0%, #0b2235 100%);
  box-shadow: 0 18px 46px rgba(7, 21, 33, .12);
}

body#category .category__header::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--ha-gold);
  content: "";
}

body#category .category__header .page-title-section {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.045em;
}

body#category .category__header .subcategory {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

body#category .category__header .subcategory__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body#category .category__header .subcategory__link {
  position: relative;
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 16px 42px 16px 17px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .075);
  color: #ffffff !important;
  text-decoration: none !important;
  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

body#category .category__header .subcategory__link::after {
  position: absolute;
  top: 50%;
  right: 17px;
  color: var(--ha-gold);
  content: "\2192";
  font-size: 19px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform .2s ease;
}

body#category .category__header .subcategory__link:hover {
  border-color: rgba(245, 180, 0, .65);
  background: rgba(255, 255, 255, .12);
  transform: translateY(-2px);
}

body#category .category__header .subcategory__link:hover::after {
  transform: translate(4px, -50%);
}

body#category .category__header .subcategory__name {
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

/* LISTA PRODUKTÓW */

body#category #products .products {
  row-gap: 24px;
}

body#category #products .product-miniature {
  height: 100%;
}

body#category #products .product-flags .new {
  display: none !important;
}

body#category #products .product-miniature__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e1e6e9;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 21, 33, .045);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

body#category #products .product-miniature__inner:hover {
  border-color: rgba(245, 180, 0, .62);
  box-shadow: 0 18px 42px rgba(7, 21, 33, .1);
  transform: translateY(-4px);
}

body#category #products .product-miniature__top {
  padding: 20px 20px 0;
  background: #ffffff;
}

body#category #products .product-miniature__image-container {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border-radius: 11px;
  background: #ffffff;
}

body#category #products .product-miniature__image-link {
  width: 100%;
  height: 100%;
  border: 0 !important;
  background: #ffffff;
}

body#category #products .product-miniature__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}

body#category #products .product-miniature__inner:hover
.product-miniature__image {
  transform: scale(1.025);
}

body#category #products .product-miniature__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 20px 20px;
}

body#category #products .product-miniature__infos {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

body#category #products .product-miniature__title {
  margin: 0;
  color: var(--ha-navy) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none !important;
}

body#category #products .product-miniature__prices {
  margin-top: auto;
  padding-top: 17px;
}

body#category #products .product-miniature__price {
  color: var(--ha-navy);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.015em;
}

body#category #products .product-miniature__actions {
  margin-top: 17px;
}

body#category #products .product-miniature__add {
  border-color: var(--ha-navy);
  background: var(--ha-navy);
  color: #ffffff;
}

body#category #products .product-miniature__add:hover,
body#category #products .product-miniature__add:focus {
  border-color: var(--ha-gold);
  background: var(--ha-gold);
  color: var(--ha-navy);
}

@media (max-width: 1199px) {

  body#category .category__header .subcategory__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  body#category #js-product-list-header {
    margin-bottom: 26px;
  }

  body#category .category__header {
    padding: 30px 24px 26px;
    border-radius: 14px;
  }

  body#category .category__header .page-title-section {
    font-size: clamp(32px, 10vw, 44px);
  }

  body#category .category__header .subcategory {
    margin-top: 24px;
  }

  body#category .category__header .subcategory__link {
    min-height: 62px;
    padding: 13px 38px 13px 14px;
  }

  body#category #products .product-miniature__top {
    padding: 14px 14px 0;
  }

  body#category #products .product-miniature__bottom {
    padding: 15px 14px 16px;
  }
}

@media (max-width: 480px) {

body#category .category__header .subcategory__list {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   HOME AUTOMATION — KARTA PRODUKTU PREMIUM TECH
   Ubiquiti × Nothing × DJI × B&O × Sonos
   ========================================================= */

body#product #main-content > .container {
  padding-top: 34px;
  padding-bottom: 80px;
}

body#product .product__container {
  align-items: flex-start;
  gap: clamp(34px, 5vw, 76px);
}

body#product .product__left,
body#product .product__right {
  min-width: 0;
}

body#product .product__left {
  position: relative;
  padding: clamp(24px, 3vw, 46px);
  border: 1px solid #e5e9ec;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 21, 33, .055);
}

body#product .product__carousel .carousel-item {
  background: #ffffff;
}

body#product .product__carousel .carousel-item img {
  max-height: 570px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body#product .product__thumbnails {
  margin-top: 22px;
}

body#product .product__thumbnail {
  overflow: hidden;
  border: 1px solid #e2e7ea !important;
  border-radius: 10px !important;
  background: #ffffff;
}

body#product .product__thumbnail.active,
body#product .product__thumbnail:hover {
  border-color: var(--ha-gold) !important;
}

body#product .product__right {
  padding-top: 8px;
}

body#product .product__manufacturer {
  display: inline-flex;
  margin: 0 0 15px;
  padding: 7px 11px;
  border: 1px solid #dce2e6;
  border-radius: 999px;
  background: #f7f8f9;
  color: var(--ha-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body#product .product__manufacturer a {
  color: inherit !important;
  text-decoration: none !important;
}

body#product .product__name {
  max-width: 650px;
  margin: 0 0 24px !important;
  color: var(--ha-navy);
  font-size: clamp(29px, 2.35vw, 42px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.02;
}

body#product .product__prices {
  margin-bottom: 24px;
}

body#product .ha-product-prices {
  max-width: none;
  margin: 0;
  border-color: #dce2e6;
  border-top: 3px solid var(--ha-gold);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(7, 21, 33, .06);
}

body#product .ha-product-price-row {
  padding: 17px 20px;
}

body#product .ha-product-price-row--net {
  background: #f4f6f7;
}

body#product .ha-product-price-row--net .ha-product-price-value {
  font-size: clamp(25px, 2.2vw, 33px);
}

body#product .product__description-short {
  margin: 0;
  color: #3d4851;
  font-size: 15px;
  line-height: 1.62;
}

body#product .product__description-short > *:first-child {
  margin-top: 0;
}

body#product .product__description-short > *:last-child {
  margin-bottom: 0;
}

body#product .product__add-to-cart-container {
  margin-top: 25px;
  padding: 20px;
  border: 1px solid #dce2e6;
  border-radius: 14px;
  background: #f7f8f9;
}

body#product .product__availability {
  margin-bottom: 16px;
}

body#product .product__availability-status {
  color: #147a49 !important;
  font-size: 14px;
  font-weight: 750;
}

body#product .product__add-to-cart {
  gap: 12px;
}

body#product .product__add-to-cart-button,
body#product .product__add-to-cart .btn-primary {
  min-height: 52px;
  border-color: var(--ha-gold);
  border-radius: 8px;
  background: var(--ha-gold);
  color: var(--ha-navy);
  font-weight: 800;
  box-shadow: none;
}

body#product .product__add-to-cart-button:hover,
body#product .product__add-to-cart-button:focus,
body#product .product__add-to-cart .btn-primary:hover,
body#product .product__add-to-cart .btn-primary:focus {
  border-color: var(--ha-navy);
  background: var(--ha-navy);
  color: #ffffff;
}

body#product .blockreassurance--product {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e1e6e9;
}

body#product .blockreassurance--product .reassurance {
  padding-block: 10px;
}

body#product .blockreassurance--product .reassurance__image img {
  filter: grayscale(1) brightness(.42) sepia(.25) saturate(1.3);
}

body#product .blockreassurance--product .reassurance__title {
  color: var(--ha-navy);
  font-weight: 750;
}

body#product .product__quantity {
  min-height: 52px;
}

body#product .product__tabs {
  margin-top: 64px;
  border-top: 1px solid #e1e6e9;
  padding-top: 28px;
}

body#product .product__tabs .accordion-item {
  border-color: #dfe4e7;
}

body#product .product__tabs .accordion-button {
  color: var(--ha-navy);
  font-weight: 800;
}

@media (min-width: 992px) {

  body#product .product__container {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  }

  body#product .product__right {
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 991px) {

  body#product #main-content > .container {
    padding-top: 20px;
    padding-bottom: 55px;
  }

  body#product .product__left {
    padding: 22px;
    border-radius: 16px;
  }

  body#product .product__right {
    padding-top: 30px;
  }

  body#product .product__name {
    font-size: clamp(29px, 6vw, 42px);
  }
}

@media (max-width: 575px) {

  body#product .product__left {
    padding: 14px;
    border-radius: 13px;
  }

  body#product .product__carousel .carousel-item img {
    max-height: 390px;
  }

  body#product .product__right {
    padding-top: 24px;
  }

  body#product .product__name {
    margin-bottom: 18px !important;
    font-size: 29px;
    line-height: 1.08;
  }

  body#product .ha-product-price-row {
    align-items: flex-start;
    gap: 10px;
    padding: 14px 15px;
  }

  body#product .product__add-to-cart-container {
    padding: 15px;
  }
}

/* HOME AUTOMATION — PRODUCT STORY / OPIS PRODUKTU v2
   Wspolny styl dla zaakceptowanego ukladu OP224, AC4R i kolejnych kart. */
body#product .product__bottom:has(.ha-product-story) { grid-template-columns: minmax(0,1fr); gap: 32px; }
body#product .product__bottom-left:has(.ha-product-story) { width: 100%; min-width: 0; }
body#product #product_description:has(.ha-product-story) .accordion-body { padding: 28px 0 0; }
body#product .ha-product-story { max-width: 1180px; margin: 0 auto; color: #071521; font-size: 16px; line-height: 1.65; }
.ha-product-story, .ha-product-story * { box-sizing: border-box; }
.ha-product-story p { margin: 0 0 18px; color: #52616c; }
.ha-product-story h2, .ha-product-story h3, .ha-product-story h4 { color: #071521; font-weight: 750; letter-spacing: -.04em; text-transform: none; }
.ha-product-story h2 { margin: 0; font-size: clamp(34px,4.5vw,58px); line-height: 1.04; }
.ha-product-story h3 { margin: 0 0 22px; font-size: clamp(25px,3vw,36px); line-height: 1.15; }
.ha-product-story h4 { margin: 0 0 12px; font-size: 23px; line-height: 1.2; }
.ha-product-story .ha-product-story__label { margin: 0 0 18px; color: #6b590f; font-family: ui-monospace,monospace; font-size: 11px; font-weight: 650; letter-spacing: .13em; line-height: 1.5; }
.ha-product-story .ha-product-story__intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 52px; margin: 0 0 36px; }
.ha-product-story .ha-product-story__lead { margin: 0; max-width: 490px; font-size: 17px; }
.ha-product-story figure { margin: 0; }
.ha-product-story .ha-product-story__scene img { display: block; width: 100%; height: auto; max-width: 100%; border-radius: 16px; }
.ha-product-story figcaption { margin-top: 10px; color: #65717c; font-size: 12px; }
.ha-product-story .ha-product-story__metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 32px 0 18px; border-block: 1px solid #dfe4e7; }
.ha-product-story .ha-product-story__metrics > div { padding: 24px 20px; }
.ha-product-story .ha-product-story__metrics > div + div { border-left: 1px solid #dfe4e7; }
.ha-product-story .ha-product-story__metrics strong { display: block; font-size: clamp(23px,2.6vw,34px); line-height: 1.2; letter-spacing: -.04em; }
.ha-product-story .ha-product-story__metrics span { display: block; margin-top: 9px; font-size: 12px; line-height: 1.5; color: #52616c; }
.ha-product-story .ha-product-story__note { padding: 14px 18px; border-left: 3px solid #f5b400; background: #f6f7f8; font-size: 13px; }
.ha-product-story .ha-product-story__section { margin: 58px 0; }
.ha-product-story .ha-product-story__split, .ha-product-story .ha-product-story__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.ha-product-story .ha-product-story__kit { padding: 28px; border: 1px solid #dfe4e7; border-radius: 12px; background: #f7f8f9; }
.ha-product-story .ha-product-story__kit h3 { font-size: 23px; }
.ha-product-story ul { padding: 0; margin: 0; list-style: none; }
.ha-product-story li { display: grid; grid-template-columns: 55px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid #dfe4e7; font-size: 14px; }
.ha-product-story li::before { content: none; }
.ha-product-story .ha-product-story__accessories { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 30px; }
.ha-product-story .ha-product-story__accessory { padding: 20px 24px 24px; border: 1px solid #dfe4e7; border-radius: 12px; background: #fff; }
.ha-product-story .ha-product-story__accessory img { display: block; width: 100%; height: 210px; max-width: 100%; object-fit: contain; margin: 0 0 24px; }
.ha-product-story .ha-product-story__accessory p { font-size: 14px; margin: 0; }
.ha-product-story .ha-product-story__specs table { width: 100%; margin: 0; border-collapse: collapse; font-size: 14px; }
.ha-product-story caption { text-align: left; caption-side: top; padding: 0 0 14px; color: #071521; font-weight: 750; }
.ha-product-story th, .ha-product-story td { padding: 12px 14px; border: 0; border-bottom: 1px solid #dfe4e7; text-align: left; vertical-align: top; }
.ha-product-story th { width: 63%; font-weight: 500; color: #52616c; }
.ha-product-story td { color: #071521; font-weight: 700; }
.ha-product-story tr:nth-child(odd) { background: #f7f8f9; }
.ha-product-story .ha-product-story__document { display: inline-block; padding: 6px 0; color: #071521; font-size: 14px; font-weight: 700; text-decoration: underline; text-decoration-color: #b38200; text-underline-offset: 5px; }
.ha-product-story .ha-product-story__help { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; padding: 36px; border-radius: 12px; background: #071521; }
.ha-product-story .ha-product-story__help .ha-product-story__label { color: #f5b400; }
.ha-product-story .ha-product-story__help h3 { color: #fff; font-size: 29px; margin-bottom: 12px; }
.ha-product-story .ha-product-story__help p:not(.ha-product-story__label) { max-width: 600px; margin: 0; color: #c8d1d8; font-size: 14px; }
.ha-product-story .ha-product-story__help a { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 12px 20px; border: 2px solid #f5b400; border-radius: 6px; color: #071521; background: #f5b400; font-weight: 750; font-size: 14px; text-decoration: none; }
.ha-product-story a:focus-visible { outline: 3px solid #b38200; outline-offset: 4px; }
.ha-product-story .ha-product-story__help a:hover { background: #ffd15b; }
@media (max-width: 767px) {
  .ha-product-story .ha-product-story__intro, .ha-product-story .ha-product-story__split, .ha-product-story .ha-product-story__specs, .ha-product-story .ha-product-story__help { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .ha-product-story .ha-product-story__metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ha-product-story .ha-product-story__metrics > div { padding: 18px 12px; }
  .ha-product-story .ha-product-story__metrics > div:nth-child(3) { border-left: 0; }
  .ha-product-story .ha-product-story__metrics > div:nth-child(n+3) { border-top: 1px solid #dfe4e7; }
  .ha-product-story .ha-product-story__accessories { grid-template-columns: minmax(0,1fr); }
  .ha-product-story .ha-product-story__accessory img { height: 190px; }
  .ha-product-story .ha-product-story__section { margin: 38px 0; }
  .ha-product-story .ha-product-story__kit, .ha-product-story .ha-product-story__help { padding: 24px; }
  .ha-product-story .ha-product-story__help a { justify-self: start; }
}

/* =========================================================
   HOME AUTOMATION — KARTA PRODUKTU / WIDE + TRUST PANEL v2
   Zakres: tylko publiczna karta produktu.
   ========================================================= */

@media (min-width: 1200px) {

  body#product #main-content > .container {
    width: calc(100% - 40px);
    max-width: 1320px !important;
    margin-left: auto;
    margin-right: auto;
  }

  body#product .product__container {
    gap: 44px;
    grid-template-columns: minmax(0, 1.12fr) minmax(440px, .88fr);
  }

  body#product .product__left {
    padding: clamp(28px, 2.4vw, 40px);
  }

  body#product .product__carousel .carousel-item img {
    max-height: 610px;
  }

  body#product .product__bottom {
    grid-template-columns: minmax(0, 1fr);
  }

  body#product .product__bottom-right {
    display: none;
  }
}

/* Panel zaufania pod galerią — desktop */
body#product .ha-product-trust-panel {
  display: none;
}

@media (min-width: 992px) {

  body#product .ha-product-trust-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  body#product .ha-product-trust-card {
    display: grid;
    min-width: 0;
    min-height: 96px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 16px;
    border: 1px solid #e1e6e9;
    border-radius: 12px;
    background: #f8f9fa;
  }

  body#product .ha-product-trust-card__icon {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #071521;
    color: #f5b400;
  }

  body#product .ha-product-trust-card__icon .material-icons {
    font-size: 21px;
  }

  body#product .ha-product-trust-card__content {
    min-width: 0;
  }

  body#product .ha-product-trust-card__content strong {
    display: block;
    margin: 1px 0 5px;
    color: #071521;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
  }

  body#product .ha-product-trust-card__content span {
    display: block;
    color: #66737d;
    font-size: 11px;
    line-height: 1.4;
  }

  body#product .ha-product-trust-card__inpost-logo {
    display: flex;
    width: 42px;
    height: 38px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  body#product .ha-product-trust-card__inpost-logo object {
    display: block;
    width: 42px;
    max-width: 42px;
    height: 32px;
  }

  body#product .ha-product-trust-card__inpost-logo object span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 32px;
    color: #071521;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
  }

  body#product .ha-product-trust-card--inpost {
    background: #fffaf0;
    border-color: rgba(245, 180, 0, .42);
  }
}

@media (max-width: 991px) {

  body#product .product__bottom-right {
    display: block;
  }
}

