

/* Imported from: ../../../../sub-components/Button/styles.css */
/* ===== Button ===== */

/* --- Base --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-btn, .cc_oredu26a_navbar .kombos-btn, .cc_oredu26a_header .kombos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn:disabled, .cc_oredu26a_navbar .kombos-btn:disabled, .cc_oredu26a_header .kombos-btn:disabled {
  cursor: not-allowed;
}

/* --- Spinner --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-btn__spinner, .cc_oredu26a_navbar .kombos-btn__spinner, .cc_oredu26a_header .kombos-btn__spinner {
  animation: kombos-spin 1s linear infinite;
}

@keyframes kombos-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* --- Icon --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-btn__icon, .cc_oredu26a_navbar .kombos-btn__icon, .cc_oredu26a_header .kombos-btn__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--xs .kombos-btn__icon, .cc_oredu26a_navbar .kombos-btn--xs .kombos-btn__icon, .cc_oredu26a_header .kombos-btn--xs .kombos-btn__icon {
  font-size: 1rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--s .kombos-btn__icon, .cc_oredu26a_navbar .kombos-btn--s .kombos-btn__icon, .cc_oredu26a_header .kombos-btn--s .kombos-btn__icon {
  font-size: 1.25rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--m .kombos-btn__icon, .cc_oredu26a_navbar .kombos-btn--m .kombos-btn__icon, .cc_oredu26a_header .kombos-btn--m .kombos-btn__icon {
  font-size: 1.5rem;
}

/* --- Sizes --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-btn--xs, .cc_oredu26a_navbar .kombos-btn--xs, .cc_oredu26a_header .kombos-btn--xs {
  padding: 0.4375rem 0.9375rem;
  min-height: 2.25rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--s, .cc_oredu26a_navbar .kombos-btn--s, .cc_oredu26a_header .kombos-btn--s {
  padding: 0.5625rem 1.1875rem;
  min-height: 2.75rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--m, .cc_oredu26a_navbar .kombos-btn--m, .cc_oredu26a_header .kombos-btn--m {
  padding: 0.6875rem 1.4375rem;
  min-height: 3.375rem;
}

/* --- Primary --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-btn--primary, .cc_oredu26a_navbar .kombos-btn--primary, .cc_oredu26a_header .kombos-btn--primary {
  background-color: var(--kombos-gray-900);
  border-color: var(--kombos-gray-900);
  color: var(--kombos-white);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--primary:hover:not(:disabled), .cc_oredu26a_navbar .kombos-btn--primary:hover:not(:disabled), .cc_oredu26a_header .kombos-btn--primary:hover:not(:disabled) {
  opacity: 0.85;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--primary:disabled, .cc_oredu26a_navbar .kombos-btn--primary:disabled, .cc_oredu26a_header .kombos-btn--primary:disabled {
  background-color: var(--kombos-gray-300);
  border-color: var(--kombos-gray-300);
  color: var(--kombos-gray-50);
}

/* --- Secondary --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-btn--secondary, .cc_oredu26a_navbar .kombos-btn--secondary, .cc_oredu26a_header .kombos-btn--secondary {
  background-color: var(--kombos-white);
  border-color: var(--kombos-gray-200);
  color: var(--kombos-gray-900);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--secondary:hover:not(:disabled), .cc_oredu26a_navbar .kombos-btn--secondary:hover:not(:disabled), .cc_oredu26a_header .kombos-btn--secondary:hover:not(:disabled) {
  border-color: var(--kombos-gray-300);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--secondary:disabled, .cc_oredu26a_navbar .kombos-btn--secondary:disabled, .cc_oredu26a_header .kombos-btn--secondary:disabled {
  background-color: var(--kombos-gray-50);
  border-color: var(--kombos-gray-200);
  color: var(--kombos-gray-300);
}

/* --- Dangerous --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-btn--dangerous, .cc_oredu26a_navbar .kombos-btn--dangerous, .cc_oredu26a_header .kombos-btn--dangerous {
  background-color: var(--kombos-error);
  border-color: var(--kombos-error);
  color: var(--kombos-white);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--dangerous:hover:not(:disabled), .cc_oredu26a_navbar .kombos-btn--dangerous:hover:not(:disabled), .cc_oredu26a_header .kombos-btn--dangerous:hover:not(:disabled) {
  background-color: var(--kombos-error-hover);
  border-color: var(--kombos-error-hover);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-btn--dangerous:disabled, .cc_oredu26a_navbar .kombos-btn--dangerous:disabled, .cc_oredu26a_header .kombos-btn--dangerous:disabled {
  background-color: var(--kombos-gray-300);
  border-color: var(--kombos-gray-300);
  color: var(--kombos-gray-50);
}

/* End import: ../../../../sub-components/Button/styles.css */
/* Imported from: ../../../../sub-components/Input/styles.css */
/* ===== Input Sub-Component ===== */

/* --- Base --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input, .cc_oredu26a_navbar .kombos-input, .cc_oredu26a_header .kombos-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--kombos-gray-200);
  border-radius: 6px;
  background: var(--kombos-white);
  transition: border-color 0.15s ease;
  width: 100%;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input:hover, .cc_oredu26a_navbar .kombos-input:hover, .cc_oredu26a_header .kombos-input:hover {
  border-color: var(--kombos-gray-300);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input:focus-within, .cc_oredu26a_navbar .kombos-input:focus-within, .cc_oredu26a_header .kombos-input:focus-within {
  border-color: var(--kombos-gray-900);
}

/* --- Sizes --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input--s, .cc_oredu26a_navbar .kombos-input--s, .cc_oredu26a_header .kombos-input--s {
  padding: 0.5rem 0.8125rem;
  gap: 0.5rem;
  min-height: 2.75rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--xs, .cc_oredu26a_navbar .kombos-input--xs, .cc_oredu26a_header .kombos-input--xs {
  padding: 0.375rem 0.75rem;
  gap: 0.375rem;
  min-height: 2.25rem;
}

/* --- Native input --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input__native, .cc_oredu26a_navbar .kombos-input__native, .cc_oredu26a_header .kombos-input__native {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--kombos-gray-900);
  padding: 0;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input__native::placeholder, .cc_oredu26a_navbar .kombos-input__native::placeholder, .cc_oredu26a_header .kombos-input__native::placeholder {
  color: var(--kombos-gray-400);
}

/* --- Left icon --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input__icon, .cc_oredu26a_navbar .kombos-input__icon, .cc_oredu26a_header .kombos-input__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--kombos-gray-500);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--s .kombos-input__icon, .cc_oredu26a_navbar .kombos-input--s .kombos-input__icon, .cc_oredu26a_header .kombos-input--s .kombos-input__icon {
  font-size: 1.25rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--xs .kombos-input__icon, .cc_oredu26a_navbar .kombos-input--xs .kombos-input__icon, .cc_oredu26a_header .kombos-input--xs .kombos-input__icon {
  font-size: 1rem;
}

/* --- With-icon variant --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input--with-icon, .cc_oredu26a_navbar .kombos-input--with-icon, .cc_oredu26a_header .kombos-input--with-icon {
  border-color: var(--kombos-gray-500);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--s.kombos-input--with-icon, .cc_oredu26a_navbar .kombos-input--s.kombos-input--with-icon, .cc_oredu26a_header .kombos-input--s.kombos-input--with-icon {
  padding: 0.5rem 0.6875rem;
  gap: 0.75rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--xs.kombos-input--with-icon, .cc_oredu26a_navbar .kombos-input--xs.kombos-input--with-icon, .cc_oredu26a_header .kombos-input--xs.kombos-input--with-icon {
  padding: 0.375rem 0.6875rem;
  gap: 0.5rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--with-icon:hover, .cc_oredu26a_navbar .kombos-input--with-icon:hover, .cc_oredu26a_header .kombos-input--with-icon:hover, .cc_oredu26a_ore_dune_header_v2 .kombos-input--with-icon:focus-within, .cc_oredu26a_navbar .kombos-input--with-icon:focus-within, .cc_oredu26a_header .kombos-input--with-icon:focus-within {
  border-color: var(--kombos-gray-700);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_oredu26a_navbar .kombos-input--with-icon:focus-within .kombos-input__icon, .cc_oredu26a_header .kombos-input--with-icon:focus-within .kombos-input__icon {
  color: var(--kombos-gray-700);
}

/* --- Password toggle --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input__toggle, .cc_oredu26a_navbar .kombos-input__toggle, .cc_oredu26a_header .kombos-input__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--kombos-gray-400);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--s .kombos-input__toggle, .cc_oredu26a_navbar .kombos-input--s .kombos-input__toggle, .cc_oredu26a_header .kombos-input--s .kombos-input__toggle {
  font-size: 1.5rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--xs .kombos-input__toggle, .cc_oredu26a_navbar .kombos-input--xs .kombos-input__toggle, .cc_oredu26a_header .kombos-input--xs .kombos-input__toggle {
  font-size: 1.25rem;
}

/* --- Date input --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input__native[type="date"], .cc_oredu26a_navbar .kombos-input__native[type="date"], .cc_oredu26a_header .kombos-input__native[type="date"], .cc_oredu26a_ore_dune_header_v2 .kombos-input__native[type="datetime-local"], .cc_oredu26a_navbar .kombos-input__native[type="datetime-local"], .cc_oredu26a_header .kombos-input__native[type="datetime-local"] {
  -webkit-appearance: none;
  appearance: none;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input__native[type="date"]::-webkit-calendar-picker-indicator, .cc_oredu26a_navbar .kombos-input__native[type="date"]::-webkit-calendar-picker-indicator, .cc_oredu26a_header .kombos-input__native[type="date"]::-webkit-calendar-picker-indicator, .cc_oredu26a_ore_dune_header_v2 .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_oredu26a_navbar .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator, .cc_oredu26a_header .kombos-input__native[type="datetime-local"]::-webkit-calendar-picker-indicator {
  display: block;
  opacity: 1;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

/* --- Status (standalone + inherited from FormItem) --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input[data-state="error"], .cc_oredu26a_navbar .kombos-input[data-state="error"], .cc_oredu26a_header .kombos-input[data-state="error"], .cc_oredu26a_ore_dune_header_v2 [data-state="error"] .kombos-input, .cc_oredu26a_navbar [data-state="error"] .kombos-input, .cc_oredu26a_header [data-state="error"] .kombos-input {
  border-color: var(--kombos-error);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input[data-state="error"]:hover, .cc_oredu26a_navbar .kombos-input[data-state="error"]:hover, .cc_oredu26a_header .kombos-input[data-state="error"]:hover, .cc_oredu26a_ore_dune_header_v2 .kombos-input[data-state="error"]:focus-within, .cc_oredu26a_navbar .kombos-input[data-state="error"]:focus-within, .cc_oredu26a_header .kombos-input[data-state="error"]:focus-within, .cc_oredu26a_ore_dune_header_v2 [data-state="error"] .kombos-input:hover, .cc_oredu26a_navbar [data-state="error"] .kombos-input:hover, .cc_oredu26a_header [data-state="error"] .kombos-input:hover, .cc_oredu26a_ore_dune_header_v2 [data-state="error"] .kombos-input:focus-within, .cc_oredu26a_navbar [data-state="error"] .kombos-input:focus-within, .cc_oredu26a_header [data-state="error"] .kombos-input:focus-within {
  border-color: var(--kombos-error);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input[data-state="success"], .cc_oredu26a_navbar .kombos-input[data-state="success"], .cc_oredu26a_header .kombos-input[data-state="success"], .cc_oredu26a_ore_dune_header_v2 [data-state="success"] .kombos-input, .cc_oredu26a_navbar [data-state="success"] .kombos-input, .cc_oredu26a_header [data-state="success"] .kombos-input {
  border-color: var(--kombos-success);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input[data-state="success"]:hover, .cc_oredu26a_navbar .kombos-input[data-state="success"]:hover, .cc_oredu26a_header .kombos-input[data-state="success"]:hover, .cc_oredu26a_ore_dune_header_v2 .kombos-input[data-state="success"]:focus-within, .cc_oredu26a_navbar .kombos-input[data-state="success"]:focus-within, .cc_oredu26a_header .kombos-input[data-state="success"]:focus-within, .cc_oredu26a_ore_dune_header_v2 [data-state="success"] .kombos-input:hover, .cc_oredu26a_navbar [data-state="success"] .kombos-input:hover, .cc_oredu26a_header [data-state="success"] .kombos-input:hover, .cc_oredu26a_ore_dune_header_v2 [data-state="success"] .kombos-input:focus-within, .cc_oredu26a_navbar [data-state="success"] .kombos-input:focus-within, .cc_oredu26a_header [data-state="success"] .kombos-input:focus-within {
  border-color: var(--kombos-success);
}

/* --- Disabled state --- */
.cc_oredu26a_ore_dune_header_v2 .kombos-input--disabled, .cc_oredu26a_navbar .kombos-input--disabled, .cc_oredu26a_header .kombos-input--disabled {
  background: var(--kombos-gray-50);
  border-color: var(--kombos-gray-200);
  pointer-events: none;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-input--disabled .kombos-input__native, .cc_oredu26a_navbar .kombos-input--disabled .kombos-input__native, .cc_oredu26a_header .kombos-input--disabled .kombos-input__native, .cc_oredu26a_ore_dune_header_v2 .kombos-input--disabled .kombos-input__native::placeholder, .cc_oredu26a_navbar .kombos-input--disabled .kombos-input__native::placeholder, .cc_oredu26a_header .kombos-input--disabled .kombos-input__native::placeholder {
  color: var(--kombos-gray-300);
}

/* End import: ../../../../sub-components/Input/styles.css */
/* Imported from: ../../../../sub-components/ProductCard/styles.css */
/* ===== Product Card ===== */
.cc_oredu26a_ore_dune_header_v2 .kombos-product-card, .cc_oredu26a_navbar .kombos-product-card, .cc_oredu26a_header .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

/* Image wrapper */
.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__image-wrapper, .cc_oredu26a_navbar .kombos-product-card__image-wrapper, .cc_oredu26a_header .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media-link, .cc_oredu26a_navbar .kombos-product-card__media-link, .cc_oredu26a_header .kombos-product-card__media-link {
  display: block;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media, .cc_oredu26a_navbar .kombos-product-card__media, .cc_oredu26a_header .kombos-product-card__media {
  width: 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-100);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media--primary, .cc_oredu26a_navbar .kombos-product-card__media--primary, .cc_oredu26a_header .kombos-product-card__media--primary {
  transition: opacity 0.3s ease;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media--hover, .cc_oredu26a_navbar .kombos-product-card__media--hover, .cc_oredu26a_header .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_oredu26a_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_oredu26a_header .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_oredu26a_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_oredu26a_header .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover {
  opacity: 1;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media--placeholder, .cc_oredu26a_navbar .kombos-product-card__media--placeholder, .cc_oredu26a_header .kombos-product-card__media--placeholder {
  border: 1px solid var(--kombos-gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--kombos-gray-300);
  font-size: 4rem;
}

/* Badges */
.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__badges, .cc_oredu26a_navbar .kombos-product-card__badges, .cc_oredu26a_header .kombos-product-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Favorite */
.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__favorite, .cc_oredu26a_navbar .kombos-product-card__favorite, .cc_oredu26a_header .kombos-product-card__favorite {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  color: var(--kombos-gray-900);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Out of stock overlay */
.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__overlay, .cc_oredu26a_navbar .kombos-product-card__overlay, .cc_oredu26a_header .kombos-product-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__sold-out-badge, .cc_oredu26a_navbar .kombos-product-card__sold-out-badge, .cc_oredu26a_header .kombos-product-card__sold-out-badge {
  backdrop-filter: blur(10px);
  background: rgba(31, 24, 20, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  bottom: 0.85rem;
  box-shadow: 0 0.55rem 1.4rem rgba(22, 16, 12, 0.2);
  color: #fffaf3;
  font-size: 0.58rem;
  font-weight: 600;
  left: 0.85rem;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0.68rem 0.82rem 0.62rem;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}


/* Add to Cart Button */
.cc_oredu26a_ore_dune_header_v2 .kombos-product-card__add-btn, .cc_oredu26a_navbar .kombos-product-card__add-btn, .cc_oredu26a_header .kombos-product-card__add-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__sold-out-badge, .cc_oredu26a_navbar .kombos-product-card__sold-out-badge, .cc_oredu26a_header .kombos-product-card__sold-out-badge {
    bottom: 1rem;
    left: 1rem;
  }
}

/* End import: ../../../../sub-components/ProductCard/styles.css */
/* Imported from: ../../../../sub-components/SpinnerIcon/styles.css */
.cc_oredu26a_ore_dune_header_v2 .kombos-spinner, .cc_oredu26a_navbar .kombos-spinner, .cc_oredu26a_header .kombos-spinner {
  animation: kombos-spin 1s linear infinite;
}

@keyframes kombos-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* End import: ../../../../sub-components/SpinnerIcon/styles.css */
/* Imported from: ../../../CardProductName/styles.css */
.cc_oredu26a_ore_dune_header_v2 .kombos-card-product-name, .cc_oredu26a_navbar .kombos-card-product-name, .cc_oredu26a_header .kombos-card-product-name {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-card-product-name__link, .cc_oredu26a_navbar .kombos-card-product-name__link, .cc_oredu26a_header .kombos-card-product-name__link {
  display: block;
  color: var(--kombos-gray-900);
  text-decoration: none;
  max-width: 100%;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-card-product-name__link:hover, .cc_oredu26a_navbar .kombos-card-product-name__link:hover, .cc_oredu26a_header .kombos-card-product-name__link:hover {
  text-decoration: underline;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-card-product-name__link--single-line, .cc_oredu26a_navbar .kombos-card-product-name__link--single-line, .cc_oredu26a_header .kombos-card-product-name__link--single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End import: ../../../CardProductName/styles.css */
/* Imported from: ../../../CardProductPrice/styles.css */
.cc_oredu26a_ore_dune_header_v2 .kombos-card-product-price, .cc_oredu26a_navbar .kombos-card-product-price, .cc_oredu26a_header .kombos-card-product-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-card-product-price__current, .cc_oredu26a_navbar .kombos-card-product-price__current, .cc_oredu26a_header .kombos-card-product-price__current {
  color: var(--kombos-gray-900);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-card-product-price__old, .cc_oredu26a_navbar .kombos-card-product-price__old, .cc_oredu26a_header .kombos-card-product-price__old {
  color: var(--kombos-gray-500);
}

/* End import: ../../../CardProductPrice/styles.css */

/* ===== Search Modal ===== */
.cc_oredu26a_ore_dune_header_v2 .kombos-search-overlay, .cc_oredu26a_navbar .kombos-search-overlay, .cc_oredu26a_header .kombos-search-overlay {
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  backdrop-filter: blur(8px) saturate(1.08);
  align-items: flex-start;
  background: rgba(20, 15, 12, 0.42);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding:
    max(5.35rem, calc(env(safe-area-inset-top) + 4.25rem))
    0.75rem
    max(1rem, env(safe-area-inset-bottom));
  position: fixed;
  z-index: 2147482000;
  opacity: 0;
  transition: opacity 220ms ease;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search-overlay--open, .cc_oredu26a_navbar .kombos-search-overlay--open, .cc_oredu26a_header .kombos-search-overlay--open {
  opacity: 1;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__panel, .cc_oredu26a_navbar .kombos-search__panel, .cc_oredu26a_header .kombos-search__panel {
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
  backdrop-filter: blur(24px) saturate(1.3);
  background:
    radial-gradient(circle at 12% -18%, rgba(255, 255, 255, 0.9), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(244, 239, 233, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.6rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 1.4rem 4.5rem rgba(20, 14, 10, 0.25),
    0 0.25rem 1rem rgba(20, 14, 10, 0.1);
  display: flex;
  flex-direction: column;
  height: auto !important;
  max-height: min(74vh, 44rem);
  min-height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.75rem) scale(0.985);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: min(100%, 54rem);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search-overlay--open .kombos-search__panel, .cc_oredu26a_navbar .kombos-search-overlay--open .kombos-search__panel, .cc_oredu26a_header .kombos-search-overlay--open .kombos-search__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Header */
.cc_oredu26a_ore_dune_header_v2 .kombos-search__header, .cc_oredu26a_navbar .kombos-search__header, .cc_oredu26a_header .kombos-search__header {
  align-items: center;
  border-bottom: 1px solid rgba(83, 67, 54, 0.1);
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.65rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__header .kombos-input__field, .cc_oredu26a_navbar .kombos-search__header .kombos-input__field, .cc_oredu26a_header .kombos-search__header .kombos-input__field {
  border-radius: 999px;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__logo-area, .cc_oredu26a_navbar .kombos-search__logo-area, .cc_oredu26a_header .kombos-search__logo-area {
  display: none;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__logo, .cc_oredu26a_navbar .kombos-search__logo, .cc_oredu26a_header .kombos-search__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: var(--search-logo-h-mobile, 3rem);
  overflow: hidden;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__logo-img, .cc_oredu26a_navbar .kombos-search__logo-img, .cc_oredu26a_header .kombos-search__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__input-wrap, .cc_oredu26a_navbar .kombos-search__input-wrap, .cc_oredu26a_header .kombos-search__input-wrap {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(71, 56, 45, 0.2);
  border-radius: 999px;
  flex: 1;
  min-height: 3rem;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__input-wrap:hover, .cc_oredu26a_navbar .kombos-search__input-wrap:hover, .cc_oredu26a_header .kombos-search__input-wrap:hover, .cc_oredu26a_ore_dune_header_v2 .kombos-search__input-wrap:focus-within, .cc_oredu26a_navbar .kombos-search__input-wrap:focus-within, .cc_oredu26a_header .kombos-search__input-wrap:focus-within {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(41, 31, 24, 0.42);
  box-shadow: 0 0 0 3px rgba(74, 56, 43, 0.07);
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__input-wrap .kombos-input__native, .cc_oredu26a_navbar .kombos-search__input-wrap .kombos-input__native, .cc_oredu26a_header .kombos-search__input-wrap .kombos-input__native {
  font-family: var(--oredune-body-font);
  font-size: 1rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__input-wrap .kombos-input__icon, .cc_oredu26a_navbar .kombos-search__input-wrap .kombos-input__icon, .cc_oredu26a_header .kombos-search__input-wrap .kombos-input__icon {
  color: rgba(34, 27, 22, 0.72);
  font-size: 1.05rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__close-area, .cc_oredu26a_navbar .kombos-search__close-area, .cc_oredu26a_header .kombos-search__close-area {
  flex-shrink: 0;
  width: auto;
  display: flex;
  justify-content: flex-end;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__close, .cc_oredu26a_navbar .kombos-search__close, .cc_oredu26a_header .kombos-search__close {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(71, 56, 45, 0.15);
  border-radius: 999px;
  color: #241c17;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  height: 3rem;
  padding: 0.7rem;
  transition: background-color 0.15s ease, transform 0.15s ease;
  width: 3rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__close:hover, .cc_oredu26a_navbar .kombos-search__close:hover, .cc_oredu26a_header .kombos-search__close:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: rotate(3deg);
}

/* Body */
.cc_oredu26a_ore_dune_header_v2 .kombos-search__body, .cc_oredu26a_navbar .kombos-search__body, .cc_oredu26a_header .kombos-search__body {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.85rem 0.75rem 0;
}

/* Status (searching / no results) */
.cc_oredu26a_ore_dune_header_v2 .kombos-search__status, .cc_oredu26a_navbar .kombos-search__status, .cc_oredu26a_header .kombos-search__status {
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(91, 72, 58, 0.08);
  border-radius: 1.1rem;
  color: #2a211b;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  padding: 1rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__spinner, .cc_oredu26a_navbar .kombos-search__spinner, .cc_oredu26a_header .kombos-search__spinner {
  font-size: 2rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__empty-state, .cc_oredu26a_navbar .kombos-search__empty-state, .cc_oredu26a_header .kombos-search__empty-state {
  color: #2a211b;
  min-height: 4.5rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__empty-icon, .cc_oredu26a_navbar .kombos-search__empty-icon, .cc_oredu26a_header .kombos-search__empty-icon {
  flex-shrink: 0;
  font-size: 1.35rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__empty-state > span, .cc_oredu26a_navbar .kombos-search__empty-state > span, .cc_oredu26a_header .kombos-search__empty-state > span, .cc_oredu26a_ore_dune_header_v2 .kombos-search__status > span, .cc_oredu26a_navbar .kombos-search__status > span, .cc_oredu26a_header .kombos-search__status > span {
  font-family: var(--oredune-body-font);
  font-size: clamp(0.92rem, 3.7vw, 1.05rem);
  font-weight: 500;
  line-height: 1.35;
}

/* Result Count */
.cc_oredu26a_ore_dune_header_v2 .kombos-search__result-count, .cc_oredu26a_navbar .kombos-search__result-count, .cc_oredu26a_header .kombos-search__result-count {
  color: #4e4036;
  padding: 0.15rem 0.2rem 0.8rem;
  text-align: left;
}

/* Product Grid */
.cc_oredu26a_ore_dune_header_v2 .kombos-search__grid, .cc_oredu26a_navbar .kombos-search__grid, .cc_oredu26a_header .kombos-search__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding-bottom: 1.25rem;
}

/* View All */
.cc_oredu26a_ore_dune_header_v2 .kombos-search__view-all, .cc_oredu26a_navbar .kombos-search__view-all, .cc_oredu26a_header .kombos-search__view-all {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__view-all-btn, .cc_oredu26a_navbar .kombos-search__view-all-btn, .cc_oredu26a_header .kombos-search__view-all-btn {
  border-radius: 999px;
  min-width: 12.5rem;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__card, .cc_oredu26a_navbar .kombos-search__card, .cc_oredu26a_header .kombos-search__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.cc_oredu26a_ore_dune_header_v2 .kombos-search__card-content, .cc_oredu26a_navbar .kombos-search__card-content, .cc_oredu26a_header .kombos-search__card-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ===== Responsive — Tablet ===== */
@media (min-width: 768px) {
  .cc_oredu26a_ore_dune_header_v2 .kombos-search-overlay, .cc_oredu26a_navbar .kombos-search-overlay, .cc_oredu26a_header .kombos-search-overlay {
    padding-top: max(6.5rem, calc(env(safe-area-inset-top) + 5.5rem));
  }

  .cc_oredu26a_ore_dune_header_v2 .kombos-search__grid, .cc_oredu26a_navbar .kombos-search__grid, .cc_oredu26a_header .kombos-search__grid {
    gap: 1rem;
  }
}

/* ===== Responsive — Desktop ===== */
@media (min-width: 1024px) {
  .cc_oredu26a_ore_dune_header_v2 .kombos-search__header, .cc_oredu26a_navbar .kombos-search__header, .cc_oredu26a_header .kombos-search__header {
    gap: 0.65rem;
    padding: 0.8rem;
  }

  .cc_oredu26a_ore_dune_header_v2 .kombos-search__close-area, .cc_oredu26a_navbar .kombos-search__close-area, .cc_oredu26a_header .kombos-search__close-area {
    width: auto;
  }

  .cc_oredu26a_ore_dune_header_v2 .kombos-search__body, .cc_oredu26a_navbar .kombos-search__body, .cc_oredu26a_header .kombos-search__body {
    padding: 1rem 1rem 0;
  }

  .cc_oredu26a_ore_dune_header_v2 .kombos-search__result-count, .cc_oredu26a_navbar .kombos-search__result-count, .cc_oredu26a_header .kombos-search__result-count {
    padding-bottom: 1rem;
  }

  .cc_oredu26a_ore_dune_header_v2 .kombos-search__grid, .cc_oredu26a_navbar .kombos-search__grid, .cc_oredu26a_header .kombos-search__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .cc_oredu26a_ore_dune_header_v2 .kombos-search__logo, .cc_oredu26a_navbar .kombos-search__logo, .cc_oredu26a_header .kombos-search__logo {
    height: var(--search-logo-h-desktop, 3.75rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_oredu26a_ore_dune_header_v2 .kombos-search-overlay, .cc_oredu26a_navbar .kombos-search-overlay, .cc_oredu26a_header .kombos-search-overlay, .cc_oredu26a_ore_dune_header_v2 .kombos-search__panel, .cc_oredu26a_navbar .kombos-search__panel, .cc_oredu26a_header .kombos-search__panel {
    transition-duration: 0.01ms;
  }
}
