.tlm-announcement { min-height: 30px; display: grid; place-items: center; padding: 6px var(--tlm-gutter); background: var(--tlm-text); color: #fff; text-align: center; font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .12em; }
.tlm-announcement a { text-decoration: underline; text-underline-offset: 3px; }

.tlm-header { position: relative; z-index: 200; background: rgba(247, 244, 241, .96); border-bottom: 1px solid var(--tlm-border); }
.tlm-header.is-sticky { position: sticky; top: 0; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.admin-bar .tlm-header.is-sticky { top: 32px; }
.tlm-header__inner { min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.tlm-nav__list { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); list-style: none; margin: 0; padding: 0; }
.tlm-nav__list > li { position: relative; }
.tlm-nav__list a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.tlm-nav__list .sub-menu { position: absolute; left: -20px; top: 100%; min-width: 230px; list-style: none; padding: 14px 20px 18px; margin: 0; background: var(--tlm-surface); border: 1px solid var(--tlm-border); opacity: 0; visibility: hidden; transform: translateY(7px); transition: .2s ease; }
.tlm-nav__list li:hover > .sub-menu, .tlm-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.tlm-nav__list .sub-menu a { min-height: 34px; text-transform: none; letter-spacing: 0; font-weight: 500; }
.tlm-logo-wrap { justify-self: center; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-height: 40px; }
.tlm-wordmark { font-size: 25px; line-height: 1; letter-spacing: -.06em; font-weight: 700; text-transform: lowercase; }
.tlm-header-actions { justify-self: end; display: flex; align-items: center; gap: 6px; }
.tlm-icon-button { appearance: none; width: 40px; height: 40px; display: inline-grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; position: relative; }
.tlm-icon-button svg { width: 20px; height: 20px; }
.tlm-cart-count { position: absolute; top: 2px; right: 0; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; display: grid; place-items: center; background: var(--tlm-accent); color: #fff; font-size: 9px; line-height: 1; }
.tlm-menu-toggle { display: none; justify-self: start; }

.tlm-drawer { position: fixed; inset: 0; z-index: 900; }
.tlm-drawer[hidden] { display: none; }
.tlm-drawer__backdrop { position: absolute; inset: 0; border: 0; background: rgba(15, 13, 12, .36); }
.tlm-drawer__panel { position: relative; width: min(90vw, 440px); height: 100%; background: var(--tlm-bg); padding: 18px 24px 30px; overflow-y: auto; }
.tlm-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tlm-drawer__title { text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.tlm-mobile-nav__list, .tlm-mobile-nav__list ul { list-style: none; margin: 0; padding: 0; }
.tlm-mobile-nav__list { margin-top: 30px; border-top: 1px solid var(--tlm-border); }
.tlm-mobile-nav__list > li { border-bottom: 1px solid var(--tlm-border); }
.tlm-mobile-nav__list > li > a { display: block; padding: 17px 0; font-size: 22px; letter-spacing: -.03em; }
.tlm-mobile-nav__list .sub-menu { padding: 0 0 15px 16px; }
.tlm-mobile-nav__list .sub-menu a { display: block; padding: 6px 0; font-size: 14px; color: var(--tlm-muted); }
.tlm-drawer__meta { display: grid; gap: 10px; margin-top: 28px; font-size: 13px; }


.tlm-footer {
  background: var(--tlm-footer-bg, #171514);
  color: var(--tlm-footer-text, #ffffff);
  padding: clamp(64px, 7vw, 104px) 0 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.tlm-footer__top {
  display: grid;
  grid-template-columns: minmax(240px,1.25fr) minmax(420px,2fr) minmax(190px,.9fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: start;
}
.tlm-footer__logo a { display: inline-flex; }
.tlm-footer .custom-logo,
.tlm-footer__logo-image {
  width: auto;
  max-width: 154px;
  max-height: 56px;
  object-fit: contain;
  filter: none !important;
}
.tlm-footer__brand > p {
  max-width: 340px;
  margin: 25px 0 0;
  color: var(--tlm-footer-text, #ffffff);
  opacity: .68;
  font-size: 14px;
  line-height: 1.7;
}
.tlm-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 32px;
}
.tlm-footer__heading {
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .17em;
  font-weight: 800;
  color: var(--tlm-footer-text, #ffffff);
  opacity: .58;
}
.tlm-footer-menu,
.tlm-footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tlm-footer-menu { display: grid; gap: 11px; }
.tlm-footer-menu a,
.tlm-footer__contact a,
.tlm-footer__contact address {
  font-size: 13px;
  line-height: 1.45;
  color: var(--tlm-footer-text, #ffffff);
}
.tlm-footer-menu a,
.tlm-footer__contact a {
  text-decoration: none;
  transition: opacity .16s ease, transform .16s ease;
}
.tlm-footer-menu a:hover,
.tlm-footer__contact a:hover {
  opacity: .58;
}
.tlm-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.tlm-footer__contact .tlm-footer__heading { margin-bottom: 8px; }
.tlm-footer__contact address {
  font-style: normal;
  margin-top: 4px;
  opacity: .6;
}
.tlm-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.tlm-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: var(--tlm-footer-text, #ffffff);
  background: rgba(255,255,255,.06);
  transition: background .16s ease, transform .16s ease;
}
.tlm-socials a:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-2px);
}
.tlm-socials svg { width: 17px; }
.tlm-footer__bottom {
  margin-top: clamp(58px, 7vw, 96px);
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--tlm-footer-text, #ffffff);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.tlm-footer__bottom p {
  margin: 0;
  opacity: .56;
}
.tlm-footer-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.tlm-footer-legal a {
  color: var(--tlm-footer-text, #ffffff);
  opacity: .62;
  text-decoration: none;
}
.tlm-footer-legal a:hover { opacity: 1; }

@media (max-width: 1050px) {
  .tlm-nav--desktop { display: none; }
  .tlm-menu-toggle { display: inline-grid; }
  .tlm-header__inner { grid-template-columns: 1fr auto 1fr; }
  .tlm-footer__top { grid-template-columns: 1fr 1.5fr; }
  .tlm-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 782px) { .admin-bar .tlm-header.is-sticky { top: 46px; } }
@media (max-width: 767px) {
  .tlm-announcement { min-height: 28px; }
  .tlm-header__inner { min-height: 62px; gap: 8px; }
  .tlm-account-link { display: none; }
  .tlm-header-actions { gap: 0; }
  .tlm-icon-button { width: 36px; height: 36px; }
  .custom-logo { max-height: 32px; max-width: 138px; }
  .tlm-wordmark { font-size: 21px; }
  .tlm-footer__top, .tlm-footer__nav { grid-template-columns: 1fr; }
  .tlm-footer__nav { gap: 34px; }
  .tlm-footer__contact { grid-column: auto; }
  .tlm-footer__bottom { align-items: flex-start; flex-direction: column; }
  .tlm-footer-legal { flex-wrap: wrap; }
}

/* Premium compact state after the first scroll. */
.tlm-header__inner,
.custom-logo,
.tlm-header { transition: min-height .25s ease, max-height .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.tlm-header.is-scrolled { background: rgba(247,244,241,.9); border-bottom-color: rgba(23,21,20,.08); box-shadow: 0 8px 30px rgba(22,17,18,.055); }
.tlm-header.is-scrolled .tlm-header__inner { min-height: 64px; }
.tlm-header.is-scrolled .custom-logo { max-height: 34px; }
.tlm-nav__list > li > a { position: relative; }
.tlm-nav__list > li > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: currentColor; transition: right .25s ease; }
.tlm-nav__list > li:hover > a::after,
.tlm-nav__list > li.current-menu-item > a::after { right: 0; }

/* Logo sizing and wishlist */
.tlm-logo-wrap .custom-logo { width: var(--tlm-logo-width, 128px); max-width: var(--tlm-logo-width, 128px); max-height: none; height: auto; }
.tlm-header.is-scrolled .tlm-logo-wrap .custom-logo { width: calc(var(--tlm-logo-width, 128px) * .9); max-width: calc(var(--tlm-logo-width, 128px) * .9); max-height: none; }
.tlm-wishlist-count { position: absolute; top: 2px; right: 0; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; display: grid; place-items: center; background: var(--tlm-accent); color: #fff; font-size: 9px; line-height: 1; }
.tlm-wishlist-count[hidden] { display: none; }
.tlm-wishlist-link svg { transition: fill .2s ease, transform .2s ease; }
.tlm-wishlist-link:hover svg { transform: scale(1.08); }

.tlm-overlay-open { overflow:hidden; }

@media (max-width: 767px) {
  .tlm-logo-wrap .custom-logo { width: var(--tlm-logo-width-mobile, 106px); max-width: var(--tlm-logo-width-mobile, 106px); }
  .tlm-header.is-scrolled .tlm-logo-wrap .custom-logo { width: calc(var(--tlm-logo-width-mobile, 106px) * .94); max-width: calc(var(--tlm-logo-width-mobile, 106px) * .94); }
  .tlm-header-actions .tlm-icon-button { width:34px; }
}

/* Recent-purchase / popular-product social proof. */
.tlm-social-proof {
  position: fixed;
  z-index: 90;
  left: clamp(16px, 2vw, 30px);
  bottom: clamp(16px, 2vw, 28px);
  width: min(460px, calc(100vw - 32px));
  padding: 10px 44px 10px 10px;
  border: 1px solid rgba(184,111,127,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.985);
  box-shadow: 0 22px 70px rgba(63,35,46,.17), 0 3px 12px rgba(63,35,46,.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(18px);
  opacity: 0;
  transition: opacity .35s ease, transform .42s cubic-bezier(.2,.65,.25,1);
}
.tlm-social-proof::before {
  content: '';
  position: absolute;
  left: 18px;
  top: -4px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg,#e78da6,#b86f7f);
}
.tlm-social-proof[hidden] { display: none; }
.tlm-social-proof.is-visible { opacity: 1; transform: translateY(0); }
.tlm-social-proof__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.06);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.tlm-social-proof__link {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr) 34px;
  gap: 13px;
  align-items: center;
  color: inherit;
}
.tlm-social-proof__image {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  object-fit: cover;
  background: #f8eef2;
  box-shadow: inset 0 0 0 1px rgba(23,21,20,.05);
}
.tlm-social-proof__copy { display: grid; gap: 3px; min-width: 0; }
.tlm-social-proof__eyebrow {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a75570;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.tlm-social-proof__eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #60b879;
  box-shadow: 0 0 0 3px rgba(96,184,121,.12);
}
.tlm-social-proof__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}
.tlm-social-proof__meta { color: #8c817e; font-size: 10px; }
.tlm-social-proof__arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #171514;
  color: #fff;
  transition: transform .2s ease, background .2s ease;
}
.tlm-social-proof__link:hover .tlm-social-proof__arrow { transform: translateX(2px); background: #b86f7f; }

@media (max-width: 767px) {
  .tlm-social-proof { left: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 9px 38px 9px 9px; border-radius: 20px; }
  .tlm-social-proof__link { grid-template-columns: 58px minmax(0,1fr) 28px; gap: 10px; }
  .tlm-social-proof__image { width: 58px; height: 58px; border-radius: 14px; }
  .tlm-social-proof__arrow { width: 28px; height: 28px; }
  .tlm-social-proof__name { font-size: 12px; }
}


/* --------------------------------------------------------------------------
   TryLoveMe Mega Menu
   -------------------------------------------------------------------------- */
.tlm-mega {
  position: fixed;
  z-index: 780;
  top: calc(var(--tlm-announcement-height, 0px) + 76px);
  left: 0;
  right: 0;
  padding: 10px 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .22s ease;
}

.tlm-mega[hidden] {
  display: none;
}

.tlm-mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.tlm-mega::before {
  content: '';
  position: fixed;
  z-index: -1;
  inset: calc(var(--tlm-announcement-height, 0px) + 76px) 0 0;
  background: rgba(18,15,16,.18);
  backdrop-filter: blur(4px);
}

.tlm-mega__surface {
  overflow: hidden;
  border: 1px solid rgba(50,31,36,.09);
  border-radius: 0 0 26px 26px;
  background: rgba(255,255,255,.99);
  box-shadow: 0 28px 70px rgba(49,30,37,.14);
}

.tlm-mega__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding: 25px 28px 20px;
  border-bottom: 1px solid var(--tlm-border);
}

.tlm-mega__eyebrow,
.tlm-mega__label {
  margin: 0 0 7px;
  color: #a35e77;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tlm-mega__top h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}

.tlm-mega__all {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tlm-mega__body {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  min-height: 390px;
  max-height: min(66vh, 620px);
}

.tlm-mega__collections {
  padding: 24px 22px;
  border-right: 1px solid var(--tlm-border);
  background: linear-gradient(145deg, #fff8fa, #fff);
}

.tlm-mega__collections > a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(52,31,37,.07);
  font-size: 14px;
  font-weight: 650;
}

.tlm-mega__collections > a span {
  transition: transform .18s ease;
}

.tlm-mega__collections > a:hover span {
  transform: translateX(3px);
}

.tlm-mega__promo {
  margin-top: 22px;
  padding: 17px;
  border-radius: 18px;
  background: #f3dfe6;
}

.tlm-mega__promo > span {
  color: #9e5a72;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.tlm-mega__promo strong {
  display: block;
  margin-top: 7px;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.tlm-mega__promo p {
  margin: 8px 0 0;
  color: #786a6e;
  font-size: 11px;
  line-height: 1.45;
}

.tlm-mega__products {
  min-width: 0;
  padding: 0 26px 24px;
}

.tlm-mega__tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding: 17px 0 14px;
  border-bottom: 1px solid var(--tlm-border);
  scrollbar-width: none;
}

.tlm-mega__tabs::-webkit-scrollbar {
  display: none;
}

.tlm-mega__tab {
  appearance: none;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #6f6266;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.tlm-mega__tab:hover {
  background: #fff6f9;
}

.tlm-mega__tab.is-active {
  border-color: #efcbd9;
  background: #fcecf2;
  color: #8f4c67;
}

.tlm-mega__panels {
  min-height: 0;
}

.tlm-mega__panel[hidden] {
  display: none;
}

.tlm-mega__panel {
  padding-top: 18px;
}

.tlm-mega__panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 13px;
}

.tlm-mega__panel-head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.tlm-mega__panel-head > span {
  color: #8a7c80;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tlm-mega__product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: 0 22px;
  max-height: min(47vh, 425px);
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #dfc2cd transparent;
}

.tlm-mega__product-link {
  display: block;
  min-width: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(52,31,37,.06);
  color: #30282a;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  transition: color .16s ease, transform .16s ease;
}

.tlm-mega__product-link:hover,
.tlm-mega__product-link:focus-visible {
  color: #a35471;
  transform: translateX(2px);
}

/* Keep the mega trigger underline in the active state. */
.tlm-nav__list a[data-mega-trigger][aria-expanded="true"]::after {
  right: 0;
}

/* Mobile version inside the existing menu drawer. */
.tlm-mobile-mega {
  display: none;
}

@media (max-width: 1050px) {
  .tlm-mega {
    display: none;
  }

  .tlm-mobile-mega {
    display: block;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--tlm-border);
  }

  .tlm-mobile-mega__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
  }

  .tlm-mobile-mega__head span {
    display: block;
    margin-bottom: 5px;
    color: #a15d76;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
  }

  .tlm-mobile-mega__head strong {
    font-size: 25px;
    line-height: 1;
  }

  .tlm-mobile-mega__head > a {
    padding-bottom: 3px;
    border-bottom: 1px solid currentColor;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .tlm-mobile-mega__quick {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    margin: 18px -24px 20px;
    padding: 0 24px 4px;
    scrollbar-width: none;
  }

  .tlm-mobile-mega__quick::-webkit-scrollbar {
    display: none;
  }

  .tlm-mobile-mega__quick a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid #eadce1;
    border-radius: 999px;
    background: #fff8fa;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
  }

  .tlm-mobile-mega__groups {
    display: grid;
    border-top: 1px solid var(--tlm-border);
  }

  .tlm-mobile-mega details {
    border-bottom: 1px solid var(--tlm-border);
  }

  .tlm-mobile-mega summary {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
  }

  .tlm-mobile-mega summary::-webkit-details-marker {
    display: none;
  }

  .tlm-mobile-mega summary small {
    display: grid;
    min-width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 999px;
    background: #f6e8ed;
    color: #95536b;
    font-size: 9px;
  }

  .tlm-mobile-mega__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 0 14px;
    max-height: 270px;
    overflow-y: auto;
    padding: 0 0 14px;
  }

  .tlm-mobile-mega__links .tlm-mega__product-link {
    padding: 8px 0;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tlm-mega,
  .tlm-mega__product-link,
  .tlm-mega__collections > a span {
    transition: none;
  }
}


/* --------------------------------------------------------------------------
   TryLoveMe Mega Menu v1.9.34 refinements
   -------------------------------------------------------------------------- */
.tlm-mega {
  top: calc(var(--tlm-announcement-height, 0px) + 92px);
  padding-top: 14px;
}

.tlm-mega::before {
  inset: calc(var(--tlm-announcement-height, 0px) + 92px) 0 0;
}

.tlm-mega__body {
  grid-template-columns: 288px minmax(0, 1fr);
  min-height: 430px;
}

.tlm-mega__collections {
  padding: 24px 20px;
}

.tlm-mega__collection-grid {
  display: grid;
  gap: 12px;
}

.tlm-mega__collection-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(52,31,37,.08);
  border-radius: 18px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.tlm-mega__collection-card:hover,
.tlm-mega__collection-card:focus-visible {
  border-color: #ebc7d6;
  box-shadow: 0 14px 28px rgba(85,48,64,.08);
  transform: translateY(-1px);
}

.tlm-mega__collection-thumb {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff7fa, #f6e6ec);
}

.tlm-mega__collection-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tlm-mega__collection-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.tlm-mega__collection-copy small {
  color: #a35e77;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tlm-mega__collection-copy strong {
  font-size: 15px;
  line-height: 1.2;
}

.tlm-mega__collection-arrow {
  color: #74676b;
  font-size: 16px;
  transition: transform .18s ease;
}

.tlm-mega__collection-card:hover .tlm-mega__collection-arrow {
  transform: translateX(3px);
}

.tlm-mega__promo {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(145deg, #f5e1e8, #f7eaef);
}

.tlm-mega__promo-media {
  display: grid;
  place-items: center;
  min-height: 132px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
}

.tlm-mega__promo-media img {
  width: 100%;
  max-height: 132px;
  object-fit: contain;
}

.tlm-mega__promo-copy > span {
  color: #9e5a72;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.tlm-mega__promo-copy strong {
  display: block;
  margin-top: 7px;
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.tlm-mega__promo-copy p {
  margin: 8px 0 0;
  color: #786a6e;
  font-size: 11px;
  line-height: 1.45;
}

.tlm-mega__product-grid {
  max-height: min(49vh, 455px);
}

@media (max-width: 1220px) {
  .tlm-mega__body {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .tlm-mega__collection-card {
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 10px;
  }

  .tlm-mega__collection-thumb {
    width: 56px;
    height: 56px;
  }
}


/* --------------------------------------------------------------------------
   TryLoveMe Mega Menu v1.9.36 — clean background + no bottom promo
   -------------------------------------------------------------------------- */

/* No grey veil/backdrop behind the mega menu. */
.tlm-mega::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

/* Remove the lower promotional image/card that gets clipped. */
.tlm-mega__promo {
  display: none !important;
}

/* Let the collection column end naturally after the last collection. */
.tlm-mega__collections {
  align-content: start;
}

/* Slightly reduce the overall panel height after removing the promo block. */
.tlm-mega__body {
  min-height: 360px;
}

/* Prevent any accidental image overflow from the collection column. */
.tlm-mega__collections,
.tlm-mega__collection-grid {
  overflow: visible;
}

@media (max-width: 1050px) {
  .tlm-mega__promo {
    display: none !important;
  }
}


/* --------------------------------------------------------------------------
   TryLoveMe Menu polish v1.9.38
   -------------------------------------------------------------------------- */

/* Mega menu: a touch lower so it does not visually stick to the navigation. */
@media (min-width: 1051px) {
  .tlm-mega {
    top: calc(var(--tlm-announcement-height, 0px) + 102px);
    padding-top: 10px;
  }
}

/* Regular dropdowns stay regular dropdowns — only their UX is refined. */
.tlm-nav__list .sub-menu {
  left: -18px;
  top: calc(100% + 8px);
  min-width: 270px;
  padding: 10px;
  border: 1px solid rgba(49,35,39,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.985);
  box-shadow: 0 20px 55px rgba(37,24,29,.12);
  transform: translateY(8px);
  overflow: hidden;
}

.tlm-nav__list .sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.tlm-nav__list .sub-menu li {
  margin: 0;
}

.tlm-nav__list .sub-menu a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  border-radius: 11px;
  color: #2b2628;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  transition:
    background .16s ease,
    color .16s ease,
    padding-left .16s ease;
}

.tlm-nav__list .sub-menu a::after {
  content: '→';
  position: static;
  width: auto;
  height: auto;
  margin-left: 18px;
  background: none;
  color: #a66a7f;
  font-size: 13px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .16s ease, transform .16s ease;
}

.tlm-nav__list .sub-menu a:hover,
.tlm-nav__list .sub-menu a:focus-visible {
  padding-left: 16px;
  background: #fbf2f5;
  color: #8f4f67;
}

.tlm-nav__list .sub-menu a:hover::after,
.tlm-nav__list .sub-menu a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

/* A subtle premium highlight for "Oferta miesiąca". */
.tlm-nav__list > li.tlm-menu-item--monthly-offer > a {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #efcad8;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7fa, #fce9f1);
  color: #9d536e;
}

.tlm-nav__list > li.tlm-menu-item--monthly-offer > a::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--tlm-accent);
  box-shadow: 0 0 0 4px rgba(223,121,170,.10);
}

.tlm-nav__list > li.tlm-menu-item--monthly-offer > a::after {
  display: none;
}

.tlm-nav__list > li.tlm-menu-item--monthly-offer > a:hover,
.tlm-nav__list > li.tlm-menu-item--monthly-offer.current-menu-item > a {
  background: #f8dfe9;
  border-color: #e5afc4;
  color: #7f3f58;
}

/* Mobile: keep the offer noticeable but compact. */
.tlm-mobile-nav__list > li.tlm-menu-item--monthly-offer > a {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 10px 0;
  padding: 11px 16px;
  border: 1px solid #efcad8;
  border-radius: 999px;
  background: #fff6f9;
  color: #98516a;
  font-size: 16px;
  font-weight: 750;
}

.tlm-mobile-nav__list > li.tlm-menu-item--monthly-offer > a::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--tlm-accent);
}


/* --------------------------------------------------------------------------
   TryLoveMe Mobile Menu v1.9.39 — accordion navigation
   -------------------------------------------------------------------------- */
@media (max-width: 1050px) {
  .tlm-drawer__panel {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .tlm-mobile-nav__list {
    margin-top: 22px;
  }

  .tlm-mobile-nav__list > li {
    position: relative;
    border-bottom: 1px solid var(--tlm-border);
  }

  .tlm-mobile-nav__list > li > a {
    display: flex;
    min-height: 66px;
    align-items: center;
    padding: 18px 56px 18px 0;
    font-size: clamp(24px, 7vw, 34px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.045em;
  }

  .tlm-mobile-nav__toggle {
    position: absolute;
    top: 12px;
    right: 0;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(48,35,39,.10);
    border-radius: 50%;
    background: #fff;
    color: #211d1f;
    cursor: pointer;
  }

  .tlm-mobile-nav__toggle span {
    display: block;
    font-size: 23px;
    line-height: 1;
    transform: translateY(-2px) rotate(0deg);
    transform-origin: center;
    transition: transform .2s ease;
  }

  .tlm-mobile-nav__has-children.is-mobile-expanded > .tlm-mobile-nav__toggle {
    border-color: #ecc7d6;
    background: #fff6f9;
    color: #9c5870;
  }

  .tlm-mobile-nav__has-children.is-mobile-expanded > .tlm-mobile-nav__toggle span {
    transform: translateY(2px) rotate(180deg);
  }

  /* Regular dropdowns on mobile. */
  .tlm-mobile-nav__list .sub-menu {
    position: static;
    display: grid;
    gap: 2px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .tlm-mobile-nav__list .sub-menu[hidden],
  .tlm-mobile-mega[hidden] {
    display: none !important;
  }

  .tlm-mobile-nav__list .sub-menu li {
    border: 0;
  }

  .tlm-mobile-nav__list .sub-menu a {
    min-height: auto;
    padding: 10px 44px 10px 18px;
    border-radius: 10px;
    color: #77696e;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
  }

  .tlm-mobile-nav__list .sub-menu a:hover,
  .tlm-mobile-nav__list .sub-menu a:focus-visible {
    padding-left: 22px;
    background: #fff6f9;
    color: #95536b;
  }

  /* The lacquer mega menu now lives *inside* "Sklep". */
  .tlm-mobile-nav__list > li > .tlm-mobile-mega {
    margin: 0;
    padding: 8px 0 22px;
    border-top: 0;
  }

  .tlm-mobile-mega__head {
    margin: 0 0 16px;
    padding: 17px 0 15px;
    border-top: 1px solid var(--tlm-border);
    border-bottom: 1px solid var(--tlm-border);
  }

  .tlm-mobile-mega__head strong {
    font-size: 28px;
  }

  .tlm-mobile-mega__quick {
    margin: 0 -4px 18px;
    padding: 0 4px 8px;
  }

  .tlm-mobile-mega__quick a {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 999px;
    font-size: 14px;
  }

  .tlm-mobile-mega__groups {
    margin-top: 4px;
    border-top: 1px solid var(--tlm-border);
  }

  .tlm-mobile-mega details {
    border-bottom: 1px solid var(--tlm-border);
  }

  .tlm-mobile-mega summary {
    position: relative;
    min-height: 62px;
    padding: 18px 54px 18px 0;
    font-size: 21px;
    font-weight: 650;
  }

  .tlm-mobile-mega summary::after {
    content: '⌄';
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 20px;
    font-weight: 400;
    transform: translateY(-56%) rotate(0deg);
    transition: transform .2s ease;
  }

  .tlm-mobile-mega details[open] summary::after {
    transform: translateY(-44%) rotate(180deg);
  }

  .tlm-mobile-mega summary small {
    position: absolute;
    top: 50%;
    right: 38px;
    min-width: 32px;
    height: 32px;
    transform: translateY(-50%);
    font-size: 12px;
  }

  .tlm-mobile-mega__links {
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
    padding: 2px 0 16px;
  }

  .tlm-mobile-mega__links .tlm-mega__product-link {
    padding: 9px 0;
    font-size: 14px;
  }

  /* "Oferta miesiąca" remains highlighted, but fits the accordion rhythm. */
  .tlm-mobile-nav__list > li.tlm-menu-item--monthly-offer > a {
    min-height: 52px;
    margin: 10px 0 12px;
    padding: 12px 18px;
    font-size: 18px;
    letter-spacing: -.02em;
  }
}


/* --------------------------------------------------------------------------
   TryLoveMe Mobile Menu v1.9.40 — simplified shop hierarchy
   -------------------------------------------------------------------------- */
@media (max-width: 1050px) {
  /* Main navigation: quieter, more premium, no giant circular controls. */
  .tlm-mobile-nav__list {
    margin-top: 20px;
  }

  .tlm-mobile-nav__list > li {
    border-bottom: 1px solid rgba(48,35,39,.10);
  }

  .tlm-mobile-nav__list > li > a {
    min-height: 62px;
    padding: 18px 42px 18px 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.045em;
  }

  .tlm-mobile-nav__toggle {
    top: 12px;
    right: 0;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .tlm-mobile-nav__toggle span {
    font-size: 22px;
  }

  .tlm-mobile-nav__has-children.is-mobile-expanded > .tlm-mobile-nav__toggle {
    border: 0;
    background: transparent;
    color: #a45c75;
  }

  /* Oferta miesiąca: visible but no oversized pill. */
  .tlm-mobile-nav__list > li.tlm-menu-item--monthly-offer {
    padding: 8px 0;
  }

  .tlm-mobile-nav__list > li.tlm-menu-item--monthly-offer > a {
    display: flex;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 13px 15px;
    border: 1px solid #efcad8;
    border-radius: 14px;
    background: #fff7fa;
    color: #99536c;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
  }

  /* Hide all legacy mega-menu visual pieces in mobile. */
  .tlm-mobile-mega__head,
  .tlm-mobile-mega__quick,
  .tlm-mobile-mega__groups {
    display: none !important;
  }

  .tlm-mobile-nav__list > li > .tlm-mobile-mega {
    margin: 0;
    padding: 0 0 18px;
    border: 0;
  }

  .tlm-mobile-shop__primary {
    border-top: 1px solid rgba(48,35,39,.10);
  }

  .tlm-mobile-shop__row,
  .tlm-mobile-shop__details > summary,
  .tlm-mobile-shop__subdetails > summary {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 2px;
    border-bottom: 1px solid rgba(48,35,39,.09);
    color: #171415;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    cursor: pointer;
  }

  .tlm-mobile-shop__row--strong {
    color: #a0546d;
  }

  .tlm-mobile-shop__details,
  .tlm-mobile-shop__subdetails {
    margin: 0;
    border: 0;
  }

  .tlm-mobile-shop__details > summary,
  .tlm-mobile-shop__subdetails > summary {
    list-style: none;
  }

  .tlm-mobile-shop__details > summary::-webkit-details-marker,
  .tlm-mobile-shop__subdetails > summary::-webkit-details-marker {
    display: none;
  }

  .tlm-mobile-shop__chevron {
    display: inline-grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    color: #866f77;
    font-size: 19px;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform .2s ease, color .2s ease;
  }

  .tlm-mobile-shop__details[open] > summary .tlm-mobile-shop__chevron,
  .tlm-mobile-shop__subdetails[open] > summary .tlm-mobile-shop__chevron {
    color: #a45c75;
    transform: rotate(180deg);
  }

  .tlm-mobile-shop__details[open] > summary,
  .tlm-mobile-shop__subdetails[open] > summary {
    color: #9e536c;
  }

  .tlm-mobile-shop__lacquers,
  .tlm-mobile-shop__products {
    padding: 6px 0 12px 14px;
  }

  .tlm-mobile-shop__collection-links {
    display: grid;
    padding: 6px 0 10px;
  }

  .tlm-mobile-shop__collection-links > a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 2px;
    border-bottom: 1px solid rgba(48,35,39,.07);
    color: #65585d;
    font-size: 15px;
    font-weight: 550;
    text-decoration: none;
  }

  .tlm-mobile-shop__groups {
    border-top: 0;
  }

  .tlm-mobile-shop__subdetails > summary {
    min-height: 48px;
    padding: 11px 2px;
    color: #4f4549;
    font-size: 15px;
    font-weight: 650;
  }

  .tlm-mobile-shop__products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }

  .tlm-mobile-shop__products a {
    display: block;
    padding: 9px 2px;
    border-bottom: 1px solid rgba(48,35,39,.06);
    color: #74666b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
  }

  .tlm-mobile-shop__products a:last-child {
    border-bottom: 0;
  }

  .tlm-mobile-shop__row:hover,
  .tlm-mobile-shop__row:focus-visible,
  .tlm-mobile-shop__collection-links > a:hover,
  .tlm-mobile-shop__products a:hover {
    color: #9e536c;
  }

  /* Less empty vertical space at the bottom of the drawer. */
  .tlm-drawer__panel {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }
}


/* --------------------------------------------------------------------------
   TryLoveMe Mobile Menu v1.9.41 — final accordion reset
   Fixes duplicate arrows, duplicate separators and inline product links.
   -------------------------------------------------------------------------- */
@media (max-width: 1050px) {

  /* The shop area must be a normal vertical stack, never a flex row. */
  .tlm-mobile-shop,
  .tlm-mobile-shop__primary,
  .tlm-mobile-shop__lacquers,
  .tlm-mobile-shop__groups,
  .tlm-mobile-shop__products,
  .tlm-mobile-shop__collection-links {
    width: 100% !important;
    max-width: none !important;
  }

  .tlm-mobile-shop__primary,
  .tlm-mobile-shop__lacquers,
  .tlm-mobile-shop__groups {
    display: block !important;
  }

  /* Closed really means closed, including Safari. */
  .tlm-mobile-shop details:not([open]) > *:not(summary) {
    display: none !important;
  }

  /* Remove every legacy/native arrow. We keep ONLY .tlm-mobile-shop__chevron. */
  .tlm-mobile-shop summary {
    list-style: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .tlm-mobile-shop summary::-webkit-details-marker {
    display: none !important;
  }

  .tlm-mobile-shop summary::marker,
  .tlm-mobile-shop summary::before,
  .tlm-mobile-shop summary::after {
    content: none !important;
    display: none !important;
  }

  /* Remove legacy borders which were stacking into double lines. */
  .tlm-mobile-mega,
  .tlm-mobile-mega__groups,
  .tlm-mobile-shop__primary,
  .tlm-mobile-shop__details,
  .tlm-mobile-shop__subdetails,
  .tlm-mobile-shop__lacquers,
  .tlm-mobile-shop__groups,
  .tlm-mobile-shop__products,
  .tlm-mobile-shop__collection-links {
    border: 0 !important;
  }

  .tlm-mobile-shop__primary > .tlm-mobile-shop__row,
  .tlm-mobile-shop__primary > .tlm-mobile-shop__details,
  .tlm-mobile-shop__groups > .tlm-mobile-shop__subdetails {
    border-bottom: 1px solid rgba(48,35,39,.10) !important;
  }

  .tlm-mobile-shop__primary > :first-child {
    border-top: 1px solid rgba(48,35,39,.10) !important;
  }

  /* Every first-level shop item occupies its own row. */
  .tlm-mobile-shop__row {
    display: flex !important;
    width: 100% !important;
    min-height: 54px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 14px 2px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
  }

  .tlm-mobile-shop__details,
  .tlm-mobile-shop__subdetails {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .tlm-mobile-shop__details > summary,
  .tlm-mobile-shop__subdetails > summary {
    display: flex !important;
    width: 100% !important;
    min-height: 54px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 14px 2px !important;
    box-sizing: border-box !important;
  }

  .tlm-mobile-shop__subdetails > summary {
    min-height: 50px !important;
    padding-left: 14px !important;
  }

  /* Exactly one chevron per expandable row. */
  .tlm-mobile-shop__chevron {
    display: block !important;
    position: relative !important;
    width: 12px !important;
    height: 12px !important;
    flex: 0 0 12px !important;
    margin: 0 8px 0 auto !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: rotate(45deg) !important;
    transition: transform .18s ease !important;
  }

  .tlm-mobile-shop__chevron::before {
    content: "" !important;
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
  }

  .tlm-mobile-shop__details[open] > summary .tlm-mobile-shop__chevron,
  .tlm-mobile-shop__subdetails[open] > summary .tlm-mobile-shop__chevron {
    transform: rotate(225deg) !important;
  }

  /* Collection links are separate vertical rows. */
  .tlm-mobile-shop__collection-links {
    display: block !important;
    padding: 0 0 8px 14px !important;
  }

  .tlm-mobile-shop__collection-links > a {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 10px 2px !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(48,35,39,.07) !important;
    white-space: normal !important;
  }

  /* Product names: one product per line. Never inline. */
  .tlm-mobile-shop__products {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 0 0 10px 14px !important;
  }

  .tlm-mobile-shop__products > a {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px 2px !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(48,35,39,.06) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .tlm-mobile-shop__products > a:last-child {
    border-bottom: 0 !important;
  }

  /* Clear hierarchy and spacing inside "Lakiery". */
  .tlm-mobile-shop__lacquers {
    padding: 4px 0 10px !important;
  }

  .tlm-mobile-shop__groups {
    padding-left: 0 !important;
  }

  /* Keep old generic mega-menu pseudo icons from leaking into the new markup. */
  .tlm-mobile-shop .tlm-mobile-mega__groups,
  .tlm-mobile-shop .tlm-mobile-mega__quick,
  .tlm-mobile-shop .tlm-mobile-mega__head {
    display: none !important;
  }
}


/* TryLoveMe v1.9.43 — editable light footer */
@media (max-width: 900px) {
  .tlm-footer__top {
    grid-template-columns: 1fr 1.45fr;
  }
  .tlm-footer__contact {
    grid-column: 1 / -1;
    padding-top: 8px;
  }
}

@media (max-width: 640px) {
  .tlm-footer {
    padding: 52px 0 24px;
  }
  .tlm-footer__top,
  .tlm-footer__nav {
    grid-template-columns: 1fr;
  }
  .tlm-footer__top {
    gap: 42px;
  }
  .tlm-footer__nav {
    gap: 30px;
  }
  .tlm-footer__contact {
    grid-column: auto;
  }
  .tlm-footer .custom-logo,
  .tlm-footer__logo-image {
    max-width: 132px;
    max-height: 48px;
  }
  .tlm-footer__brand > p {
    margin-top: 20px;
    max-width: 100%;
  }
  .tlm-footer__bottom {
    margin-top: 52px;
    align-items: flex-start;
    flex-direction: column;
  }
}


/* --------------------------------------------------------------------------
   TryLoveMe v1.9.45 — category mega menu
   No long product-name lists in navigation.
   -------------------------------------------------------------------------- */
@media (min-width: 1051px) {
  .tlm-mega--catalog .tlm-mega__surface {
    max-height: min(650px, calc(100vh - 130px));
    overflow: auto;
  }

  .tlm-mega--catalog .tlm-mega__top {
    padding-bottom: 20px;
  }

  .tlm-mega-catalog {
    display: grid;
    grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(48,35,39,.10);
  }

  .tlm-mega-catalog__section {
    min-width: 0;
    padding: 26px 22px 30px;
    border-right: 1px solid rgba(48,35,39,.08);
  }

  .tlm-mega-catalog__section:last-child {
    border-right: 0;
  }

  .tlm-mega-catalog__section--lacquers {
    padding-left: 0;
  }

  .tlm-mega-catalog__head {
    min-height: 58px;
    margin-bottom: 8px;
  }

  .tlm-mega-catalog__head h3 {
    margin: 0;
    font-size: clamp(18px, 1.35vw, 24px);
    line-height: 1.08;
    letter-spacing: -.03em;
  }

  .tlm-mega-catalog__head h3 a {
    color: inherit;
    text-decoration: none;
  }

  .tlm-mega-catalog__links {
    display: grid;
    gap: 0;
  }

  .tlm-mega-catalog__links--lacquers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .tlm-mega-catalog__links a,
  .tlm-mega-catalog__direct {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(48,35,39,.08);
    color: #211d1e;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
  }

  .tlm-mega-catalog__links a:hover,
  .tlm-mega-catalog__direct:hover {
    color: #ad607a;
  }

  .tlm-mega-catalog__links a.is-child {
    padding-left: 14px;
    color: #74686c;
    font-size: 12px;
  }

  .tlm-mega-catalog__direct {
    display: inline-flex;
    border-bottom: 0;
  }
}

@media (max-width: 1050px) {
  .tlm-mobile-shop--categories .tlm-mobile-shop__primary {
    display: block !important;
  }

  .tlm-mobile-shop--categories .tlm-mobile-shop__row,
  .tlm-mobile-shop--categories .tlm-mobile-shop__details {
    border-bottom: 1px solid rgba(48,35,39,.10) !important;
  }

  .tlm-mobile-shop--categories .tlm-mobile-shop__details > summary {
    min-height: 58px !important;
    padding: 16px 2px !important;
    font-size: clamp(19px, 5vw, 25px) !important;
    font-weight: 650 !important;
  }

  .tlm-mobile-shop--categories .tlm-mobile-shop__category-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding: 0 0 10px 14px !important;
    width: 100% !important;
  }

  .tlm-mobile-shop--categories .tlm-mobile-shop__category-links > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 46px !important;
    gap: 12px !important;
    padding: 11px 4px !important;
    border-bottom: 1px solid rgba(48,35,39,.07) !important;
    color: #74686c !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 520 !important;
    line-height: 1.25 !important;
  }

  .tlm-mobile-shop--categories .tlm-mobile-shop__category-links > a.is-all {
    color: #a85f77 !important;
    font-weight: 700 !important;
  }

  .tlm-mobile-shop--categories .tlm-mobile-shop__category-links > a.is-child {
    padding-left: 18px !important;
    font-size: 15px !important;
  }

  .tlm-mobile-shop--categories details:not([open]) > .tlm-mobile-shop__category-links {
    display: none !important;
  }
}


/* --------------------------------------------------------------------------
   TryLoveMe v1.9.46 — compact desktop mega menu layout fix
   Restores a cleaner, shorter mega menu without the huge white empty panel.
   -------------------------------------------------------------------------- */
@media (min-width: 1051px) {
  .tlm-mega--catalog {
    padding-top: 10px;
  }

  .tlm-mega--catalog .tlm-mega__surface {
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    border-radius: 0 0 22px 22px;
  }

  .tlm-mega--catalog .tlm-mega__top {
    padding: 20px 26px 18px !important;
    min-height: 0 !important;
  }

  .tlm-mega--catalog .tlm-mega__top h2 {
    margin: 2px 0 0;
    font-size: clamp(25px, 1.7vw, 34px);
    line-height: 1;
    letter-spacing: -.04em;
  }

  .tlm-mega--catalog .tlm-mega__eyebrow {
    margin-bottom: 7px;
  }

  .tlm-mega-compact {
    display: grid;
    grid-template-columns: minmax(320px, 1.15fr) minmax(0, 2.35fr);
    border-top: 1px solid rgba(48,35,39,.10);
  }

  .tlm-mega-compact__lacquers {
    padding: 22px 26px 24px;
    background: linear-gradient(180deg, rgba(252,244,247,.72), rgba(255,255,255,.72));
    border-right: 1px solid rgba(48,35,39,.08);
  }

  .tlm-mega-compact__section-head {
    min-height: 0 !important;
    margin: 0 0 14px !important;
  }

  .tlm-mega-compact__section-head h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.08;
    letter-spacing: -.03em;
  }

  .tlm-mega-compact__section-head h3 a {
    color: inherit;
    text-decoration: none;
  }

  .tlm-mega-compact__lacquer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .tlm-mega-compact__lacquer-grid a,
  .tlm-mega-compact__links a,
  .tlm-mega-compact__direct {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(48,35,39,.08);
    color: #211d1e;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.25;
  }

  .tlm-mega-compact__lacquer-grid a:hover,
  .tlm-mega-compact__links a:hover,
  .tlm-mega-compact__direct:hover {
    color: #ad607a;
  }

  .tlm-mega-compact__groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tlm-mega-compact__group {
    min-width: 0;
    padding: 22px 20px 24px;
    border-right: 1px solid rgba(48,35,39,.08);
  }

  .tlm-mega-compact__group:last-child {
    border-right: 0;
  }

  .tlm-mega-compact__links {
    display: grid;
  }

  .tlm-mega-compact__links a.is-child {
    padding-left: 12px;
    color: #74686c;
    font-size: 12px;
  }

  .tlm-mega-compact__direct {
    display: inline-flex;
    border-bottom: 0;
  }

  /* Disable previous v1.9.45 desktop grid so it cannot create the oversized panel. */
  .tlm-mega-catalog {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   TryLoveMe v1.9.58 — SYSTEM ŻELOWY mega-menu branch
   -------------------------------------------------------------------------- */
@media (min-width: 1051px) {
  .tlm-mega-gels {
    padding: 18px 26px 22px;
    border-top: 1px solid rgba(48,35,39,.10);
    background: #fff;
  }

  .tlm-mega-gels__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
  }

  .tlm-mega-gels__head h3 {
    margin: 2px 0 0;
    font-size: 22px;
    line-height: 1.05;
    letter-spacing: -.035em;
  }

  .tlm-mega-gels__head > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    color: #a85f77;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 750;
  }

  .tlm-mega-gels__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(48,35,39,.08);
  }

  .tlm-mega-gels__group {
    min-width: 0;
    padding: 14px 18px 0 0;
    margin-right: 18px;
    border-right: 1px solid rgba(48,35,39,.08);
  }

  .tlm-mega-gels__group:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  .tlm-mega-gels__group h4 {
    margin: 0 0 7px;
    color: #211d1e;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
  }

  .tlm-mega-gels__products {
    display: grid;
  }

  .tlm-mega-gels__products a {
    display: block;
    padding: 4px 0;
    color: #74686c;
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 550;
    line-height: 1.3;
  }

  .tlm-mega-gels__products a:hover,
  .tlm-mega-gels__products a:focus-visible,
  .tlm-mega-gels__head > a:hover,
  .tlm-mega-gels__head > a:focus-visible {
    color: #ad607a;
  }
}

@media (max-width: 1050px) {
  .tlm-mobile-shop__gel-system {
    padding: 2px 0 18px;
  }

  .tlm-mobile-shop__gel-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    padding: 11px 4px;
    border-bottom: 1px solid rgba(48,35,39,.08);
    color: #a85f77;
    text-decoration: none;
    font-size: 16px;
    font-weight: 750;
  }

  .tlm-mobile-shop__gel-group {
    display: grid;
    padding: 14px 4px 6px;
    border-bottom: 1px solid rgba(48,35,39,.08);
  }

  .tlm-mobile-shop__gel-group strong {
    margin-bottom: 7px;
    color: #211d1e;
    font-size: 15px;
    font-weight: 800;
  }

  .tlm-mobile-shop__gel-group a {
    display: block;
    padding: 7px 0 7px 14px;
    color: #74686c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 520;
    line-height: 1.3;
  }

  .tlm-mobile-shop--categories details:not([open]) > .tlm-mobile-shop__gel-system {
    display: none !important;
  }
}
