.elementor-33962 .elementor-element.elementor-element-0eef31b{--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;overflow:visible;}@media(min-width:768px){.elementor-33962 .elementor-element.elementor-element-0eef31b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-4aba517 *//* ============================================================
   TANDOOR MORNI -- CUSTOM HEADER CSS v2.0
   Paste into: Appearance > Customize > Additional CSS
   VERIFIED: zero angle-bracket characters in this file.
   ============================================================ */

/* ── SCOPED RESETS ── */
.tm-hw, .tm-hw * { box-sizing: border-box; }
.tm-nl, .tm-nl li { list-style: none; margin: 0; padding: 0; }
.tm-hw p { margin: 0; }

/* ── OUTER WRAPPER ── */
.tm-hw {
  position: relative;
  z-index: 1000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.tm-tb {
  background: #E8691A;
  width: 100%;
}
.tm-tb-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Social icons */
.tm-tb-soc {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tm-soc-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.18s ease;
  line-height: 1;
}
.tm-soc-lnk:hover { color: #ffffff; }

/* Top nav links */
.tm-tb-nav { display: flex; align-items: center; }
.tm-tb-lnk {
  font-size: 11.5px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
  transition: color 0.18s ease, opacity 0.18s ease;
  letter-spacing: 0.02em;
  opacity: 0.9;
}
.tm-tb-lnk:first-child { border-left: 1px solid rgba(255, 255, 255, 0.3); }
.tm-tb-lnk:hover { opacity: 1; color: #ffffff; }

/* ============================================================
   MAIN HEADER
   ============================================================ */
.tm-hdr {
  background: #ffffff;
  border-bottom: 1px solid #E5D5C5;
  position: sticky;
  top: 0;
  z-index: 999;
  overflow: visible;
  box-shadow: 0 2px 10px rgba(28, 28, 28, 0.06);
}
.tm-hdr-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 68px;
  position: static;
}

/* ── LOGO ── */
.tm-logo-lnk {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-self: start;
}
.tm-logo-img {
  height: 42px;
  width: auto;
  display: block;
  max-height: 42px !important;
}

/* ── RIGHT CLUSTER (cart + hamburger) ── */
.tm-hdr-right {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-self: end;
}
.tm-cart-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #5C4A3A;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}
.tm-cart-lnk:hover { background: #FDF6EE; color: #B87333; }

/* ── HAMBURGER BUTTON ── */
.tm-mob-btn {
  display: none !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: background 0.18s ease;
}
.tm-mob-btn:hover { background: #FDF6EE; }
.tm-mob-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #5C4A3A;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease;
  transform-origin: center;
}
.tm-mob-btn.tm-mob-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tm-mob-btn.tm-mob-active span:nth-child(2) { opacity: 0; width: 0; }
.tm-mob-btn.tm-mob-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   DESKTOP MEGA NAV
   ============================================================ */
.tm-nav {
  display: flex;
  justify-content: center;
  overflow: visible;
}
.tm-nl {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow: visible;
}
.tm-ni {
  position: static;
  display: flex;
  align-items: stretch;
  overflow: visible;
}
.tm-nt {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 13px;
  height: 68px;
  font-size: 13px;
  font-weight: 600;
  color: #5C4A3A;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.18s ease, border-color 0.18s ease;
  cursor: pointer;
}
.tm-chev {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.tm-ni:hover .tm-nt,
.tm-ni:focus-within .tm-nt {
  color: #B87333;
  border-bottom-color: #B87333;
}
.tm-ni:hover .tm-chev,
.tm-ni:focus-within .tm-chev {
  transform: rotate(180deg);
}

/* ── MEGA PANEL ── */
.tm-mp {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FDFAF7;
  border-top: 3px solid #B87333;
  border-bottom: 1px solid #E5D5C5;
  box-shadow: 0 18px 40px rgba(28, 28, 28, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  z-index: 998;
}
.tm-ni:hover .tm-mp,
.tm-ni:focus-within .tm-mp {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
}
.tm-mp-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 2rem 22px;
}
.tm-mp-hd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.tm-mp-lbl {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B87333;
  font-weight: 700;
}
.tm-mp-all {
  font-size: 12px;
  color: #8C7A6B;
  text-decoration: none;
  transition: color 0.15s ease;
}
.tm-mp-all:hover { color: #8B5513; }

/* ── PRODUCT GRID ── */
.tm-mg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* ── PRODUCT CARD ── */
.tm-mc {
  display: inline-block;
  width: 138px;
  text-decoration: none;
  vertical-align: top;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.tm-ni:hover .tm-mc,
.tm-ni:focus-within .tm-mc { opacity: 1; transform: translateY(0); }

.tm-ni:hover .tm-mc:nth-child(1),  .tm-ni:focus-within .tm-mc:nth-child(1)  { transition-delay: 40ms;  }
.tm-ni:hover .tm-mc:nth-child(2),  .tm-ni:focus-within .tm-mc:nth-child(2)  { transition-delay: 65ms;  }
.tm-ni:hover .tm-mc:nth-child(3),  .tm-ni:focus-within .tm-mc:nth-child(3)  { transition-delay: 90ms;  }
.tm-ni:hover .tm-mc:nth-child(4),  .tm-ni:focus-within .tm-mc:nth-child(4)  { transition-delay: 115ms; }
.tm-ni:hover .tm-mc:nth-child(5),  .tm-ni:focus-within .tm-mc:nth-child(5)  { transition-delay: 140ms; }
.tm-ni:hover .tm-mc:nth-child(6),  .tm-ni:focus-within .tm-mc:nth-child(6)  { transition-delay: 165ms; }
.tm-ni:hover .tm-mc:nth-child(7),  .tm-ni:focus-within .tm-mc:nth-child(7)  { transition-delay: 185ms; }
.tm-ni:hover .tm-mc:nth-child(8),  .tm-ni:focus-within .tm-mc:nth-child(8)  { transition-delay: 205ms; }
.tm-ni:hover .tm-mc:nth-child(n+9), .tm-ni:focus-within .tm-mc:nth-child(n+9) { transition-delay: 220ms; }

.tm-ctbl { width: 100%; border-collapse: collapse; border-spacing: 0; }
.tm-cimgtd { padding: 0; }
.tm-cimgw {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5D5C5;
  background: #F5F0EB;
  transition: border-color 0.18s ease;
  display: block;
}
.tm-mc:hover .tm-cimgw { border-color: #B87333; }
.tm-cimgw img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  background: #F5F0EB;
  transition: transform 0.22s ease;
}
.tm-mc:hover .tm-cimgw img { transform: scale(1.05); }
.tm-cbody { padding: 9px 2px 0; vertical-align: top; }
.tm-cname { font-size: 11.5px; font-weight: 700; color: #1C1C1C; line-height: 1.35; margin-bottom: 3px; }
.tm-cdim  { font-size: 10px; color: #8C7A6B; letter-spacing: 0.01em; margin-bottom: 3px; }
.tm-creg  { font-size: 10.5px; color: #8C7A6B; text-decoration: line-through; margin-bottom: 1px; }
.tm-cprice { font-size: 12.5px; font-weight: 700; color: #B87333; }

/* ============================================================
   MOBILE PANEL
   Sits inside sticky .tm-hdr — always starts just below it.
   ============================================================ */
.tm-mob-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 68px);
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 997;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
.tm-mob-panel.tm-mob-open {
  transform: translateX(0);
}

/* Category accordion row */
.tm-mob-cat { border-bottom: 1px solid #E5D5C5; }

.tm-mob-cat-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  border: none;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1C1C1C;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease;
}
.tm-mob-cat-btn:hover { background: #FDF6EE; }
.tm-mob-plus {
  font-size: 20px;
  color: #B87333;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.25s ease;
  display: inline-block;
}
.tm-mob-cat-btn.tm-mob-cat-open .tm-mob-plus { transform: rotate(45deg); }

/* Accordion expandable body */
.tm-mob-cat-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
  background: #FDFAF7;
}

/* Product link row */
.tm-mob-lnk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px 11px 28px;
  border-bottom: 1px solid #F0E8DF;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: #5C4A3A;
  text-decoration: none;
  gap: 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
.tm-mob-lnk:hover { background: #FDF6EE; color: #B87333; }
.tm-mob-price {
  font-size: 12px;
  font-weight: 700;
  color: #B87333;
  white-space: nowrap;
  flex-shrink: 0;
}

/* View all link */
.tm-mob-all {
  display: block;
  padding: 12px 20px 12px 28px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #B87333;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.15s ease;
}
.tm-mob-all:hover { background: #FDF6EE; }

/* ── ACCESSIBLE SKIP LINKS (focusable, visually hidden until tabbed to) ── */
.wd-skip-navigation.btn,
.wd-skip-content.btn,
.skip-link.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  display: block !important;   /* override any display:none */
  visibility: visible !important; /* override any visibility:hidden */
}

.wd-skip-navigation.btn:focus,
.wd-skip-content.btn:focus,
.skip-link.screen-reader-text:focus {
  position: fixed !important;
  top: 10px !important;
  left: 10px !important;
  width: auto !important;
  height: auto !important;
  padding: 12px 20px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  background: var(--tm-charcoal, #1C1C1C) !important;
  color: #fff !important;
  z-index: 999999 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */
@media (max-width: 1100px) {
  .tm-nt { font-size: 12px; padding: 0 9px; }
}

@media (max-width: 900px) {
  /* Show hamburger, hide desktop nav */
  .tm-mob-btn { display: flex !important; }
  .tm-nav { display: none !important; }

  /* Collapse to 2-column grid: logo | cart+hamburger */
  .tm-hdr-in {
    grid-template-columns: auto 1fr;
  }
  .tm-hdr-right {
    justify-self: end;
  }

  /* Panel height accounts for sticky header only when scrolled */
  .tm-mob-panel { height: calc(100vh - 68px); }
}

@media (max-width: 640px) {
  /* Hide top bar secondary nav on small screens */
  .tm-tb-nav { display: none; }
  .tm-tb-in  { justify-content: center; }

  .tm-logo-img { height: 36px; max-height: 36px !important; }

  .tm-mob-lnk  { font-size: 12.5px; padding: 10px 16px 10px 24px; }
  .tm-mob-cat-btn { font-size: 13.5px; padding: 14px 16px; }
  .tm-mob-all  { padding: 11px 16px 11px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .tm-mc,
  .tm-mp,
  .tm-mob-panel,
  .tm-mob-btn span,
  .tm-mob-plus,
  .tm-cimgw img { transition: none !important; animation: none !important; }
}/* End custom CSS */