@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-wrap.vicora-header-solid {
    position: relative;
    height: 146px;
    z-index: 99999;
    background: #fdf6ec;
  }

  .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-header-solid .vicora-main-header {
    background: #fdf6ec;
    box-shadow: 0 1px 0 rgba(200, 169, 106, 0.22), 0 12px 36px rgba(1, 71, 68, 0.05);
  }

  .vicora-header-solid .vicora-main-header-overlay,
  .vicora-header-solid .vicora-main-header::before,
  .vicora-header-solid .vicora-main-header::after {
    display: none;
  }

  .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: 42px;
    height: 42px;
    padding: 0;
    margin-right: clamp(16px, 1.7vw, 32px);
    border: 1px solid rgba(200, 169, 106, 0.55);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(1, 71, 68, 0.28), rgba(0, 0, 0, 0.22));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 8px 20px rgba(0,0,0,0.24);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .vicora-menu-toggle span {
    width: 20px;
    height: 1.5px;
    background: #f7f1e5;
    opacity: 0.95;
    display: block;
    border-radius: 999px;
  }

  .vicora-header-solid .vicora-menu-toggle {
    background: linear-gradient(180deg, rgba(253, 246, 236, 0.94), rgba(239, 230, 216, 0.86));
    border-color: rgba(200, 169, 106, 0.58);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.58), 0 10px 24px rgba(1,71,68,0.08);
  }

  .vicora-header-solid .vicora-menu-toggle span {
    background: #014744;
  }

  .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-header-solid .vicora-nav a {
    color: #014744;
  }

  .vicora-header-solid .vicora-nav a + a {
    border-left-color: rgba(1, 71, 68, 0.18);
  }

  .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: 50%;
    bottom: 0;
    width: calc(100% + 18px);
    height: 4px;
    background:
      linear-gradient(90deg, transparent 0%, rgba(200,169,106,0.15) 8%, #c8a96a 46%, #c8a96a 54%, rgba(200,169,106,0.15) 92%, transparent 100%);
    clip-path: polygon(0 50%, 8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%);
    filter: blur(0.35px);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
  }

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

  .vicora-mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background: transparent;
    border: 0;
    border-radius: 3px;
    z-index: 200050;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-24px);
    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: 18px;
    left: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(200, 169, 106, 0.66);
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.18), rgba(1,71,68,0.62));
    padding: 0;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(255,255,255,0.12);
    z-index: 4;
  }

  .vicora-mega-close span {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #f7f1e5;
    border-radius: 999px;
  }

  .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(0, 0);
    pointer-events: auto;
  }
  .vicora-header-wrap.vicora-menu-open .vicora-main-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .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: 0;
    padding: 120px 24px 14px 0;
    border-radius: 0;
    min-height: 100vh;
    position: relative;
  }

  .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-tabs-brand {
    position: absolute;
    top: 18px;
    left: 92px;
    right: 24px;
    text-align: center;
    margin: 0;
    padding: 0 4px 8px;
    border-bottom: 1px solid rgba(200, 169, 106, 0.28);
  }
  .vicora-mega-tabs-logo {
    color: #f0ede5;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 1;
  }
  .vicora-mega-tabs-tag {
    margin-top: 6px;
    color: #c8a96a;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }

  .vicora-mega-tab {
    border: 0;
    background: transparent;
    color: #f0e2c8;
    border-radius: 0;
    padding: 8px 4px;
    text-align: left;
    font-size: 22px;
    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: 50%;
    right: auto;
    bottom: -4px;
    top: auto;
    width: calc(100% + 18px);
    height: 4px;
    border-radius: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(200,169,106,0.15) 8%, #c8a96a 46%, #c8a96a 54%, rgba(200,169,106,0.15) 92%, transparent 100%);
    clip-path: polygon(0 50%, 8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%);
    filter: blur(0.35px);
    transform: translateX(-50%) scaleX(1);
  }

  .vicora-mega-tab::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: calc(100% + 18px);
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(200,169,106,0.15) 8%, #c8a96a 46%, #c8a96a 54%, rgba(200,169,106,0.15) 92%, transparent 100%);
    clip-path: polygon(0 50%, 8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%);
    filter: blur(0.35px);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
    pointer-events: none;
  }

  .vicora-mega-tab:hover::after,
  .vicora-mega-tab:focus-visible::after,
  .vicora-mega-tab.is-active::after {
    transform: translateX(-50%) scaleX(1);
  }

  .vicora-mega-tab-link {
    display: inline-block;
    text-decoration: none;
  }
  .vicora-mega-tabs-contact {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(200, 169, 106, 0.3);
  }
  .vicora-mega-tabs-follow {
    color: #c8a96a;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .vicora-mega-tabs-social {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .vicora-mega-tabs-social a {
    color: #d9bb7f;
    font-size: 18px;
    text-decoration: none;
  }
  .vicora-mega-tabs-email {
    color: #f0e2c8;
    text-decoration: none;
    font-size: 16px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    word-break: break-word;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.3;
    margin-top: 6px;
    width: fit-content;
  }

  .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: calc(100vh - 96px);
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .vicora-mega-panels::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

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

  .vicora-mega-panel.is-active {
    display: block;
    max-height: inherit;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .vicora-mega-panel.is-active::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .vicora-kurta-brand {
    text-align: center;
    margin: 0 0 14px;
  }
  .vicora-kurta-brand-logo {
    color: #f0ede5;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 40px;
    letter-spacing: 8px;
    line-height: 1;
  }
  .vicora-kurta-brand-tag {
    margin-top: 6px;
    color: #c8a96a;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .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 {
    position: relative;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 0;
    transition: color 0.2s ease;
  }

  .vicora-panel-grid li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% + 16px);
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(200,169,106,0.15) 8%, #c8a96a 46%, #c8a96a 54%, rgba(200,169,106,0.15) 92%, transparent 100%);
    clip-path: polygon(0 50%, 8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%);
    filter: blur(0.35px);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
    pointer-events: none;
  }

  .vicora-panel-grid li a:hover,
  .vicora-panel-grid li a:focus-visible {
    color: #c8a96a;
  }

  .vicora-panel-grid li a:hover::after,
  .vicora-panel-grid li a:focus-visible::after {
    transform: translateX(-50%) scaleX(1);
  }

  .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-collections-contact {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .vicora-collections-social {
    display: flex;
    gap: 12px;
  }
  .vicora-collections-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(200, 169, 106, 0.55);
    color: #f4e8d4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .vicora-collections-email {
    color: #f4e8d4;
    text-decoration: none;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
  }

  .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-header-solid .vicora-logo {
    color: #014744;
    text-shadow: 0 8px 24px rgba(200, 169, 106, 0.12);
  }

  .vicora-logo-tagline {
    margin-top: 6px;
    color: #ffffff;
    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-header-solid .vicora-search {
    border-color: rgba(200, 169, 106, 0.55);
    background: rgba(255, 255, 255, 0.34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
  }

  .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-header-solid .vicora-search input[type="search"] {
    color: #014744;
  }

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

  .vicora-header-solid .vicora-search input[type="search"]::placeholder {
    color: rgba(1, 71, 68, 0.62);
  }

  .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-solid .vicora-search button {
    color: #014744;
  }

  .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-header-solid .vicora-action-link {
    color: #014744;
  }

  .vicora-header-solid .vicora-logo-tagline,
  .vicora-header-solid .vicora-action-link i {
    color: #014744;
  }

  .vicora-action-link i {
    font-size: clamp(20px, 1.35vw, 24px);
    font-weight: 300;
    color: #ffffff;
  }

  .vicora-cart-icon {
    width: clamp(24px, 1.6vw, 30px);
    height: clamp(24px, 1.6vw, 30px);
    display: inline-block;
    flex: 0 0 clamp(24px, 1.6vw, 30px);
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  .vicora-header-solid .vicora-cart-icon {
    filter: brightness(0) saturate(100%) invert(22%) sepia(49%) saturate(1167%) hue-rotate(133deg) brightness(87%) contrast(99%);
  }

  .woocommerce-account .vicora-header-wrap .vicora-cart-icon,
  .woocommerce-account .vicora-header-wrap .vicora-action-link .vicora-cart-icon {
    width: clamp(24px, 1.6vw, 30px) !important;
    height: clamp(24px, 1.6vw, 30px) !important;
    min-width: clamp(24px, 1.6vw, 30px) !important;
    max-width: clamp(24px, 1.6vw, 30px) !important;
    flex: 0 0 clamp(24px, 1.6vw, 30px) !important;
    object-fit: contain !important;
  }

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

  .vicora-wishlist-auth[hidden] {
    display: none !important;
  }

  .vicora-wishlist-auth {
    position: fixed;
    inset: 0;
    z-index: 300000;
    display: grid;
    place-items: center;
    padding: 24px;
    pointer-events: auto;
  }

  .vicora-wishlist-auth__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(2, 31, 29, 0.62);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    cursor: default;
  }

  .vicora-wishlist-auth__dialog {
    position: relative;
    z-index: 1;
    width: min(470px, calc(100vw - 48px));
    padding: 48px 42px 40px;
    border: 1px solid rgba(200, 169, 106, 0.52);
    border-radius: 22px;
    background:
      radial-gradient(circle at 50% 0%, rgba(200, 169, 106, 0.16), transparent 42%),
      #fdf6ec;
    box-shadow: 0 28px 80px rgba(0, 38, 35, 0.34);
    color: #014744;
    text-align: center;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    animation: vicoraWishlistDialogIn 260ms ease both;
  }

  .vicora-wishlist-auth__close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(1, 71, 68, 0.18);
    border-radius: 50%;
    background: transparent;
    color: #014744;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
  }

  .vicora-wishlist-auth__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    border: 1px solid rgba(200, 169, 106, 0.62);
    border-radius: 50%;
    background: rgba(200, 169, 106, 0.1);
    color: #8b2635;
    font-size: 28px;
  }

  .vicora-wishlist-auth__eyebrow {
    margin: 0 0 10px;
    color: #9b753b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
  }

  .vicora-wishlist-auth__dialog h2 {
    margin: 0;
    color: #014744;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.08;
  }

  .vicora-wishlist-auth__dialog > p:last-of-type {
    max-width: 360px;
    margin: 16px auto 28px;
    color: #4f625f;
    font-size: 14px;
    line-height: 1.65;
  }

  .vicora-wishlist-auth__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .vicora-wishlist-auth__actions a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #014744;
    border-radius: 999px;
    color: #014744;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .vicora-wishlist-auth__login {
    background: #014744;
    color: #fff9ee !important;
  }

  .vicora-wishlist-auth__register {
    background: transparent;
  }

  .vicora-wishlist-auth__actions a:hover,
  .vicora-wishlist-auth__actions a:focus-visible,
  .vicora-wishlist-auth__close:hover,
  .vicora-wishlist-auth__close:focus-visible {
    outline: 2px solid rgba(200, 169, 106, 0.78);
    outline-offset: 3px;
  }

  body.vicora-wishlist-auth-open {
    overflow: hidden;
  }

  @keyframes vicoraWishlistDialogIn {
    from { opacity: 0; transform: translateY(14px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
}

@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;
  }
}

/* VICORA FINAL STACKING FIX
   Keep top announcement normal, but place opened hamburger menu above it. */
.vicora-header-wrap.vicora-menu-open {
  z-index: 2147482500 !important;
}

.vicora-header-wrap.vicora-menu-open .vicora-mega-menu {
  z-index: 2147482501 !important;
}

.vicora-header-wrap.vicora-menu-open .vicora-mega-close {
  z-index: 2147482502 !important;
}
