@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
  position: relative;
}

.custom-body-summary {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

.custom-hero {
  min-height: max(100vh, 766px);
  background-image: url("../img/hero-mobile-image.webp");
  background-size: cover;
  background-position: top 20% left 50%;
  background-repeat: no-repeat;
  padding: 48px 0px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .custom-hero {
    background-image: url("../img/hero-image.webp");
    background-position: center;
    padding: 64px 16px;
  }
}
.custom-hero p {
  margin-bottom: 0px !important;
}

.custom-hero-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .custom-hero-wrapper {
    gap: 48px;
  }
}

.custom-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .custom-hero-content {
    justify-content: center;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    flex: 0 1 auto;
    gap: 24px;
  }
}

.custom-hero-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.custom-hero-top img {
  width: 150px;
  height: auto;
}
.custom-hero-top p {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 3.125vw, 28px);
  font-weight: 700;
  line-height: 1.5;
}

.custom-hero-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.custom-hero-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.custom-hero-header h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-hero-header h1 span {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.custom-hero-header h1 span:first-child {
  font-size: clamp(24px, 3.7760416667vw, 32px);
}
.custom-hero-header h1 span:last-child {
  font-size: clamp(54px, 8.3333333333vw, 88px);
}
@media (min-width: 1200px) {
  .custom-hero-header h1 span:last-child {
    font-size: 88px;
  }
}

.custom-hero-list-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .custom-hero-list-wrap {
    gap: 16px;
  }
}
.custom-hero-list-wrap p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 2.6041666667vw, 20px);
  font-weight: 400;
  line-height: 1.5;
}
.custom-hero-list-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  list-style: disc;
  text-align: center;
}
.custom-hero-list-wrap ul li {
  font-size: clamp(15px, 2.0833333333vw, 16px);
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.custom-hero-mentions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.custom-hero-mentions p {
  padding: 0 16px;
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 2.34375vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

.custom-hero-mentions-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .custom-hero-mentions-content {
    padding: 0 16px;
  }
}

.custom-hero-mentions-content-list {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: stretch;
  animation: carousel 15s linear infinite;
}
@media (min-width: 768px) {
  .custom-hero-mentions-content-list {
    animation: none;
    width: 100%;
    justify-content: center;
  }
}
@keyframes carousel {
  to {
    transform: translateX(-50%);
  }
}

.custom-hero-mentions-content-item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.custom-hero-mentions-content-item img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .custom-hero-mentions-content-item {
    padding: 0 20px;
  }
}
@media (min-width: 1000px) {
  .custom-hero-mentions-content-item {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .custom-hero-mentions-content-item.mobile {
    display: none;
  }
}

.custom-cta {
  border-radius: 8px;
  background: #4277f0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  max-width: 440px;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transform: scale(1);
  transform-origin: center;
}
.custom-cta:hover {
  filter: brightness(1.03);
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .custom-cta {
    min-width: 440px;
  }
}

.custom-footer {
  width: 100%;
}
.custom-footer p {
  margin: 0 !important;
}

.custom-footer-top {
  background-color: #393939;
  color: #fff;
  padding: 28px 0;
}

.custom-footer-top-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1000px) {
  .custom-footer-top-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 1172px) {
  .custom-footer-top-wrapper {
    padding: 0;
  }
}
.custom-footer-top-wrapper img {
  width: 200px;
  height: auto;
}

.custom-footer-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media (min-width: 1000px) {
  .custom-footer-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.custom-footer-links a {
  color: #eee;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.3s ease;
}
.custom-footer-links a:hover {
  color: #fff;
}

.custom-footer-bottom {
  background-color: #fff;
  color: #000;
  padding: 8px 0 120px;
}
@media (min-width: 1050px) {
  .custom-footer-bottom {
    padding: 8px 0 30px;
  }
}

.custom-footer-summary .custom-footer-bottom {
  padding: 32px 0;
  border-top: 1px solid #d1d1d1;
}

.custom-footer-bottom-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .custom-footer-bottom-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1172px) {
  .custom-footer-bottom-wrapper {
    padding: 0;
  }
}

.custom-footer-payments {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.custom-footer-payments-item {
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-footer-payments-item img {
  max-height: 49px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  color: white;
  padding: 20px;
  z-index: 199999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .cookie-banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cookie-banner .cookie-banner-text {
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}
.cookie-banner .cookie-banner-text p {
  margin: 0;
  color: white;
}
.cookie-banner .cookie-banner-text a {
  color: #85ccb1;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-text a:hover {
  color: #85a9b3;
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-buttons {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cookie-btn-accept {
  background-color: #19ae30;
  color: white;
}
.cookie-btn-accept:hover {
  background-color: #158026;
}
.cookie-btn-essential {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-essential:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-settings:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 299999;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal-overlay.show {
  opacity: 1;
}

.cookie-modal {
  background-color: white;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
}
.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e3641;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.cookie-modal-close:hover {
  color: #333;
}
.cookie-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cookie-category-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e3641;
}
.cookie-category-desc {
  font-size: 13px;
  line-height: 18px;
  color: #777;
  margin: 0;
}

/* Switch Styles */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch input:checked + .cookie-slider {
  background-color: #19ae30;
}
.cookie-switch input:focus + .cookie-slider {
  box-shadow: 0 0 1px #19ae30;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.custom-header-summary {
  width: 100%;
  height: 200px;
  overflow-x: hidden;
  background-image: url("../img/hero-image.webp");
  background-size: cover;
  background-position: top 25% left 50%;
  background-repeat: no-repeat;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .custom-header-summary {
    height: 250px;
  }
}
@media (min-width: 1232px) {
  .custom-header-summary {
    padding: 0;
  }
}

.custom-header-summary-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.custom-header-summary-wrapper img {
  width: 200px;
  height: auto;
}

.custom-summary-promotion-time {
  background-color: #ef4444;
  width: 100%;
  padding: 8px 16px;
}
.custom-summary-promotion-time p {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.custom-summary-promotion-time p span {
  color: #fde68a;
}

.custom-summary-content {
  padding: 24px 16px 48px;
}
@media (min-width: 1232px) {
  .custom-summary-content {
    padding: 32px 0 64px;
  }
}

.custom-summary-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-summary-content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .custom-summary-content-header {
    gap: 32px;
  }
}

.promo-badge {
  padding: 16px;
  border-radius: 32px;
  border: 2px solid #bbf7d0;
  background: #f0fdf4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .promo-badge {
    padding: 16px 32px;
  }
}
.promo-badge img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  max-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.promo-badge-title {
  color: #1ac70e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .promo-badge-title {
    font-size: 20px;
  }
}

.promo-badge-description {
  color: #475365;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .promo-badge-description {
    font-size: 20px;
  }
}

.custom-summary-content-header-title {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.custom-summary-content-header-title h1 {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .custom-summary-content-header-title h1 {
    font-size: 42px;
  }
}
.custom-summary-content-header-title h2 {
  color: #1ac70e;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .custom-summary-content-header-title h2 {
    font-size: 42px;
  }
}

.text-blue {
  color: #4277f0;
}

.product-price-old {
  color: #ef4444;
}

.custom-summary-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 32px 0;
}
@media (min-width: 1000px) {
  .custom-summary-offer {
    flex-direction: row;
  }
}

.custom-summary-offer-product {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 36px -2px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 495px;
}
@media (min-width: 1000px) {
  .custom-summary-offer-product {
    min-width: 495px;
  }
}
.custom-summary-offer-product img {
  width: 100%;
  height: auto;
}

.custom-summary-offer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.custom-summary-offer-column > p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.cta-wrapper {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cta-wrapper h3 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.cta-wrapper-buttons {
  width: 100%;
  padding: 12px 0;
}

.call-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .call-info .br-mobile {
    display: none;
  }
}
.call-info p {
  color: #475365;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.call-info p img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.call-info p:last-child {
  font-weight: 400;
}

.limit-notice-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 8px;
  border: 2px solid #fde68a;
  background: #fffbeb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .limit-notice-wrapper {
    padding: 16px 32px;
  }
}
.limit-notice-wrapper p {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.limit-notice-wrapper p img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.limit-notice-wrapper p strong {
  color: #ef4444;
  font-weight: 700;
}

.summary-custom-cta,
.summary-custom-cta-phone {
  margin: 0 auto;
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #4277f0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  border: none;
  max-width: 536px;
  width: 100%;
  text-align: center;
  padding: 12px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transform: scale(1);
  transform-origin: center;
}
.summary-custom-cta:hover,
.summary-custom-cta-phone:hover {
  filter: brightness(1.03);
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .summary-custom-cta,
  .summary-custom-cta-phone {
    font-size: 20px;
    padding: 12px 40px;
  }
}
.summary-custom-cta.hidden,
.summary-custom-cta-phone.hidden {
  display: none;
}

.summary-custom-cta-phone {
  width: 100%;
  outline: 2px solid #4277f0;
  background: #fff;
  color: #4277f0;
}/*# sourceMappingURL=custom.css.map */