/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  font-family: "Assistant", sans-serif;
  direction: rtl;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

.page {
  min-height: 100vh;
  background: #000;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  background: #000;
  clip: auto !important;
  clip-path: none;
  color: #d0ad75;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 12px 18px;
  text-decoration: none;
  top: 6px;
  width: auto;
  z-index: 100000;
}

/* תפריטי וורדפרס (ul) */
.tlv-menu,
.desktop-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-nav li {
  list-style: none;
}

.desktop-nav .tlv-menu--desktop {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.desktop-nav .tlv-menu--desktop > .menu-item {
  position: relative;
  flex: 0 0 auto;
}

.desktop-nav .tlv-menu--desktop > .menu-item + .menu-item::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #d0ad75;
  border-radius: 50%;
  position: absolute;
  inset-inline-end: calc(100% + 22px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.desktop-nav .tlv-menu--desktop > .menu-item > .tlv-menu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 4px 0 8px;
  transition: color 0.2s ease;
}

.desktop-nav .tlv-menu--desktop > .menu-item > .tlv-menu__link:hover,
.desktop-nav .tlv-menu--desktop > .menu-item > .tlv-menu__link:focus-visible {
  color: #d0ad75;
  outline: none;
}

/* קו זהב + חץ — רק לפריט ראשי עם ילדים */
.desktop-nav .tlv-menu--desktop > .menu-item-has-children > .tlv-menu__link--has-children::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -8px;
  height: 2px;
  background: #d0ad75;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.desktop-nav .tlv-menu--desktop > .menu-item-has-children:hover > .tlv-menu__link--has-children::before,
.desktop-nav .tlv-menu--desktop > .menu-item-has-children:focus-within > .tlv-menu__link--has-children::before {
  opacity: 1;
}

.desktop-nav .tlv-menu__caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #d0ad75;
  margin-top: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.desktop-nav .tlv-menu--desktop > .menu-item-has-children:hover .tlv-menu__caret,
.desktop-nav .tlv-menu--desktop > .menu-item-has-children:focus-within .tlv-menu__caret {
  opacity: 1;
}

/* תת-תפריט דסקטופ — מוסתר עד hover */
.desktop-nav .tlv-menu--desktop > .menu-item > .sub-menu,
.desktop-nav .tlv-menu--desktop > .menu-item > .tlv-menu__submenu {
  display: none;
  position: absolute;
  top: 100%;
  inset-inline-end: 0;
  min-width: 240px;
  padding: 12px 0;
  margin: 0;
  background: #0a0a0a;
  border: 1px solid #222;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55);
  z-index: 500;
  text-align: right;
}

.desktop-nav .tlv-menu--desktop > .menu-item:hover > .sub-menu,
.desktop-nav .tlv-menu--desktop > .menu-item:hover > .tlv-menu__submenu,
.desktop-nav .tlv-menu--desktop > .menu-item:focus-within > .sub-menu,
.desktop-nav .tlv-menu--desktop > .menu-item:focus-within > .tlv-menu__submenu {
  display: block;
}

.desktop-nav .tlv-menu__submenu > .menu-item,
.desktop-nav .sub-menu > .menu-item {
  margin: 0;
  padding: 0;
}

.desktop-nav .tlv-menu__submenu .tlv-menu__link,
.desktop-nav .sub-menu .tlv-menu__link {
  display: block;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #d0ad75;
  white-space: nowrap;
}

.desktop-nav .tlv-menu__submenu .tlv-menu__link::before,
.desktop-nav .tlv-menu__submenu .tlv-menu__link::after,
.desktop-nav .sub-menu .tlv-menu__link::before,
.desktop-nav .sub-menu .tlv-menu__link::after {
  display: none !important;
  content: none !important;
}

.desktop-nav .tlv-menu__submenu .tlv-menu__link:hover,
.desktop-nav .tlv-menu__submenu .tlv-menu__link:focus-visible,
.desktop-nav .sub-menu .tlv-menu__link:hover,
.desktop-nav .sub-menu .tlv-menu__link:focus-visible {
  background: #161616;
  color: #edd5a8;
}

.desktop-nav .current-menu-item > .tlv-menu__link,
.desktop-nav .current-menu-ancestor > .tlv-menu__link {
  color: #d0ad75;
}

.mobile-nav .tlv-menu--mobile > li {
  position: relative;
}

.mobile-nav .tlv-menu--mobile > li > .tlv-menu__link {
  height: 47px;
  border-bottom: 1px solid #151515;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 700;
  padding-left: 36px;
}

.mobile-nav .tlv-menu--mobile > li > .tlv-menu__link::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #d0ad75;
  flex-shrink: 0;
  margin-inline-start: auto;
  margin-inline-end: 10px;
}

.mobile-nav .menu-item-has-children > .tlv-menu__link::after {
  display: none;
}

.mobile-nav .tlv-submenu-toggle {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 44px;
  height: 47px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.mobile-nav .tlv-submenu-toggle::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #d0ad75;
  border-bottom: 2px solid #d0ad75;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.mobile-nav .menu-item-has-children.is-expanded > .tlv-submenu-toggle::before {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.mobile-nav .tlv-menu__submenu {
  display: none;
  margin: 0;
  padding: 0;
  background: #050505;
}

.mobile-nav .menu-item-has-children.is-expanded > .tlv-menu__submenu {
  display: block;
}

.mobile-nav .tlv-menu__submenu .tlv-menu__link {
  height: 42px;
  padding-inline: 28px 16px;
  border-bottom: 1px solid #111;
  font-size: 15px;
  font-weight: 600;
  color: #e8e8e8;
  display: flex;
  align-items: center;
}

.mobile-nav .tlv-menu__submenu .tlv-menu__link::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #d0ad75;
  flex-shrink: 0;
  margin-inline-start: auto;
}

.footer-links .tlv-menu--footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-links .tlv-menu--footer a {
  color: #fff;
}

.footer-links .tlv-menu--footer a:hover {
  color: #d0ad75;
}

.tlv-main--inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 24px 48px;
}

.tlv-main--inner .entry-content a,
.tlv-main--inner .entry-summary a {
  color: #d0ad75;
  text-decoration: underline;
}

.tlv-front-editor {
  max-width: 820px;
  margin: 40px auto 0;
  padding: 0 20px 40px;
}

.post-nav-below {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #333;
}

/* ================= HEADER ================= */

.topbar {
  height: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  position: relative;
  z-index: 50;
  overflow: visible;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
}

.logo__small {
  font-size: 12px;
  margin-bottom: 2px;
}

.logo__big {
  font-size: 34px;
  font-weight: 900;
}

.desktop-nav {
  display: flex;
  align-items: center;
  overflow: visible;
  position: relative;
  z-index: 60;
}

.desktop-nav a {
  color: inherit;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d0ad75;
  font-size: 20px;
}

.language {
  color: #fff;
  font-size: 13px;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
}

.tlv-lang--desktop {
  position: relative;
}

.tlv-lang--desktop summary.language {
  list-style: none;
}

.tlv-lang--desktop summary.language::-webkit-details-marker {
  display: none;
}

.tlv-lang__list {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-end: 0;
  margin: 0;
  padding: 6px 0;
  min-width: 5.5rem;
  list-style: none;
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  z-index: 400;
}

.tlv-lang__list a {
  display: block;
  padding: 8px 14px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
}

.tlv-lang__list a:hover,
.tlv-lang__list a:focus {
  background: #1e1e1e;
  color: #d0ad75;
  outline: none;
}

.tlv-lang__list a.is-current {
  color: #d0ad75;
  pointer-events: none;
  cursor: default;
}

.hamburger,
.mobile-menu {
  display: none;
}

/* ================= HERO ================= */

.hero {
  height: 405px;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.05)),
    url("hero.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero__content {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero__text {
  display: flex;
  align-items: center;
  gap: 46px;
  margin-right: auto;
  margin-left: 60px;
}

.hero__title {
  font-size: 60px;
  line-height: 1.15;
  font-weight: 300;
  text-align: right;
  letter-spacing: -1px;
  margin: 0;
}

.hero__separator {
  width: 1px;
  height: 92px;
  background: rgba(255, 255, 255, 0.75);
}

.hero__logo .logo__small {
  font-size: 30px;
}

.hero__logo .logo__big {
  font-size: 78px;
}

.hero__content--with-featured {
  gap: 36px;
  justify-content: space-between;
}

.hero__content--with-featured .hero__text {
  margin-right: 0;
  margin-left: 0;
  flex: 0 1 auto;
}

.hero__featured {
  margin: 0;
  flex: 1 1 50%;
  /* max-width: 560px; */
  min-width: 0;
}

.hero__featured-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

/* ================= QUICK LINKS ================= */

.quick-section {
  padding: 35px 20px 74px;
  background: #000;
}

.quick-grid {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  direction: ltr;
}

.quick-card {
  height: 108px;
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 11px;
  color: #535353;
  transition: 0.25s ease;
}

.quick-card:hover {
  background: #151515;
  color: #d0ad75;
  transform: translateY(-2px);
}

.quick-card svg {
  width: 44px;
  height: 44px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}

.quick-card span {
  font-size: 13px;
  direction: rtl;
}

/* ================= FOOTER ================= */

.footer {
  max-width: 830px;
  margin: 0 auto;
  border-top: 1px solid #333;
  padding: 24px 0 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.footer-brand {
  text-align: center;
  order: 2;
}

.footer-brand .logo__small {
  font-size: 24px;
}

.footer-brand .logo__big {
  font-size: 70px;
}

.footer-address {
  margin: 12px 0 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.footer-phone {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-social {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #d0ad75;
  font-size: 22px;
}

.copyright {
  margin-top: 20px;
  font-size: 11px;
  color: #555;
  font-weight: 400;
}

.footer-links {
  order: 1;
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {
  .topbar {
    height: 70px;
    padding: 0 24px;
    justify-content: center;
  }

  .desktop-nav,
  .top-actions {
    display: none;
  }

  .topbar > .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .topbar .logo__small {
    font-size: 12px;
  }

  .topbar .logo__big {
    font-size: 34px;
  }

  .hamburger {
    display: flex;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
    height: 22px;
    background: transparent;
    border: 0;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .hamburger span {
    height: 3px;
    background: #d0ad75;
    display: block;
  }

  .hero {
    height: 285px;
    background-position: 24% center;
  }

  .hero__content {
    padding: 0;
  }

  .hero__text {
    display: none;
  }

  .hero__content--with-featured .hero__featured {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .hero__content--with-featured .hero__featured-img {
    max-height: 220px;
    width: 100%;
  }

  .quick-section {
    padding: 30px 15px 72px;
  }

  .quick-grid {
    max-width: 360px;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 30px;
  }

  .quick-card {
    height: 126px;
  }

  .quick-card:nth-child(5) {
    grid-column: 1 / 3;
    width: 156px;
    justify-self: center;
  }

  .quick-card svg {
    width: 46px;
    height: 46px;
  }

  .quick-card span {
    font-size: 14px;
  }

  .footer {
    max-width: calc(100% - 30px);
    padding: 25px 0 34px;
    display: block;
    text-align: center;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-brand .logo__small {
    font-size: 27px;
  }

  .footer-brand .logo__big {
    font-size: 80px;
  }

  .footer-address {
    font-size: 13px;
  }

  .footer-phone {
    font-size: 13px;
  }

  .footer-links .tlv-menu--footer {
    margin-top: 26px;
    grid-template-columns: 1fr 1fr;
    gap: 12px 25px;
    text-align: center;
    font-size: 15px;
  }

  .footer-social {
    margin-top: 40px;
    gap: 34px;
    font-size: 30px;
  }

  .copyright {
    margin-top: 25px;
    font-size: 12px;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 200;
    padding: 18px 15px 30px;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .mobile-menu {
    transform: translateX(0);
  }

  .mobile-menu__top {
    height: 42px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .mobile-close {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
  }

  .mobile-close::before,
  .mobile-close::after {
    content: "";
    position: absolute;
    width: 31px;
    height: 3px;
    background: #d0ad75;
    right: 0;
    top: 15px;
  }

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

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

  .mobile-menu .logo {
    margin-left: 4px;
  }

  .mobile-menu .logo__small {
    font-size: 12px;
  }

  .mobile-menu .logo__big {
    font-size: 34px;
  }

  .mobile-nav {
    margin-top: 23px;
    border-top: 1px solid #111;
  }

  .mobile-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
  }

  .mobile-lang {
    min-width: 70px;
    height: 48px;
    border: 1px solid #1e1e1e;
    border-radius: 4px;
    background: #020202;
    color: #fff;
    font-size: 14px;
  }

  .mobile-social {
    display: flex;
    gap: 22px;
    color: #d0ad75;
    font-size: 28px;
  }
}

/* דף תוכן רגיל (תבנית) */
.tlv-inner-page {
  background: #000;
  padding: 34px 20px 58px;
  direction: rtl;
}

.tlv-breadcrumbs {
  max-width: 1120px;
  margin: 0 auto 18px;
  color: #d0ad75;
  font-size: 16px;
  line-height: 1;
  text-align: right;
}

.tlv-breadcrumbs a {
  color: #d0ad75;
  text-decoration: none;
}

.tlv-breadcrumbs span {
  margin: 0 5px;
  color: #fff;
}

.tlv-breadcrumbs span:last-child {
  color: #d0ad75;
}

.tlv-content-box {
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  color: #111;
  padding: 36px 34px 44px;
}
.tlv-content-box img {
  width: 100%;
}
.tlv-content-box hr {
  margin: 20px 0 30px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.tlv-content-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 48px;
}

.tlv-text-block {
  max-width: 100%;
  margin: 0 auto 48px;
  text-align: right;
  color: #111;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 400;
}

.tlv-text-block p {
  margin: 0 0 18px;
}

.tlv-text-block strong {
  font-weight: 400;
}

.tlv-text-block span {
  color: #d0ad75;
}

.tlv-text-block--last {
  margin-bottom: 0;
}

.tlv-inner-entry {
  max-width: 100%;
  margin: 0;
  text-align: right;
  color: #111;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 400;
}

.tlv-inner-entry p {
  margin: 0 0 18px;
}

.tlv-inner-entry strong {
  font-weight: 400;
}

.tlv-inner-entry a {
  color: #111;
  text-decoration: underline;
}

.tlv-inner-entry .tlv-text-block span {
  color: #d0ad75;
}

.tlv-content-box .wp-block-image,
.tlv-content-box .wp-block-embed {
  margin: 0 0 48px;
}

.tlv-content-box .wp-block-image img,
.tlv-content-box .tlv-content-image {
  display: block;
  width: 100%;
  height: auto;
}

.tlv-content-box .wp-block-image:last-child,
.tlv-content-box .tlv-text-block--last,
.tlv-inner-entry > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tlv-text-block,
  .tlv-inner-entry {
    text-align: right;
    font-size: 21px;
    line-height: 1.9;
  }

  .tlv-content-image,
  .tlv-content-box .wp-block-image {
    margin-bottom: 52px;
  }
}

@media (max-width: 767px) {
  .tlv-inner-page {
    padding: 14px 10px 38px;
  }

  .tlv-breadcrumbs {
    display: none;
  }

  .tlv-content-box {
    padding: 28px 18px 30px;
  }

  .tlv-content-image,
  .tlv-content-box .wp-block-image {
    margin-bottom: 34px;
  }

  .tlv-text-block {
    text-align: right;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 34px;
  }

  .tlv-inner-entry {
    text-align: right;
    font-size: 18px;
    line-height: 1.55;
  }

  .tlv-text-block p,
  .tlv-inner-entry p {
    margin-bottom: 17px;
  }
}

/* חנויות — ארכיון ודף פנימי */
.tlv-store-card a {
  color: inherit;
  text-decoration: none;
}

.tlv-store-card h2 a:hover {
  color: #111;
}

.tlv-store-hero--empty {
  min-height: 430px;
  background: #1a1a1a;
}

.tlv-stores-page {
  background: #000;
  color: #fff;
  direction: rtl;
  padding: 28px 15px 70px;
}

.tlv-stores-breadcrumbs {
  max-width: 760px;
  margin: 0 auto 15px;
  color: #d0ad75;
  font-size: 11px;
  text-align: right;
}

.tlv-stores-breadcrumbs a {
  color: #d0ad75;
  text-decoration: none;
}

.tlv-stores-breadcrumbs span {
  margin: 0 5px;
}

.tlv-stores-breadcrumbs span:last-child {
  color: #fff;
}

.tlv-stores-head {
  text-align: center;
  margin-bottom: 20px;
}

.tlv-stores-kicker {
  color: #555;
  font-size: 12px;
  margin-bottom: 4px;
}

.tlv-stores-head h1 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 400;
}

.tlv-stores-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  direction: rtl;
  margin: 0 auto;
}

.tlv-store-search,
.tlv-store-select {
  position: relative;
  display: block;
  width: 220px;
  height: 36px;
}

.tlv-store-search input,
.tlv-store-select select {
  width: 100%;
  height: 36px;
  border: 0;
  outline: none;
  background: #3c3c3c;
  color: #bcbcbc;
  font-size: 12px;
  padding: 0 35px 0 12px;
}

.tlv-store-search input::placeholder {
  color: #888;
}

.tlv-store-search span {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #d0ad75;
  font-size: 16px;
  pointer-events: none;
}

.tlv-store-select select {
  appearance: none;
  cursor: pointer;
}

.tlv-store-select::after {
  content: "⌄";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-54%);
  color: #d0ad75;
  font-size: 13px;
  pointer-events: none;
}

.tlv-filter-sep {
  width: 31px;
  height: 36px;
  background: #050505;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tlv-stores-grid {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  direction: rtl;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.tlv-store-card {
  min-height: 235px;
  background: #c9c9c9;
  color: #222;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 24px 16px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.2s ease;
}

.tlv-store-card:hover {
  background: #d7d7d7;
}

.tlv-store-logo {
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.tlv-store-logo img {
  max-width: 150px;
  max-height: 110px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.tlv-store-card h2 {
  min-height: 21px;
  margin: 0 0 10px;
  color: #222;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  direction: ltr;
}

.tlv-store-card p {
  margin: 0 0 4px;
  color: #666;
  font-size: 12px;
  line-height: 1.35;
}

.tlv-store-card p span {
  color: #777;
  margin-left: 3px;
}

.tlv-no-results {
  display: none;
  max-width: 760px;
  margin: 25px auto 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.tlv-no-results.is-visible {
  display: block;
}

.tlv-store-inner-page {
  background: #000;
  color: #333;
  direction: rtl;
  padding: 34px 15px 70px;
}

.tlv-store-breadcrumbs {
  max-width: 1280px;
  margin: 0 auto 28px;
  color: #d0ad75;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.tlv-store-breadcrumbs a {
  color: #d0ad75;
  text-decoration: none;
}

.tlv-store-breadcrumbs span {
  margin: 0 7px;
  color: #fff;
}

.tlv-store-breadcrumbs span:last-child {
  color: #fff;
}

.tlv-store-hero {
  max-width: 1280px;
  height: 430px;
  margin: 0 auto;
  overflow: hidden;
}

.tlv-store-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.tlv-store-details-card {
  max-width: 1000px;
  min-height: 450px;
  margin: -165px auto 0;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 28px 58px 54px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
  align-items: center;
}

.tlv-store-info {
  text-align: center;
  color: #333;
}

.tlv-store-logo-box {
  width: 230px;
  height: 230px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #e5adc1; */
}

.tlv-store-logo-box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.tlv-store-info h1 {
  margin: 0 0 18px;
  color: #333;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  direction: ltr;
}

.tlv-store-phone {
  margin-bottom: 12px;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  direction: ltr;
}

.tlv-store-location {
  margin-bottom: 22px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
}

.tlv-store-location span {
  color: #555;
  margin-left: 4px;
}

.tlv-store-hours {
  margin-bottom: 24px;
  color: #333;
  font-size: 14px;
  line-height: 1.45;
}

.tlv-store-hours h2 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
}

.tlv-store-hours p {
  margin: 0 0 3px;
}

.tlv-store-site {
  color: #777;
  text-decoration: none;
  font-size: 15px;
  direction: ltr;
  display: inline-block;
}

.tlv-store-site:hover {
  color: #d0ad75;
}

.tlv-store-description {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
  max-width: 500px;
  justify-self: center;
}

.tlv-store-description p {
  margin: 0 0 12px;
}

.tlv-store-description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tlv-stores-page {
    padding: 6px 8px 45px;
  }

  .tlv-stores-breadcrumbs {
    max-width: 100%;
    margin: 0 0 8px;
    text-align: center;
    font-size: 10px;
  }

  .tlv-stores-head {
    margin-bottom: 12px;
  }

  .tlv-stores-kicker {
    font-size: 11px;
    margin-bottom: 2px;
  }

  .tlv-stores-head h1 {
    font-size: 24px;
    margin-bottom: 13px;
  }

  .tlv-stores-filters {
    flex-direction: column;
    width: 100%;
    gap: 6px;
  }

  .tlv-store-search,
  .tlv-store-select {
    width: 100%;
    height: 35px;
  }

  .tlv-store-search input,
  .tlv-store-select select {
    height: 35px;
    font-size: 11px;
  }

  .tlv-filter-sep {
    width: 100%;
    height: 12px;
    background: transparent;
    font-size: 10px;
    line-height: 1;
  }

  .tlv-stores-grid {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    border-top-width: 1px;
    border-right-width: 1px;
  }

  .tlv-store-card {
    min-height: 177px;
    padding: 16px 8px 12px;
    border-left-width: 1px;
    border-bottom-width: 1px;
  }

  .tlv-store-logo {
    height: 86px;
    margin-bottom: 12px;
  }

  .tlv-store-logo img {
    max-width: 125px;
    max-height: 80px;
  }

  .tlv-store-card h2 {
    font-size: 11px;
    margin-bottom: 7px;
  }

  .tlv-store-card p {
    font-size: 10px;
  }

  .tlv-store-inner-page {
    padding: 0 15px 48px;
  }

  .tlv-store-breadcrumbs {
    display: none;
  }

  .tlv-store-hero {
    width: calc(100% + 30px);
    max-width: none;
    height: 230px;
    margin: 0 -15px;
  }

  .tlv-store-hero--empty {
    min-height: 230px;
  }

  .tlv-store-hero img {
    object-position: center top;
  }

  .tlv-store-details-card {
    max-width: 100%;
    min-height: 0;
    margin: -100px auto 0;
    padding: 16px 28px 34px;
    display: block;
  }

  .tlv-store-logo-box {
    width: 232px;
    height: 232px;
    margin-bottom: 18px;
  }

  .tlv-store-info h1 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .tlv-store-phone {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .tlv-store-location {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .tlv-store-hours {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .tlv-store-hours h2 {
    font-size: 15px;
  }

  .tlv-store-site {
    font-size: 15px;
    margin-bottom: 42px;
  }

  .tlv-store-description {
    max-width: none;
    font-size: 16px;
    line-height: 1.75;
    text-align: right;
  }
}

/* אירועים — ארכיון ודף פנימי */
.tlv-events-page {
  background: #000;
  color: #fff;
  direction: rtl;
  padding: 28px 15px 70px;
}

.tlv-events-breadcrumbs {
  max-width: 900px;
  margin: 0 auto 15px;
  color: #d0ad75;
  font-size: 11px;
  text-align: right;
}

.tlv-events-breadcrumbs a {
  color: #d0ad75;
  text-decoration: none;
}

.tlv-events-breadcrumbs span {
  margin: 0 5px;
}

.tlv-events-breadcrumbs span:last-child {
  color: #fff;
}

.tlv-events-hero {
  max-width: 900px;
  margin: 0 auto 24px;
  min-height: 220px;
  background: #1a1a1a center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.tlv-events-hero__overlay {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 40px 20px;
}

.tlv-events-kicker {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 6px;
}

.tlv-events-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
}

.tlv-events-filters-wrap {
  max-width: 900px;
  margin: 0 auto 28px;
}

.tlv-events-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
}

.tlv-event-search,
.tlv-event-select {
  position: relative;
  display: block;
  width: 240px;
  height: 36px;
}

.tlv-event-search input,
.tlv-event-select select {
  width: 100%;
  height: 36px;
  border: 0;
  outline: none;
  background: #3c3c3c;
  color: #bcbcbc;
  font-size: 12px;
  padding: 0 35px 0 12px;
}

.tlv-event-search input::placeholder {
  color: #888;
}

.tlv-event-search span {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #d0ad75;
  font-size: 16px;
  pointer-events: none;
}

.tlv-event-select select {
  appearance: none;
  cursor: pointer;
}

.tlv-event-select::after {
  content: "⌄";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-54%);
  color: #d0ad75;
  font-size: 13px;
  pointer-events: none;
}

.tlv-events-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tlv-event-card {
  background: #c9c9c9;
}

.tlv-event-card__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 200px;
  color: #222;
  text-decoration: none;
}

.tlv-event-card__media {
  overflow: hidden;
  background: #888;
}

.tlv-event-card__media img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: block;
  object-fit: cover;
}

.tlv-event-card__media--empty {
  min-height: 200px;
  background: #aaa;
}

.tlv-event-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 28px;
}

.tlv-event-card__body h2 {
  margin: 0 0 14px;
  color: #111;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.tlv-event-card__date,
.tlv-event-card__location {
  margin: 0 0 6px;
  color: #555;
  font-size: 13px;
  line-height: 1.4;
}

.tlv-event-card__date span,
.tlv-event-card__location span {
  margin-left: 5px;
}

.tlv-event-inner-page {
  background: #000;
  color: #333;
  direction: rtl;
  padding: 34px 15px 70px;
}

.tlv-event-breadcrumbs {
  max-width: 1000px;
  margin: 0 auto 28px;
  color: #d0ad75;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.tlv-event-breadcrumbs a {
  color: #d0ad75;
  text-decoration: none;
}

.tlv-event-breadcrumbs span {
  margin: 0 7px;
  color: #fff;
}

.tlv-event-details-card {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 48px;
}

.tlv-event-visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
}

.tlv-event-map,
.tlv-event-image {
  min-height: 320px;
  background: #e8e8e8;
}

.tlv-event-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.tlv-event-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
}

.tlv-event-content {
  padding: 36px 48px 0;
  text-align: right;
}

.tlv-event-content h1 {
  margin: 0 0 16px;
  color: #111;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.tlv-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
  color: #666;
  font-size: 14px;
}

.tlv-event-meta span span {
  margin-left: 5px;
}

.tlv-event-description {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 32px;
}

.tlv-event-description p {
  margin: 0 0 12px;
}

.tlv-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.tlv-event-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.tlv-event-btn--share {
  background: #1877f2;
  color: #fff;
}

.tlv-event-btn--calendar {
  background: #d0ad75;
  color: #111;
}

.tlv-event-btn:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .tlv-events-page {
    padding: 6px 8px 45px;
  }

  .tlv-events-breadcrumbs {
    text-align: center;
    font-size: 10px;
  }

  .tlv-events-hero h1 {
    font-size: 26px;
  }

  .tlv-events-filters {
    flex-direction: column;
    gap: 6px;
  }

  .tlv-event-search,
  .tlv-event-select {
    width: 100%;
  }

  .tlv-filter-sep {
    width: 100%;
    height: 12px;
    background: transparent;
  }

  .tlv-event-card__link {
    grid-template-columns: 1fr;
  }

  .tlv-event-card__media img,
  .tlv-event-card__media--empty {
    min-height: 160px;
  }

  .tlv-event-breadcrumbs {
    display: none;
  }

  .tlv-event-visuals {
    grid-template-columns: 1fr;
  }

  .tlv-event-map iframe,
  .tlv-event-image img {
    min-height: 220px;
  }

  .tlv-event-content {
    padding: 24px 20px 0;
  }

  .tlv-event-content h1 {
    font-size: 22px;
  }
}

/* תבנית רשימת מאמרים */
.tlv-posts-archive-page-title {
  margin: 0 0 20px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e0e0e0;
  color: #111;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  text-align: right;
}

.tlv-posts-archive-intro {
  margin-bottom: 28px;
}

.tlv-posts-archive-item {
  padding: 22px 0;
  border-bottom: 1px solid #eee;
  text-align: right;
}

.tlv-posts-archive-item:last-of-type {
  border-bottom: 0;
}

.tlv-posts-archive-item__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

.tlv-posts-archive-item__title a {
  color: #111;
  text-decoration: none;
}

.tlv-posts-archive-item__title a:hover {
  color: #d0ad75;
}

.tlv-posts-archive-item__meta {
  margin-bottom: 12px;
  font-size: 13px;
  color: #888;
}

.tlv-posts-archive-item__body {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 18px;
}

.tlv-posts-archive-item__thumb {
  flex-shrink: 0;
  display: block;
  max-width: 160px;
}

.tlv-posts-archive-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.tlv-posts-archive-item__excerpt {
  flex: 1;
  min-width: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.65;
}

.tlv-posts-archive-item__more {
  margin: 12px 0 0;
  font-size: 14px;
}

.tlv-posts-archive-item__more a {
  color: #d0ad75;
  text-decoration: none;
}

.tlv-posts-archive-item__more a:hover {
  text-decoration: underline;
}

.tlv-posts-archive-empty {
  margin: 0;
  color: #666;
  text-align: center;
  padding: 24px 0;
}

.tlv-posts-archive-pagination {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.tlv-posts-archive-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 10px;
  color: #333;
  text-decoration: none;
}

.tlv-posts-archive-pagination .page-numbers.current {
  color: #d0ad75;
  font-weight: 600;
}

@media (max-width: 767px) {
  .tlv-posts-archive-item__body {
    flex-direction: column;
    align-items: stretch;
  }

  .tlv-posts-archive-item__thumb {
    max-width: 100%;
  }

  .tlv-posts-archive-page-title {
    font-size: 22px;
  }
}

/* פוסט בודד — כמו דף תוכן רגיל */
.tlv-single-post-nav {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.tlv-single-post-nav .post-navigation {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}

.tlv-single-post-nav .post-navigation a {
  color: #d0ad75;
  text-decoration: none;
  font-size: 14px;
}

.tlv-single-post-nav .post-navigation a:hover {
  text-decoration: underline;
}

.tlv-single-post-nav .meta-nav {
  color: #888;
}