.elementor-145 .elementor-element.elementor-element-158721b3{--display:flex;--min-height:0px;--justify-content:space-between;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-145 .elementor-element.elementor-element-5569311a{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-5569311a *//* ============================================================
   HEADER STYLES — O'SULLIVAN AUCTIONS
   Final Version — Search Form + Strong Menu Lines
   ============================================================ */

.osullivan-header {
  font-family: 'Jost', 'Poppins', sans-serif;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #FFFFFF;
  box-shadow: 0 1px 0 #E6E3D8;
}

.osullivan-header * {
  box-sizing: border-box;
}

/* ============================================================
   TOP BAR
   ============================================================ */

.osullivan-topbar {
  background: #1E3D2F;
  padding: 10px 0;
  font-size: 13px;
}

.osullivan-topbar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.osullivan-topbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid rgba(212, 169, 76, 0.4);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s cubic-bezier(0.22, 0.9, 0.3, 1);
  white-space: nowrap;
}

.osullivan-topbar-btn svg {
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.osullivan-topbar-btn:hover {
  background: #D4A94C;
  color: #0E1C16;
  border-color: #D4A94C;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 169, 76, 0.35);
}

.osullivan-topbar-btn:hover svg {
  stroke: #0E1C16;
  transform: scale(1.1);
}

/* ============================================================
   MAIN HEADER
   ============================================================ */

.osullivan-main-header {
  background: #FFFFFF;
  padding: 10px 0;
}

.osullivan-main-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.osullivan-logo img {
  height: 55px;
  width: auto;
  max-width: 180px;
  display: block;
  object-fit: contain;
}

/* ============================================================
   MOBILE TOGGLE (☰) — خطوط قوية وواضحة
   ============================================================ */

.osullivan-mobile-toggle {
  display: none;
  background: #1E3D2F !important;
  border: none !important;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  outline: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(30, 61, 47, 0.25);
  position: relative;
}

.osullivan-mobile-toggle:hover {
  background: #D4A94C !important;
  box-shadow: 0 6px 20px rgba(212, 169, 76, 0.4);
  transform: translateY(-2px);
}

/* ✅ الخطوط الثلاثة — سميكة، بيضاء، وواضحة */
.osullivan-mobile-toggle span {
  display: block !important;
  width: 24px !important;
  height: 3px !important;
  background: #FFFFFF !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
}

.osullivan-mobile-toggle:hover span {
  background: #1E3D2F !important;
  box-shadow: none !important;
}

.osullivan-mobile-toggle.active {
  background: #D4A94C !important;
}

.osullivan-mobile-toggle.active span {
  background: #1E3D2F !important;
}

.osullivan-mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.osullivan-mobile-toggle.active span:nth-child(2) {
  opacity: 0 !important;
}

.osullivan-mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ============================================================
   SEARCH FORM (Desktop)
   ============================================================ */

.osullivan-search-desktop {
  display: block;
  flex-shrink: 0;
}

.osullivan-search-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FAF6EC;
  border: 1.5px solid #E6E3D8;
  border-radius: 8px;
  padding: 8px 16px;
  transition: all 0.3s ease;
  width: 220px;
}

.osullivan-search-form:hover {
  border-color: #D4A94C;
  background: #FFFFFF;
}

.osullivan-search-form:focus-within {
  border-color: #D4A94C;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(212, 169, 76, 0.15);
}

.osullivan-search-form svg {
  stroke: #1E3D2F;
  flex-shrink: 0;
  transition: stroke 0.3s ease;
}

.osullivan-search-form:focus-within svg {
  stroke: #D4A94C;
}

.osullivan-search-form input {
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #1E3D2F;
  width: 100%;
  padding: 0;
}

.osullivan-search-form input::placeholder {
  color: #9AA69A;
  font-style: italic;
}

/* ============================================================
   ICONS GROUP (Cart + Account)
   ============================================================ */

.osullivan-header-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.osullivan-cart-icon,
.osullivan-account-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FAF6EC;
  border: 1.5px solid #E6E3D8;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.22, 0.9, 0.3, 1);
  flex-shrink: 0;
}

.osullivan-cart-icon svg,
.osullivan-account-icon svg {
  stroke: #1E3D2F;
  transition: stroke 0.3s ease, transform 0.3s ease;
}

.osullivan-cart-icon:hover,
.osullivan-account-icon:hover {
  background: #1E3D2F;
  border-color: #1E3D2F;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 61, 47, 0.25);
}

.osullivan-cart-icon:hover svg,
.osullivan-account-icon:hover svg {
  stroke: #D4A94C;
  transform: scale(1.1);
}

.osullivan-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #D4A94C;
  color: #0E1C16;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid #FFFFFF;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* ============================================================
   NAVIGATION (Desktop)
   ============================================================ */

.osullivan-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.osullivan-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
}

.osullivan-nav-list > li {
  position: relative;
  display: flex;
  align-items: center;
}

.osullivan-nav-list > li > a {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1E3D2F;
  text-decoration: none;
  padding: 10px 8px 10px 14px;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.osullivan-nav-list > li > a:hover {
  color: #D4A94C;
}

.osullivan-nav-list > li > a::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 22px;
  bottom: 4px;
  height: 2px;
  background: #D4A94C;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}

.osullivan-nav-list > li > a:hover::after {
  transform: scaleX(1);
}

/* ============================================================
   DROPDOWN
   ============================================================ */

.osullivan-dropdown-toggle {
  background: transparent !important;
  border: none !important;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 6px 0 0;
  padding: 0;
  color: #1E3D2F !important;
  transition: color 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
}

.osullivan-dropdown-toggle:hover {
  color: #D4A94C !important;
}

.osullivan-caret {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.22, 0.9, 0.3, 1);
}

.osullivan-has-dropdown.is-open .osullivan-caret {
  transform: rotate(180deg);
}

.osullivan-has-dropdown.is-open .osullivan-dropdown-toggle {
  color: #D4A94C !important;
}

.osullivan-has-dropdown.is-open > a {
  color: #D4A94C;
}

.osullivan-has-dropdown.is-open > a::after {
  transform: scaleX(1);
}

.osullivan-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: #FFFFFF;
  border: 1px solid rgba(212, 169, 76, 0.2);
  border-radius: 12px;
  padding: 8px 0;
  min-width: 260px;
  list-style: none;
  box-shadow: 0 20px 50px rgba(20, 40, 31, 0.15), 0 8px 24px rgba(20, 40, 31, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
  z-index: 9999;
  overflow: hidden;
  margin: 0;
}

.osullivan-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #D4A94C, #B8912F, #D4A94C);
}

.osullivan-has-dropdown.is-open .osullivan-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.osullivan-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.osullivan-dropdown li:not(:last-child) {
  border-bottom: 1px solid rgba(212, 169, 76, 0.06);
}

.osullivan-dropdown li a {
  display: block;
  padding: 12px 20px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1E3D2F;
  text-decoration: none;
  transition: all 0.3s ease;
}

.osullivan-dropdown li a:hover {
  background: rgba(212, 169, 76, 0.06);
  color: #D4A94C;
  padding-left: 26px;
}

/* ============================================================
   MOBILE MENU
   ============================================================ */

.osullivan-mobile-menu {
  display: none;
  background: #FFFFFF;
  border-top: 1px solid #E6E3D8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.osullivan-mobile-menu.open {
  max-height: 2000px;
  overflow-y: auto;
}

.osullivan-mobile-menu > ul {
  list-style: none;
  padding: 16px 20px;
  margin: 0;
}

.osullivan-mobile-menu > ul > li {
  border-bottom: 1px solid #E6E3D8;
}

.osullivan-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.osullivan-mobile-menu > ul > li > a {
  display: block;
  padding: 14px 0;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #1E3D2F;
  text-decoration: none;
}

.osullivan-mobile-menu > ul > li > a:hover {
  color: #D4A94C;
}

.osullivan-mobile-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.osullivan-mobile-parent > a {
  flex: 1;
  padding: 14px 0;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #1E3D2F;
  text-decoration: none;
}

.osullivan-mobile-parent > a:hover {
  color: #D4A94C;
}

.osullivan-mobile-toggle-sub {
  background: transparent !important;
  border: none !important;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1E3D2F;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}

.osullivan-mobile-toggle-sub:hover {
  color: #D4A94C;
}

.osullivan-mobile-toggle-sub .osullivan-caret {
  font-size: 12px;
}

.osullivan-mobile-dropdown.is-open .osullivan-mobile-toggle-sub {
  color: #D4A94C;
}

.osullivan-mobile-dropdown.is-open .osullivan-mobile-toggle-sub .osullivan-caret {
  transform: rotate(180deg);
}

.osullivan-mobile-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(212, 169, 76, 0.04);
  border-left: 3px solid #D4A94C;
  border-radius: 0 8px 8px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.osullivan-mobile-dropdown.is-open .osullivan-mobile-submenu {
  max-height: 600px;
  padding: 8px 0;
  margin: 0 0 12px 12px;
}

.osullivan-mobile-submenu li a {
  display: block;
  padding: 10px 18px;
  font-size: 13px;
  color: #5A5A5A;
  text-decoration: none;
}

.osullivan-mobile-submenu li a:hover {
  color: #D4A94C;
  padding-left: 24px;
}

.osullivan-mobile-contact {
  padding: 16px 20px;
  background: #FAF6EC;
  border-top: 1px solid #E6E3D8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.osullivan-mobile-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #1E3D2F;
  text-decoration: none;
}

/* ============================================================
   TABLET & MOBILE (≤991px)
   ============================================================ */

@media (max-width: 991px) {

  .osullivan-topbar {
    padding: 8px 0;
  }

  .osullivan-topbar-inner {
    padding: 0 14px;
    justify-content: space-between;
    gap: 10px;
  }

  .osullivan-topbar-btn {
    font-size: 12px;
    padding: 7px 14px;
    gap: 7px;
  }

  .osullivan-topbar-btn svg {
    width: 12px;
    height: 12px;
  }

  .osullivan-main-header {
    padding: 12px 0;
  }

  .osullivan-main-header-inner {
    padding: 0 14px;
    display: grid !important;
    grid-template-columns: 44px 1fr auto !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .osullivan-mobile-toggle {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 44px !important;
    height: 44px !important;
    background: #1E3D2F !important;
    gap: 5px !important;
    padding: 0 !important;
  }

  .osullivan-mobile-toggle span {
    display: block !important;
    width: 24px !important;
    height: 3px !important;
    background: #FFFFFF !important;
    border-radius: 2px !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .osullivan-logo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .osullivan-logo img {
    height: 42px !important;
    max-width: 130px !important;
    margin: 0 auto !important;
  }

  .osullivan-header-icons {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    gap: 6px !important;
    justify-self: end !important;
  }

  .osullivan-cart-icon,
  .osullivan-account-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .osullivan-cart-icon svg,
  .osullivan-account-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .osullivan-nav,
  .osullivan-search-desktop {
    display: none !important;
  }

  .osullivan-mobile-menu {
    display: block;
  }
}

/* ============================================================
   SMALL MOBILE (≤480px)
   ============================================================ */

@media (max-width: 480px) {

  .osullivan-topbar {
    padding: 6px 0;
  }

  .osullivan-topbar-inner {
    padding: 0 10px;
    gap: 8px;
  }

  .osullivan-topbar-btn {
    font-size: 10px;
    padding: 6px 10px;
    gap: 5px;
    flex: 1;
    justify-content: center;
  }

  .osullivan-topbar-btn svg {
    width: 11px;
    height: 11px;
  }

  .osullivan-topbar-btn span {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .osullivan-main-header {
    padding: 10px 0;
  }

  .osullivan-main-header-inner {
    padding: 0 10px;
    grid-template-columns: 42px 1fr auto !important;
    gap: 6px !important;
  }

  .osullivan-logo img {
    height: 36px !important;
    max-width: 110px !important;
  }

  .osullivan-mobile-toggle {
    width: 42px !important;
    height: 42px !important;
  }

  .osullivan-mobile-toggle span {
    width: 20px !important;
    height: 3px !important;
  }

  .osullivan-cart-icon,
  .osullivan-account-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .osullivan-cart-icon svg,
  .osullivan-account-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .osullivan-cart-count {
    font-size: 10px !important;
    min-width: 18px !important;
    height: 18px !important;
    top: -5px !important;
    right: -5px !important;
  }
}/* End custom CSS */