@media (min-width: 1025px) {
  .main-header-bar-wrap,
  #masthead,
  .ast-above-header-wrap,
  .ast-below-header-wrap {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .vicora-header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    z-index: 99999;
    pointer-events: none;
  }

  .vicora-header-announcement {
    height: 38px;
    background: linear-gradient(90deg, #031b1a, #014744);
    color: #c8a96a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    pointer-events: auto;
  }

  .vicora-announcement-divider {
    font-size: 11px;
    opacity: 0.9;
  }

  .vicora-main-header {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 108px;
    background: transparent;
    padding: 0 clamp(24px, 4vw, 70px);
    z-index: 100000;
    pointer-events: auto;
    overflow: visible;
  }

  .vicora-main-header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
  }

  .vicora-main-header::before,
  .vicora-main-header::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
    opacity: 0.22;
    background-image: radial-gradient(circle, rgba(200, 169, 106, 0.55) 0 1px, transparent 1px);
    background-size: 30px 30px;
    filter: blur(0.2px);
  }

  .vicora-main-header::before {
    top: -96px;
    left: 22%;
  }

  .vicora-main-header::after {
    bottom: -125px;
    right: 14%;
  }

  .vicora-header-inner {
    position: relative;
    z-index: 3;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
  }

  .vicora-left-section {
    min-width: 0;
    display: flex;
    align-items: center;
    position: relative;
  }

  .vicora-menu-toggle {
    width: 32px;
    height: 32px;
    padding: 0;
    margin-right: clamp(16px, 1.7vw, 32px);
    border: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .vicora-menu-toggle span {
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0.95;
    display: block;
  }

  .vicora-nav {
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.6vw, 30px);
    white-space: nowrap;
  }

  .vicora-nav a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(13px, 0.85vw, 17px);
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1;
    padding: 0 0 8px;
  }

  .vicora-nav a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    padding-left: clamp(12px, 1.2vw, 24px);
  }

  .vicora-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c8a96a;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  .vicora-nav a:hover::after,
  .vicora-nav a:focus-visible::after {
    transform: scaleX(1);
  }

  .vicora-mega-menu {
    position: fixed;
    top: 146px;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 160px);
    max-height: calc(100vh - 164px);
    background: transparent;
    border: 0;
    border-radius: 3px;
    z-index: 200050;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-34px);
    transition: opacity 0.24s ease, transform 0.28s ease, visibility 0.24s ease;
    pointer-events: none;
    overflow: visible;
    padding: 0;
    box-shadow: none;
  }

  .vicora-mega-close {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }

  .vicora-mega-close span {
    position: absolute;
    top: 13px;
    left: 3px;
    width: 22px;
    height: 1.5px;
    background: #fff;
  }

  .vicora-mega-close span:first-child {
    transform: rotate(45deg);
  }

  .vicora-mega-close span:last-child {
    transform: rotate(-45deg);
  }

  .vicora-header-wrap.vicora-menu-open .vicora-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-12px, -16px);
    pointer-events: auto;
  }

  .vicora-mega-layout {
    display: inline-grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 20px;
    min-height: 0;
    width: fit-content;
    max-width: 100%;
    background: #014744;
    margin: 10px 24px 12px 12px;
    padding: 52px 24px 12px 12px;
    border-radius: 0;
  }

  .vicora-mega-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px 14px 8px 18px;
    border-right: 1px solid rgba(200, 169, 106, 0.35);
    overflow: visible;
    width: fit-content;
    min-width: 0;
  }

  .vicora-mega-tab {
    border: 0;
    background: transparent;
    color: #f0e2c8;
    border-radius: 0;
    padding: 8px 4px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    white-space: normal;
    cursor: pointer;
    width: fit-content;
    min-width: 0;
    max-width: none;
    box-shadow: none;
    transition: all 0.24s ease;
    position: relative;
  }

  .vicora-mega-tab.is-active,
  .vicora-mega-tab:hover {
    color: #d9bb7f;
    background: transparent;
    transform: translateX(2px);
    box-shadow: none;
  }

  .vicora-mega-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    bottom: -4px;
    top: auto;
    width: 26px;
    height: 1px;
    border-radius: 0;
    background: #c8a96a;
    transform: none;
  }

  .vicora-mega-tab-link {
    display: inline-block;
    text-decoration: none;
  }

  .vicora-mega-panels {
    padding: 10px 8px 10px 6px;
    color: #f1ede5;
    min-width: 0;
    width: fit-content;
    max-width: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    align-self: start;
    min-height: 760px;
  }

  .vicora-mega-panel {
    display: none;
    min-height: 100%;
  }

  .vicora-mega-panel.is-active {
    display: block;
  }

  .vicora-panel-grid {
    display: flex;
    align-items: flex-start;
    width: fit-content;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 24px;
  }

  .vicora-panel-grid > div {
    width: fit-content;
    min-width: 180px;
  }

  .vicora-panel-grid h5 {
    margin: 0 0 10px;
    color: #c8a96a;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }

  .vicora-panel-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .vicora-panel-grid li {
    margin: 0 0 11px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 19px;
    color: #f8f1e5;
  }

  .vicora-panel-grid li a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(200, 169, 106, 0.08);
    transition: color 0.2s ease, border-color 0.2s ease;
  }

  .vicora-panel-grid li a:hover,
  .vicora-panel-grid li a:focus-visible {
    color: #c8a96a;
    border-bottom-color: rgba(200, 169, 106, 0.5);
  }

  .vicora-collections-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 360px));
    width: fit-content;
    max-width: 100%;
    gap: 16px;
  }

  .vicora-mega-card {
    position: relative;
    min-height: 188px;
    border-radius: 10px;
    margin: 0 0 16px;
    border: 1px solid rgba(200, 169, 106, 0.34);
    background: linear-gradient(90deg, rgba(40, 26, 10, 0.78), rgba(17, 17, 17, 0.55));
    overflow: hidden;
    display: flex;
    align-items: stretch;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  }

  .vicora-mega-card:hover,
  .vicora-mega-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(227, 190, 118, 0.75);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.34);
  }

  .vicora-card-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .vicora-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(19, 12, 6, 0.78) 0%, rgba(19, 12, 6, 0.45) 48%, rgba(19, 12, 6, 0.12) 100%);
  }

  .vicora-card-media {
    background-size: cover;
    background-position: center;
  }

  .vicora-card-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 22px 20px;
    background: transparent;
  }

  .vicora-card-content h6 {
    margin: 0 0 12px;
    color: #fff4dd;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.05;
  }

  .vicora-card-content p {
    margin: 0 0 8px;
    color: #efe2cf;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.18;
  }

  .vicora-card-content .vicora-card-highlight {
    color: #f0b84f;
  }

  .vicora-card-tag {
    display: inline-block;
    margin-top: 6px;
    border-radius: 6px;
    padding: 5px 10px;
    background: rgba(180, 132, 57, 0.5);
    color: #f3dfb9;
    font-size: 12px;
    line-height: 1;
  }

  .vicora-center-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(14px, 2vw, 28px);
  }

  .vicora-logo {
    color: #f0ede5;
    text-decoration: none;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 4.1vw, 80px);
    font-weight: 400;
    letter-spacing: clamp(6px, 0.8vw, 15px);
    line-height: 1;
    text-shadow: 0 0 12px rgba(240, 237, 229, 0.22), 0 0 24px rgba(200, 169, 106, 0.15);
    white-space: nowrap;
  }

  .vicora-logo-tagline {
    margin-top: 6px;
    color: #014744;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .vicora-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    gap: clamp(10px, 1.2vw, 18px);
  }

  .vicora-search {
    width: clamp(170px, 15vw, 220px);
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0 16px 0 22px;
    margin-right: clamp(10px, 2vw, 40px);
  }

  .vicora-search input[type="search"] {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    box-shadow: none;
    padding: 0;
    height: auto;
  }

  .vicora-search input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .vicora-search button {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .vicora-header-actions {
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.9vw, 36px);
    white-space: nowrap;
  }

  .vicora-action-link {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(13px, 0.9vw, 16px);
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
  }

  .vicora-action-link i {
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 300;
  }

  .vicora-cart-icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    flex: 0 0 17px;
  }

  .vicora-action-link:hover,
  .vicora-action-link:focus-visible {
    color: #c8a96a;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .vicora-main-header {
    height: 96px;
  }

  .vicora-search {
    height: 50px;
  }

  .vicora-mega-menu {
    top: 134px;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    height: calc(100vh - 146px);
    max-height: calc(100vh - 146px);
  }

  .vicora-mega-layout {
    margin: 8px 20px 10px 10px;
    padding: 44px 20px 10px 10px;
  }

  .vicora-mega-panels {
    min-height: 620px;
  }

  .vicora-mega-layout {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 14px;
  }

  .vicora-mega-tab {
    min-width: 0;
    max-width: none;
    font-size: 16px;
    padding: 9px 12px;
  }

  .vicora-panel-grid {
    width: 100%;
    gap: 16px;
  }

  .vicora-panel-grid > div {
    min-width: 160px;
  }

  .vicora-panel-grid h5 {
    font-size: 16px;
  }

  .vicora-panel-grid li {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .vicora-mega-card {
    min-height: 128px;
  }

  .vicora-collections-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vicora-card-content h6 {
    font-size: 16px;
  }

  .vicora-card-content p {
    font-size: 13px;
  }

  .vicora-card-tag {
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .vicora-header-wrap {
    display: none !important;
  }
}
