.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer {
  position: relative;
  width: 100%;
  font-family: var(--font-family);
  margin-top: 176px;
  padding-top: 80px;
}

/* --- Newsletter (absolutely positioned overlapping footer top) --- */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 610px;
  top: -128px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 1rem;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-inner {
  position: relative;
  z-index: 10;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: -24px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-image-wrap {
  position: relative;
  width: 120px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-title {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  flex: 1;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-form {
  position: relative;
  display: flex;
  width: 100%;
  gap: 8px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-input-wrap {
  position: relative;
  width: 100%;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-mail-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  stroke-width: 2;
  color: #8f8f8f;
  pointer-events: none;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-input {
  height: 70px;
  width: 100%;
  border-radius: 9999px;
  border: 0;
  background: #fff;
  padding-left: 56px;
  padding-right: 80px;
  font-size: 14px;
  font-family: var(--font-family);
  color: #000;
  outline: none;
  box-shadow: 0 10px 10px rgba(80, 80, 80, 0.1);
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-input::placeholder {
  color: #8f8f8f;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-input:focus {
  outline: none;
  box-shadow: 0 10px 10px rgba(80, 80, 80, 0.1);
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background: var(--primary-dark);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-arrow-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  color: #fff;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-success {
  color: var(--primary);
  font-size: 13px;
  font-weight: 500;
  margin: 8px 0 0 0;
  text-align: center;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-error {
  color: var(--price-discount);
  font-size: 13px;
  font-weight: 500;
  margin: 8px 0 0 0;
  text-align: center;
}

/* --- Columns --- */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-columns {
  border-bottom: 2px solid var(--primary-dark);
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-columns-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1232px;
  padding: 0 1rem 30px;
  display: flex;
  flex-direction: column;
}

/* --- Accordion columns --- */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-col {
  margin-bottom: 15px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-col-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid rgba(21, 79, 38, 0.2);
  padding: 15px;
  cursor: pointer;
  user-select: none;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-col-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: inherit;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-toggle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  stroke-width: 4;
  transition: transform 0.2s ease;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-toggle-open {
  transform: rotate(45deg);
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-nav {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding-top: 12px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-nav-open {
  display: flex;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-link {
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-link:hover {
  opacity: 0.7;
}

/* --- Contact column --- */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-col {
  margin-top: 10px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-title {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: inherit;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-body {
  font-size: 14px;
  line-height: 1.6;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-text b {
  font-weight: 700;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-detail {
  margin-top: 2px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-detail b {
  font-weight: 700;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-content {
  display: flex;
  flex-direction: column;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-phone-label {
  font-size: 14px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-phone-label b {
  font-weight: 700;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-phone {
  font-size: 14px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-mail {
  font-size: 14px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-link {
  color: inherit;
  text-decoration: none;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-link:hover {
  text-decoration: underline;
}

/* --- ETBIS --- */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-etbis {
  margin-top: 16px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-etbis-img {
  width: 25%;
  min-width: 90px;
  height: auto;
}

/* --- Bottom bar --- */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-bottom-bar {
  padding: 0 1rem;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-bottom-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-copyright {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

/* --- Desktop social --- */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-social-desktop {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

/* --- Mobile social --- */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-social-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 16px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-social-icon-link {
  position: relative;
  width: 32px;
  aspect-ratio: 1 / 1;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-social-icon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-scaefy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-scaefy-link:hover {
  opacity: 0.8;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-social-icon-svg {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

/* --- Desktop --- */
@media (min-width: 1024px) {
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer {
    margin-top: 192px;
    padding-top: 96px;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-newsletter-wrap {
    max-width: 850px;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-columns-inner {
    flex-direction: row;
    gap: 30px;
    padding-bottom: 88px;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-col {
    flex: 1 1 0%;
    width: 100%;
    margin-bottom: 0;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-col-header {
    border: none;
    padding: 0;
    cursor: default;
    margin-bottom: 20px;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-toggle {
    display: none;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-nav {
    display: flex;
    padding-top: 0;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-col {
    margin-top: 0;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-title {
    text-align: left;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-contact-body {
    text-align: left;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-bottom-inner {
    flex-direction: row;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-social-desktop {
    display: flex;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-footer-social-mobile {
    display: none;
  }
}

/* ===================== CookieConsent Styles ===================== */
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-family: var(--font-family, "cc_1Y5QghZ9ie_Urbanist", sans-serif);
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-text {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  line-height: 1.6;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-text a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
  white-space: nowrap;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  align-items: center;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-btn {
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-btn:hover {
  opacity: 0.85;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-btn-primary {
  background: var(--cookie-btn-bg, #1b7a33);
  color: #ffffff;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-btn-secondary {
  background: transparent;
  border: 1px solid var(--cookie-text, #333);
  color: var(--cookie-text, #333);
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-btn-link {
  background: transparent;
  border: none;
  color: var(--cookie-text, #333);
  text-decoration: underline;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-modal {
  background: #ffffff;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 32px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  animation: k-cookie-fadeIn 0.2s ease;
}

@keyframes k-cookie-fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-modal-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-modal-text {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 8px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-modal-text a {
  color: var(--cookie-accent, #154f26);
  text-decoration: underline;
  font-weight: 600;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-category {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 6px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-category-info {
  flex: 1;
  min-width: 0;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-category-name {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-category-desc {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-toggle-slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-toggle input:checked + .k-cookie-toggle-slider {
  background: var(--cookie-btn-bg, #1b7a33);
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-toggle input:checked + .k-cookie-toggle-slider::before {
  transform: translateX(20px);
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-toggle input:disabled + .k-cookie-toggle-slider {
  opacity: 0.6;
  cursor: not-allowed;
}

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 24px;
}

@media (max-width: 768px) {
.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-bar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-btn {
    flex: 1;
    text-align: center;
    min-width: 100px;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-modal {
    padding: 24px 20px;
    max-height: 90vh;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-category {
    flex-direction: column;
    gap: 12px;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-modal-actions {
    flex-direction: column;
  }

.cc_1Y5QghZ9ie_WNBEbJBcx6 .k-cookie-modal-actions .k-cookie-btn {
    width: 100%;
  }
}
