@media (min-width: 1200px) {
	.main-content .module {margin-top: 40px;}
}
.module.seoh1-module {background: #f4f4f4; border-radius: 20px;}
h2.module-head-title {font-size: 2rem;}
#latest.module.product-module.home-position, #bestseller.module.product-module.home-position {padding: 15px; background: #f4f4f4; border-radius: 20px;}
.product-card {padding: 10px;}
#lastseen {background: #f4f4f4; border-radius: 20px; padding: 30px 10px; margin-top: 50px;}
#contact_form_1 {display: flex; justify-content: center;}
body.informationid_77 h1.page-head-title {text-align: center;}

#contact-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #0066cc;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0,0,0,.25);
}

#contact-fab:hover {
  background: #004999;
  color: #fff;
}

@media (max-width: 768px) {
  #contact-fab span {
    display: none;
  }
  #contact-fab {
    border-radius: 50%;
    padding: 12px 16px;
    font-size: 20px;
	position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 10px !important;
    transform: translateX(-50%) !important;
  }
}


.sr-faq {
  max-width: 1000px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sr-faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 0;
  overflow: hidden;
  height: fit-content;
  transition: box-shadow 0.2s ease;
}

.sr-faq-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.sr-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sr-faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.sr-faq-icon::before,
.sr-faq-icon::after {
  content: "";
  position: absolute;
  background: #111;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.sr-faq-icon::before {
  width: 18px;
  height: 2px;
}

.sr-faq-icon::after {
  width: 2px;
  height: 18px;
}

.sr-faq-item.is-open .sr-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.sr-faq-answer-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.sr-faq-answer {
  padding: 0 22px 22px 22px;
  color: #444;
  line-height: 1.7;
  font-size: 15px;
  border-top: 1px solid #f1f1f1;
  padding-top: 16px;
}

.sr-faq-item.is-open .sr-faq-question {
  color: #000;
  font-size: 19px;
}
.sr-faq-item.is-open .sr-faq-answer {
  color: #000;
}
.sr-faq-question {
  transition: all 0.2s ease;
}

.sr-faq-answer {
  transition: color 0.2s ease;
}

@media (max-width: 768px) {
  .sr-faq {
    grid-template-columns: 1fr;
  }
}

/* Tulajdonságok section
 */

.sr-advantages {
  width: 100%;
  background: #fff;
  padding: 48px 20px;
}

.sr-advantages__inner {
  max-width: 1180px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(88, 128, 173, 0.15);
  border-radius: 26px;
  padding: 42px 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  box-sizing: border-box;
}

.sr-advantages__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  border-radius: 18px;
  padding: 10px;
  box-sizing: border-box;
}

.sr-advantages__item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(76, 110, 150, 0.10);
}

.sr-advantages__icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7a00;
}

.sr-advantages__icon svg {
  width: 58px;
  height: 58px;
  display: block;
}

.sr-advantages__content {
  flex: 1 1 auto;
}

.sr-advantages__content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #4f79a7;
}

.sr-advantages__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #59799b;
}

/* Tablet */
@media (max-width: 991px) {
  .sr-advantages {
    padding: 36px 16px;
  }

  .sr-advantages__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .sr-advantages__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.22);
    padding: 22px 18px;
    border-radius: 18px;
  }

  .sr-advantages__item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 8px 20px rgba(76, 110, 150, 0.10);
  }

  .sr-advantages__icon {
    margin-bottom: 6px;
  }

  .sr-advantages__content h3 {
    font-size: 19px;
  }

  .sr-advantages__content p {
    font-size: 15px;
    line-height: 1.6;
  }
	.sr-shipping-partners {
  background: #ffffff !important;
}
}

/* Kisebb mobil */
@media (max-width: 575px) {
  .sr-advantages {
    padding: 28px 12px;
  }

  .sr-advantages__inner {
    padding: 16px;
    border-radius: 20px;
  }

  .sr-advantages__item {
    padding: 18px 14px;
  }

  .sr-advantages__icon,
  .sr-advantages__icon svg {
    width: 50px;
    height: 50px;
  }

  .sr-advantages__content h3 {
    font-size: 18px;
  }

  .sr-advantages__content p {
    font-size: 14px;
  }
}

/* 
 Szállító partnerek
*/

.sr-shipping-partners {
  padding: 48px 20px;
  background: #ffffff !important;
}

.sr-shipping-partners__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: transparent !important;
}

.sr-shipping-partners__title {
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #111111;
}

.sr-shipping-partners__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.sr-shipping-partners__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 8px 12px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.sr-shipping-partners__logo-item img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 56px;
  object-fit: contain;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
}
/* Az egész kontakt oszlopot húzzuk balra */
.footer-col.footer-col-2-position {
  padding-left: 0 !important;
}

/* A section se adjon plusz belső eltolást */
.footer-col.footer-col-2-position #section-contact {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Maga a modul is balra üljön */
#section-contact .contact-module.footer-position {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* A fejléc és body se tolja be */
#section-contact .contact-module.footer-position .module-head,
#section-contact .contact-module.footer-position .module-body {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Kifejezetten balra igazítás */
#section-contact .contact-module.footer-position,
#section-contact .contact-module.footer-position * {
  text-align: left !important;
}

/* Ha még mindig picit jobbra ül, finoman húzd balra */
#section-contact {
  transform: translateX(-20px);
}
/* Tablet */
@media (max-width: 991px) {
  .sr-shipping-partners {
    padding: 40px 16px;
  }

  .sr-shipping-partners__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .sr-shipping-partners__logos {
    gap: 28px;
  }

  .sr-shipping-partners__logo-item img {
    height: 50px;
  }
}

/* Mobil */
@media (max-width: 575px) {
  .sr-shipping-partners {
    padding: 32px 14px;
  }

  .sr-shipping-partners__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .sr-shipping-partners__logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .sr-shipping-partners__logo-item {
    width: auto;
    min-height: auto;
    padding: 0;
    flex: 0 0 auto;
  }

  .sr-shipping-partners__logo-item img {
    height: 38px;
    width: auto;
    max-width: 120px;
  }
}
/* 
Footer 
 */
.custom-footer-contact {
  color: #ffffff;
}

.custom-footer-contact h2 {
  margin: 0 0 22px;
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 700;
  color: #ffffff;
}

.custom-footer-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #ffffff;
}

.custom-footer-contact__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #ffffff;
}

.custom-footer-contact__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.custom-footer-contact a,
.custom-footer-contact div {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .custom-footer-contact h2 {
    font-size: 1.8rem;
  }
}
.custom-footer-contact__socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.custom-footer-contact__socials .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  transition: all 0.2s ease;
}

.custom-footer-contact__socials .social-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.custom-footer-contact__socials .social-icon:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}
/* 
 Gyors link
 */

.link-collection__link {
    display: inline-block;
    padding: 12px 26px;
    margin: 8px;
    border-radius: 2px;
    border: 2px solid #4F79AF;
    background: transparent;
    color: #4F79AF;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

/* Hover */
.link-collection__link:hover {
    color: #fff;
    border-color: #ff7a00;
    box-shadow: 0 8px 25px rgba(255, 122, 0, 0.35);
    transform: translateY(-2px);
}

/* Animált háttér */
.link-collection__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ff7a00, #ff9a3c);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
    z-index: -1;
}

.link-collection__link:hover::before {
    transform: scaleX(1);
}
.faqx-faq {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    box-sizing: border-box;
}


/* =========================
   TOP KATEGÓRIÁK
========================= */
#module_categoryoffer_wrapper {
    margin-top: 60px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #1e3a8a, #0f172a);
}

#module_categoryoffer_wrapper .module-head {
    margin: 0 0 28px 0 !important;
    padding: 0 !important;
    position: relative;
}

#module_categoryoffer_wrapper .module-head-title,
#module_categoryoffer_wrapper .module-head-title.h1,
#module_categoryoffer_wrapper h1.module-head-title,
#module_categoryoffer_wrapper h2.module-head-title {
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    position: relative;
    transform: translateY(-6px);
    font-weight: 900 !important;
    text-shadow: 0 6px 22px rgba(0, 0, 0, .35);
}

#module_categoryoffer_wrapper .module-head-title::after,
#module_categoryoffer_wrapper .module-head-title.h1::after,
#module_categoryoffer_wrapper h1.module-head-title::after,
#module_categoryoffer_wrapper h2.module-head-title::after {
    content: "";
    display: block;
    width: 520px;
    max-width: 90%;
    height: 2px;
    background: #fff;
    margin: 14px auto 0;
    opacity: 0.85;
}

/* =========================
   GRID
========================= */
#module_categoryoffer_wrapper .categoryoffer-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 20px !important;
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================
   KÁRTYA
========================= */
#module_categoryoffer_wrapper .categoryoffer-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .18) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

#module_categoryoffer_wrapper .categoryoffer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .24) !important;
}

/* =========================
   KÉPTERÜLET
========================= */
#module_categoryoffer_wrapper .categoryoffer-card__image-wrapper {
    height: 210px !important;
    padding: 18px 18px 8px 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff !important;
}

/* =========================
   KÉP
========================= */
#module_categoryoffer_wrapper .categoryoffer-card img,
#module_categoryoffer_wrapper .categoryoffer-card__image {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: 165px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    background: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    transition: transform 0.35s ease;
}

#module_categoryoffer_wrapper .categoryoffer-card:hover img,
#module_categoryoffer_wrapper .categoryoffer-card:hover .categoryoffer-card__image {
    transform: scale(1.04);
}

/* =========================
   SZÖVEG RÉSZ
========================= */
#module_categoryoffer_wrapper .card-body,
#module_categoryoffer_wrapper .categoryoffer-card__body {
    background: #fff !important;
    padding: 8px 16px 20px 16px !important;
    text-align: center !important;
}

/* =========================
   CÍM / LINK
========================= */
#module_categoryoffer_wrapper .categoryoffer-card__title,
#module_categoryoffer_wrapper .categoryoffer-card__link {
    display: block !important;
    color: #0f172a !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

/* Desktopon 1 sor, hogy több hely maradjon a képnek */
@media (min-width: 992px) {
    #module_categoryoffer_wrapper .categoryoffer-card__title,
    #module_categoryoffer_wrapper .categoryoffer-card__link {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
    #module_categoryoffer_wrapper .categoryoffer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    #module_categoryoffer_wrapper .categoryoffer-card__image-wrapper {
        height: 190px !important;
    }

    #module_categoryoffer_wrapper .categoryoffer-card img,
    #module_categoryoffer_wrapper .categoryoffer-card__image {
        max-width: 170px !important;
        max-height: 145px !important;
    }
}

/* =========================
   MOBIL
========================= */
@media (max-width: 576px) {
    #module_categoryoffer_wrapper {
        padding: 30px 12px !important;
    }

    #module_categoryoffer_wrapper .module-head-title,
    #module_categoryoffer_wrapper .module-head-title.h1,
    #module_categoryoffer_wrapper h1.module-head-title,
    #module_categoryoffer_wrapper h2.module-head-title {
        font-size: 28px !important;
        transform: translateY(-4px);
    }

    #module_categoryoffer_wrapper .categoryoffer-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        max-width: 100% !important;
    }

    #module_categoryoffer_wrapper .categoryoffer-grid > li,
    #module_categoryoffer_wrapper .categoryoffer-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
    }

    #module_categoryoffer_wrapper .categoryoffer-card {
        flex-direction: row !important;
        align-items: center !important;
        min-height: 96px;
        border-radius: 14px !important;
        overflow: hidden !important;
        transform: none !important;
    }

    #module_categoryoffer_wrapper .categoryoffer-card__image-wrapper {
        width: 92px !important;
        min-width: 92px !important;
        height: 92px !important;
        padding: 10px !important;
        border-radius: 0 !important;
        background: #fff !important;
    }

    #module_categoryoffer_wrapper .categoryoffer-card img,
    #module_categoryoffer_wrapper .categoryoffer-card__image {
        max-width: 72px !important;
        max-height: 72px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    #module_categoryoffer_wrapper .card-body,
    #module_categoryoffer_wrapper .categoryoffer-card__body {
        padding: 0 14px 0 0 !important;
        text-align: left !important;
        flex: 1 1 auto !important;
    }

    #module_categoryoffer_wrapper .categoryoffer-card__title,
    #module_categoryoffer_wrapper .categoryoffer-card__link {
        white-space: normal !important;
        font-size: 16px !important;
        line-height: 1.3 !important;
        font-weight: 900 !important;
    }

    #module_categoryoffer_wrapper .categoryoffer-card:hover {
        box-shadow: 0 14px 34px rgba(0, 0, 0, .18) !important;
    }
}



/* KUPON POPUP */

body.sr-coupon-popup-open {
  overflow: hidden;
}

#sr-coupon-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  font-family: 'Roboto', Arial, sans-serif;
}

#sr-coupon-popup[style*="display:none"] {
  pointer-events: none;
}

.sr-coupon-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(2px);
}

.sr-coupon-popup__box {
  position: relative;
  width: min(760px, calc(100vw - 24px));
  margin: 28px auto;
  background: #f6f7f9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  animation: srCouponPopupFade .28s ease;
  font-family: 'Roboto', Arial, sans-serif;
  z-index: 2;
}

@keyframes srCouponPopupFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sr-coupon-popup__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 46px;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
  z-index: 5;
  padding: 0;
  width: 42px;
  height: 42px;
  font-weight: 500;
}

.sr-coupon-popup__step {
  display: none;
}

.sr-coupon-popup__step--active {
  display: block;
}

.sr-coupon-popup__image-wrap {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #dfe5ea;
}

.sr-coupon-popup__image {
 width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

.sr-coupon-popup__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0.75) 0%,
    rgba(37, 99, 235, 0.55) 30%,
    rgba(37, 99, 235, 0.35) 55%,
    rgba(37, 99, 235, 0.18) 75%,
    rgba(37, 99, 235, 0.06) 90%,
    rgba(37, 99, 235, 0.00) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.sr-coupon-popup__content {
  padding: 42px 34px 38px;
  text-align: center;
  background: #f6f7f9;
}

.sr-coupon-popup__lead {
  margin: 0 0 16px;
  font-size: 29px;
  line-height: 1.2;
  color: #1f2937;
  font-weight: 400;
}

.sr-coupon-popup__discount {
  margin: 0 0 14px;
  font-size: 92px;
  line-height: 0.95;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -2px;
}

.sr-coupon-popup__subtext {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.35;
  color: #374151;
  font-weight: 400;
}

.sr-coupon-popup__code {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 20px;
  border: 2px dashed #2f6fec;
  border-radius: 14px;
  background: #ffffff;
  color: #1d4ed8;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 18px 16px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px rgba(47,111,236,0.08);
}

.sr-coupon-popup__primary,
.sr-coupon-popup__secondary {
  width: 100%;
  max-width: 620px;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.2s ease;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
}

.sr-coupon-popup__primary {
  border: 0;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px 22px;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.sr-coupon-popup__primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.34);
}

.sr-coupon-popup__primary:active {
  transform: translateY(0);
}

.sr-coupon-popup__secondary {
  margin-top: 14px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #374151;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 18px;
}

.sr-coupon-popup__secondary:hover {
  background: #f9fafb;
}

@media (max-width: 640px) {
  .sr-coupon-popup__box {
    width: calc(100vw - 16px);
    margin: 14px auto;
    border-radius: 18px;
  }

  .sr-coupon-popup__image-wrap {
    height: 250px;
  }

  .sr-coupon-popup__image-wrap::before {
    width: 66%;
    background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0.75) 0%,
    rgba(37, 99, 235, 0.55) 30%,
    rgba(37, 99, 235, 0.35) 55%,
    rgba(37, 99, 235, 0.18) 75%,
    rgba(37, 99, 235, 0.06) 90%,
    rgba(37, 99, 235, 0.00) 100%
    );
  }

  .sr-coupon-popup__content {
    padding: 34px 20px 28px;
  }

  .sr-coupon-popup__lead {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .sr-coupon-popup__discount {
    font-size: 72px;
    margin-bottom: 12px;
  }

  .sr-coupon-popup__subtext {
    font-size: 19px;
    margin-bottom: 24px;
  }

  .sr-coupon-popup__code {
    font-size: 24px;
    padding: 15px 12px;
  }

  .sr-coupon-popup__primary {
    font-size: 19px;
    padding: 18px 16px;
  }

  .sr-coupon-popup__secondary {
    font-size: 15px;
    padding: 12px 14px;
  }

  .sr-coupon-popup__close {
    font-size: 40px;
    top: 8px;
    right: 10px;
  }
}
.sr-coupon-popup__decline {
  margin-top: 24px;
  font-size: 15px;
  color: #6b7280;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s ease;
}

.sr-coupon-popup__decline:hover {
  color: #111827;
  text-decoration: underline;
}


/* Perfect mobile */
@media (max-width: 768px) {
  #section-bannerslider .banner-items-wrapper,
  #section-bannerslider .slick-list,
  #section-bannerslider .banner-item {
    border-radius: 16px !important;
  }

  #section-bannerslider .section-wrapper {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.bannerslider-module {
  justify-content: center !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.banner-items-wrapper,
.banner-items-fullwidth.banner-items-wrapper {
  width: 100% !important;
  max-width: 100% !important;

}

@media (min-width: 992px) {
  .banner-items-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .banner-items-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 1400px) {
  .banner-items-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* a breakpointes régi fix width-ek teljes kiütése */
@media (min-width: 992px) {
  #section-bannerslider .banner-items-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  #section-bannerslider .banner-items-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1400px) {
  #section-bannerslider .banner-items-wrapper,
  #section-bannerslider .banner-items-fullwidth.banner-items-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* ha fix banner arány kell desktopon */
@media (min-width: 992px) {
  #section-bannerslider .banner-item__image,
  #section-bannerslider .banner-item img {
    aspect-ratio: 1536 / 606;
    object-fit: cover;
  }
}

/* mobilon kisebb radius */
@media (max-width: 991.98px) {
  #section-bannerslider .banner-items-wrapper,
  #section-bannerslider .banner-item,
  #section-bannerslider .banner-item__image,
  #section-bannerslider .banner-item img {
    border-radius: 16px !important;
  }
}


/* mobil */
@media (max-width: 991.98px) {
  #section-bannerslider .js-slick-arrows .slick-prev {
    left: 8px !important;
  }

  #section-bannerslider .js-slick-arrows .slick-next {
    right: 8px !important;
  }

  #section-bannerslider .slick-custom-dots-wrapper {
    bottom: 10px !important;
  }
}

@media (min-width: 991px) {
	#section-bannerslider {
  padding-top: 120px !important;
}
}