/*
Theme Name: Renox Hello Child
Description: Child theme Renox basato su Hello Elementor.
Author: MKT360
Template: hello-elementor
Version: 1.0.0
Text Domain: renox-hello-child
*/

:root {
  --renox-black: #050505;
  --renox-ink: #151515;
  --renox-yellow: #ffd000;
  --renox-muted: #ece9dd;
  --renox-line: rgba(17, 17, 17, 0.12);
  --renox-soft: #fbfaf4;
}

body {
  background: #f6f5ef;
}

body .elementor-section > .elementor-container,
body .elementor-section.elementor-section-full_width > .elementor-container,
body .elementor-section.elementor-section-boxed > .elementor-container,
body .e-con {
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body .elementor-section.elementor-section-full_width {
  width: 100%;
}

.renox-site-header,
.renox-site-footer {
  font-family: Arial, Helvetica, sans-serif;
}

.renox-topbar {
  position: relative;
  z-index: 49;
  background: var(--renox-yellow);
  color: #111;
  font-size: 13px;
  line-height: 1;
}

.renox-topbar__inner,
.renox-header__inner,
.renox-footer__inner {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.renox-topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
}

.renox-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--renox-line);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.06);
  overflow: visible;
}

.renox-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 30px;
}

.renox-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #111;
  text-decoration: none;
  min-height: 88px;
}

.renox-brand img {
  position: relative;
  z-index: 2;
  width: 188px;
  max-width: 188px;
  height: auto;
  display: block;
  background: #fff;
  margin-top: -22px;
  margin-bottom: -12px;
  padding: 0;
  border: 0;
  box-shadow: 0 12px 28px rgba(17,17,17,0.08);
}

.renox-brand__title {
  display: block;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.renox-brand__sub {
  display: block;
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.renox-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.renox-nav a,
.renox-nav__item > span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #171717;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.renox-nav a:hover,
.renox-nav__item:hover > span {
  color: #b59000;
}

.renox-nav__item {
  position: relative;
}

.renox-submenu {
  position: absolute;
  top: calc(100% - 1px);
  left: -22px;
  min-width: 230px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--renox-line);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.renox-nav__item:hover .renox-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.renox-submenu a {
  display: flex;
  min-height: 0;
  padding: 11px 12px;
  color: #252525;
  border-bottom: 1px solid rgba(17,17,17,0.08);
  text-transform: none;
}

.renox-menu-toggle {
  display: none;
  width: 54px;
  height: 46px;
  border: 1px solid var(--renox-line);
  background: #fff;
  color: #111;
  cursor: pointer;
}

.renox-menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 4px auto;
  background: currentColor;
}

.renox-footer-marquee {
  overflow: hidden;
  background: var(--renox-yellow);
  color: #111;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.renox-footer-marquee__track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: renox-marquee 24s linear infinite;
}

@keyframes renox-marquee {
  to { transform: translateX(-50%); }
}

.renox-site-footer {
  background: #fbfaf4;
  color: #151515;
  border-top: 1px solid var(--renox-line);
}

.renox-footer__inner {
  padding: 70px 0 28px;
}

.renox-footer__line {
  width: 48%;
  height: 6px;
  margin-left: auto;
  margin-bottom: 58px;
  background: var(--renox-yellow);
}

.renox-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  gap: 50px;
}

.renox-site-footer .renox-footer__brand-logo {
  width: 168px;
  background: #fff;
  padding: 14px;
  display: block;
  margin: 0 0 44px;
  border: 1px solid rgba(17,17,17,0.08);
}

.renox-site-footer h3 {
  margin: 0 0 20px;
  color: #9b8000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.renox-site-footer .renox-footer__company {
  margin: 0 0 16px;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.renox-site-footer p,
.renox-site-footer a {
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.65;
  text-decoration: none;
}

.renox-site-footer a:hover {
  color: #9b8000;
}

.renox-site-footer ul,
.renox-site-footer li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.renox-site-footer li + li {
  margin-top: 9px !important;
}

.renox-site-footer a {
  color: #2f2f2f !important;
  font-size: 15px !important;
}

.renox-site-footer a:hover {
  color: #9b8000 !important;
}

.renox-footer__actions {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  margin: 62px 0;
}

.renox-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  background: var(--renox-yellow);
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.renox-site-footer .renox-footer__actions > a:not(.renox-footer__button) {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.renox-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  color: #656565;
  font-size: 12px;
}

.renox-single-product {
  font-family: Arial, Helvetica, sans-serif;
  background: #f6f5ef;
  color: #111;
}

.renox-product-hero {
  background: #fff;
  border-bottom: 1px solid rgba(17,17,17,0.1);
}

.renox-product-hero__inner,
.renox-product-details__inner,
.renox-product-related__inner {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.renox-product-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 70px;
  align-items: center;
  padding: 86px 0;
}

.renox-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  color: #777;
  font-size: 13px;
  font-weight: 800;
}

.renox-product-breadcrumb a {
  color: #111;
  text-decoration: none;
}

.renox-product-kicker {
  margin: 0 0 14px;
  color: #9b8000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.renox-product-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #111;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 900;
  line-height: .95;
}

.renox-product-summary p {
  max-width: 700px;
  margin: 0 0 28px;
  color: #3c3c3c;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
}

.renox-product-brand-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  max-width: 720px;
  margin: 34px 0;
  padding: 22px;
  background: #fbfaf4;
  border: 1px solid rgba(17,17,17,0.1);
}

.renox-product-brand-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  background: #fff;
  border: 1px solid rgba(17,17,17,0.08);
  text-decoration: none;
}

.renox-product-brand-card__logo img {
  max-width: 92px;
  max-height: 52px;
  object-fit: contain;
}

.renox-product-brand-card__logo span {
  padding: 0 10px;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.renox-product-brand-card strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.renox-product-brand-card p {
  margin: 0 0 10px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.55;
}

.renox-product-brand-card a {
  color: #9b8000;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.renox-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.renox-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  background: #ffd000;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .5px;
  text-decoration: none;
  text-transform: uppercase;
}

.renox-product-button--light {
  background: #fff;
  border: 1px solid rgba(17,17,17,0.16);
}

.renox-product-hero__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 44px;
  background: #f8f7f1;
  border: 1px solid rgba(17,17,17,0.1);
}

.renox-product-hero__media img {
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
}

.renox-product-details__inner {
  padding: 78px 0;
}

.renox-product-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(17,17,17,0.12);
  background: #fff;
}

.renox-product-info-card {
  padding: 28px;
  border-right: 1px solid rgba(17,17,17,0.12);
}

.renox-product-info-card:last-child {
  border-right: 0;
}

.renox-product-info-card span {
  display: block;
  margin-bottom: 10px;
  color: #9b8000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.renox-product-info-card strong {
  color: #111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.renox-product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 44px;
  margin-top: 54px;
}

.renox-product-description,
.renox-product-side__box {
  background: #fff;
  border: 1px solid rgba(17,17,17,0.1);
}

.renox-product-description {
  padding: 42px;
}

.renox-product-description h2,
.renox-product-related h2 {
  margin: 0 0 22px;
  color: #111;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  line-height: 1;
}

.renox-product-description p,
.renox-product-side li {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.renox-product-source {
  display: inline-flex;
  margin-top: 18px;
  color: #9b8000;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.renox-product-side {
  display: grid;
  gap: 22px;
  align-content: start;
}

.renox-product-side__box {
  padding: 28px;
}

.renox-product-side__box h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
}

.renox-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.renox-product-tags span {
  padding: 8px 10px;
  background: #f1eddd;
  color: #111;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.renox-product-side ul {
  margin: 0;
  padding-left: 18px;
}

.renox-product-related {
  background: #111;
  color: #fff;
}

.renox-product-related__inner {
  padding: 74px 0 86px;
}

.renox-product-related h2 {
  color: #fff;
}

.renox-product-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.renox-product-related-card {
  display: block;
  padding: 24px;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.renox-product-related-card div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  margin-bottom: 22px;
  background: #f8f7f1;
}

.renox-product-related-card img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.renox-product-related-card span {
  display: block;
  margin-bottom: 10px;
  color: #9b8000;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.renox-product-related-card strong {
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 900px) {
  .renox-topbar__inner {
    flex-direction: column;
    gap: 6px;
  }

  .renox-header__inner {
    min-height: 82px;
  }

  .renox-brand {
    min-height: 82px;
  }

  .renox-brand img {
    width: 142px;
    max-width: 142px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 8px 18px rgba(17,17,17,0.08);
  }

  .renox-brand__text {
    display: none;
  }

  .renox-menu-toggle {
    display: block;
  }

  .renox-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(360px, 84vw);
    height: 100vh;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 94px 30px 30px;
    background: #fff;
    border-left: 1px solid var(--renox-line);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  body.renox-menu-open .renox-nav {
    transform: translateX(0);
  }

  .renox-nav a,
  .renox-nav__item > span {
    min-height: 58px;
    font-size: 24px;
    border-bottom: 1px solid rgba(17,17,17,0.1);
  }

  .renox-submenu {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 12px 16px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    border: 0;
    background: transparent;
  }

  .renox-submenu a {
    min-height: 34px;
    padding: 7px 0;
    font-size: 14px;
  }

  .renox-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .renox-footer__actions,
  .renox-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .renox-product-hero__inner,
  .renox-product-content-grid,
  .renox-product-related__grid {
    grid-template-columns: 1fr;
  }

  .renox-product-hero__inner {
    gap: 34px;
    padding: 48px 0;
  }

  .renox-product-hero__media {
    min-height: 340px;
    padding: 28px;
  }

  .renox-product-info-grid {
    grid-template-columns: 1fr;
  }

  .renox-product-info-card {
    border-right: 0;
    border-bottom: 1px solid rgba(17,17,17,0.12);
  }

  .renox-product-brand-card {
    grid-template-columns: 1fr;
  }
}
body.page-id-9 .renox-header {
  margin-top: 10px;
}
