/* =========================================================================
   Laptop Experts — theme.css
   Ported verbatim from the approved brand design (D:\projects\laptopex\Laptop\*.dc.html).
   Palette: navy #0B1E3A · orange #F26C1F · surface #F5F6FA.
   Fonts: Manrope (headings) · Inter (body) · JetBrains Mono (eyebrows).
   ========================================================================= */

/* ---- Global resets (from the design <helmet> styles) ------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.le {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: #fff;
  color: #0B1E3A;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.le a { color: #F26C1F; text-decoration: none; transition: color .15s; }
.le h1, .le h2, .le h3, .le h4 {
  font-family: 'Manrope', system-ui, sans-serif;
  letter-spacing: -0.015em; margin: 0; line-height: 1.15;
}
.le button { font-family: 'Inter', system-ui, sans-serif; cursor: pointer; transition: transform .12s; }
.le button:hover { transform: translateY(-1px); }
::selection { background: #F26C1F; color: #fff; }

/* WordPress admin bar shouldn't push the sticky header on the frontend preview */
.le details > summary { list-style: none; cursor: pointer; }
.le details > summary::-webkit-details-marker { display: none; }
.le details[open] .plus::before { content: '−'; }
.le .plus::before { content: '+'; }
@keyframes le-pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.le .live-dot { animation: le-pulse 2s ease-in-out infinite; }

/* Neutralise the block theme's default constrained content so full-bleed
   design sections render edge to edge exactly like the source. */
.le .wp-site-blocks > .wp-block-group,
.le .entry-content { margin-block: 0; }
.le .le-section { width: 100%; }
.le-wrap { max-width: 1280px; margin: 0 auto; padding-inline: 20px; }

/* ---- Top contact bar --------------------------------------------------- */
.le-topbar { background: #0B1E3A; color: #fff; padding: 8px 20px; font-size: 13px; }
.le-topbar .le-wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-inline: 0; }
.le-topbar a { color: #fff; }
.le-topbar .hours { color: #C7D3E8; }
.le-topbar .links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }

/* ---- Header + nav ------------------------------------------------------ */
.le-header { background: #fff; border-bottom: 1px solid #EDEEF1; position: sticky; top: 0; z-index: 50; }
.le-header .le-wrap { padding: 16px 20px; display: flex; align-items: center; gap: 32px; }
.le-logo { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -0.02em; color: #0B1E3A !important; text-decoration: none; }
.le-logo span { color: #F26C1F; }
.le-nav { display: flex; gap: 24px; font-size: 14px; margin-left: 12px; align-items: center; }
.le-nav .nav-link { color: #334 !important; font-weight: 500; padding: 8px 0; position: relative; text-decoration: none; }
.le-nav .nav-link:hover { color: #F26C1F !important; }
.le-nav .nav-active { color: #F26C1F !important; font-weight: 700; }
.le-nav .nav-shop { color: #F26C1F !important; font-weight: 700; }

/* Mega dropdown */
.mega-wrap { position: relative; }
.mega { position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 30px 80px -20px rgba(11,30,58,.25); min-width: 640px; display: none; z-index: 100; grid-template-columns: 1fr 1fr; gap: 8px; }
.mega-wrap:hover .mega, .mega-wrap:focus-within .mega { display: grid; }
.mega a { padding: 10px 12px; border-radius: 8px; color: #0B1E3A !important; font-weight: 500; font-size: 14px; display: flex; gap: 10px; align-items: center; text-decoration: none; }
.mega a:hover { background: #F5F6FA; }
.mega .mega-head { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #F26C1F; letter-spacing: .15em; padding: 0 12px 8px; }

/* core/navigation block styled to match the design's .le-nav */
.le-header .le-nav-block { margin-left: 12px; font-size: 14px; }
.le-header .le-nav-block .wp-block-navigation__container { gap: 24px; align-items: center; }
.le-header .le-nav-block .wp-block-navigation-item__content { color: #334 !important; font-weight: 500; text-decoration: none; padding: 8px 0; }
.le-header .le-nav-block .wp-block-navigation-item__content:hover,
.le-header .le-nav-block .current-menu-item .wp-block-navigation-item__content { color: #F26C1F !important; }
.le-header .le-nav-block .le-shop-item .wp-block-navigation-item__content { color: #F26C1F !important; font-weight: 700; }
/* Active/current page highlight (set by assets/js/site.js) */
.le-header .le-nav-block .le-current > .wp-block-navigation-item__content { color: #F26C1F !important; font-weight: 700; }
/* Services submenu → wide flyout resembling the mega panel */
.le-header .le-nav-block .wp-block-navigation__submenu-container {
  min-width: 300px; border-radius: 16px; padding: 12px; border: 0;
  box-shadow: 0 30px 80px -20px rgba(11,30,58,.25); background: #fff;
}
.le-header .le-nav-block .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 10px 12px !important; border-radius: 8px; color: #0B1E3A !important; font-weight: 500; white-space: nowrap;
}
.le-header .le-nav-block .wp-block-navigation__submenu-container { min-width: max-content; }
.le-header .le-nav-block .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover { background: #F5F6FA; }

.le-header-actions { margin-left: auto !important; display: flex; gap: 12px; align-items: center; }
.le-header .le-shop-link { color: #F26C1F !important; font-weight: 700; font-size: 14px; text-decoration: none; padding: 8px 2px; white-space: nowrap; }
.le-header .le-shop-link:hover { color: #D95A0F !important; }
.le-header .le-account-link { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1.5px solid #EDEEF1; border-radius: 10px; font-size: 18px; line-height: 1; text-decoration: none; color: #0B1E3A !important; }
.le-header .le-account-link:hover { border-color: #F26C1F; }
.le-cart-btn { padding: 10px 14px; background: transparent; border: 1.5px solid #EDEEF1; border-radius: 10px; font-weight: 600; font-size: 14px; color: #0B1E3A !important; text-decoration: none; white-space: nowrap; }
.le-quote-btn { padding: 11px 18px; background: #F26C1F; color: #fff !important; border-radius: 10px; font-weight: 600; font-size: 14px; text-decoration: none; white-space: nowrap; }

.le-burger { display: none; background: transparent; border: 1.5px solid #EDEEF1; border-radius: 10px; padding: 9px 12px; font-size: 18px; line-height: 1; color: #0B1E3A; }

@media (max-width: 1023px) {
  .le-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 6px; background: #fff; padding: 16px 20px; border-bottom: 1px solid #EDEEF1; box-shadow: 0 30px 60px -30px rgba(11,30,58,.35); margin-left: 0; }
  .le-nav.open { display: flex; }
  .le-burger { display: inline-block; }
  .mega { position: static; display: grid !important; min-width: 0; box-shadow: none; padding: 8px 0 0; grid-template-columns: 1fr; }
  .le-header .le-wrap { position: relative; gap: 12px; }
}

/* ---- Buttons / eyebrows / chips (shared) ------------------------------- */
.le-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #F26C1F; letter-spacing: .15em; }
.le-btn-primary { padding: 15px 24px; background: #F26C1F; color: #fff !important; border-radius: 10px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-block; border: 0; }
.le-btn-ghost { padding: 15px 24px; background: transparent; color: #fff !important; border: 1.5px solid rgba(255,255,255,.4); border-radius: 10px; font-weight: 600; font-size: 15px; text-decoration: none; display: inline-block; }
.le-btn-dark { padding: 12px; background: #0B1E3A; color: #fff !important; border: 0; border-radius: 10px; font-weight: 700; font-size: 14px; }
.chip { padding: 8px 14px; border: 1.5px solid #DDE2ED; border-radius: 999px; background: #fff; font-size: 13px; font-weight: 600; color: #0B1E3A; cursor: pointer; transition: all .15s; display: inline-block; }
.chip:hover { border-color: #F26C1F; }
.chip.on { background: #0B1E3A; color: #fff; border-color: #0B1E3A; }

/* Home "Our Services" cards — editable photo (core/image) + text.
   Styled to match the design card (border, radius, hover lift). */
.le .le-services .wp-block-columns.le-service-cards { gap: 16px; margin-top: 0; }
.le .le-service-card {
  border: 1px solid #EDEEF1; border-radius: 16px; padding: 20px; background: #fff;
  transition: transform .18s, box-shadow .18s;
}
.le .le-service-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -20px rgba(11,30,58,.18); }
.le .le-service-photo { margin: 0 0 16px; }
.le .le-service-photo img {
  width: 100%; height: 160px; object-fit: cover; border-radius: 12px; display: block;
  background: repeating-linear-gradient(45deg,#EDEEF1,#EDEEF1 6px,#F5F6FA 6px,#F5F6FA 12px);
}
.le .le-service-card h3 { font-size: 19px; margin: 0; }
.le .le-service-card .le-service-desc { margin: 8px 0 0; font-size: 14px; color: #5B6B85; }
.le .le-service-card .le-learn { margin: 16px 0 0; }
.le .le-service-card .le-learn a { font-size: 13px; color: #F26C1F; font-weight: 600; }

/* Product / feature cards */
.prod-card { transition: transform .18s, box-shadow .18s; }
.prod-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(11,30,58,.25); }
.le-shot { background: repeating-linear-gradient(45deg,#EDEEF1,#EDEEF1 6px,#F5F6FA 6px,#F5F6FA 12px); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #5B6B85; position: relative; }

/* ---- Blog article (single post) --------------------------------------- */
.le .le-article-hero { background: linear-gradient(135deg,#0B1E3A 0%,#132F5C 100%); color: #fff; padding: 56px 20px; }
.le .le-article-body { max-width: 760px; margin: 0 auto; padding: 48px 20px 64px; }
.le .le-article-body h2 { font-size: clamp(22px,3vw,28px); margin: 32px 0 12px; }
.le .le-article-body h3 { font-size: 20px; margin: 24px 0 10px; }
.le .le-article-body p { font-size: 16px; line-height: 1.75; color: #334; margin: 0 0 16px; }
.le .le-article-body ul, .le .le-article-body ol { padding-left: 22px; margin: 0 0 16px; }
.le .le-article-body li { margin: 6px 0; line-height: 1.7; color: #334; }
.le .le-article-tags { margin-top: 28px; padding-top: 20px; border-top: 1px solid #EDEEF1; font-size: 13px; color: #5B6B85; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.le .le-article-tags > span { font-weight: 700; color: #0B1E3A; }
.le .le-article-tags a { display: inline-block; padding: 6px 12px; background: #F5F6FA; border-radius: 999px; color: #0B1E3A !important; font-weight: 600; text-decoration: none; }
.le .le-article-tags a:hover { background: #FFE5D3; color: #7A3A0F !important; }
.le .le-article-cta { margin-top: 36px; padding: 28px; background: #F5F6FA; border-radius: 16px; text-align: center; }

/* ---- Blog listing (Query Loop cards) ---------------------------------- */
.le .le-blog-cards .wp-block-post-template { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 20px; list-style: none; padding: 0; margin: 0; }
.le .le-blog-card { border: 1px solid #EDEEF1; border-radius: 16px; padding: 24px; background: #fff; transition: transform .18s, box-shadow .18s; height: 100%; }
.le .le-blog-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -20px rgba(11,30,58,.18); }
.le .le-blog-card .wp-block-post-date { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #F26C1F; letter-spacing: .1em; text-transform: uppercase; }
.le .le-blog-card .wp-block-post-title { font-size: 18px; margin: 10px 0 8px; line-height: 1.3; }
.le .le-blog-card .wp-block-post-title a { color: #0B1E3A !important; }
.le .le-blog-card .wp-block-post-title a:hover { color: #F26C1F !important; }
.le .le-blog-card .wp-block-post-excerpt__excerpt { font-size: 14px; color: #5B6B85; line-height: 1.6; }
.le .le-blog-card .wp-block-post-excerpt__more-link { color: #F26C1F; font-weight: 600; font-size: 13px; }

/* ---- Suburb landing pages (dynamic [le_suburb]) ------------------------ */
@media (min-width: 1024px) {
  .le .le-suburb-page .hero-grid { grid-template-columns: 1.15fr 1fr; }
}

/* ---- Suburbs index page ------------------------------------------------ */
.le .le-suburbs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px,1fr)); gap: 10px; }
.le .le-suburbs-grid a { display: block; padding: 12px 14px; background: #F5F6FA; border-radius: 10px; font-size: 14px; font-weight: 600; color: #0B1E3A !important; text-align: center; }
.le .le-suburbs-grid a:hover { background: #FFE5D3; color: #7A3A0F !important; }

/* ---- Footer ------------------------------------------------------------ */
.le-footer { background: #0B1E3A; color: #C7D3E8; padding: 64px 20px 24px; }
.le-footer .cols { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(168px,1fr)); gap: 28px 32px; }
.le-footer .brand { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; color: #fff; }
.le-footer .brand span { color: #F26C1F; }
.le-footer p { margin-top: 14px; font-size: 13.5px; line-height: 1.65; }
.le-footer h4 { color: #fff; font-size: 14px; font-family: 'Manrope'; margin: 0; }
.le-footer .col-links { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; }
.le-footer .col-links a, .le-footer .col-links .wp-block-navigation-item a { color: #C7D3E8 !important; text-decoration: none; }
.le-footer .col-links a:hover { color: #fff !important; }
.le-footer .socials { margin-top: 16px; display: flex; gap: 10px; }
.le-footer .socials a { width: 36px; height: 36px; background: rgba(255,255,255,.08); border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; color: #fff !important; text-decoration: none; }
.le-footer .contact a.phone { color: #fff !important; font-weight: 600; }
/* Horizontal "Local Repair Support" SEO band above the bottom bar */
.le-footer .le-footer-local { max-width: 1280px; margin: 44px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 10px; }
.le-footer .local-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; font-size: 13px; }
.le-footer .local-title { color: #fff; font-weight: 700; font-family: 'Manrope', sans-serif; font-size: 13.5px; margin-right: 4px; }
.le-footer .local-row a { color: #8FA0BE !important; text-decoration: none; }
.le-footer .local-row a:hover { color: #fff !important; }
.le-footer .local-row a:not(:last-child)::after { content: ' ·'; color: #5B6B85; }

.le-footer .bottom { max-width: 1280px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #8FA0BE; }
.le-footer .bottom a { color: #8FA0BE !important; text-decoration: none; }

/* Footer navigation blocks: force vertical + inherit muted colour */
.le-footer .wp-block-navigation { display: block; }
.le-footer .wp-block-navigation ul { display: flex; flex-direction: column; gap: 8px; }
.le-footer .wp-block-navigation .wp-block-navigation-item__content { color: #C7D3E8 !important; font-size: 13.5px; }

/* ---- Mobile action bar + floating FABs --------------------------------- */
.le-mobilebar { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #EDEEF1; padding: 10px; display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; z-index: 60; box-shadow: 0 -8px 20px -8px rgba(11,30,58,.15); }
.le-mobilebar a { padding: 10px 6px; border-radius: 8px; font-size: 12px; font-weight: 700; text-align: center; text-decoration: none; color: #fff !important; }
.le-mobilebar .call { background: #22A06B; }
.le-mobilebar .wa { background: #25D366; }
.le-mobilebar .quote { background: #F26C1F; }
.le-mobilebar .shop { background: #0B1E3A; }
.le-fab { position: fixed; bottom: 88px; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 70; text-decoration: none; color: #fff !important; }
.le-fab.wa { left: 20px; background: #25D366; font-size: 28px; box-shadow: 0 12px 30px rgba(37,211,102,.45); }
.le-fab.msg { right: 20px; background: #F26C1F; font-size: 26px; box-shadow: 0 12px 30px rgba(242,108,31,.45); }
@media (min-width: 1024px) {
  .le-mobilebar { display: none !important; }
  .le-fab.wa, .le-fab.msg { bottom: 24px !important; }
}

/* ---- Toast (add-to-cart feedback, from cart.js) ------------------------ */
#le-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: #0B1E3A; color: #fff; padding: 14px 22px; border-radius: 12px; font-family: Inter, sans-serif; font-size: 14px; font-weight: 600; box-shadow: 0 20px 50px rgba(0,0,0,.3); z-index: 200; opacity: 0; transition: opacity .2s, transform .2s; }

/* =========================================================================
   WooCommerce overrides — style Woo output to match the Shop/Product/Cart
   designs. Kept lightweight; layout scaffolding is inherited from the design.
   ========================================================================= */
.woocommerce-store-notice, .demo_store { background: #0B1E3A !important; }
.le .woocommerce ul.products, .le ul.products {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 20px; margin: 0; padding: 0; list-style: none;
}
/* WooCommerce's clearfix pseudo-elements become stray grid items in a grid
   container (they push the first card into column 2). Remove them. */
.le .woocommerce ul.products::before, .le .woocommerce ul.products::after,
.le ul.products::before, .le ul.products::after { content: none !important; display: none !important; }
.le ul.products li.product {
  border: 1px solid #EDEEF1; border-radius: 16px; padding: 16px; background: #fff; text-align: left; margin: 0 !important; width: auto !important; float: none !important;
}
.le ul.products li.product::before, .le ul.products li.product::after { content: none; }
.le ul.products li.product a img { border-radius: 12px; margin-bottom: 12px; background: #fff; width: 100%; height: 220px; object-fit: contain; }
/* Placeholder (no photo) keeps the hatched "product shot" look. */
.le ul.products li.product a img[src*="placeholder"] { background: repeating-linear-gradient(45deg,#EDEEF1,#EDEEF1 6px,#F5F6FA 6px,#F5F6FA 12px); object-fit: cover; }
.le ul.products li.product .woocommerce-loop-product__title { font-weight: 700 !important; font-size: 15px !important; padding: 0 !important; color: #0B1E3A; }
.le ul.products li.product .price { color: #0B1E3A !important; font-family: 'Manrope'; font-weight: 800; font-size: 20px; }
.le ul.products li.product .price del { color: #5B6B85; font-weight: 500; font-size: 13px; }
.le ul.products li.product .price ins { text-decoration: none; }
.le .woocommerce a.button, .le .woocommerce button.button, .le .woocommerce input.button, .le .woocommerce #respond input#submit,
.le ul.products li.product a.button.add_to_cart_button {
  background: #0B1E3A !important; color: #fff !important; border-radius: 8px !important; font-weight: 600 !important; padding: 11px 16px !important; border: 0 !important;
}
/* ---- Shop refine-search sidebar --------------------------------------- */
.le .le-shop-layout { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 900px) { .le .le-shop-layout { grid-template-columns: 260px 1fr; align-items: start; } }
.le .le-filters { align-self: start; }
@media (min-width: 900px) { .le .le-filters { position: sticky; top: 92px; } }
.le .le-filters .panel { background: #F5F6FA; border-radius: 14px; padding: 22px; }
.le .le-filters .flabel { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #5B6B85; letter-spacing: .15em; margin-bottom: 12px; }
.le .le-filters .fgroup { margin-bottom: 16px; }
.le .le-filters .ftitle { font-weight: 700; margin-bottom: 10px; font-family: 'Manrope', sans-serif; font-size: 14px; }
.le .le-filters label { display: flex; gap: 8px; align-items: center; cursor: pointer; font-size: 13px; margin: 7px 0; }
.le .le-filters label .cnt { color: #5B6B85; margin-left: auto; }
.le .le-filters .frow { display: flex; gap: 8px; }
.le .le-filters .frow input { width: 100%; padding: 8px 10px; border: 1.5px solid #DDE2ED; border-radius: 8px; font-size: 13px; font-family: 'Inter', sans-serif; }
.le .le-filters .chips { display: flex; gap: 6px; flex-wrap: wrap; }
.le .le-filters .chips .chip { padding: 6px 12px; font-size: 12px; }
.le .le-filters hr { border: 0; border-top: 1px solid #DDE2ED; margin: 14px 0; }
.le .le-filters .clear { width: 100%; padding: 11px; background: #0B1E3A; color: #fff; border: 0; border-radius: 10px; font-weight: 700; font-size: 14px; margin-top: 6px; cursor: pointer; }
.le .woocommerce-result-count { display: none; }
.le .le-shop-main .woocommerce-ordering { margin: 0 0 20px; }
.le .le-shop-count { font-size: 13px; color: #5B6B85; margin-top: 6px; }
.le .le-shop-none { margin-top: 20px; padding: 24px; background: #F5F6FA; border-radius: 14px; color: #5B6B85; }

.le .woocommerce a.button.alt, .le .woocommerce button.button.alt, .le .woocommerce .single_add_to_cart_button,
.le .woocommerce #place_order, .le .woocommerce .checkout-button {
  background: #F26C1F !important; color: #fff !important; border-radius: 10px !important; font-weight: 700 !important;
}
.le .woocommerce .onsale, .le ul.products li.product .onsale {
  background: #F26C1F !important; color: #fff !important; border-radius: 6px !important; min-height: auto; min-width: auto; padding: 4px 8px; font-size: 11px; font-weight: 700; line-height: 1; top: 12px; left: 12px; right: auto; margin: 0; }
.le .woocommerce div.product p.price, .le .woocommerce div.product span.price { color: #0B1E3A !important; font-family: 'Manrope'; font-weight: 800; }

/* Quantity input (single product / classic cart) — the default padding left
   almost no room for the digit, squashing it behind the spinner. Give it room. */
.le .woocommerce .quantity, .le .quantity { display: inline-flex; }
.le .woocommerce .quantity .qty, .le .quantity input.qty, .le .quantity input[type="number"] {
  width: 76px !important; min-width: 76px; height: 48px; padding: 10px 10px !important;
  text-align: center; font-size: 15px; font-weight: 600; color: #0B1E3A;
  border: 1.5px solid #DDE2ED !important; border-radius: 10px !important; box-sizing: border-box;
  -moz-appearance: textfield;
}
.le .woocommerce div.product form.cart .quantity { margin-right: 10px; vertical-align: top; float: none; }
.le .woocommerce div.product form.cart { display: flex; align-items: stretch; gap: 10px; flex-wrap: wrap; }
.le .woocommerce div.product form.cart .single_add_to_cart_button { height: 48px; }
.le .woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom-color: #F26C1F; }
.le .woocommerce table.shop_table { border-radius: 14px; overflow: hidden; }
.le .woocommerce-message, .le .woocommerce-info { border-top-color: #F26C1F; }
.le .woocommerce-breadcrumb { font-size: 12px; color: #5B6B85; }

/* Woo blocks — primary buttons (cart submit, place order, mini-cart checkout).
   These render as <a>, so the global `.le a { color:#F26C1F }` rule was turning
   the label orange-on-orange (invisible). Force white text on the "contained"
   (primary) variant; the "outlined" variant (e.g. "View my cart") is untouched. */
.le .wc-block-cart__submit-button,
.le .wc-block-components-checkout-place-order-button,
.le .wc-block-mini-cart__footer-checkout,
.le a.wc-block-components-button.contained,
.le button.wc-block-components-button.contained,
.le .wp-block-woocommerce-checkout .wc-block-components-button.contained {
  background: #F26C1F !important; color: #fff !important; border-radius: 10px !important; font-weight: 700 !important;
}
.le .wc-block-components-button.contained .wc-block-components-button__text,
.le .wc-block-cart__submit-button .wc-block-components-button__text,
.le .wc-block-mini-cart__footer-checkout .wc-block-components-button__text { color: #fff !important; }

.le .wc-block-cart-items, .le .wc-block-checkout { color: #0B1E3A; }

/* ---- My Account page — centered, carded login / register ---------------- */
.le.woocommerce-account .woocommerce { max-width: 960px; margin: 0 auto; padding: 48px 20px 64px; }
.le.woocommerce-account .woocommerce > h1:first-child,
.le.woocommerce-account .u-columns-heading { text-align: center; }
.le.woocommerce-account .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
/* WooCommerce clearfix pseudo-elements become stray grid items — remove them. */
.le.woocommerce-account .u-columns::before, .le.woocommerce-account .u-columns::after { content: none !important; display: none !important; }
@media (max-width: 768px) { .le.woocommerce-account .u-columns { grid-template-columns: 1fr; } }
.le.woocommerce-account .u-column1, .le.woocommerce-account .u-column2,
.le.woocommerce-account .col-1, .le.woocommerce-account .col-2 { width: auto !important; float: none !important; margin: 0 !important; }
.le.woocommerce-account form.login, .le.woocommerce-account form.register {
  border: 1px solid #EDEEF1; border-radius: 16px; padding: 28px; background: #fff;
}
.le.woocommerce-account .u-columns h2 { font-size: 20px; margin-bottom: 16px; }
.le.woocommerce-account form .woocommerce-form-row input.input-text {
  width: 100%; padding: 12px 14px; border: 1.5px solid #DDE2ED; border-radius: 10px; font-size: 14px; box-sizing: border-box;
}
.le.woocommerce-account form label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 6px; }
/* Logged-in dashboard: keep it centered and give the nav some room */
.le.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }
.le.woocommerce-account .woocommerce-MyAccount-navigation a { color: #0B1E3A; }
