/* =========================================================
   RENAULT BÁZIS – SAJÁT DESIGN
   Fő szín: #F5C400
   ========================================================= */


/* =========================================================
   1. FEJLÉC – KERESŐ
   ========================================================= */
/* RenaultStore – felső sárga díszcsík */
body {
    border-top: 3px solid #F5C400;
}
.header-bottom #search_widget form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #d7dce2;
    border-radius: 8px;
    overflow: hidden;
}

.header-bottom #search_widget input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 58px 0 20px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 16px;
    box-shadow: none;
}

.header-bottom #search_widget input[type="text"]:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.header-bottom #search_widget .search {
    position: absolute;
    top: 50%;
    right: 18px;
    left: auto;
    transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
}

.header-bottom #search_widget .clear {
    display: none;
}


/* =========================================================
   2. DESKTOP FEJLÉC
   ========================================================= */

@media (min-width: 768px) {

    .header-bottom__container {
        max-width: 1320px;
    }

    .header-bottom__row {
        min-height: 92px;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

.header-bottom__logo {
    flex: 0 0 320px;
    width: 320px;
    margin-right: 45px !important;
}

.header-bottom__logo img {
    display: block;
    width: 320px;
    max-width: 320px;
    height: auto;
}
    }

    #_desktop_ps_searchbar {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: 760px !important;
        margin: 0 auto 0 0 !important;
    }

    #_desktop_ps_searchbar #search_widget,
    #_desktop_ps_searchbar .ps-searchbar,
    #_desktop_ps_searchbar .ps-searchbar form {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    #_desktop_ps_searchbar .ps_searchbar__input {
        width: 100% !important;
        height: 50px;
        font-size: 16px;
    }
}


/* =========================================================
   3. RENAULT FŐ NAVIGÁCIÓ
   ========================================================= */

.renault-main-navigation {
    position: relative;
    z-index: 1000;
    width: 100%;
    margin-bottom: 24px;
    background: #111111;
    overflow: visible !important;
}

.renault-main-navigation .container-md {
    min-height: 54px;
    display: flex;
    align-items: center;
    position: static !important;
    overflow: visible !important;
}

.renault-main-navigation ul {
    margin-bottom: 0;
}

.renault-main-navigation a,
.renault-main-navigation .ps-mainmenu a,
.renault-main-navigation .ps-mainmenu .nav-link,
.renault-main-navigation .ps-mainmenu .dropdown-toggle {
    color: #F5C400 !important;
}

.renault-main-navigation a:hover {
    color: #ffffff !important;
    opacity: 0.82;
}

/* Fehér lenyíló nyilak */
.renault-main-navigation .dropdown-toggle::after {
    border-top-color: #ffffff !important;
    color: #ffffff !important;
}

.renault-main-navigation .material-icons,
.renault-main-navigation svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Mega menü */
.renault-main-navigation .ps-mainmenu,
.renault-main-navigation .ps-mainmenu__desktop,
.renault-main-navigation .ps-mainmenu__tree,
.renault-main-navigation .ps-mainmenu__tree-item {
    overflow: visible !important;
}

.renault-main-navigation .submenu {
    z-index: 1100 !important;
    background: #ffffff;
}

.renault-main-navigation .submenu a {
    color: #212529 !important;
    opacity: 1 !important;
}

.renault-main-navigation .submenu a:hover {
    color: #F5C400 !important;
    opacity: 1 !important;
}


/* =========================================================
   4. MOBIL FEJLÉC / NAVIGÁCIÓ
   ========================================================= */

@media (max-width: 767px) {

    .header-bottom #search_widget {
        flex-basis: 100%;
        max-width: none;
        margin: 10px 0;
        order: 10;
    }

    .header-bottom #search_widget form {
        height: 46px;
    }

    .renault-main-navigation {
        display: none;
    }
}


/* =========================================================
   5. RENAULT – MIBEN SEGÍTHETÜNK?
   ========================================================= */

.renault-help {
    max-width: 1320px;
    margin: 45px auto 55px;
    padding: 0 15px;
}

.renault-help-heading {
    text-align: center;
    margin-bottom: 30px;
}

.renault-help-heading h2 {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 700;
    color: #111111;
}

.renault-help-heading p {
    margin: 0;
    font-size: 16px;
    color: #66727c;
}


/* Kártyák */

.renault-help-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.renault-help-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 155px;
    padding: 16px 10px;
    background: #ffffff;
    border: 1px solid #e1e5e8;
    border-radius: 10px;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.renault-help-card img {
    width: 90px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 12px;
}

.renault-help-card span {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    color: #111111;
}

.renault-help-card:hover {
    transform: translateY(-3px);
    border-color: #F5C400;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .09);
}

.renault-help-card:hover span {
    color: #F5C400;
}


/* Tablet */

@media (max-width: 991px) {

    .renault-help-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* Mobil */

@media (max-width: 575px) {

    .renault-help {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .renault-help-heading h2 {
        font-size: 25px;
    }

    .renault-help-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .renault-help-card {
        min-height: 135px;
        padding: 12px 6px;
    }

    .renault-help-card img {
        width: 75px;
        height: 65px;
    }

    .renault-help-card span {
        font-size: 14px;
    }
}


/* =========================================================
   6. RENAULT – TERMÉKKÁRTYÁK
   ========================================================= */

.product-miniature {
    height: 100%;
}

.product-miniature__inner {
    height: 100%;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e1e5e8;
    border-radius: 10px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-miniature__inner:hover {
    transform: translateY(-3px);
    border-color: #c7d7e2;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}


/* Termékkép */

.product-miniature__top {
    min-height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-miniature__top img {
    max-height: 230px;
    width: 100%;
    object-fit: contain;
}


/* Terméknév */

.product-miniature__title {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #111111 !important;
    text-decoration: none !important;
}

.product-miniature__title:hover {
    color: #F5C400 !important;
}


/* Cikkszám */

.product-miniature__reference {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.3;
    color: #6c757d;
}

.product-miniature__reference-label {
    font-weight: 600;
    color: #4c5963;
}


/* Ár */

.product-miniature__prices {
    margin-top: 10px;
}

.product-miniature__price {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
}


/* Kosár / mennyiség */

.product-miniature__actions {
    margin-top: 14px;
}

.product-miniature__form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-miniature__add {
    border-radius: 6px;
}


/* Mobil termékkártyák */

@media (max-width: 575px) {

    .product-miniature__inner {
        padding: 10px;
    }

    .product-miniature__top {
        min-height: 170px;
    }

    .product-miniature__top img {
        max-height: 160px;
    }

    .product-miniature__title {
        font-size: 14px;
    }

    .product-miniature__price {
        font-size: 16px;
    }
}


/* =========================================================
   7. RENAULT – HÍRLEVÉL
   ========================================================= */

.renault-newsletter {
    margin-top: 45px;
    padding: 32px 0;
    background: #F5C400;
}

.renault-newsletter__text {
    color: #ffffff;
}

.renault-newsletter__title {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.renault-newsletter__subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255,255,255,.9);
}

.renault-newsletter .form-control {
    height: 48px;
    border: 0;
    border-radius: 6px;
    background: #ffffff;
}

.renault-newsletter .btn-primary {
    height: 48px;
    padding: 0 24px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background: #ffffff;
    color: #F5C400;
    font-weight: 700;
}

.renault-newsletter .btn-primary:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.renault-newsletter .text-body-secondary,
.renault-newsletter .fs-6 {
    color: rgba(255,255,255,.8) !important;
}

.renault-newsletter a {
    color: #ffffff;
}

@media (max-width: 991px) {

    .renault-newsletter__text {
        margin-bottom: 18px;
        text-align: center;
    }
}

@media (max-width: 575px) {

    .renault-newsletter {
        padding: 25px 0;
    }

    .renault-newsletter__title {
        font-size: 21px;
    }
}


/* =========================================================
   8. RENAULT – LÁBLÉC
   ========================================================= */

.footer__main {
    background: #111111;
    color: #ffffff;
    padding-top: 42px;
    padding-bottom: 24px;
}

.footer__main .h3,
.footer__main .h4,
.footer__main .h5,
.footer__main .h6,
.footer__main .block-contact-title,
.footer__main .footer__title {
    color: #ffffff;
    font-weight: 700;
}

.footer__main a {
    color: #dce5eb;
    text-decoration: none;
    transition: color .2s ease;
}

.footer__main a:hover {
    color: #ffffff;
}

.footer__main li {
    margin-bottom: 8px;
}

.footer__main p,
.footer__main address {
    color: #dce5eb;
    line-height: 1.6;
}

.footer__main-top {
    padding-bottom: 28px;
}

.footer__main-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.footer__main .copyright {
    color: #aebbc4;
    font-size: 13px;
}


/* 3 egyenletes footer oszlop + vizuális elosztás */

@media (min-width: 768px) {

    .footer__main-top > * {
        flex: 0 0 33.333333% !important;
        width: 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .footer__main-top > *:nth-child(1) {
        padding-left: 40px;
    }

    .footer__main-top > *:nth-child(2) {
        padding-left: 80px;
    }

    .footer__main-top > *:nth-child(3) {
        padding-left: 120px;
    }
}


/* Mobil footer */

@media (max-width: 767px) {

    .footer__main {
        padding-top: 30px;
    }
}
/* Termékoldal - elérhetőség */
.product__availability-summary {
  margin: 8px 0;
  font-size: 15px;
}

.product__availability-summary.renault-availability--warning strong {
  color: #d97706;
}

/* Termékoldal - az eredeti alsó elérhetőség elrejtése */
.product__add-to-cart-container > .product__availability {
  display: none;
}
/* ==================================================
   RENAULT BÁZIS - TERMÉKOLDAL JOBB OLDALI INFORMÁCIÓK
   ================================================== */

/* Cikkszám, gyártói cikkszám, elérhetőség, gyártó */
.product__reference,
.product__mpn,
.product__availability-summary,
.product__manufacturer {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  background: #ffffff;
  border-left: 1px solid #e1e5e9;
  border-right: 1px solid #e1e5e9;
}

.product__reference {
  padding-top: 11px;
  border-top: 1px solid #e1e5e9;
  border-radius: 6px 6px 0 0;
}

.product__manufacturer {
  padding-bottom: 11px;
  border-bottom: 1px solid #e1e5e9;
  border-radius: 0 0 6px 6px;
  margin-bottom: 18px;
}

/* Bal oldali megnevezések */
.product__reference-label,
.product__mpn-label,
.product__availability-label,
.product__manufacturer-label {
  min-width: 125px;
  color: #5f6872;
  font-weight: 500;
}

/* Értékek */
.product__reference strong,
.product__mpn strong,
.product__manufacturer strong {
  color: #20262d;
  font-weight: 600;
}

/* Gyártó link */
.product__manufacturer a {
  color: #20262d;
  text-decoration: none;
}

.product__manufacturer a:hover {
  text-decoration: underline;
}

/* Elérhetőség */
.product__availability-summary.renault-availability--success strong {
  color: #198754;
  font-weight: 700;
}

.product__availability-summary.renault-availability--danger strong {
  color: #dc3545;
  font-weight: 700;
}

/* =========================================================
   RENAULT BÁZIS – TERMÉKÁR ÉS VÁSÁRLÁSI PANEL
   ========================================================= */

/* Ár blokk – a vásárlási panel felső része */
.product__prices {
  margin: 20px 0 0 !important;
  padding: 20px 20px 8px !important;
  background: #eaf3f8 !important;
  border: 1px solid #d9e4ea;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

/* Aktuális ár */
.product__prices .product__price {
  font-size: 30px !important;
  line-height: 1.15;
  font-weight: 700 !important;
  color: #111111;
}

/* Eredeti / áthúzott ár */
.product__prices .product__regular-price {
  font-size: 15px;
  color: #6c757d;
}

/* ÁFA információ */
.product__prices .product__tax-infos {
  margin-top: 5px;
  font-size: 13px;
  color: #6c757d;
}

/* Vásárlási rész – ugyanannak a panelnek az alsó fele */
.product__actions {
  margin-top: 0 !important;
  padding: 8px 20px 20px !important;
  background: #eaf3f8 !important;
  border: 1px solid #d9e4ea;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

/* Mennyiség és Kosár gomb egymás alatt */
.product__actions .product__actions-qty-add {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

/* Mennyiségválasztó */
.product__actions .product-actions__quantity {
  flex: 0 0 auto;
  align-self: flex-start;
}

.product__actions .product-actions__quantity input {
  min-height: 50px;
}

/* Kosár rész teljes szélességben */
.product__actions .product__add-to-cart {
  width: 100% !important;
  flex: 1 1 auto;
}

/* Kosárhoz adás gomb */
.product__actions-qty-add .product__add-to-cart .product__add-to-cart-button {
  width: 100% !important;
  min-height: 54px !important;
  padding: 12px 24px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
}

/* Mobil */
@media (max-width: 575px) {

  .product__prices {
    padding: 18px 16px 7px !important;
  }

  .product__actions {
    padding: 7px 16px 18px !important;
  }

  .product__prices .product__price {
    font-size: 27px !important;
  }

  .product__actions-qty-add .product__add-to-cart .product__add-to-cart-button {
    min-height: 52px !important;
    font-size: 16px !important;
  }
}
/* =========================================================
   RENAULT BÁZIS – MENNYISÉG ÉS KOSÁR FINOMHANGOLÁS
   ========================================================= */

/* Mennyiség mező */
.product__actions .product-actions__quantity input {
  height: 50px !important;
  min-height: 50px !important;
  border: 1px solid #cbd5dc !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
  box-shadow: none !important;
}

/* +/- gombok */
.product__actions .bootstrap-touchspin .btn {
  background: #ffffff !important;
  border-color: #cbd5dc !important;
  color: #F5C400 !important;
}

.product__actions .bootstrap-touchspin .btn:hover {
  background: #f4f7f9 !important;
  color: #111111 !important;
}

/* Kosárhoz adás */
.product__actions-qty-add .product__add-to-cart .product__add-to-cart-button {
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #F5C400 !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transition: background-color .2s ease, transform .15s ease;
}

/* Kosár gomb hover */
.product__actions-qty-add .product__add-to-cart .product__add-to-cart-button:hover {
  background: #D9AD00 !important;
}

/* Kattintás */
.product__actions-qty-add .product__add-to-cart .product__add-to-cart-button:active {
  transform: translateY(1px);
}
/* =========================================================
   RENAULT BÁZIS – ALVÁZSZÁM ELLENŐRZÉS
   ========================================================= */

.renault-vin-check {
  max-width: 450px;
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border: 2px solid #F5C400;
  border-radius: 8px;
  font-family: inherit;
}

.renault-vin-title {
  margin: 0 0 8px;
  color: #d0121a;
  font-size: 16px;
  font-weight: 700;
}

.renault-vin-intro {
  margin: 0 0 18px;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
}

.renault-vin-field {
  margin-bottom: 14px;
}

.renault-vin-field label {
  display: block;
  margin-bottom: 5px;
  color: #20262d;
  font-size: 14px;
  font-weight: 700;
}

.renault-vin-field input {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cbd5dc;
  border-radius: 5px;
  color: #20262d;
  font-size: 15px;
  box-shadow: none;
}

.renault-vin-field input:focus {
  border-color: #F5C400;
  outline: none;
}

.renault-vin-field input[name="alvazszam"] {
  font-family: monospace;
  text-transform: uppercase;
}

/* Formspree spamcsapda – ne foglaljon helyet */
.renault-vin-gotcha {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.renault-vin-submit {
  width: 100%;
  min-height: 50px;
  padding: 12px 20px;
  background: #F5C400;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.renault-vin-submit:hover {
  background: #D9AD00;
}

.renault-vin-submit:disabled {
  opacity: .65;
  cursor: wait;
}

/* Sikeres elküldés */
.renault-vin-success {
  padding: 20px;
  text-align: center;
}

.renault-vin-success-icon {
  margin-bottom: 10px;
  color: #28a745;
  font-size: 40px;
  line-height: 1;
}

.renault-vin-success-title {
  margin: 0 0 8px;
  color: #F5C400;
  font-size: 18px;
  font-weight: 700;
}
/* RENAULT termékfülek – tartalom térköz */
.renault-product-tabs .tab-content {
  padding-top: 24px;
}
/* =========================================================
   RENAULT BÁZIS – TERMÉK GYIK
   ========================================================= */

.renault-product-faq {
  max-width: 900px;
}

.renault-faq-intro {
  margin: 0 0 24px;
  color: #5f6872;
  font-size: 15px;
  line-height: 1.6;
}

.renault-faq-section {
  margin: 28px 0 10px;
  color: #111111;
  font-size: 17px;
  font-weight: 700;
}

.renault-faq-section:first-of-type {
  margin-top: 0;
}

.renault-faq-accordion .accordion-item {
  margin-bottom: 7px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 6px;
}

.renault-faq-accordion .accordion-button {
  padding: 14px 16px;
  background: #fff;
  color: #20262d;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
}

.renault-faq-accordion .accordion-button:hover {
  background: #f6f9fb;
  color: #F5C400;
}

.renault-faq-accordion .accordion-button:not(.collapsed) {
  background: #eaf3f8;
  color: #F5C400;
  box-shadow: none;
}

.renault-faq-accordion .accordion-body {
  padding: 15px 18px 18px;
  color: #4f5963;
  font-size: 14px;
  line-height: 1.65;
  border-top: 1px solid #edf0f2;
}

.renault-faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .renault-faq-section {
    margin-top: 22px;
    font-size: 16px;
  }

  .renault-faq-accordion .accordion-button {
    padding: 13px 14px;
    font-size: 14px;
  }

  .renault-faq-accordion .accordion-body {
    padding: 14px;
  }
}
/* =========================================================
   RENAULT – TERMÉK ALSÓ RÉSZ: LEÍRÁS + KAPCSOLÓDÓ TERMÉKEK
   ========================================================= */

@media (min-width: 992px) {

  .renault-product-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 380px !important;
    column-gap: 32px !important;
    align-items: start !important;
  }

  .renault-product-bottom > .product__bottom-left,
  .renault-product-bottom > .product__bottom-right {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

}

@media (max-width: 991px) {

  .renault-product-bottom {
    display: block !important;
  }

  .renault-product-bottom > .product__bottom-right {
    margin-top: 24px !important;
  }

}
/* =========================================================
   RENAULT – PPB KAPCSOLÓDÓ TERMÉKEK
   ========================================================= */

.renault-ppb {
  width: 100%;
}

.renault-ppb-title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #111111;
  text-transform: none;
}

.renault-ppb-title a {
  color: inherit;
  text-decoration: none;
}

.renault-ppb-products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.renault-ppb-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: start;

  padding: 10px;
  background: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 7px;
}

.renault-ppb-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #fff;
}

.renault-ppb-image img {
  display: block;
  max-width: 58px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.renault-ppb-info {
  min-width: 0;
}

.renault-ppb-name {
  display: block;
  margin-bottom: 3px;
  color: #20262d;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.renault-ppb-name:hover {
  color: #F5C400;
  text-decoration: none;
}

.renault-ppb-reference {
  margin-bottom: 6px;
  color: #7a838c;
  font-size: 11px;
  line-height: 1.3;
}

.renault-ppb-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
}

.renault-ppb-stock {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.renault-ppb-stock--in {
  color: #198754;
}

.renault-ppb-stock--out {
  color: #dc3545;
}

.renault-ppb-price {
  color: #111111;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

.renault-ppb-cart {
  width: 100%;
  min-height: 32px !important;
  padding: 5px 10px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #F5C400 !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.renault-ppb-cart:hover {
  background: #D9AD00 !important;
  color: #fff !important;
}

/* Mobilon is kulturált marad */
@media (max-width: 991px) {
  .renault-ppb {
    max-width: 600px;
  }
}
.renault-product-image-zoom {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: zoom-in;
}

.renault-product-image-zoom:focus,
.renault-product-image-zoom:hover,
.renault-product-image-zoom:active {
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}
/* RENAULT – főoldali két promóciós banner */
.renault-promo-banners {
  margin: 32px 0;
}

.renault-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.renault-promo-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.renault-promo-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}

.renault-promo-card:hover img {
  transform: scale(1.015);
}

@media (max-width: 767px) {
  .renault-promo-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .renault-promo-banners {
    margin: 24px 0;
  }
}
/* =========================================================
   RENAULT - MOBIL STICKY KOSÁR
   ========================================================= */

.renault-mobile-sticky-cart {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.10);
    padding: 10px 14px;
}
.renault-mobile-sticky-cart.renault-sticky-visible {
    display: block;
}

.renault-mobile-sticky-cart__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
}

.renault-mobile-sticky-cart__price {
    flex: 0 0 auto;
    font-size: 1.15rem;
    font-weight: 700;
    white-space: nowrap;
}

.renault-mobile-sticky-cart__button {
    flex: 1;
    min-height: 46px;
    margin: 0;
    font-weight: 600;
    border-radius: 6px;
}

/* A sáv csak mobilon jelenjen meg */
@media (min-width: 992px) {
    .renault-mobile-sticky-cart {
        display: none !important;
    }
}

/* Ne takarja ki az oldal legalját */
@media (max-width: 991.98px) {
    body {
        padding-bottom: 76px;
    }
}
/* =========================================================
   RENAULTSTORE – FEJLÉC FEKETE HÁTTÉR
   ========================================================= */

/* Felső Kapcsolat / Bejelentkezés sor */
.header-top {
    background: #111111 !important;
    color: #ffffff !important;
}

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

.header-top a:hover {
    color: #F5C400 !important;
}

/* Fő fejléc – logó + kereső */
.header-bottom {
    background: #111111 !important;
}

/* Kereső maradjon fehér */
.header-bottom #search_widget form {
    background: #ffffff !important;
    border-color: #333333 !important;
}

/* Kereső ikon */
.header-bottom #search_widget .search {
    color: #111111 !important;
}
/* RenaultStore – fejléc elválasztó vonalak eltávolítása */
.header-top,
.header-bottom,
.renault-main-navigation {
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}
/* RenaultStore – nagyobb fejléc logó */
@media (min-width: 768px) {
    ...
}