/**
 * Winkelio header polish
 * Scoped to the active Elementor header template so store and checkout layouts are untouched.
 */

.elementor-14210 {
  --winkelio-header-accent: #6366b7;
  --winkelio-header-ink: #171827;
  --winkelio-header-muted: #68697a;
  --winkelio-header-line: #e7e7f2;
  --winkelio-header-surface: #ffffff;
}

.elementor-14210 a,
.elementor-14210 button,
.elementor-14210 input,
.elementor-14210 select {
  -webkit-tap-highlight-color: transparent;
}

.elementor-14210 .header-menus .hfe-menu-item {
  border-radius: 9px;
  transition: color .18s ease, background-color .18s ease;
}

.elementor-14210 .header-menus .hfe-menu-item:hover,
.elementor-14210 .header-menus .current-menu-item > .hfe-menu-item {
  color: var(--winkelio-header-accent) !important;
  background: rgba(99, 102, 183, .08);
}

.elementor-14210 .elementor-widget-icon a,
.elementor-14210 .hfe-search-icon-toggle,
.elementor-14210 .wpr-mini-cart-toggle-btn,
.elementor-14210 .hfe-nav-menu__toggle {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--winkelio-header-line);
  border-radius: 12px;
  background: var(--winkelio-header-surface);
  color: var(--winkelio-header-ink);
  box-shadow: 0 3px 12px rgba(33, 35, 75, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.elementor-14210 .elementor-widget-icon a:hover,
.elementor-14210 .hfe-search-icon-toggle:hover,
.elementor-14210 .wpr-mini-cart-toggle-btn:hover,
.elementor-14210 .hfe-nav-menu__toggle:hover {
  color: var(--winkelio-header-accent);
  border-color: rgba(99, 102, 183, .45);
  box-shadow: 0 6px 18px rgba(33, 35, 75, .11);
  transform: translateY(-1px);
}

.elementor-14210 .wpr-mini-cart-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.elementor-14210 .wpr-mini-cart-icon-count {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 20px;
  background: var(--winkelio-header-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.elementor-14210 .hfe-search-button-wrapper .hfe-search-form__input {
  min-height: 44px;
  border: 1px solid var(--winkelio-header-line) !important;
  border-radius: 12px !important;
  background: #fff;
  color: var(--winkelio-header-ink);
}

.elementor-14210 .hfe-search-button-wrapper .hfe-search-form__input:focus {
  border-color: var(--winkelio-header-accent) !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 183, .14);
  outline: 0;
}

.elementor-14210 .flex-translator {
  position: relative;
}

.elementor-14210 .flex-translator select.gt_selector {
  min-height: 40px;
  padding: 7px 30px 7px 10px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 10px !important;
  background-color: rgba(255,255,255,.10) !important;
  color: #fff !important;
  font-size: 13px;
  cursor: pointer;
}

.elementor-14210 .flex-translator select.gt_selector:focus {
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: 2px;
}

.elementor-14210 .wpr-mini-cart,
.elementor-14210 .hfe-nav-menu__layout-expandible {
  border: 1px solid var(--winkelio-header-line);
  box-shadow: 0 18px 50px rgba(25, 27, 60, .16);
}

.winkelio-mobile-tools {
  display: none;
}

@media (max-width: 767px) {
  .elementor-14210 .elementor-element-1803912a {
    background: #fff;
    border-bottom: 1px solid var(--winkelio-header-line);
    box-shadow: 0 5px 18px rgba(28, 30, 65, .07);
  }

  .elementor-14210 .elementor-element-5f602de > .e-con-inner {
    gap: 8px;
    align-items: center;
  }

  .elementor-14210 .elementor-element-11ad897,
  .elementor-14210 .elementor-element-c3aa73f {
    flex: 0 0 auto;
  }

  .elementor-14210 .hfe-nav-menu__toggle,
  .elementor-14210 .wpr-mini-cart-toggle-btn {
    min-width: 44px !important;
    min-height: 44px !important;
    margin: 0;
  }

  .elementor-14210 .hfe-dropdown-expandible {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
  }

  .elementor-14210 .hfe-dropdown-expandible .hfe-menu-item {
    min-height: 48px;
    display: flex !important;
    align-items: center;
    padding: 11px 16px !important;
    border-bottom: 1px solid #f0f0f6;
    color: var(--winkelio-header-ink) !important;
    font-size: 15px;
  }

  .elementor-14210 .wpr-shopping-cart-inner-wrap {
    width: min(92vw, 390px) !important;
    max-width: 390px;
  }

  .elementor-14210 .flex-translator select.gt_selector {
    max-width: 118px;
    min-height: 38px;
    font-size: 12px;
  }

  .winkelio-mobile-tools {
    order: 20;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    padding: 7px 0 2px;
  }

  .winkelio-mobile-search {
    position: relative;
    min-width: 0;
  }

  .winkelio-mobile-search input[type="search"] {
    width: 100%;
    height: 44px;
    padding: 0 42px 0 14px;
    border: 1px solid var(--winkelio-header-line);
    border-radius: 12px;
    background: #f8f8fc;
    color: var(--winkelio-header-ink);
    font-size: 16px;
  }

  .winkelio-mobile-search input[type="search"]:focus {
    border-color: var(--winkelio-header-accent);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(99,102,183,.13);
    outline: 0;
  }

  .winkelio-mobile-search button,
  .winkelio-mobile-action {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--winkelio-header-line);
    border-radius: 12px;
    background: #fff;
    color: var(--winkelio-header-ink);
    text-decoration: none;
  }

  .winkelio-mobile-search button {
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    background: transparent;
    color: var(--winkelio-header-accent);
  }

  .winkelio-mobile-action:hover,
  .winkelio-mobile-action:focus {
    border-color: var(--winkelio-header-accent);
    color: var(--winkelio-header-accent);
    outline: 0;
  }

  .winkelio-mobile-action .dashicons,
  .winkelio-mobile-search .dashicons {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }
}

@media (max-width: 380px) {
  .winkelio-mobile-tools {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .winkelio-mobile-action--wishlist {
    display: none;
  }
}

/* Desktop wishlist and an explicit click-to-open search box. */
.elementor-14210 .winkelio-header-wishlist {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--winkelio-header-line);
  border-radius: 12px;
  background: #fff;
  color: var(--winkelio-header-ink);
  box-shadow: 0 3px 12px rgba(33, 35, 75, .06);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.elementor-14210 .winkelio-header-wishlist:hover,
.elementor-14210 .winkelio-header-wishlist:focus {
  color: var(--winkelio-header-accent);
  border-color: rgba(99, 102, 183, .45);
  box-shadow: 0 6px 18px rgba(33, 35, 75, .11);
  transform: translateY(-1px);
  outline: 0;
}

.elementor-14210 .winkelio-header-wishlist .dashicons {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.elementor-14210 .home-search-btn {
  position: relative;
  z-index: 30;
}

.elementor-14210 .home-search-btn .hfe-search-form__input {
  position: absolute !important;
  top: calc(100% + 10px);
  right: 0;
  width: min(320px, 82vw) !important;
  height: 48px;
  padding: 0 16px !important;
  border: 1px solid var(--winkelio-header-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(25, 27, 60, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.elementor-14210 .home-search-btn.winkelio-search-open .hfe-search-form__input,
.elementor-14210 .home-search-btn .hfe-search-form__input:focus {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Flat, unified search/cart group in the Royal single-product template. */
.elementor-23729 .elementor-element-c55bf1d {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: visible !important;
}

.elementor-23729 .elementor-element-c55bf1d > .e-con-inner {
  box-sizing: border-box !important;
  width: max-content !important;
  max-width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  margin-inline: auto !important;
  padding: 5px !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  border: 1px solid #e2e2ed !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: visible !important;
}

.elementor-23729 .elementor-element-c55bf1d .elementor-element-fc0bba1,
.elementor-23729 .elementor-element-c55bf1d .elementor-element-55b33c5 {
  box-sizing: border-box !important;
  width: 44px !important;
  max-width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  flex: 0 0 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: visible !important;
}

.elementor-23729 .elementor-element-c55bf1d .elementor-widget,
.elementor-23729 .elementor-element-c55bf1d .elementor-widget-container,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-wrap,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-inner,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-toggle-wrap,
.elementor-23729 .elementor-element-c55bf1d .winkelio-product-search {
  box-sizing: border-box !important;
  width: 44px !important;
  max-width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: visible !important;
}

.elementor-23729 .elementor-element-c55bf1d .winkelio-search-toggle,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-toggle-btn {
  box-sizing: border-box !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #28283c !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  transform: none !important;
  transition: background-color .16s ease, color .16s ease !important;
}

.elementor-23729 .elementor-element-c55bf1d .winkelio-search-toggle:hover,
.elementor-23729 .elementor-element-c55bf1d .winkelio-search-toggle:focus-visible,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-toggle-btn:hover,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-toggle-btn:focus-visible {
  background: #f1effb !important;
  color: #655abb !important;
  box-shadow: none !important;
  transform: none !important;
}

.elementor-23729 .elementor-element-c55bf1d .winkelio-search-toggle:focus-visible,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-toggle-btn:focus-visible {
  outline: 2px solid #655abb !important;
  outline-offset: -2px !important;
}

.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-btn-price {
  display: none !important;
}

.elementor-23729 .elementor-element-c55bf1d .winkelio-search-toggle svg,
.elementor-23729 .elementor-element-c55bf1d .winkelio-search-toggle .dashicons,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-btn-icon,
.elementor-23729 .elementor-element-c55bf1d .wpr-mini-cart-btn-icon svg {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  .elementor-14210 .winkelio-header-wishlist {
    display: none;
  }
}

/* Preserve and lightly polish the user's existing Elementor account icon. */
.elementor-14210 .elementor-element-c1f0885 .elementor-social-icon-user-circle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--winkelio-header-line);
  border-radius: 12px;
  background: #fff;
  color: var(--winkelio-header-ink);
  box-shadow: 0 3px 12px rgba(33,35,75,.06);
}

.elementor-14210 .elementor-element-c1f0885 .elementor-social-icon-user-circle:focus-visible {
  outline: 3px solid rgba(99,102,183,.24);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .elementor-14210 .elementor-element-b00e804 > .elementor-widget-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .elementor-14210 .elementor-element-b00e804 .winkelio-mobile-search-tools {
    order: 30;
    flex: 0 0 44px;
    width: 44px;
    margin: 0;
  }

  .elementor-14210 .winkelio-search--mobile .winkelio-search-panel {
    top: 76px;
    left: 12px;
    right: 12px;
    z-index: 99999;
  }
}

/* Equal-height, symmetrical desktop search, cart and account controls. */
.elementor-14210 .elementor-element-4124f0f {
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

.elementor-14210 .elementor-element-4124f0f > .elementor-element {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 !important;
}

.elementor-14210 .elementor-element-4124f0f .elementor-widget-container,
.elementor-14210 .elementor-element-4124f0f .wpr-mini-cart-wrap,
.elementor-14210 .elementor-element-4124f0f .wpr-mini-cart-inner,
.elementor-14210 .elementor-element-4124f0f .wpr-mini-cart-toggle-wrap,
.elementor-14210 .elementor-element-4124f0f .winkelio-product-search {
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.elementor-14210 .elementor-element-4124f0f > .elementor-element.elementor-element-4d109d2 > .elementor-widget-container {
  width: auto !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-14210 .elementor-element-4124f0f .elementor-element-b2363d4 .elementor-icon,
.elementor-14210 .elementor-element-4124f0f .winkelio-search-toggle {
  box-sizing: border-box !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.elementor-14210 .elementor-element-4124f0f .wpr-mini-cart-toggle-btn {
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 82px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  line-height: 1 !important;
}

.elementor-14210 .elementor-element-4124f0f .elementor-element-b2363d4 .elementor-icon svg,
.elementor-14210 .elementor-element-4124f0f .winkelio-search-toggle .dashicons,
.elementor-14210 .elementor-element-4124f0f .wpr-mini-cart-btn-icon,
.elementor-14210 .elementor-element-4124f0f .wpr-mini-cart-btn-icon > i,
.elementor-14210 .elementor-element-4124f0f .wpr-mini-cart-btn-icon svg {
  box-sizing: border-box !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  line-height: 20px !important;
}

.elementor-14210 .elementor-element-4124f0f .wpr-mini-cart-btn-price {
  height: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  white-space: nowrap !important;
}

.elementor-14210 .elementor-element-4124f0f a:focus-visible,
.elementor-14210 .elementor-element-4124f0f button:focus-visible {
  outline: 3px solid rgba(99,102,183,.24) !important;
  outline-offset: 2px !important;
}

@media (max-width: 767px) {
  .elementor-14210 .elementor-element-c1f0885 .elementor-social-icon-user-circle {
    width: 44px !important;
    height: 44px !important;
  }

  .elementor-14210 .elementor-element-c1f0885 .elementor-social-icon-user-circle svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-14210 *,
  .elementor-14210 *::before,
  .elementor-14210 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
