/** Shopify CDN: Minification failed

Line 537:0 Unexpected "}"
Line 1367:0 Unexpected "}"

**/
/* Footer breder en kolommen beter verdelen */
.footer__content-top .grid {
  display: flex !important;
  justify-content: space-between;
  gap: 80px;
}

/* Kolommen iets meer ruimte geven */
.footer__blocks-wrapper {
  width: 100%;
}

/* Individuele footer kolom */
.footer-block {
  flex: 1;
  min-width: 220px;
}

/* Navigatie iets naar rechts */
.footer-block--menu {
  margin-left: 40px;
}
/* Footer: forceer 3 kolommen op desktop */
@media screen and (min-width: 990px) {
  .footer__content-top .grid {
    flex-wrap: nowrap !important;
  }

  .footer-block {
    min-width: unset !important;
  }
}
/* Voorkom dat de titel afbreekt */
.footer-block__heading {
  white-space: nowrap;
}

/* Logo groter maken */
.footer-block--logo img,
.footer__logo img {
  max-width: 90px;
  height: auto;
}
/* Achtergrond offertepagina achter formulier */
.page-width--narrow {
  background: #F6FAFE;
  padding: 80px 40px;
  border-radius: 0px;
}
.image-with-text,
.hero-3d,
.collection-card,
.card,
.page-width {
  border-radius: 16px;
}
/* Algemene cards / secties afronden */
.image-with-text,
.image-with-text__media,
.image-with-text__content,
.multicolumn-card,
.multicolumn-card__info,
.card,
.collection-card,
.product-card,
.hero-3d,
.section,
.page-width,
.rte,
.featured-collection,
.featured-product,
.custom-liquid,
.media,
.banner,
.banner__box {
  border-radius: 16px !important;
  overflow: hidden;
}
/* Fix: ook bovenhoeken afronden in Sense theme */
.shopify-section,
.shopify-section > div,
.shopify-section > div > div,
.page-width,
.page-width > div,
.section,
.section > div {
  border-radius: 16px !important;
  /*overflow: visible;*/
}

/* Verwijder schaduw onder categorieblokken / cards */

.card,
.collection-card,
.multicolumn-card,
.media,
.image-with-text__media,
.product-card,
.grid__item .card {
  box-shadow: none !important;
  filter: none !important;
}
.card::before,
.card::after {
  display: none !important;
}
.footer-block--menu {
  margin-left: 100px;
}
/* Backup fix: alle accordions 1 kolom */
.page-faq .accordion,
.template-page-faq .accordion,
.main-page .accordion {
  display: block !important;
  grid-template-columns: 1fr !important;
}
/* FAQ: afwisselend zwart / oranje */
.custom-faq .faq-item:nth-child(odd) .faq-question {
  color: #000000; /* zwart */
}

.custom-faq .faq-item:nth-child(even) .faq-question {
  color: #F28C28; /* oranje */
}
/* FAQ plusjes altijd zwart */
.custom-faq .faq-question::after,
.custom-faq .faq-question svg {
  color: #000000 !important;
  fill: #000000 !important;
}

/* Open vraag blijft zwart */
.custom-faq .faq-question.active {
  color: #000000 !important;
}
/* FAQ */

.custom-faq {
  background: #F6FAFE;
  padding: 80px 20px;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 700;
}

.faq-title .bleu {
  color: #0072BB;
}
.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
}

.faq-question.active::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  padding-right: 20px;
}
/* FAQ alles zwart maken */
.custom-faq .faq-question,
.custom-faq .faq-question span,
.custom-faq .faq-answer,
.custom-faq .faq-answer p {
  color: #000000 !important;
}

/* Plusjes ook zwart */
.custom-faq .faq-question::after,
.custom-faq .faq-question svg {
  color: #000000 !important;
  fill: #000000 !important;
}
/* FORCE mail kleur op contactpagina */
a[href^="mailto"] {
  color: #000000 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Ook voor contact sectie */
.section-contact a,
.contact a,
.contact__info a,
.contact-form a {
  color: #000000 !important;
}
/* Fix kaarten tekst */
.card,
.card__content,
.multicolumn-card,
.image-with-text,
.collection-card {
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}
.multicolumn-card__info {
  max-width: 100%;
  text-align: center;
}

/* HERO 3D BUTTONS */

.hero-3d-buttons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.hero-3d-btn {
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.25s ease;
}

/* Blauw */
.hero-3d-btn.primary {
  background: #EF8A21;
  color: white;
}

.hero-3d-btn.primary:hover {
  background: #EF8A21;
}

/* Oranje hoofdknop */
.hero-3d-btn-secondary {
  background: #0072BB;
  color: white;
}

.hero-3d-btn-secondary:hover {
  background: #0072BB;
  color: white;
}

/* Onderregel */
.hero-3d-note {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}

/* Tweede hero knop: alleen tekst zwart op hover */
.hero-3d-btn.secondary:hover {
  background-color: #0072BB !important; /* jouw oranje */
  color: #000 !important;              /* zwart */
  border-color: #0072BB !important;
}

.hero-3d-btn {
  transition: all 0.2s ease;
}

.hero-focus-note {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
/* === Onze specialisaties – verbeterde layout === */

.onze-specialisaties-section {
  background: #F6FAFE;
  padding: 10px 20px 80px; /* extra ruimte boven */
  margin-top: 35px;
  border-radius: 18px;
}

.onze-specialisaties-section h2 {
  text-align: center;
  color: #1f3a5f;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 40px;
  
}

/* Grid container */
.specialisaties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto; /* centreert */
}

/* Cards */
.specialisatie-card {
  background: #ffff
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.specialisatie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Images */
.specialisatie-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
}

/* Titles */
.specialisatie-card h3 {
  color: #244f8f;
  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
}

/* Text */
.specialisatie-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
}

/* Mobile fix */
@media (max-width: 900px) {
  .specialisaties-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .onze-specialisaties-section {
    padding: 80px 15px 60px;
  }

  .onze-specialisaties-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
/* Titel kleur: Onze = zwart, specialisaties = blauw */
.onze-specialisaties-section h2 {
  color: #000000; /* zwart/grijs */
}

.onze-specialisaties-section h2 span {
  color: #0072BB; /* blauw */
}
/* Hover effect cards */
.specialisatie-card {
  text-decoration: none;
  transition: all 0.25s ease;
}

.specialisatie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Project pagina uitlijnen met gallery */

.project-gallery,
.project-sections,
.project-cta {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}

.project-block ul {
  margin-left: 20px;
  line-height: 1.7;
}

.project-block p {
  line-height: 1.7;
  max-width: 800px;
}
/* Projectpagina: blokken als normale tekst (geen cards) */

.project-block {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 40px 0 !important;
  max-width: 100% !important;
}
/* NFC Pricing */

.nfc-pricing {
  background: #F6FAFE;
  padding: 60px 20px;
  margin: 80px auto;
  max-width: 1200px;
  border-radius: 16px;
  text-align: center;
}

.nfc-pricing-title {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
}

.nfc-pricing-title .black { color: #000000; }
.nfc-pricing-title .blue { color: #0072BB; }
.nfc-pricing-title .orange { color: #EF8A21; }

.nfc-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.nfc-price-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.nfc-price-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.nfc-price-card .price {
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0;
  color: #0072BB;
}

.nfc-price-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nfc-price-card li {
  margin: 8px 0;
  font-size: 15px;
}

.nfc-price-card.highlight {
  border: 2px solid #EF8A21;
  transform: scale(1.05);
}

.nfc-cta {
  display: inline-block;
  background: #0072BB;
  color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.nfc-cta:hover {
  background: #EF8A21;
  color: #000;
}
/* NFC spacing finetune */

.nfc-price {
  padding-top: 40px !important;   /* Minder ruimte boven */
  padding-bottom: 70px !important;
}

.nfc-price-title {
  margin-top: 0 !important;
  margin-bottom: 25px !important; /* Dichter bij blokken */
}

.nfc-price-grid {
  margin-bottom: 55px !important; /* Meer ruimte naar CTA */
}

.nfc-cta {
  margin-top: 20px !important;
}

}
/* Mooie ster badge voor Plus */

.plus-badge {
  display: inline-block;
  margin-left: 6px;
  background: linear-gradient(135deg, #EF8A21, #FFC04D);
  color: white;
  font-size: 14px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
/* NFC prijzen layout fix */

/* Titel minder ruimte */
.nfc-pricing h2,
.nfc-pricing-title {
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

/* Ruimte tussen prijskaarten */
.nfc-price-cards {
  display: flex;
  gap: 35px !important; /* ruimte tussen blokken */
  justify-content: center;
}

/* Prijsblokken iets losser */
.nfc-price-card {
  padding: 35px 25px !important;
}

/* CTA knop spacing */
.nfc-pricing-cta {
  margin-top: 35px !important;
  margin-bottom: 0px !important;
}

/* Plus badge mooier */
.plus-badge {
  background: linear-gradient(135deg, #f5a623, #ffcc70);
  color: white;
  font-size: 13px;
  padding: 4px 7px;
  border-radius: 50%;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
/* Minder ruimte ONDER vorige sectie */
.project-gallery,
.project-sections,
.onze-specialisaties-section,
.section {
  margin-bottom: 30px !important;
  padding-bottom: 20px !important;
}

/* Minder ruimte BOVEN pricing blok */
.nfc-pricing,
.pricing-section {
  margin-top: 20px !important;
  padding-top: 20px !important;
}

/* Minder ruimte boven titel */
.nfc-pricing h2,
.pricing-section h2 {
  margin-top: 10px !important;
  margin-bottom: 55px !important;
}

/* Meer ruimte tussen kaarten */
.nfc-pricing .price-cards,
.pricing-section .price-cards {
  gap: 35px !important;
  margin-top: 0 !important;
}

/* CTA dichterbij */
.nfc-pricing .pricing-cta,
.pricing-section .pricing-cta {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

/* Verwijder Shopify default section spacing */
.shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* =========================
   LOGO / 3D DISPLAY PAGE
========================= */

.logo-page {
  width: 100%;
  padding: 60px 20px 60px;
  background: linear-gradient(180deg, #f6fafe, #eef4fb);
}

/* Container */
.logo-page .logo-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   HERO
========================= */

.logo-hero {
  text-align: center;
  margin-bottom: 60px;
}

.logo-hero h1 {
  font-size: 44px;
  font-weight: 700;
  color: #1f3a5f;
  margin-bottom: 15px;
}

.logo-hero h1 span {
  color: #f39c12;
}

.logo-hero p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 30px;
}

/* Buttons */

.logo-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* =========================
   UITLEG
========================= */

.logo-uitleg {
  max-width: 900px;
  margin: 0 auto 70px;
  text-align: center;
}

.logo-uitleg h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1f3a5f;
}

.logo-uitleg p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.logo-uitleg ul {
  list-style: none;
  padding: 0;
}

.logo-uitleg li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.logo-uitleg li::before {
  content: "✔ ";
  color: #f39c12;
  font-weight: bold;
}

/* =========================
   PROJECTEN GRID
========================= */

.logo-projecten {
  margin-bottom: 80px;
}

.logo-projecten h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #1f3a5f;
}

/* Grid */

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Card */

.logo-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

/* Image */

.logo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Content */

.logo-card-content {
  padding: 20px;
  text-align: center;
}

.logo-card-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #1f3a5f;
}

.logo-card-content p {
  font-size: 15px;
  color: #666;
}

/* =========================
   CTA
========================= */

.logo-cta {
  text-align: center;
  padding: 50px 20px;
  background: #1f3a5f;
  border-radius: 18px;
  color: #fff;
}

.logo-cta h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.logo-cta p {
  font-size: 17px;
  margin-bottom: 25px;
  opacity: 0.9;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

  .logo-hero h1 {
    font-size: 34px;
  }

  .logo-uitleg h2,
  .logo-projecten h2,
  .logo-cta h2 {
    font-size: 26px;
  }

}
.logo-hero,
.nfc-hero,
.hero-section {
  border-radius: 20px !important;
  overflow: visible !important;
}
/* Logo pagina moet GEEN globale radius/overflow krijgen */
.logo-page,
.logo-page * {
  border-radius: unset !important;
  overflow: visible !important;
}
.logo-hero {
  border-radius: 20px;
  overflow: hidden;
}
.custom-fields {
  margin: 20px 0;
}

.custom-fields label {
  display: block;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 4px;
}

.custom-fields input,
.custom-fields select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}

.logo-hero {
  border-radius: 20px !important;
}

.logo-page {
  overflow: visible !important;
}

.shopify-section {
  overflow: visible !important;
}

/* HERO FIX – correcte layout + ronde hoeken */

.hero-focus {
  border-radius: 20px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 60px 60px !important;
  background: #f6fafe;
}

.hero-focus-inner {
  border-radius: 20px !important;
  overflow: hidden !important;

  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  gap: 40px !important;

  max-width: 1200px;
  margin: 0 auto;
}

/* buttons naast elkaar */
.hero-focus-inner .btn,
.hero-focus-inner .button,
.hero-focus-inner a[class*="btn"] {
  display: inline-block !important;
  margin-right: 12px;
}

/* mobile fix */
@media (max-width: 768px) {
  .hero-focus-inner {
    grid-template-columns: 1fr !important;
  }
}

/* Buttons naast elkaar in hero */
.hero-focus-inner .logo-buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: center !important;
}

.hero-focus-inner .logo-buttons a {
  display: inline-flex !important;
}

/* Mobile: onder elkaar */
@media (max-width: 768px) {
  .hero-focus-inner .logo-buttons {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
/* Forceer buttons naast elkaar in hero-focus */
.hero-focus-inner {
  display: flex !important;
  flex-direction: column !important;
}

/* container van de buttons */
.hero-focus-inner .hero-buttons,
.hero-focus-inner .logo-buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 14px !important;
  align-items: center !important;
}

/* Zorg dat links geen full width zijn */
.hero-focus-inner a {
  width: auto !important;
}

/* HERO layout zoals NFC */
.hero-focus-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  gap: 40px !important;
}

/* Zorg dat tekst links blijft */
.hero-focus-inner > div:first-child {
  grid-column: 1;
}

/* Zorg dat image rechts komt */
.hero-focus-inner > div:last-child {
  grid-column: 2;
}

/* Buttons naast elkaar */
.hero-focus-inner .hero-buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 14px !important;
}

/* Hero afgerond zoals NFC */
.hero-focus {
  border-radius: 20px !important;
  overflow: hidden !important;
  padding: 40px !important;
}

/* Image netjes afgerond */
.hero-focus img {
  border-radius: 16px !important;
}

/* Mobile fix */
@media screen and (max-width: 749px) {
  .hero-focus-inner {
    grid-template-columns: 1fr !important;
  }
}

/* Force desktop layout voor hero-focus */
.hero-focus-inner {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  align-items: center !important;
  gap: 50px !important;
}

/* Zorg dat directe children naast elkaar staan */
.hero-focus-inner > * {
  width: 100% !important;
}

/* Buttons naast elkaar */
.hero-focus-inner .hero-buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
}

/* Fix dat Sense ze onder elkaar forceert */
@media screen and (min-width: 990px) {
  .hero-focus-inner {
    grid-template-columns: 1.1fr 0.9fr !important;
  }
}

/* Mobile netjes onder elkaar */
@media screen and (max-width: 989px) {
  .hero-focus-inner {
    grid-template-columns: 1fr !important;
  }
}

/* NFC pagina ronde hoeken */
.nfc-page,
.nfc-hero,
.nfc-container {
  border-radius: 20px !important;
  overflow: hidden !important;
}

/* Shopify section wrapper NFC */
.shopify-section:has(.nfc-page),
.shopify-section:has(.nfc-hero) {
  border-radius: 20px !important;
  overflow: visible !important;
}

/* achtergrond netjes binnen radius */
.nfc-hero-inner,
.nfc-container-inner {
  border-radius: 20px !important;
}
/* CTA container - clean en normaal */
.logo-cta {
  background-color: #F6FAFE; /* zelfde lichte stijl als rest site */
  padding: 60px 40px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

/* button standaard (blauw, geen gradient) */
.logo-primary-button {
  display: inline-block;
  background-color: #0072BB;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

/* hover wordt oranje */
.logo-primary-button:hover {
  background-color: #EF8A21 !important;
  color: #ffffff !important;
}

.footer__copyright {
  font-size: 12px !important;
  opacity: 0.7;
  letter-spacing: 0.2px;
}
/* Achtergrond project pagina */
.template-page {
  background-color: #F6FAFE;
}
/* Zorg dat de volledige price wrapper links begint */
.price {
  padding-left: 0 !important;
}

/* Container resetten */
.price__container {
  padding-left: 0 !important;
}

.custom-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.custom-price-main {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1;
}

.custom-price-excl {
  font-size: 0.75em;
  opacity: 0.65;
  line-height: 1.1;
}
.custom-price-main,
.custom-price-excl {
  font-kerning: none;
  font-feature-settings: "kern" 0;
}
.custom-price-excl {
  font-size: 0.75em;
  opacity: 0.65;
  margin-left: 7px;   /* ← hiermee schuif je hem naar rechts */
}
/* Grote product achtergrond afronden */
.section .gradient {
  border-radius: 24px;
  overflow: hidden;
}
.price-item--regular {
  font-size: 1.5em;
  font-weight: 600;
}

.price-excl-inline {
  font-size: 0.6em;
  opacity: 0.6;
  margin-left: 8px;
}
.cart__footer{
display:flex;
flex-direction:column;
align-items:flex-start;
}

.cart__ctas{
margin-top:20px;
width:100%;
}

.cart__checkout-button{
width:260px;
}
.cart__ctas{
margin-top:20px;
display:flex;
justify-content:center;
width:100%;
}
.cart__footer{
display:flex;
justify-content:space-between;
align-items:flex-start;
}

#main-cart-footer .cart__footer{
display:grid !important;
grid-template-columns: 1fr 320px !important;
gap:40px;
align-items:start;
}

#main-cart-footer .cart__blocks{
justify-self:end;
width:100%;
max-width:320px;
}
#main-cart-footer .cart__ctas{
display:flex;
justify-content:flex-end;
margin-top:15px;
}

#main-cart-footer .cart__checkout-button{
width:260px;
}
#main-cart-footer .cart__ctas{
display:flex;
justify-content:flex-end;
width:100%;
margin-top:20px;
}
#main-cart-footer .cart__ctas + div{
text-align:right;
margin-top:8px;
}

#main-cart-footer .cart__blocks{
display:flex;
flex-direction:column;
align-items:flex-end;
}

#main-cart-footer .cart__ctas{
display:flex;
justify-content:flex-end;
width:100%;
margin-top:20px;
}

#main-cart-footer .cart__checkout-button{
width:260px;
}
.cart__blocks{
display:flex !important;
justify-content:flex-end !important;
}
.cart__blocks{
display:grid !important;
justify-content:end !important;
}
.cart__footer{
display:grid;
grid-template-columns: 1fr 350px;
}

.cart-summary{
width:350px;
margin-left:auto;
text-align:left;
}
.cart__ctas{
display:flex;
flex-direction:column;
align-items:flex-end;
}

.payment-methods{
margin-top:8px;
font-size:13px;
color:#777;
text-align:right;
}

.cart__checkout-button{
width:220px;
}
.cart__checkout-button{
width:240px;
}

.cart__ctas{
display:flex;
flex-direction:column;
align-items:flex-end;
}

.payment-methods{
text-align:center;
width:240px;
margin-top:8px;
font-size:13px;
color:#777;
}
.cart__footer small{
display:block;
text-align:left;
margin-top:6px;
color:#777;
max-width:260px;
}
.cart__footer{
display:grid;
grid-template-columns: 1fr 420px;
}
.cart-summary{
width:100%;
max-width:420px;
}
.project-internarrow{
color:#000000;
}

.project-carrier{
color:#1f6fb2;
}

.project-direct-verzenden{
color:#f28c28;
}

.image-banner,
.banner,
.page-hero{
border-radius:14px;
overflow:hidden;
max-width:1100px;
margin:40px auto;
}

.image-banner img,
.banner img,
.page-hero img{
border-radius:14px;
}
.image-banner,
.banner,
.page-hero{
border-radius:14px;
overflow:hidden;
max-width:1100px;
margin:40px auto;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.page-hero{
margin-bottom:0;
padding-bottom:0;
}

.page-hero + section{
margin-top:0;
padding-top:0;
}
.page-hero{
margin-top:0px;
}
.card__heading{
min-height:60px;
display:block;
}
.floating-mail{
position:fixed;
bottom:25px;
right:25px;

width:60px;
height:60px;

border-radius:50%;
display:flex;
align-items:center;
justify-content:center;

font-size:24px;
text-decoration:none;

background:linear-gradient(135deg, #2f6fad, #f28c28);
color:white;

box-shadow:0 10px 25px rgba(0,0,0,0.2);

transition:0.25s;
z-index:9999;
}

.floating-mail:hover{
transform:translateY(-4px) scale(1.05);
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

}
.shopify-section:has(.pricing-section) {
  margin-top: -4px;
  display: block;
}