/* ================================
   TIMELAB GLOBAL TYPOGRAPHY - MODERN
================================ */

:root {
  --tl-font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
}

/* Global modern font */
body,
button,
input,
textarea,
select,
p,
li,
span,
a,
div {
  font-family: var(--tl-font-main) !important;
}

/* Main headings */
h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.wp-block-query-title,
.product_title,
.woocommerce-products-header__title {
  font-family: var(--tl-font-main) !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
}

/* Product card titles only */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title,
.wp-block-woocommerce-product-template .wp-block-post-title,
.wp-block-post-template li.product .wp-block-post-title {
  font-family: var(--tl-font-main) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
}

/* Body text */
p,
li,
.wp-block-paragraph {
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
}

/* Prices typography only */
.price,
.woocommerce-Price-amount,
.wp-block-woocommerce-product-price,
.wc-block-components-product-price,
.wc-block-grid__product-price {
  font-family: var(--tl-font-main) !important;
  letter-spacing: -0.02em !important;
}

/* Buttons, navigation, labels */
button,
.button,
.wp-block-button__link,
input[type="submit"],
.tl-cta-buttons a,
.tl-contact-card a,
.tl-collection-filter a,
.tl-search-form button,
.tl-catalog-search button,
.wp-block-navigation,
.woocommerce-breadcrumb,
.tl-eyebrow {
  font-family: var(--tl-font-main) !important;
}

/* Uppercase premium labels */
.tl-eyebrow,
.tl-trust-text,
.tl-benefit strong,
.tl-value-card span,
.tl-section-label,
.tl-contact-card span,
button,
.button,
.wp-block-button__link,
input[type="submit"] {
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
}


/* ================================
   TIMELAB GLOBAL UI POLISH
================================ */

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  text-underline-offset: 3px;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 1px solid #111 !important;
  outline-offset: 3px !important;
}

input,
textarea,
select {
  border-radius: 0 !important;
  box-shadow: none !important;
}

main {
  box-sizing: border-box;
}

button,
.button,
.wp-block-button__link,
input[type="submit"],
.tl-cta-buttons a,
.tl-contact-card a,
.tl-collection-filter a {
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

/* Prevent search modal flash before full styles load */
.tl-search-overlay:not(.is-open) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ================================
   TIMELAB HEADER - CLEAN STICKY FINAL
   Header only + overlay safety
================================ */

/* Full-width sticky header shell */
.wp-block-template-part:has(.tl-header-main-row),
header:has(.tl-header-main-row) {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #fff !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

/* Remove block-theme boxed wrapper behavior around the header */
.wp-block-template-part:has(.tl-header-main-row) > *,
header:has(.tl-header-main-row) > * {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

/* Main header row */
.tl-header-main-row {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 14px 22px 16px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  background: #fff !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
}

/* Left side: WordPress menu / hamburger */
.tl-header-main-row > :first-child {
  grid-column: 1 !important;
  justify-self: start !important;
  margin: 0 !important;
}

/* Keep hamburger behavior normal */
.tl-header-main-row .wp-block-navigation,
.tl-header-main-row .wp-block-navigation__responsive-container-open {
  margin: 0 !important;
  padding: 0 !important;
}

.tl-header-main-row .wp-block-navigation__responsive-container-open {
  min-width: 32px !important;
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  color: #111 !important;
}

/* Center logo */
.tl-header-main-row .wp-block-site-logo {
  grid-column: 2 !important;
  justify-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.tl-header-main-row .wp-block-site-logo img {
  display: block !important;
  width: auto !important;
  max-width: min(47vw, 205px) !important;
  max-height: 82px !important;
  object-fit: contain !important;
}

/* Right side: search + mini cart */
.tl-header-actions {
  grid-column: 3 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
}

.tl-header-actions > * {
  margin: 0 !important;
  padding: 0 !important;
}

/* Search icon block */
.tl-header-actions .tl-header-search-block {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tl-header-search-block .tl-search-trigger {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #111 !important;
  cursor: pointer !important;
}

/* Mini cart button */
.tl-header-actions .wc-block-mini-cart,
.tl-header-actions .wp-block-woocommerce-mini-cart {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

.tl-header-actions .wc-block-mini-cart__button {
  width: auto !important;
  min-width: 34px !important;
  min-height: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 2px !important;
  background: transparent !important;
  border: 0 !important;
  color: #111 !important;
  cursor: pointer !important;
}

/* Header icon sizing */
.tl-header-main-row .wp-block-navigation__responsive-container-open svg,
.tl-header-search-block .tl-search-trigger svg,
.tl-header-actions .wc-block-mini-cart__button svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}

/* WordPress mobile menu should open above the sticky header */
.wp-block-navigation__responsive-container.is-menu-open {
  z-index: 1200 !important;
  background: #fff !important;
  overflow-y: auto !important;
}

.wp-block-navigation__responsive-container-close {
  z-index: 1201 !important;
}

/* WooCommerce mini-cart drawer should stay above the sticky header and menu */
.wc-block-components-drawer__screen-overlay,
.wc-block-mini-cart__drawer,
.wc-block-components-drawer {
  z-index: 2000 !important;
}

.wc-block-components-drawer__close,
.wc-block-components-drawer__close-wrapper {
  position: relative !important;
  z-index: 2001 !important;
}

/* Desktop refinement */
@media (min-width: 769px) {
  .tl-header-main-row {
    padding: 14px 56px 16px !important;
  }

  .tl-header-main-row .wp-block-site-logo img {
    max-height: 96px !important;
    max-width: 255px !important;
  }

  .tl-header-actions {
    gap: 14px !important;
  }

  .tl-header-main-row .wp-block-navigation__responsive-container-open svg,
  .tl-header-search-block .tl-search-trigger svg,
  .tl-header-actions .wc-block-mini-cart__button svg {
    width: 24px !important;
    height: 24px !important;
  }
}

/* Small mobile refinement */
@media (max-width: 420px) {
  .tl-header-main-row {
    padding: 12px 18px 14px !important;
  }

  .tl-header-main-row .wp-block-site-logo img {
    max-height: 76px !important;
    max-width: min(50vw, 175px) !important;
  }

  .tl-header-actions {
    gap: 8px !important;
  }

  .tl-header-search-block .tl-search-trigger,
  .tl-header-actions .wc-block-mini-cart__button,
  .tl-header-main-row .wp-block-navigation__responsive-container-open {
    min-width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
  }
}

/* ================================
   TIMELAB SEARCH RESULTS PAGE
================================ */

.search-results main {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 36px 24px 70px !important;
}

.search-results .woocommerce-breadcrumb,
.search-results .wp-block-woocommerce-breadcrumbs {
  font-size: 14px !important;
  margin-bottom: 26px !important;
}

.search-results h1,
.search-results .wp-block-query-title {
  font-size: clamp(34px, 5vw, 58px) !important;
  line-height: 1.05 !important;
  margin: 0 0 28px !important;
  letter-spacing: -0.03em !important;
}

.search-results .woocommerce-result-count {
  font-size: 14px !important;
  color: #555 !important;
}

.search-results .woocommerce-ordering select,
.search-results select.orderby {
  height: 46px !important;
  padding: 0 42px 0 16px !important;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}

@media (max-width: 768px) {
  .search-results main {
    padding: 28px 18px 56px !important;
  }

  .search-results h1,
  .search-results .wp-block-query-title {
    font-size: 36px !important;
    line-height: 1.1 !important;
    margin-bottom: 24px !important;
  }
}


/* ================================
   TIMELAB PRODUCT CATALOG HEADER
================================ */

.woocommerce-shop main,
.post-type-archive-product main,
.tax-product_cat main {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 34px 24px 70px !important;
}

.woocommerce-shop .wp-block-query-title,
.woocommerce-shop h1,
.post-type-archive-product .wp-block-query-title,
.post-type-archive-product h1,
.tax-product_cat .wp-block-query-title,
.tax-product_cat h1 {
  font-size: clamp(38px, 5vw, 58px) !important;
  line-height: 1.05 !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.03em !important;
}

.tl-catalog-intro {
  max-width: 680px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 28px;
}

.woocommerce-shop .wp-block-group:has(.tl-catalog-search),
.post-type-archive-product .wp-block-group:has(.tl-catalog-search),
.tax-product_cat .wp-block-group:has(.tl-catalog-search) {
  margin: 24px 0 26px !important;
}

.woocommerce-result-count,
.wp-block-woocommerce-product-results-count {
  font-size: 14px !important;
  color: #666 !important;
  margin: 0 !important;
}

.woocommerce-ordering select,
select.orderby,
.wp-block-woocommerce-catalog-sorting select {
  height: 48px !important;
  min-width: 190px !important;
  padding: 0 42px 0 16px !important;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff !important;
  color: #111 !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}

.tl-catalog-search {
  display: flex;
  align-items: center;
  width: min(100%, 360px);
  height: 48px;
}

.tl-catalog-search input[type="search"] {
  flex: 1;
  height: 48px;
  border: 1px solid #e5e5e5;
  border-right: none;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  background: #fff;
  color: #111;
  border-radius: 0;
}

.tl-catalog-search input[type="search"]:focus {
  border-color: #111;
}

.tl-catalog-search button {
  height: 48px;
  min-width: 92px;
  border: none;
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}

.tl-catalog-search button:hover {
  background: #000;
}

.tl-collection-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 36px;
}

.tl-collection-filter a {
  border: 1px solid #e5e5e5;
  padding: 10px 16px;
  font-size: 13px;
  color: #111;
  text-decoration: none;
  background: #fff;
  line-height: 1;
}

.tl-collection-filter a:hover {
  border-color: #111;
}

@media (max-width: 768px) {
  .woocommerce-shop main,
  .post-type-archive-product main,
  .tax-product_cat main {
    padding: 28px 18px 56px !important;
  }

  .woocommerce-shop .wp-block-query-title,
  .woocommerce-shop h1,
  .post-type-archive-product .wp-block-query-title,
  .post-type-archive-product h1,
  .tax-product_cat .wp-block-query-title,
  .tax-product_cat h1 {
    font-size: 36px !important;
  }

  .tl-catalog-search {
    width: 100%;
  }

  .tl-catalog-search input[type="search"] {
    min-width: 0;
  }

  .tl-catalog-search button {
    min-width: 84px;
  }

  .tl-collection-filter {
    gap: 8px;
    margin: 20px 0 28px;
  }

  .tl-collection-filter a {
    font-size: 12px;
    padding: 9px 12px;
  }
}


/* ================================
   MOBILE CATALOG TOOLBAR FIX
================================ */

@media (max-width: 768px) {
  .woocommerce-shop .wp-block-group:has(.tl-catalog-search),
  .post-type-archive-product .wp-block-group:has(.tl-catalog-search),
  .tax-product_cat .wp-block-group:has(.tl-catalog-search),
  .woocommerce-shop .wp-block-row:has(.tl-catalog-search),
  .post-type-archive-product .wp-block-row:has(.tl-catalog-search),
  .tax-product_cat .wp-block-row:has(.tl-catalog-search) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 22px 0 24px !important;
  }

  .woocommerce-result-count,
  .wp-block-woocommerce-product-results-count {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
  }

  .woocommerce-ordering,
  .wp-block-woocommerce-catalog-sorting {
    width: 100% !important;
    margin: 0 !important;
  }

  .woocommerce-ordering select,
  select.orderby,
  .wp-block-woocommerce-catalog-sorting select {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
  }

  .tl-catalog-search {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
  }

  .tl-catalog-search input[type="search"] {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    font-size: 15px !important;
  }

  .tl-catalog-search button {
    height: 48px !important;
    min-width: 86px !important;
    padding: 0 14px !important;
  }

  .tl-collection-filter {
    margin-top: 18px !important;
  }
}


/* ================================
   TIMELAB CONTACT FORM
================================ */

.tl-contact-form {
  max-width: 760px !important;
  margin: -20px auto 80px !important;
  padding: 34px 28px !important;
  border: 1px solid #e8e8e8 !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.tl-contact-form label {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-bottom: 8px !important;
}

.tl-contact-form .required,
.tl-contact-form span {
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.tl-contact-form input,
.tl-contact-form textarea {
  width: 100% !important;
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  color: #111 !important;
  padding: 14px 14px !important;
  font-size: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.tl-contact-form input {
  min-height: 50px !important;
}

.tl-contact-form textarea {
  min-height: 180px !important;
  resize: vertical !important;
}

.tl-contact-form input:focus,
.tl-contact-form textarea:focus {
  outline: none !important;
  border-color: #111 !important;
}

.tl-contact-form button,
.tl-contact-form input[type="submit"] {
  min-height: 50px !important;
  padding: 0 28px !important;
  background: #1f1f1f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.tl-contact-form button:hover,
.tl-contact-form input[type="submit"]:hover {
  background: #000 !important;
}

@media (max-width: 768px) {
  .tl-contact-form {
    margin: -10px 18px 60px !important;
    padding: 26px 18px !important;
  }

  .tl-contact-form button,
  .tl-contact-form input[type="submit"] {
    width: 100% !important;
  }
}


/* ================================
   TIMELAB ABOUT US PAGE
================================ */

.tl-about-page {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 56px 24px 80px !important;
  color: #111 !important;
}

.tl-about-hero {
  max-width: 820px !important;
  margin-bottom: 70px !important;
}

.tl-about-page .tl-eyebrow {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.7px !important;
  text-transform: uppercase !important;
  color: #777 !important;
  margin: 0 0 14px !important;
}

.tl-about-hero h1 {
  font-size: clamp(46px, 7vw, 86px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 22px !important;
}

.tl-hero-text {
  font-size: 20px !important;
  line-height: 1.6 !important;
  color: #555 !important;
  max-width: 680px !important;
  margin: 0 !important;
}

.tl-about-section {
  display: grid !important;
  grid-template-columns: 120px 1fr !important;
  gap: 36px !important;
  padding: 44px 0 !important;
  border-top: 1px solid #e8e8e8 !important;
}

.tl-section-label {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  color: #999 !important;
}

.tl-section-content {
  max-width: 760px !important;
}

.tl-section-content h2,
.tl-about-highlight h2,
.tl-about-cta h2 {
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 20px !important;
}

.tl-section-content p,
.tl-about-highlight p,
.tl-about-cta p {
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #555 !important;
  margin: 0 0 18px !important;
}

.tl-about-highlight {
  margin: 42px 0 !important;
  padding: 48px !important;
  background: #111 !important;
  color: #fff !important;
}

.tl-about-highlight h2 {
  color: #fff !important;
}

.tl-about-highlight p {
  color: #d2d2d2 !important;
  max-width: 760px !important;
  margin-bottom: 0 !important;
}

.tl-about-values {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  margin: 38px 0 52px !important;
}

.tl-value-card {
  border: 1px solid #e8e8e8 !important;
  padding: 26px 22px !important;
  background: #fff !important;
}

.tl-value-card span {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.4px !important;
  color: #999 !important;
  margin-bottom: 22px !important;
}

.tl-value-card h3 {
  font-size: 18px !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 10px !important;
}

.tl-value-card p {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #666 !important;
  margin: 0 !important;
}

.tl-about-cta {
  margin-top: 50px !important;
  padding: 56px 48px !important;
  border: 1px solid #e8e8e8 !important;
  background: #fafafa !important;
  text-align: center !important;
}

.tl-about-cta p {
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.tl-cta-buttons {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 28px !important;
  flex-wrap: wrap !important;
}

.tl-cta-buttons a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  background: #1f1f1f !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.1px !important;
  text-transform: uppercase !important;
}

.tl-cta-buttons a.secondary {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #dcdcdc !important;
}

.tl-cta-buttons a:hover {
  background: #000 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .tl-about-page {
    padding: 38px 18px 60px !important;
  }

  .tl-about-hero {
    margin-bottom: 48px !important;
  }

  .tl-about-hero h1 {
    font-size: 44px !important;
  }

  .tl-hero-text {
    font-size: 17px !important;
  }

  .tl-about-section {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 34px 0 !important;
  }

  .tl-section-content h2,
  .tl-about-highlight h2,
  .tl-about-cta h2 {
    font-size: 31px !important;
  }

  .tl-section-content p,
  .tl-about-highlight p,
  .tl-about-cta p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .tl-about-highlight {
    padding: 32px 22px !important;
    margin: 30px 0 !important;
  }

  .tl-about-values {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .tl-about-cta {
    padding: 38px 20px !important;
  }

  .tl-cta-buttons {
    flex-direction: column !important;
  }

  .tl-cta-buttons a {
    width: 100% !important;
  }
}


/* ================================
   TIMELAB COLLECTIONS PAGE
================================ */

.tl-collections-page {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 56px 24px 80px !important;
  color: #111 !important;
}

.tl-collections-hero {
  max-width: 820px !important;
  margin-bottom: 48px !important;
}

.tl-collections-hero h1 {
  font-size: clamp(46px, 7vw, 86px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.05em !important;
  margin: 0 0 22px !important;
}

.tl-collections-hero p:not(.tl-eyebrow) {
  font-size: 19px !important;
  line-height: 1.65 !important;
  color: #555 !important;
  max-width: 720px !important;
  margin: 0 !important;
}

.tl-collections-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 0 56px !important;
}

.tl-collection-card {
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid #e8e8e8 !important;
  background: #fff !important;
  color: #111 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease !important;
}

.tl-collection-card:hover {
  border-color: #111 !important;
  transform: translateY(-2px) !important;
  background: #fafafa !important;
}

.tl-collection-image-wrap {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  background: #f8f8f8 !important;
  overflow: hidden !important;
}

.tl-collection-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.tl-collection-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 26px !important;
  min-height: 220px !important;
}

.tl-collection-card span {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.4px !important;
  color: #999 !important;
  margin-bottom: 22px !important;
}

.tl-collection-card h2 {
  font-size: 30px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 14px !important;
  color: #111 !important;
}

.tl-collection-card p {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #555 !important;
  margin: 0 0 24px !important;
}

.tl-collection-card strong {
  margin-top: auto !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.1px !important;
  text-transform: uppercase !important;
  color: #111 !important;
}

.tl-collections-cta {
  padding: 56px 48px !important;
  border: 1px solid #e8e8e8 !important;
  background: #111 !important;
  color: #fff !important;
  text-align: center !important;
}

.tl-collections-cta .tl-eyebrow {
  color: #aaa !important;
}

.tl-collections-cta h2 {
  font-size: clamp(32px, 5vw, 56px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em !important;
  margin: 0 0 18px !important;
  color: #fff !important;
}

.tl-collections-cta p:not(.tl-eyebrow) {
  max-width: 680px !important;
  margin: 0 auto 28px !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #d0d0d0 !important;
}

.tl-collections-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0 26px !important;
  background: #fff !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
}

.tl-collections-cta a:hover {
  background: #f2f2f2 !important;
  color: #111 !important;
}

@media (max-width: 768px) {
  .tl-collections-page {
    padding: 38px 18px 60px !important;
  }

  .tl-collections-hero {
    margin-bottom: 34px !important;
  }

  .tl-collections-hero h1 {
    font-size: 44px !important;
  }

  .tl-collections-hero p:not(.tl-eyebrow) {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .tl-collections-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-bottom: 42px !important;
  }

  .tl-collection-content {
    padding: 22px 20px !important;
    min-height: auto !important;
  }

  .tl-collection-card span {
    margin-bottom: 18px !important;
  }

  .tl-collection-card h2 {
    font-size: 28px !important;
  }

  .tl-collection-card p {
    font-size: 14px !important;
  }

  .tl-collections-cta {
    padding: 38px 20px !important;
  }

  .tl-collections-cta h2 {
    font-size: 32px !important;
  }

  .tl-collections-cta a {
    width: 100% !important;
  }
}


/* ================================
   TIMELAB POLICY PAGES
================================ */

.tl-policy-page {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 56px 24px 80px !important;
  color: #111 !important;
}

.tl-policy-hero {
  max-width: 760px !important;
  margin-bottom: 50px !important;
}

.tl-policy-hero h1 {
  font-size: clamp(44px, 7vw, 78px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.06em !important;
  margin: 0 0 22px !important;
}

.tl-policy-hero p:not(.tl-eyebrow) {
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: #555 !important;
  margin: 0 !important;
}

.tl-policy-content {
  border-top: 1px solid #e8e8e8 !important;
}

.tl-policy-section {
  padding: 32px 0 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.tl-policy-section h2 {
  font-size: clamp(24px, 4vw, 36px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 16px !important;
}

.tl-policy-section p {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #555 !important;
  margin: 0 0 14px !important;
}

.tl-policy-section p:last-child {
  margin-bottom: 0 !important;
}

.tl-policy-section a {
  color: #111 !important;
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .tl-policy-page {
    padding: 38px 18px 60px !important;
  }

  .tl-policy-hero {
    margin-bottom: 38px !important;
  }

  .tl-policy-hero h1 {
    font-size: 42px !important;
  }

  .tl-policy-hero p:not(.tl-eyebrow) {
    font-size: 16px !important;
  }

  .tl-policy-section {
    padding: 28px 0 !important;
  }

  .tl-policy-section h2 {
    font-size: 27px !important;
  }

  .tl-policy-section p {
    font-size: 14px !important;
  }
}


/* ================================
   SINGLE PRODUCT LIGHT SPACING FIX
================================ */

.single-product .tl-tax-note {
  font-size: 14px !important;
  color: #777 !important;
  line-height: 1.45 !important;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

.single-product .wp-block-add-to-cart-form,
.single-product .variations_form {
  margin-top: 0 !important;
}


/* ================================
   SINGLE PRODUCT PRICE + CART SAFETY
   Protect product page without breaking variation disabled state
================================ */

.single-product .wp-block-woocommerce-product-price,
.single-product .wp-block-woocommerce-product-price *,
.single-product .summary .price,
.single-product .summary .price *,
.single-product .entry-summary .price,
.single-product .entry-summary .price *,
.single-product .woocommerce-Price-amount,
.single-product .woocommerce-Price-amount *,
.single-product .wc-block-components-product-price,
.single-product .wc-block-components-product-price * {
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;
}

.single-product .wp-block-woocommerce-product-price,
.single-product .summary .price,
.single-product .entry-summary .price,
.single-product .wc-block-components-product-price {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  width: auto !important;
  text-align: left !important;
}

/* Keep product page cart visible */
.single-product form.cart,
.single-product .cart,
.single-product .wp-block-add-to-cart-form {
  display: block !important;
  visibility: visible !important;
}

/* Normal active add to cart button */
.single-product .single_add_to_cart_button:not(.disabled):not(:disabled),
.single-product form.cart button:not(.disabled):not(:disabled) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

/* Disabled variation state */
.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled,
.single-product .single_add_to_cart_button.wc-variation-selection-needed,
.single-product form.cart button.disabled,
.single-product form.cart button:disabled,
.single-product form.cart button.wc-variation-selection-needed {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}



/* ================================
   MOBILE CATEGORY TITLE SPACING FIX
================================ */

@media (max-width: 768px) {
  .tax-product_cat h1,
  .tax-product_cat .wp-block-query-title,
  .post-type-archive-product h1,
  .post-type-archive-product .wp-block-query-title,
  .woocommerce-shop h1,
  .woocommerce-shop .wp-block-query-title {
    margin-bottom: 20px !important;
  }

  .tax-product_cat .wp-block-group:has(.wp-block-woocommerce-product-results-count),
  .tax-product_cat .wp-block-row:has(.wp-block-woocommerce-product-results-count),
  .post-type-archive-product .wp-block-group:has(.wp-block-woocommerce-product-results-count),
  .post-type-archive-product .wp-block-row:has(.wp-block-woocommerce-product-results-count),
  .woocommerce-shop .wp-block-group:has(.wp-block-woocommerce-product-results-count),
  .woocommerce-shop .wp-block-row:has(.wp-block-woocommerce-product-results-count) {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  .woocommerce-shop main,
  .post-type-archive-product main,
  .tax-product_cat main {
    padding-top: 18px !important;
  }
}


/* ================================
   TIMELAB FINAL PRODUCT CATALOG STYLE
   Shopify-style clean cards
   Bigger watches
   Compact title + price strip
   No catalog cart buttons
   Does NOT affect single product page
================================ */

/* Product grid */
body:not(.single-product) .woocommerce ul.products,
body:not(.single-product) .wc-block-grid__products,
body:not(.single-product) .wp-block-woocommerce-product-template,
body:not(.single-product) .wp-block-post-template,
body:not(.single-product) ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px 18px !important;
  align-items: stretch !important;
}

/* Product card */
body:not(.single-product) .woocommerce ul.products li.product,
body:not(.single-product) .wc-block-grid__product,
body:not(.single-product) .wp-block-woocommerce-product-template > li,
body:not(.single-product) .wp-block-post-template > li,
body:not(.single-product) ul.products li.product {
  background: #fff !important;
  border: 1px solid #ededed !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-align: center !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 435px !important;
  height: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease !important;
}

body:not(.single-product) .woocommerce ul.products li.product:hover,
body:not(.single-product) .wc-block-grid__product:hover,
body:not(.single-product) .wp-block-woocommerce-product-template > li:hover,
body:not(.single-product) .wp-block-post-template > li:hover,
body:not(.single-product) ul.products li.product:hover {
  border-color: #d7d7d7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04) !important;
}

/* Product link/card body */
body:not(.single-product) .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body:not(.single-product) .wp-block-query ul.products li.product a.woocommerce-LoopProduct-link,
body:not(.single-product) .wc-block-grid__product-link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100% !important;
  padding: 12px 10px 0 !important;
  text-decoration: none !important;
  color: inherit !important;
  box-sizing: border-box !important;
}

/* Fixed image area - block/grid wrappers */
body:not(.single-product) .wc-block-grid__product-image,
body:not(.single-product) .wp-block-woocommerce-product-image,
body:not(.single-product) .wp-block-post-featured-image {
  height: 310px !important;
  width: 100% !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

/* Classic WooCommerce direct image */
body:not(.single-product) .woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img,
body:not(.single-product) ul.products li.product a.woocommerce-LoopProduct-link > img {
  height: 310px !important;
  width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: scale(1.14) !important;
  transform-origin: center center !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Images inside block/grid wrappers */
body:not(.single-product) .wc-block-grid__product-image img,
body:not(.single-product) .wp-block-woocommerce-product-image img,
body:not(.single-product) .wp-block-post-featured-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: scale(1.14) !important;
  transform-origin: center center !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Product title strip */
body:not(.single-product) .woocommerce ul.products li.product .woocommerce-loop-product__title,
body:not(.single-product) .wc-block-grid__product-title,
body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-post-title,
body:not(.single-product) .wp-block-post-template li.product .wp-block-post-title {
  width: calc(100% + 20px) !important;
  min-height: 48px !important;
  max-height: 60px !important;
  margin: auto -10px 0 !important;
  padding: 11px 10px 3px !important;
  background: #f7f7f7 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  color: #111 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  overflow: hidden !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* Product title links */
body:not(.single-product) .woocommerce ul.products li.product .woocommerce-loop-product__title a,
body:not(.single-product) .wc-block-grid__product-title a,
body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-post-title a,
body:not(.single-product) .wp-block-post-template li.product .wp-block-post-title a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

/* Product price strip */
body:not(.single-product) .woocommerce ul.products li.product .price,
body:not(.single-product) .wc-block-grid__product-price,
body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-woocommerce-product-price,
body:not(.single-product) .wp-block-post-template li.product .wp-block-woocommerce-product-price,
body:not(.single-product) .wp-block-woocommerce-product-template .wc-block-components-product-price,
body:not(.single-product) .wp-block-post-template li.product .wc-block-components-product-price {
  width: calc(100% + 20px) !important;
  margin: 0 -10px 0 !important;
  padding: 1px 10px 12px !important;
  background: #f7f7f7 !important;
  border-top: none !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body:not(.single-product) .woocommerce ul.products li.product .price *,
body:not(.single-product) .wc-block-grid__product-price *,
body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-woocommerce-product-price *,
body:not(.single-product) .wp-block-post-template li.product .wp-block-woocommerce-product-price *,
body:not(.single-product) .wp-block-woocommerce-product-template .wc-block-components-product-price *,
body:not(.single-product) .wp-block-post-template li.product .wc-block-components-product-price * {
  font-weight: 400 !important;
}

/* Hide catalog buttons only */
body:not(.single-product) .woocommerce ul.products li.product .button,
body:not(.single-product) .woocommerce ul.products li.product a.button,
body:not(.single-product) .woocommerce ul.products li.product .add_to_cart_button,
body:not(.single-product) .woocommerce ul.products li.product .product_type_variable,
body:not(.single-product) .woocommerce ul.products li.product .product_type_simple,
body:not(.single-product) .woocommerce ul.products li.product .ajax_add_to_cart,
body:not(.single-product) ul.products li.product .button,
body:not(.single-product) ul.products li.product a.button,
body:not(.single-product) ul.products li.product .add_to_cart_button,
body:not(.single-product) ul.products li.product .product_type_variable,
body:not(.single-product) ul.products li.product .product_type_simple,
body:not(.single-product) ul.products li.product .ajax_add_to_cart,
body:not(.single-product) .wc-block-grid__product .wc-block-grid__product-add-to-cart,
body:not(.single-product) .wc-block-grid__product .wc-block-grid__product-add-to-cart a,
body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-woocommerce-product-button,
body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-woocommerce-product-button button,
body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-woocommerce-product-button a,
body:not(.single-product) .wp-block-post-template li.product .wp-block-woocommerce-product-button,
body:not(.single-product) .wp-block-post-template li.product .wp-block-woocommerce-product-button button,
body:not(.single-product) .wp-block-post-template li.product .wp-block-woocommerce-product-button a {
  display: none !important;
}

/* Toolbar refinement */
.woocommerce-result-count,
.wp-block-woocommerce-product-results-count {
  font-size: 14px !important;
  color: #666 !important;
}

.woocommerce-ordering select,
select.orderby,
.wp-block-woocommerce-catalog-sorting select,
.tl-mobile-collection-select select {
  height: 46px !important;
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  font-size: 14px !important;
  color: #111 !important;
  border-radius: 0 !important;
}

/* Collection dropdown spacing */
.tl-collection-filter,
.tl-mobile-collection-select {
  margin: 14px 0 24px !important;
}

.tl-mobile-collection-select label {
  margin-bottom: 6px !important;
  font-size: 12px !important;
  letter-spacing: 1.2px !important;
  color: #777 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  body:not(.single-product) .woocommerce ul.products,
  body:not(.single-product) .wc-block-grid__products,
  body:not(.single-product) .wp-block-woocommerce-product-template,
  body:not(.single-product) .wp-block-post-template,
  body:not(.single-product) ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  body:not(.single-product) .woocommerce ul.products,
  body:not(.single-product) .wc-block-grid__products,
  body:not(.single-product) .wp-block-woocommerce-product-template,
  body:not(.single-product) .wp-block-post-template,
  body:not(.single-product) ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 10px !important;
  }

  body:not(.single-product) .woocommerce ul.products li.product,
  body:not(.single-product) .wc-block-grid__product,
  body:not(.single-product) .wp-block-woocommerce-product-template > li,
  body:not(.single-product) .wp-block-post-template > li,
  body:not(.single-product) ul.products li.product {
    min-height: 335px !important;
    overflow: hidden !important;
  }

  body:not(.single-product) .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
  body:not(.single-product) .wp-block-query ul.products li.product a.woocommerce-LoopProduct-link,
  body:not(.single-product) .wc-block-grid__product-link {
    padding: 6px 6px 0 !important;
    overflow: hidden !important;
  }

  /* Mobile image area - block/grid wrappers */
  body:not(.single-product) .wc-block-grid__product-image,
  body:not(.single-product) .wp-block-woocommerce-product-image,
  body:not(.single-product) .wp-block-post-featured-image {
    height: 230px !important;
    width: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  /* Mobile classic WooCommerce direct image */
  body:not(.single-product) .woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img,
  body:not(.single-product) ul.products li.product a.woocommerce-LoopProduct-link > img {
    width: auto !important;
    height: 226px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: translateY(4px) !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* Mobile images inside wrappers */
  body:not(.single-product) .wc-block-grid__product-image img,
  body:not(.single-product) .wp-block-woocommerce-product-image img,
  body:not(.single-product) .wp-block-post-featured-image img {
    width: auto !important;
    height: 226px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: translateY(4px) !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body:not(.single-product) .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body:not(.single-product) .wc-block-grid__product-title,
  body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-post-title,
  body:not(.single-product) .wp-block-post-template li.product .wp-block-post-title {
    width: calc(100% + 12px) !important;
    min-height: 44px !important;
    max-height: 56px !important;
    margin: auto -6px 0 !important;
    padding: 8px 8px 2px !important;
    background: #f7f7f7 !important;
    font-size: 13px !important;
    line-height: 1.22 !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em !important;
    color: #111 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: hidden !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  body:not(.single-product) .woocommerce ul.products li.product .price,
  body:not(.single-product) .wc-block-grid__product-price,
  body:not(.single-product) .wp-block-woocommerce-product-template .wp-block-woocommerce-product-price,
  body:not(.single-product) .wp-block-post-template li.product .wp-block-woocommerce-product-price,
  body:not(.single-product) .wp-block-woocommerce-product-template .wc-block-components-product-price,
  body:not(.single-product) .wp-block-post-template li.product .wc-block-components-product-price {
    width: calc(100% + 12px) !important;
    margin: 0 -6px 0 !important;
    padding: 1px 8px 9px !important;
    background: #f7f7f7 !important;
    color: #333 !important;
    font-size: 13.5px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

/* ================================
   REMOVE UGLY CLICK / SELECTION BOX
   Keep keyboard accessibility clean
================================ */

/* Remove grey/blue tap highlight on mobile */
a,
button,
input,
textarea,
select,
[role="button"],
.tl-collection-card,
.tl-featured-card,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-tap-highlight-color: transparent !important;
}

/* Remove ugly outline after mouse/touch click */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
.tl-collection-card:focus:not(:focus-visible),
.tl-featured-card:focus:not(:focus-visible),
.wp-block-button__link:focus:not(:focus-visible),
.woocommerce a.button:focus:not(:focus-visible),
.woocommerce button.button:focus:not(:focus-visible),
.woocommerce input.button:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove browser focus ring from collection cards */
.tl-collection-card:focus,
.tl-featured-card:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Keep a subtle focus style only for keyboard users */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 1px solid #111 !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}
/* ================================
   TIMELAB MOBILE MENU - PREMIUM LIGHT STYLE
   Safe styling only, does not trap menu
================================ */

@media (max-width: 768px) {
  .wp-block-navigation__responsive-container.is-menu-open {
    background: #fff !important;
    z-index: 1200 !important;
    padding: 0 !important;
    overflow-y: auto !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open 
  .wp-block-navigation__responsive-dialog {
    padding: 34px 24px 40px !important;
    margin: 0 !important;
    min-height: 100vh !important;
    box-sizing: border-box !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open 
  .wp-block-navigation__responsive-container-content {
    padding-top: 58px !important;
    align-items: flex-start !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open 
  .wp-block-navigation__container {
    width: 100% !important;
    gap: 0 !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open 
  .wp-block-navigation-item {
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open 
  .wp-block-navigation-item__content {
    width: 100% !important;
    padding: 17px 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    color: #111 !important;
    text-decoration: none !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open 
  .wp-block-navigation-item__content:hover {
    color: #555 !important;
  }

  .wp-block-navigation__responsive-container-close {
    top: 24px !important;
    right: 22px !important;
    color: #111 !important;
    z-index: 1201 !important;
  }

  .wp-block-navigation__responsive-container-close svg {
    width: 24px !important;
    height: 24px !important;
  }
}

/* ================================
   TIMELAB MOBILE MENU SMALL LOGO + BRAND
================================ */

@media (max-width: 768px) {
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content::before {
    content: "TIMELAB";
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 0 28px !important;
    padding-left: 58px !important;

    background-image: url("https://timelabmod.com/wp-content/uploads/2026/04/cropped-icon-1.png") !important;
    background-size: 44px auto !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    color: #111 !important;
    box-sizing: border-box !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content::after {
    content: "Custom Seiko Mod Watches · Worldwide Shipping";
    display: block !important;
    width: 100% !important;
    margin: 24px 0 0 !important;
    padding-top: 18px !important;
    border-top: 1px solid #eee !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #777 !important;
  }
}