/* ==========================================================
   EA ELEKTRONIKA – CUSTOM CSS
   Optimized full replacement
   OpenCart 3.0.6.0 / Journal 3.1.8
   ========================================================== */

/* ==========================================================
   GENERAL OVERRIDES
   ========================================================== */

.module-blocks-191 .title.module-title::after {
  display: none;
}

.mobile-header-active .mobile-wrapper-header > span {
  display: none;
}

.route-product-product .page-title,
.route-product-category .page-title {
  margin-top: 30px;
}

#logo a > img {
  height: 100%;
}

.module-blocks-247 .module-item-1
.block-content:not(.block-html):not(.block-text) {
  height: inherit !important;
}

.top-bar > div:first-child {
  width: 95%;
}

.top-bar > div:first-child > ul > li:nth-child(3) {
  position: absolute;
  right: 0;
  transform: translateX(-65%);
}

.desktop-header-active .header-mega .desktop-search-wrapper > div {
  width: 66%;
}

.desktop-header-active .header-mega .desktop-search-wrapper {
  justify-content: flex-start !important;
}

.smartsearch .smartsearch-page {
  color: #ffffff !important;
  background: rgba(143, 196, 74, 1) !important;
}

.product-thumb .price .price-normal {
  font-size: 18px;
}

.route-product-product #product-product
.product-right .product-price-group .price-group .product-price {
  font-size: 40px;
}

/* ==========================================================
   PRODUCT OPTIONS – IMAGE CARDS
   ========================================================== */

/* Image checkboxes retain their smaller layout. */
#product .checkbox img,
.product-options .checkbox img {
  display: block !important;
  width: 150px !important;
  height: 150px !important;
  max-width: 150px !important;
  max-height: 150px !important;
  object-fit: contain !important;
}

#product .checkbox label,
.product-options .checkbox label {
  min-width: 165px !important;
  min-height: 165px !important;
  padding: 10px !important;
}

/* Radio-image option item. */
#product .radio,
.product-options .radio {
  display: inline-block !important;
  margin: 0 45px 30px 0 !important;
  vertical-align: top !important;
}

#product .radio label,
.product-options .radio label {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 260px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #24364f !important;
  text-align: left !important;
  white-space: normal !important;
  cursor: pointer;
}

/* Hide the native input visually while preserving label interaction. */
#product .radio label input,
.product-options .radio label input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

#product .radio label img,
.product-options .radio label img,
#product .radio img.img-thumbnail,
.product-options .radio img.img-thumbnail {
  box-sizing: border-box !important;
  display: block !important;
  width: 250px !important;
  height: 250px !important;
  max-width: 250px !important;
  max-height: 250px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  object-fit: contain !important;
  border: 2px solid #9aa3ad !important;
  border-radius: 4px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#product .radio label .option-name-final,
.product-options .radio label .option-name-final,
#product .radio label .option-price-final,
.product-options .radio label .option-price-final {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

#product .radio label .option-name-final,
.product-options .radio label .option-name-final {
  color: #24364f !important;
  font-weight: 400 !important;
}

#product .radio label .option-price-final,
.product-options .radio label .option-price-final {
  margin-top: 4px !important;
  color: #6baa35 !important;
  font-weight: 700 !important;
}

#product .form-group,
.product-options .form-group {
  margin-bottom: 35px !important;
}

#product .radio label.option-selected img,
.product-options .radio label.option-selected img {
  border-color: #6baa35 !important;
  border-width: 4px !important;
  box-shadow: 0 0 0 3px rgba(107, 170, 53, 0.18) !important;
}

#product .radio label.option-selected .option-name-final,
.product-options .radio label.option-selected .option-name-final {
  font-weight: 700 !important;
}

#product .radio label.option-selected::after,
.product-options .radio label.option-selected::after {
  content: "Izbrano";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  padding: 7px 10px;
  color: #ffffff;
  background: #6baa35;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

/* =========================================================
   EA ELEKTRONIKA – AI OZNAKE
   CELOTEN CSS
   ========================================================= */

/*
 * Vsebnik slike, na katerega JavaScript pripne oznako.
 */
.ea-ai-host {
    position: relative !important;
}

/*
 * Kadar je vsebnik privzeto inline.
 */
.ea-ai-host-inline {
    display: inline-block !important;
    max-width: 100% !important;
}

/* =========================================================
   OSNOVNA AI OZNAKA
   Bannerji in velika produktna slika
   ========================================================= */

.ea-ai-label {
    position: absolute !important;
    left: 7px !important;
    right: auto !important;
    bottom: 7px !important;
    top: auto !important;
    z-index: 999 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 14px) !important;
    height: auto !important;

    margin: 0 !important;
    padding: 3px 7px 3px 4px !important;

    background: rgba(8, 24, 48, 0.68) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    border-radius: 7px !important;

    color: rgba(255, 255, 255, 0.88) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24) !important;

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    opacity: 0.82 !important;
    visibility: visible !important;
    overflow: hidden !important;

    pointer-events: none !important;
    user-select: none !important;
}

/*
 * Majhen krog AI pred besedilom.
 */
.ea-ai-label::before {
    content: "AI" !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 15px !important;

    width: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
    height: 15px !important;

    margin: 0 4px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    border-radius: 50% !important;

    color: rgba(255, 255, 255, 0.95) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 7px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

/* =========================================================
   KATEGORIJE IN SEZNAMI IZDELKOV
   Samo majhen diskreten krog AI
   ========================================================= */

.product-thumb .ea-ai-label,
.product-layout .ea-ai-label,
.product-grid .ea-ai-label,
.product-list .ea-ai-label {
    left: 6px !important;
    right: auto !important;
    bottom: 6px !important;
    top: auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;

    margin: 0 !important;
    padding: 1px !important;

    background: rgba(8, 24, 48, 0.48) !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    border-radius: 50% !important;

    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;

    opacity: 0.62 !important;
    overflow: hidden !important;
}

.product-thumb .ea-ai-label::before,
.product-layout .ea-ai-label::before,
.product-grid .ea-ai-label::before,
.product-list .ea-ai-label::before {
    content: "AI" !important;

    flex: 0 0 14px !important;

    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;
    border-radius: 50% !important;

    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 6px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
}

/* =========================================================
   DODATNE SLIČICE NA PRODUKTNI STRANI
   Samo majhen diskreten krog AI
   ========================================================= */

.additional-images .ea-ai-label,
.additional-image .ea-ai-label,
.image-additional .ea-ai-label,
.thumbnails .ea-ai-label,
.product-images .swiper-slide .ea-ai-label {
    left: 3px !important;
    right: auto !important;
    bottom: 3px !important;
    top: auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;
    height: 17px !important;

    margin: 0 !important;
    padding: 1px !important;

    background: rgba(8, 24, 48, 0.48) !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    border-radius: 50% !important;

    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;

    opacity: 0.62 !important;
    overflow: hidden !important;
}

.additional-images .ea-ai-label::before,
.additional-image .ea-ai-label::before,
.image-additional .ea-ai-label::before,
.thumbnails .ea-ai-label::before,
.product-images .swiper-slide .ea-ai-label::before {
    content: "AI" !important;

    flex: 0 0 13px !important;

    width: 13px !important;
    min-width: 13px !important;
    max-width: 13px !important;
    height: 13px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;
    border-radius: 50% !important;

    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 6px !important;
    font-weight: 700 !important;
    line-height: 13px !important;
}

/* =========================================================
   RAZRED COMPACT, KI GA DODA JAVASCRIPT
   ========================================================= */

.ea-ai-label.ea-ai-compact {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;

    padding: 1px !important;

    background: rgba(8, 24, 48, 0.48) !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    border-radius: 50% !important;

    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;

    opacity: 0.62 !important;
    overflow: hidden !important;
}

.ea-ai-label.ea-ai-compact::before {
    content: "AI" !important;

    flex: 0 0 14px !important;

    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;

    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 6px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
}

/* =========================================================
   POVEČANA SLIKA V POPUPU
   ========================================================= */

.ea-ai-popup-label {
    position: fixed !important;
    left: 0;
    top: 0;
    right: auto !important;
    bottom: auto !important;
    z-index: 2147483647 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: auto !important;
    min-width: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 3px 7px 3px 4px !important;

    background: rgba(8, 24, 48, 0.68) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    border-radius: 7px !important;

    color: rgba(255, 255, 255, 0.88) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24) !important;

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    opacity: 0 !important;
    visibility: hidden !important;

    pointer-events: none !important;
    user-select: none !important;
}

.ea-ai-popup-label::before {
    content: "AI" !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 15px !important;

    width: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
    height: 15px !important;

    margin: 0 4px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    border-radius: 50% !important;

    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 7px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.ea-ai-popup-label.ea-ai-popup-visible {
    opacity: 0.82 !important;
    visibility: visible !important;
}

/* =========================================================
   MOBILNE NAPRAVE
   ========================================================= */

@media (max-width: 767px) {
    .ea-ai-label {
        left: 5px !important;
        bottom: 5px !important;

        padding: 2px 6px 2px 3px !important;
        font-size: 8px !important;
    }

    .ea-ai-label::before {
        flex-basis: 14px !important;

        width: 14px !important;
        min-width: 14px !important;
        max-width: 14px !important;
        height: 14px !important;

        margin-right: 3px !important;
        font-size: 7px !important;
    }

    .product-thumb .ea-ai-label,
    .product-layout .ea-ai-label,
    .product-grid .ea-ai-label,
    .product-list .ea-ai-label,
    .additional-images .ea-ai-label,
    .additional-image .ea-ai-label,
    .image-additional .ea-ai-label,
    .thumbnails .ea-ai-label,
    .ea-ai-label.ea-ai-compact {
        width: 17px !important;
        min-width: 17px !important;
        max-width: 17px !important;
        height: 17px !important;

        padding: 1px !important;
        font-size: 0 !important;
    }

    .ea-ai-popup-label {
        padding: 2px 6px 2px 3px !important;
        font-size: 8px !important;
    }

    .ea-ai-popup-label::before {
        width: 14px !important;
        min-width: 14px !important;
        max-width: 14px !important;
        height: 14px !important;

        margin-right: 3px !important;
        font-size: 7px !important;
    }
}

/* =========================================================
   AI LABEL – MOBILE CATEGORY VIEW FIX
   Add at the END of Custom CSS
   ========================================================= */

@media (max-width: 767px) {

    /*
     * Ensure the mobile product image wrappers can display
     * the AI badge above the image.
     */
    body.route-product-category .product-thumb .image,
    body.route-product-category .product-thumb .image > a,
    body.route-product-category .product-layout .image,
    body.route-product-category .product-layout .image > a,
    body.route-product-category .product-grid .image,
    body.route-product-category .product-grid .image > a {
        position: relative !important;
        overflow: visible !important;
        isolation: isolate !important;
    }

    /*
     * Force the category AI badge to remain visible.
     */
    body.route-product-category .product-thumb .ea-ai-label,
    body.route-product-category .product-layout .ea-ai-label,
    body.route-product-category .product-grid .ea-ai-label,
    body.route-product-category .product-list .ea-ai-label {
        position: absolute !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        left: 6px !important;
        right: auto !important;
        bottom: 6px !important;
        top: auto !important;

        width: 18px !important;
        min-width: 18px !important;
        max-width: 18px !important;
        height: 18px !important;

        margin: 0 !important;
        padding: 1px !important;

        background: rgba(8, 24, 48, 0.58) !important;
        border: 1px solid rgba(255, 255, 255, 0.40) !important;
        border-radius: 50% !important;

        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;

        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20) !important;

        opacity: 0.78 !important;
        visibility: visible !important;
        overflow: hidden !important;

        transform: none !important;
        clip: auto !important;
        clip-path: none !important;

        z-index: 2147483000 !important;

        pointer-events: none !important;
    }

    body.route-product-category .product-thumb .ea-ai-label::before,
    body.route-product-category .product-layout .ea-ai-label::before,
    body.route-product-category .product-grid .ea-ai-label::before,
    body.route-product-category .product-list .ea-ai-label::before {
        content: "AI" !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 14px !important;

        width: 14px !important;
        min-width: 14px !important;
        max-width: 14px !important;
        height: 14px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;
        border: none !important;
        border-radius: 50% !important;

        color: rgba(255, 255, 255, 0.95) !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 6px !important;
        font-weight: 700 !important;
        line-height: 14px !important;

        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 760px) {
  .ea-home-h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 12px 16px !important;
  }
}

@media (max-width: 470px) {
  .ea-home-h1 {
    font-size: 24px !important;
  }
}

@media (max-width: 1024px) {
  .mobile-header .logo img,
  .mobile-header .mobile-logo img,
  .mobile-bar .logo img,
  .mobile-logo img,
  #logo img {
    width: auto !important;
    height: auto !important;
    max-width: 220px !important;
    max-height: 72px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .mobile-header .logo img,
  .mobile-header .mobile-logo img,
  .mobile-bar .logo img,
  .mobile-logo img,
  #logo img {
    max-width: 190px !important;
    max-height: 58px !important;
  }
}

/* Homepage banner – vedno ohrani natančno razmerje 3 : 1 */
@media (max-width: 1024px) {
  .master-slider[data-options*='"width":2172'][data-options*='"height":724'] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 1 !important;
    overflow: hidden !important;
  }

  .master-slider[data-options*='"width":2172'][data-options*='"height":724']
  .ms-container,

  .master-slider[data-options*='"width":2172'][data-options*='"height":724']
  .ms-inner-controls-cont,

  .master-slider[data-options*='"width":2172'][data-options*='"height":724']
  .ms-view,

  .master-slider[data-options*='"width":2172'][data-options*='"height":724']
  .ms-slide-container,

  .master-slider[data-options*='"width":2172'][data-options*='"height":724']
  .ms-slide,

  .master-slider[data-options*='"width":2172'][data-options*='"height":724']
  .ms-slide-bgcont {
    height: 100% !important;
  }

  .master-slider[data-options*='"width":2172'][data-options*='"height":724']
  .ms-slide-bgcont img,

  .master-slider[data-options*='"width":2172'][data-options*='"height":724']
  img.ms-slide-bg {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    top: 0 !important;
    left: 0 !important;
  }
}

/* ==========================================================
   HOMEPAGE PRODUCT INTRO CARDS
   XTAR / ENERGIJA + POLNILNIKI

   OPTIMIZIRANO:
   - skupne lastnosti so definirane samo enkrat
   - XTAR levi 25-% blok ima lasten frame + arrow element
   - polnilniki desni 25-% blok uporabljajo levo pseudo puščico
   - oba bloka imata transparentno ozadje, svetel tekst in zelen CTA
   ========================================================== */

/* ==========================================================
   SKUPNA OSNOVA – OBA 25-% INTRO BLOKA
   ========================================================== */

.ea-category-intro {
  --ea-intro-dark: #182127;
  --ea-intro-arrow-fill: #101a22;
  --ea-intro-green: #8fc44a;
  --ea-intro-green-hover: #7fb33d;

  position: relative;
  z-index: 5;

  width: 100%;
  min-height: 570px;

  display: flex;
  flex-direction: column;

  box-sizing: border-box;
  margin: 0;
  padding: 14px 20px 20px !important;

  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
}

/* ==========================================================
   KICKER
   ========================================================== */

.ea-category-intro .ea-category-kicker {
  position: relative;
  z-index: 3;

  margin: 0 0 6px !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.84) !important;

  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;

  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.90);
}

/* ==========================================================
   NASLOV
   ========================================================== */

.ea-category-intro h2 {
  position: relative;
  z-index: 3;

  margin: 0 0 6px !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.10 !important;
  letter-spacing: -0.02em !important;

  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.95);
}

/* ==========================================================
   OPIS
   ========================================================== */

.ea-category-intro p {
  position: relative;
  z-index: 3;

  max-width: 100% !important;

  margin: 0 0 12px !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.92) !important;

  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.38 !important;

  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.95);
}

/* ==========================================================
   ZELEN CTA – OBA BLOKA
   ========================================================== */

.ea-category-intro .ea-category-button {
  position: relative;
  z-index: 3;

  width: 100%;
  min-height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  margin-top: auto;
  padding: 10px 18px;

  background: var(--ea-intro-green) !important;
  color: #ffffff !important;

  border: 0 !important;
  border-radius: 8px !important;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;

  text-align: center;
  text-decoration: none !important;

  box-shadow: 0 7px 18px rgba(88, 137, 31, 0.27) !important;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.ea-category-intro .ea-category-button:hover,
.ea-category-intro .ea-category-button:focus {
  background: var(--ea-intro-green-hover) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(88, 137, 31, 0.34) !important;
}

/* ==========================================================
   XTAR – LEVI 25-% BLOK
   HTML uporablja:
   .ea-category-frame
   .ea-category-arrow
   ========================================================== */

body .ea-category-intro:not(.ea-category-intro--right)::before,
body .ea-category-intro:not(.ea-category-intro--right)::after {
  content: none !important;
  display: none !important;
}

body .ea-category-intro:not(.ea-category-intro--right) .ea-category-frame {
  position: absolute !important;

  top: -10px !important;
  left: -10px !important;
  bottom: -10px !important;

  width: calc(400% + 12px) !important;
  height: auto !important;

  display: block !important;
  box-sizing: border-box !important;

  background: transparent !important;

  border: 2px solid var(--ea-intro-dark) !important;
  border-radius: 8px !important;

  box-shadow: 0 0 12px rgba(8, 16, 24, 0.10) !important;

  pointer-events: none !important;
  z-index: 50 !important;
}

body .ea-category-intro:not(.ea-category-intro--right) .ea-category-arrow {
  position: absolute !important;

  top: 47% !important;
  right: -14px !important;

  display: block !important;

  width: 0 !important;
  height: 0 !important;

  border-top: 14px solid transparent !important;
  border-bottom: 14px solid transparent !important;
  border-left: 14px solid var(--ea-intro-dark) !important;

  transform: translateY(-50%) !important;

  pointer-events: none !important;
  z-index: 60 !important;
}

/* ==========================================================
   POLNILNIKI – DESNI 25-% BLOK
   PUŠČICA KAŽE LEVO
   ========================================================== */

body .ea-category-intro.ea-category-intro--right::before {
  content: "" !important;
  display: block !important;

  position: absolute !important;

  top: 50% !important;
  left: -23px !important;
  right: auto !important;

  width: 24px !important;
  height: 46px !important;

  background: rgba(255, 255, 255, 0.92) !important;

  clip-path: polygon(100% 0, 0 50%, 100% 100%) !important;
  transform: translateY(-50%) !important;

  pointer-events: none !important;
  z-index: 100 !important;
}

body .ea-category-intro.ea-category-intro--right::after {
  content: "" !important;
  display: block !important;

  position: absolute !important;

  top: 50% !important;
  left: -19px !important;
  right: auto !important;

  width: 20px !important;
  height: 38px !important;

  background: var(--ea-intro-arrow-fill) !important;
  background-image: none !important;

  clip-path: polygon(100% 0, 0 50%, 100% 100%) !important;
  transform: translateY(-50%) !important;

  pointer-events: none !important;
  z-index: 101 !important;
}

/* ==========================================================
   TABLET – DO 1024px
   ========================================================== */

@media (max-width: 1024px) {
  body .ea-category-intro:not(.ea-category-intro--right) {
    min-height: 540px;
    padding: 18px 20px 20px !important;
    border: 2px solid var(--ea-intro-dark) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  body .ea-category-intro.ea-category-intro--right {
    min-height: 500px;
    padding: 18px 20px 20px !important;
    overflow: hidden !important;
  }

  body .ea-category-intro:not(.ea-category-intro--right) .ea-category-frame,
  body .ea-category-intro:not(.ea-category-intro--right) .ea-category-arrow,
  body .ea-category-intro.ea-category-intro--right::before,
  body .ea-category-intro.ea-category-intro--right::after {
    content: none !important;
    display: none !important;
  }

  .ea-category-intro .ea-category-kicker {
    font-size: 12px !important;
  }

  .ea-category-intro h2 {
    margin-bottom: 6px !important;
    font-size: 26px !important;
    line-height: 1.10 !important;
  }

  .ea-category-intro p {
    margin-bottom: 12px !important;
    font-size: 13.5px !important;
    line-height: 1.38 !important;
  }
}

/* ==========================================================
   MOBILNI – DO 760px
   ========================================================== */

@media (max-width: 760px) {
  body .ea-category-intro:not(.ea-category-intro--right) {
    min-height: 500px;
    padding: 16px 18px 18px !important;
  }

  body .ea-category-intro.ea-category-intro--right {
    min-height: 470px;
    padding: 16px 18px 18px !important;
  }

  .ea-category-intro .ea-category-kicker {
    font-size: 11.5px !important;
  }

  .ea-category-intro h2 {
    margin-bottom: 5px !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  .ea-category-intro p {
    margin-bottom: 10px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .ea-category-intro .ea-category-button {
    min-height: 47px;
    font-size: 15px;
  }
}

/* ==========================================================
   MANJŠI MOBILNI – DO 470px
   ========================================================== */

@media (max-width: 470px) {
  body .ea-category-intro:not(.ea-category-intro--right) {
    min-height: 480px;
    padding: 15px 16px 17px !important;
  }

  body .ea-category-intro.ea-category-intro--right {
    min-height: 450px;
    padding: 15px 16px 17px !important;
  }

  .ea-category-intro h2 {
    font-size: 22px !important;
  }

  .ea-category-intro p {
    font-size: 12.5px !important;
  }
}

/* ==========================================================
   EA ELEKTRONIKA
   LOVSKE KAMERE – HOMEPAGE

   DESKTOP:
   - potrjeni dark/orange izgled
   - skupni oranžni okvir

   TABLET / MOBILE:
   - krajši intro blok
   - manj praznega prostora za kamero
   - brez raztegnjenega desktop okvirja
   ========================================================== */

/* ==========================================================
   GLAVNI INTRO BLOK – DESKTOP
   ========================================================== */

.ea-hunting-intro {
  position: relative;
  z-index: 5;

  width: 100%;
  min-height: 570px;

  display: flex;
  flex-direction: column;

  box-sizing: border-box;

  margin: 0;
  padding: 0 !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
}

/* ==========================================================
   DESKTOP – SKUPNI ORANŽNI OKVIR
   ========================================================== */

.ea-hunting-intro::after {
  content: "";

  position: absolute;

  top: -44px;
  left: 0;

  width: calc(445% + 24px);
  height: calc(100% + 44px);

  box-sizing: border-box;

  border: 2px solid #ff8700;
  border-radius: 8px;

  pointer-events: none;
  z-index: 50;

  box-shadow: 0 0 12px rgba(255, 135, 0, 0.10);
}

.ea-hunting-intro::before {
  content: none !important;
  display: none !important;
}

/* ==========================================================
   ZGORNJI DEL
   ========================================================== */

.ea-hunting-head {
  position: relative;
  z-index: 3;

  width: 100%;
  box-sizing: border-box;

  padding: 22px 22px 0;
}

.ea-hunting-kicker {
  margin: 0 0 8px;

  color: #ff8700;

  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;

  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

.ea-hunting-intro h2 {
  margin: 0;
  padding: 0;

  font-size: 27px;
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -0.02em;
  text-transform: uppercase;

  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}

.ea-hunting-intro h2 span,
.ea-hunting-intro h2 strong {
  display: block;
}

.ea-hunting-intro h2 span {
  color: #ffffff;
}

.ea-hunting-intro h2 strong {
  margin-top: 4px;
  color: #ff8700;
  font-weight: 800;
}

.ea-hunting-intro h2::after {
  content: "";

  display: block;

  width: 52px;
  height: 3px;

  margin-top: 11px;

  background: #ff8700;
  border-radius: 3px;

  box-shadow: 0 0 8px rgba(255, 135, 0, 0.30);
}

/* ==========================================================
   PROSTOR ZA KAMERO
   ========================================================== */

.ea-hunting-visual-space {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 165px;
  pointer-events: none;
}

/* ==========================================================
   SPODNJA VSEBINA
   ========================================================== */

.ea-hunting-content {
  position: relative;
  z-index: 3;

  width: 100%;
  box-sizing: border-box;

  margin-top: auto;
  padding: 14px 22px 20px;

  background: linear-gradient(
    180deg,
    rgba(5, 9, 12, 0.00) 0%,
    rgba(5, 9, 12, 0.55) 15%,
    rgba(5, 9, 12, 0.90) 38%,
    rgba(5, 9, 12, 0.98) 100%
  );
}

.ea-hunting-description {
  margin: 0 0 11px;

  color: rgba(255, 255, 255, 0.92) !important;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;

  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.80);
}

.ea-hunting-highlights {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.ea-hunting-highlights li {
  position: relative;

  margin: 0 0 6px;
  padding-left: 19px;

  color: rgba(255, 255, 255, 0.94) !important;

  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.35;

  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.80);
}

.ea-hunting-highlights li:last-child {
  margin-bottom: 0;
}

.ea-hunting-highlights li::before {
  content: "";

  position: absolute;
  top: 0.62em;
  left: 1px;

  width: 7px;
  height: 7px;

  background: #ff8700;
  border-radius: 50%;

  transform: translateY(-50%);

  box-shadow: 0 0 7px rgba(255, 135, 0, 0.50);
}

.ea-hunting-button {
  width: 100%;
  min-height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  box-sizing: border-box;
  padding: 11px 18px;

  color: #ffffff !important;

  background: linear-gradient(135deg, #ffa51f 0%, #ff8700 100%);

  border: 0;
  border-radius: 7px;

  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;

  text-align: center;
  text-decoration: none !important;

  box-shadow: 0 8px 20px rgba(255, 135, 0, 0.26);

  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
}

.ea-hunting-button:hover,
.ea-hunting-button:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 11px 25px rgba(255, 135, 0, 0.34);
}

.ea-hunting-button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

/* ==========================================================
   TABLET – DO 1024px
   ========================================================== */

@media (max-width: 1024px) {
  .ea-hunting-intro {
    min-height: 560px;
    overflow: hidden !important;
  }

  .ea-hunting-intro::after {
    content: "";

    position: absolute;
    top: 0;
    left: 20px;

    width: 70px;
    height: 3px;

    background: #ff8700;
    border: 0;
    border-radius: 3px;

    box-shadow: 0 0 8px rgba(255, 135, 0, 0.25);

    pointer-events: none;
    z-index: 50;
  }

  .ea-hunting-head {
    padding: 22px 22px 0;
  }

  .ea-hunting-kicker {
    font-size: 12px;
  }

  .ea-hunting-intro h2 {
    font-size: 27px;
  }

  .ea-hunting-visual-space {
    min-height: 190px;
  }

  .ea-hunting-content {
    padding: 18px 22px 22px;

    background: linear-gradient(
      180deg,
      rgba(5, 9, 12, 0.05) 0%,
      rgba(5, 9, 12, 0.62) 18%,
      rgba(5, 9, 12, 0.93) 45%,
      rgba(5, 9, 12, 0.99) 100%
    );
  }

  .ea-hunting-description {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .ea-hunting-highlights {
    margin-bottom: 16px;
  }

  .ea-hunting-highlights li {
    margin-bottom: 6px;
    font-size: 13.5px;
  }
}

/* ==========================================================
   MOBILNI – DO 760px
   ========================================================== */

@media (max-width: 760px) {
  .ea-hunting-intro {
    min-height: 520px;
  }

  .ea-hunting-head {
    padding: 20px 18px 0;
  }

  .ea-hunting-kicker {
    margin-bottom: 7px;
    font-size: 11.5px;
  }

  .ea-hunting-intro h2 {
    font-size: 24px;
    line-height: 1.08;
  }

  .ea-hunting-intro h2::after {
    width: 46px;
    margin-top: 10px;
  }

  .ea-hunting-visual-space {
    min-height: 175px;
  }

  .ea-hunting-content {
    padding: 16px 18px 20px;

    background: linear-gradient(
      180deg,
      rgba(5, 9, 12, 0.00) 0%,
      rgba(5, 9, 12, 0.58) 16%,
      rgba(5, 9, 12, 0.93) 42%,
      rgba(5, 9, 12, 1.00) 100%
    );
  }

  .ea-hunting-description {
    margin-bottom: 11px;
    font-size: 13.5px;
    line-height: 1.40;
  }

  .ea-hunting-highlights {
    margin-bottom: 15px;
  }

  .ea-hunting-highlights li {
    margin-bottom: 6px;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.35;
  }

  .ea-hunting-button {
    min-height: 47px;
    font-size: 14px;
  }
}

/* ==========================================================
   MANJŠI MOBILNI – DO 470px
   ========================================================== */

@media (max-width: 470px) {
  .ea-hunting-intro {
    min-height: 500px;
  }

  .ea-hunting-head {
    padding: 18px 16px 0;
  }

  .ea-hunting-kicker {
    font-size: 11px;
  }

  .ea-hunting-intro h2 {
    font-size: 22px;
  }

  .ea-hunting-visual-space {
    min-height: 160px;
  }

  .ea-hunting-content {
    padding: 15px 16px 18px;
  }

  .ea-hunting-description {
    font-size: 13px;
  }

  .ea-hunting-highlights li {
    font-size: 12.5px;
  }

  .ea-hunting-button {
    min-height: 46px;
    font-size: 13.5px;
  }
}

/* ==========================================================
   EA ELEKTRONIKA
   RADON HERO NEW
   FINAL RESPONSIVE PARALLAX HERO
   ========================================================== */

/* ==========================================================
   HERO – DESKTOP
   ========================================================== */

.ea-radon-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(760px, 80vh, 840px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 42px 5vw 68px;
  background-image:
    linear-gradient(
      90deg,
      rgba(2, 5, 8, 0.30) 0%,
      rgba(2, 5, 8, 0.12) 29%,
      rgba(2, 5, 8, 0.00) 54%
    ),
    url("https://www.eaelektronika.com/image/catalog/banner/final-hero-background-radon.png_compress.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

/* ==========================================================
   SUBTLE BOTTOM TRANSITION
   ========================================================== */

.ea-radon-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.00) 62%,
      rgba(0, 0, 0, 0.08) 78%,
      rgba(0, 0, 0, 0.25) 100%
    );
}

/* ==========================================================
   CONTENT PANEL
   ========================================================== */

.ea-radon-hero__content {
  position: relative;
  z-index: 3;
  width: min(470px, 37vw);
  box-sizing: border-box;
  transform: translateY(-24px);
  margin: 0;
  padding: 25px 28px 27px 32px;
  color: #ffffff;
  background:
    linear-gradient(
      90deg,
      rgba(3, 7, 10, 0.90) 0%,
      rgba(3, 7, 10, 0.82) 61%,
      rgba(3, 7, 10, 0.47) 82%,
      rgba(3, 7, 10, 0.00) 100%
    );
  border-left: 3px solid #ff8a00;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
}

/* ==========================================================
   KICKER
   ========================================================== */

.ea-radon-hero__kicker {
  margin: 0 0 9px !important;
  padding: 0 !important;
  color: #ff9700 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase;
}

/* ==========================================================
   TITLE
   ========================================================== */

.ea-radon-hero__title {
  margin: 0 0 17px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(37px, 2.65vw, 51px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
  text-transform: uppercase;
}

.ea-radon-hero__title span {
  display: block;
  margin-top: 5px;
  color: #ff8a00 !important;
}

/* ==========================================================
   LEAD
   ========================================================== */

.ea-radon-hero__lead {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* ==========================================================
   DESCRIPTION
   ========================================================== */

.ea-radon-hero__text {
  max-width: 425px;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.90) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

/* ==========================================================
   MESSAGE
   ========================================================== */

.ea-radon-hero__message {
  position: relative;
  margin: 0 0 21px !important;
  padding: 15px 0 15px 68px !important;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.ea-radon-hero__message::before {
  content: "\2622";
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #111111;
  background: #ff9200;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  box-shadow: 0 0 18px rgba(255, 138, 0, 0.28);
  transform: translateY(-50%);
}

.ea-radon-hero__message strong {
  color: #ff9700 !important;
  font-weight: 800 !important;
}

/* ==========================================================
   CTA CONTAINER
   ========================================================== */

.ea-radon-hero__actions {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

/* ==========================================================
   CTA BUTTON
   ========================================================== */

.ea-radon-hero__button {
  min-width: 205px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  box-sizing: border-box;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ea-radon-hero__button span {
  font-size: 23px;
  font-weight: 400;
  line-height: 0;
}

/* ==========================================================
   PRIMARY CTA
   ========================================================== */

.ea-radon-hero__button--primary {
  color: #111111 !important;
  background:
    linear-gradient(
      135deg,
      #ffc21a 0%,
      #ff9000 54%,
      #ff7a00 100%
    ) !important;
  border: 1px solid #ffa000 !important;
  box-shadow: 0 7px 22px rgba(255, 133, 0, 0.34) !important;
}

.ea-radon-hero__button--primary:hover,
.ea-radon-hero__button--primary:focus {
  color: #111111 !important;
  transform: translateY(-2px);
  box-shadow: 0 11px 29px rgba(255, 133, 0, 0.47) !important;
}

/* ==========================================================
   LARGE DESKTOP
   ========================================================== */

@media (min-width: 1600px) {
  .ea-radon-hero {
    min-height: 830px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .ea-radon-hero__content {
    width: 480px;
  }
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {
  .ea-radon-hero {
    min-height: 720px;
    align-items: flex-end;
    padding: 38px 5vw 38px;
    background-image:
      linear-gradient(
        180deg,
        rgba(2, 5, 8, 0.00) 0%,
        rgba(2, 5, 8, 0.04) 47%,
        rgba(2, 5, 8, 0.62) 100%
      ),
      url("https://www.eaelektronika.com/image/catalog/banner/final-hero-background-radon.png_compress.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .ea-radon-hero__content {
    width: min(490px, 68vw);
    transform: none;
    padding: 25px 26px 27px 29px;
  }

  .ea-radon-hero__title {
    font-size: 40px !important;
  }

  .ea-radon-hero__lead {
    font-size: 16.5px !important;
  }

  .ea-radon-hero__text {
    font-size: 14px !important;
  }
}

/* ==========================================================
   PHONE – PORTRAIT
   ========================================================== */

@media (max-width: 760px) and (orientation: portrait) {
  .ea-radon-hero {
    width: 100%;
    min-height: 0;
    display: block;
    padding: calc(177.78vw + 12px) 14px 24px;
    background-color: #03070a;
    background-image:
      url("https://www.eaelektronika.com/image/catalog/banner/final-hero-background-radon-mobile.png_compress.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: visible;
  }

  .ea-radon-hero::after {
    display: none;
  }

  .ea-radon-hero__content {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    transform: none;
    margin: 0;
    padding: 24px 22px 24px;
    background:
      linear-gradient(
        180deg,
        rgba(7, 12, 16, 0.98) 0%,
        rgba(3, 7, 10, 1.00) 100%
      );
    border-left: 0;
    border-top: 3px solid #ff8a00;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.90);
  }

  .ea-radon-hero__kicker {
    margin-bottom: 9px !important;
    font-size: 11.5px !important;
    letter-spacing: 0.14em !important;
  }

  .ea-radon-hero__title {
    margin-bottom: 17px !important;
    font-size: clamp(28px, 7.8vw, 32px) !important;
    line-height: 1.02 !important;
  }

  .ea-radon-hero__title span {
    margin-top: 5px;
  }

  .ea-radon-hero__lead {
    margin-bottom: 8px !important;
    font-size: 16px !important;
  }

  .ea-radon-hero__text {
    max-width: none;
    margin-bottom: 18px !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }

  .ea-radon-hero__message {
    margin-bottom: 21px !important;
    padding: 16px 0 16px 70px !important;
    font-size: 13.5px !important;
  }

  .ea-radon-hero__message::before {
    width: 50px;
    height: 50px;
    font-size: 44px;
    box-shadow: 0 0 18px rgba(255, 138, 0, 0.30);
  }

  .ea-radon-hero__actions {
    display: block;
  }

  .ea-radon-hero__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 13.5px !important;
    text-shadow: none !important;
  }
}

/* ==========================================================
   SMALL PHONE
   ========================================================== */

@media (max-width: 470px) and (orientation: portrait) {
  .ea-radon-hero {
    padding: calc(177.78vw + 10px) 12px 20px;
  }

  .ea-radon-hero__content {
    padding: 21px 18px 21px;
  }

  .ea-radon-hero__title {
    font-size: clamp(27px, 7.6vw, 30px) !important;
  }

  .ea-radon-hero__lead {
    font-size: 15px !important;
  }

  .ea-radon-hero__text {
    font-size: 13px !important;
  }

  .ea-radon-hero__message {
    font-size: 13px !important;
  }
}

/* ==========================================================
   PHONE LANDSCAPE
   ========================================================== */

@media (max-width: 900px) and (orientation: landscape) {
  .ea-radon-hero {
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    padding: 30px 5vw;
    background-image:
      linear-gradient(
        90deg,
        rgba(2, 5, 8, 0.52) 0%,
        rgba(2, 5, 8, 0.10) 55%,
        rgba(2, 5, 8, 0.00) 100%
      ),
      url("https://www.eaelektronika.com/image/catalog/banner/final-hero-background-radon.png_compress.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .ea-radon-hero__content {
    width: min(470px, 58vw);
    transform: none;
  }

  .ea-radon-hero__title {
    font-size: 34px !important;
  }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {
  .ea-radon-hero {
    background-attachment: scroll;
  }

  .ea-radon-hero__button {
    transition: none;
  }
}

/* ==========================================================
   PRODUCT CARDS – MOBILE IMAGE AREA
   GLOBALNO ZA VSE PRODUKTNE KARTICE
   ========================================================== */

@media (max-width: 760px) {
  .product-thumb .image,
  .product-thumb a.product-img,
  .product-thumb a.product-img > div {
    background: #ffffff !important;
  }

  .product-thumb a.product-img > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 320px;
    box-sizing: border-box;
    padding: 10px 12px !important;
    overflow: hidden;
  }

  .product-thumb a.product-img img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 300px !important;
    margin: auto !important;
    object-fit: contain !important;
  }
}

/* ==========================================================
   RADON BLOG – HOMEPAGE
   Module: Blog o radonu
   ========================================================== */

.module-blog_posts-341 .post-thumb {
  height: 100%;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #e0e4e7;
  border-radius: 10px;

  box-shadow:
    0 4px 14px rgba(20, 42, 63, 0.04);

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

/* ----------------------------------------------------------
   CARD HOVER
   ---------------------------------------------------------- */

.module-blog_posts-341 .post-thumb:hover {
  transform: translateY(-4px);

  border-color: rgba(244, 130, 0, 0.35);

  box-shadow:
    0 12px 28px rgba(20, 42, 63, 0.10);
}

/* ----------------------------------------------------------
   IMAGE
   ---------------------------------------------------------- */

.module-blog_posts-341 .post-thumb .image {
  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  background: #ffffff;
}

.module-blog_posts-341 .post-thumb .image img {
  display: block;

  width: 100%;
  height: auto;

  transition: transform 0.35s ease;
}

.module-blog_posts-341 .post-thumb:hover .image img {
  transform: scale(1.025);
}

/* ----------------------------------------------------------
   CONTENT AREA
   ---------------------------------------------------------- */

.module-blog_posts-341 .post-thumb .caption {
  flex: 1;

  display: flex;
  flex-direction: column;

  padding: 18px 20px 20px !important;

  text-align: left !important;
}

/* ----------------------------------------------------------
   POST TITLE
   ---------------------------------------------------------- */

.module-blog_posts-341 .post-thumb .name,
.module-blog_posts-341 .post-thumb .post-title,
.module-blog_posts-341 .post-thumb h4 {
  margin: 0 0 10px !important;

  text-align: left !important;
}

.module-blog_posts-341 .post-thumb .name a,
.module-blog_posts-341 .post-thumb .post-title a,
.module-blog_posts-341 .post-thumb h4 a {
  color: #233851 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;

  text-align: left !important;
  text-decoration: none !important;

  transition: color 0.18s ease;
}

.module-blog_posts-341 .post-thumb .name a:hover,
.module-blog_posts-341 .post-thumb .post-title a:hover,
.module-blog_posts-341 .post-thumb h4 a:hover {
  color: #f58200 !important;
}

/* ----------------------------------------------------------
   DESCRIPTION
   ---------------------------------------------------------- */

.module-blog_posts-341 .post-thumb .description {
  margin: 0 0 16px !important;

  color: #68727c !important;

  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;

  text-align: left !important;
}

.module-blog_posts-341 .post-thumb .description p {
  margin: 0 !important;

  text-align: left !important;
}

/* ----------------------------------------------------------
   READ MORE
   ---------------------------------------------------------- */

.module-blog_posts-341 .post-thumb .button-group {
  margin-top: auto !important;

  text-align: left !important;
}

.module-blog_posts-341 .post-thumb .button-group .btn {
  min-width: 0 !important;
  height: auto !important;

  margin: 0 !important;
  padding: 4px 0 !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  color: #f58200 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;

  text-transform: uppercase;

  transition:
    color 0.18s ease,
    transform 0.18s ease;
}

.module-blog_posts-341 .post-thumb .button-group .btn:hover {
  color: #d96f00 !important;

  transform: translateX(3px);
}

/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media (max-width: 1024px) {

  .module-blog_posts-341 .post-thumb .caption {
    padding: 17px 18px 19px !important;
  }

  .module-blog_posts-341 .post-thumb .name a,
  .module-blog_posts-341 .post-thumb .post-title a,
  .module-blog_posts-341 .post-thumb h4 a {
    font-size: 17px !important;
  }

}

/* ----------------------------------------------------------
   PHONE
   ---------------------------------------------------------- */

@media (max-width: 760px) {

  .module-blog_posts-341 .post-thumb {
    border-radius: 9px;
  }

  .module-blog_posts-341 .post-thumb .caption {
    padding: 16px 17px 18px !important;
  }

  .module-blog_posts-341 .post-thumb .name,
  .module-blog_posts-341 .post-thumb .post-title,
  .module-blog_posts-341 .post-thumb h4 {
    margin-bottom: 9px !important;
  }

  .module-blog_posts-341 .post-thumb .name a,
  .module-blog_posts-341 .post-thumb .post-title a,
  .module-blog_posts-341 .post-thumb h4 a {
    font-size: 17px !important;
    line-height: 1.32 !important;
  }

  .module-blog_posts-341 .post-thumb .description {
    margin-bottom: 14px !important;

    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .module-blog_posts-341 .post-thumb .button-group .btn {
    font-size: 14px !important;
  }

}

/* ==========================================================
   EA ELEKTRONIKA
   KOLOIDNO HERO NEW
   ========================================================== */

.ea-colloid-hero {
  --ea-colloid-navy: #123f4d;
  --ea-colloid-green: #169bb5;
  --ea-colloid-green-dark: #17677a;
  --ea-colloid-text: #35545d;

  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: calc(100% - 56px);
  max-width: 1880px;
  min-height: clamp(510px, 31vw, 620px);
  box-sizing: border-box;
  margin: 28px auto 24px;
  padding: 52px 58px 54px;
  overflow: hidden;
  color: var(--ea-colloid-navy);
  background-color: #f8fafb;
  background-image: url("https://www.eaelektronika.com/image/catalog/banner/koloidi-new-hero-updated-desktop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid rgba(35, 56, 81, 0.09);
  border-radius: 22px;
  box-shadow: 0 13px 35px rgba(26, 47, 68, 0.08);
}

.ea-colloid-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(245, 253, 254, 0.22) 0%,
    rgba(245, 253, 254, 0.14) 30%,
    rgba(245, 253, 254, 0.08) 44%,
    rgba(245, 253, 254, 0.03) 55%,
    rgba(245, 253, 254, 0) 68%
  );
}

.ea-colloid-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: inherit;
}

.ea-colloid-hero__content {
  position: relative;
  z-index: 2;
  width: 48%;
  max-width: 680px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 18px 0 0;
  text-align: left;
}

.ea-colloid-hero__title {
  margin: 0 0 13px !important;
  padding: 0 !important;
  color: var(--ea-colloid-navy) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(42px, 3.15vw, 60px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase;
}

.ea-colloid-hero__divider {
  width: 72px;
  height: 4px;
  margin: 0 0 19px;
  background: linear-gradient(90deg, #169bb5 0%, #57c7d9 100%);
  border-radius: 4px;
}

.ea-colloid-hero__subtitle {
  max-width: 620px;
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: var(--ea-colloid-green-dark) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(20px, 1.45vw, 26px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
}

.ea-colloid-hero__lead {
  max-width: 590px;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--ea-colloid-navy) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.ea-colloid-hero__text {
  max-width: 630px;
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: var(--ea-colloid-text) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
}

.ea-colloid-hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}

.ea-colloid-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 250px;
  min-height: 56px;
  box-sizing: border-box;
  padding: 14px 30px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #087d9c 0%, #0b9fba 100%) !important;
  border: 1px solid rgba(5, 105, 130, 0.35) !important;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(4, 104, 132, 0.18), 0 2px 5px rgba(4, 76, 96, 0.12);
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ea-colloid-hero__button-arrow {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  line-height: 0;
  transition: transform 0.18s ease;
}

.ea-colloid-hero__button:hover,
.ea-colloid-hero__button:focus {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 11px 25px rgba(4, 104, 132, 0.24), 0 3px 7px rgba(4, 76, 96, 0.14);
}

.ea-colloid-hero__button:hover .ea-colloid-hero__button-arrow,
.ea-colloid-hero__button:focus .ea-colloid-hero__button-arrow {
  transform: translateX(4px);
}

@media (min-width: 1600px) {
  .ea-colloid-hero {
    min-height: 600px;
    padding-right: 68px;
    padding-left: 68px;
    background-size: cover;
  }

  .ea-colloid-hero__content {
    max-width: 710px;
  }

  .ea-colloid-hero__lead {
    font-size: 20px !important;
  }

  .ea-colloid-hero__text {
    font-size: 16.5px !important;
  }
}

@media (max-width: 1200px) {
  .ea-colloid-hero {
    width: calc(100% - 32px);
    min-height: 550px;
    margin: 18px auto 20px;
    padding: 40px 38px 42px;
    background-position: center center;
    background-size: cover;
    border-radius: 18px;
  }

  .ea-colloid-hero::before {
    background: linear-gradient(
      90deg,
      rgba(245, 253, 254, 0.24) 0%,
      rgba(245, 253, 254, 0.16) 39%,
      rgba(245, 253, 254, 0.09) 52%,
      rgba(245, 253, 254, 0.03) 65%,
      rgba(245, 253, 254, 0) 77%
    );
  }

  .ea-colloid-hero__content {
    width: 53%;
    max-width: 540px;
    padding-right: 10px;
  }

  .ea-colloid-hero__title {
    font-size: clamp(37px, 4.2vw, 48px) !important;
  }

  .ea-colloid-hero__subtitle {
    margin-bottom: 17px !important;
    font-size: 20px !important;
  }

  .ea-colloid-hero__lead {
    font-size: 17px !important;
  }

  .ea-colloid-hero__text {
    margin-bottom: 24px !important;
    font-size: 14.5px !important;
    line-height: 1.52 !important;
  }
}

@media (max-width: 760px) and (orientation: portrait) {
  .ea-colloid-hero {
    display: block;
    width: calc(100% - 24px);
    min-height: 0;
    margin: 12px auto 18px;
    padding: 27px 20px clamp(390px, 112vw, 535px);
    background-color: #f8fafb;
    background-image: url("https://www.eaelektronika.com/image/catalog/banner/koloidi-new-hero-updated-mobile.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    border-radius: 16px;
    box-shadow: 0 9px 26px rgba(26, 47, 68, 0.08);
  }

  .ea-colloid-hero::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.92) 38%,
      rgba(255, 255, 255, 0.76) 49%,
      rgba(255, 255, 255, 0.34) 60%,
      rgba(255, 255, 255, 0) 73%
    );
  }

  .ea-colloid-hero__content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .ea-colloid-hero__title {
    margin-bottom: 11px !important;
    font-size: clamp(32px, 9.2vw, 39px) !important;
    line-height: 1 !important;
  }

  .ea-colloid-hero__divider {
    width: 62px;
    margin-bottom: 16px;
  }

  .ea-colloid-hero__subtitle {
    margin-bottom: 16px !important;
    font-size: 18.5px !important;
    line-height: 1.28 !important;
  }

  .ea-colloid-hero__lead {
    margin-bottom: 8px !important;
    font-size: 16px !important;
    line-height: 1.43 !important;
  }

  .ea-colloid-hero__text {
    max-width: none;
    margin-bottom: 22px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .ea-colloid-hero__actions {
    display: block;
  }

  .ea-colloid-hero__button {
    width: 100%;
    max-width: 340px;
    min-width: 0;
    min-height: 54px;
    padding: 13px 24px;
    font-size: 14px !important;
  }
}

@media (max-width: 470px) and (orientation: portrait) {
  .ea-colloid-hero {
    width: calc(100% - 20px);
    padding: 23px 17px clamp(355px, 108vw, 475px);
    border-radius: 14px;
  }

  .ea-colloid-hero__title {
    font-size: clamp(29px, 8.8vw, 34px) !important;
  }

  .ea-colloid-hero__subtitle {
    font-size: 17px !important;
  }

  .ea-colloid-hero__lead {
    font-size: 15px !important;
  }

  .ea-colloid-hero__text {
    margin-bottom: 19px !important;
    font-size: 13.5px !important;
    line-height: 1.47 !important;
  }

  .ea-colloid-hero__button {
    max-width: none;
    font-size: 13.5px !important;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .ea-colloid-hero {
    display: flex;
    align-items: center;
    width: calc(100% - 28px);
    min-height: 500px;
    margin: 14px auto 18px;
    padding: 32px 35px;
    background-image: url("https://www.eaelektronika.com/image/catalog/banner/koloidi-new-hero-updated-desktop.png");
    background-position: center center;
    background-size: cover;
  }

  .ea-colloid-hero::before {
    background: linear-gradient(
      90deg,
      rgba(245, 253, 254, 0.24) 0%,
      rgba(245, 253, 254, 0.14) 42%,
      rgba(245, 253, 254, 0.05) 58%,
      rgba(245, 253, 254, 0) 73%
    );
  }

  .ea-colloid-hero__content {
    width: 53%;
    max-width: 480px;
  }

  .ea-colloid-hero__title {
    font-size: 35px !important;
  }

  .ea-colloid-hero__subtitle {
    font-size: 17px !important;
  }

  .ea-colloid-hero__lead {
    font-size: 15px !important;
  }

  .ea-colloid-hero__text {
    font-size: 13px !important;
  }
}

/* =========================================================
   EA ELEKTRONIKA – COLLOIDAL EXPERIENCE
   VERSION 5.3
   CONTINUOUS BACKGROUND + BLOG ALIGNMENT

   CONFIRMED:
   ROW 8  = HERO
   ROW 9  = PRODUCTS
   ROW 10 = BLOG

   IMPORTANT:
   - DOES NOT CHANGE TYPOGRAPHY, TEXT COLORS OR BUTTONS
   - DOES NOT CHANGE PRODUCT/BLOG CARD CONTENT STYLES
   - DOES NOT SET .swiper / .swiper-slide / .grid-item WIDTHS
   - HERO INTERNAL STYLING REMAINS UNTOUCHED
   ========================================================= */


/* ---------------------------------------------------------
   REMOVE OLD EXPERIMENTAL PSEUDO PANELS
   --------------------------------------------------------- */

.grid-row.grid-row-top-8::before,
.grid-row.grid-row-top-8::after,
.grid-row.grid-row-top-9::before,
.grid-row.grid-row-top-9::after,
.grid-row.grid-row-top-10::before,
.grid-row.grid-row-top-10::after,
.module-products-234::before,
.module-products-234::after,
.module-blog_posts-40::before,
.module-blog_posts-40::after {
    content: none !important;
    display: none !important;
}


/* ---------------------------------------------------------
   ONE EXACT BASE COLOR FOR HERO + PRODUCTS + BLOG
   This removes the visible color seam below the hero.
   --------------------------------------------------------- */

.grid-row.grid-row-top-8,
.grid-row.grid-row-top-9,
.grid-row.grid-row-top-10 {
    position: relative !important;
    isolation: isolate;

    background-color: #eef7f9 !important;

    border: 0 !important;
    overflow: visible !important;
}


/* HERO ROW:
   same #eef7f9 base as ROW 9, with only transparent ambient light */
.grid-row.grid-row-top-8 {
    background-image:
        radial-gradient(
            ellipse at 12% 18%,
            rgba(74, 193, 215, 0.17) 0%,
            rgba(74, 193, 215, 0.075) 30%,
            rgba(74, 193, 215, 0) 58%
        ),
        radial-gradient(
            ellipse at 90% 22%,
            rgba(140, 198, 63, 0.055) 0%,
            rgba(140, 198, 63, 0) 42%
        ),
        linear-gradient(
            180deg,
            #eef7f9 0%,
            #eef7f9 100%
        ) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}


/* PRODUCTS ROW:
   identical base, slightly cooler ambient light */
.grid-row.grid-row-top-9 {
    background-image:
        radial-gradient(
            ellipse at 13% 26%,
            rgba(74, 193, 215, 0.10) 0%,
            rgba(74, 193, 215, 0) 46%
        ),
        radial-gradient(
            ellipse at 88% 72%,
            rgba(140, 198, 63, 0.035) 0%,
            rgba(140, 198, 63, 0) 42%
        ),
        linear-gradient(
            180deg,
            #eef7f9 0%,
            #eef7f9 100%
        ) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        inset 0 -1px 0 rgba(31, 91, 108, 0.028) !important;
}


/* BLOG ROW:
   begins with the exact same #eef7f9 and only fades out near the end */
.grid-row.grid-row-top-10 {
    background-image:
        radial-gradient(
            ellipse at 86% 72%,
            rgba(140, 198, 63, 0.055) 0%,
            rgba(140, 198, 63, 0) 44%
        ),
        radial-gradient(
            ellipse at 10% 30%,
            rgba(74, 193, 215, 0.065) 0%,
            rgba(74, 193, 215, 0) 46%
        ),
        linear-gradient(
            180deg,
            #eef7f9 0%,
            #eef7f9 52%,
            #f5fafb 82%,
            #fbfcfd 100%
        ) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 26px 58px rgba(18, 48, 61, 0.05) !important;
}


/* ---------------------------------------------------------
   TRANSPARENT JOURNAL WRAPPERS
   Geometry remains unchanged.
   --------------------------------------------------------- */

.grid-row.grid-row-top-8 > .grid-cols,
.grid-row.grid-row-top-8 > .grid-cols > .grid-col,
.grid-row.grid-row-top-8 .grid-items,
.grid-row.grid-row-top-8 .grid-item,

.grid-row.grid-row-top-9 > .grid-cols,
.grid-row.grid-row-top-9 > .grid-cols > .grid-col,
.grid-row.grid-row-top-9 .grid-items,
.grid-row.grid-row-top-9 .grid-item,

.grid-row.grid-row-top-10 > .grid-cols,
.grid-row.grid-row-top-10 > .grid-cols > .grid-col,
.grid-row.grid-row-top-10 .grid-items,
.grid-row.grid-row-top-10 .grid-item {
    background-color: transparent !important;
    background-image: none !important;
}


/* Module shells transparent.
   Titles, text and card internals are deliberately untouched. */
.module-products-234,
.module-products-234 .module-body,
.module-products-234 .module-item,
.module-blog_posts-40,
.module-blog_posts-40 .module-body,
.module-blog_posts-40 .module-item {
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    box-shadow: none !important;
}


/* ---------------------------------------------------------
   BLOG ALIGNMENT
   Frontend screenshot shows ROW 10 about 16px wider on each side.
   Center the OUTER blog module only; no slide-width CSS is used.
   --------------------------------------------------------- */

.module-blog_posts-40 {
    box-sizing: border-box !important;

    margin-left: 16px !important;
    margin-right: 16px !important;
}


/* ---------------------------------------------------------
   CARD DEPTH ONLY
   No typography, text color or content changes.
   --------------------------------------------------------- */

.module-products-234 .product-thumb {
    box-shadow:
        0 4px 0 rgba(18, 69, 84, 0.055),
        0 13px 28px rgba(18, 48, 61, 0.095),
        0 26px 48px rgba(18, 48, 61, 0.055) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease !important;
}

.module-blog_posts-40 .post-thumb {
    box-shadow:
        0 4px 0 rgba(18, 69, 84, 0.045),
        0 12px 26px rgba(18, 48, 61, 0.085),
        0 24px 44px rgba(18, 48, 61, 0.05) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease !important;
}


/* ---------------------------------------------------------
   DESKTOP HOVER
   --------------------------------------------------------- */

@media (min-width: 1025px) {

    .module-products-234 .product-thumb:hover {
        transform: translateY(-6px);

        box-shadow:
            0 5px 0 rgba(18, 69, 84, 0.05),
            0 18px 36px rgba(18, 48, 61, 0.125),
            0 34px 60px rgba(18, 48, 61, 0.075) !important;
    }

    .module-blog_posts-40 .post-thumb:hover {
        transform: translateY(-5px);

        box-shadow:
            0 5px 0 rgba(18, 69, 84, 0.045),
            0 17px 34px rgba(18, 48, 61, 0.11),
            0 31px 56px rgba(18, 48, 61, 0.07) !important;
    }
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .module-blog_posts-40 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .module-products-234 .product-thumb,
    .module-blog_posts-40 .post-thumb {
        box-shadow:
            0 3px 0 rgba(18, 69, 84, 0.045),
            0 9px 20px rgba(18, 48, 61, 0.07),
            0 18px 34px rgba(18, 48, 61, 0.042) !important;
    }
}


/* ---------------------------------------------------------
   MOBILE
   Same continuous color field, smaller blog alignment inset.
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .grid-row.grid-row-top-8,
    .grid-row.grid-row-top-9 {
        background-image:
            linear-gradient(
                180deg,
                #eef7f9 0%,
                #eef7f9 100%
            ) !important;
    }

    .grid-row.grid-row-top-10 {
        background-image:
            linear-gradient(
                180deg,
                #eef7f9 0%,
                #eef7f9 64%,
                #fbfcfd 100%
            ) !important;

        box-shadow:
            0 18px 38px rgba(18, 48, 61, 0.038) !important;
    }

    .module-blog_posts-40 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .module-products-234 .product-thumb,
    .module-blog_posts-40 .post-thumb {
        transform: none !important;

        box-shadow:
            0 2px 0 rgba(18, 69, 84, 0.04),
            0 7px 15px rgba(18, 48, 61, 0.055),
            0 14px 26px rgba(18, 48, 61, 0.035) !important;
    }
}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .module-products-234 .product-thumb,
    .module-blog_posts-40 .post-thumb {
        transition: none !important;
    }

    .module-products-234 .product-thumb:hover,
    .module-blog_posts-40 .post-thumb:hover {
        transform: none !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA – COLLOIDAL EXPERIENCE
   VERSION 5.4 – EYE-CATCHING RESPONSIVE POLISH

   Goals:
   - Blog outer alignment: 20px on desktop
   - Clearly rounded blog cards
   - Softer, organic 3D instead of straight rectangular feel
   - Rounded, tactile blog buttons
   - One continuous colloidal stage
   - No carousel/grid width changes
   ========================================================= */


/* ---------------------------------------------------------
   CONTINUOUS STAGE – SOFT SIDE DEPTH
   Makes ROW 8/9/10 feel like one luminous environment.
   --------------------------------------------------------- */

.grid-row.grid-row-top-8 {
    box-shadow:
        inset 26px 0 42px -40px rgba(15, 142, 170, 0.20),
        inset -26px 0 42px -40px rgba(15, 142, 170, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}

.grid-row.grid-row-top-9 {
    box-shadow:
        inset 26px 0 42px -40px rgba(15, 142, 170, 0.18),
        inset -26px 0 42px -40px rgba(15, 142, 170, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.30),
        inset 0 -1px 0 rgba(31, 91, 108, 0.028) !important;
}

.grid-row.grid-row-top-10 {
    box-shadow:
        inset 26px 0 42px -40px rgba(15, 142, 170, 0.15),
        inset -26px 0 42px -40px rgba(140, 198, 63, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 28px 60px rgba(18, 48, 61, 0.055) !important;
}


/* ---------------------------------------------------------
   BLOG ALIGNMENT
   User-requested desktop inset: 20px.
   --------------------------------------------------------- */

.module-blog_posts-40 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


/* ---------------------------------------------------------
   PRODUCT CARDS – MORE ORGANIC 3D SHAPE
   No width changes.
   --------------------------------------------------------- */

.module-products-234 .product-thumb {
    position: relative !important;

    border:
        1px solid rgba(24, 76, 92, 0.13) !important;

    border-radius:
        20px !important;

    overflow:
        hidden !important;

    box-shadow:
        0 5px 0 rgba(18, 69, 84, 0.055),
        0 14px 30px rgba(18, 48, 61, 0.10),
        0 28px 52px rgba(18, 48, 61, 0.055),
        inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}


/* Very subtle glossy highlight */
.module-products-234 .product-thumb::after {
    content: "";

    position: absolute;
    z-index: 5;

    top: 0;
    right: 0;
    left: 0;

    height: 42px;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.28) 0%,
            rgba(255, 255, 255, 0) 100%
        );

    border-radius:
        20px 20px 0 0;
}


/* ---------------------------------------------------------
   BLOG CARDS – LARGE ROUNDED GLASS TILES
   --------------------------------------------------------- */

.module-blog_posts-40 .post-thumb {
    position: relative !important;

    height: 100%;

    display: flex;
    flex-direction: column;

    border:
        1px solid rgba(24, 76, 92, 0.13) !important;

    border-radius:
        24px !important;

    overflow:
        hidden !important;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.995) 0%,
            rgba(255, 255, 255, 0.985) 72%,
            rgba(246, 251, 252, 0.995) 100%
        ) !important;

    box-shadow:
        0 5px 0 rgba(18, 69, 84, 0.048),
        0 14px 30px rgba(18, 48, 61, 0.095),
        0 28px 52px rgba(18, 48, 61, 0.055),
        inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease !important;
}


/* Blog image follows the rounded card shape */
.module-blog_posts-40 .post-thumb .image {
    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    border-radius:
        23px 23px 0 0 !important;
}

.module-blog_posts-40 .post-thumb .image img {
    display: block;

    width: 100%;
    height: auto;

    transition:
        transform 0.38s ease,
        filter 0.38s ease;
}


/* Proper internal breathing room */
.module-blog_posts-40 .post-thumb .caption {
    flex: 1;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    padding:
        20px 22px 22px !important;
}


/* Push CTA to same visual baseline */
.module-blog_posts-40 .post-thumb .button-group {
    margin-top: auto !important;
    padding-top: 8px;

    text-align: center !important;
}


/* ---------------------------------------------------------
   BLOG CTA – ROUNDED COLLOIDAL BUTTON
   Applies to the Journal button inside these blog cards only.
   --------------------------------------------------------- */

.module-blog_posts-40 .post-thumb .button-group .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-width: 150px !important;
    min-height: 42px !important;

    box-sizing: border-box;

    margin: 0 !important;
    padding: 10px 18px !important;

    color: #17485a !important;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(231, 247, 250, 0.98) 100%
        ) !important;

    border:
        1px solid rgba(15, 142, 170, 0.30) !important;

    border-radius:
        999px !important;

    box-shadow:
        0 3px 0 rgba(15, 142, 170, 0.11),
        0 9px 18px rgba(18, 48, 61, 0.08) !important;

    transition:
        transform 0.18s ease,
        color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease !important;
}


/* ---------------------------------------------------------
   DESKTOP – MORE DYNAMIC, BUT STILL PREMIUM
   --------------------------------------------------------- */

@media (min-width: 1025px) {

    .module-products-234 .product-thumb:hover {
        transform:
            translateY(-8px) scale(1.006);

        border-color:
            rgba(15, 142, 170, 0.30) !important;

        box-shadow:
            0 6px 0 rgba(18, 69, 84, 0.05),
            0 21px 42px rgba(18, 48, 61, 0.14),
            0 40px 70px rgba(18, 48, 61, 0.085),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .module-blog_posts-40 .post-thumb:hover {
        transform:
            translateY(-7px) scale(1.005);

        border-color:
            rgba(140, 198, 63, 0.30) !important;

        box-shadow:
            0 6px 0 rgba(18, 69, 84, 0.045),
            0 20px 40px rgba(18, 48, 61, 0.13),
            0 38px 66px rgba(18, 48, 61, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .module-blog_posts-40 .post-thumb:hover .image img {
        transform:
            scale(1.035);

        filter:
            saturate(1.035) contrast(1.015);
    }

    .module-blog_posts-40 .post-thumb .button-group .btn:hover {
        color:
            #ffffff !important;

        background:
            linear-gradient(
                135deg,
                #0d8eaa 0%,
                #18a6bd 100%
            ) !important;

        box-shadow:
            0 4px 0 rgba(7, 101, 124, 0.15),
            0 13px 24px rgba(15, 142, 170, 0.22) !important;

        transform:
            translateY(-2px);
    }
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .module-blog_posts-40 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .module-products-234 .product-thumb {
        border-radius:
            17px !important;
    }

    .module-products-234 .product-thumb::after {
        border-radius:
            17px 17px 0 0;
    }

    .module-blog_posts-40 .post-thumb {
        border-radius:
            20px !important;
    }

    .module-blog_posts-40 .post-thumb .image {
        border-radius:
            19px 19px 0 0 !important;
    }

    .module-blog_posts-40 .post-thumb .caption {
        padding:
            18px 19px 20px !important;
    }

    .module-blog_posts-40 .post-thumb .button-group .btn {
        min-height:
            40px !important;

        padding:
            9px 16px !important;
    }
}


/* ---------------------------------------------------------
   MOBILE
   Responsive means a deliberate mobile design, not a scaled desktop.
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .module-blog_posts-40 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .grid-row.grid-row-top-8,
    .grid-row.grid-row-top-9,
    .grid-row.grid-row-top-10 {
        box-shadow:
            inset 14px 0 24px -24px rgba(15, 142, 170, 0.12),
            inset -14px 0 24px -24px rgba(15, 142, 170, 0.09) !important;
    }

    .grid-row.grid-row-top-10 {
        box-shadow:
            inset 14px 0 24px -24px rgba(15, 142, 170, 0.10),
            inset -14px 0 24px -24px rgba(140, 198, 63, 0.07),
            0 16px 34px rgba(18, 48, 61, 0.035) !important;
    }

    .module-products-234 .product-thumb {
        transform:
            none !important;

        border-radius:
            15px !important;

        box-shadow:
            0 3px 0 rgba(18, 69, 84, 0.04),
            0 8px 18px rgba(18, 48, 61, 0.065),
            0 16px 28px rgba(18, 48, 61, 0.04) !important;
    }

    .module-products-234 .product-thumb::after {
        height:
            28px;

        border-radius:
            15px 15px 0 0;
    }

    .module-blog_posts-40 .post-thumb {
        transform:
            none !important;

        border-radius:
            18px !important;

        box-shadow:
            0 3px 0 rgba(18, 69, 84, 0.04),
            0 8px 18px rgba(18, 48, 61, 0.06),
            0 16px 28px rgba(18, 48, 61, 0.038),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .module-blog_posts-40 .post-thumb .image {
        border-radius:
            17px 17px 0 0 !important;
    }

    .module-blog_posts-40 .post-thumb .caption {
        padding:
            16px 16px 18px !important;
    }

    .module-blog_posts-40 .post-thumb .button-group {
        padding-top:
            10px;
    }

    .module-blog_posts-40 .post-thumb .button-group .btn {
        min-width:
            140px !important;

        min-height:
            40px !important;

        padding:
            9px 15px !important;

        border-radius:
            999px !important;
    }
}


/* ---------------------------------------------------------
   SMALL PHONE
   --------------------------------------------------------- */

@media (max-width: 470px) {

    .module-blog_posts-40 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .module-blog_posts-40 .post-thumb {
        border-radius:
            16px !important;
    }

    .module-blog_posts-40 .post-thumb .image {
        border-radius:
            15px 15px 0 0 !important;
    }

    .module-blog_posts-40 .post-thumb .caption {
        padding:
            15px 14px 16px !important;
    }

    .module-blog_posts-40 .post-thumb .button-group .btn {
        min-width:
            132px !important;
    }
}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .module-products-234 .product-thumb,
    .module-blog_posts-40 .post-thumb,
    .module-blog_posts-40 .post-thumb .image img,
    .module-blog_posts-40 .post-thumb .button-group .btn {
        transition:
            none !important;
    }

    .module-products-234 .product-thumb:hover,
    .module-blog_posts-40 .post-thumb:hover,
    .module-blog_posts-40 .post-thumb .button-group .btn:hover {
        transform:
            none !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA – COLLOIDAL EXPERIENCE
   VERSION 5.5 – HERO WIDTH ALIGNMENT

   Goal:
   - ROW 9 Products and ROW 10 Blog use the SAME outer width
     as the approved hero
   - Keep native Journal carousel geometry inside that width
   - No .swiper / .swiper-slide / .grid-item width rules
   ========================================================= */


/* ---------------------------------------------------------
   DESKTOP / LARGE SCREENS
   Match hero: width calc(100% - 56px), max-width 1880px
   --------------------------------------------------------- */

.grid-row.grid-row-top-9 > .grid-cols,
.grid-row.grid-row-top-10 > .grid-cols {
    width: calc(100% - 56px) !important;
    max-width: 1880px !important;

    box-sizing: border-box !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* Both modules now share exactly the same parent width.
   Remove the extra blog-only outer inset from v5.4. */
.module-blog_posts-40 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* ---------------------------------------------------------
   TABLET / SMALL DESKTOP
   Match hero breakpoint: calc(100% - 32px)
   --------------------------------------------------------- */

@media (max-width: 1200px) {

    .grid-row.grid-row-top-9 > .grid-cols,
    .grid-row.grid-row-top-10 > .grid-cols {
        width: calc(100% - 32px) !important;
    }
}


/* ---------------------------------------------------------
   MOBILE PORTRAIT
   Match hero: calc(100% - 24px)
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .grid-row.grid-row-top-9 > .grid-cols,
    .grid-row.grid-row-top-10 > .grid-cols {
        width: calc(100% - 24px) !important;
    }

    .module-blog_posts-40 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/* ---------------------------------------------------------
   SMALL PHONE
   Match hero: calc(100% - 20px)
   --------------------------------------------------------- */

@media (max-width: 470px) {

    .grid-row.grid-row-top-9 > .grid-cols,
    .grid-row.grid-row-top-10 > .grid-cols {
        width: calc(100% - 20px) !important;
    }
}


/* ---------------------------------------------------------
   PHONE LANDSCAPE
   Match hero: calc(100% - 28px)
   --------------------------------------------------------- */

@media (max-width: 900px) and (orientation: landscape) {

    .grid-row.grid-row-top-9 > .grid-cols,
    .grid-row.grid-row-top-10 > .grid-cols {
        width: calc(100% - 28px) !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA – COLLOIDAL EXPERIENCE
   VERSION 5.6 – CONTENT ALIGNMENT REFINEMENT

   Purpose:
   - Product carousel/title slightly tighter than v5.5
   - Blog title/cards visually aligned to the hero edges
   - Compensates for Journal's different Products vs Blog
     internal wrapper/gutter behavior
   - No slide/card width rules
   ========================================================= */


/* ---------------------------------------------------------
   DESKTOP
   Product content needs only a small inward correction.
   --------------------------------------------------------- */

.module-products-234 {
    box-sizing: border-box !important;

    padding-left: 12px !important;
    padding-right: 12px !important;
}


/* Blog's Journal structure starts much farther left than Products.
   Correct it asymmetrically so the visible title/cards line up
   with the approved hero, without setting swiper/slide widths. */
.module-blog_posts-40 {
    box-sizing: border-box !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 52px !important;
    padding-right: 20px !important;
}


/* Keep rounded Blog cards from v5.4/v5.5 */
.module-blog_posts-40 .post-thumb {
    border-radius: 24px !important;
    overflow: hidden !important;
}

.module-blog_posts-40 .post-thumb .image {
    border-radius: 23px 23px 0 0 !important;
    overflow: hidden !important;
}


/* ---------------------------------------------------------
   TABLET / SMALL DESKTOP
   Reduce the structural correction proportionally.
   --------------------------------------------------------- */

@media (max-width: 1200px) {

    .module-products-234 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .module-blog_posts-40 {
        padding-left: 30px !important;
        padding-right: 16px !important;
    }
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .module-products-234 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .module-blog_posts-40 {
        padding-left: 22px !important;
        padding-right: 14px !important;
    }

    .module-blog_posts-40 .post-thumb {
        border-radius: 20px !important;
    }

    .module-blog_posts-40 .post-thumb .image {
        border-radius: 19px 19px 0 0 !important;
    }
}


/* ---------------------------------------------------------
   MOBILE
   Keep the same visual alignment logic, but much lighter.
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .module-products-234 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .module-blog_posts-40 {
        padding-left: 12px !important;
        padding-right: 8px !important;

        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .module-blog_posts-40 .post-thumb {
        border-radius: 18px !important;
    }

    .module-blog_posts-40 .post-thumb .image {
        border-radius: 17px 17px 0 0 !important;
    }
}


/* ---------------------------------------------------------
   SMALL PHONE
   --------------------------------------------------------- */

@media (max-width: 470px) {

    .module-products-234 {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .module-blog_posts-40 {
        padding-left: 8px !important;
        padding-right: 6px !important;
    }

    .module-blog_posts-40 .post-thumb {
        border-radius: 16px !important;
    }

    .module-blog_posts-40 .post-thumb .image {
        border-radius: 15px 15px 0 0 !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA – COLLOIDAL EXPERIENCE
   VERSION 5.7 – ROW 10 WIDTH + BOTTOM BREATHING SPACE

   Fixes:
   - ROW 10 Blog uses the SAME internal horizontal inset as ROW 9
   - Removes the previous asymmetric Blog correction
   - Adds visible breathing space below Blog cards
   - No carousel / slide / grid-item width changes
   ========================================================= */


/* ---------------------------------------------------------
   DESKTOP
   Match Blog module inset to Products module inset.
   --------------------------------------------------------- */

.module-products-234,
.module-blog_posts-40 {
    box-sizing: border-box !important;

    padding-left: 12px !important;
    padding-right: 12px !important;
}


/* Remove any previous extra Blog-only tightening */
.module-blog_posts-40 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Give ROW 10 a proper visual ending below the cards */
.grid-row.grid-row-top-10 {
    padding-bottom: 40px !important;
}


/* ---------------------------------------------------------
   TABLET / SMALL DESKTOP
   --------------------------------------------------------- */

@media (max-width: 1200px) {

    .module-products-234,
    .module-blog_posts-40 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .grid-row.grid-row-top-10 {
        padding-bottom: 32px !important;
    }
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .module-products-234,
    .module-blog_posts-40 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .grid-row.grid-row-top-10 {
        padding-bottom: 28px !important;
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .module-products-234,
    .module-blog_posts-40 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .grid-row.grid-row-top-10 {
        padding-bottom: 22px !important;
    }
}


/* ---------------------------------------------------------
   SMALL PHONE
   --------------------------------------------------------- */

@media (max-width: 470px) {

    .module-products-234,
    .module-blog_posts-40 {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .grid-row.grid-row-top-10 {
        padding-bottom: 18px !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA – COLLOIDAL EXPERIENCE
   VERSION 5.8 – ROW 10 WIDTH + DOUBLE BOTTOM SPACE

   Fixes:
   - ROW 10 Blog content is inset 20px more than ROW 9
     to compensate for Journal's different Blog module structure
   - ROW 10 bottom breathing space doubled
   - No swiper / slide / grid-item width rules
   ========================================================= */


/* ---------------------------------------------------------
   DESKTOP
   ROW 9 stays at 12px.
   ROW 10 gets +20px correction on both sides = 32px total.
   --------------------------------------------------------- */

.module-products-234 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.module-blog_posts-40 {
    box-sizing: border-box !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 32px !important;
    padding-right: 32px !important;
}


/* Double the previous 40px bottom breathing room */
.grid-row.grid-row-top-10 {
    padding-bottom: 80px !important;
}


/* ---------------------------------------------------------
   TABLET / SMALL DESKTOP
   --------------------------------------------------------- */

@media (max-width: 1200px) {

    .module-products-234 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .module-blog_posts-40 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .grid-row.grid-row-top-10 {
        padding-bottom: 64px !important;
    }
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .module-products-234 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .module-blog_posts-40 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .grid-row.grid-row-top-10 {
        padding-bottom: 56px !important;
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .module-products-234 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .module-blog_posts-40 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .grid-row.grid-row-top-10 {
        padding-bottom: 44px !important;
    }
}


/* ---------------------------------------------------------
   SMALL PHONE
   --------------------------------------------------------- */

@media (max-width: 470px) {

    .module-products-234 {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .module-blog_posts-40 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .grid-row.grid-row-top-10 {
        padding-bottom: 36px !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA – COLLOIDAL EXPERIENCE
   VERSION 5.9 – ENGLISH + TABLET LANDSCAPE

   Goals:
   - Make final colloidal styling language-independent by
     targeting module TYPE inside confirmed ROW 9 / ROW 10.
   - Preserve Slovenian styling.
   - Fix tablet-landscape hero crop by keeping the full 3:1 banner.
   - Keep carousel geometry native; tablet 3-items-per-row must
     be set in Journal's Items per Row settings.
   ========================================================= */


/* =========================================================
   LANGUAGE-INDEPENDENT MODULE TARGETS
   Works for Slovenian and English even if module IDs differ.
   ========================================================= */

.grid-row.grid-row-top-9 .module-products,
.grid-row.grid-row-top-10 .module-blog_posts,
.grid-row.grid-row-top-9 .module-products .module-body,
.grid-row.grid-row-top-10 .module-blog_posts .module-body,
.grid-row.grid-row-top-9 .module-products .module-item,
.grid-row.grid-row-top-10 .module-blog_posts .module-item {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}


/* Desktop horizontal corrections – same final geometry as v5.8 */
.grid-row.grid-row-top-9 .module-products {
    box-sizing: border-box !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.grid-row.grid-row-top-10 .module-blog_posts {
    box-sizing: border-box !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 32px !important;
    padding-right: 32px !important;
}


/* =========================================================
   LANGUAGE-INDEPENDENT PRODUCT CARDS
   ========================================================= */

.grid-row.grid-row-top-9 .module-products .product-thumb {
    position: relative !important;

    border: 1px solid rgba(24, 76, 92, 0.13) !important;
    border-radius: 20px !important;

    overflow: hidden !important;

    box-shadow:
        0 5px 0 rgba(18, 69, 84, 0.055),
        0 14px 30px rgba(18, 48, 61, 0.10),
        0 28px 52px rgba(18, 48, 61, 0.055),
        inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease !important;
}

.grid-row.grid-row-top-9 .module-products .product-thumb::after {
    content: "";

    position: absolute;
    z-index: 5;

    top: 0;
    right: 0;
    left: 0;

    height: 42px;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.28) 0%,
            rgba(255, 255, 255, 0) 100%
        );

    border-radius: 20px 20px 0 0;
}


/* =========================================================
   LANGUAGE-INDEPENDENT BLOG CARDS
   ========================================================= */

.grid-row.grid-row-top-10 .module-blog_posts .post-thumb {
    position: relative !important;

    height: 100%;

    display: flex;
    flex-direction: column;

    border: 1px solid rgba(24, 76, 92, 0.13) !important;
    border-radius: 24px !important;

    overflow: hidden !important;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.995) 0%,
            rgba(255, 255, 255, 0.985) 72%,
            rgba(246, 251, 252, 0.995) 100%
        ) !important;

    box-shadow:
        0 5px 0 rgba(18, 69, 84, 0.048),
        0 14px 30px rgba(18, 48, 61, 0.095),
        0 28px 52px rgba(18, 48, 61, 0.055),
        inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease !important;
}

.grid-row.grid-row-top-10 .module-blog_posts .post-thumb .image {
    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    border-radius: 23px 23px 0 0 !important;
}

.grid-row.grid-row-top-10 .module-blog_posts .post-thumb .image img {
    display: block;

    width: 100%;
    height: auto;

    transition:
        transform 0.38s ease,
        filter 0.38s ease;
}

.grid-row.grid-row-top-10 .module-blog_posts .post-thumb .caption {
    flex: 1;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    padding: 20px 22px 22px !important;
}

.grid-row.grid-row-top-10 .module-blog_posts .post-thumb .button-group {
    margin-top: auto !important;
    padding-top: 8px;

    text-align: center !important;
}

.grid-row.grid-row-top-10 .module-blog_posts .post-thumb .button-group .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-width: 150px !important;
    min-height: 42px !important;

    box-sizing: border-box;

    margin: 0 !important;
    padding: 10px 18px !important;

    color: #17485a !important;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(231, 247, 250, 0.98) 100%
        ) !important;

    border: 1px solid rgba(15, 142, 170, 0.30) !important;
    border-radius: 999px !important;

    box-shadow:
        0 3px 0 rgba(15, 142, 170, 0.11),
        0 9px 18px rgba(18, 48, 61, 0.08) !important;

    transition:
        transform 0.18s ease,
        color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease !important;
}


/* =========================================================
   DESKTOP HOVER – BOTH LANGUAGES
   ========================================================= */

@media (min-width: 1025px) {

    .grid-row.grid-row-top-9 .module-products .product-thumb:hover {
        transform: translateY(-8px) scale(1.006);

        border-color: rgba(15, 142, 170, 0.30) !important;

        box-shadow:
            0 6px 0 rgba(18, 69, 84, 0.05),
            0 21px 42px rgba(18, 48, 61, 0.14),
            0 40px 70px rgba(18, 48, 61, 0.085),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb:hover {
        transform: translateY(-7px) scale(1.005);

        border-color: rgba(140, 198, 63, 0.30) !important;

        box-shadow:
            0 6px 0 rgba(18, 69, 84, 0.045),
            0 20px 40px rgba(18, 48, 61, 0.13),
            0 38px 66px rgba(18, 48, 61, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb:hover .image img {
        transform: scale(1.035);
        filter: saturate(1.035) contrast(1.015);
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb .button-group .btn:hover {
        color: #ffffff !important;

        background:
            linear-gradient(
                135deg,
                #0d8eaa 0%,
                #18a6bd 100%
            ) !important;

        box-shadow:
            0 4px 0 rgba(7, 101, 124, 0.15),
            0 13px 24px rgba(15, 142, 170, 0.22) !important;

        transform: translateY(-2px);
    }
}


/* =========================================================
   TABLET LANDSCAPE HERO
   3:1 source banner is shown fully – no cover crop.
   Target includes iPad / iPad Pro landscape widths.
   ========================================================= */

@media (min-width: 761px) and (max-width: 1366px) and (orientation: landscape) {

    .ea-colloid-hero {
        display: flex;
        align-items: center;

        width: calc(100% - 32px);

        aspect-ratio: 3 / 1;
        min-height: 0 !important;
        height: auto !important;

        margin: 16px auto 18px;
        padding: 24px 30px 26px;

        background-image:
            url("https://www.eaelektronika.com/image/catalog/banner/koloidi-new-hero-updated-desktop.png");

        background-repeat: no-repeat;
        background-position: center center;

        /* The source artwork is exactly 3:1, so this avoids truncation. */
        background-size: 100% 100% !important;

        border-radius: 18px;
    }

    .ea-colloid-hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(245, 253, 254, 0.20) 0%,
                rgba(245, 253, 254, 0.12) 40%,
                rgba(245, 253, 254, 0.045) 58%,
                rgba(245, 253, 254, 0) 74%
            );
    }

    .ea-colloid-hero__content {
        width: 50%;
        max-width: 500px;
        padding-right: 8px;
    }

    .ea-colloid-hero__title {
        margin-bottom: 8px !important;

        font-size: clamp(29px, 3.25vw, 40px) !important;
        line-height: 1 !important;
    }

    .ea-colloid-hero__divider {
        width: 56px;
        height: 3px;

        margin-bottom: 11px;
    }

    .ea-colloid-hero__subtitle {
        margin-bottom: 11px !important;

        font-size: clamp(15px, 1.65vw, 19px) !important;
        line-height: 1.22 !important;
    }

    .ea-colloid-hero__lead {
        margin-bottom: 6px !important;

        font-size: clamp(13px, 1.35vw, 16px) !important;
        line-height: 1.35 !important;
    }

    .ea-colloid-hero__text {
        margin-bottom: 15px !important;

        font-size: clamp(11px, 1.15vw, 13.5px) !important;
        line-height: 1.42 !important;
    }

    .ea-colloid-hero__button {
        min-width: 190px;
        min-height: 44px;

        padding: 10px 20px;

        font-size: 12.5px !important;
    }

    .ea-colloid-hero__button-arrow {
        font-size: 21px;
    }
}


/* =========================================================
   TABLET MODULE POLISH – BOTH LANGUAGES
   Card COUNT remains controlled by Journal, not CSS.
   ========================================================= */

@media (max-width: 1366px) and (min-width: 761px) {

    .grid-row.grid-row-top-9 .module-products {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .grid-row.grid-row-top-9 .module-products .product-thumb {
        border-radius: 17px !important;

        box-shadow:
            0 4px 0 rgba(18, 69, 84, 0.05),
            0 11px 24px rgba(18, 48, 61, 0.085),
            0 22px 42px rgba(18, 48, 61, 0.055),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .grid-row.grid-row-top-9 .module-products .product-thumb::after {
        border-radius: 17px 17px 0 0;
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb {
        border-radius: 20px !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb .image {
        border-radius: 19px 19px 0 0 !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb .caption {
        padding: 18px 19px 20px !important;
    }
}


/* =========================================================
   MOBILE – BOTH LANGUAGES
   ========================================================= */

@media (max-width: 760px) {

    .grid-row.grid-row-top-9 .module-products {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts {
        padding-left: 12px !important;
        padding-right: 12px !important;

        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .grid-row.grid-row-top-9 .module-products .product-thumb {
        transform: none !important;

        border-radius: 15px !important;

        box-shadow:
            0 3px 0 rgba(18, 69, 84, 0.04),
            0 8px 18px rgba(18, 48, 61, 0.065),
            0 16px 28px rgba(18, 48, 61, 0.04) !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb {
        transform: none !important;

        border-radius: 18px !important;

        box-shadow:
            0 3px 0 rgba(18, 69, 84, 0.04),
            0 8px 18px rgba(18, 48, 61, 0.06),
            0 16px 28px rgba(18, 48, 61, 0.038),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb .image {
        border-radius: 17px 17px 0 0 !important;
    }

    .grid-row.grid-row-top-10 .module-blog_posts .post-thumb .caption {
        padding: 16px 16px 18px !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA – RADON EXPERIENCE
   VERSION 6.0 – DARK GRAPHITE RESPONSIVE REDESIGN

   Dynamic targeting:
   - Radon Blog row = row containing .module-blog_posts-341
   - Radon Products row = row immediately before that Blog row
   - Radon Hero row = row containing .ea-radon-hero

   Goals:
   - Product + Blog sections aligned to Hero width
   - Continuous dark graphite environment
   - White / warm-gray section headings for contrast
   - Orange radiation accent
   - Premium rounded 3D cards
   - Responsive without changing carousel/slide widths

   IMPORTANT:
   - NO .swiper width rules
   - NO .swiper-slide width rules
   - NO .grid-item width rules
   - NO items-per-row changes
   ========================================================= */


/* ---------------------------------------------------------
   RADON ROW IDENTIFICATION
   --------------------------------------------------------- */

.grid-row:has(.ea-radon-hero),
.grid-row:has(+ .grid-row .module-blog_posts-341),
.grid-row:has(.module-blog_posts-341) {
    --ea-radon-bg: #24282d;
    --ea-radon-bg-deep: #1b1f23;
    --ea-radon-panel: #2d3238;
    --ea-radon-panel-soft: #343a40;
    --ea-radon-text: #f5f7f8;
    --ea-radon-muted: #c6ccd1;
    --ea-radon-orange: #ff8a00;
    --ea-radon-orange-soft: #ffad3d;

    position: relative !important;
    isolation: isolate;

    border: 0 !important;
    box-shadow: none !important;

    overflow: visible !important;
}


/* ---------------------------------------------------------
   ONE DARK GRAPHITE ENVIRONMENT
   --------------------------------------------------------- */

.grid-row:has(.ea-radon-hero) {
    background:
        radial-gradient(
            ellipse at 12% 16%,
            rgba(255, 138, 0, 0.11) 0%,
            rgba(255, 138, 0, 0.035) 32%,
            rgba(255, 138, 0, 0) 58%
        ),
        linear-gradient(
            180deg,
            #171a1e 0%,
            #20242a 100%
        ) !important;
}

.grid-row:has(+ .grid-row .module-blog_posts-341) {
    background:
        radial-gradient(
            ellipse at 88% 22%,
            rgba(255, 138, 0, 0.075) 0%,
            rgba(255, 138, 0, 0) 43%
        ),
        linear-gradient(
            180deg,
            #20242a 0%,
            #24282d 100%
        ) !important;

    padding-top: 34px !important;
}

.grid-row:has(.module-blog_posts-341) {
    background:
        radial-gradient(
            ellipse at 10% 34%,
            rgba(255, 138, 0, 0.06) 0%,
            rgba(255, 138, 0, 0) 44%
        ),
        radial-gradient(
            ellipse at 88% 78%,
            rgba(255, 173, 61, 0.035) 0%,
            rgba(255, 173, 61, 0) 46%
        ),
        linear-gradient(
            180deg,
            #24282d 0%,
            #1f2328 76%,
            #1a1e22 100%
        ) !important;

    padding-bottom: 72px !important;

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.18) !important;
}


/* ---------------------------------------------------------
   SAME OUTER WIDTH FOR HERO / PRODUCTS / BLOG
   --------------------------------------------------------- */

.ea-radon-hero,
.grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
.grid-row:has(.module-blog_posts-341) > .grid-cols {
    width: calc(100% - 56px) !important;
    max-width: 1880px !important;

    box-sizing: border-box !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* Hero becomes part of the same premium frame */
.ea-radon-hero {
    margin-top: 28px !important;
    margin-bottom: 22px !important;

    border:
        1px solid rgba(255, 255, 255, 0.075) !important;

    border-radius:
        24px !important;

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.12),
        0 22px 48px rgba(0, 0, 0, 0.26),
        0 44px 88px rgba(0, 0, 0, 0.19) !important;
}


/* Transparent Journal wrappers inside the Radon stage */
.grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
.grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols > .grid-col,
.grid-row:has(+ .grid-row .module-blog_posts-341) .grid-items,
.grid-row:has(+ .grid-row .module-blog_posts-341) .grid-item,

.grid-row:has(.module-blog_posts-341) > .grid-cols,
.grid-row:has(.module-blog_posts-341) > .grid-cols > .grid-col,
.grid-row:has(.module-blog_posts-341) .grid-items,
.grid-row:has(.module-blog_posts-341) .grid-item {
    background:
        transparent !important;

    background-color:
        transparent !important;

    background-image:
        none !important;
}


/* ---------------------------------------------------------
   PRODUCT / BLOG MODULE SHELLS
   --------------------------------------------------------- */

.grid-row:has(+ .grid-row .module-blog_posts-341) .module-products,
.module-blog_posts-341,
.grid-row:has(+ .grid-row .module-blog_posts-341) .module-products .module-body,
.module-blog_posts-341 .module-body,
.grid-row:has(+ .grid-row .module-blog_posts-341) .module-products .module-item,
.module-blog_posts-341 .module-item {
    background:
        transparent !important;

    background-color:
        transparent !important;

    background-image:
        none !important;

    border:
        0 !important;

    box-shadow:
        none !important;
}


/* Small equal inset so both carousels align visually */
.grid-row:has(+ .grid-row .module-blog_posts-341) .module-products,
.module-blog_posts-341 {
    box-sizing:
        border-box !important;

    padding-left:
        14px !important;

    padding-right:
        14px !important;
}


/* ---------------------------------------------------------
   SECTION HEADERS – CONTRAST FIX
   --------------------------------------------------------- */

.grid-row:has(+ .grid-row .module-blog_posts-341)
.module-products
.title.module-title,

.module-blog_posts-341
.title.module-title {
    position:
        relative !important;

    color:
        var(--ea-radon-text) !important;

    background:
        transparent !important;

    border:
        0 !important;

    box-shadow:
        none !important;

    text-shadow:
        0 2px 12px rgba(0, 0, 0, 0.22) !important;
}


/* Replace the green underline with Radon orange */
.grid-row:has(+ .grid-row .module-blog_posts-341)
.module-products
.title.module-title::after,

.module-blog_posts-341
.title.module-title::after {
    background:
        linear-gradient(
            90deg,
            var(--ea-radon-orange) 0%,
            var(--ea-radon-orange-soft) 72%,
            rgba(255, 173, 61, 0) 100%
        ) !important;

    box-shadow:
        0 2px 10px rgba(255, 138, 0, 0.22) !important;
}


/* ---------------------------------------------------------
   PRODUCT CARDS – LIGHT LAB TILES ON DARK STAGE
   --------------------------------------------------------- */

.grid-row:has(+ .grid-row .module-blog_posts-341)
.module-products
.product-thumb {
    position:
        relative !important;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #ffffff 73%,
            #f7f8f9 100%
        ) !important;

    border:
        1px solid rgba(255, 255, 255, 0.13) !important;

    border-radius:
        20px !important;

    overflow:
        hidden !important;

    box-shadow:
        0 5px 0 rgba(0, 0, 0, 0.18),
        0 16px 32px rgba(0, 0, 0, 0.24),
        0 32px 58px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease !important;
}


/* Warm radiation highlight */
.grid-row:has(+ .grid-row .module-blog_posts-341)
.module-products
.product-thumb::after {
    content:
        "";

    position:
        absolute;

    z-index:
        5;

    top:
        0;

    left:
        0;

    right:
        0;

    height:
        40px;

    pointer-events:
        none;

    background:
        linear-gradient(
            180deg,
            rgba(255, 169, 61, 0.10) 0%,
            rgba(255, 169, 61, 0) 100%
        );

    border-radius:
        20px 20px 0 0;
}


/* ---------------------------------------------------------
   BLOG CARDS – PREMIUM ROUNDED LIGHT TILES
   --------------------------------------------------------- */

.module-blog_posts-341 .post-thumb {
    height:
        100%;

    display:
        flex;

    flex-direction:
        column;

    overflow:
        hidden !important;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #ffffff 74%,
            #f6f7f8 100%
        ) !important;

    border:
        1px solid rgba(255, 255, 255, 0.12) !important;

    border-radius:
        22px !important;

    box-shadow:
        0 5px 0 rgba(0, 0, 0, 0.16),
        0 15px 30px rgba(0, 0, 0, 0.22),
        0 30px 54px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease !important;
}

.module-blog_posts-341 .post-thumb .image {
    border-radius:
        21px 21px 0 0 !important;

    overflow:
        hidden !important;
}

.module-blog_posts-341 .post-thumb .caption {
    padding:
        20px 22px 22px !important;
}


/* Blog CTA becomes a tactile orange pill */
.module-blog_posts-341 .post-thumb .button-group .btn {
    min-width:
        146px !important;

    min-height:
        42px !important;

    display:
        inline-flex !important;

    align-items:
        center;

    justify-content:
        center;

    gap:
        8px;

    margin:
        0 !important;

    padding:
        10px 18px !important;

    color:
        #171a1e !important;

    background:
        linear-gradient(
            135deg,
            #ffb13f 0%,
            #ff8a00 100%
        ) !important;

    border:
        1px solid rgba(255, 160, 0, 0.48) !important;

    border-radius:
        999px !important;

    box-shadow:
        0 3px 0 rgba(118, 61, 0, 0.22),
        0 10px 20px rgba(255, 138, 0, 0.16) !important;

    font-weight:
        800 !important;

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease !important;
}


/* ---------------------------------------------------------
   DESKTOP INTERACTION
   --------------------------------------------------------- */

@media (min-width: 1025px) {

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .product-thumb:hover {
        transform:
            translateY(-7px) scale(1.004);

        border-color:
            rgba(255, 138, 0, 0.34) !important;

        box-shadow:
            0 6px 0 rgba(0, 0, 0, 0.16),
            0 22px 42px rgba(0, 0, 0, 0.29),
            0 42px 72px rgba(0, 0, 0, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .module-blog_posts-341 .post-thumb:hover {
        transform:
            translateY(-7px) scale(1.004);

        border-color:
            rgba(255, 138, 0, 0.36) !important;

        box-shadow:
            0 6px 0 rgba(0, 0, 0, 0.15),
            0 21px 40px rgba(0, 0, 0, 0.27),
            0 40px 68px rgba(0, 0, 0, 0.17),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .module-blog_posts-341 .post-thumb .button-group .btn:hover {
        transform:
            translateY(-2px);

        filter:
            brightness(1.04);

        box-shadow:
            0 4px 0 rgba(118, 61, 0, 0.20),
            0 14px 26px rgba(255, 138, 0, 0.24) !important;
    }
}


/* ---------------------------------------------------------
   TABLET / SMALL DESKTOP
   --------------------------------------------------------- */

@media (max-width: 1200px) {

    .ea-radon-hero,
    .grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
    .grid-row:has(.module-blog_posts-341) > .grid-cols {
        width:
            calc(100% - 32px) !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products,
    .module-blog_posts-341 {
        padding-left:
            10px !important;

        padding-right:
            10px !important;
    }

    .grid-row:has(.module-blog_posts-341) {
        padding-bottom:
            58px !important;
    }
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .ea-radon-hero {
        border-radius:
            20px !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .product-thumb {
        border-radius:
            17px !important;
    }

    .module-blog_posts-341 .post-thumb {
        border-radius:
            19px !important;
    }

    .module-blog_posts-341 .post-thumb .image {
        border-radius:
            18px 18px 0 0 !important;
    }

    .module-blog_posts-341 .post-thumb .caption {
        padding:
            18px 19px 20px !important;
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .ea-radon-hero,
    .grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
    .grid-row:has(.module-blog_posts-341) > .grid-cols {
        width:
            calc(100% - 24px) !important;
    }

    .ea-radon-hero {
        border-radius:
            16px !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341) {
        padding-top:
            22px !important;
    }

    .grid-row:has(.module-blog_posts-341) {
        padding-bottom:
            42px !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products,
    .module-blog_posts-341 {
        padding-left:
            6px !important;

        padding-right:
            6px !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .product-thumb {
        transform:
            none !important;

        border-radius:
            15px !important;

        box-shadow:
            0 3px 0 rgba(0, 0, 0, 0.14),
            0 9px 18px rgba(0, 0, 0, 0.20),
            0 17px 30px rgba(0, 0, 0, 0.12) !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .product-thumb::after {
        height:
            28px;

        border-radius:
            15px 15px 0 0;
    }

    .module-blog_posts-341 .post-thumb {
        transform:
            none !important;

        border-radius:
            17px !important;

        box-shadow:
            0 3px 0 rgba(0, 0, 0, 0.13),
            0 9px 18px rgba(0, 0, 0, 0.18),
            0 17px 30px rgba(0, 0, 0, 0.11) !important;
    }

    .module-blog_posts-341 .post-thumb .image {
        border-radius:
            16px 16px 0 0 !important;
    }

    .module-blog_posts-341 .post-thumb .caption {
        padding:
            16px 16px 18px !important;
    }

    .module-blog_posts-341 .post-thumb .button-group .btn {
        min-width:
            136px !important;

        min-height:
            40px !important;

        padding:
            9px 15px !important;
    }
}


/* ---------------------------------------------------------
   SMALL PHONE
   --------------------------------------------------------- */

@media (max-width: 470px) {

    .ea-radon-hero,
    .grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
    .grid-row:has(.module-blog_posts-341) > .grid-cols {
        width:
            calc(100% - 20px) !important;
    }

    .grid-row:has(.module-blog_posts-341) {
        padding-bottom:
            34px !important;
    }
}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .product-thumb,
    .module-blog_posts-341 .post-thumb,
    .module-blog_posts-341 .post-thumb .button-group .btn {
        transition:
            none !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .product-thumb:hover,
    .module-blog_posts-341 .post-thumb:hover,
    .module-blog_posts-341 .post-thumb .button-group .btn:hover {
        transform:
            none !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA
   VERSION 6.1 – RADON WIDTH ALIGNMENT + UNIFIED HEADERS

   Fixes:
   - Radon Products and Blog sections use the same visual width
     as the Radon hero.
   - Removes unequal module-level insets that made the two
     Radon sections look different in width.
   - Product and Blog section headers use the SAME font size.
   - The same header-size fix is applied to Colloidal.
   - No carousel / swiper / slide / grid-item width rules.
   ========================================================= */


/* =========================================================
   RADON – EXACT SECTION WIDTH ALIGNMENT
   ========================================================= */

/* Keep both Radon content rows on exactly the same outer rail
   as the Radon hero. */
.grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
.grid-row:has(.module-blog_posts-341) > .grid-cols {
    width: calc(100% - 56px) !important;
    max-width: 1880px !important;

    box-sizing: border-box !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* The column and module shells must fill that rail completely. */
.grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols > .grid-col,
.grid-row:has(.module-blog_posts-341) > .grid-cols > .grid-col,
.grid-row:has(+ .grid-row .module-blog_posts-341) .module-products,
.module-blog_posts-341 {
    width: 100% !important;
    max-width: none !important;

    box-sizing: border-box !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Remove the previous unequal outer correction.
   Journal carousel padding remains responsible for the
   internal card spacing. */
.grid-row:has(+ .grid-row .module-blog_posts-341) .module-products,
.module-blog_posts-341 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* One common visual inset for the two section titles. */
.grid-row:has(+ .grid-row .module-blog_posts-341)
.module-products
.title.module-title,

.module-blog_posts-341
.title.module-title {
    margin-left: 14px !important;
    margin-right: 14px !important;
}


/* =========================================================
   RADON – UNIFIED PRODUCT / BLOG HEADER SIZE
   ========================================================= */

.grid-row:has(+ .grid-row .module-blog_posts-341)
.module-products
.title.module-title,

.module-blog_posts-341
.title.module-title {
    font-size: 22px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
}


/* =========================================================
   COLLOIDAL – UNIFIED PRODUCT / BLOG HEADER SIZE
   ========================================================= */

.module-products-234 .title.module-title,
.module-blog_posts-40 .title.module-title {
    font-size: 22px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
}


/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 1200px) {

    .grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
    .grid-row:has(.module-blog_posts-341) > .grid-cols {
        width: calc(100% - 32px) !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .title.module-title,

    .module-blog_posts-341
    .title.module-title,

    .module-products-234 .title.module-title,
    .module-blog_posts-40 .title.module-title {
        font-size: 20px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
    .grid-row:has(.module-blog_posts-341) > .grid-cols {
        width: calc(100% - 24px) !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .title.module-title,

    .module-blog_posts-341
    .title.module-title,

    .module-products-234 .title.module-title,
    .module-blog_posts-40 .title.module-title {
        font-size: 17px !important;
        line-height: 1.28 !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .title.module-title,

    .module-blog_posts-341
    .title.module-title {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
}


/* =========================================================
   SMALL PHONE
   ========================================================= */

@media (max-width: 470px) {

    .grid-row:has(+ .grid-row .module-blog_posts-341) > .grid-cols,
    .grid-row:has(.module-blog_posts-341) > .grid-cols {
        width: calc(100% - 20px) !important;
    }

    .grid-row:has(+ .grid-row .module-blog_posts-341)
    .module-products
    .title.module-title,

    .module-blog_posts-341
    .title.module-title,

    .module-products-234 .title.module-title,
    .module-blog_posts-40 .title.module-title {
        font-size: 16px !important;
    }
}


/* =========================================================
   EA ELEKTRONIKA – RATMAN UPPER EXPERIENCE
   VERSION 6.2 – ROW 11 HERO SPLIT

   CONFIRMED JOURNAL STRUCTURE:
   ROW 11 = 45% TEXT / 55% EXISTING RATMAN VIDEO
   ROW 12 = RATMAN PRODUCTS (NOT STYLED IN THIS VERSION)

   DESIGN:
   - full-width black / graphite Ratman environment
   - left editorial text composition
   - signature full-width yellow divider with bright flare
   - existing video preserved on the right
   - responsive 45/55 desktop, stacked <= 1024px

   IMPORTANT:
   - no product-card styling yet
   - no carousel width rules
   - no swiper / slide / grid-item width rules
   ========================================================= */


/* ---------------------------------------------------------
   ROW 11 – FULL RATMAN STAGE
   --------------------------------------------------------- */

.grid-row.grid-row-top-11 {
    --ea-ratman-black: #070809;
    --ea-ratman-graphite: #111316;
    --ea-ratman-text: #f6f7f8;
    --ea-ratman-muted: #c9cdd1;
    --ea-ratman-yellow: #ffc400;
    --ea-ratman-yellow-hot: #fff4b0;
    --ea-ratman-orange: #ff9800;

    position: relative !important;
    isolation: isolate;

    padding: 48px 0 44px !important;

    background:
        radial-gradient(
            ellipse at 18% 44%,
            rgba(255, 196, 0, 0.055) 0%,
            rgba(255, 196, 0, 0.018) 34%,
            rgba(255, 196, 0, 0) 58%
        ),
        radial-gradient(
            ellipse at 88% 20%,
            rgba(255, 255, 255, 0.035) 0%,
            rgba(255, 255, 255, 0) 46%
        ),
        linear-gradient(
            180deg,
            #090a0b 0%,
            #050607 100%
        ) !important;

    border: 0 !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        inset 0 -1px 0 rgba(255, 196, 0, 0.05) !important;

    overflow: hidden !important;
}


/* Subtle technical texture – no icons or decorative badges */
.grid-row.grid-row-top-11::before {
    content: "";

    position: absolute;
    z-index: 0;

    inset: 0;

    pointer-events: none;

    opacity: 0.20;

    background-image:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.015) 1px,
            transparent 1px
        ),
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        );

    background-size: 38px 38px;

    mask-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.55) 0%,
            rgba(0, 0, 0, 0.16) 42%,
            rgba(0, 0, 0, 0) 72%
        );
}


/* Content rail aligned with the premium homepage sections */
.grid-row.grid-row-top-11 > .grid-cols {
    position: relative;
    z-index: 1;

    width: calc(100% - 56px) !important;
    max-width: 1880px !important;

    box-sizing: border-box !important;

    margin-left: auto !important;
    margin-right: auto !important;

    background: transparent !important;
}


/* Journal wrappers stay neutral */
.grid-row.grid-row-top-11 > .grid-cols > .grid-col,
.grid-row.grid-row-top-11 .grid-items,
.grid-row.grid-row-top-11 .grid-item,
.grid-row.grid-row-top-11 .module,
.grid-row.grid-row-top-11 .module-body,
.grid-row.grid-row-top-11 .module-item,
.grid-row.grid-row-top-11 .block-body,
.grid-row.grid-row-top-11 .block-wrapper,
.grid-row.grid-row-top-11 .block-content {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    box-shadow: none !important;
}


/* ---------------------------------------------------------
   45% LEFT COLUMN – TEXT AREA
   --------------------------------------------------------- */

.grid-row.grid-row-top-11 > .grid-cols > .grid-col:first-child {
    box-sizing: border-box !important;

    padding: 12px 42px 12px 10px !important;
}


.ea-ratman-intro {
    width: 100%;
    max-width: 760px;

    box-sizing: border-box;

    margin: 0;
    padding: 0;

    color: var(--ea-ratman-text);

    text-align: left;
}


.ea-ratman-kicker {
    margin: 0 0 14px;

    color: var(--ea-ratman-yellow) !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
}


.ea-ratman-title {
    margin: 0 !important;
    padding: 0 !important;

    color: var(--ea-ratman-text) !important;

    font-family: "Archivo Black", "Montserrat", sans-serif !important;
    font-size: clamp(44px, 3.45vw, 68px) !important;
    font-weight: 900 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;
    text-transform: uppercase;

    text-shadow:
        0 4px 18px rgba(0, 0, 0, 0.36);
}


.ea-ratman-title > span {
    display: block;
}


.ea-ratman-title-white {
    color: #f7f7f5 !important;
}


.ea-ratman-title-yellow {
    color: var(--ea-ratman-yellow) !important;

    text-shadow:
        0 0 20px rgba(255, 196, 0, 0.045),
        0 4px 18px rgba(0, 0, 0, 0.38);
}


/* ---------------------------------------------------------
   SIGNATURE FULL-WIDTH RATMAN DIVIDER + STATIC FLARE
   Matches approved mockup: thin full-width yellow line with
   one narrow, bright horizontal light burst. No animation.
   --------------------------------------------------------- */

.ea-ratman-divider {
    --ea-ratman-flare-x: 63%;

    position: relative;

    width: 100%;
    height: 14px;

    margin: 14px 0 18px;

    overflow: visible;
    pointer-events: none;
}


/* Full-width yellow line */
.ea-ratman-divider::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 50%;

    height: 1.5px;

    transform: translateY(-50%);

    background:
        linear-gradient(
            90deg,
            rgba(255, 190, 0, 0.90) 0%,
            #ffc400 12%,
            #ffc400 88%,
            rgba(255, 190, 0, 0.72) 100%
        );

    box-shadow:
        0 0 3px rgba(255, 196, 0, 0.30),
        0 0 7px rgba(255, 160, 0, 0.12);
}


/* Static narrow horizontal flare – no oval lens shape */
.ea-ratman-divider::after {
    content: "";

    position: absolute;

    left: var(--ea-ratman-flare-x);
    top: 50%;

    width: 138px;
    height: 8px;

    transform: translate(-50%, -50%);

    border-radius: 999px;

    background:
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 252, 218, 1) 6%,
            rgba(255, 226, 90, 0.98) 14%,
            rgba(255, 188, 0, 0.82) 28%,
            rgba(255, 151, 0, 0.36) 48%,
            rgba(255, 139, 0, 0.10) 68%,
            rgba(255, 139, 0, 0) 100%
        );

    filter: blur(0.55px);

    box-shadow:
        0 0 4px rgba(255, 255, 232, 0.96),
        0 0 10px rgba(255, 223, 92, 0.82),
        0 0 20px rgba(255, 184, 0, 0.48),
        0 0 34px rgba(255, 128, 0, 0.20);

    animation: none !important;
}


/* ---------------------------------------------------------
   BODY COPY
   --------------------------------------------------------- */

.ea-ratman-text {
    max-width: 680px;

    margin: 0 0 24px !important;

    color: var(--ea-ratman-muted) !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    letter-spacing: -0.01em !important;
}


/* ---------------------------------------------------------
   RATMAN CTA
   --------------------------------------------------------- */

.ea-ratman-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 26px;

    min-width: 286px;
    min-height: 54px;

    box-sizing: border-box;

    padding: 13px 24px !important;

    color: #111214 !important;

    background:
        linear-gradient(
            135deg,
            #ffd32a 0%,
            #ffc400 58%,
            #ffad00 100%
        ) !important;

    border: 1px solid rgba(255, 214, 55, 0.70) !important;
    border-radius: 7px !important;

    box-shadow:
        0 4px 0 rgba(116, 71, 0, 0.26),
        0 12px 26px rgba(255, 174, 0, 0.18) !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.025em !important;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease !important;
}


.ea-ratman-button-arrow {
    display: inline-flex;

    font-size: 25px;
    font-weight: 500;
    line-height: 1;

    transform: translateY(-1px);
}


/* ---------------------------------------------------------
   55% RIGHT COLUMN – PRESERVE EXISTING VIDEO DESIGN
   No decorative border is added.
   --------------------------------------------------------- */

.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child {
    box-sizing: border-box !important;

    padding: 0 8px 0 18px !important;
}


.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child video,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child iframe,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child img {
    max-width: 100%;

    border: 0 !important;
    box-shadow: none !important;
}


/* ---------------------------------------------------------
   DESKTOP HOVER
   --------------------------------------------------------- */

@media (min-width: 1025px) {

    .ea-ratman-button:hover {
        color: #090a0b !important;

        filter: brightness(1.055);

        transform: translateY(-3px);

        box-shadow:
            0 5px 0 rgba(116, 71, 0, 0.22),
            0 17px 32px rgba(255, 174, 0, 0.28) !important;
    }
}


/* ---------------------------------------------------------
   SMALL DESKTOP / TABLET LANDSCAPE
   --------------------------------------------------------- */

@media (max-width: 1200px) {

    .grid-row.grid-row-top-11 {
        padding: 38px 0 36px !important;
    }

    .grid-row.grid-row-top-11 > .grid-cols {
        width: calc(100% - 32px) !important;
    }

    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:first-child {
        padding: 10px 28px 10px 6px !important;
    }

    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child {
        padding: 0 4px 0 14px !important;
    }

    .ea-ratman-kicker {
        font-size: 12px !important;
    }

    .ea-ratman-title {
        font-size: clamp(38px, 3.7vw, 54px) !important;
    }

    .ea-ratman-text {
        font-size: 15px !important;
    }

    .ea-ratman-divider {
        --ea-ratman-flare-x: 62%;

        height: 13px;

        margin: 13px 0 16px;
    }

    .ea-ratman-divider::after {
        width: 120px;
        height: 7px;
    }
}


/* ---------------------------------------------------------
   STACKED TABLET / MOBILE
   Journal columns are already 100% at <= 1024px.
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .grid-row.grid-row-top-11 {
        padding: 34px 0 34px !important;
    }

    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:first-child,
    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child {
        width: 100% !important;

        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:first-child {
        padding-bottom: 30px !important;
    }

    .ea-ratman-intro {
        max-width: 780px;

        margin-left: auto;
        margin-right: auto;
    }

    .ea-ratman-title {
        font-size: clamp(42px, 6.8vw, 64px) !important;
    }

    .ea-ratman-divider {
        --ea-ratman-flare-x: 62%;
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 760px) {

    .grid-row.grid-row-top-11 {
        padding: 27px 0 28px !important;
    }

    .grid-row.grid-row-top-11 > .grid-cols {
        width: calc(100% - 24px) !important;
    }

    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:first-child {
        padding-bottom: 24px !important;
    }

    .ea-ratman-kicker {
        margin-bottom: 11px;

        font-size: 10.5px !important;
        letter-spacing: 0.095em !important;
    }

    .ea-ratman-title {
        font-size: clamp(32px, 10vw, 47px) !important;
        line-height: 1 !important;
    }

    .ea-ratman-divider {
        --ea-ratman-flare-x: 60%;

        height: 11px;

        margin: 10px 0 15px;
    }

    .ea-ratman-divider::before {
        height: 1px;
    }

    .ea-ratman-divider::after {
        width: 92px;
        height: 6px;

        box-shadow:
            0 0 3px rgba(255, 255, 232, 0.92),
            0 0 8px rgba(255, 223, 92, 0.72),
            0 0 16px rgba(255, 184, 0, 0.40),
            0 0 26px rgba(255, 128, 0, 0.18);
    }

    .ea-ratman-text {
        margin-bottom: 20px !important;

        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .ea-ratman-button {
        width: 100%;
        min-width: 0;
        min-height: 50px;

        justify-content: space-between;

        padding: 12px 19px !important;

        font-size: 14px !important;
    }
}


/* ---------------------------------------------------------
   SMALL PHONE
   --------------------------------------------------------- */

@media (max-width: 470px) {

    .grid-row.grid-row-top-11 > .grid-cols {
        width: calc(100% - 20px) !important;
    }

    .ea-ratman-title {
        font-size: clamp(29px, 9.6vw, 40px) !important;
    }

    .ea-ratman-text br {
        display: none;
    }
}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .ea-ratman-divider::after,
    .ea-ratman-button {
        animation: none !important;
        transition: none !important;
    }

    .ea-ratman-button:hover {
        transform: none !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA – RATMAN
   VERSION 6.4 – APPROVED MOCKUP DIVIDER

   Final divider treatment:
   - static only
   - full-width thin gold line
   - no oval / capsule flare
   - compact white-hot center
   - long horizontal yellow-orange light spill
   - flare position follows approved mockup
   ========================================================= */

.ea-ratman-divider {
    --ea-ratman-flare-x: 67%;

    position: relative;

    width: 100%;
    height: 14px;

    margin: 14px 0 18px;

    overflow: visible;
    pointer-events: none;
}

/* Full-width line – same visual character as approved mockup */
.ea-ratman-divider::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 50%;

    height: 1.5px;

    transform: translateY(-50%);

    background:
        linear-gradient(
            90deg,
            rgba(255, 174, 0, 0.68) 0%,
            rgba(255, 190, 0, 0.95) 7%,
            #ffc400 26%,
            #ffc400 72%,
            rgba(255, 184, 0, 0.90) 93%,
            rgba(255, 160, 0, 0.58) 100%
        );

    box-shadow:
        0 0 2px rgba(255, 196, 0, 0.55),
        0 0 7px rgba(255, 151, 0, 0.18);
}

/* Approved mockup flare:
   a tiny white-hot center with a long horizontal light spill.
   No visible oval edge, no animation. */
.ea-ratman-divider::after {
    content: "";

    position: absolute;

    left: var(--ea-ratman-flare-x);
    top: 50%;

    width: 164px;
    height: 14px;

    transform: translate(-50%, -50%);

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 1) 0,
            rgba(255, 255, 244, 1) 1.5px,
            rgba(255, 236, 128, 0.98) 3px,
            rgba(255, 196, 0, 0.86) 5px,
            rgba(255, 159, 0, 0.34) 8px,
            rgba(255, 142, 0, 0) 12px
        ),
        radial-gradient(
            ellipse at 50% 50%,
            rgba(255, 215, 57, 0.78) 0%,
            rgba(255, 186, 0, 0.52) 18%,
            rgba(255, 150, 0, 0.22) 42%,
            rgba(255, 130, 0, 0.07) 62%,
            rgba(255, 130, 0, 0) 78%
        );

    border: 0;
    border-radius: 0;

    filter: blur(0.15px);

    box-shadow: none;

    opacity: 1;
    animation: none !important;
}

/* Tablet */
@media (max-width: 1024px) {

    .ea-ratman-divider {
        --ea-ratman-flare-x: 66%;

        height: 13px;
        margin: 13px 0 16px;
    }

    .ea-ratman-divider::after {
        width: 142px;
        height: 13px;
    }
}

/* Mobile */
@media (max-width: 760px) {

    .ea-ratman-divider {
        --ea-ratman-flare-x: 64%;

        height: 11px;
        margin: 10px 0 15px;
    }

    .ea-ratman-divider::before {
        height: 1px;
    }

    .ea-ratman-divider::after {
        width: 112px;
        height: 11px;
    }
}

/* =========================================================
   EA ELEKTRONIKA – RATMAN
   VERSION 6.5 – APPROVED FLARE / LINE REFINEMENT

   Changes:
   - Static flare only
   - Wider horizontal flare
   - Main line becomes locally thicker/brighter around flare
   - Keeps the thin full-width signature line elsewhere
   ========================================================= */

.ea-ratman-divider {
    --ea-ratman-flare-x: 63%;

    height: 15px;
    margin: 14px 0 18px;
}


/* Thin full-width line + local thickened section around the flare */
.ea-ratman-divider::before {
    top: 50%;
    height: 7px;

    transform: translateY(-50%);

    background:
        linear-gradient(
            90deg,
            rgba(255, 188, 0, 0.88) 0%,
            rgba(255, 198, 0, 0.98) 12%,
            #ffc400 50%,
            rgba(255, 198, 0, 0.98) 88%,
            rgba(255, 188, 0, 0.70) 100%
        ) center / 100% 1.5px no-repeat,

        radial-gradient(
            ellipse at center,
            rgba(255, 249, 198, 0.95) 0%,
            rgba(255, 224, 83, 0.88) 16%,
            rgba(255, 190, 0, 0.68) 36%,
            rgba(255, 154, 0, 0.30) 58%,
            rgba(255, 140, 0, 0) 100%
        ) var(--ea-ratman-flare-x) 50% / 190px 7px no-repeat;

    box-shadow:
        0 0 3px rgba(255, 196, 0, 0.30),
        0 0 7px rgba(255, 160, 0, 0.12);
}


/* Wider static hot spot – no capsule edge, no animation */
.ea-ratman-divider::after {
    left: var(--ea-ratman-flare-x);
    top: 50%;

    width: 172px;
    height: 8px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 238, 1) 5%,
            rgba(255, 240, 143, 0.98) 11%,
            rgba(255, 210, 40, 0.92) 20%,
            rgba(255, 178, 0, 0.72) 34%,
            rgba(255, 147, 0, 0.34) 54%,
            rgba(255, 132, 0, 0.10) 72%,
            rgba(255, 132, 0, 0) 100%
        );

    filter: blur(0.35px);

    box-shadow:
        0 0 4px rgba(255, 255, 232, 0.98),
        0 0 10px rgba(255, 225, 96, 0.86),
        0 0 21px rgba(255, 183, 0, 0.52),
        0 0 38px rgba(255, 126, 0, 0.22);

    animation: none !important;
}


@media (max-width: 1200px) {

    .ea-ratman-divider::before {
        background:
            linear-gradient(
                90deg,
                rgba(255, 188, 0, 0.88) 0%,
                rgba(255, 198, 0, 0.98) 12%,
                #ffc400 50%,
                rgba(255, 198, 0, 0.98) 88%,
                rgba(255, 188, 0, 0.70) 100%
            ) center / 100% 1.5px no-repeat,

            radial-gradient(
                ellipse at center,
                rgba(255, 249, 198, 0.95) 0%,
                rgba(255, 224, 83, 0.86) 18%,
                rgba(255, 190, 0, 0.62) 38%,
                rgba(255, 154, 0, 0.26) 60%,
                rgba(255, 140, 0, 0) 100%
            ) var(--ea-ratman-flare-x) 50% / 168px 7px no-repeat;
    }

    .ea-ratman-divider::after {
        width: 150px;
        height: 8px;
    }
}


@media (max-width: 760px) {

    .ea-ratman-divider::before {
        height: 6px;

        background:
            linear-gradient(
                90deg,
                rgba(255, 188, 0, 0.86) 0%,
                #ffc400 15%,
                #ffc400 85%,
                rgba(255, 188, 0, 0.68) 100%
            ) center / 100% 1px no-repeat,

            radial-gradient(
                ellipse at center,
                rgba(255, 249, 198, 0.92) 0%,
                rgba(255, 222, 75, 0.82) 20%,
                rgba(255, 184, 0, 0.56) 42%,
                rgba(255, 145, 0, 0.20) 64%,
                rgba(255, 140, 0, 0) 100%
            ) var(--ea-ratman-flare-x) 50% / 132px 6px no-repeat;
    }

    .ea-ratman-divider::after {
        width: 116px;
        height: 7px;
    }
}

/* =========================================================
   EA ELEKTRONIKA – RATMAN
   VERSION 6.6 – MOCKUP-MATCH FLARE PROPORTIONS

   Fix:
   - Narrower flare to match approved mockup
   - Small bright white/yellow core
   - Local line thickening only close to the core
   - Static, no animation
   ========================================================= */

.ea-ratman-divider {
    --ea-ratman-flare-x: 67%;

    height: 13px;
    margin: 14px 0 18px;
}

/* Thin full-width gold line with a compact local thickening */
.ea-ratman-divider::before {
    top: 50%;
    height: 6px;

    transform: translateY(-50%);

    background:
        linear-gradient(
            90deg,
            rgba(255, 187, 0, 0.82) 0%,
            rgba(255, 198, 0, 0.96) 12%,
            #ffc400 50%,
            rgba(255, 198, 0, 0.96) 88%,
            rgba(255, 187, 0, 0.72) 100%
        ) center / 100% 1.4px no-repeat,

        radial-gradient(
            ellipse at center,
            rgba(255, 255, 238, 0.98) 0%,
            rgba(255, 239, 126, 0.92) 12%,
            rgba(255, 210, 36, 0.84) 28%,
            rgba(255, 177, 0, 0.52) 50%,
            rgba(255, 147, 0, 0.18) 70%,
            rgba(255, 140, 0, 0) 100%
        ) var(--ea-ratman-flare-x) 50% / 118px 6px no-repeat;

    box-shadow:
        0 0 3px rgba(255, 196, 0, 0.26),
        0 0 6px rgba(255, 160, 0, 0.10);
}

/* Compact static light burst – no lens/capsule shape */
.ea-ratman-divider::after {
    left: var(--ea-ratman-flare-x);
    top: 50%;

    width: 98px;
    height: 5px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 235, 1) 7%,
            rgba(255, 239, 116, 0.98) 15%,
            rgba(255, 205, 27, 0.90) 27%,
            rgba(255, 174, 0, 0.60) 44%,
            rgba(255, 145, 0, 0.24) 64%,
            rgba(255, 135, 0, 0) 100%
        );

    filter: blur(0.15px);

    box-shadow:
        0 0 3px rgba(255, 255, 238, 1),
        0 0 7px rgba(255, 228, 102, 0.82),
        0 0 15px rgba(255, 184, 0, 0.46),
        0 0 26px rgba(255, 132, 0, 0.18);

    animation: none !important;
}

@media (max-width: 1200px) {

    .ea-ratman-divider {
        --ea-ratman-flare-x: 67%;
    }

    .ea-ratman-divider::before {
        background:
            linear-gradient(
                90deg,
                rgba(255, 187, 0, 0.82) 0%,
                rgba(255, 198, 0, 0.96) 12%,
                #ffc400 50%,
                rgba(255, 198, 0, 0.96) 88%,
                rgba(255, 187, 0, 0.72) 100%
            ) center / 100% 1.3px no-repeat,

            radial-gradient(
                ellipse at center,
                rgba(255, 255, 238, 0.96) 0%,
                rgba(255, 237, 118, 0.90) 14%,
                rgba(255, 206, 30, 0.80) 30%,
                rgba(255, 172, 0, 0.48) 52%,
                rgba(255, 143, 0, 0.16) 72%,
                rgba(255, 140, 0, 0) 100%
            ) var(--ea-ratman-flare-x) 50% / 104px 6px no-repeat;
    }

    .ea-ratman-divider::after {
        width: 86px;
        height: 5px;
    }
}

@media (max-width: 760px) {

    .ea-ratman-divider {
        --ea-ratman-flare-x: 65%;
        height: 11px;
        margin: 10px 0 15px;
    }

    .ea-ratman-divider::before {
        height: 5px;

        background:
            linear-gradient(
                90deg,
                rgba(255, 187, 0, 0.80) 0%,
                #ffc400 15%,
                #ffc400 85%,
                rgba(255, 187, 0, 0.68) 100%
            ) center / 100% 1px no-repeat,

            radial-gradient(
                ellipse at center,
                rgba(255, 255, 238, 0.94) 0%,
                rgba(255, 233, 108, 0.86) 16%,
                rgba(255, 201, 25, 0.72) 34%,
                rgba(255, 165, 0, 0.38) 56%,
                rgba(255, 140, 0, 0.12) 74%,
                rgba(255, 140, 0, 0) 100%
            ) var(--ea-ratman-flare-x) 50% / 82px 5px no-repeat;
    }

    .ea-ratman-divider::after {
        width: 68px;
        height: 4px;
    }
}

/* =========================================================
   EA ELEKTRONIKA
   VERSION 6.7 – RATMAN FLARE LOCAL THICKNESS

   Only change from v6.6:
   - Keep line, flare width, position and glow unchanged
   - Make the line immediately around the flare just slightly thicker
   ========================================================= */

.ea-ratman-divider::before {
    background-size:
        100% 1.4px,
        118px 7px !important;
}

@media (max-width: 1200px) {
    .ea-ratman-divider::before {
        background-size:
            100% 1.3px,
            104px 7px !important;
    }
}

@media (max-width: 760px) {
    .ea-ratman-divider::before {
        background-size:
            100% 1px,
            82px 6px !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA
   VERSION 6.8 – RATMAN SLIDER EDGE CLEANUP

   Only change from v6.7:
   - Remove the black vertical side bands around the RATMAN video
   - Keep the current ROW 11 layout and divider unchanged
   - Force the single HTML5 video slide to fill its 16:9 stage
   ========================================================= */


/* Right column itself must not create extra horizontal gutters */
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child {
    padding-left: 18px !important;
    padding-right: 0 !important;
}


/* RATMAN single-video slider: clean 16:9 stage */
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .master-slider,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-container,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-inner-controls-cont,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-view,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide-container,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide-bgcont {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    background: transparent !important;
    background-color: transparent !important;
}


/* The visible slider stage follows the actual video ratio */
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .master-slider,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-container,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-view {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;

    overflow: hidden !important;
}


/* Internal Master Slider layers must fill that stage */
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide-container,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide-bgcont {
    height: 100% !important;
}


/* HTML5 video fills the entire slider – no black bars left/right */
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child video,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide video,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide-bgcont video {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: 100% !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    background: transparent !important;

    border: 0 !important;
    box-shadow: none !important;
}


/* Tablet/mobile: no artificial side padding around the stacked video */
@media (max-width: 1024px) {

    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* =========================================================
   EA ELEKTRONIKA
   VERSION 6.9 – RATMAN VIDEO SIDE-BAR CROP

   The remaining black vertical strips are inside the rendered
   video area, so the video is cropped very slightly horizontally.
   Slider geometry, divider and ROW 11 layout remain unchanged.
   ========================================================= */

.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-view,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide-bgcont {
    overflow: hidden !important;
}


/* Crop only a few percent from left/right to remove encoded side bars. */
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child video,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide video,
.grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide-bgcont video {
    position: relative !important;

    left: 50% !important;

    width: 104% !important;
    max-width: none !important;

    height: 100% !important;

    transform: translateX(-50%) !important;
    transform-origin: center center !important;

    object-fit: cover !important;
    object-position: center center !important;
}


/* Slightly smaller crop on tablet/mobile. */
@media (max-width: 1024px) {

    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child video,
    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide video,
    .grid-row.grid-row-top-11 > .grid-cols > .grid-col:last-child .ms-slide-bgcont video {
        width: 103% !important;
    }
}

