.elementor-2100 .elementor-element.elementor-element-ec7843a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-2100 .elementor-element.elementor-element-ec7843a:not(.elementor-motion-effects-element-type-background), .elementor-2100 .elementor-element.elementor-element-ec7843a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2563EB;}.elementor-2100 .elementor-element.elementor-element-c24ea3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2100 .elementor-element.elementor-element-c24ea3d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2100 .elementor-element.elementor-element-064422d .elementor-heading-title{color:#FFFFFF;}.elementor-2100 .elementor-element.elementor-element-ffc0a45{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-2100 .elementor-element.elementor-element-ffc0a45.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2100 .elementor-element.elementor-element-8e6321d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 10px;}.elementor-2100 .elementor-element.elementor-element-8e6321d.elementor-element{--align-self:flex-start;}.elementor-2100 .elementor-element.elementor-element-f0c84fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2100 .elementor-element.elementor-element-9b33ef3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2100 .elementor-element.elementor-element-7f168ca{--main-alignment:center;--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-icon-color:#FFFFFF;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-2100 .elementor-element.elementor-element-7f168ca .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}.elementor-2100 .elementor-element.elementor-element-dd92a91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2100 .elementor-element.elementor-element-dd92a91:not(.elementor-motion-effects-element-type-background), .elementor-2100 .elementor-element.elementor-element-dd92a91 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2563EB;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-2100 .elementor-element.elementor-element-c24ea3d{--width:20%;}.elementor-2100 .elementor-element.elementor-element-ffc0a45{--width:43.88%;}.elementor-2100 .elementor-element.elementor-element-f0c84fc{--width:20%;}.elementor-2100 .elementor-element.elementor-element-9b33ef3{--width:15%;}}/* Start custom CSS for woocommerce-menu-cart, class: .elementor-element-7f168ca *//* === Revivy Minicart Styling === */

/* Container */
.woocommerce-mini-cart,
.elementor-menu-cart__main {
  border-radius: 20px !important;
  padding: 20px !important;
  background: #f8faff !important;
  font-family: "Inter", system-ui, sans-serif;
  color: #1f2937;
}

/* Cart items grid */
.woocommerce-mini-cart-item,
.elementor-menu-cart__product {
  padding: 16px 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  display: grid !important;
  grid-template-columns: 60px auto 25px !important;
  gap: 14px !important;
  align-items: flex-start !important;
}

.woocommerce-mini-cart-item:last-child,
.elementor-menu-cart__product:last-child {
  border-bottom: none !important;
}

/* Product image */
.woocommerce-mini-cart-item img,
.elementor-menu-cart__product-thumbnail img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

/* Product title — now black */
.elementor-menu-cart__product-name,
.woocommerce-mini-cart-item .product-name {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 4px;
  color: #111827 !important;
  display: block !important;
  max-width: 180px !important;
}

.elementor-menu-cart__product-name a,
.woocommerce-mini-cart-item .product-name a {
  color: #111827 !important;
}

/* Product details formatting */
.elementor-menu-cart__product-data,
.woocommerce-mini-cart-item .variation {
  font-size: 13px !important;
  color: #6b7280 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 180px !important;
}

/* Remove button styling */
.woocommerce-mini-cart-item .remove,
.elementor-menu-cart__product-remove {
  font-size: 18px !important;
  color: #9ca3af !important;
  transition: 0.2s ease;
}
.woocommerce-mini-cart-item .remove:hover,
.elementor-menu-cart__product-remove:hover {
  color: #2563eb !important;
}

/* Subtotal */
.woocommerce-mini-cart__total,
.elementor-menu-cart__subtotal {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  padding-top: 16px !important;
  padding-bottom: 10px !important;
}

/* === Orange Revivy Buttons === */
.elementor-menu-cart__footer-buttons .elementor-button,
.woocommerce-mini-cart__buttons .button {
  width: 100% !important;
  padding: 14px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #ff7d00 !important; /* Revivy Oranje */
  border: none !important;
  box-shadow: 0 2px 8px rgba(255, 125, 0, 0.25) !important;
}

/* Hover */
.elementor-menu-cart__footer-buttons .elementor-button:hover,
.woocommerce-mini-cart__buttons .button:hover {
  background: #e86f00 !important;
}

/* View cart button (licht oranje variant) */
.elementor-menu-cart__footer .elementor-button--view-cart,
.woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  background: #ffd3b0 !important;
  color: #7a3e00 !important;
}

.elementor-menu-cart__footer .elementor-button--view-cart:hover {
  background: #ffc28a !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-944160a *//* ===== Basis: alleen op mobiel tonen (pas breakpoint aan indien nodig) ===== */
@media (max-width: 1024px) {
  .rv-mobile-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #2563eb; /* Revivy blauw */
    color: #fff;
  }

  .rv-mobile-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  .rv-mobile-logo {
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  /* Burger button */
  .rv-menu-toggle {
    border: none;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px;
    cursor: pointer;
  }

  .rv-menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    display: block;
  }

  /* Backdrop */
  .rv-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 140;
  }

  .rv-menu-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  /* Slide-in menu */
  .rv-mobile-menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.18);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 150;
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  .rv-mobile-menu.is-open {
    transform: translateX(0);
  }

  .rv-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid #e5e7eb;
  }

  .rv-menu-logo {
    font-weight: 700;
    font-size: 17px;
    color: #2563eb;
  }

  .rv-menu-close {
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    color: #4b5563;
  }

  .rv-menu-list {
    list-style: none;
    margin: 0;
    padding: 12px 0;
    flex: 1;
    overflow-y: auto;
  }

  .rv-menu-link {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 1.3;
    color: #111827;
    text-decoration: none;
    cursor: pointer;
  }

  .rv-menu-link:hover {
    background: #f3f4f6;
  }

  /* Submenu */
  .rv-has-sub {
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
  }

  .rv-sub-toggle {
    font-weight: 500;
  }

  .rv-chevron {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
    margin-left: 8px;
  }

  .rv-has-sub.is-open .rv-chevron {
    transform: rotate(-135deg);
  }

  .rv-submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }

  .rv-has-sub.is-open .rv-submenu {
    max-height: 260px; /* genoeg voor 4 links */
  }

  .rv-sub-link {
    display: block;
    padding: 10px 32px 10px 40px;
    font-size: 16px;
    color: #4b5563;
    text-decoration: none;
  }

  .rv-sub-link:hover {
    background: #f9fafb;
    color: #111827;
  }

  /* Footer – inloggen */
  .rv-menu-footer {
    padding: 14px 20px 18px;
    border-top: 1px solid #e5e7eb;
  }

  .rv-login-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #111827;
    text-decoration: none;
  }

  .rv-login-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
  }
}

/* Optioneel: desktop nav verbergen/tonen zelf regelen in jouw theme */

/********************************************
  REVIVY MOBILE MENU – LINKS ZWART MAKEN
*********************************************/
@media (max-width: 1024px) {

  /* Hoofdlinks (Sim Only, Telefoons, Opwaarderen, etc.) */
  .rv-menu-link {
    color: #111827 !important;  /* Zwart */
  }
  .rv-menu-link:hover {
    background: #ffffff !important;
    color: #111827 !important;
  }

  /* Submenu-links (iPhone 12 Pro, etc.) */
  .rv-sub-link {
    color: #111827 !important;  /* Zwart */
  }
  .rv-sub-link:hover {
    background: #ffffff !important;
    color: #111827 !important;
  }

  /* Chevron kleur ook donker ipv groen */
  .rv-chevron {
    border-right: 2px solid #111827 !important;
    border-bottom: 2px solid #111827 !important;
  }

  /* Groene highlight verwijderen */
  .rv-menu-link,
  .rv-sub-link {
    font-weight: 500;
  }
}/* End custom CSS */