.cazco-header-menu {
  --cazco-menu-primary: var(--lecasa-primary, #E83440);
  --cazco-menu-primary-hover: var(--lecasa-primary-hover, #C52C36);
  --cazco-menu-text: var(--lecasa-text, #1d1d1f);
  --cazco-menu-muted: var(--lecasa-muted, #767782);
  --cazco-menu-border: var(--lecasa-border, #e3e3e3);
  --cazco-menu-soft: var(--lecasa-soft, #f7f7f8);
  color: #515461;
  font-size: 12px;
  font-weight: 600;
  height: 45px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: auto;
}

.cazco-header-menu.is-open {
  z-index: 1001;
}

.cazco-header-menu *,
.cazco-header-menu *::before,
.cazco-header-menu *::after {
  box-sizing: border-box;
}

.cazco-header-menu a {
  color: inherit;
  text-decoration: none;
}

.cazco-header-menu button {
  color: inherit;
  font: inherit;
}

.cazco-header-menu a:focus:not(:focus-visible),
.cazco-header-menu button:focus:not(:focus-visible) {
  outline: none;
}

.cazco-header-menu__bar {
  align-items: stretch;
  background: #fff;
  box-shadow: -16px 0 0 #fff, 16px 0 0 #fff;
  display: flex;
  height: 45px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.cazco-header-menu__all {
  align-items: stretch;
  display: flex;
  flex: 0 0 116px;
}

.cazco-header-menu__all-trigger,
.cazco-header-menu__featured-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.cazco-header-menu__all-trigger {
  color: var(--cazco-menu-primary) !important;
  gap: 8px;
  width: 100%;
}

.cazco-header-menu__all-trigger .cazco-header-menu__chevron {
  margin-left: auto;
}

.cazco-header-menu__featured {
  align-items: stretch;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.cazco-header-menu__featured-item {
  align-items: stretch;
  display: flex;
  margin-left: 28px;
}

.cazco-header-menu__featured-trigger {
  gap: 7px;
}

.cazco-header-menu__featured-trigger:hover,
.cazco-header-menu__featured-trigger:focus-visible,
.cazco-header-menu__featured-trigger[aria-expanded="true"],
.cazco-header-menu__all-trigger:hover,
.cazco-header-menu__all-trigger:focus-visible {
  color: var(--cazco-menu-primary);
}

.cazco-header-menu__category-icon {
  flex: 0 0 auto;
}

.cazco-header-menu__chevron {
  flex: 0 0 auto;
  transition: transform .2s ease;
}

.cazco-header-menu__all-trigger[aria-expanded="true"] .cazco-header-menu__chevron,
.cazco-header-menu__featured-trigger[aria-expanded="true"] .cazco-header-menu__chevron {
  transform: rotate(180deg);
}

.cazco-header-menu__backdrop {
  background: rgba(28, 30, 37, .58);
  border: 0;
  cursor: default;
  inset: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100vw;
  z-index: 0;
}

.cazco-header-menu__backdrop[hidden],
.cazco-header-menu__mega[hidden] {
  display: none !important;
}

.cazco-header-menu__mega {
  background: #fff;
  border: 1px solid #e4e5e9;
  border-radius: 0;
  box-shadow: 0 16px 42px rgba(25, 28, 37, .2);
  color: #424652;
  left: 50%;
  max-height: var(--cazco-menu-available-height, calc(100vh - 175px));
  overflow: auto;
  position: absolute;
  top: 100%;
  transform: translateX(calc(-50% + var(--cazco-menu-offset-x, 0px)));
  width: min(1040px, calc(100vw - 32px));
  z-index: 4;
}

.cazco-header-menu__mega-inner {
  display: grid;
  gap: 24px;
  grid-template-columns: 180px minmax(0, 1fr) 320px;
  min-height: 420px;
  padding: 24px;
}

.cazco-header-menu__categories {
  border-right: 1px solid #ececef;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-right: 18px;
}

.cazco-header-menu__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cazco-header-menu__category-list li + li {
  margin-top: 2px;
}

.cazco-header-menu__category-button {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: #555a69;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 14px;
  text-align: left;
  transition: background-color .16s ease, color .16s ease;
  width: 100%;
}

.cazco-header-menu__category-button:hover,
.cazco-header-menu__category-button:focus-visible {
  color: var(--cazco-menu-primary);
}

.cazco-header-menu__category-button.is-active,
.cazco-header-menu__category-button[aria-pressed="true"] {
  background: var(--cazco-menu-primary);
  color: #fff;
}

.cazco-header-menu__category-link {
  align-items: center;
  color: var(--cazco-menu-primary) !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 4px;
  margin: auto 0 0 14px;
  padding-top: 18px;
  text-transform: uppercase;
}

.cazco-header-menu__category-link:hover,
.cazco-header-menu__category-link:focus-visible {
  color: var(--cazco-menu-primary-hover) !important;
  text-decoration: underline;
}

.cazco-header-menu__products-region,
.cazco-header-menu__highlight-region {
  min-width: 0;
}

.cazco-header-menu__products-title {
  color: #2f3138;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin: 2px 0 16px;
  text-transform: uppercase;
}

.cazco-header-menu__product-list {
  display: grid;
  gap: 12px;
}

.cazco-header-menu__product-card {
  align-items: center;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 104px;
  padding: 8px 12px;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.cazco-header-menu__product-card:hover,
.cazco-header-menu__product-card:focus-within {
  border-color: #c8cbd3;
  box-shadow: 0 5px 14px rgba(42, 45, 57, .08);
}

.cazco-header-menu__product-image {
  align-items: center;
  display: flex;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  width: 86px;
}

.cazco-header-menu__product-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.cazco-header-menu__product-content {
  min-width: 0;
}

.cazco-header-menu__product-name {
  color: #2e3037;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  line-height: 1.35;
  margin: 0 0 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.cazco-header-menu__product-name a:hover,
.cazco-header-menu__product-name a:focus-visible {
  color: var(--cazco-menu-primary);
}

.cazco-header-menu__product-prices {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cazco-header-menu__regular-price {
  color: #858997;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.cazco-header-menu__current-price {
  color: var(--cazco-menu-primary);
  font-size: 14px;
  font-weight: 700;
}

.cazco-header-menu__highlight {
  align-items: center;
  background: var(--cazco-menu-primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 372px;
  padding: 22px 24px;
  text-align: center;
}

.cazco-header-menu__highlight a {
  color: inherit;
}

.cazco-header-menu__highlight-image {
  align-items: center;
  background: #fff;
  display: flex;
  height: 164px;
  justify-content: center;
  margin-bottom: 15px;
  overflow: hidden;
  width: 164px;
}

.cazco-header-menu__highlight-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.cazco-header-menu__highlight-kicker {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
  text-transform: none;
}

.cazco-header-menu__highlight:not(.has-promotion) .cazco-header-menu__highlight-kicker {
  font-size: 19px;
  text-transform: uppercase;
}

.cazco-header-menu__highlight-name {
  color: #fff;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  line-height: 1.35;
  margin: 0 0 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.cazco-header-menu__highlight-name a,
.cazco-header-menu__highlight-name a:visited,
.cazco-header-menu__highlight-name a:hover,
.cazco-header-menu__highlight-name a:focus-visible {
  color: #fff !important;
}

.cazco-header-menu__highlight-name a:hover,
.cazco-header-menu__highlight-name a:focus-visible {
  text-decoration: underline;
}

.cazco-header-menu__highlight-prices {
  align-items: baseline;
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-bottom: 15px;
}

.cazco-header-menu__highlight-regular-price {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
}

.cazco-header-menu__highlight-current-price {
  background: rgba(174, 43, 42, .42);
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 13px;
}

.cazco-header-menu__cart-form {
  margin: 0;
  width: 100%;
}

.cazco-header-menu__highlight-action {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 4px;
  color: var(--cazco-menu-primary) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  transition: background-color .16s ease, transform .16s ease;
  width: 100%;
}

.cazco-header-menu__highlight-action:hover,
.cazco-header-menu__highlight-action:focus-visible {
  background: #fff6f5;
  color: var(--cazco-menu-primary-hover) !important;
  transform: translateY(-1px);
}

.cazco-header-menu__highlight-empty {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

.cazco-header-menu__highlight-empty > p:not(.cazco-header-menu__highlight-kicker) {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 22px;
}

.cazco-header-menu__empty-state {
  align-items: flex-start;
  border: 1px dashed #d7d9df;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 310px;
  padding: 28px;
}

.cazco-header-menu__empty-state p {
  color: #5c606c;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 14px;
}

.cazco-header-menu__empty-state a,
.cazco-header-menu__empty-state button {
  background: transparent;
  border: 0;
  color: var(--cazco-menu-primary);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
}

.cazco-header-menu__highlight-error {
  align-items: center;
  background: var(--cazco-menu-primary);
  color: #fff;
  display: flex;
  font-size: 13px;
  height: 100%;
  justify-content: center;
  min-height: 372px;
  padding: 24px;
  text-align: center;
}

.cazco-header-menu__loading,
.cazco-header-menu__highlight-loading {
  animation: cazco-header-menu-pulse 1.25s ease-in-out infinite alternate;
}

.cazco-header-menu__loading {
  display: grid;
  gap: 12px;
}

.cazco-header-menu__loading-title,
.cazco-header-menu__loading-card,
.cazco-header-menu__highlight-loading span {
  background: #eceef2;
  border-radius: 4px;
  display: block;
}

.cazco-header-menu__loading-title {
  height: 20px;
  margin: 2px 0 4px;
  width: 68%;
}

.cazco-header-menu__loading-card {
  height: 104px;
  width: 100%;
}

.cazco-header-menu__highlight-loading {
  align-items: center;
  background: var(--cazco-menu-primary);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
  min-height: 372px;
  padding: 24px;
}

.cazco-header-menu__highlight-loading span {
  background: rgba(255, 255, 255, .32);
  height: 18px;
  width: 74%;
}

.cazco-header-menu__highlight-loading span:first-child {
  height: 164px;
  width: 164px;
}

.cazco-header-menu__highlight-loading span:last-child {
  height: 46px;
  width: 100%;
}

.cazco-header-menu :focus-visible {
  outline: 2px solid var(--cazco-menu-primary);
  outline-offset: 2px;
}

.cazco-header-menu__category-button.is-active:focus-visible,
.cazco-header-menu__category-button[aria-pressed="true"]:focus-visible,
.cazco-header-menu__highlight :focus-visible {
  outline-color: #fff;
}

@keyframes cazco-header-menu-pulse {
  from {
    opacity: .58;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1100px) and (min-width: 1025px) {
  .cazco-header-menu__featured-item {
    margin-left: 20px;
  }

  .cazco-header-menu__mega-inner {
    gap: 20px;
    grid-template-columns: 170px minmax(0, 1fr) 285px;
    padding: 20px;
  }

  .cazco-header-menu__highlight {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 1024px) {
  .cazco-header-menu {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cazco-header-menu__chevron,
  .cazco-header-menu__category-button,
  .cazco-header-menu__product-card,
  .cazco-header-menu__highlight-action {
    transition: none;
  }

  .cazco-header-menu__loading,
  .cazco-header-menu__highlight-loading {
    animation: none;
  }
}
