/* =========================================================
   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 430px !important;
        width: 430px !important;
        max-width: 430px !important;
        margin-right: 25px !important;
    }

  .header-bottom__logo img.logo {
    display: block !important;
    width: 430px !important;
    max-width: 430px !important;
    height: auto !important;
    max-height: none !important;
}
    .header-bottom__logo .header-bottom__h1,
.header-bottom__logo .navbar-brand {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header-bottom__logo .navbar-brand {
    display: block !important;
}

.header-bottom__logo img.logo {
    display: block !important;
    width: 430px !important;
    max-width: 430px !important;
    height: auto !important;
}

    #_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 */


/* 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 STORE – TERMÉKÁR ÉS VÁSÁRLÁSI PANEL
   ========================================================= */
.renault-buy-panel {
    margin-top: 18px;
    padding: 20px 22px;
    background: #fffbea;
    border: 1px solid #f1e6a8;
    border-radius: 8px;
    height: auto !important;
    min-height: 0 !important;
}
.renault-buy-panel .product__prices,.renault-buy-panel .product-prices,.renault-buy-panel .product__actions,.renault-buy-panel .product-add-to-cart,.renault-buy-panel .product__additional-info{background:transparent!important;border:0!important;box-shadow:none!important}
.renault-buy-panel .product__prices{margin:0!important;padding:0!important}
.renault-buy-panel .product__prices .product__price,.renault-buy-panel .product-price{font-size:30px!important;line-height:1.15;font-weight:700!important;color:#111!important}
.renault-buy-panel .product__prices .product__regular-price{font-size:15px;color:#6c757d}
.renault-buy-panel .product__prices .product__tax-infos{margin-top:5px;font-size:13px;color:#6c757d}
.renault-buy-panel .product__actions{margin-top:18px!important;padding:0!important}
.renault-buy-panel .product__actions-qty-add{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;margin-top:10px!important}
.renault-buy-panel .product-actions__quantity{flex:0 0 auto;align-self:flex-start}
.renault-buy-panel .product-actions__quantity input,.renault-buy-panel input[name="qty"]{height:50px!important;min-height:50px!important;border:1px solid #cbd5dc!important;border-radius:6px!important;background:#fff!important;font-size:16px!important;font-weight:600;text-align:center;box-shadow:none!important}
.renault-buy-panel .bootstrap-touchspin .btn{background:#fff!important;border-color:#cbd5dc!important;color:#111!important}
.renault-buy-panel .bootstrap-touchspin .btn:hover{background:#ffcc00!important;border-color:#ffcc00!important;color:#000!important}
.renault-buy-panel .product__add-to-cart{width:100%!important;flex:1 1 auto}
.renault-buy-panel .product__actions-qty-add .product__add-to-cart .product__add-to-cart-button,.renault-buy-panel .product__add-to-cart-button{width:100%!important;min-height:54px!important;padding:12px 24px!important;border:1px solid #000!important;border-radius:7px!important;background:#000!important;color:#ffcc00!important;font-size:17px!important;font-weight:700!important;box-shadow:none!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}
.renault-buy-panel .product__add-to-cart-button .material-icons{color:#ffcc00!important}
.renault-buy-panel .product__actions-qty-add .product__add-to-cart .product__add-to-cart-button:hover,.renault-buy-panel .product__actions-qty-add .product__add-to-cart .product__add-to-cart-button:focus,.renault-buy-panel .product__add-to-cart-button:hover,.renault-buy-panel .product__add-to-cart-button:focus{background:#ffcc00!important;border-color:#ffcc00!important;color:#000!important}
.renault-buy-panel .product__add-to-cart-button:hover .material-icons,.renault-buy-panel .product__add-to-cart-button:focus .material-icons{color:#000!important}
.renault-buy-panel .product__add-to-cart-button:active{transform:translateY(1px)}
@media(max-width:575px){.renault-buy-panel{padding:16px;margin-top:14px}.renault-buy-panel .product__prices .product__price,.renault-buy-panel .product-price{font-size:27px!important}.renault-buy-panel .product__add-to-cart-button{min-height:52px!important;font-size:16px!important}}
/* =========================================================
   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;
}

/* Kapcsolat mindig sárga */
.header-top .ps-contactinfo__email,
.header-top .ps-contactinfo__email:hover,
.header-top .ps-contactinfo__email:focus,
.header-top .ps-contactinfo__phone,
.header-top .ps-contactinfo__phone:hover,
.header-top .ps-contactinfo__phone:focus {
    color: #ffcc00 !important;
}

/* Bejelentkezés és Kosár mindig sárga */
.header-block__icon.material-icons,
.header-block__title,
.header-block:hover .header-block__icon.material-icons,
.header-block:hover .header-block__title,
.header-block:focus .header-block__icon.material-icons,
.header-block:focus .header-block__title {
    color: #ffcc00 !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;
}
/* Renault Store – Összes TOP termék */

a.btn.btn-outline-primary[href*="nepszeru-termekek"] {
    background: #000 !important;
    border-color: #000 !important;
    color: #ffcc00 !important;
}

a.btn.btn-outline-primary[href*="nepszeru-termekek"] .material-icons {
    color: #ffcc00 !important;
}

a.btn.btn-outline-primary[href*="nepszeru-termekek"]:hover {
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
    color: #000 !important;
}

a.btn.btn-outline-primary[href*="nepszeru-termekek"]:hover .material-icons {
    color: #000 !important;
}
/* =========================================================
   RENAULT STORE – FŐOLDALI "ÖSSZES..." GOMBOK
   ========================================================= */

a.btn.btn-outline-primary[href*="/nepszeru-termekek"],
a.btn.btn-outline-primary[href*="/ujdonsagok"],
a.btn.btn-outline-primary[href*="/2-kezdolap"],
a.btn.btn-outline-primary[href*="/learazas"] {
    background: #000 !important;
    border-color: #000 !important;
    color: #ffcc00 !important;
}

/* Nyíl */
a.btn.btn-outline-primary[href*="/nepszeru-termekek"] .material-icons,
a.btn.btn-outline-primary[href*="/ujdonsagok"] .material-icons,
a.btn.btn-outline-primary[href*="/2-kezdolap"] .material-icons,
a.btn.btn-outline-primary[href*="/learazas"] .material-icons {
    color: #ffcc00 !important;
}

/* Hover */
a.btn.btn-outline-primary[href*="/nepszeru-termekek"]:hover,
a.btn.btn-outline-primary[href*="/ujdonsagok"]:hover,
a.btn.btn-outline-primary[href*="/2-kezdolap"]:hover,
a.btn.btn-outline-primary[href*="/learazas"]:hover {
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
    color: #000 !important;
}

/* Nyíl hover */
a.btn.btn-outline-primary[href*="/nepszeru-termekek"]:hover .material-icons,
a.btn.btn-outline-primary[href*="/ujdonsagok"]:hover .material-icons,
a.btn.btn-outline-primary[href*="/2-kezdolap"]:hover .material-icons,
a.btn.btn-outline-primary[href*="/learazas"]:hover .material-icons {
    color: #000 !important;
}
/* =========================================================
   RENAULT STORE – TERMÉKKÁRTYA KOSÁR GOMB
   ========================================================= */

.product-miniature__add.btn-primary {
    background: #000 !important;
    border-color: #000 !important;
    color: #ffcc00 !important;
}

.product-miniature__add.btn-primary .material-icons {
    color: #ffcc00 !important;
}

/* Hover */
.product-miniature__add.btn-primary:hover,
.product-miniature__add.btn-primary:focus {
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
    color: #000 !important;
}

.product-miniature__add.btn-primary:hover .material-icons,
.product-miniature__add.btn-primary:focus .material-icons {
    color: #000 !important;
}
/* =========================================================
   RENAULT STORE – TERMÉKADATOK
   ========================================================= */

.renault-product-meta {
    margin: 12px 0 18px;
    padding: 14px 16px;
    background: #fffbea;
    border-left: 4px solid #ffcc00;
    border-radius: 4px;
}

.renault-product-meta__row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 3px 0;
    font-size: 14px;
    line-height: 1.45;
}

.renault-product-meta__label {
    min-width: 135px;
    color: #555;
}

.renault-product-meta__row strong {
    color: #111;
    font-weight: 600;
}

.renault-product-meta__row a {
    color: #111;
    text-decoration: none;
}

.renault-product-meta__row a:hover {
    text-decoration: underline;
}

/* Raktáron */
.renault-product-meta__available {
    color: #198754 !important;
}

/* Mobil */
@media (max-width: 575px) {
    .renault-product-meta {
        padding: 12px 14px;
    }

    .renault-product-meta__row {
        display: block;
    }

    .renault-product-meta__label {
        display: inline;
        min-width: 0;
        margin-right: 4px;
    }
}
/* Üres kiegészítő információ ne foglaljon helyet */
.renault-buy-panel .product__additional-info:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.renault-buy-panel .product__additional-info {
    display: none !important;
}
/* Renault Store - termékoldal fülek */
.renault-tabs-nav .nav-link {
    color: #111 !important;
    font-weight: 600;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
}

.renault-tabs-nav .nav-link:hover,
.renault-tabs-nav .nav-link:focus {
    color: #111 !important;
    border-bottom-color: #ffcc00;
}

.renault-tabs-nav .nav-link.active {
    color: #111 !important;
    background: transparent;
    border: 0;
    border-bottom: 3px solid #ffcc00;
}

.renault-tabs-content {
    padding-top: 24px;
}/* =========================================================
   RENAULT STORE - ALVÁZSZÁM ELLENŐRZÉS
   ========================================================= */

#form-container {
    background: #fffbea !important;
    border: 1px solid #f1e6a8 !important;
    border-left: 4px solid #ffcc00 !important;
    border-radius: 8px !important;
    padding: 22px !important;
    max-width: 500px !important;
}

#form-container #form-content > p:first-child {
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

#form-container label {
    color: #111 !important;
}

#form-container input[type="text"],
#form-container input[type="email"] {
    background: #fff !important;
    color: #111 !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

#form-container input[type="text"]:focus,
#form-container input[type="email"]:focus {
    border-color: #ffcc00 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 2px rgba(255, 204, 0, .20) !important;
}

#form-container #submit-btn {
    background: #111 !important;
    color: #ffcc00 !important;
    border: 1px solid #111 !important;
    border-radius: 5px !important;
    transition: all .2s ease !important;
}

#form-container #submit-btn:hover {
    background: #ffcc00 !important;
    color: #111 !important;
    border-color: #ffcc00 !important;
}

#form-container #thank-you-msg p:first-of-type {
    color: #111 !important;
}
/* Termék információs rész és az alsó termékblokkok közötti tér */
.renault-product-bottom {
    margin-bottom: 40px !important;
}
/* =========================================================
   RENAULT STORE – KOSÁR / CHECKOUT / BREADCRUMB
   ========================================================= */

/* Breadcrumb linkek */
.breadcrumb a {
    color: #111 !important;
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #d6aa00 !important;
}


/* Általános linkek a kosárban és checkoutban */
/* Általános linkek csak a checkoutban */
#checkout main a:not(.btn) {
    color: #111 !important;
}
}

#checkout a:not(.btn):hover {
    color: #d6aa00 !important;
}


/* Elsődleges gombok – Fizetés / Folytatás stb. */
#cart .btn-primary,
#checkout .btn-primary {
    background: #111 !important;
    border-color: #111 !important;
    color: #ffcc00 !important;
}

#cart .btn-primary:hover,
#cart .btn-primary:focus,
#checkout .btn-primary:hover,
#checkout .btn-primary:focus {
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
    color: #111 !important;
}


/* Másodlagos / körvonalas gombok */
#cart .btn-outline-primary,
#checkout .btn-outline-primary {
    color: #111 !important;
    border-color: #111 !important;
    background: #fff !important;
}

#cart .btn-outline-primary:hover,
#checkout .btn-outline-primary:hover {
    color: #111 !important;
    border-color: #ffcc00 !important;
    background: #ffcc00 !important;
}


/* Checkbox – legyen jól látható kattintás előtt is */
#checkout input[type="checkbox"] {
    border: 2px solid #555 !important;
    box-shadow: none !important;
}

#checkout input[type="checkbox"]:checked {
    background-color: #ffcc00 !important;
    border-color: #111 !important;
}

#checkout input[type="checkbox"]:focus {
    border-color: #111 !important;
    box-shadow: 0 0 0 2px rgba(255, 204, 0, .30) !important;
}


/* Felső kosár – termék darabszám */
.header-block__badge {
    background-color: #ffcc00 !important;
    color: #111 !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 700 !important;
}

.header-block:hover .header-block__badge {
    background-color: #ffcc00 !important;
    color: #111 !important;
}
/* Renault Store – főoldali dupla banner */
.renault-home-banners {
    display: flex;
    gap: 20px;
    width: 100%;
}

.renault-home-banner {
    display: block;
    flex: 1 1 0;
    min-width: 0;
}

.renault-home-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobil: egymás alatt */
@media (max-width: 767.98px) {
    .renault-home-banners {
        flex-direction: column;
        gap: 14px;
    }
}

/* Renault Store – termékcímkék */

.product-flags .badge.on-sale {
    --bs-badge-color: #111111;
    --bs-badge-bg: #ffcc00;
    background-color: #ffcc00 !important;
    border-color: #ffcc00 !important;
    color: #111111 !important;
}

.product-flags .badge.discount {
    --bs-badge-color: #111111;
    --bs-badge-bg: #ffffff;
    background-color: #ffffff !important;
    border-color: #111111 !important;
    color: #111111 !important;
}
/* Renault Store – nincs elérhető termék / üres lista */

.page-content--not-found .btn-primary {
    background: #111111 !important;
    border-color: #111111 !important;
    color: #ffcc00 !important;
}

.page-content--not-found .btn-primary .material-icons {
    color: #ffcc00 !important;
}

.page-content--not-found .btn-primary:hover,
.page-content--not-found .btn-primary:focus {
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
    color: #111111 !important;
}

.page-content--not-found .btn-primary:hover .material-icons,
.page-content--not-found .btn-primary:focus .material-icons {
    color: #111111 !important;
}
/* Renault Store – fizetési mód választó kiemelése */
#checkout-payment-step .custom-radio {
    border: 2px solid #111 !important;
    background: #fff !important;
}

#checkout-payment-step .custom-radio input[type="radio"]:checked + span {
    background: #ffcc00 !important;
    border-color: #111 !important;
}

#checkout-payment-step .payment-option label {
    font-weight: 600;
    cursor: pointer;
}
/* Renault Store – fizetési módok erősebb kiemelése */
#checkout-payment-step .payment-option {
    border: 2px solid #d6d6d6 !important;
    border-radius: 7px;
    padding: 14px 16px !important;
    margin-bottom: 10px !important;
    background: #fff;
    transition: border-color .15s ease, background-color .15s ease;
}

#checkout-payment-step .payment-option:hover {
    border-color: #ffcc00 !important;
    background: #fffbea !important;
}

/* Maga a választógomb is legyen jól látható */
#checkout-payment-step .custom-radio {
    border: 2px solid #111 !important;
}
/* Renault Store – Mihez jó? kompatibilitási lista */
.product_sheet_size_table {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    font-size: 0.88rem;
}

.product_sheet_size_table .ps_tr {
    border: 0 !important;
}

.product_sheet_size_table .ps_main_td {
    padding: 7px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    line-height: 1.35;
    vertical-align: middle;
}

.product_sheet_size_table tbody tr:nth-child(odd) .ps_main_td {
    background: #fafafa !important;
}

.product_sheet_size_table tbody tr:nth-child(even) .ps_main_td {
    background: #fff !important;
}

.product_sheet_size_table tbody tr:hover .ps_main_td {
    background: #fffbea !important;
}

.product_sheet_size_table .ps_main_td b {
    font-weight: 600;
}
