:root {
  --hwt-yellow: #ffd200;
  --hwt-yellow-deep: #f2c700;
  --hwt-blue: #0a3d91;
  --hwt-blue-dark: #072f70;
  --hwt-ink: #1a1a1a;
  --hwt-slate: #334151;
  --hwt-muted: #6b7280;
  --hwt-line: #e5e7eb;
  --hwt-soft: #f2f7fa;
  --hwt-green: #00a86b;
  --hwt-red: #d62f2f;
  --hwt-white: #fff;
  --hwt-radius: 10px;
  --hwt-radius-lg: 15px;
  --hwt-shadow: 0 14px 38px rgba(20, 32, 48, .10);
  --hwt-shell: 1420px;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body.hwt-custom-theme { max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--hwt-ink); background: #fff; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 19px; line-height: 28px; -webkit-font-smoothing: antialiased; }
body.hwt-nav-open, body.hwt-filter-open, body.hwt-sort-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
input, select, textarea { color: var(--hwt-ink); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hwt-skip-link:focus { clip: auto; width: auto; height: auto; top: 10px; left: 10px; padding: 10px 16px; background: #fff; z-index: 100000; }
.hwt-shell { width: min(calc(100% - 40px), var(--hwt-shell)); margin-inline: auto; }
.hwt-main { min-height: 48vh; }
.hwt-icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; }
.hwt-icon-whatsapp { fill: currentColor; stroke: none; }
.hwt-section { padding: 60px 0; }
.hwt-section-heading { margin-bottom: 28px; }
.hwt-section-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 34px); line-height: 1.25; letter-spacing: -.02em; }
.hwt-section-heading p { margin: 7px 0 0; color: var(--hwt-muted); }
.hwt-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.hwt-small-label { display: inline-block; margin-bottom: 7px; color: var(--hwt-blue); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hwt-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--hwt-blue); font-size: 14px; font-weight: 800; white-space: nowrap; }
.hwt-text-link .hwt-icon { transition: transform .18s ease; }
.hwt-text-link:hover .hwt-icon { transform: translateX(4px); }
.hwt-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 25px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; line-height: 1.2; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.hwt-button:hover { transform: translateY(-1px); }
.hwt-button-primary { background: var(--hwt-yellow); color: #111; }
.hwt-button-primary:hover { background: var(--hwt-blue); color: #fff; }
.hwt-button-secondary { border-color: #cfd6df; background: #fff; color: var(--hwt-ink); }
.hwt-button-secondary:hover { border-color: var(--hwt-blue); color: var(--hwt-blue); }

/* Header */
.hwt-site-header { position: relative; z-index: 1000; background: #fff; }
.hwt-topbar { color: #fff; background: var(--hwt-blue); font-size: 13px; line-height: 18px; font-weight: 600; }
.hwt-topbar-inner { width: min(calc(100% - 60px), 1400px); min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hwt-delivery-notice, .hwt-topbar-actions, .hwt-topbar-actions a { display: flex; align-items: center; gap: 8px; }
.hwt-delivery-notice .hwt-icon { color: var(--hwt-yellow); }
.hwt-topbar-actions .hwt-whatsapp-link .hwt-icon-whatsapp { width: 17px; height: 17px; color: #25d366; }
.hwt-topbar-actions .hwt-whatsapp-link:hover .hwt-icon-whatsapp { color: #58e58b; }
.hwt-topbar-actions { gap: 24px; }
.hwt-topbar-actions a:hover { color: var(--hwt-yellow); }
.hwt-currency-wrap { min-width: 86px; }
.hwt-currency-wrap form, .hwt-currency-wrap select { margin: 0; }
.hwt-currency-wrap select { min-height: 26px; padding: 2px 24px 2px 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 5px; color: #fff; background: transparent; font-size: 11px; }
.hwt-header-main { position: sticky; top: 0; z-index: 999; border-bottom: 0; background: #fff; }
.admin-bar .hwt-header-main { top: 32px; }
.hwt-header-main-inner { min-height: 114px; display: grid; grid-template-columns: 306px minmax(400px, 768px) minmax(0, 1fr); gap: 30px; align-items: center; padding-top: 5px; }
.hwt-logo { min-width: 0; display: inline-flex; align-items: center; padding-left: 9px; }
.hwt-logo-image { width: min(100%, 226px); height: 54px; object-fit: contain; object-position: left center; }
.hwt-logo-text { font-size: 32px; font-weight: 900; color: var(--hwt-blue); letter-spacing: -.8px; }
.hwt-logo-text span { color: var(--hwt-yellow-deep); }
.hwt-product-search { position: relative; width: 100%; max-width: 900px; height: 49px; display: grid; grid-template-columns: 188px minmax(100px, 1fr) 98px; overflow: visible; border: 2px solid #ddd; border-radius: 8px; background: #fff; }
.hwt-product-search:focus-within { border-color: var(--hwt-blue); box-shadow: 0 0 0 3px rgba(10,61,145,.10); }
.hwt-product-search select, .hwt-product-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; }
.hwt-search-department-picker { position: relative; min-width: 0; height: 45px; }
.hwt-search-department-native { height: 45px; padding: 0 34px 0 15px; border-right: 1px solid #ddd !important; border-radius: 6px 0 0 6px; color: #374151; background-color: #fff !important; font-size: 14px; line-height: 20px; font-weight: 700; cursor: pointer; }
.hwt-search-department-toggle { width: 100%; height: 45px; display: none; align-items: center; justify-content: space-between; gap: 10px; padding: 0 14px 0 16px; border: 0; border-right: 1px solid #ddd; border-radius: 6px 0 0 6px; background: #fff; color: #273548; font-size: 14px; line-height: 20px; font-weight: 750; white-space: nowrap; }
.hwt-search-department-toggle > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.hwt-search-department-toggle .hwt-icon { width: 16px; height: 16px; flex: 0 0 16px; color: #667386; transition: transform .18s ease; }
.hwt-js .hwt-search-department-native { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.hwt-js .hwt-search-department-toggle { display: flex; }
.hwt-search-department-picker.is-open .hwt-search-department-toggle { color: var(--hwt-blue); background: #f7faff; }
.hwt-search-department-picker.is-open .hwt-search-department-toggle .hwt-icon { transform: rotate(180deg); }
.hwt-search-department-menu { position: absolute; top: calc(100% + 10px); left: -2px; z-index: 10030; width: 286px; max-height: 342px; overflow-y: auto; padding: 9px; border: 1px solid #dde4ed; border-radius: 14px; background: #fff; box-shadow: 0 18px 44px rgba(20,39,66,.18); }
.hwt-search-department-menu[hidden] { display: none; }
.hwt-search-department-menu button { width: 100%; min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0; padding: 10px 12px; border: 0; border-radius: 9px; background: transparent; color: #283547; font-size: 14px; line-height: 1.25; font-weight: 700; text-align: left; }
.hwt-search-department-menu button + button { margin-top: 2px; }
.hwt-search-department-menu button:hover, .hwt-search-department-menu button:focus-visible { outline: 0; background: #f1f6fd; color: var(--hwt-blue); }
.hwt-search-department-menu button i { width: 9px; height: 9px; flex: 0 0 9px; border: 2px solid #bdc8d6; border-radius: 50%; }
.hwt-search-department-menu button[aria-selected="true"] { background: #eaf3ff; color: var(--hwt-blue); }
.hwt-search-department-menu button[aria-selected="true"] i { border-color: var(--hwt-blue); background: var(--hwt-yellow); box-shadow: 0 0 0 3px #eaf3ff; }
.hwt-product-search input { padding: 0 15px; font-size: 14px; line-height: 20px; }
.hwt-product-search > button { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 20px; border: 0; border-radius: 0 6px 6px 0; background: var(--hwt-blue); color: #fff; font-size: 17px; line-height: 30px; }
.hwt-product-search > button:hover { background: #163c70; color: #fff; }
.hwt-product-search > button .hwt-icon { display: none; width: 20px; height: 20px; }
.hwt-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.hwt-header-action { position: relative; min-width: 56px; display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--hwt-slate); font-size: 11px; line-height: 1.2; font-weight: 650; }
.hwt-header-action > .hwt-icon { width: 24px; height: 24px; }
.hwt-header-action:hover { color: var(--hwt-blue); }
.hwt-cart-summary { display: flex; align-items: center; gap: 5px; }
.hwt-cart-total { max-width: 84px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hwt-cart-count { position: absolute; top: -7px; right: 3px; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--hwt-yellow); color: #111; font-size: 10px; font-weight: 900; }
.hwt-mini-cart { --hwt-mini-cart-top: 176px; position: fixed; top: var(--hwt-mini-cart-top); right: max(20px,calc((100vw - 1400px)/2)); z-index: 10020; width: min(410px,calc(100vw - 40px)); max-height: min(680px,calc(100vh - var(--hwt-mini-cart-top) - 20px)); overflow: auto; padding: 20px; border: 1px solid #e5e9ee; border-radius: 18px; background: #fff; box-shadow: 0 24px 60px rgba(15,32,52,.22); }
.hwt-mini-cart[hidden] { display: none !important; }
.hwt-mini-cart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 0 0 14px; border-bottom: 1px solid #edf0f3; }
.hwt-mini-cart-head .hwt-small-label { margin: 0 0 5px; font-size: 10px; }
.hwt-mini-cart-head h2 { margin: 0; font-size: 22px; line-height: 1.15; }
.hwt-mini-cart-head button { width: 40px; height: 40px; flex: 0 0 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; background: #f1f4f7; color: var(--hwt-slate); }
.hwt-mini-cart-head button:hover { background: var(--hwt-blue); color: #fff; }
.hwt-mini-cart-head button .hwt-icon { width: 19px; height: 19px; }
.hwt-mini-cart-content { padding-top: 4px; }
.hwt-mini-cart .woocommerce-mini-cart { max-height: 366px; overflow-y: auto; overscroll-behavior: contain; margin: 0 !important; padding: 0 !important; list-style: none; scrollbar-width: thin; }
.hwt-mini-cart .woocommerce-mini-cart-item { position: relative; min-height: 96px; margin: 0 !important; padding: 15px 31px 15px 82px !important; border-bottom: 1px solid #edf0f3; }
.hwt-mini-cart .woocommerce-mini-cart-item > a:not(.remove) { display: block; color: var(--hwt-ink); font-size: 13px; line-height: 1.4; font-weight: 750; }
.hwt-mini-cart .woocommerce-mini-cart-item img { position: absolute; top: 15px; left: 0; width: 68px !important; height: 68px !important; float: none !important; margin: 0 !important; border: 1px solid #edf0f3; border-radius: 10px; object-fit: contain; background: #fff; }
.hwt-mini-cart .woocommerce-mini-cart-item .remove { position: absolute; top: 50%; right: 2px; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #dce2e8; border-radius: 50%; color: #6d7783 !important; background: #fff !important; font-size: 18px; line-height: 1; transform: translateY(-50%); }
.hwt-mini-cart .woocommerce-mini-cart-item .remove:hover { border-color: var(--hwt-red); color: var(--hwt-red) !important; }
.hwt-mini-cart .quantity { display: block; margin-top: 7px; color: var(--hwt-blue); font-size: 12px; font-weight: 800; }
.hwt-mini-cart .woocommerce-mini-cart__total { display: flex; justify-content: space-between; gap: 14px; margin: 14px 0 12px !important; padding: 13px 14px; border: 1px solid #dde3e9; border-radius: 11px; background: #f8fafc; color: var(--hwt-slate); }
.hwt-mini-cart .woocommerce-mini-cart__total strong { color: var(--hwt-ink); }
.hwt-mini-cart .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 !important; }
.hwt-mini-cart .woocommerce-mini-cart__buttons .button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; margin: 0 !important; padding: 11px 14px; border-radius: 10px; background: var(--hwt-blue); color: #fff; font-size: 14px; font-weight: 850; }
.hwt-mini-cart .woocommerce-mini-cart__buttons .checkout { background: var(--hwt-yellow); color: #111; }
.hwt-mini-cart .woocommerce-mini-cart__buttons .button:hover { background: var(--hwt-blue-dark); color: #fff; }
.hwt-mini-cart .woocommerce-mini-cart__empty-message { margin: 26px 0 10px; padding: 30px 18px; border-radius: 13px; background: #f7f9fb; color: var(--hwt-muted); text-align: center; }
.hwt-mobile-nav-toggle, .hwt-mobile-nav-close { display: none; }
.hwt-main-nav { position: relative; z-index: 995; border-top: 3px solid #f5f6f7; border-bottom: 3px solid #f5f6f7; background: #fff; }
.hwt-main-nav-inner { min-height: 68px; display: flex; align-items: stretch; }
.hwt-departments { position: relative; flex: 0 0 188px; }
.hwt-departments-button { width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0; border: 0; background: #fff; color: var(--hwt-ink); font-size: 14px; line-height: 21px; font-weight: 600; white-space: nowrap; }
.hwt-departments-button .hwt-icon { width: 18px; }
.hwt-departments-button > .hwt-icon:first-child { display: none; }
.hwt-departments-button span { flex: 1; text-align: left; }
.hwt-departments-copy strong { font: inherit; }
.hwt-departments-copy small { display: none; }
.hwt-departments-label-mobile { display: none; }
.hwt-mega-menu { position: absolute; top: calc(100% + 1px); left: 0; width: min(900px, calc(100vw - 40px)); display: none; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; padding: 30px; border: 1px solid var(--hwt-line); border-radius: 0 0 12px 12px; background: #fff; box-shadow: var(--hwt-shadow); }
.hwt-mega-menu.is-open { display: grid; }
.hwt-mega-column h2 { margin: 0 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--hwt-yellow); font-size: 16px; }
.hwt-mega-column ul, .hwt-primary-menu, .hwt-site-footer ul, .hwt-filter-tree { list-style: none; margin: 0; padding: 0; }
.hwt-mega-column li + li { margin-top: 8px; }
.hwt-mega-column a { color: var(--hwt-muted); font-size: 14px; }
.hwt-mega-column a:hover { color: var(--hwt-blue); }
.hwt-primary-menu { display: flex; align-items: stretch; margin-left: 0; }
.hwt-primary-menu > li { position: relative; display: flex; }
.hwt-primary-menu > li > a { display: flex; align-items: center; padding: 0 16px; font-size: 14px; line-height: 21px; font-weight: 600; white-space: nowrap; }
.hwt-primary-menu a:hover { color: var(--hwt-blue); }
.hwt-primary-menu > .hwt-menu-active > a,
.hwt-primary-menu > .current-menu-item > a,
.hwt-primary-menu > .current_page_item > a { position: relative; color: var(--hwt-yellow-deep); }
.hwt-primary-menu > .hwt-menu-active > a::after,
.hwt-primary-menu > .current-menu-item > a::after,
.hwt-primary-menu > .current_page_item > a::after { content: ""; position: absolute; right: 10px; bottom: 4px; left: 10px; height: 1px; background: var(--hwt-yellow); }
.hwt-primary-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; list-style: none; margin: 0; padding: 10px; border: 1px solid var(--hwt-line); background: #fff; box-shadow: var(--hwt-shadow); opacity: 0; visibility: hidden; }
.hwt-primary-menu li:hover > .sub-menu, .hwt-primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; }
.hwt-primary-menu .sub-menu a { display: block; padding: 9px 11px; font-size: 13px; }
.hwt-flash-link { margin-left: auto; display: flex; align-items: center; gap: 7px; padding: 0 10px; color: var(--hwt-red); font-size: 15px; line-height: 20px; font-weight: 700; }
.hwt-nav-backdrop { display: none; }

/* Homepage hero */
.hwt-hero { position: relative; overflow: hidden; padding: 96px 0; background: #fff; }
.hwt-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(at 100% 50%, rgb(200,221,255) 0%, rgba(242,41,91,0) 41%); opacity: .85; pointer-events: none; }
.hwt-hero-grid { width: min(calc(100% - 20px), 1420px); min-height: 613.398px; display: grid; grid-template-columns: minmax(0, 720.406fr) minmax(0, 659.594fr); gap: 40px; align-items: stretch; }
.hwt-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 10px; }
.hwt-kicker { height: 32px; display: inline-flex; align-items: center; gap: 5px; padding: 12px 16px 8px; border-radius: 100px; background: #eff6ff; color: var(--hwt-blue); font-size: 12px; line-height: 12px; font-weight: 700; letter-spacing: normal; text-transform: uppercase; }
.hwt-kicker i { width: 5px; height: 5px; border-radius: 50%; background: var(--hwt-yellow); }
.hwt-kicker > span { padding-left: 5px; }
.hwt-hero h1 { width: 100%; max-width: 700.406px; margin: 8px 0 16px; color: #333; font-size: 53px; line-height: 70px; font-weight: 700; letter-spacing: normal; }
.hwt-hero h1 .hwt-hero-highlight { position: relative; display: inline-block; color: var(--hwt-blue); white-space: nowrap; }
.hwt-hero-highlight svg { position: absolute; top: 50%; left: 50%; width: calc(100% + 20px); height: 90px; overflow: visible; transform: translate(-50%,-50%); pointer-events: none; }
.hwt-hero-highlight path { fill: none; stroke: var(--hwt-yellow); stroke-width: 5px; stroke-linecap: round; stroke-linejoin: round; }
.hwt-hero-text { width: 602.344px; max-width: 100%; margin: 0 0 14.4px; color: #495664; font-size: 22px; line-height: 32px; font-weight: 500; }
.hwt-hero-buttons { min-height: 64px; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 16px; margin-top: 10px; }
.hwt-hero-buttons .hwt-button { flex: 0 0 auto; border-radius: 8px; font-size: 17px; line-height: 18px; font-weight: 600; }
.hwt-hero-buttons .hwt-button-primary { height: 62px; gap: 7px; padding: 0 33px; border: 0; }
.hwt-hero-buttons .hwt-button-primary .hwt-icon { width: 17px; height: 17px; }
.hwt-hero-buttons .hwt-button-secondary { height: 64px; padding: 0 33px; border-color: var(--hwt-blue); color: var(--hwt-blue); }
.hwt-hero-benefits { width: 100%; height: 93px; display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--hwt-line); }
.hwt-hero-benefits > div { height: 52px; display: flex; align-items: flex-start; gap: 14px; color: var(--hwt-muted); font-size: 14px; line-height: 18px; }
.hwt-hero-benefits > div > .hwt-icon { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: var(--hwt-blue); color: #fff; }
.hwt-hero-benefits span { display: flex; flex-direction: column; }
.hwt-hero-benefits span { padding-top: 8px; }
.hwt-hero-benefits strong { color: var(--hwt-ink); font-size: 17px; line-height: 18px; font-weight: 600; }
.hwt-hero-media { position: relative; min-height: 0; display: flex; align-items: center; padding: 10px; border-radius: 0; overflow: visible; box-shadow: none; }
.hwt-hero-media::after { display: none; }
.hwt-hero-media video { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; }

/* Homepage category */
.hwt-category-section { padding: 60px 0; background: var(--hwt-soft); }
.hwt-category-section > .hwt-shell { width: min(calc(100% - 20px), 1420px); display: flex; flex-direction: column; gap: 20px; }
.hwt-category-section .hwt-section-heading { width: min(calc(100% - 72px), 1348px); min-height: 106.398px; align-items: flex-start; margin: 0 auto; padding: 10px; }
.hwt-category-section .hwt-section-heading .hwt-text-link { align-self: center; }
.hwt-category-section .hwt-section-heading h2 { font-size: 33px; line-height: 44px; font-weight: 700; }
.hwt-category-section .hwt-section-heading p { margin-top: 6px; font-size: 16px; line-height: 26px; }
.hwt-category-grid { width: 100%; height: 316px; display: grid; grid-template-columns: repeat(6,210px); grid-auto-rows: 140px; justify-content: center; gap: 16px; padding: 10px; }
.hwt-category-card { width: 210px; min-height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; border: 1px solid var(--hwt-line); border-radius: var(--hwt-radius); background: #fff; text-align: center; transition: transform .16s ease, border .16s ease, box-shadow .16s ease; }
.hwt-category-card:hover { transform: translateY(-3px); border-bottom: 6px solid var(--hwt-yellow); box-shadow: 0 10px 25px rgba(20,32,48,.07); }
.hwt-category-icon { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 11px; border-radius: 50%; background: #edf6ff; color: var(--hwt-blue); }
.hwt-category-icon .hwt-icon, .hwt-category-icon svg { width: 23px; height: 23px; fill: currentColor; }
.hwt-category-card strong { font-size: 15px; line-height: 18px; font-weight: 700; }
.hwt-category-card small { margin-top: 4px; color: var(--hwt-muted); font-size: 11px; }

/* Product collections and cards */
.hwt-flash-section { padding: 60px 0; background: #fffdf6; }
.hwt-flash-section > .hwt-shell { width: min(calc(100% - 20px), 1420px); display: flex; flex-direction: column; gap: 20px; }
.hwt-flash-section .hwt-section-heading { min-height: 64px; align-items: center; margin: 0; padding: 10px; }
.hwt-flash-section .hwt-section-heading > div:first-child { display: flex; align-items: center; gap: 15px; }
.hwt-flash-section .hwt-small-label { min-width: 0; margin: 0; padding: 10px 14px 9px; border-radius: 3px; background: var(--hwt-yellow); color: #111; font-size: 13px; line-height: 1; font-weight: 900; letter-spacing: .02em; white-space: nowrap; text-transform: uppercase; }
.hwt-flash-section .hwt-section-heading h2 { font-size: 33px; line-height: 44px; font-weight: 600; }
.hwt-slider-buttons { display: flex; gap: 8px; }
.hwt-slider-buttons button { width: 38px; height: 38px; border: 1px solid var(--hwt-line); border-radius: 50%; background: #fff; font-size: 23px; }
.hwt-slider-buttons button:hover { border-color: var(--hwt-blue); color: var(--hwt-blue); }
.hwt-horizontal-products { max-width: 100%; height: 350px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-behavior: smooth; contain: inline-size layout paint; }
.hwt-horizontal-products::-webkit-scrollbar { display: none; }
.woocommerce ul.products, ul.products.hwt-product-collection { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.hwt-horizontal-products ul.products { height: 350px; display: flex; gap: 20px; }
.hwt-horizontal-products ul.products > li.product { flex: 0 0 340px; width: 340px; height: 350px; }
.hwt-bestsellers-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; }
.hwt-deals-grid .hwt-product-card-inner { position: relative; height: 350px; gap: 0; padding: 16px; }
.hwt-deals-grid .hwt-product-media { height: 126px; flex: 0 0 126px; aspect-ratio: auto; padding: 0; border: 0; }
.hwt-deals-grid .hwt-product-media img { width: auto; max-width: 100%; height: 106px; }
.hwt-deals-grid .hwt-product-card-body { min-height: 0; flex: 0 0 auto; padding: 2px 0 8px; border: 0; }
.hwt-deals-grid .hwt-product-card-footer { min-height: 50px; display: flex; align-items: center; justify-content: flex-end; margin-top: auto; padding: 0; }
.hwt-deals-grid .woocommerce-loop-product__title { margin: 0 0 6px !important; font-size: 16px !important; line-height: 26px !important; font-weight: 700 !important; }
.hwt-deals-grid .hwt-card-rating { min-height: 18px; height: 18px; margin-bottom: 4px; line-height: 1; }
.hwt-deals-grid .hwt-card-price { min-height: 26px; margin-top: 4px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product.hwt-product-card, ul.products li.product.hwt-product-card { width: auto; float: none; margin: 0; padding: 0; }
.hwt-product-card-inner { height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--hwt-line); border-radius: var(--hwt-radius); background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.hwt-product-card-inner:hover { transform: translateY(-3px); border-color: #ccd3dc; box-shadow: var(--hwt-shadow); }
.hwt-product-media { position: relative; aspect-ratio: 1.12/1; display: flex; align-items: center; justify-content: center; padding: 18px; overflow: hidden; background: #fff; }
.hwt-product-media a.woocommerce-loop-product__link { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.hwt-product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.hwt-product-card-inner:hover .hwt-product-media img { transform: scale(1.035); }
.hwt-product-media .onsale { position: absolute; top: 12px; left: 12px; z-index: 2; min-width: 0; min-height: 0; margin: 0; padding: 5px 9px; border-radius: 5px; background: var(--hwt-red); color: #fff; font-size: 11px; line-height: 1.2; font-weight: 850; }
.hwt-card-wishlist { position: absolute; top: 10px; right: 10px; z-index: 3; }
.hwt-wishlist-form { display: inline-flex; margin: 0; }
.hwt-wishlist-button { width: 37px; height: 37px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--hwt-line); border-radius: 50%; background: rgba(255,255,255,.96); color: var(--hwt-slate); transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease; }
.hwt-wishlist-button .hwt-icon { width: 20px; height: 20px; }
.hwt-wishlist-button:hover { border-color: var(--hwt-red); color: var(--hwt-red); transform: scale(1.04); }
.hwt-wishlist-button.is-active { border-color: var(--hwt-red); background: var(--hwt-red); color: #fff; }
.hwt-wishlist-form.is-loading .hwt-wishlist-button { opacity: .65; }
.hwt-product-card-body { flex: 1; display: flex; flex-direction: column; padding: 15px 17px 12px; border-top: 1px solid #f0f1f3; }
.hwt-product-brand { margin-bottom: 6px; color: var(--hwt-blue); font-size: 11px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products.hwt-product-collection li.product .woocommerce-loop-product__title { min-height: 44px; margin: 0 0 8px; padding: 0; font-size: 15px; line-height: 1.45; font-weight: 750; }
.woocommerce ul.products li.product .woocommerce-loop-product__title a,
ul.products.hwt-product-collection li.product .woocommerce-loop-product__title a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover,
ul.products.hwt-product-collection li.product .woocommerce-loop-product__title a:hover { color: var(--hwt-blue); }
.hwt-card-rating { min-height: 18px; margin-bottom: 4px; }
.hwt-card-rating .star-rating { float: none; margin: 0; color: var(--hwt-yellow-deep); font-size: 13px; }
.hwt-rating-fallback { display: inline-block; color: var(--hwt-yellow-deep); font-size: 15px; line-height: 1; letter-spacing: 1px; }
.hwt-card-price { min-height: 30px; margin-top: auto; color: var(--hwt-blue); font-size: 18px; font-weight: 850; }
.hwt-card-price del { color: #9299a2; font-size: 12px; font-weight: 500; }
.hwt-card-price ins { text-decoration: none; }
.hwt-delivery-line { display: flex; align-items: center; gap: 6px; margin-top: 7px; color: var(--hwt-green); font-size: 11px; }
.hwt-delivery-line .hwt-icon { width: 16px; height: 16px; }
.hwt-card-stock { margin-top: 4px; font-size: 11px; font-weight: 700; }
.hwt-card-stock.is-in-stock { color: var(--hwt-green); }
.hwt-card-stock.is-out-stock { color: var(--hwt-red); }
.hwt-product-card-footer { padding: 0 17px 17px; }
.woocommerce ul.products li.product .hwt-product-card-footer .button,
ul.products.hwt-product-collection li.product .hwt-product-card-footer .button { width: 100%; min-height: 47px; display: inline-flex; align-items: center; justify-content: center; margin: 0; padding: 12px 13px; border: 0; border-radius: 8px; background: var(--hwt-yellow); color: #111; font-size: 14px; line-height: 1.2; font-weight: 850; text-align: center; white-space: nowrap; }
.woocommerce ul.products li.product .hwt-product-card-footer .button:hover,
ul.products.hwt-product-collection li.product .hwt-product-card-footer .button:hover { background: var(--hwt-blue); color: #fff; }
@media (min-width: 1025px) {
  .hwt-deals-grid .hwt-delivery-line { display: none; }
  .hwt-deals-grid .hwt-card-price { position: absolute; bottom: 27px; left: 16px; z-index: 2; margin: 0; }
  .hwt-deals-grid .hwt-product-card-footer { position: absolute; right: 16px; bottom: 16px; z-index: 2; min-height: 50px; gap: 8px; }
  ul.products.hwt-product-collection.hwt-deals-grid li.product.hwt-product-card .hwt-product-card-footer .button { width: 50px; min-height: 50px; flex: 0 0 50px; padding: 0; border-radius: 8px; background: #e3efff; color: var(--hwt-blue); font-size: 0; line-height: 0; }
  ul.products.hwt-product-collection.hwt-deals-grid li.product.hwt-product-card .hwt-product-card-footer .button:hover { background: var(--hwt-blue); color: #fff; }
  ul.products.hwt-product-collection.hwt-deals-grid li.product.hwt-product-card .hwt-product-card-footer .button::before { content: ""; width: 21px; height: 21px; display: block; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.4a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21 7H6'/%3E%3Cpath d='M16 10h-6M13 7v6'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.4a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21 7H6'/%3E%3Cpath d='M16 10h-6M13 7v6'/%3E%3C/svg%3E") center / contain no-repeat; }
}
.woocommerce ul.products li.product .added_to_cart,
ul.products.hwt-product-collection li.product .added_to_cart { display: block; margin-top: 7px; color: var(--hwt-blue); text-align: center; font-size: 12px; font-weight: 750; }
.hwt-empty-collection { padding: 30px; border: 1px dashed var(--hwt-line); border-radius: 10px; color: var(--hwt-muted); text-align: center; }

/* Brand marquee */
.hwt-brands-section { padding: 60px 0; overflow: hidden; background: #fff; }
.hwt-brands-section > .hwt-shell { width: min(calc(100% - 20px), 1420px); min-height: 199px; display: flex; flex-direction: column; gap: 15px; padding: 10px; }
.hwt-brands-section .hwt-section-heading { height: 64px; margin: 0; padding-bottom: 20px; }
.hwt-brands-section .hwt-section-heading h2 { font-size: 30px; line-height: 44px; font-weight: 700; }
.hwt-brand-marquee { max-width: 100%; height: 100px; overflow: hidden; contain: inline-size layout paint; }
.hwt-brand-track { width: max-content; display: flex; align-items: center; gap: 50px; animation: hwt-marquee 34s linear infinite; }
.hwt-brand-track:hover { animation-play-state: paused; }
.hwt-brand-track span { width: 145px; height: 100px; display: flex; align-items: center; justify-content: center; }
.hwt-brand-track img { max-width: 100%; max-height: 72px; object-fit: contain; filter: grayscale(.15); }
@keyframes hwt-marquee { to { transform: translateX(-50%); } }

/* Best sellers */
.hwt-best-section { padding: 60px 0; background: var(--hwt-soft); }
.hwt-best-section > .hwt-shell { width: min(calc(100% - 20px), 1420px); min-height: 0; padding: 10px; }
.hwt-best-section .hwt-section-heading { height: 55px; margin: 0 0 20px; padding-bottom: 10px; }
.hwt-best-section .hwt-section-heading h2 { font-size: 33px; line-height: 44px; font-weight: 700; }
.hwt-bestsellers-grid { height: auto; align-items: stretch; grid-template-columns: repeat(5,264px) !important; gap: 20px !important; }
.hwt-bestsellers-grid > li.product { width: 264px !important; height: auto; min-height: 518px; }
.hwt-bestsellers-grid .hwt-product-card-inner { height: 100%; min-height: 518px; gap: 16px; padding: 16px; }
.hwt-bestsellers-grid .hwt-product-media { height: 214px; flex: 0 0 214px; aspect-ratio: auto; margin-top: -15px; padding: 0; border-radius: 8px; }
.hwt-bestsellers-grid .hwt-product-media img { width: auto; max-width: 100%; height: 150px; }
.hwt-bestsellers-grid .hwt-product-card-body { padding: 0; border: 0; }
.hwt-bestsellers-grid .hwt-product-card-footer { padding: 0; }
.hwt-bestsellers-grid .woocommerce-loop-product__title { min-height: 52px !important; font-size: 16px !important; line-height: 26px !important; font-weight: 700 !important; }
.hwt-bestsellers-grid .hwt-card-price { font-size: 18px; line-height: 28px; font-weight: 700; }
.woocommerce ul.products.hwt-bestsellers-grid li.product .hwt-product-card-footer .button,
ul.products.hwt-bestsellers-grid li.product .hwt-product-card-footer .button { min-height: 54px; padding: 16px 21px; border-radius: 8px; font-size: 16px; line-height: 18px; font-weight: 750; }

/* Trust row */
.hwt-trust-section { padding: 60px 0; }
.hwt-trust-grid { width: min(calc(100% - 20px), 1420px); height: 232px; display: grid; grid-template-columns: repeat(4,326px); gap: 32px; padding: 10px; }
.hwt-trust-card { width: 326px; height: 212px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 24px; border: 1px solid var(--hwt-line); border-radius: var(--hwt-radius); text-align: center; transition: border-color .18s ease, transform .18s ease; }
.hwt-trust-card:hover { transform: translateY(-2px); border-color: var(--hwt-yellow); }
.hwt-trust-card > span { width: 68px; height: 68px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #edf6ff; color: var(--hwt-blue); }
.hwt-trust-card > span .hwt-icon { width: 28px; height: 28px; }
.hwt-trust-card h3 { margin: 8px 0 9px; font-size: 20px; line-height: 30px; font-weight: 700; }
.hwt-trust-card p { margin: 0; color: var(--hwt-muted); font-size: 14px; line-height: 21px; }

/* Footer */
.hwt-site-footer { padding: 60px 0 20px; color: #e8edf2; background: #070707; }
.hwt-footer-grid { width: min(calc(100% - 20px), 1420px); height: 307.844px; display: grid; grid-template-columns: repeat(4,319px); gap: 48px; padding: 0 0 20px; }
.hwt-footer-grid > section { min-width: 0; padding: 10px; }
.hwt-footer-logo { display: inline-flex; align-items: center; margin-left: -5px; }
.hwt-footer-logo .hwt-logo-image { width: 240px; max-width: 100%; height: auto; object-fit: contain; filter: none; }
.hwt-footer-about p { margin: 20px 0 14.4px; color: #8a9d9e; font-size: 14px; line-height: 25px; }
.hwt-footer-newsletter p { margin: 20px 0 0; color: #8a9d9e; font-size: 14px; line-height: 25px; }
.hwt-footer-email { display: none; }
.hwt-site-footer h2 { margin: 0 0 20px; color: #fff; font-size: 16px; line-height: 26px; font-weight: 600; }
.hwt-site-footer li + li { margin-top: 6px; }
.hwt-site-footer li a { color: #8a9d9e; font-size: 14px; line-height: 24px; }
.hwt-site-footer li a:hover { color: var(--hwt-yellow); }
.hwt-social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.hwt-social-links:empty { display: none; }
.hwt-social-links a { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: #69727d; background: #1b2937; font-size: 12px; font-weight: 800; }
.hwt-footer-newsletter form { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 18px; }
.hwt-footer-newsletter input { min-width: 0; width: 100%; height: 47px; padding: 8px 16px; border: 1px solid #69727d; border-radius: 5px; color: #fff; background: #1f2937; font-size: 18px; line-height: 29px; }
.hwt-footer-newsletter button { width: 100%; height: 48px; padding: 15px 20px; border: 0; border-radius: 5px; color: #fff; background: var(--hwt-blue); font-size: 17px; line-height: 18px; font-weight: 600; }
.hwt-form-message { color: #9be5c8 !important; }
.hwt-form-message-error { color: #ffb4b4 !important; }
.hwt-footer-bottom { width: min(calc(100% - 20px), 1420px); height: 90px; margin: 20px auto 0; border-top: 1px solid #1f2937; background: transparent; }
.hwt-footer-bottom-inner { width: 100%; min-height: 90px; display: flex; align-items: flex-start; gap: 30px; padding: 32px 10px 0; color: #8a9d9e; font-size: 13px; line-height: 24px; }
.hwt-footer-bottom-inner p { margin: 0; }
.hwt-footer-policy-links { display: flex; gap: 20px; }
.hwt-payment-marks { margin-left: auto; display: flex; gap: 8px; }
.hwt-payment-marks { display: none; }
.hwt-payment-marks span, .hwt-safe-checkout span { min-height: 28px; display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 4px; background: #fff; color: #1e3353; font-size: 11px; font-weight: 900; }

/* Catalog */
.hwt-catalog-main { padding: 28px 0 80px; background: #fff; }
.hwt-breadcrumb-wrap { margin-bottom: 22px; color: var(--hwt-muted); font-size: 13px; }
.woocommerce .woocommerce-breadcrumb { margin: 0; color: inherit; }
.woocommerce .woocommerce-breadcrumb a { color: var(--hwt-blue); }
.hwt-catalog-header { margin-bottom: 27px; }
.hwt-catalog-header h1 { margin: 0; font-size: clamp(32px,4vw,48px); line-height: 1.08; letter-spacing: -.03em; }
.hwt-catalog-header .term-description { max-width: 850px; margin-top: 11px; color: var(--hwt-muted); }
.hwt-mobile-catalog-controls { display: none; }
.hwt-mobile-catalog-meta, .hwt-ordering-sheet-head, .hwt-ordering-options, .hwt-sort-backdrop { display: none; }
.hwt-catalog-layout { display: grid; grid-template-columns: 285px minmax(0,1fr); gap: 34px; align-items: start; }
.hwt-filter-panel { position: sticky; top: 118px; border: 1px solid var(--hwt-line); border-radius: 12px; background: #fff; overflow: hidden; }
.admin-bar .hwt-filter-panel { top: 150px; }
.hwt-filter-header { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--hwt-line); }
.hwt-filter-header > div { display: flex; align-items: center; gap: 8px; }
.hwt-filter-header h2 { margin: 0; font-size: 23px; }
.hwt-filter-header span { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--hwt-yellow); font-size: 11px; font-weight: 900; }
.hwt-filter-header button { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: var(--hwt-soft); }
.hwt-filter-group { border-bottom: 1px solid var(--hwt-line); }
.hwt-filter-group summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; list-style: none; font-size: 15px; font-weight: 850; }
.hwt-filter-group summary::-webkit-details-marker { display: none; }
.hwt-filter-group summary .hwt-icon { width: 17px; transition: transform .18s ease; }
.hwt-filter-group[open] summary .hwt-icon { transform: rotate(180deg); }
.hwt-filter-group > :not(summary) { margin-inline: 19px; }
.hwt-filter-group > label:last-child, .hwt-filter-group > div:last-child { margin-bottom: 17px; }
.hwt-filter-scroll { max-height: 250px; overflow-y: auto; padding-right: 4px; }
.hwt-price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding-bottom: 18px; }
.hwt-price-fields label span { display: block; margin-bottom: 5px; color: var(--hwt-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.hwt-price-fields input { width: 100%; height: 42px; padding: 0 9px; border: 1px solid var(--hwt-line); border-radius: 7px; }
.hwt-filter-tree ul { margin-left: 18px; }
.hwt-filter-tree li + li { margin-top: 7px; }
.hwt-filter-depth-1 { margin: 7px 0 9px 18px; }
.hwt-check { min-height: 28px; display: grid; grid-template-columns: 18px minmax(0,1fr) auto; gap: 8px; align-items: center; color: var(--hwt-slate); font-size: 13px; }
.hwt-check input { width: 16px; height: 16px; accent-color: var(--hwt-blue); }
.hwt-check small { color: #9aa1aa; }
.hwt-filter-actions { position: sticky; bottom: 0; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; padding: 16px 18px; background: #fff; border-top: 1px solid var(--hwt-line); }
.hwt-filter-actions > a { padding: 10px; color: var(--hwt-muted); font-size: 13px; font-weight: 750; text-decoration: underline; }
.hwt-filter-actions .hwt-button { min-height: 44px; padding: 10px 14px; }
.hwt-shop-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; padding: 8px 12px 8px 16px; border: 1px solid var(--hwt-line); border-radius: 9px; background: #fff; }
.hwt-result-count .woocommerce-result-count { float: none; margin: 0; color: var(--hwt-muted); font-size: 13px; }
.hwt-ordering { position: relative; display: flex; align-items: center; gap: 8px; }
.hwt-ordering label { color: var(--hwt-muted); font-size: 12px; }
.hwt-ordering select { min-width: 190px; height: 38px; padding: 0 32px 0 11px; border: 1px solid var(--hwt-line); border-radius: 6px; background: #fff; font-size: 13px; }
.hwt-ordering-desktop-toggle { display: none; }
.hwt-js .hwt-ordering-desktop-toggle { width: 232px; min-width: 0; height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 11px 0 13px; border: 1px solid #dce2e9; border-radius: 8px; background: #fff; color: #253247; box-shadow: 0 1px 2px rgba(17,32,51,.04); font: inherit; font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; }
.hwt-ordering-desktop-toggle span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hwt-js .hwt-ordering-desktop-toggle:hover, .hwt-js .hwt-ordering-desktop-toggle:focus-visible, .hwt-ordering.is-desktop-open .hwt-ordering-desktop-toggle { outline: 0; border-color: var(--hwt-blue); box-shadow: 0 0 0 3px rgba(13,73,153,.10); color: var(--hwt-blue); }
.hwt-ordering-desktop-toggle .hwt-icon { width: 15px; height: 15px; flex: 0 0 15px; transition: transform .18s ease; }
.hwt-ordering.is-desktop-open .hwt-ordering-desktop-toggle .hwt-icon { transform: rotate(180deg); }
.hwt-js .hwt-ordering > label, .hwt-js .hwt-ordering > select { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); border: 0; white-space: nowrap; }
.hwt-ordering.is-desktop-open .hwt-ordering-options { position: absolute; top: calc(100% + 6px); right: 0; z-index: 60; width: 232px; display: grid; gap: 2px; padding: 6px; border: 1px solid #dce3ec; border-radius: 10px; background: #fff; box-shadow: 0 12px 28px rgba(17,32,51,.14); }
.hwt-ordering.is-desktop-open .hwt-ordering-options a { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 6px 8px; border: 1px solid transparent; border-radius: 7px; color: #303b4a; font-size: 12px; line-height: 1.25; font-weight: 700; }
.hwt-ordering.is-desktop-open .hwt-ordering-options a:hover, .hwt-ordering.is-desktop-open .hwt-ordering-options a:focus-visible { outline: 0; border-color: #cbdbee; background: #f3f7fc; color: var(--hwt-blue); }
.hwt-ordering.is-desktop-open .hwt-ordering-options a i { width: 8px; height: 8px; flex: 0 0 8px; border: 2px solid #bdc8d6; border-radius: 50%; }
.hwt-ordering.is-desktop-open .hwt-ordering-options a.is-active { border-color: #c9dcf5; background: #eaf3ff; color: var(--hwt-blue); }
.hwt-ordering.is-desktop-open .hwt-ordering-options a.is-active i { border-color: var(--hwt-blue); background: var(--hwt-yellow); box-shadow: 0 0 0 3px #fff; }
.hwt-active-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.hwt-active-filters a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: #edf6ff; color: var(--hwt-blue); font-size: 12px; font-weight: 750; }
.woocommerce nav.woocommerce-pagination { margin-top: 38px; }
.woocommerce nav.woocommerce-pagination ul { display: flex; justify-content: center; gap: 8px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--hwt-line); border-radius: 7px; background: #fff; color: var(--hwt-ink); }
.woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--hwt-blue); background: var(--hwt-blue); color: #fff; }
.hwt-no-products { padding: 70px 20px; border: 1px solid var(--hwt-line); border-radius: 12px; text-align: center; }
.hwt-no-products > span { width: 70px; height: 70px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--hwt-soft); color: var(--hwt-blue); }
.hwt-no-products h2 { margin: 15px 0 5px; }
.hwt-no-products p { color: var(--hwt-muted); }
.hwt-no-products .hwt-button { margin-top: 10px; }

/* Native progressive-enhancement price range and brand selector. */
.hwt-price-range-enhanced { display: none; }
.hwt-price-enhanced .hwt-price-range-enhanced { display: block; }
.hwt-price-enhanced .hwt-price-fields { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.hwt-price-range-values { display: grid; grid-template-columns: minmax(0,1fr) 12px minmax(0,1fr); align-items: center; gap: 8px; }
.hwt-price-range-values > span { min-width: 0; display: flex; flex-direction: column; gap: 2px; padding: 9px 11px; border: 1px solid #dfe4eb; border-radius: 9px; background: #fff; }
.hwt-price-range-values > i { height: 1px; background: #cbd2dc; }
.hwt-price-range-values small { color: #8a94a3; font-size: 9px; line-height: 13px; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hwt-price-range-values output { overflow: hidden; color: var(--hwt-blue); font-size: 14px; line-height: 20px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.hwt-price-range-track { position: relative; height: 28px; margin-top: 10px; }
.hwt-price-range-track::before, .hwt-price-range-track > span { position: absolute; top: 10px; right: 0; left: 0; height: 4px; border-radius: 999px; content: ""; }
.hwt-price-range-track::before { background: #d7dbe1; }
.hwt-price-range-track > span { z-index: 1; background: var(--hwt-blue); }
.hwt-price-range-track input[type="range"] { position: absolute; z-index: 3; top: 1px; left: 0; width: 100%; height: 22px; margin: 0; padding: 0; border: 0; background: transparent; pointer-events: none; appearance: none; -webkit-appearance: none; }
.hwt-price-range-track input[type="range"]::-webkit-slider-runnable-track { height: 4px; background: transparent; }
.hwt-price-range-track input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -8px; border: 3px solid var(--hwt-blue); border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(10,61,145,.24); cursor: grab; pointer-events: auto; appearance: none; -webkit-appearance: none; }
.hwt-price-range-track input[type="range"]::-moz-range-track { height: 4px; background: transparent; }
.hwt-price-range-track input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 3px solid var(--hwt-blue); border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.18); cursor: grab; pointer-events: auto; }
.hwt-price-range-ticks { display: flex; justify-content: space-between; color: #9aa4b2; font-size: 10px; line-height: 16px; }
.hwt-price-range-ticks span:not(:first-child):not(:last-child) { display: none; }
.hwt-brand-dropdown { position: relative; border: 1px solid #dfe4eb; border-radius: 10px; background: #fff; }
.hwt-brand-dropdown > summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 13px; list-style: none; color: #4b5563; font-size: 13px; font-weight: 650; cursor: pointer; }
.hwt-brand-dropdown > summary::-webkit-details-marker { display: none; }
.hwt-brand-dropdown > summary span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hwt-brand-dropdown > summary .hwt-icon { width: 14px; flex: 0 0 auto; transition: transform .18s ease; }
.hwt-filter-group[open] .hwt-brand-dropdown:not([open]) > summary .hwt-icon { transform: none; }
.hwt-brand-dropdown[open] > summary .hwt-icon { transform: rotate(180deg); }
.hwt-brand-dropdown > .hwt-filter-scroll { margin: 0; padding: 10px; border-top: 1px solid var(--hwt-line); }
.hwt-brand-search { height: 39px; display: grid; grid-template-columns: 18px 1fr; align-items: center; gap: 7px; margin-bottom: 7px; padding: 0 10px; border: 1px solid #dfe4eb; border-radius: 8px; background: #f8fafc; color: #778190; }
.hwt-brand-search .hwt-icon { width: 16px; height: 16px; }
.hwt-brand-search input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; font-size: 12px; }
.hwt-brand-empty { margin: 8px 3px 2px; color: var(--hwt-muted); font-size: 12px; text-align: center; }
.hwt-brand-empty[hidden], [data-hwt-brand-option][hidden] { display: none !important; }

@media (min-width: 1025px) {
  .hwt-catalog-main { padding-top: 19px; }
  .hwt-catalog-main .hwt-breadcrumb-wrap { margin-bottom: 45px; }
  .hwt-catalog-layout { grid-template-columns: 305px minmax(0,1fr); gap: 40px; }
  .hwt-filter-panel { overflow: hidden; border: 1px solid #e1e6ed; border-radius: 16px; box-shadow: 0 12px 32px rgba(18,38,63,.07); }
  .hwt-filter-form { max-height: calc(100vh - 140px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: #c9d1dc transparent; }
  .hwt-filter-form::-webkit-scrollbar { width: 6px; }
  .hwt-filter-form::-webkit-scrollbar-thumb { border-radius: 999px; background: #c9d1dc; }
  .admin-bar .hwt-filter-form { max-height: calc(100vh - 172px); }
  .hwt-filter-header { position: sticky; z-index: 6; top: 0; display: flex; padding: 18px 19px 17px; border-bottom: 1px solid #e8ecf1; background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
  .hwt-filter-title { display: block !important; }
  .hwt-filter-title > div { display: flex; align-items: center; gap: 8px; }
  .hwt-filter-header h2 { font-size: 20px; line-height: 25px; letter-spacing: -.02em; }
  .hwt-filter-header .hwt-filter-title > div > span { width: 21px; height: 21px; background: var(--hwt-blue); color: #fff; }
  .hwt-filter-title p { margin: 2px 0 0; color: #85909f; font-size: 11px; line-height: 16px; }
  .hwt-filter-header button { display: none; }
  .hwt-filter-group { border-bottom: 1px solid #edf0f4; }
  .hwt-filter-group > summary { min-height: 57px; padding: 0 18px; color: #263445; font-size: 14px; line-height: 20px; font-weight: 800; cursor: pointer; }
  .hwt-filter-group > summary .hwt-icon { display: block; width: 15px; color: #7b8795; }
  .hwt-filter-group > summary:focus-visible, .hwt-brand-dropdown > summary:focus-visible { outline: 3px solid rgba(10,61,145,.18); outline-offset: -3px; }
  .hwt-filter-group > :not(summary) { margin-inline: 18px; }
  .hwt-filter-price > summary { min-height: 57px; padding-top: 0; font-size: 14px; line-height: 20px; }
  .hwt-filter-price .hwt-price-range-enhanced { margin-bottom: 18px; padding: 13px; border: 1px solid #e6eaf0; border-radius: 12px; background: #f8fafc; }
  .hwt-filter-availability { padding: 0; }
  .hwt-filter-availability > summary { display: flex; }
  .hwt-filter-availability > label { margin: 0 18px 5px; }
  .hwt-filter-availability > label:last-child { margin-bottom: 15px; }
  .hwt-filter-panel .hwt-check { min-height: 36px; padding: 5px 8px; border-radius: 8px; color: #445064; font-size: 13px; transition: background .15s ease, color .15s ease; }
  .hwt-filter-panel .hwt-check:hover { background: #f3f7fb; color: var(--hwt-blue); }
  .hwt-filter-panel .hwt-check input[type="checkbox"] { width: 18px; height: 18px; border: 1.5px solid #aeb8c5; border-radius: 5px; background-color: #fff; background-position: center; background-repeat: no-repeat; appearance: none; -webkit-appearance: none; }
  .hwt-filter-panel .hwt-check input[type="checkbox"]:checked { border-color: var(--hwt-blue); background-color: var(--hwt-blue); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m3 7 2.5 2.5L11 4' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .hwt-filter-panel .hwt-check input[type="checkbox"]:focus-visible, .hwt-price-range-track input[type="range"]:focus-visible::-webkit-slider-thumb { outline: 3px solid rgba(10,61,145,.22); outline-offset: 2px; }
  .hwt-filter-panel .hwt-check small { min-width: 24px; padding: 2px 6px; border-radius: 999px; background: #eef2f6; color: #748091; font-size: 10px; line-height: 16px; text-align: center; }
  .hwt-filter-brands .hwt-brand-dropdown { margin-bottom: 17px; }
  .hwt-filter-brands .hwt-brand-dropdown[open] { border-color: #b9c9df; box-shadow: 0 0 0 3px rgba(10,61,145,.06); }
  .hwt-brand-search:focus-within { border-color: #9eb5d4; background: #fff; box-shadow: 0 0 0 3px rgba(10,61,145,.06); }
  .hwt-brand-dropdown [data-hwt-brand-options] { max-height: 190px; overflow-y: auto; }
  .hwt-filter-categories > .hwt-filter-scroll { max-height: 315px; margin-bottom: 15px; padding-right: 2px; }
  .hwt-filter-categories .hwt-check small::before, .hwt-filter-categories .hwt-check small::after { content: none; }
  .hwt-filter-actions { z-index: 7; grid-template-columns: minmax(84px,.8fr) minmax(0,1.4fr); padding: 14px 16px 16px; border-top: 1px solid #e3e8ef; background: rgba(255,255,255,.98); box-shadow: 0 -8px 22px rgba(18,38,63,.06); }
  .hwt-filter-actions > a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid #dce2e9; border-radius: 9px; background: #fff; color: #596579; font-size: 12px; text-decoration: none; }
  .hwt-filter-actions .hwt-button { min-height: 44px; border-radius: 9px; background: var(--hwt-blue); color: #fff; font-size: 13px; }
  .hwt-filter-actions .hwt-button:hover { background: var(--hwt-blue-dark); }
  .hwt-shop-toolbar { min-height: 54px; margin-bottom: 16px; padding: 0; border: 0; border-radius: 0; }
  .hwt-result-count { display: flex; align-items: center; }
  .hwt-result-count .woocommerce-result-count { color: #6f7b8c; font-size: 12px; font-weight: 650; }
  .hwt-ordering { margin-left: auto; }
  .hwt-ordering label { display: none; }
  .hwt-ordering select { min-width: 193px; height: 43px; padding-inline: 13px 34px; border-radius: 7px; font-size: 16px; }
  .hwt-catalog-results .hwt-product-brand { color: #777d85; }
}

/* Single product */
.hwt-single-product-main { padding: 28px 0 75px; }
.hwt-product-top { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); gap: 55px; padding-bottom: 55px; }
.hwt-product-gallery-column .woocommerce-product-gallery { position: relative; width: 100% !important; float: none !important; }
.hwt-product-gallery-column .woocommerce-product-gallery__trigger { position: absolute !important; top: 16px !important; right: 16px !important; left: auto !important; z-index: 12; width: 46px !important; height: 46px !important; display: inline-flex !important; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #dfe5eb; border-radius: 50%; background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(17,32,51,.13); color: transparent !important; font-size: 0 !important; text-indent: -999px; }
.hwt-product-gallery-column .woocommerce-product-gallery__trigger::before { content: "" !important; position: absolute; top: 12px; left: 12px; width: 15px; height: 15px; border: 2px solid var(--hwt-slate); border-radius: 50%; background: transparent; }
.hwt-product-gallery-column .woocommerce-product-gallery__trigger::after { content: "" !important; position: absolute; top: 27px; left: 27px; width: 10px; height: 2px; border: 0 !important; border-radius: 2px; background: var(--hwt-slate); transform: rotate(45deg); }
.hwt-product-gallery-column .woocommerce-product-gallery__trigger span { display: none !important; }
.hwt-product-gallery-column .woocommerce-product-gallery__trigger:hover { border-color: var(--hwt-blue); background: var(--hwt-blue); }
.hwt-product-gallery-column .woocommerce-product-gallery__trigger:hover::before { border-color: #fff; }
.hwt-product-gallery-column .woocommerce-product-gallery__trigger:hover::after { background: #fff; }
.hwt-product-gallery-column .woocommerce-product-gallery__wrapper { border: 1px solid var(--hwt-line); border-radius: 12px; overflow: hidden; background: #fff; }
.hwt-product-gallery-column .woocommerce-product-gallery__image img { width: 100%; }
.hwt-product-gallery-column .flex-control-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; margin: 12px 0 0 !important; padding: 0; }
.hwt-product-gallery-column .flex-control-thumbs li { width: auto !important; float: none !important; border: 1px solid var(--hwt-line); border-radius: 8px; overflow: hidden; }
.hwt-product-summary { position: relative; padding: 10px 0; }
.hwt-single-wishlist { position: absolute; top: 5px; right: 0; }
.hwt-single-wishlist .hwt-wishlist-button { width: 42px; height: 42px; }
.hwt-single-wishlist .hwt-wishlist-button .hwt-icon { width: 23px; height: 23px; }
.hwt-product-summary .product_meta { margin-right: 55px; color: var(--hwt-muted); font-size: 12px; text-transform: uppercase; }
.hwt-product-summary .product_meta > span { display: inline-block; margin-right: 12px; }
.hwt-product-summary .product_meta a { color: var(--hwt-blue); }
.hwt-product-summary h1 { margin: 26px 55px 22px 0; font-size: clamp(30px,2.5vw,34px); line-height: 1.18; letter-spacing: -.03em; }
.hwt-product-summary .woocommerce-product-rating { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; }
.hwt-product-summary .star-rating { color: var(--hwt-yellow-deep); }
.hwt-single-price-row { display: flex; align-items: baseline; gap: 12px; padding: 18px 0; border-top: 1px solid var(--hwt-line); border-bottom: 1px solid var(--hwt-line); }
.hwt-single-price-row > span { color: var(--hwt-muted); font-size: 14px; font-weight: 750; }
.hwt-single-price-row .price { margin: 0 !important; color: var(--hwt-blue); font-size: 30px !important; font-weight: 850; }
.hwt-product-summary form.cart { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 !important; }
.hwt-product-summary form.variations_form { display: block; }
.hwt-product-summary .variations { margin-bottom: 14px; }
.hwt-product-summary .variations th, .hwt-product-summary .variations td { display: block; padding: 0 0 7px; text-align: left; }
.hwt-product-summary .variations select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--hwt-line); border-radius: 7px; }
.hwt-product-summary .woocommerce-variation-add-to-cart { display: flex; gap: 12px; }
.hwt-product-summary .quantity { display: inline-flex; align-items: center; border: 1px solid var(--hwt-line); border-radius: 7px; overflow: hidden; }
.hwt-product-summary .quantity .qty { width: 60px; min-height: 50px; border: 0; text-align: center; }
.hwt-qty-button { width: 38px; min-height: 50px; border: 0; background: var(--hwt-soft); font-size: 20px; }
.hwt-product-summary .single_add_to_cart_button { min-height: 52px; flex: 1; padding: 12px 24px !important; border-radius: 7px !important; background: var(--hwt-yellow) !important; color: #111 !important; font-weight: 850 !important; }
.hwt-product-summary .single_add_to_cart_button:hover { background: var(--hwt-blue) !important; color: #fff !important; }
.hwt-single-short-description { color: var(--hwt-muted); }
.hwt-product-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.hwt-product-benefits > div { display: flex; align-items: center; gap: 9px; min-height: 68px; padding: 10px; border: 1px solid var(--hwt-line); border-radius: 8px; }
.hwt-product-benefits > div > .hwt-icon { width: 24px; height: 24px; color: var(--hwt-blue); }
.hwt-product-benefits span { display: flex; flex-direction: column; color: var(--hwt-muted); font-size: 10px; }
.hwt-product-benefits strong { color: var(--hwt-ink); font-size: 12px; }
.hwt-product-details-section { margin-bottom: 55px; padding: 30px; border: 1px solid #e1e7ee; border-radius: 24px; background: linear-gradient(145deg,#f7f9fc,#f2f6fa); }
.hwt-product-details-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin: 0 0 24px; }
.hwt-product-details-heading > div > span { display: block; margin-bottom: 6px; color: var(--hwt-blue); font-size: 10px; line-height: 1.2; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hwt-product-details-heading h2 { margin: 0; color: var(--hwt-ink); font-size: clamp(27px,3vw,38px); line-height: 1.08; letter-spacing: -.035em; }
.hwt-product-details-heading p { max-width: 390px; margin: 0 0 2px; color: #687587; font-size: 13px; line-height: 1.55; text-align: right; }
.hwt-product-details-section .woocommerce-tabs { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.hwt-product-details-section .woocommerce-tabs ul.tabs { width: max-content; display: flex; justify-content: flex-start; gap: 5px; padding: 4px !important; margin: 0 0 14px !important; border: 1px solid #dce4ed !important; border-radius: 14px; background: #fff; list-style: none !important; box-shadow: 0 7px 20px rgba(18,38,65,.05); }
.hwt-product-details-section .woocommerce-tabs ul.tabs::before, .hwt-product-details-section .woocommerce-tabs ul.tabs::after, .hwt-product-details-section .woocommerce-tabs ul.tabs li::before, .hwt-product-details-section .woocommerce-tabs ul.tabs li::after { display: none !important; content: none !important; }
.hwt-product-details-section .woocommerce-tabs ul.tabs li::marker { content: ""; font-size: 0; }
.hwt-product-details-section .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.hwt-product-details-section .woocommerce-tabs ul.tabs li a { min-height: 46px; display: flex; align-items: center; justify-content: center; padding: 10px 18px !important; border-radius: 10px; color: #687587 !important; font-size: 13px; font-weight: 850; }
.hwt-product-details-section .woocommerce-tabs ul.tabs li.active a { background: var(--hwt-blue); color: #fff !important; box-shadow: 0 7px 17px rgba(10,61,145,.2); }
.hwt-product-details-section .woocommerce-tabs ul.tabs li a:focus-visible { outline: 3px solid rgba(10,61,145,.18); outline-offset: 2px; }
.hwt-product-details-section .woocommerce-Tabs-panel { max-width: none; margin: 0 !important; padding: clamp(26px,3.3vw,42px); border: 1px solid #dde5ed; border-radius: 20px; background: #fff; color: #4a5768; font-size: 15px; line-height: 1.75; box-shadow: 0 15px 38px rgba(18,38,65,.065); }
.hwt-product-details-section .woocommerce-Tabs-panel > h2:first-child { margin: 0 0 20px; padding-bottom: 16px; border-bottom: 1px solid #e5eaf0; color: var(--hwt-ink); font-size: 27px; line-height: 1.2; letter-spacing: -.02em; }
.hwt-product-details-section .woocommerce-Tabs-panel h2, .hwt-product-details-section .woocommerce-Tabs-panel h3 { margin: 25px 0 10px; color: var(--hwt-ink); font-size: 20px; line-height: 1.3; }
.hwt-product-details-section .woocommerce-Tabs-panel p { max-width: 960px; margin: 0 0 15px; }
.hwt-product-details-section .woocommerce-Tabs-panel ul, .hwt-product-details-section .woocommerce-Tabs-panel ol { max-width: 960px; margin: 12px 0 20px; padding: 17px 20px 17px 42px; border: 1px solid #e2e8ef; border-radius: 14px; background: #f7f9fc; }
.hwt-product-details-section .woocommerce-Tabs-panel li + li { margin-top: 6px; }
.hwt-product-details-section #reviews { display: grid; grid-template-columns: minmax(260px,.62fr) minmax(440px,1.38fr); gap: 22px; align-items: start; }
.hwt-product-details-section #reviews #comments, .hwt-product-details-section #reviews #review_form_wrapper { min-width: 0; padding: 26px; border-radius: 17px; }
.hwt-product-details-section #reviews #comments { border: 0; background: radial-gradient(circle at 100% 0,rgba(255,210,0,.18),transparent 34%),linear-gradient(145deg,#0a3d91,#073273); color: rgba(255,255,255,.78); box-shadow: 0 16px 32px rgba(10,61,145,.17); }
.hwt-product-details-section #reviews #review_form_wrapper { border: 1px solid #dfe6ee; background: #f7f9fc; }
.hwt-product-details-section #reviews #comments h2, .hwt-product-details-section #reviews #reply-title { display: block; margin: 0 0 14px; color: var(--hwt-ink); font-size: 22px; line-height: 1.3; font-weight: 850; }
.hwt-product-details-section #reviews #comments h2 { color: #fff; }
.hwt-product-details-section #reviews #comments > p { color: rgba(255,255,255,.76); }
.hwt-product-details-section #reviews .commentlist { margin: 18px 0 0 !important; padding: 0 !important; list-style: none; }
.hwt-product-details-section #reviews .commentlist li { margin: 0 0 12px !important; padding: 15px !important; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: #fff; color: #4a5768; }
.hwt-product-details-section #reviews .comment-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px 14px; margin: 16px 0 0; }
.hwt-product-details-section #reviews .comment-form > p { margin: 0; }
.hwt-product-details-section #reviews .comment-notes, .hwt-product-details-section #reviews .comment-form-rating, .hwt-product-details-section #reviews .comment-form-comment, .hwt-product-details-section #reviews .comment-form-cookies-consent, .hwt-product-details-section #reviews .form-submit { grid-column: 1 / -1; }
.hwt-product-details-section #reviews label { display: block; margin-bottom: 7px; color: var(--hwt-slate); font-size: 13px; font-weight: 800; }
.hwt-product-details-section #reviews input[type="text"], .hwt-product-details-section #reviews input[type="email"], .hwt-product-details-section #reviews textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d7e0e9; border-radius: 11px; outline: 0; background: #fff; font: inherit; }
.hwt-product-details-section #reviews textarea { min-height: 150px; resize: vertical; }
.hwt-product-details-section #reviews input:focus, .hwt-product-details-section #reviews textarea:focus { border-color: var(--hwt-blue); box-shadow: 0 0 0 3px rgba(10,61,145,.09); }
.hwt-product-details-section #reviews .comment-form-rating .stars { margin: 3px 0 0; }
.hwt-product-details-section #reviews .stars a { color: var(--hwt-yellow-deep); font-size: 26px; }
.hwt-product-details-section #reviews .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--hwt-muted); font-size: 12px; }
.hwt-product-details-section #reviews .comment-form-cookies-consent input { margin-top: 3px; }
.hwt-product-details-section #reviews .comment-form-cookies-consent label { margin: 0; color: inherit; font-weight: 500; }
.hwt-product-details-section #reviews .form-submit .submit { min-width: 180px; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 11px; background: var(--hwt-yellow); color: #111; font-size: 14px; font-weight: 850; }
.hwt-product-details-section #reviews .form-submit .submit:hover { background: var(--hwt-blue); color: #fff; }
.hwt-product-details-section #reviews > .clear { display: none; }
.hwt-safe-checkout { margin-top: 20px; padding: 20px; border-radius: 10px; background: var(--hwt-soft); text-align: center; }
.hwt-safe-checkout h3 { margin: 0 0 14px; font-size: 18px; }
.hwt-safe-checkout > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hwt-related-section { padding-top: 50px; border-top: 1px solid var(--hwt-line); }
.hwt-related-section > h2, .hwt-related-section .related > h2, .hwt-related-section .upsells > h2 { margin: 0 0 26px; text-align: center; font-size: 30px; }
.hwt-related-section .related ul.products { grid-template-columns: repeat(5,minmax(0,1fr)); }

/* Pages */
.hwt-page-main { padding: 52px 0 85px; background: #fff; }
.hwt-page-shell { max-width: 1120px; }
.hwt-page-header { margin-bottom: 30px; }
.hwt-page-header h1 { margin: 0; font-size: clamp(34px,5vw,52px); line-height: 1.15; }
.hwt-page-content { color: #45515f; }
.hwt-page-content h1, .hwt-page-content h2, .hwt-page-content h3 { color: var(--hwt-ink); }
.hwt-page-content p { margin: 0 0 18px; }
.hwt-page-content ul, .hwt-page-content ol { padding-left: 22px; }
.hwt-page-content table { width: 100%; border-collapse: collapse; }
.hwt-page-content th, .hwt-page-content td { padding: 12px; border: 1px solid var(--hwt-line); }
.hwt-page-hero-simple { padding: 70px 0; background: var(--hwt-soft); text-align: center; }
.hwt-page-hero-simple h1 { margin: 0; font-size: clamp(38px,5vw,58px); }
.hwt-page-hero-simple p { max-width: 750px; margin: 14px auto 0; color: var(--hwt-muted); font-size: 18px; }

/* About */
.hwt-about-hero { padding: 82px 0; color: #fff; background: var(--hwt-blue); text-align: center; }
.hwt-about-hero h1 { max-width: 850px; margin: 0 auto; font-size: clamp(40px,5vw,60px); line-height: 1.15; }
.hwt-about-hero > .hwt-shell > p { margin: 22px 0 0; color: rgba(255,255,255,.76); }
.hwt-about-stats { max-width: 850px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 40px auto 0; }
.hwt-about-stats > div { padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); }
.hwt-about-stats strong { display: block; color: var(--hwt-yellow); font-size: 36px; }
.hwt-about-stats span { font-size: 13px; }
.hwt-about-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.hwt-about-image-wrap { position: relative; }
.hwt-about-main-image { width: 100%; border-radius: 16px; }
.hwt-about-image-badges { position: absolute; right: -25px; bottom: 25px; display: grid; gap: 8px; }
.hwt-about-image-badges span { padding: 10px 15px; border-radius: 7px; background: #fff; box-shadow: var(--hwt-shadow); color: var(--hwt-blue); font-size: 12px; font-weight: 800; }
.hwt-about-story h2 { margin: 0 0 16px; font-size: clamp(32px,4vw,47px); }
.hwt-about-story p { color: var(--hwt-muted); }
.hwt-about-points { list-style: none; display: grid; gap: 13px; margin: 25px 0; padding: 0; }
.hwt-about-points li { display: flex; gap: 11px; align-items: flex-start; }
.hwt-about-points .hwt-icon { color: var(--hwt-blue); }
.hwt-about-workers { overflow: hidden; background: var(--hwt-soft); }
.hwt-about-workers img { max-height: 450px; margin-inline: auto; object-fit: contain; }

/* Contact and forms */
.hwt-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: start; }
.hwt-contact-details { display: grid; gap: 14px; }
.hwt-contact-card { display: flex; align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--hwt-line); border-radius: 10px; }
.hwt-contact-card > span { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #edf6ff; color: var(--hwt-blue); }
.hwt-contact-card strong, .hwt-contact-card small { display: block; }
.hwt-contact-card small { margin-top: 3px; color: var(--hwt-muted); }
.hwt-contact-copy { padding-top: 20px; }
.hwt-contact-copy h2 { margin: 0 0 10px; font-size: 32px; }
.hwt-contact-copy p { color: var(--hwt-muted); }
.hwt-contact-form-wrap { padding: 30px; border: 1px solid var(--hwt-line); border-radius: 14px; box-shadow: var(--hwt-shadow); }
.hwt-contact-form, .hwt-register-form { display: grid; gap: 16px; }
.hwt-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.hwt-contact-form label, .hwt-register-form label { display: grid; gap: 6px; color: var(--hwt-slate); font-size: 13px; font-weight: 700; }
.hwt-phone-field { min-width: 0; width: 100%; margin: 0; padding: 0; border: 0; }
.hwt-phone-field legend { margin: 0 0 6px; padding: 0; color: var(--hwt-slate); font-size: 13px; font-weight: 700; }
.hwt-phone-control { display: grid; grid-template-columns: minmax(128px,.46fr) minmax(0,1fr); gap: 8px; }
.hwt-phone-control select, .hwt-phone-control input { min-width: 0; }
.hwt-contact-form input, .hwt-contact-form select, .hwt-contact-form textarea, .hwt-register-form input { width: 100%; padding: 12px 13px; border: 1px solid var(--hwt-line); border-radius: 7px; outline: 0; }
.hwt-contact-form input:focus, .hwt-contact-form select:focus, .hwt-contact-form textarea:focus, .hwt-register-form input:focus { border-color: var(--hwt-blue); box-shadow: 0 0 0 3px rgba(10,61,145,.08); }
.hwt-honeypot { position: absolute !important; left: -9999px !important; }
.hwt-alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 7px; }
.hwt-alert-success { background: #e8f8f1; color: #08764b; }
.hwt-alert-error { background: #fff0f0; color: #a52626; }
.hwt-alert p { margin: 0; }

/* Auth */
.hwt-auth-page { padding: 60px 0 80px; background: var(--hwt-soft); }
.hwt-auth-grid { max-width: 1100px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--hwt-shadow); }
.hwt-auth-grid-reverse .hwt-auth-panel { order: 1; }
.hwt-auth-grid-reverse .hwt-auth-visual { order: 2; }
.hwt-auth-visual { min-height: 620px; display: flex; align-items: center; justify-content: center; padding: 30px; background: var(--hwt-blue); }
.hwt-auth-visual img { width: 100%; height: 100%; max-height: 560px; object-fit: contain; }
.hwt-auth-panel { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.hwt-auth-panel h1 { margin: 0 0 10px; font-size: 40px; }
.hwt-auth-panel > p { color: var(--hwt-muted); }
.hwt-auth-panel form { margin-top: 20px; }
.hwt-auth-panel .login-username, .hwt-auth-panel .login-password { display: grid; gap: 5px; }
.hwt-auth-panel input[type="text"], .hwt-auth-panel input[type="password"], .hwt-auth-panel input[type="email"] { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--hwt-line); border-radius: 7px; }
.hwt-auth-panel input[type="submit"] { width: 100%; min-height: 50px; border: 0; border-radius: 7px; background: var(--hwt-yellow); font-weight: 850; }
.hwt-auth-links { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; font-size: 13px; }
.hwt-auth-links a { color: var(--hwt-blue); font-weight: 750; }
.hwt-auth-benefits { margin-top: 25px !important; color: var(--hwt-green) !important; font-size: 11px; }

/* Core Woo pages */
.woocommerce-cart .hwt-page-shell, .woocommerce-checkout .hwt-page-shell, .woocommerce-account .hwt-page-shell { max-width: 1240px; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button { border-radius: 7px; }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--hwt-yellow); color: #111; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--hwt-blue); color: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 45px; padding: 9px 11px; border: 1px solid var(--hwt-line); border-radius: 6px; }
.woocommerce table.shop_table { border-color: var(--hwt-line); border-radius: 10px; }
.woocommerce-checkout #payment { background: var(--hwt-soft); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; border: 1px solid var(--hwt-line); border-radius: 9px; overflow: hidden; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 12px 15px; border-bottom: 1px solid var(--hwt-line); }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--hwt-blue); color: #fff; }

/* Misc */
.hwt-error-page { padding: 100px 0; text-align: center; }
.hwt-error-page > .hwt-shell > span { color: var(--hwt-yellow-deep); font-size: 90px; font-weight: 900; }
.hwt-error-page h1 { margin: 0; font-size: 44px; }
.hwt-error-page p { color: var(--hwt-muted); }
.hwt-404-search { max-width: 600px; grid-template-columns: 1fr 56px; margin: 25px auto; }
.hwt-search-result, .hwt-post-card { padding: 22px 0; border-bottom: 1px solid var(--hwt-line); }
.hwt-search-result h2, .hwt-post-card h2 { margin: 0 0 8px; }

/* Editable Departments menu location */
.hwt-departments-menu { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; margin: 0; padding: 0; list-style: none; }
.hwt-departments-menu > li > a { display: block; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid var(--hwt-yellow); font-size: 16px; font-weight: 800; }
.hwt-departments-menu .sub-menu { position: static; display: grid; gap: 8px; margin: 0; padding: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; list-style: none; }
.hwt-departments-menu .sub-menu a { color: var(--hwt-slate); font-size: 13px; }
.hwt-departments-menu .sub-menu a:hover { color: var(--hwt-blue); }

/* Native nested category controls and migration refinements */
.hwt-category-filter-row { display: flex; align-items: center; gap: 6px; }
.hwt-category-filter-row .hwt-check { flex: 1; min-width: 0; }
.hwt-category-toggle { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 28px; border: 0; border-radius: 6px; background: transparent; color: var(--hwt-muted); }
.hwt-category-toggle:hover { background: var(--hwt-soft); color: var(--hwt-blue); }
.hwt-category-toggle .hwt-icon { width: 15px; height: 15px; transition: transform .18s ease; }
.hwt-category-toggle[aria-expanded="true"] .hwt-icon { transform: rotate(180deg); }
.hwt-category-children { display: none; }
.hwt-category-children.is-open { display: block; }
.hwt-filter-depth-1 { padding-left: 18px; border-left: 1px solid var(--hwt-line); margin-left: 9px; }
.hwt-filter-depth-2 { padding-left: 14px; }
.hwt-filter-form.is-submitting { opacity: .72; pointer-events: none; }
.hwt-active-filters a { display: inline-flex; align-items: center; gap: 6px; }
.hwt-active-filters a b { font-size: 15px; line-height: 1; }
.hwt-active-filters .hwt-clear-filters { border-color: transparent; color: var(--hwt-blue); background: transparent; font-weight: 800; }
.hwt-active-filters .hwt-clear-filters:hover { background: #eff6ff; }

/* WooCommerce core pages are intentionally styled without stale template copies. */
.woocommerce-cart .hwt-main,
.woocommerce-checkout .hwt-main,
.woocommerce-account .hwt-main { background: var(--hwt-soft); padding: 48px 0 70px; }
.woocommerce-cart .hwt-page-shell,
.woocommerce-checkout .hwt-page-shell,
.woocommerce-account .hwt-page-shell { width: min(calc(100% - 40px), var(--hwt-shell)); margin: 0 auto; }
.hwt-commerce-header { margin: 0 0 28px; }
.hwt-commerce-header > span { display: block; margin-bottom: 5px; color: var(--hwt-blue); font-size: 11px; line-height: 1.3; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hwt-commerce-header h1 { margin: 0; font-size: clamp(34px,3.4vw,46px); line-height: 1.08; letter-spacing: -.035em; }
.hwt-commerce-header p { margin: 8px 0 0; color: var(--hwt-muted); font-size: 15px; }
.woocommerce-cart table.cart td.product-thumbnail img { width: 80px; height: 80px; object-fit: contain; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 180px; min-height: 44px; }
.woocommerce-account:not(.logged-in) .hwt-page-content > .woocommerce { max-width: 760px; }
.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .cart_totals,
.woocommerce .checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password { border: 1px solid var(--hwt-line); border-radius: var(--hwt-radius); background: #fff; box-shadow: 0 8px 30px rgba(20,32,48,.06); }
.woocommerce table.shop_table { overflow: hidden; border-collapse: separate; border-spacing: 0; }
.woocommerce table.shop_table th { color: var(--hwt-slate); background: #f8fafc; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.woocommerce table.shop_table td,
.woocommerce table.shop_table th { padding: 16px; border-color: var(--hwt-line); }
.woocommerce .cart_totals,
.woocommerce form.checkout,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password { padding: 24px; }
.woocommerce .woocommerce-MyAccount-navigation { overflow: hidden; }
.woocommerce .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce .woocommerce-MyAccount-navigation a { display: block; padding: 13px 17px; border-bottom: 1px solid var(--hwt-line); font-weight: 700; }
.woocommerce .woocommerce-MyAccount-navigation .is-active a,
.woocommerce .woocommerce-MyAccount-navigation a:hover { color: #fff; background: var(--hwt-blue); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 12px; border: 1px solid #d6dbe2; border-radius: 7px; background: #fff; }
.woocommerce form .form-row textarea { min-height: 120px; }
.woocommerce #payment { border: 1px solid var(--hwt-line); border-radius: var(--hwt-radius); background: #fff; }
.woocommerce #payment div.payment_box { background: var(--hwt-soft); }
.woocommerce #payment div.payment_box::before { border-bottom-color: var(--hwt-soft); }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { border-radius: 7px; background: var(--hwt-yellow); color: var(--hwt-ink); font-weight: 800; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { background: var(--hwt-blue); color: #fff; }

.hwt-product-specifications { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--hwt-line); }
.hwt-product-specifications h2 { margin: 0 0 12px; font-size: 18px; }
.hwt-product-specifications dl { margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.hwt-product-specifications dl > div { min-height: 52px; display: grid; grid-template-columns: minmax(82px,34%) 1fr; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid #e1e5eb; border-radius: 5px; background: #fafbfc; font-size: 13px; }
.hwt-product-specifications dt { font-weight: 800; color: var(--hwt-slate); }
.hwt-product-specifications dd { margin: 0; color: var(--hwt-muted); }

/* Refined native content, support and account pages. */
.hwt-page-article--policy { max-width: 900px; margin: 0 auto; padding: 42px 46px; border: 1px solid var(--hwt-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(17,32,51,.06); }
.hwt-page-article--policy .hwt-page-header { padding-bottom: 22px; border-bottom: 1px solid var(--hwt-line); }
.hwt-page-article--policy .hwt-page-content { font-size: 16px; line-height: 1.75; }
.hwt-page-article--policy .hwt-page-content p { margin-bottom: 22px; }

.hwt-about-hero { padding: 78px 0; background: radial-gradient(circle at 18% 0, rgba(255,213,58,.14), transparent 34%), linear-gradient(135deg, #092e73, #164ba5); }
.hwt-about-hero > .hwt-shell { max-width: 1040px; }
.hwt-about-stats > div { border-radius: 17px; background: rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.hwt-about-story { padding: 78px 0; }
.hwt-about-story-grid { max-width: 1240px; gap: 70px; }
.hwt-about-image-wrap { padding: 10px; border: 1px solid var(--hwt-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 45px rgba(17,32,51,.10); }
.hwt-about-main-image { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 15px; }
.hwt-about-points { gap: 9px; }
.hwt-about-points li { min-height: 54px; align-items: center; padding: 11px 13px; border: 1px solid var(--hwt-line); border-radius: 12px; background: #fafbfc; }
.hwt-about-points .hwt-icon { width: 22px; height: 22px; flex: 0 0 22px; }
.hwt-about-workers { padding: 58px 0 0; background: linear-gradient(180deg, #f4f7fa, #eaf0f6); }
.hwt-about-workers-grid { max-width: 1120px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); align-items: center; gap: 52px; }
.hwt-about-workers-grid h2 { max-width: 610px; margin: 8px 0 14px; font-size: clamp(32px,4vw,48px); line-height: 1.08; }
.hwt-about-workers-grid p { max-width: 620px; margin: 0 0 24px; color: var(--hwt-muted); }
.hwt-about-workers-grid img { width: 100%; max-height: 390px; align-self: end; object-fit: contain; object-position: center bottom; }

.hwt-contact-page .hwt-page-hero-simple { padding: 62px 0; background: radial-gradient(circle at 85% 15%, rgba(255,213,58,.22), transparent 26%), linear-gradient(135deg, #edf4ff, #f7f9fb); }
.hwt-contact-page .hwt-page-hero-simple .hwt-shell { max-width: 860px; }
.hwt-contact-page > .hwt-section { padding: 64px 0 76px; background: #f5f7fa; }
.hwt-contact-grid { max-width: 1200px; grid-template-columns: minmax(330px,.82fr) minmax(0,1.18fr); gap: 28px; }
.hwt-contact-details { position: sticky; top: 128px; gap: 15px; }
.hwt-contact-copy { padding: 4px 4px 8px; }
.hwt-contact-copy h2 { margin: 8px 0 10px; font-size: clamp(30px,3vw,40px); line-height: 1.08; }
.hwt-contact-copy p { margin: 0; }
.hwt-contact-actions { display: grid; gap: 10px; }
.hwt-contact-card { min-height: 88px; padding: 16px 18px; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(17,32,51,.045); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.hwt-contact-card:hover { transform: translateY(-2px); border-color: #cdd8e8; box-shadow: 0 13px 28px rgba(17,32,51,.08); }
.hwt-contact-card > span { flex: 0 0 52px; }
.hwt-contact-card > div { min-width: 0; }
.hwt-contact-card strong { color: var(--hwt-ink); font-size: 16px; }
.hwt-contact-card small { overflow-wrap: anywhere; }
.hwt-contact-promises { display: grid; gap: 8px; margin: 2px 0 0; padding: 0; list-style: none; }
.hwt-contact-promises li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; color: var(--hwt-slate); font-size: 13px; }
.hwt-contact-promises .hwt-icon { width: 19px; height: 19px; flex: 0 0 19px; color: var(--hwt-blue); }
.hwt-contact-form-wrap { padding: 34px; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(17,32,51,.08); }
.hwt-contact-form-head h2 { margin: 7px 0 6px; font-size: 30px; line-height: 1.15; }
.hwt-contact-form-head p { margin: 0 0 24px; color: var(--hwt-muted); font-size: 14px; }
.hwt-contact-form input, .hwt-contact-form select, .hwt-contact-form textarea { min-height: 52px; padding: 12px 14px; border-radius: 12px; background: #fafbfc; font-size: 15px; line-height: 1.45; }
.hwt-contact-form textarea { min-height: 160px; resize: vertical; }
.hwt-contact-form .hwt-button { min-width: 190px; min-height: 52px; justify-self: start; border-radius: 13px; }

.hwt-auth-grid { max-width: 1040px; border-radius: 24px; box-shadow: 0 24px 65px rgba(17,32,51,.14); }
.hwt-auth-visual { min-height: 580px; background: radial-gradient(circle at 28% 20%, rgba(255,213,58,.24), transparent 26%), linear-gradient(145deg, #082f78, #1350ad); }
.hwt-auth-panel { padding: 52px; }
.hwt-auth-panel h1 { font-size: clamp(34px,4vw,44px); line-height: 1.08; }
.hwt-auth-panel input[type="text"], .hwt-auth-panel input[type="password"], .hwt-auth-panel input[type="email"] { min-height: 52px; border-radius: 12px; background: #fafbfc; }
.hwt-auth-panel input[type="submit"], .hwt-register-form .hwt-button, .hwt-auth-panel .woocommerce .button { min-height: 52px; border-radius: 13px; }
.hwt-auth-benefits { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 0 !important; padding: 0; color: var(--hwt-slate) !important; list-style: none; }
.hwt-auth-benefits li { padding: 7px 9px; border-radius: 999px; background: #eef7f2; color: var(--hwt-green); font-size: 10px; font-weight: 800; }
.hwt-auth-benefits li::before { content: "✓"; margin-right: 5px; }

/* Live-aligned native About, Contact and authentication layouts. */
.hwt-about-intro { padding: 74px 0 82px; background: #fff; }
.hwt-about-intro-grid { max-width: 1240px; display: grid; grid-template-columns: minmax(0,.95fr) minmax(460px,1.05fr); gap: 72px; align-items: center; }
.hwt-about-intro-copy h1 { max-width: 610px; margin: 12px 0 16px; font-size: clamp(38px,4vw,54px); line-height: 1.08; letter-spacing: -.035em; }
.hwt-about-intro-copy > p { max-width: 620px; margin: 0 0 28px; color: var(--hwt-muted); font-size: 16px; line-height: 1.65; }
.hwt-about-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 28px; }
.hwt-about-facts > div { min-height: 94px; padding: 14px 16px; border-left: 3px solid var(--hwt-yellow); border-radius: 0 12px 12px 0; background: #f7f9fb; }
.hwt-about-facts strong, .hwt-about-facts span { display: block; }
.hwt-about-facts strong { color: var(--hwt-blue); font-size: 31px; line-height: 1.05; }
.hwt-about-facts span { margin-top: 7px; color: var(--hwt-muted); font-size: 12px; line-height: 1.4; }
.hwt-about-facts .hwt-about-location strong { font-size: 18px; line-height: 1.25; }
.hwt-about-intro-image { overflow: hidden; border-radius: 24px; box-shadow: 0 24px 60px rgba(17,32,51,.14); }
.hwt-about-intro-image img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; }
.hwt-about-capabilities { padding: 74px 0; background: #eef3f8; }
.hwt-about-capabilities-grid { max-width: 1240px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)) minmax(300px,.9fr); gap: 20px; align-items: stretch; }
.hwt-about-capabilities article, .hwt-about-capabilities aside { padding: 30px; border: 1px solid #dce3ea; border-radius: 18px; background: #fff; }
.hwt-about-capabilities article > span { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 15px; background: #edf4ff; color: var(--hwt-blue); }
.hwt-about-capabilities article > span .hwt-icon { width: 26px; height: 26px; }
.hwt-about-capabilities h2 { margin: 20px 0 12px; color: var(--hwt-blue); font-size: 23px; line-height: 1.22; }
.hwt-about-capabilities p { margin: 0; color: var(--hwt-muted); font-size: 14px; line-height: 1.7; }
.hwt-about-capabilities aside { display: flex; flex-direction: column; align-items: flex-start; border-color: var(--hwt-blue); background: var(--hwt-blue); color: #fff; }
.hwt-about-capabilities aside .hwt-small-label { color: var(--hwt-yellow); }
.hwt-about-capabilities aside h2 { margin-top: 10px; color: #fff; }
.hwt-about-capabilities aside p { color: rgba(255,255,255,.76); }
.hwt-about-capabilities aside .hwt-button { margin-top: auto; padding-top: 13px; padding-bottom: 13px; }
.hwt-about-why { padding: 82px 0 0; background: #fff; }
.hwt-about-why-grid { max-width: 1180px; display: grid; grid-template-columns: minmax(360px,.86fr) minmax(0,1.14fr); gap: 72px; align-items: end; }
.hwt-about-team-image { display: flex; align-items: end; justify-content: center; }
.hwt-about-team-image img { width: min(100%,520px); max-height: 520px; object-fit: contain; object-position: center bottom; }
.hwt-about-why-copy { padding-bottom: 76px; }
.hwt-about-why-copy h2 { max-width: 660px; margin: 10px 0 16px; font-size: clamp(35px,4vw,50px); line-height: 1.08; }
.hwt-about-why-copy > p { max-width: 720px; margin: 0 0 28px; color: var(--hwt-muted); font-size: 15px; line-height: 1.7; }
.hwt-about-values { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-bottom: 28px; }
.hwt-about-values > div { min-height: 86px; display: flex; align-items: flex-start; gap: 12px; padding: 14px; border: 1px solid #e1e6eb; border-radius: 14px; background: #fafbfc; }
.hwt-about-values > div > .hwt-icon { width: 26px; height: 26px; flex: 0 0 26px; color: var(--hwt-yellow-deep); }
.hwt-about-values span, .hwt-about-values strong, .hwt-about-values small { display: block; }
.hwt-about-values strong { color: var(--hwt-ink); font-size: 14px; }
.hwt-about-values small { margin-top: 4px; color: var(--hwt-muted); font-size: 11px; line-height: 1.4; }

.hwt-contact-stage { padding: 76px 0 90px; background: linear-gradient(180deg,#fff 0,#f3f6f9 100%); }
.hwt-contact-frame { max-width: 1200px; display: grid; grid-template-columns: minmax(390px,.92fr) minmax(0,1.08fr); align-items: stretch; padding: 32px 34px 32px 0; border: 1px solid #e7ebef; border-radius: 26px; background: #fff; box-shadow: 0 24px 60px rgba(17,32,51,.11); }
.hwt-contact-frame .hwt-contact-details { position: relative; top: auto; display: flex; flex-direction: column; margin-left: -56px; padding: 48px 46px; border-radius: 22px; background: linear-gradient(145deg,#0a3d91,#124fae); color: #fff; box-shadow: 0 20px 46px rgba(10,61,145,.22); }
.hwt-contact-kicker { color: var(--hwt-yellow); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hwt-contact-frame .hwt-contact-details h1 { margin: 10px 0 16px; color: var(--hwt-yellow); font-size: 45px; line-height: 1.08; }
.hwt-contact-frame .hwt-contact-details > p { margin: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; }
.hwt-contact-list { display: grid; gap: 19px; margin: 34px 0 0; padding: 0 0 28px; border-bottom: 1px solid rgba(255,255,255,.18); font-style: normal; }
.hwt-contact-list > div, .hwt-contact-list > a { display: flex; align-items: flex-start; gap: 14px; color: #fff; }
.hwt-contact-list span { width: 38px; height: 38px; flex: 0 0 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: rgba(255,213,58,.14); color: var(--hwt-yellow); }
.hwt-contact-list .hwt-whatsapp-link > span { background: rgba(37,211,102,.16); color: #43df79; }
.hwt-contact-list span .hwt-icon { width: 21px; height: 21px; }
.hwt-contact-list p { margin: 5px 0 0; color: inherit; font-size: 14px; line-height: 1.5; }
.hwt-contact-social { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.hwt-contact-social a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--hwt-blue); font-size: 12px; font-weight: 850; }
.hwt-contact-frame .hwt-contact-form-wrap { align-self: center; padding: 30px 8px 30px 48px; border-radius: 0; box-shadow: none; }
.hwt-contact-frame .hwt-contact-form-head h2 { margin: 9px 0 10px; font-size: 40px; }
.hwt-contact-frame .hwt-contact-form-head p { max-width: 540px; margin-bottom: 26px; font-size: 15px; line-height: 1.6; }
.hwt-contact-frame .hwt-contact-form input, .hwt-contact-frame .hwt-contact-form select, .hwt-contact-frame .hwt-contact-form textarea { border-color: #dce2e8; border-radius: 9px; background: #fff; }
.hwt-contact-frame .hwt-contact-form .hwt-button { min-width: 165px; border-radius: 9px; background: var(--hwt-blue); color: #fff; }
.hwt-contact-frame .hwt-contact-form .hwt-button:hover { background: var(--hwt-yellow); color: #111; }
.hwt-contact-assurances { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #edf0f3; color: var(--hwt-muted); font-size: 11px; font-weight: 700; }
.hwt-contact-assurances span { display: inline-flex; align-items: center; gap: 6px; }
.hwt-contact-assurances .hwt-icon { width: 17px; height: 17px; color: var(--hwt-blue); }

.hwt-auth-page { padding: 70px 0 86px; background: #fff; }
.hwt-auth-grid { max-width: 1120px; min-height: 610px; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); border: 1px solid #ebedf0; border-radius: 22px; background: #f8f8f9; box-shadow: 0 18px 54px rgba(17,32,51,.08); }
.hwt-auth-visual { min-height: 610px; padding: 40px; background: #f8f8f9; }
.hwt-auth-visual img { width: 100%; height: auto; max-height: 520px; object-fit: contain; }
.hwt-auth-panel { padding: 58px 54px; background: #f8f8f9; }
.hwt-auth-eyebrow { margin-bottom: 10px; color: var(--hwt-blue); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hwt-auth-panel h1 { margin-bottom: 10px; font-size: clamp(36px,4vw,46px); }
.hwt-auth-panel > p { max-width: 510px; margin: 0; color: #4d5662; font-size: 15px; line-height: 1.6; }
.hwt-auth-panel form { margin-top: 22px; }
.hwt-auth-panel .login-username, .hwt-auth-panel .login-password { margin-bottom: 13px; }
.hwt-auth-panel label, .hwt-register-form label { color: var(--hwt-ink); font-size: 14px; font-weight: 650; }
.hwt-auth-panel input[type="text"], .hwt-auth-panel input[type="password"], .hwt-auth-panel input[type="email"], .hwt-register-form input { min-height: 54px; border: 1px solid #d8e3f2; border-radius: 8px; background: #eaf2ff; }
.hwt-auth-panel input:focus, .hwt-register-form input:focus { border-color: var(--hwt-blue); box-shadow: 0 0 0 3px rgba(10,61,145,.09); outline: 0; }
.hwt-auth-panel .login-remember { display: flex; align-items: center; gap: 8px; margin: 12px 0 17px; }
.hwt-auth-panel .login-remember label { display: inline-flex; align-items: center; gap: 8px; }
.hwt-auth-panel .login-remember input { width: 17px; height: 17px; }
.hwt-auth-panel input[type="submit"], .hwt-register-form .hwt-button { min-height: 54px; border-radius: 8px; background: var(--hwt-yellow); color: #111; }
.hwt-auth-links { justify-content: flex-start; gap: 0; margin-top: 18px; font-size: 14px; }
.hwt-auth-links a { padding: 0 11px; }
.hwt-auth-links a:first-child { padding-left: 0; border-right: 1px solid #9da6b0; }
.hwt-auth-benefits { display: grid; gap: 7px; margin-top: 18px !important; }
.hwt-auth-benefits li { padding: 0; border-radius: 0; background: transparent; color: #3f4853; font-size: 13px; font-weight: 550; }
.hwt-auth-benefits li::before { color: var(--hwt-blue); font-size: 15px; font-weight: 900; }

@media (min-width: 1025px) {
  body.hwt-auth-screen .hwt-topbar,
  body.hwt-auth-screen .hwt-main-nav,
  body.page-template-page-login .hwt-topbar,
  body.page-template-page-login .hwt-main-nav,
  body.page-template-page-registration .hwt-topbar,
  body.page-template-page-registration .hwt-main-nav { display: none; }
}

.woocommerce-account .hwt-page-content { font-size: 15px; line-height: 1.55; }
.woocommerce-account:not(.logged-in) .hwt-commerce-header,
.woocommerce-account:not(.logged-in) .hwt-page-content > .woocommerce { width: 100%; max-width: 620px; margin-inline: auto; }
.woocommerce-account:not(.logged-in) .hwt-commerce-header { text-align: center; }
.woocommerce-account:not(.logged-in) .hwt-page-content > .woocommerce > h2 { display: none; }
.woocommerce-account:not(.logged-in) form.login { margin: 0; padding: 30px; border-radius: 20px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { border: 0; border-radius: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a { border-bottom: 0; }
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 { width: auto; float: none; }
.woocommerce-account .woocommerce-form-login__rememberme { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; }
.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account form.lost_reset_password .woocommerce-Button { width: 100%; min-height: 52px; float: none !important; border-radius: 13px; }
.woocommerce-account .lost_password { margin: 14px 0 0; text-align: center; }

@media (min-width: 768px) {
  .woocommerce-account.logged-in .hwt-page-content > .woocommerce { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 24px; align-items: start; }
  .woocommerce-account.logged-in .hwt-page-content > .woocommerce::before,
  .woocommerce-account.logged-in .hwt-page-content > .woocommerce::after { display: none; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content { width: auto; min-width: 0; float: none; }
  .woocommerce-account #customer_login { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
}

@media (min-width: 1025px) {
  .hwt-single-product-shell { max-width: 1344px; }
  .hwt-product-top { grid-template-columns: minmax(0,1.02fr) minmax(390px,.98fr); gap: 46px; }
  .hwt-product-summary { padding-top: 70px; }
  .hwt-single-wishlist { top: 24px; }
  .hwt-product-gallery-column .flex-control-thumbs { display: flex; }
  .hwt-product-gallery-column .flex-control-thumbs li { width: 154px !important; flex: 0 0 154px; }
  .hwt-product-summary form.cart { align-items: center; }
  .hwt-product-summary .single_add_to_cart_button { min-width: 180px; flex: 0 0 auto; }
}
.hwt-category-image { width: 88px; height: 76px; margin-bottom: 10px; object-fit: contain; transition: transform .18s ease; }
.hwt-category-card:hover .hwt-category-image { transform: scale(1.04); }

/* Theme-native wishlist */
.hwt-header-wishlist .hwt-wishlist-count { position: absolute; top: -7px; right: 3px; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--hwt-yellow); color: #111; font-size: 10px; font-weight: 900; }
.hwt-header-wishlist .hwt-wishlist-count[hidden] { display: none; }
.hwt-mobile-wishlist-link { display: none; }
.hwt-native-wishlist { padding: 54px 0 76px; }
.hwt-wishlist-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.hwt-wishlist-heading h1 { margin: 0; font-size: clamp(34px, 5vw, 48px); line-height: 1.08; }
.hwt-wishlist-heading p { margin: 0; color: var(--hwt-muted); }
.hwt-wishlist-live { min-height: 24px; margin-bottom: 10px; color: var(--hwt-green); font-size: 14px; font-weight: 700; }
.hwt-wishlist-list { display: grid; gap: 12px; }
.hwt-wishlist-item { display: grid; grid-template-columns: 112px minmax(220px,1fr) minmax(130px,auto) minmax(190px,auto); align-items: center; gap: 22px; padding: 16px 18px; border: 1px solid var(--hwt-line); border-radius: 10px; background: #fff; }
.hwt-wishlist-image { width: 112px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 8px; border-radius: 8px; background: #fff; }
.hwt-wishlist-image img { width: 100%; height: 100%; object-fit: contain; }
.hwt-wishlist-product-copy h2 { margin: 0 0 7px; font-size: 17px; line-height: 1.4; }
.hwt-wishlist-product-copy h2 a:hover { color: var(--hwt-blue); }
.hwt-wishlist-stock .stock { margin: 0; color: var(--hwt-green); font-size: 12px; font-weight: 700; }
.hwt-wishlist-stock .out-of-stock { color: var(--hwt-red); }
.hwt-wishlist-price { color: var(--hwt-blue); font-size: 18px; font-weight: 850; }
.hwt-wishlist-price del { color: var(--hwt-muted); font-size: 12px; font-weight: 500; }
.hwt-wishlist-price ins { text-decoration: none; }
.hwt-wishlist-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.hwt-wishlist-actions .hwt-wishlist-cart-button { min-width: 132px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; margin: 0; padding: 10px 15px; border-radius: 7px; background: var(--hwt-yellow); color: var(--hwt-ink); font-weight: 800; text-align: center; }
.hwt-wishlist-actions .hwt-wishlist-cart-button:hover { background: var(--hwt-blue); color: #fff; }
.hwt-wishlist-actions .hwt-wishlist-button { width: 42px; height: 42px; }
.hwt-wishlist-empty { display: grid; justify-items: center; padding: 80px 20px; border: 1px dashed #cfd6df; border-radius: 12px; text-align: center; }
.hwt-wishlist-empty[hidden] { display: none; }
.hwt-wishlist-empty-icon { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--hwt-soft); color: var(--hwt-blue); }
.hwt-wishlist-empty-icon .hwt-icon { width: 34px; height: 34px; }
.hwt-wishlist-empty h2 { margin: 18px 0 5px; }
.hwt-wishlist-empty p { max-width: 520px; margin: 0 0 22px; color: var(--hwt-muted); }

@media (max-width: 820px) {
  .hwt-wishlist-item { grid-template-columns: 92px minmax(0,1fr) auto; gap: 14px; }
  .hwt-wishlist-image { width: 92px; }
  .hwt-wishlist-price { grid-column: 2; }
  .hwt-wishlist-actions { grid-column: 2 / -1; justify-content: flex-start; }
}

@media (max-width: 1024px) {
  .hwt-mobile-wishlist-link { min-height: 50px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--hwt-line); color: var(--hwt-slate); font-weight: 700; }
  .hwt-mobile-wishlist-link .hwt-icon { width: 20px; height: 20px; }
  .hwt-mobile-wishlist-link b { width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; margin-left: auto; border-radius: 50%; background: var(--hwt-yellow); color: #111; font-size: 10px; }
  .hwt-mobile-wishlist-link b[hidden] { display: none; }
}

@media (max-width: 540px) {
  .hwt-native-wishlist { padding: 35px 0 55px; }
  .hwt-wishlist-heading { align-items: flex-start; }
  .hwt-wishlist-heading p { font-size: 13px; white-space: nowrap; }
  .hwt-wishlist-item { grid-template-columns: 76px minmax(0,1fr); padding: 13px; }
  .hwt-wishlist-image { width: 76px; }
  .hwt-wishlist-price, .hwt-wishlist-actions { grid-column: 1 / -1; }
  .hwt-wishlist-actions { justify-content: stretch; }
  .hwt-wishlist-actions .hwt-wishlist-cart-button { flex: 1; }
}
