.elementor-17 .elementor-element.elementor-element-0f5c528{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-0f5c528{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-2474385 */html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

body.kc-mobile-menu-open {
  overflow: hidden;
}

/* Elementor header reset */
.elementor-location-header,
.elementor-location-header > .elementor,
.elementor-location-header > .elementor > .elementor-element,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget-html,
.elementor-location-header .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-location-header {
  position: relative;
  z-index: 99999;
  background: transparent !important;
}

/* GLOBAL HEADER */
.kc-header,
.kc-header *,
.kc-header *::before,
.kc-header *::after,
.kc-mobile-menu,
.kc-mobile-menu *,
.kc-mobile-menu *::before,
.kc-mobile-menu *::after {
  box-sizing: border-box;
  font-family: "Montserrat", Arial, sans-serif;
}

.kc-header {
  --text-color: #393939;
  --soft-bg: #f8f2f4;
  --border-color: rgba(57, 57, 57, .11);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: transparent;
  color: var(--text-color);
  text-transform: lowercase;
  transition: background-color .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.kc-header:hover,
.kc-header.is-open,
.kc-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.kc-header a,
.kc-mobile-menu a {
  color: inherit;
  text-decoration: none;
}

.kc-header ul,
.kc-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* DESKTOP HEADER */
.kc-header__row {
  width: 100%;
  padding-left: clamp(18px, 2.2vw, 42px);
  padding-right: clamp(18px, 2.2vw, 42px);
}

.kc-header__row--top {
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.kc-header__row--nav {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid transparent;
  transition: border-color .22s ease;
}

.kc-header:hover .kc-header__row--nav,
.kc-header.is-open .kc-header__row--nav,
.kc-header.is-scrolled .kc-header__row--nav {
  border-top-color: var(--border-color);
}

.kc-header__left {
  justify-self: start;
  min-height: 1px;
  padding-left: 30px;
}

.kc-header__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(13px, 1.25vw, 20px);
  padding-right: 30px;
}

/* COUNTRY */
.kc-country {
  display: inline-flex;
  align-items: center;
  gap: .34rem;
  color: var(--text-color);
  font-size: .78rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-transform: lowercase;
}

.kc-country__code {
  line-height: 1;
}

.kc-country__currency {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 400;
  line-height: 1;
}

/* LOGO */
.kc-header__logo {
  justify-self: center;
  line-height: 1;
}

.kc-header__logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kc-logo-text {
  display: inline-block;
  color: var(--text-color);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.035em;
  text-transform: lowercase;
  white-space: nowrap;
}

/* ICONS */
.kc-action {
  position: relative;
  width: 21px;
  height: 21px;
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--text-color);
}

.kc-action::before,
.kc-action::after {
  content: "";
  position: absolute;
  display: block;
  color: currentColor;
}

/* wishlist */
.kc-action--heart::before,
.kc-action--heart::after {
  display: none !important;
}

.kc-action--heart svg {
  display: block;
  width: 21px;
  height: 21px;
}

.kc-action--heart svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* account */
.kc-action--account::before,
.kc-mobile-menu__account::before {
  left: 6px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 1.55px solid currentColor;
  border-radius: 50%;
}

.kc-action--account::after,
.kc-mobile-menu__account::after {
  left: 3px;
  bottom: 1px;
  width: 15px;
  height: 8px;
  border: 1.55px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

/* search */
.kc-action--search::before,
.kc-mobile-menu__search::before {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 1.55px solid currentColor;
  border-radius: 50%;
}

.kc-action--search::after,
.kc-mobile-menu__search::after {
  right: 2px;
  bottom: 4px;
  width: 8px;
  height: 1.55px;
  background: currentColor;
  transform: rotate(45deg);
}

/* cart */
.kc-action--cart::before {
  left: 3px;
  bottom: 2px;
  width: 15px;
  height: 13px;
  border: 1.55px solid currentColor;
  border-top: 0;
}

.kc-action--cart::after {
  left: 7px;
  top: 1px;
  width: 7px;
  height: 7px;
  border: 1.55px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

/* DESKTOP NAV */
.kc-nav {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.kc-nav::-webkit-scrollbar {
  display: none;
}

.kc-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.kc-nav li {
  flex: 0 0 auto;
}

.kc-nav a {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .9rem;
  border-radius: 999px;
  color: #393939;
  background: transparent;
  font-size: .78rem;
  font-weight: 400;
  line-height: 1;
  text-transform: lowercase;
  transition: background-color .18s ease;
}

.kc-nav a:hover,
.kc-nav a:focus-visible {
  background: var(--soft-bg);
}

/* SPARKLES */
.kc-nav__sparkle > a,
.kc-mobile-menu__tabs button:first-child,
.kc-mobile-menu__tabs button:nth-child(2) {
  position: relative;
}

.kc-nav__sparkle > a {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.kc-sparkle {
  position: absolute;
  width: 12px;
  height: 12px;
  color: #393939;
  pointer-events: none;
}

.kc-sparkle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  clip-path: path("M6.512.563A.527.527 0 0 1 7.26.047a.53.53 0 0 1 .308.52c-.009 1.466-.008 2.529.08 3.314.088.792.257 1.22.515 1.479.26.26.686.434 1.479.534.788.098 1.857.116 3.334.13a.527.527 0 0 1 .37.897.528.528 0 0 1-.373.154h-.002c-1.477-.009-2.547-.008-3.337.08-.793.088-1.22.257-1.48.516-.262.26-.436.687-.536 1.478-.098.785-.116 1.85-.13 3.32a.523.523 0 0 1-.537.53.527.527 0 0 1-.52-.525v-.002c.008-1.475.008-2.543-.08-3.331-.088-.793-.257-1.22-.516-1.479-.26-.261-.689-.435-1.48-.535-.789-.1-1.858-.116-3.334-.13h-.004a.527.527 0 0 1 .01-1.054h.002c1.477.01 2.547.009 3.337-.079.793-.088 1.22-.256 1.481-.514.261-.259.435-.685.535-1.477.098-.784.116-1.846.13-3.31Z");
}

.kc-sparkle--top {
  top: 2px;
  left: 1px;
}

.kc-sparkle--bottom {
  right: 1px;
  bottom: 2px;
}

/* BURGER BASE */
.kc-burger {
  display: none;
  width: 28px;
  height: 22px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--text-color);
  cursor: pointer;
}

.kc-burger span {
  display: block;
  width: 100%;
  height: 1.45px;
  margin: 6px 0;
  background: currentColor;
  transition: transform .22s ease;
}

/* MOBILE MENU FLYOUT */
.kc-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, .22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.kc-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kc-mobile-menu__panel {
  width: 100%;
  height: 100dvh;
  background: #fff;
  color: #393939;
  display: flex;
  flex-direction: column;
  transform: translateX(-104%);
  transition: transform .34s cubic-bezier(.16, 1, .3, 1);
}

.kc-mobile-menu.is-open .kc-mobile-menu__panel {
  transform: translateX(0);
}

.kc-mobile-menu__top {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 10px;
  border-bottom: 1px solid rgba(57, 57, 57, .12);
}

.kc-mobile-menu__left,
.kc-mobile-menu__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.kc-mobile-menu__close {
  position: relative;
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #111;
}

.kc-mobile-menu__close::before,
.kc-mobile-menu__close::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 23px;
  height: 1.35px;
  background: currentColor;
}

.kc-mobile-menu__close::before {
  transform: rotate(45deg);
}

.kc-mobile-menu__close::after {
  transform: rotate(-45deg);
}

.kc-mobile-menu__search,
.kc-mobile-menu__account {
  position: relative;
  width: 21px;
  height: 21px;
  color: #111;
}

.kc-mobile-menu__search::before,
.kc-mobile-menu__search::after,
.kc-mobile-menu__account::before,
.kc-mobile-menu__account::after {
  content: "";
  position: absolute;
  display: block;
}

.kc-mobile-country {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-transform: lowercase;
}

.kc-mobile-country span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #393939;
  border-radius: 999px;
  font-size: 13px;
}

/* MOBILE MENU TABS */
.kc-mobile-menu__tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 9px 18px;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 4px solid rgba(57, 57, 57, .2);
}

.kc-mobile-menu__tabs::-webkit-scrollbar {
  display: none;
}

.kc-mobile-menu__tabs button,
.kc-mobile-menu__tabs a {
  position: relative;
  flex: 0 0 auto;
  min-height: 34px;
  border: 0;
  border-radius: 7px;
  padding: 0 13px;
  background: transparent;
  color: #b3848f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: lowercase;
  white-space: nowrap;
  cursor: pointer;
}

.kc-mobile-menu__tabs button.is-active {
  background: #f8f2f4;
  color: #393939;
}

/* MOBILE MENU BODY */
.kc-mobile-menu__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px 18px 24px;
}

.kc-mobile-menu__content {
  display: none;
}

.kc-mobile-menu__content.is-active {
  display: block;
}

.kc-mobile-menu__all {
  display: inline-flex;
  margin: 0 0 14px;
  color: #393939;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.kc-mobile-menu__item {
  min-height: 76px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ead4df;
  color: #b3848f;
}

.kc-mobile-menu__image {
  width: 54px;
  height: 54px;
  display: block;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 6px;
}

.kc-mobile-menu__image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
}

.kc-mobile-menu__title {
  color: #b3848f;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.015em;
  text-transform: lowercase;
}

.kc-mobile-menu__plus {
  color: #b3848f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

/* MOBILE MENU FOOTER */
.kc-mobile-menu__footer {
  display: flex;
  gap: 8px;
  padding: 12px 14px 16px;
  overflow-x: auto;
  scrollbar-width: none;
  border-top: 1px solid rgba(57, 57, 57, .1);
  background: #fff;
}

.kc-mobile-menu__footer::-webkit-scrollbar {
  display: none;
}

.kc-mobile-menu__footer a {
  flex: 1 0 auto;
  min-width: 96px;
  min-height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(57, 57, 57, .16);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: lowercase;
}

/* DESKTOP RESPONSIVE */
@media (max-width: 1280px) {
  .kc-nav > ul {
    justify-content: flex-start;
    padding: 0 18px;
  }

  .kc-nav a {
    font-size: .74rem;
    padding-left: .72rem;
    padding-right: .72rem;
  }
}

/* MOBILE STATIC HEADER */
@media (max-width: 1024px) {
  .kc-header {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  }

  body.home .kc-header:not(.is-scrolled):not(.is-open),
  body.home:not(.kc-mobile-menu-open) .kc-header:not(.is-scrolled) {
    background: transparent !important;
    box-shadow: none !important;
  }

  body.home .kc-header.is-scrolled,
  body.home .kc-header.is-open,
  body.home.kc-mobile-menu-open .kc-header {
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06) !important;
  }

  .kc-header__row--top {
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    align-items: center !important;
    padding: 0 16px !important;
  }

  .kc-header__left,
  .kc-country,
  .kc-header__row--nav,
  .kc-action--account,
  .kc-action--search {
    display: none !important;
  }

  .kc-header__actions {
    display: contents !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  .kc-header__logo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    z-index: 2 !important;
  }

  .kc-logo-text {
    font-size: 1.28rem !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    letter-spacing: -.035em !important;
    white-space: nowrap !important;
  }

  .kc-burger {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 25px !important;
    height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #393939 !important;
    z-index: 5 !important;
  }

  .kc-burger span {
    display: block !important;
    width: 25px !important;
    height: 1.35px !important;
    margin: 4px 0 !important;
    background: currentColor !important;
  }

  .kc-header.is-open .kc-burger span:first-child {
    transform: translateY(4.7px) rotate(45deg) !important;
  }

  .kc-header.is-open .kc-burger span:last-child {
    transform: translateY(-4.7px) rotate(-45deg) !important;
  }

  .kc-action--heart {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: inline-flex !important;
    width: 21px !important;
    height: 21px !important;
    margin-right: 34px !important;
    color: #393939 !important;
    z-index: 5 !important;
  }

  .kc-action--heart svg {
    width: 21px !important;
    height: 21px !important;
    display: block !important;
  }

  .kc-action--cart {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: inline-flex !important;
    width: 21px !important;
    height: 21px !important;
    color: #393939 !important;
    z-index: 5 !important;
  }

  body:not(.home) main,
  body:not(.home) #primary,
  body:not(.home) .site-main {
    padding-top: 64px !important;
  }

  body.home main,
  body.home #primary,
  body.home .site-main,
  body.home .content-area,
  body.home .elementor-location-single,
  body.home .elementor {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 420px) {
  .kc-header__row--top {
    grid-template-columns: 64px minmax(0, 1fr) 64px !important;
    padding: 0 14px !important;
  }

  .kc-logo-text {
    font-size: 1.18rem !important;
  }

  .kc-action--heart {
    margin-right: 31px !important;
  }

  .kc-action--heart,
  .kc-action--cart,
  .kc-action--heart svg {
    width: 20px !important;
    height: 20px !important;
  }

  .kc-mobile-menu__tabs button,
  .kc-mobile-menu__tabs a {
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .kc-mobile-menu__title {
    font-size: 16px;
  }

  .kc-mobile-menu__item {
    grid-template-columns: 50px minmax(0, 1fr) 18px;
  }

  .kc-mobile-menu__image {
    width: 50px;
    height: 50px;
  }
}

/* DESKTOP CONTENT SPACING */
@media (min-width: 1025px) {
  body:not(.home) main,
  body:not(.home) #primary,
  body:not(.home) .site-main {
    padding-top: 112px;
  }
}

/* LOGO IMAGE */
.kc-logo-img {
  display: block !important;
  width: auto !important;
  height: clamp(26px, 3.2vw, 42px) !important;
  max-width: clamp(92px, 13vw, 170px) !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Keep logo perfectly centered */
.kc-header__logo a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* Hide old text logo if it somehow remains */
.kc-logo-text {
  display: none !important;
}

/* Mobile logo sizing */
@media (max-width: 1024px) {
  .kc-logo-img {
    height: 28px !important;
    max-width: 118px !important;
  }
}

@media (max-width: 420px) {
  .kc-logo-img {
    height: 24px !important;
    max-width: 105px !important;
  }
}

/* =========================================================
   FERRLI MEGA MENU
   Compact, boxier dropdown with slightly larger images.
   ========================================================= */

@media (min-width: 1025px) {
  .kc-header {
    overflow: visible !important;
  }

  .kc-header__row--nav {
    position: relative !important;
    overflow: visible !important;
    z-index: 40 !important;
  }

  .kc-nav.kc-mega-nav {
    width: 100% !important;
    overflow: visible !important;
  }

  .kc-nav.kc-mega-nav > ul.kc-mega-list {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(10px, 1.35vw, 24px) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  .kc-mega-item {
    position: static !important;
  }

  .kc-mega-link {
    position: relative !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #393939 !important;
    font-family: "Literature", "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: background-color .18s ease !important;
  }

  .kc-mega-item:hover > .kc-mega-link,
  .kc-mega-link:hover,
  .kc-mega-link:focus-visible {
    background: #f8f2f4 !important;
  }

  .kc-mega-link::after {
    display: none !important;
  }

  .kc-mega-item:not(:first-child) .kc-sparkle {
    display: none !important;
  }

  .kc-mega-link .kc-sparkle {
    display: block !important;
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    color: #393939 !important;
    pointer-events: none !important;
    opacity: 1 !important;
    z-index: 2 !important;
  }

  .kc-mega-link .kc-sparkle--top {
    top: 1px !important;
    right: -5px !important;
    left: auto !important;
  }

  .kc-mega-link .kc-sparkle--bottom {
    bottom: 1px !important;
    left: -6px !important;
    right: auto !important;
  }

  .kc-mega-dropdown {
    position: absolute !important;
    left: 50% !important;
    top: 100% !important;
    z-index: 99998 !important;
    width: 100vw !important;
    margin-left: -50vw !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-5px) !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }

  .kc-mega-item:hover > .kc-mega-dropdown,
  .kc-mega-item:focus-within > .kc-mega-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  /* Main desktop dropdown: more compact, not tall */
  .kc-mega-dropdown__inner {
    width: 100vw !important;
    min-height: 365px !important;
    display: grid !important;
    grid-template-columns: minmax(210px, 270px) minmax(760px, 880px) !important;
    justify-content: center !important;
    align-items: start !important;
    gap: clamp(36px, 3.7vw, 62px) !important;
    padding: 27px clamp(42px, 4.2vw, 72px) 31px !important;
   background: rgba(255, 255, 255, .98) !important;
    border-top: 1px solid rgba(57, 57, 57, .1) !important;
    box-shadow: 0 18px 34px rgba(57, 57, 57, .08) !important;
  }

  .kc-mega-dropdown__inner--shop-all {
    grid-template-columns: repeat(4, minmax(135px, 175px)) minmax(720px, 840px) !important;
    gap: clamp(18px, 2vw, 34px) !important;
  }

  .kc-mega-dropdown__inner--style {
    grid-template-columns: repeat(3, minmax(150px, 205px)) minmax(720px, 840px) !important;
    gap: clamp(24px, 2.5vw, 42px) !important;
  }

  .kc-mega-column {
    min-width: 0 !important;
    padding-top: 2px !important;
  }

  .kc-mega-column h3 {
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: #393939 !important;
    font-family: "Literature", "Montserrat", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
  }

  .kc-mega-column a {
    width: fit-content !important;
    min-height: 0 !important;
    display: block !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #393939 !important;
    font-family: "Literature", "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: normal !important;
    transition: opacity .15s ease !important;
  }

  .kc-mega-column a:hover {
    opacity: .58 !important;
  }

  /* Slightly bigger image cards, but tighter overall box */
  .kc-mega-images {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(345px, 415px)) !important;
    gap: 18px !important;
    align-items: start !important;
    justify-content: end !important;
  }

  .kc-mega-image-card {
    width: 100% !important;
    min-height: 0 !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #393939 !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  .kc-mega-image-card img {
    width: 100% !important;
    height: 300px !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f8f1f4 !important;
    transition: transform .28s ease, filter .18s ease !important;
  }

  .kc-mega-image-card:hover img {
    transform: scale(1.025) !important;
    filter: brightness(.98) !important;
  }

  .kc-mega-image-card span {
    display: block !important;
    margin-top: 10px !important;
    color: #393939 !important;
    font-family: "Literature", "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: .14em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .kc-nav.kc-mega-nav > ul.kc-mega-list {
    gap: 12px !important;
  }

  .kc-mega-link {
    font-size: 10.5px !important;
    letter-spacing: .1em !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .kc-mega-dropdown__inner {
    min-height: 340px !important;
    grid-template-columns: minmax(185px, 235px) minmax(650px, 720px) !important;
    gap: 30px !important;
    padding: 24px 38px 27px !important;
  }

  .kc-mega-dropdown__inner--shop-all {
    grid-template-columns: repeat(4, minmax(112px, 138px)) minmax(620px, 690px) !important;
    gap: 17px !important;
  }

  .kc-mega-dropdown__inner--style {
    grid-template-columns: repeat(3, minmax(128px, 158px)) minmax(620px, 690px) !important;
    gap: 20px !important;
  }

  .kc-mega-images {
    grid-template-columns: repeat(2, minmax(300px, 340px)) !important;
    gap: 16px !important;
  }

  .kc-mega-image-card img {
    height: 258px !important;
  }
}

@media (max-width: 1024px) {
  .kc-mega-dropdown {
    display: none !important;
  }
}/* End custom CSS */