/* ==================================================
   FIX365 TERMÉKOLDAL – SZÍNVÁLTOZÓK
================================================== */

:root {
  --fix-navy: #003f4c;
  --fix-navy-deep: #002f39;
  --fix-orange: #f56600;
  --fix-orange-soft: #fff4ed;
  --fix-ink: #252934;
  --fix-muted: #69717b;
  --fix-line: #e5e8eb;
  --fix-soft: #f6f8f9;
  --fix-green: #238443;
}

/* ==================================================
   ALAPBEÁLLÍTÁSOK
================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--fix-ink);
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container-xxl {
  max-width: 1500px !important;
  padding-right: 28px !important;
  padding-left: 28px !important;
}

/* ==================================================
   FEJLÉC ÉS LOGÓ
================================================== */

.site-header {
  position: relative;
  z-index: 100;
  background: #ffffff;
}

.header-topbar {
  min-height: 40px;
  display: flex;
  align-items: center;
  background: var(--fix-orange);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.header-topbar .container-xxl {
  min-height: 40px;
}

.topbar-links {
  gap: 24px;
}

.topbar-links a,
.topbar-help {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  text-decoration: none;
}

.topbar-links a:hover,
.topbar-help:hover {
  color: #ffffff;
  opacity: 0.82;
}

.topbar-message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.header-main {
  border-bottom: 1px solid #d9dde0;
  background: #f1f3f4;
}

.header-main-inner {
  min-height: 100px;
  display: grid;
  grid-template-columns: 210px minmax(380px, 1fr) auto;
  align-items: center;
  gap: 38px;
}

.brand {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: var(--fix-navy);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
  text-decoration: none;
}

.brand-header {
  padding-left: 12px;
  font-size: 38px;
}

.brand-ring {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 70px;
  height: 70px;
  border: 5px solid var(--fix-navy);
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(13deg);
}

.brand-ring::after {
  content: "";
  position: absolute;
  right: -7px;
  top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid var(--fix-navy);
  transform: rotate(-21deg);
}

.brand-fix {
  color: var(--fix-navy);
}

.brand-365 {
  color: var(--fix-orange);
}

.header-search {
  position: relative;
  width: 100%;
  max-width: 690px;
  justify-self: center;
}

.header-search input {
  width: 100%;
  height: 48px;
  padding: 0 82px 0 20px;
  border: 0;
  border-radius: 28px;
  outline: 0;
  background: #ffffff;
  color: var(--fix-ink);
  font-size: 14px;
}

.header-search input::placeholder {
  color: #4e535c;
  opacity: 1;
}

.header-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 76px;
  height: 38px;
  border: 0;
  border-radius: 23px;
  background: #25262b;
  color: #ffffff;
  font-size: 20px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}

.header-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #282b32;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.header-actions a > i {
  font-size: 22px;
}

.header-divider {
  width: 1px;
  height: 30px;
  background: #8c9096;
}

.header-bag .bag-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff5a3f;
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
}

.header-navigation {
  background: #eef0f2;
}

.navigation-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-navigation a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2e323a;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-chevron {
  font-size: 11px;
}

.header-cart {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #24272e;
  white-space: nowrap;
}

.header-cart > i {
  font-size: 37px;
}

.header-cart span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.header-cart strong {
  color: #ff563d;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.header-cart small {
  font-size: 12px;
}

/* ==================================================
   TERMÉKOLDAL ÉS MORZSAMENÜ
================================================== */

.product-page {
  padding-bottom: 96px;
}

.breadcrumb-row {
  padding: 22px 0 28px;
  color: #7a828c;
  font-size: 12px;
}

.breadcrumb-row i {
  margin: 0 8px;
  font-size: 9px;
}

.product-hero {
  margin-bottom: 56px;
}

/* ==================================================
   TERMÉKKÉP GALÉRIA
================================================== */

.product-gallery {
  flex-direction: column;
}

.thumb-list {
  overflow-x: auto;
}

.thumb-button {
  width: 78px;
  height: 78px;
  padding: 4px;
  flex: 0 0 auto;
  border: 1px solid var(--fix-line);
  border-radius: 8px;
  background: #ffffff;
  transition: 0.2s ease;
}

.thumb-button:hover,
.thumb-button.active {
  border-color: var(--fix-navy);
  box-shadow: 0 0 0 1px var(--fix-navy);
}

.thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-image {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d9dde1;
  border-radius: 18px;
  background: #ffffff;
}

.main-image > img {
  width: 82%;
  height: 520px;
  object-fit: contain;
}

.original-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  padding: 9px 12px;
  border-radius: 7px;
  background: var(--fix-navy);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
}

.original-badge i {
  margin-right: 5px;
  color: var(--fix-orange);
  font-size: 20px;
  vertical-align: middle;
}

/* ==================================================
   TERMÉKADATOK, ÁR ÉS VÁSÁRLÁSI MŰVELETEK
================================================== */

.product-summary {
  padding-top: 2px;
}

.product-kicker {
  color: var(--fix-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-summary h1 {
  max-width: 690px;
  margin: 10px 0 8px;
  color: var(--fix-ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.product-ids {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  color: #4e5560;
  font-size: 12px;
}

.product-ids span {
  width: 1px;
  height: 13px;
  margin: 0 7px;
  background: #cfd4d8;
}

.price-row {
  margin: 22px 0 16px;
}

.price-row small {
  padding-bottom: 10px;
}

.price {
  color: #ff543d;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.price-row > span:not(.discount) {
  padding-bottom: 7px;
}

.price-row del {
  padding: 0 8px 6px;
  color: #747a83;
}

.discount {
  align-self: center;
  padding: 5px 10px;
  border-radius: 30px;
  background: #ff543d;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.stock-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--fix-green);
  font-size: 13px;
  font-weight: 700;
}

.stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31a24c;
}

.delivery-pill {
  padding: 4px 10px;
  border: 1px solid #5e9b6b;
  border-radius: 30px;
  font-weight: 500;
}

.lead-copy {
  max-width: 720px;
  margin: 22px 0;
  color: #4d535c;
  font-size: 14px;
}

.lead-copy strong {
  color: var(--fix-ink);
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.quantity-control {
  height: 50px;
  display: grid;
  grid-template-columns: 42px 46px 42px;
  background: #f2f3f4;
}

.quantity-control button {
  border: 0;
  background: transparent;
  font-size: 21px;
  font-weight: 600;
}

.quantity-control span {
  display: grid;
  place-items: center;
  font-weight: 700;
}

.btn {
  min-height: 50px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
}

.btn-primary {
  --bs-btn-bg: var(--fix-navy);
  --bs-btn-border-color: var(--fix-navy);
  --bs-btn-hover-bg: var(--fix-navy-deep);
  --bs-btn-hover-border-color: var(--fix-navy-deep);
  border-color: var(--fix-navy) !important;
  background: var(--fix-navy) !important;
  color: #ffffff !important;
}

.btn-primary:hover {
  border-color: var(--fix-navy-deep) !important;
  background: var(--fix-navy-deep) !important;
}

.btn-order {
  border-color: #ff8446 !important;
  background: #ff8446 !important;
  color: #ffffff !important;
}

.btn-order:hover {
  border-color: var(--fix-orange) !important;
  background: var(--fix-orange) !important;
  color: #ffffff !important;
}

/* ==================================================
   "MIHEZ JÓ?" KOMPATIBILITÁSI VEZÉRLŐ
================================================== */

.compatibility-trigger {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 7px 14px;
  border: 1px solid var(--fix-line);
  border-radius: 4px;
  background: #ffffff;
  color: var(--fix-navy);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  box-shadow: 0 5px 16px rgba(0, 63, 76, 0.06);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.compatibility-trigger:hover {
  border-color: var(--fix-navy-deep);
  background: var(--fix-navy);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 63, 76, 0.16);
  transform: translateY(-1px);
}

.compatibility-trigger:focus-visible {
  outline: 3px solid rgba(245, 102, 0, 0.28);
  outline-offset: 3px;
}

.compatibility-trigger-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  display: grid;
  place-items: center;
  border: 1px solid var(--fix-orange);
  border-radius: 50%;
  background: var(--fix-orange);
  color: #ffffff;
  font-size: 15px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.compatibility-trigger:hover .compatibility-trigger-icon {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--fix-orange);
}

.compatibility-trigger-arrow {
  margin-left: auto;
  font-size: 17px;
  transition: transform 0.2s ease;
}

.compatibility-trigger:hover .compatibility-trigger-arrow {
  transform: translateX(4px);
}

.trust-row {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--fix-line);
  color: #343a45;
  font-size: 12px;
  font-weight: 700;
}

.trust-row i {
  margin-right: 6px;
  font-size: 18px;
}

/* ==================================================
   FIX365 ELŐNYKÁRTYÁK
================================================== */

.quick-benefits {
  margin: 0 0 88px;
}

.quick-card {
  padding: 26px 20px;
  border: 1px solid var(--fix-line);
  border-radius: 12px;
  background: #ffffff;
}

.quick-card > i {
  color: var(--fix-navy);
  font-size: 29px;
}

.quick-card h3 {
  margin: 12px 0 5px;
  font-size: 15px;
  font-weight: 800;
}

.quick-card p {
  margin: 0;
  color: var(--fix-muted);
  font-size: 12px;
}

/* ==================================================
   RÉSZLETES TERMÉKINFORMÁCIÓK BEVEZETŐ
================================================== */

.details-intro {
  max-width: 900px;
  margin-bottom: 34px;
}

.details-intro > span {
  color: var(--fix-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.details-intro h2 {
  margin: 9px 0 10px;
  color: var(--fix-navy);
  font-size: clamp(31px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.details-intro p {
  color: var(--fix-muted);
  font-size: 16px;
}

/* ==================================================
   INFORMÁCIÓS BLOKKOK – KÖZÖS STÍLUSOK
================================================== */

.info-section {
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid #dfe3e6;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(0, 55, 67, 0.035);
}

.section-heading {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--fix-line);
}

.info-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 1px solid #cfdcdf;
  border-radius: 10px;
  background: #f3f8f9;
  color: var(--fix-navy);
}

.info-icon i {
  font-size: 21px;
}

.section-number {
  display: block;
  margin-bottom: 5px;
  color: var(--fix-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.section-heading h2 {
  margin: 0;
  color: var(--fix-navy);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.section-heading p {
  max-width: 850px;
  margin: 7px 0 0;
  color: var(--fix-muted);
}

/* ==================================================
   1. BLOKK – PROBLÉMÁK ÉS MEGELŐZÉS
================================================== */

.feature-card {
  padding: 24px;
  border: 1px solid var(--fix-line);
  border-radius: 10px;
}

.feature-card > i {
  color: var(--fix-orange);
  font-size: 25px;
}

.feature-card h3,
.advantage strong,
.tip-card h3,
.process-card h3 {
  color: var(--fix-ink);
  font-size: 15px;
  font-weight: 800;
}

.feature-card h3 {
  margin: 12px 0 6px;
}

.feature-card p,
.advantage p,
.tip-card p,
.process-card p {
  margin: 0;
  color: var(--fix-muted);
  font-size: 13px;
}

.notice {
  padding: 22px 24px;
  border: 1px solid #ffc9a3;
  border-radius: 10px;
  background: var(--fix-orange-soft);
}

.notice > i {
  color: var(--fix-orange);
  font-size: 24px;
}

.notice strong {
  display: block;
  margin-bottom: 4px;
  color: #7a390b;
  font-size: 16px;
}

.notice p {
  margin: 0;
  color: #7a5b48;
}

/* ==================================================
   2. BLOKK – TERMÉKLEÍRÁS ÉS ELŐNYÖK
================================================== */

.description-copy {
  padding: 28px 0 14px;
  color: #4e5660;
  font-size: 15px;
}

.description-copy p {
  margin-bottom: 15px;
}

.description-copy strong {
  color: var(--fix-ink);
}

.advantage {
  display: flex;
  gap: 15px;
  padding: 22px;
  border: 1px solid #dbe0e3;
  border-radius: 9px;
  background: var(--fix-soft);
}

.advantage > i {
  color: var(--fix-orange);
  font-size: 25px;
}

.advantage p {
  margin-top: 4px;
}

/* ==================================================
   3. BLOKK – KOMPATIBILITÁS ÉS BEÜZEMELÉS
================================================== */

.compatibility-panel {
  margin: 28px 0 22px;
  padding: 24px;
  border: 1px solid #a9d8d1;
  border-radius: 11px;
  background: #eff9f7;
}

.machine-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ffffff;
  color: var(--fix-navy);
  font-size: 29px;
}

.compatibility-panel h3 {
  margin: 0 0 5px;
  color: var(--fix-navy);
  font-size: 17px;
  font-weight: 800;
}

.compatibility-panel p {
  margin: 0;
  color: #55716f;
  font-size: 13px;
}

.compatible {
  color: #207d5c;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.process-row {
  margin-bottom: 22px;
}

.process-card {
  position: relative;
  height: 100%;
  padding: 24px 24px 24px 67px;
  border: 1px solid var(--fix-line);
  border-radius: 10px;
}

.process-card > span {
  position: absolute;
  top: 24px;
  left: 22px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fix-navy);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.process-card h3 {
  margin: 0 0 5px;
}

.setup-box {
  padding: 28px;
  border-radius: 11px;
  background: var(--fix-navy);
  color: #ffffff;
}

.setup-box > h3 {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 800;
}

.setup-box > h3 i {
  margin-right: 7px;
  color: #ff8d50;
}

.setup-box li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0 8px;
}

.setup-box li > span {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #ff9b65;
  font-size: 11px;
  font-weight: 800;
}

.setup-box li strong {
  font-size: 13px;
}

.setup-box li p {
  margin: 2px 0 0;
  color: #bdd0d4;
  font-size: 11px;
}

/* ==================================================
   4. BLOKK – HASZNÁLATI TANÁCSOK ÉS GYIK
================================================== */

.tips-row {
  margin-top: 2px;
}

.tip-card {
  padding: 24px;
  border: 1px solid var(--fix-line);
  border-radius: 10px;
  text-align: center;
}

.tip-card > i {
  color: var(--fix-orange);
  font-size: 25px;
}

.tip-card h3 {
  margin: 10px 0 5px;
}

.faq {
  overflow: hidden;
  border: 1px solid var(--fix-line);
  border-radius: 10px;
}

.faq details + details {
  border-top: 1px solid var(--fix-line);
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--fix-ink);
  font-weight: 800;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary i {
  transition: transform 0.2s ease;
}

.faq details[open] summary i {
  transform: rotate(180deg);
}

.faq details p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--fix-muted);
}

/* ==================================================
   5. BLOKK – TERMÉKADATOK
================================================== */

.product-data {
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--fix-line);
  border-radius: 10px;
}

.product-data tr:not(:last-child) > * {
  border-bottom-color: var(--fix-line);
}

.product-data th,
.product-data td {
  padding: 16px 20px;
  background: #ffffff;
  font-size: 13px;
}

.product-data th {
  width: 30%;
  color: #767f89;
  font-weight: 700;
}

.product-data td {
  color: var(--fix-ink);
}

.data-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid #b9d3c0;
  border-radius: 30px;
  background: #f2faf4;
  color: var(--fix-green);
  font-weight: 700;
}

/* ==================================================
   ALSÓ SEGÍTSÉGKÉRÉS
================================================== */

.closing-cta {
  margin-top: 56px;
  padding: 58px 20px;
  border-radius: 14px;
  background: var(--fix-soft);
}

.closing-cta h2 {
  color: var(--fix-navy);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
}

.closing-cta p {
  max-width: 680px;
  margin: 10px auto 23px;
  color: var(--fix-muted);
}

/* ==================================================
   KIEMELT BESTSELLER TERMÉKEK
================================================== */

.bestseller-section {
  padding: 86px 0 100px;
  background: #f4f5f6;
}

.bestseller-heading {
  margin-bottom: 48px;
}

.bestseller-heading h2 {
  margin: 0 0 6px;
  color: #343949;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.bestseller-heading p {
  margin: 0;
  color: #4f5566;
  font-size: 19px;
}

.bestseller-slider {
  position: relative;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #b9bdc3;
  border-radius: 50%;
  background: #f4f5f6;
  color: #343943;
  transform: translateY(-50%);
}

.slider-arrow-left {
  left: -72px;
}

.slider-arrow-right {
  right: -72px;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4e6e8;
  border-radius: 10px;
  background: #ffffff;
}

.product-card-image {
  height: 315px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #ffffff;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 16px 16px;
  text-align: center;
}

.product-card h3 {
  min-height: 48px;
  margin: 0 0 10px;
  color: #292d35;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-card p {
  margin: auto 0 0;
  color: #2f333b;
  font-size: 12px;
}

.product-card-price {
  display: block;
  margin: 0 0 9px;
  color: #252931;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.product-card-button {
  width: 100%;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 4px;
  background: #25262a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

/* ==================================================
   LÁBLÉC ELŐTTI INFORMÁCIÓS KÁRTYÁK
================================================== */

.footer-benefits {
  padding: 48px 0;
  background: #f3f5f6;
}

.footer-benefit-card {
  padding: 27px 24px;
  border: 1px solid #d1d5d8;
  border-radius: 10px;
}

.footer-benefit-card > i {
  display: inline-block;
  color: #2a6571;
  font-size: 32px;
  line-height: 1;
}

.footer-benefit-card h3 {
  margin: 15px 0 8px;
  color: #343949;
  font-size: 16px;
  font-weight: 800;
}

.footer-benefit-card p {
  margin: 0;
  color: #515767;
  font-size: 12px;
  line-height: 1.75;
}

/* ==================================================
   FIX365 LÁBLÉC
================================================== */

.site-footer {
  color: #303541;
}

.footer-main {
  padding: 54px 0 62px;
  background: #e7ecef;
}

.brand-footer {
  margin: 8px 0 28px;
  padding-left: 19px;
  font-size: 52px;
}

.brand-footer .brand-ring {
  width: 92px;
  height: 92px;
  border-width: 6px;
}

.footer-main h2 {
  margin: 0 0 9px;
  color: var(--fix-orange);
  font-size: 21px;
  font-weight: 800;
}

.footer-main p {
  margin: 0 0 14px;
  font-size: 12px;
}

.footer-copy {
  max-width: 330px;
  line-height: 2;
}

.footer-main h3 {
  margin: 0 0 23px;
  padding-bottom: 13px;
  border-bottom: 1px solid #cbd1d5;
  color: #353a4a;
  font-size: 21px;
  font-weight: 800;
}

.footer-main h3 i {
  margin-right: 7px;
  font-size: 15px;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 8px;
}

.footer-links a {
  color: #454a55;
  font-size: 12px;
  text-decoration: none;
}

.footer-main h4 {
  margin: -2px 0 8px;
  color: var(--fix-orange);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.newsletter-button {
  min-width: 180px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 15px;
  border: 1px solid #4e535d;
  border-radius: 5px;
  background: transparent;
  color: #303541;
}

.social-links {
  display: flex;
  gap: 9px;
}

.social-links a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #4e535d;
  border-radius: 50%;
  color: #303541;
  text-decoration: none;
}

.footer-bottom {
  padding: 26px 0 22px;
  background: var(--fix-navy);
  color: #d2e1e4;
}

.footer-legal {
  max-width: 1370px;
  margin: 0 0 44px;
  font-size: 11px;
  font-weight: 600;
  line-height: 2;
}

.footer-bottom-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 12px;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 38px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-transform: lowercase;
}

.payment-methods span:last-child {
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
}

.scroll-top {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #ffffff;
  color: #252931;
  text-decoration: none;
}

/* ==================================================
   KOMPATIBILIS ESZKÖZÖK MODÁLIS ABLAK
================================================== */

body.modal-open {
  overflow: hidden;
}

.compatibility-modal[hidden],
.device-image-lightbox[hidden] {
  display: none;
}

.compatibility-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: grid;
  place-items: center;
  padding: 24px;
}

.compatibility-modal-backdrop,
.device-image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 27, 0.72);
  backdrop-filter: blur(3px);
}

.compatibility-modal-dialog {
  position: relative;
  width: min(100%, 1040px);
  max-height: min(88vh, 850px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(0, 32, 39, 0.3);
  animation: compatibility-modal-in 0.23s ease-out;
}

@keyframes compatibility-modal-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.compatibility-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 27px 32px 22px;
  border-bottom: 1px solid var(--fix-line);
}

.compatibility-modal-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--fix-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.compatibility-modal-header h2 {
  margin: 0;
  color: var(--fix-navy);
  font-size: clamp(27px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.compatibility-modal-close,
.device-image-lightbox-close {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border: 1px solid #d6dce0;
  border-radius: 50%;
  background: #ffffff;
  color: #323842;
  font-size: 17px;
  transition: 0.2s ease;
}

.compatibility-modal-close:hover,
.device-image-lightbox-close:hover {
  border-color: #f7b17e;
  background: var(--fix-orange-soft);
  color: var(--fix-orange);
}

.compatibility-modal-intro {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 18px 32px 0;
  padding: 14px 16px;
  border: 1px solid #cfe0e3;
  border-radius: 8px;
  background: #f3f8f9;
}

.compatibility-modal-intro > i {
  color: var(--fix-navy);
  font-size: 17px;
}

.compatibility-modal-intro p {
  margin: 0;
  color: #59636b;
  font-size: 12px;
  line-height: 1.6;
}

.compatible-device-list {
  min-height: 0;
  flex: 1 1 auto;
  margin: 18px 32px 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #aebfc3 #eef2f3;
  scrollbar-width: thin;
}

.compatible-device-list:focus-visible {
  outline: 2px solid var(--fix-orange);
  outline-offset: 3px;
}

.compatible-device-row {
  min-height: 150px;
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 18px 8px;
  border-bottom: 1px solid #e1e5e8;
}

.compatible-device-row:first-child {
  border-top: 1px solid #e1e5e8;
}

.compatible-device-image {
  position: relative;
  width: 136px;
  height: 118px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  background: #ffffff;
  cursor: zoom-in;
}

.compatible-device-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.compatible-device-image:hover img {
  transform: scale(1.04);
}

.image-zoom-icon {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fix-navy);
  color: #ffffff;
  font-size: 11px;
  box-shadow: 0 4px 14px rgba(0, 48, 59, 0.25);
}

.device-brand {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--fix-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.compatible-device-content h3 {
  margin: 0 0 14px;
  color: #282d35;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.device-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 28px;
  margin: 0;
}

.device-meta div {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.device-meta dt,
.device-meta dd {
  margin: 0;
  font-size: 11px;
}

.device-meta dt {
  color: #7a838b;
  font-weight: 600;
}

.device-meta dd {
  color: #343a43;
  font-weight: 800;
}

.device-compatible-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #bdd8c5;
  border-radius: 30px;
  background: #f3faf5;
  color: var(--fix-green);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.compatibility-modal-footer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 32px 22px;
  background: #f6f8f9;
}

.compatibility-modal-footer > i {
  color: var(--fix-orange);
  font-size: 18px;
}

.compatibility-modal-footer p {
  margin: 0;
  color: #646d75;
  font-size: 11px;
  line-height: 1.6;
}

/* ==================================================
   TERMÉKKÉP NAGYÍTÓ
================================================== */

.device-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: grid;
  place-items: center;
  padding: 28px;
}

.device-image-lightbox-dialog {
  position: relative;
  width: min(92vw, 760px);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(0, 32, 39, 0.35);
  animation: compatibility-modal-in 0.2s ease-out;
}

.device-image-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.device-image-lightbox-dialog img {
  width: 100%;
  max-height: calc(88vh - 115px);
  object-fit: contain;
}

.device-image-lightbox-dialog p {
  margin: 14px 45px 0;
  color: #30363e;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

/* ==================================================
   RESZPONZÍV BEÁLLÍTÁSOK
================================================== */

@media (max-width: 1640px) {
  .slider-arrow-left {
    left: 10px;
  }

  .slider-arrow-right {
    right: 10px;
  }
}

@media (min-width: 992px) {
  .product-gallery {
    flex-direction: row;
  }

  .thumb-list {
    overflow: visible;
  }
}

@media (max-width: 1199px) {
  .header-main-inner {
    grid-template-columns: 175px minmax(330px, 1fr) auto;
    gap: 22px;
  }

  .main-navigation {
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .main-navigation::-webkit-scrollbar {
    display: none;
  }

  .header-cart {
    flex: 0 0 auto;
  }

  .main-image {
    min-height: 480px;
  }

  .main-image > img {
    height: 440px;
  }
}

@media (max-width: 991px) {
  .site-header {
    position: static;
  }

  .header-main-inner {
    grid-template-columns: 180px 1fr auto;
    gap: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
  }

  .header-actions {
    justify-self: end;
  }

  .header-actions a span:not(.bag-count),
  .header-divider {
    display: none;
  }

  .navigation-inner {
    min-height: 62px;
  }

  .main-navigation {
    padding-right: 20px;
  }

  .header-cart strong {
    font-size: 19px;
  }

  .header-cart > i {
    font-size: 29px;
  }

  .main-image {
    min-height: 520px;
  }

  .product-summary {
    padding-top: 16px;
  }

  .quick-benefits {
    margin-bottom: 64px;
  }

  .bestseller-section {
    padding: 70px 0 78px;
  }

  .slider-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .container-xxl {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .header-topbar,
  .header-topbar .container-xxl {
    min-height: 36px;
  }

  .topbar-message {
    left: 18px;
    transform: none;
    font-size: 10px;
  }

  .topbar-help {
    margin-left: auto;
    font-size: 0;
  }

  .topbar-help i {
    font-size: 13px;
  }

  .header-main-inner {
    min-height: auto;
    grid-template-columns: 140px 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand-header {
    padding-left: 8px;
    font-size: 29px;
  }

  .brand-header .brand-ring {
    width: 55px;
    height: 55px;
    border-width: 4px;
  }

  .header-actions {
    gap: 17px;
  }

  .header-actions a > i {
    font-size: 20px;
  }

  .header-search input {
    height: 44px;
    padding-left: 16px;
    font-size: 12px;
  }

  .header-search button {
    width: 62px;
    height: 34px;
  }

  .header-cart {
    display: none;
  }

  .navigation-inner {
    min-height: 56px;
  }

  .main-navigation {
    gap: 22px;
  }

  .main-navigation a {
    font-size: 12px;
  }

  .compatibility-modal {
    padding: 12px;
  }

  .compatibility-modal-dialog {
    max-height: 92vh;
    border-radius: 11px;
  }

  .compatibility-modal-header {
    padding: 21px 18px 17px;
  }

  .compatibility-modal-close {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .compatibility-modal-intro {
    margin: 13px 18px 0;
  }

  .compatible-device-list {
    margin: 13px 18px 0;
  }

  .compatible-device-row {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 2px;
  }

  .compatible-device-image {
    width: 96px;
    height: 90px;
  }

  .compatible-device-content h3 {
    margin-bottom: 9px;
    font-size: 13px;
  }

  .device-meta {
    display: block;
  }

  .device-meta div + div {
    margin-top: 2px;
  }

  .device-compatible-badge {
    grid-column: 2;
    width: max-content;
    margin-top: -7px;
  }

  .compatibility-modal-footer {
    padding: 15px 18px 18px;
  }

  .device-image-lightbox {
    padding: 14px;
  }

  .device-image-lightbox-dialog {
    width: 100%;
    padding: 20px 14px;
  }

  .product-page {
    padding-bottom: 64px;
  }

  .breadcrumb-row {
    padding: 16px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main-image {
    min-height: 380px;
    border-radius: 12px;
  }

  .main-image > img {
    width: 92%;
    height: 350px;
  }

  .thumb-button {
    width: 66px;
    height: 66px;
  }

  .price {
    font-size: 47px;
  }

  .quantity-row {
    align-items: end !important;
  }

  .buy-actions {
    min-width: 170px;
  }

  .details-intro {
    margin-bottom: 24px;
  }

  .info-section {
    margin-bottom: 18px;
    padding: 22px 18px;
    border-radius: 11px;
  }

  .section-heading {
    gap: 12px !important;
    padding-bottom: 20px;
  }

  .info-icon {
    width: 41px;
    height: 41px;
    flex-basis: 41px;
  }

  .notice {
    padding: 18px;
  }

  .compatibility-panel {
    padding: 20px;
  }

  .setup-box {
    padding: 22px 18px;
  }

  .setup-box li {
    margin-bottom: 8px;
  }

  .product-data th {
    width: 40%;
  }

  .product-data th,
  .product-data td {
    padding: 13px 14px;
  }
}

@media (max-width: 420px) {
  .main-image {
    min-height: 335px;
  }

  .main-image > img {
    height: 305px;
  }

  .original-badge {
    top: 13px;
    right: 13px;
  }

  .product-summary h1 {
    font-size: 26px;
  }

  .quantity-control {
    grid-template-columns: 38px 40px 38px;
  }

  .product-data {
    overflow: visible;
    border: 0;
  }

  .product-data table,
  .product-data tbody,
  .product-data tr,
  .product-data th,
  .product-data td {
    display: block;
  }

  .product-data tr {
    padding: 13px 0;
    border-bottom: 1px solid var(--fix-line);
  }

  .product-data th,
  .product-data td {
    width: 100%;
    padding: 0;
    border: 0;
  }

  .product-data td {
    margin-top: 3px;
  }

  .bestseller-section {
    padding: 55px 0 60px;
  }

  .bestseller-heading {
    margin-bottom: 32px;
  }

  .bestseller-heading p {
    font-size: 15px;
  }

  .product-card-image {
    height: 280px;
  }

  .footer-benefits {
    padding: 38px 0;
  }

  .footer-main {
    padding: 48px 0;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-methods {
    gap: 25px;
  }

  .scroll-top {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
