.hwt-mobile-drawer-head,
.hwt-mobile-nav-eyebrow,
.hwt-mobile-nav-support,
.hwt-mobile-bottom-nav,
.hwt-header-main-placeholder { display: none; }

@media (min-width: 1025px) {
  .hwt-header-main { position: relative; top: auto; }
  .admin-bar .hwt-header-main { top: auto; }
  .hwt-header-main-placeholder { display: none; }
  .hwt-site-header.hwt-desktop-header-stuck .hwt-header-main {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10010;
    box-shadow: 0 8px 24px rgba(17,32,51,.09);
  }
  .admin-bar .hwt-site-header.hwt-desktop-header-stuck .hwt-header-main { top: 32px; }
  .hwt-site-header.hwt-desktop-header-stuck .hwt-header-main-placeholder { display: block; }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .hwt-catalog-layout { grid-template-columns: 260px minmax(0,1fr); gap: 24px; }
  .hwt-catalog-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hwt-price-range-values { grid-template-columns: minmax(0,1fr) 7px minmax(0,1fr); gap: 4px; }
  .hwt-price-range-values > span { padding-inline: 6px; }
  .hwt-price-range-values output { font-size: 12px; }
}

@media (max-width: 1199px) {
  .hwt-header-main-inner { grid-template-columns: 190px minmax(320px,1fr) auto; gap: 18px; }
  .hwt-header-actions { gap: 9px; }
  .hwt-header-action > span:not(.hwt-cart-summary) { display: none; }
  .hwt-cart-total { display: none; }
  .hwt-departments { flex-basis: 235px; }
  .hwt-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .hwt-bestsellers-grid, .hwt-related-section .related ul.products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
  .hwt-trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hwt-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .hwt-footer-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 1024px) {
  .admin-bar .hwt-header-main { top: 46px; }
  .hwt-topbar-inner { justify-content: center; }
  .hwt-topbar-actions { position: absolute; right: 20px; }
  .hwt-topbar-actions > a { display: none; }
  .hwt-header-main-inner { min-height: 76px; grid-template-columns: 44px minmax(120px,1fr) auto; gap: 10px; }
  .hwt-mobile-nav-toggle { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; background: transparent; }
  .hwt-logo { justify-content: center; }
  .hwt-logo-image { width: 160px; height: 54px; object-position: center; }
  .hwt-header-main-inner > .hwt-product-search { grid-column: 1 / -1; grid-row: 2; width: 100%; margin-bottom: 12px; }
  .hwt-header-main-inner { padding-top: 4px; }
  .hwt-header-actions { justify-content: flex-end; }
  .hwt-header-action:first-child, .hwt-header-action:nth-child(2) { display: none; }
  .hwt-cart-action { flex-direction: row; min-width: 42px; }
  .hwt-main-nav { position: fixed; inset: 0 auto 0 0; z-index: 10002; width: min(89vw,410px); display: block; overflow-y: auto; border: 0; box-shadow: var(--hwt-shadow); transform: translateX(-103%); transition: transform .24s ease; }
  .hwt-main-nav.is-open { transform: translateX(0); }
  .hwt-main-nav-inner { width: 100%; min-height: 100%; display: block; padding: 72px 20px 28px; }
  .hwt-mobile-nav-close { position: absolute; top: 14px; right: 15px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: var(--hwt-soft); }
  .hwt-nav-backdrop { position: fixed; inset: 0; z-index: 10001; display: block; background: rgba(11,18,27,.56); backdrop-filter: blur(3px); }
  .hwt-departments { width: 100%; }
  .hwt-departments-button { min-height: 52px; border-radius: 8px; }
  .hwt-mega-menu { position: static; width: 100%; max-height: 0; display: block; overflow: hidden; margin-top: 0; padding: 0 15px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .25s ease, padding .25s ease; }
  .hwt-mega-menu.is-open { max-height: 900px; padding-block: 15px; }
  .hwt-mega-column { padding: 10px 0; }
  .hwt-mega-column h2 { font-size: 15px; }
  .hwt-primary-menu { display: block; margin: 18px 0 0; border-top: 1px solid var(--hwt-line); }
  .hwt-primary-menu > li { display: block; border-bottom: 1px solid var(--hwt-line); }
  .hwt-primary-menu > li > a { min-height: 48px; padding: 0; }
  .hwt-primary-menu .sub-menu { position: static; opacity: 1; visibility: visible; display: block; border: 0; box-shadow: none; }
  .hwt-flash-link { min-height: 50px; padding: 0; }
  .hwt-hero { padding: 65px 0; }
  .hwt-hero-grid { grid-template-columns: 1fr; }
  .hwt-hero-copy { text-align: center; }
  .hwt-hero-text { margin-inline: auto; }
  .hwt-hero-buttons, .hwt-hero-benefits { justify-content: center; }
  .hwt-hero-media { min-height: 420px; }
  .hwt-hero-media video { min-height: 420px; }
  .hwt-catalog-layout { grid-template-columns: 240px minmax(0,1fr); gap: 22px; }
  .woocommerce ul.products, ul.products.hwt-product-collection { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hwt-product-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hwt-product-benefits { grid-template-columns: 1fr; }
  .hwt-about-story-grid { gap: 35px; }
}

@media (max-width: 767px) {
  .hwt-shell { width: min(calc(100% - 24px), var(--hwt-shell)); }
  .hwt-section { padding: 42px 0; }
  .hwt-heading-row { align-items: flex-start; }
  .hwt-heading-row .hwt-text-link { display: none; }
  .hwt-topbar-inner { min-height: 38px; }
  .hwt-delivery-notice { font-size: 11px; }
  .hwt-topbar-actions { right: 12px; }
  .hwt-currency-wrap { min-width: 64px; }
  .hwt-currency-wrap select { width: 64px; }
  .hwt-header-main-inner { min-height: 68px; grid-template-columns: 40px 1fr 42px; }
  .hwt-logo-image { width: 138px; height: 48px; }
  .hwt-product-search { height: 46px; grid-template-columns: minmax(0,1fr) 50px; }
  .hwt-search-department-picker { display: none; }
  .hwt-product-search select { display: none; }
  .hwt-product-search input { padding: 0 13px; font-size: 14px; }
  .hwt-hero { padding: 58px 0; }
  .hwt-hero h1 { margin-top: 18px; font-size: 36px; line-height: 1.28; }
  .hwt-hero h1 span { white-space: normal; }
  .hwt-hero-text { font-size: 16px; }
  .hwt-hero-buttons { display: grid; grid-template-columns: 1fr; }
  .hwt-hero-benefits { gap: 18px; }
  .hwt-hero-benefits > div { width: calc(50% - 9px); text-align: left; }
  .hwt-hero-media { min-height: 310px; border-radius: 16px; }
  .hwt-hero-media video { min-height: 310px; }
  .hwt-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .hwt-category-card { min-height: 145px; padding: 17px 10px; }
  .hwt-category-card:hover { border-bottom-width: 4px; }
  .hwt-horizontal-products ul.products { grid-template-columns: repeat(8,minmax(215px,1fr)); }
  .woocommerce ul.products, ul.products.hwt-product-collection { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .hwt-bestsellers-grid, .hwt-related-section .related ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .hwt-product-media { padding: 10px; }
  .hwt-product-card-body { padding: 12px 11px 9px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 40px; font-size: 13px; }
  .hwt-card-price { font-size: 15px; }
  .hwt-delivery-line { font-size: 9px; }
  .hwt-product-card-footer { padding: 0 11px 12px; }
  .woocommerce ul.products li.product .hwt-product-card-footer .button { min-height: 42px; padding: 9px 7px; font-size: 12px; }
  .hwt-trust-grid { grid-template-columns: 1fr; }
  .hwt-trust-card { padding: 18px; }
  .hwt-footer-grid { grid-template-columns: 1fr; gap: 32px; padding: 46px 0 40px; }
  .hwt-footer-newsletter { grid-column: auto; }
  .hwt-footer-bottom-inner { min-height: 0; flex-direction: column; align-items: flex-start; padding: 22px 0; }
  .hwt-footer-policy-links { flex-wrap: wrap; }
  .hwt-payment-marks { margin-left: 0; }
  .hwt-catalog-main { padding-top: 18px; }
  .hwt-catalog-header { margin-bottom: 15px; }
  .hwt-catalog-header h1 { font-size: 31px; }
  .hwt-mobile-catalog-controls { position: sticky; top: 116px; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 -12px 14px; padding: 10px 12px; border-top: 1px solid var(--hwt-line); border-bottom: 1px solid var(--hwt-line); background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }
  .admin-bar .hwt-mobile-catalog-controls { top: 162px; }
  .hwt-mobile-catalog-controls button { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--hwt-line); border-radius: 7px; background: #fff; font-weight: 800; }
  .hwt-mobile-catalog-controls b { width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--hwt-yellow); font-size: 10px; }
  .hwt-catalog-layout { display: block; }
  .hwt-filter-panel { position: fixed; inset: 0 0 0 auto; z-index: 10005; width: min(92vw,420px); border: 0; border-radius: 0; overflow: hidden; transform: translateX(103%); transition: transform .24s ease; }
  .hwt-filter-panel.is-open { transform: translateX(0); }
  .hwt-filter-form { height: 100%; min-height: 0; display: flex; flex-direction: column; overflow: hidden; }
  .hwt-filter-header { position: relative; top: auto; z-index: 3; flex: 0 0 auto; background: #fff; }
  .hwt-filter-body { min-height: 0; flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .hwt-filter-header button { display: flex; }
  .hwt-filter-backdrop { position: fixed; inset: 0; z-index: 10004; background: rgba(11,18,27,.56); backdrop-filter: blur(3px); }
  .hwt-filter-actions { position: static; width: 100%; flex: 0 0 auto; padding-bottom: max(16px,env(safe-area-inset-bottom)); }
  .hwt-shop-toolbar { min-height: 48px; margin-bottom: 10px; }
  .hwt-result-count .woocommerce-result-count { font-size: 11px; }
  .hwt-ordering { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 10006; display: none; padding: 18px; border-radius: 12px; background: #fff; box-shadow: var(--hwt-shadow); }
  .hwt-ordering.is-open { display: grid; }
  .hwt-ordering label { font-size: 13px; font-weight: 800; }
  .hwt-ordering select { width: 100%; min-width: 0; height: 46px; }
  .hwt-product-top { grid-template-columns: 1fr; gap: 22px; }
  .hwt-product-summary h1 { margin-right: 45px; font-size: 30px; }
  .hwt-product-summary .woocommerce-variation-add-to-cart { flex-wrap: wrap; }
  .hwt-product-summary .single_add_to_cart_button { min-width: 190px; }
  .hwt-product-details-section .woocommerce-tabs { padding: 12px; }
  .hwt-product-details-section .woocommerce-tabs ul.tabs { justify-content: flex-start; overflow-x: auto; }
  .hwt-product-details-section .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
  .hwt-product-details-section #reviews { grid-template-columns: 1fr; }
  .hwt-page-hero-simple { padding: 50px 0; }
  .hwt-page-hero-simple p { font-size: 16px; }
  .hwt-about-stats { grid-template-columns: 1fr; }
  .hwt-about-story-grid { grid-template-columns: 1fr; }
  .hwt-about-image-badges { right: 10px; bottom: 10px; }
  .hwt-contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .hwt-form-row { grid-template-columns: 1fr; }
  .hwt-contact-form-wrap { padding: 20px; }
  .hwt-auth-grid { grid-template-columns: 1fr; }
  .hwt-auth-visual { min-height: 300px; padding: 20px; }
  .hwt-auth-panel { padding: 30px 22px; }
  .hwt-auth-grid-reverse .hwt-auth-panel, .hwt-auth-grid-reverse .hwt-auth-visual { order: initial; }
  .hwt-auth-panel h1 { font-size: 32px; }
  .hwt-auth-links { flex-wrap: wrap; }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { padding: 10px; }
}

@media (max-width: 390px) {
  .hwt-delivery-notice .hwt-icon { display: none; }
  .hwt-hero h1 { font-size: 32px; }
  .hwt-category-card strong { font-size: 13px; }
  .hwt-product-brand { font-size: 9px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 12px; }
  .hwt-card-price { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hwt-brand-track { animation: none; }
}

@media (max-width: 1024px) {
  .hwt-mini-cart { display: none !important; }
  .hwt-departments-menu { display: block; }
  .hwt-departments-menu > li { padding: 9px 0; }
  .hwt-departments-menu > li > a { margin-bottom: 7px; font-size: 15px; }
  .hwt-departments-menu .sub-menu { display: grid; padding-left: 10px; }
}

@media (max-width: 767px) {
  .hwt-category-toggle { width: 34px; height: 34px; flex-basis: 34px; }
  .hwt-filter-depth-1 { padding-left: 12px; margin-left: 7px; }
  .woocommerce-cart .hwt-main,
  .woocommerce-checkout .hwt-main,
  .woocommerce-account .hwt-main { padding: 24px 0 45px; }
  .woocommerce-cart .hwt-page-shell,
  .woocommerce-checkout .hwt-page-shell,
  .woocommerce-account .hwt-page-shell { width: min(calc(100% - 24px), var(--hwt-shell)); }
  .woocommerce .cart_totals,
  .woocommerce form.checkout,
  .woocommerce .woocommerce-MyAccount-content,
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce form.lost_reset_password { padding: 16px; }
  .woocommerce .woocommerce-MyAccount-navigation { margin-bottom: 18px; }
}
@media (max-width: 480px) {
  .hwt-product-specifications dl { grid-template-columns: 1fr; }
  .hwt-product-specifications dl > div { grid-template-columns: 1fr; gap: 1px; padding-bottom: 7px; border-bottom: 1px dashed var(--hwt-line); }
}

/*
 * Dedicated touch layout. The desktop theme remains authoritative above 1024px;
 * this layer deliberately behaves like a separate mobile storefront.
 */
@media (max-width: 1024px) {
  :root {
    --hwt-mobile-safe-bottom: env(safe-area-inset-bottom, 0px);
    --hwt-mobile-topbar-height: 32px;
    --hwt-mobile-header-height: 118px;
    --hwt-mobile-site-header-height: calc(var(--hwt-mobile-topbar-height) + var(--hwt-mobile-header-height));
    --hwt-mobile-nav-height: 72px;
    --hwt-mobile-radius: 18px;
  }

  html, body { max-width: 100%; overflow-x: hidden; }
  body.hwt-custom-theme { padding-bottom: calc(var(--hwt-mobile-nav-height) + var(--hwt-mobile-safe-bottom)); }
  body.hwt-nav-open, body.hwt-filter-open { overscroll-behavior: none; }

  .hwt-site-header { position: sticky; top: 0; z-index: 1000; }
  .admin-bar .hwt-site-header { top: 46px; }
  .hwt-site-header .hwt-header-main,
  .admin-bar .hwt-site-header .hwt-header-main { position: static; top: auto; }

  /* Compact mobile header: logo/actions on the first row, search on the second. */
  .hwt-topbar-inner { width: calc(100% - 24px); min-height: 32px; justify-content: center; }
  .hwt-delivery-notice { max-width: calc(100% - 76px); overflow: hidden; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
  .hwt-delivery-notice .hwt-icon { width: 16px; height: 16px; }
  .hwt-topbar-actions { right: 8px; }
  .hwt-currency-wrap { min-width: 58px; }
  .hwt-currency-wrap select { width: 58px; min-height: 24px; padding-right: 18px; font-size: 10px; }
  .hwt-header-main { top: 0; box-shadow: 0 4px 18px rgba(17, 32, 51, .06); }
  .admin-bar .hwt-header-main { top: 46px; }
  .hwt-header-main-inner {
    width: calc(100% - 24px);
    min-height: var(--hwt-mobile-header-height);
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    grid-template-rows: 60px 48px;
    gap: 0 8px;
    padding: 0 0 10px;
  }
  .hwt-mobile-nav-toggle { grid-column: 1; grid-row: 1; width: 44px; height: 44px; border: 1px solid #e6eaf0; border-radius: 15px; background: #fff; color: var(--hwt-blue); }
  .hwt-mobile-nav-toggle .hwt-icon { width: 23px; height: 23px; }
  .hwt-logo { grid-column: 2; grid-row: 1; justify-content: center; padding: 0; }
  .hwt-logo-image { width: min(100%, 168px); height: 46px; object-position: center; }
  .hwt-header-actions { grid-column: 3; grid-row: 1; width: 48px; }
  .hwt-header-action:first-child, .hwt-header-action:nth-child(2) { display: none; }
  .hwt-cart-action { width: 44px; min-width: 44px; height: 44px; flex-direction: row; justify-content: center; border: 1px solid #e6eaf0; border-radius: 15px; background: #fff; color: var(--hwt-blue); }
  .hwt-cart-action > .hwt-icon { width: 23px; height: 23px; }
  .hwt-cart-summary { position: absolute; inset: 0; pointer-events: none; }
  .hwt-cart-total { display: none; }
  .hwt-cart-count { top: -5px; right: -5px; width: 20px; height: 20px; border: 2px solid #fff; font-size: 9px; }
  .hwt-header-main-inner > .hwt-product-search {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 48px;
    margin: 0;
    grid-template-columns: minmax(0, 1fr) 48px;
    border: 1px solid #dfe4ea;
    border-radius: 16px;
    background: #f7f9fb;
  }
  .hwt-product-search select { display: none; }
  .hwt-product-search input { padding: 0 14px; font-size: 14px; }
  .hwt-product-search button { width: 40px; height: 40px; align-self: center; justify-self: end; margin-right: 4px; padding: 0; border-radius: 13px; }
  .hwt-product-search button span { display: none; }
  .hwt-product-search button .hwt-icon { display: block; width: 20px; height: 20px; }

  /* Mobile menu opens as a deliberate bottom sheet, not a corner drawer. */
  .hwt-main-nav {
    position: fixed;
    inset: auto 0 0 0;
    top: auto;
    bottom: 0;
    z-index: 10020;
    width: 100vw;
    width: 100dvw;
    max-width: 100vw;
    max-width: 100dvw;
    height: auto;
    max-height: min(88vh, 720px);
    max-height: min(88dvh, 720px);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    border: 0;
    border-radius: 26px 26px 0 0;
    background: #fff;
    box-shadow: 0 -24px 60px rgba(17,32,51,.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(104%);
    transition: transform .3s cubic-bezier(.2,.75,.25,1), opacity .18s ease, visibility 0s linear .3s;
  }
  .hwt-main-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .hwt-main-nav-inner { width: 100%; min-height: 0; display: flex; flex-direction: column; align-items: stretch; padding: 0 16px calc(20px + var(--hwt-mobile-safe-bottom)); }
  .hwt-mobile-drawer-head { position: sticky; top: 0; z-index: 4; min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--hwt-line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
  .hwt-mobile-drawer-head::before { content: ""; position: absolute; top: 8px; left: 50%; width: 42px; height: 4px; border-radius: 999px; background: #d7dce2; transform: translateX(-50%); }
  .hwt-mobile-drawer-logo { display: inline-flex; align-items: center; }
  .hwt-mobile-drawer-logo .hwt-logo-image { width: 145px; height: 42px; object-position: left center; }
  .hwt-mobile-nav-close { position: static; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 13px; background: #101820; color: #fff; }
  .hwt-mobile-nav-close .hwt-icon { width: 20px; height: 20px; }
  .hwt-mobile-nav-eyebrow { display: block; margin: 17px 2px 9px; color: #758194; font-size: 10px; line-height: 1; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
  .hwt-departments { width: 100%; flex: 0 0 auto; }
  .hwt-departments-button { min-height: 70px; justify-content: flex-start; gap: 11px; padding: 9px 12px; border: 1px solid #dce7f6; border-radius: 17px; background: #f5f9ff; color: var(--hwt-ink); font-size: 14px; font-weight: 850; box-shadow: 0 6px 18px rgba(10,61,145,.055); }
  .hwt-departments-button:hover, .hwt-departments-button[aria-expanded="true"] { border-color: #b9ceeb; background: #eef5ff; }
  .hwt-departments-button > .hwt-icon:first-child { width: 40px; height: 40px; display: block; flex: 0 0 40px; padding: 10px; border-radius: 12px; background: #dfeeff; color: var(--hwt-blue); }
  .hwt-departments-button > .hwt-icon:last-child { width: 17px; height: 17px; flex: 0 0 17px; color: var(--hwt-muted); transition: transform .2s ease; }
  .hwt-departments-button[aria-expanded="true"] > .hwt-icon:last-child { transform: rotate(180deg); }
  .hwt-departments-button .hwt-departments-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; line-height: 1.2; white-space: normal; }
  .hwt-departments-copy strong { font-size: 14px; font-weight: 850; }
  .hwt-departments-copy small { display: block; color: #748093; font-size: 10px; line-height: 1.25; font-weight: 600; }
  .hwt-departments-label-desktop { display: none; }
  .hwt-departments-label-mobile { display: inline; }
  .hwt-mega-menu { position: static; width: 100%; max-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 9px; overflow: hidden; margin: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .28s ease, padding .28s ease; }
  .hwt-mega-menu.is-open { max-height: 1200px; padding-block: 10px; overflow: visible; overscroll-behavior: auto; }
  .hwt-mega-column { min-width: 0; margin-bottom: 9px; padding: 12px; border: 1px solid #e6eaf0; border-radius: 14px; background: #f8fafc; }
  .hwt-mega-column h2, .hwt-departments-menu > li > a { margin: 0 0 8px; padding: 0 0 7px; border-bottom: 2px solid var(--hwt-yellow); font-size: 13px; line-height: 1.3; }
  .hwt-mega-column ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
  .hwt-mega-column li + li { margin-top: 0; }
  .hwt-mega-column a { display: block; color: var(--hwt-slate); font-size: 11px; line-height: 1.35; }
  .hwt-departments-menu { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .hwt-departments-menu > li { min-width: 0; padding: 12px; border: 1px solid #e6eaf0; border-radius: 14px; background: #f8fafc; }
  .hwt-departments-menu .sub-menu { gap: 6px; padding: 0; }
  .hwt-departments-menu .sub-menu a { font-size: 11px; line-height: 1.35; }
  .hwt-primary-menu { display: block; margin: 5px 0 0; border: 0; }
  .hwt-primary-menu > li { display: block; border-bottom: 1px solid var(--hwt-line); }
  .hwt-primary-menu > li > a { min-height: 54px; padding: 0 4px; font-size: 16px; font-weight: 750; }
  .hwt-primary-menu > .hwt-menu-active > a::after,
  .hwt-primary-menu > .current-menu-item > a::after,
  .hwt-primary-menu > .current_page_item > a::after { right: auto; bottom: 8px; left: 4px; width: 30px; height: 3px; border-radius: 2px; }
  .hwt-primary-menu .sub-menu { position: static; display: block; padding: 0 0 10px 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; }
  .hwt-primary-menu .sub-menu a { padding: 8px 0; color: var(--hwt-muted); }
  .hwt-mobile-wishlist-link, .hwt-flash-link { min-height: 54px; padding: 0 4px; border-bottom: 1px solid var(--hwt-line); font-size: 15px; font-weight: 750; }
  .hwt-flash-link { width: 100%; margin: 0; color: var(--hwt-red); }
  .hwt-main-nav .hwt-primary-menu,
  .hwt-main-nav .hwt-mobile-wishlist-link,
  .hwt-main-nav .hwt-flash-link { display: none; }
  .hwt-mobile-nav-support { display: block; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--hwt-line); }
  .hwt-mobile-nav-support > p { margin: 0 2px 10px; color: #758194; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
  .hwt-mobile-support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .hwt-mobile-support-grid > a { min-width: 0; min-height: 68px; display: flex; align-items: center; gap: 9px; padding: 8px 9px; border: 1px solid #e2e7ee; border-radius: 15px; background: #fff; color: var(--hwt-slate); box-shadow: 0 4px 14px rgba(17,32,51,.035); }
  .hwt-mobile-support-grid > a:hover { border-color: #c9d9ee; background: #f8fbff; color: var(--hwt-blue); }
  .hwt-mobile-support-grid .hwt-icon, .hwt-mobile-support-symbol { width: 34px; height: 34px; display: inline-flex; flex: 0 0 34px; align-items: center; justify-content: center; padding: 7px; border-radius: 10px; background: #edf5ff; color: var(--hwt-blue); font-size: 16px; }
  .hwt-mobile-support-grid > .hwt-whatsapp-link .hwt-icon-whatsapp { background: #e9faef; color: #128c7e; }
  .hwt-mobile-support-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; line-height: 1.15; }
  .hwt-mobile-support-copy strong { color: #263344; font-size: 11px; font-weight: 850; }
  .hwt-mobile-support-copy small { overflow-wrap: anywhere; color: #7b8592; font-size: 9px; line-height: 1.25; font-weight: 600; }
  .hwt-nav-backdrop { position: fixed; inset: 0 auto auto 0; z-index: 10019; width: 100vw; width: 100dvw; height: 100vh; height: 100dvh; display: block !important; background: rgba(11,18,27,.54); backdrop-filter: blur(4px); }
  .hwt-nav-backdrop[hidden] { display: none !important; }

  /* App-like bottom navigation, kept outside all page templates. */
  .hwt-mobile-bottom-nav {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 10010;
    width: 100vw;
    width: 100dvw;
    max-width: 100vw;
    max-width: 100dvw;
    height: calc(var(--hwt-mobile-nav-height) + var(--hwt-mobile-safe-bottom));
    min-height: calc(var(--hwt-mobile-nav-height) + var(--hwt-mobile-safe-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    padding: 7px 6px calc(6px + var(--hwt-mobile-safe-bottom));
    border-top: 1px solid #e6e9ed;
    background: rgba(255,255,255,.97);
    box-shadow: 0 -10px 28px rgba(17,32,51,.10);
    backdrop-filter: blur(14px);
    transition: transform .24s ease;
  }
  body.hwt-nav-open .hwt-mobile-bottom-nav { transform: translateY(110%); }
  .hwt-mobile-bottom-item { position: relative; width: auto; min-width: 0; min-height: 56px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 16px; color: #687382; font-size: 10px; line-height: 1; font-weight: 750; }
  .hwt-mobile-bottom-item > .hwt-icon { width: 21px; height: 21px; }
  .hwt-mobile-bottom-item.is-active { background: #edf4ff; color: var(--hwt-blue); }
  .hwt-mobile-bottom-item b { position: absolute; top: 2px; left: calc(50% + 7px); min-width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; padding: 0 4px; border: 2px solid #fff; border-radius: 999px; background: var(--hwt-yellow); color: #111; font-size: 8px; font-weight: 900; }
  .hwt-mobile-bottom-item b[hidden] { display: none; }

  .hwt-about-intro-grid { grid-template-columns: minmax(0,.95fr) minmax(360px,1.05fr); gap: 34px; }
  .hwt-about-intro-copy h1 { font-size: 40px; }
  .hwt-about-facts { gap: 10px; }
  .hwt-about-capabilities-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hwt-about-capabilities-grid aside { grid-column: 1 / -1; }
  .hwt-about-why-grid { grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: 34px; }
  .hwt-about-values { grid-template-columns: 1fr; }
  .hwt-contact-frame { width: calc(100% - 40px); grid-template-columns: minmax(330px,.9fr) minmax(0,1.1fr); padding-right: 24px; }
  .hwt-contact-frame .hwt-contact-details { margin-left: 0; padding: 38px 30px; }
  .hwt-contact-frame .hwt-contact-form-wrap { padding-left: 30px; }

  .hwt-footer-bottom { padding-bottom: 5px; }
  .hwt-footer-bottom-inner { padding-bottom: 16px; }
}

@media (max-width: 767px) {
  body.hwt-custom-theme { font-size: 16px; line-height: 1.55; }
  .hwt-front-page { overflow: hidden; }
  .hwt-shell { width: calc(100% - 24px); }
  .hwt-section { padding: 44px 0; }
  .hwt-section-heading { margin-bottom: 20px; }
  .hwt-section-heading h2 { font-size: 27px; line-height: 1.12; letter-spacing: -.035em; }
  .hwt-section-heading p { font-size: 13px; line-height: 1.45; }

  /* Mobile homepage is intentionally more editorial and easier to scan. */
  .hwt-hero { padding: 32px 0 38px; }
  .hwt-hero::before { background: radial-gradient(at 100% 18%, rgba(200,221,255,.9) 0%, rgba(242,41,91,0) 48%); }
  .hwt-hero-grid { width: calc(100% - 24px); min-height: 0; display: flex; flex-direction: column; gap: 26px; }
  .hwt-hero-copy { align-items: flex-start; gap: 0; padding: 0; text-align: left; }
  .hwt-kicker { height: 28px; padding: 8px 12px; font-size: 10px; }
  .hwt-hero h1 { margin: 16px 0 13px; font-size: clamp(34px, 10.3vw, 43px); line-height: 1.08; letter-spacing: -.045em; }
  .hwt-hero h1 .hwt-hero-highlight { white-space: normal; }
  .hwt-hero-highlight svg { display: none; }
  .hwt-hero-text { width: 100%; margin: 0; font-size: 16px; line-height: 1.55; font-weight: 500; }
  .hwt-hero-buttons { width: 100%; min-height: 0; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 22px; }
  .hwt-hero-buttons .hwt-button { min-width: 0; height: 52px; min-height: 52px; padding: 0 13px; border-radius: 15px; font-size: 14px; }
  .hwt-hero-buttons .hwt-button-primary, .hwt-hero-buttons .hwt-button-secondary { height: 52px; padding: 0 13px; }
  .hwt-hero-benefits { width: calc(100vw - 12px); height: auto; flex-wrap: nowrap; justify-content: flex-start; gap: 9px; margin: 25px -12px 0 0; padding: 16px 12px 2px 0; overflow-x: auto; border-top: 1px solid var(--hwt-line); scrollbar-width: none; scroll-snap-type: x proximity; }
  .hwt-hero-benefits::-webkit-scrollbar { display: none; }
  .hwt-hero-benefits > div { width: auto; min-width: 174px; height: 64px; align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid #e6eaf0; border-radius: 16px; background: rgba(255,255,255,.88); text-align: left; scroll-snap-align: start; }
  .hwt-hero-benefits > div > .hwt-icon { width: 36px; height: 36px; padding: 8px; }
  .hwt-hero-benefits span { padding-top: 0; }
  .hwt-hero-benefits strong { font-size: 13px; line-height: 1.2; }
  .hwt-hero-benefits small { font-size: 10px; line-height: 1.3; }
  .hwt-hero-media { min-height: 0; padding: 0; overflow: hidden; border-radius: 20px; background: #eaf2fb; box-shadow: 0 16px 34px rgba(17,32,51,.13); }
  .hwt-hero-media video { min-height: 0; aspect-ratio: 16 / 10; object-fit: cover; }
  .hwt-front-page .hwt-hero-media { display: none; }
  .hwt-front-page .hwt-hero-grid { gap: 0; }

  .hwt-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .hwt-category-card { min-height: 142px; padding: 14px 9px; border-radius: 16px; }
  .hwt-category-image { width: 72px; height: 61px; }
  .hwt-category-card strong { font-size: 13px; line-height: 1.3; }
  .hwt-category-card small { font-size: 10px; }
  .hwt-horizontal-products { margin-right: -12px; overflow: hidden; }
  .hwt-horizontal-products ul.products { grid-template-columns: repeat(8, minmax(72vw, 1fr)); gap: 11px; padding-right: 12px; scroll-snap-type: x mandatory; }
  .hwt-horizontal-products ul.products > li { scroll-snap-align: start; }
  .hwt-brand-track { gap: 24px; }
  .hwt-brand-track span { width: 110px; height: 72px; }
  .hwt-trust-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  .hwt-trust-card { min-height: 146px; flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px; border-radius: 17px; }
  .hwt-trust-card > span { width: 46px; height: 46px; }
  .hwt-trust-card > span .hwt-icon { width: 22px; height: 22px; }
  .hwt-trust-card h3 { font-size: 15px; }
  .hwt-trust-card p { font-size: 11px; line-height: 1.45; }

  /* Consistent two-column touch cards. */
  .woocommerce ul.products, ul.products.hwt-product-collection,
  .hwt-bestsellers-grid, .hwt-related-section .related ul.products { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 10px; }
  .hwt-product-card-inner { border-radius: 15px; }
  .hwt-product-card-inner:hover { transform: none; box-shadow: none; }
  .hwt-product-media { aspect-ratio: 1 / .88; padding: 9px; }
  .hwt-product-media .onsale { top: 7px; left: 7px; padding: 4px 6px; font-size: 9px; }
  .hwt-card-wishlist { top: 6px; right: 6px; }
  .hwt-card-wishlist .hwt-wishlist-button { width: 34px; height: 34px; }
  .hwt-product-card-body { padding: 11px 10px 8px; }
  .hwt-product-brand { margin-bottom: 4px; font-size: 9px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 38px; margin-bottom: 6px; font-size: 12px; line-height: 1.45; }
  .hwt-card-rating { min-height: 13px; margin-bottom: 5px; }
  .hwt-card-price { font-size: 15px; line-height: 1.25; }
  .hwt-card-price del { font-size: 10px; }
  .hwt-delivery-line { min-height: 25px; margin-top: 7px; font-size: 9px; line-height: 1.3; }
  .hwt-product-card-footer { padding: 0 10px 10px; }
  .woocommerce ul.products li.product .hwt-product-card-footer .button,
  ul.products.hwt-product-collection li.product .hwt-product-card-footer .button { min-height: 42px; padding: 8px 5px; border-radius: 11px; font-size: 11px; line-height: 1.2; }

  /* Mobile catalog controls and full-screen filter drawer. */
  .hwt-catalog-main { padding: 0 0 48px; }
  .hwt-breadcrumb-wrap { margin-bottom: 12px; font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hwt-catalog-header { margin-bottom: 14px; }
  .hwt-catalog-header h1 { font-size: 29px; }
  .hwt-catalog-header .term-description { font-size: 13px; line-height: 1.5; }
  .hwt-mobile-catalog-sticky { position: sticky; top: var(--hwt-mobile-site-header-height); z-index: 900; margin: 0 -12px 14px; padding: 8px 12px 10px; border-bottom: 1px solid #e8ebef; background: rgba(255,255,255,.98); box-shadow: 0 6px 16px rgba(17,32,51,.05); backdrop-filter: blur(12px); }
  .admin-bar .hwt-mobile-catalog-sticky { top: calc(46px + var(--hwt-mobile-site-header-height)); }
  .hwt-mobile-catalog-sticky .hwt-breadcrumb-wrap { margin: 0 0 4px; }
  .hwt-mobile-catalog-sticky .hwt-mobile-catalog-controls { position: static; top: auto; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; padding: 6px 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .admin-bar .hwt-mobile-catalog-sticky .hwt-mobile-catalog-controls { top: auto; }
  .hwt-mobile-catalog-controls button { min-height: 44px; border: 1px solid #dfe4ea; border-radius: 14px; background: #fff; color: var(--hwt-ink); font-size: 13px; font-weight: 850; }
  .hwt-mobile-catalog-controls button:first-child { border-color: var(--hwt-blue); background: var(--hwt-blue); color: #fff; }
  .hwt-mobile-catalog-controls button .hwt-icon { width: 18px; height: 18px; }
  .hwt-mobile-catalog-controls b { background: var(--hwt-yellow); color: #111; }
  .hwt-catalog-layout { display: block; }
  .hwt-filter-panel { inset: 0 auto auto 0; z-index: 10030; width: 100vw; width: 100dvw; max-width: 100vw; max-width: 100dvw; height: 100vh; height: 100dvh; border: 0; border-radius: 0; overflow: hidden; background: #f7f9fb; transform: translateX(102%); }
  .hwt-filter-panel.is-open { transform: translateX(0); }
  .hwt-filter-form { height: 100%; min-height: 0; padding-bottom: 0; overflow: hidden; background: #fff; }
  .hwt-filter-body { min-height: 0; flex: 1 1 auto; overflow-y: auto; background: #fff; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .hwt-filter-header { min-height: 72px; padding: 12px 16px; background: rgba(255,255,255,.98); backdrop-filter: blur(12px); }
  .hwt-filter-title { min-width: 0; display: block !important; }
  .hwt-filter-title > div { display: flex; align-items: center; gap: 7px; }
  .hwt-filter-title p { margin: 1px 0 0; color: #778391; font-size: 12px; line-height: 16px; }
  .hwt-filter-header h2 { font-size: 24px; letter-spacing: -.03em; }
  .hwt-filter-header button { width: 44px; height: 44px; border-radius: 15px; background: var(--hwt-blue); color: #fff; }
  .hwt-filter-group { background: #fff; }
  .hwt-filter-group summary { min-height: 58px; padding: 0 17px; font-size: 15px; }
  .hwt-filter-group > :not(summary) { margin-inline: 17px; }
  .hwt-filter-scroll { max-height: 300px; }
  .hwt-price-fields { gap: 10px; }
  .hwt-price-fields input { height: 48px; border-radius: 13px; background: #f8fafc; font-size: 16px; }
  .hwt-check { min-height: 40px; grid-template-columns: 23px minmax(0,1fr) auto; font-size: 14px; }
  .hwt-check input { width: 20px; height: 20px; }
  .hwt-filter-actions { position: static; inset: auto; z-index: 4; box-sizing: border-box; width: 100%; grid-template-columns: 116px 1fr; flex: 0 0 auto; padding: 12px 14px calc(12px + var(--hwt-mobile-safe-bottom)); box-shadow: 0 -10px 26px rgba(17,32,51,.10); }
  .hwt-filter-actions > a { min-height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 15px; background: #f0f3f6; color: var(--hwt-ink); text-decoration: none; }
  .hwt-filter-actions .hwt-button { min-height: 50px; border-radius: 15px; background: var(--hwt-blue); color: #fff; }
  .hwt-filter-backdrop { inset: 0 auto auto 0; z-index: 10029; width: 100vw; width: 100dvw; height: 100vh; height: 100dvh; }
  .hwt-mobile-catalog-meta { display: block; }
  .hwt-mobile-catalog-meta .hwt-result-count { min-height: 20px; }
  .hwt-mobile-catalog-meta .hwt-active-filters { flex-wrap: nowrap; margin: 3px -12px 0; padding: 0 12px 2px; overflow-x: auto; scrollbar-width: none; }
  .hwt-mobile-catalog-meta .hwt-active-filters::-webkit-scrollbar { display: none; }
  .hwt-mobile-catalog-meta .hwt-active-filters a { flex: 0 0 auto; min-height: 32px; }
  .hwt-shop-toolbar { min-height: 0; height: 0; margin: 0; padding: 0; border: 0; }
  .hwt-shop-toolbar > .hwt-result-count,
  .hwt-catalog-results > .hwt-active-filters { display: none; }
  .hwt-result-count .woocommerce-result-count { font-size: 11px; }
  .hwt-sort-backdrop { position: fixed; inset: 0; z-index: 10019; width: 100vw; width: 100dvw; height: 100vh; height: 100dvh; display: block; padding: 0; border: 0; background: rgba(11,18,27,.48); backdrop-filter: blur(3px); }
  .hwt-sort-backdrop[hidden] { display: none !important; }
  .hwt-ordering { top: auto; right: 0; bottom: 0; left: 0; z-index: 10020; box-sizing: border-box; width: 100vw; width: 100dvw; max-width: 100vw; max-width: 100dvw; max-height: min(calc(100vh - 16px), 680px); max-height: min(calc(100dvh - 16px), 680px); gap: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 14px 14px calc(16px + var(--hwt-mobile-safe-bottom)); border: 0; border-top: 1px solid #e6e9ed; border-radius: 24px 24px 0 0; background: #fff; box-shadow: 0 -18px 50px rgba(17,32,51,.22); }
  .hwt-ordering-sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 2px 2px 12px; border-bottom: 1px solid #edf0f3; }
  .hwt-ordering-sheet-head > div { min-width: 0; display: flex; flex-direction: column; }
  .hwt-ordering-sheet-head span { color: var(--hwt-blue); font-size: 10px; line-height: 1.2; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .hwt-ordering-sheet-head strong { margin-top: 3px; font-size: 18px; line-height: 1.2; }
  .hwt-ordering-sheet-head button { width: 40px; height: 40px; display: inline-flex; flex: 0 0 40px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 13px; background: #eef3f8; color: var(--hwt-slate); }
  .hwt-ordering-sheet-head button .hwt-icon { width: 18px; height: 18px; }
  .hwt-ordering-desktop-toggle { display: none !important; }
  .hwt-ordering > label, .hwt-ordering > select { display: none; }
  .hwt-ordering-options { display: grid; gap: 5px; padding-top: 10px; }
  .hwt-ordering-options a { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 12px; border: 1px solid transparent; border-radius: 13px; color: #303b4a; font-size: 13px; line-height: 1.25; font-weight: 750; }
  .hwt-ordering-options a:hover, .hwt-ordering-options a:focus-visible { outline: 0; border-color: #c9d9ee; background: #f4f8fd; color: var(--hwt-blue); }
  .hwt-ordering-options a i { width: 10px; height: 10px; flex: 0 0 10px; border: 2px solid #bdc8d6; border-radius: 50%; }
  .hwt-ordering-options a.is-active { border-color: #c9dcf5; background: #eaf3ff; color: var(--hwt-blue); }
  .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 { flex-wrap: nowrap; margin: 0 -12px 13px; padding: 0 12px 3px; overflow-x: auto; scrollbar-width: none; }
  .hwt-active-filters::-webkit-scrollbar { display: none; }
  .hwt-active-filters a { flex: 0 0 auto; min-height: 34px; }
  .woocommerce nav.woocommerce-pagination { margin-top: 28px; }
  .woocommerce nav.woocommerce-pagination ul { gap: 6px; }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; border-radius: 12px; }

  /* Product pages use larger tap targets and a calmer reading order. */
  .hwt-single-product-main { padding: 15px 0 45px; }
  .hwt-product-top { grid-template-columns: 1fr; gap: 20px; padding-bottom: 34px; }
  .hwt-product-gallery-column .woocommerce-product-gallery__wrapper { border-radius: 18px; }
  .hwt-product-gallery-column .woocommerce-product-gallery__trigger { top: 11px !important; right: 11px !important; width: 42px !important; height: 42px !important; }
  .hwt-product-gallery-column .woocommerce-product-gallery__trigger::before { top: 10px; left: 10px; }
  .hwt-product-gallery-column .woocommerce-product-gallery__trigger::after { top: 25px; left: 25px; }
  .hwt-product-gallery-column .flex-control-thumbs { gap: 7px; margin-top: 8px !important; overflow-x: auto; grid-template-columns: repeat(5, minmax(64px,1fr)); }
  .hwt-product-gallery-column .flex-control-thumbs li { border-radius: 12px; }
  .hwt-product-summary { padding: 0; }
  .hwt-single-wishlist { top: 1px; }
  .hwt-product-summary .product_meta { margin-right: 50px; font-size: 10px; }
  .hwt-product-summary h1 { margin: 12px 48px 8px 0; font-size: 27px; line-height: 1.17; }
  .hwt-product-summary .woocommerce-product-rating { margin-bottom: 14px; }
  .hwt-single-price-row { padding: 14px 0; }
  .hwt-single-price-row .price { font-size: 25px !important; }
  .hwt-product-summary form.cart { gap: 9px; margin: 18px 0 !important; }
  .hwt-product-summary .quantity .qty { min-height: 54px; }
  .hwt-product-summary .single_add_to_cart_button { min-height: 54px; border-radius: 15px !important; }
  .hwt-product-summary .variations select { min-height: 50px; border-radius: 13px; }
  .hwt-product-summary .woocommerce-variation-add-to-cart { flex-wrap: nowrap; }
  .hwt-single-short-description { font-size: 14px; line-height: 1.55; }
  .hwt-product-benefits { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 7px; }
  .hwt-product-benefits > div { min-height: 78px; flex-direction: column; align-items: flex-start; border-radius: 14px; }
  .hwt-product-details-section { margin-bottom: 36px; padding: 16px 12px 12px; border-radius: 19px; }
  .hwt-product-details-heading { align-items: flex-start; flex-direction: column; gap: 7px; margin: 0 4px 17px; }
  .hwt-product-details-heading h2 { font-size: 26px; }
  .hwt-product-details-heading p { max-width: 320px; margin: 0; font-size: 12px; text-align: left; }
  .hwt-product-details-section .woocommerce-tabs { padding: 0; border-radius: 0; }
  .hwt-product-details-section .woocommerce-tabs ul.tabs { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); justify-content: stretch; gap: 4px; margin-bottom: 10px !important; overflow: visible; scrollbar-width: none; }
  .hwt-product-details-section .woocommerce-tabs ul.tabs li a { min-height: 43px; padding: 8px 9px !important; border-radius: 10px; font-size: 12px; white-space: nowrap; }
  .hwt-product-details-section .woocommerce-Tabs-panel { padding: 19px 17px; border-radius: 16px; font-size: 14px; line-height: 1.65; }
  .hwt-product-details-section .woocommerce-Tabs-panel > h2:first-child { margin-bottom: 16px; padding-bottom: 13px; font-size: 23px; }
  .hwt-product-details-section .woocommerce-Tabs-panel h2, .hwt-product-details-section .woocommerce-Tabs-panel h3 { margin-top: 21px; font-size: 18px; }
  .hwt-product-details-section .woocommerce-Tabs-panel ul, .hwt-product-details-section .woocommerce-Tabs-panel ol { padding: 14px 15px 14px 34px; border-radius: 12px; }
  .hwt-product-details-section #reviews { grid-template-columns: 1fr; gap: 14px; }
  .hwt-product-details-section #reviews #comments, .hwt-product-details-section #reviews #review_form_wrapper { padding: 18px 16px; border-radius: 14px; }
  .hwt-product-details-section #reviews #comments h2, .hwt-product-details-section #reviews #reply-title { font-size: 20px; }
  .hwt-product-details-section #reviews .comment-form { grid-template-columns: 1fr; }
  .hwt-product-details-section #reviews .comment-form > p { grid-column: 1; }
  .hwt-product-details-section #reviews .form-submit .submit { width: 100%; }
  .hwt-related-section { padding-top: 34px; }
  .hwt-related-section > h2, .hwt-related-section .related > h2, .hwt-related-section .upsells > h2 { margin-bottom: 18px; font-size: 25px; text-align: left; }

  /* Cart, checkout and account are card-based instead of squeezed desktop tables. */
  .woocommerce-cart .hwt-main,
  .woocommerce-checkout .hwt-main,
  .woocommerce-account .hwt-main { padding: 20px 0 42px; background: #f5f7fa; }
	.hwt-commerce-header { margin-bottom: 18px; }
	.hwt-commerce-header h1 { font-size: 30px; }
	.hwt-commerce-header p { max-width: 310px; font-size: 13px; line-height: 1.45; }
  .woocommerce-cart .hwt-page-shell,
  .woocommerce-checkout .hwt-page-shell,
  .woocommerce-account .hwt-page-shell { width: calc(100% - 24px); }
  .woocommerce table.shop_table,
  .woocommerce form.checkout,
  .woocommerce .woocommerce-MyAccount-content,
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce form.lost_reset_password,
  .woocommerce .cart_totals { border-radius: 18px; box-shadow: 0 10px 28px rgba(17,32,51,.06); }
  .woocommerce table.shop_table_responsive tbody tr { margin-bottom: 12px; border: 1px solid #e6e9ed; border-radius: 16px; background: #fff; overflow: hidden; }
  .woocommerce table.shop_table_responsive tr td { min-height: 44px; padding: 11px 13px; border-bottom: 1px solid #edf0f3; font-size: 13px; }
  .woocommerce table.shop_table_responsive tr td:last-child { border-bottom: 0; }
  .woocommerce-cart table.cart td.product-thumbnail { display: block; text-align: center !important; }
  .woocommerce-cart table.cart td.product-thumbnail::before { display: none; }
  .woocommerce-cart table.cart td.product-thumbnail img { width: 92px; margin: 0 auto; }
  .woocommerce-cart table.cart td.product-name { text-align: left !important; }
  .woocommerce-cart table.cart td.product-name::before { float: none; display: block; margin: 0 0 4px; }
  .woocommerce-cart table.cart .coupon { display: grid; grid-template-columns: minmax(0,1fr) 128px; gap: 7px; }
  .woocommerce-cart table.cart .coupon label { display: none !important; }
  .woocommerce-cart table.cart .coupon .input-text { grid-column: 1; }
  .woocommerce-cart table.cart .coupon .button { grid-column: 2; width: 100%; float: none; }
  .woocommerce-cart table.cart .coupon .input-text { width: 100% !important; min-height: 48px; border-radius: 13px; }
  .woocommerce-cart table.cart .coupon .button, .woocommerce-cart table.cart button[name="update_cart"] { min-height: 48px; border-radius: 13px; }
  .woocommerce .cart_totals, .woocommerce form.checkout, .woocommerce .woocommerce-MyAccount-content, .woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password { padding: 17px; }
  .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: 52px; border-radius: 13px; background: #fafbfc; }
  .woocommerce-checkout #order_review_heading { margin-top: 28px; }
  .woocommerce-checkout #payment { border-radius: 17px; }
  .woocommerce-checkout #place_order { width: 100%; min-height: 56px; border-radius: 15px; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin: 0 -12px 15px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; gap: 7px; padding: 0 12px 4px; overflow-x: auto; border: 0; border-radius: 0; scrollbar-width: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar { display: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
  .woocommerce-account .woocommerce-MyAccount-navigation a { min-height: 42px; display: flex; align-items: center; padding: 0 14px; border: 1px solid #dfe4ea; border-radius: 14px; background: #fff; font-size: 12px; white-space: nowrap; }
  .woocommerce-account .woocommerce-MyAccount-navigation li:last-child a { border-bottom: 1px solid #dfe4ea; }
  .woocommerce-account .woocommerce-MyAccount-navigation .is-active a { border-color: var(--hwt-blue); background: var(--hwt-blue); }
  .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; font-size: 14px; }

  /* Native content pages and forms. */
  .hwt-page-main { padding: 32px 0 54px; }
  .hwt-page-header { margin-bottom: 20px; }
  .hwt-page-header h1 { font-size: 34px; }
  .hwt-page-content { font-size: 15px; }
  .hwt-page-content table { display: block; overflow-x: auto; }
  .hwt-page-article--policy { padding: 22px 18px; border-radius: 17px; }
  .hwt-page-article--policy .hwt-page-header { padding-bottom: 15px; }
  .hwt-page-article--policy .hwt-page-header h1 { font-size: 30px; }
  .hwt-page-article--policy .hwt-page-content { font-size: 14px; line-height: 1.7; }
  .hwt-page-hero-simple { padding: 42px 0; }
  .hwt-page-hero-simple h1 { font-size: 35px; }
  .hwt-about-hero { padding: 44px 0 38px; overflow: hidden; text-align: left; }
  .hwt-about-hero h1 { font-size: 32px; line-height: 1.14; }
  .hwt-about-hero > .hwt-shell > p { margin-top: 18px; font-size: 14px; line-height: 1.5; }
  .hwt-about-stats { width: calc(100% + 24px); max-width: none; display: flex; gap: 10px; margin: 28px -12px 0; padding: 0 12px 4px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hwt-about-stats::-webkit-scrollbar { display: none; }
  .hwt-about-stats > div { min-height: 116px; flex: 0 0 min(72vw,230px); padding: 16px; border-radius: 16px; text-align: left; scroll-snap-align: start; }
  .hwt-about-stats strong { font-size: 29px; }
  .hwt-about-stats span { font-size: 12px; line-height: 1.4; }
  .hwt-about-story { padding: 42px 0; }
  .hwt-about-story-grid { grid-template-columns: 1fr; gap: 28px; }
  .hwt-about-image-wrap { padding: 7px; border-radius: 18px; }
  .hwt-about-image-badges { position: static; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
  .hwt-about-image-badges span { padding: 8px 10px; box-shadow: none; background: #edf4ff; font-size: 10px; }
  .hwt-about-story h2 { font-size: 30px; line-height: 1.12; }
  .hwt-about-points li { min-height: 0; padding: 11px 12px; font-size: 13px; }
  .hwt-about-workers { padding: 42px 0 0; }
  .hwt-about-workers-grid { grid-template-columns: 1fr; gap: 24px; }
  .hwt-about-workers-grid h2 { font-size: 30px; }
  .hwt-about-workers-grid img { max-height: 280px; }
  .hwt-contact-page .hwt-page-hero-simple { padding: 36px 0; text-align: left; }
  .hwt-contact-page .hwt-page-hero-simple h1 { font-size: 34px; }
  .hwt-contact-page .hwt-page-hero-simple p { margin-top: 11px; font-size: 14px; line-height: 1.55; }
  .hwt-contact-page > .hwt-section { padding: 28px 0 48px; }
  .hwt-contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .hwt-contact-details { position: static; }
  .hwt-contact-copy { padding: 0 2px 5px; }
  .hwt-contact-copy h2 { font-size: 30px; }
  .hwt-contact-actions { width: calc(100% + 12px); display: flex; gap: 9px; margin-right: -12px; padding-right: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hwt-contact-actions::-webkit-scrollbar { display: none; }
  .hwt-contact-card { min-height: 96px; flex: 0 0 min(78vw,290px); padding: 14px; border-radius: 16px; scroll-snap-align: start; }
  .hwt-contact-card > span { width: 46px; height: 46px; flex-basis: 46px; }
  .hwt-contact-promises li { padding: 8px 4px; font-size: 12px; }
  .hwt-contact-form-wrap { padding: 18px; border-radius: 20px; box-shadow: 0 14px 34px rgba(17,32,51,.08); }
  .hwt-contact-form-head h2 { font-size: 27px; }
  .hwt-contact-form-head p { margin-bottom: 18px; }
  .hwt-form-row { grid-template-columns: 1fr; }
  .hwt-contact-form input, .hwt-contact-form select, .hwt-contact-form textarea, .hwt-register-form input { min-height: 52px; border-radius: 13px; background: #fafbfc; }
  .hwt-phone-control { grid-template-columns: minmax(126px,42%) minmax(0,1fr); gap: 7px; }
  .hwt-phone-control select { padding-inline: 10px 28px; font-size: 14px; }
  .hwt-contact-form .hwt-button { width: 100%; min-width: 0; justify-self: stretch; }
  .hwt-auth-page { padding: 22px 0 42px; }
  .hwt-auth-grid { grid-template-columns: 1fr; border-radius: 22px; }
  .hwt-auth-visual { display: none; }
  .hwt-auth-panel { padding: 26px 19px; }
  .hwt-auth-panel h1 { font-size: 32px; }
  .hwt-auth-panel input[type="text"], .hwt-auth-panel input[type="password"], .hwt-auth-panel input[type="email"] { min-height: 52px; border-radius: 13px; }
  .hwt-auth-panel input[type="submit"] { min-height: 54px; border-radius: 14px; }
  .hwt-auth-links { gap: 0; }
  .hwt-auth-benefits { display: grid; }

  .hwt-about-intro { padding: 40px 0 46px; }
  .hwt-about-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .hwt-about-intro-copy h1 { margin-top: 8px; font-size: 34px; }
  .hwt-about-intro-copy > p { margin-bottom: 20px; font-size: 14px; }
  .hwt-about-facts { gap: 9px; }
  .hwt-about-facts > div { min-height: 90px; padding: 13px; }
  .hwt-about-facts strong { font-size: 27px; }
  .hwt-about-intro-image { border-radius: 18px; }
  .hwt-about-capabilities { padding: 42px 0; }
  .hwt-about-capabilities-grid { grid-template-columns: 1fr; gap: 12px; }
  .hwt-about-capabilities article, .hwt-about-capabilities aside { padding: 22px; border-radius: 17px; }
  .hwt-about-capabilities h2 { margin-top: 15px; font-size: 21px; }
  .hwt-about-capabilities aside .hwt-button { width: 100%; margin-top: 22px; }
  .hwt-about-why { padding-top: 42px; }
  .hwt-about-why-grid { grid-template-columns: 1fr; gap: 24px; }
  .hwt-about-team-image img { max-height: 300px; }
  .hwt-about-why-copy { padding-bottom: 48px; }
  .hwt-about-why-copy h2 { font-size: 32px; }
  .hwt-about-values { grid-template-columns: 1fr; gap: 8px; }
  .hwt-about-values > div { min-height: 0; }
  .hwt-about-why-copy > .hwt-button { width: 100%; }

  .hwt-contact-stage { padding: 26px 0 48px; background: #f4f7fa; }
  .hwt-contact-frame { width: calc(100% - 24px); display: block; padding: 0; overflow: hidden; border-radius: 22px; }
  .hwt-contact-frame .hwt-contact-details { margin: 0; padding: 30px 22px; border-radius: 0; box-shadow: none; }
  .hwt-contact-frame .hwt-contact-details h1 { font-size: 36px; }
  .hwt-contact-frame .hwt-contact-details > p { font-size: 14px; }
  .hwt-contact-list { gap: 15px; margin-top: 25px; padding-bottom: 22px; }
  .hwt-contact-list p { font-size: 13px; }
  .hwt-contact-frame .hwt-contact-form-wrap { padding: 25px 18px; border-radius: 0; box-shadow: none; }
  .hwt-contact-frame .hwt-contact-form-head h2 { font-size: 31px; }
  .hwt-contact-assurances { gap: 9px 12px; }
  .woocommerce-account:not(.logged-in) .hwt-commerce-header { text-align: left; }
  .woocommerce-account:not(.logged-in) form.login { padding: 18px; }
  .woocommerce-account.logged-in .hwt-page-content > .woocommerce { display: block; }

  .hwt-native-wishlist { padding: 30px 0 46px; }
  .hwt-wishlist-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .hwt-wishlist-heading h1 { font-size: 34px; }
  .hwt-wishlist-heading p { font-size: 13px; }
  .hwt-wishlist-item { grid-template-columns: 78px minmax(0,1fr); gap: 12px; padding: 12px; border-radius: 16px; }
  .hwt-wishlist-image { width: 78px; }
  .hwt-wishlist-product-copy h2 { font-size: 14px; }
  .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; border-radius: 12px; }

  /* Reset the desktop homepage's measured geometry for the app-like phone layout. */
  .hwt-category-section,
  .hwt-flash-section,
  .hwt-brands-section,
  .hwt-best-section,
  .hwt-trust-section { padding: 44px 0; }
  .hwt-category-section > .hwt-shell,
  .hwt-flash-section > .hwt-shell,
  .hwt-brands-section > .hwt-shell,
  .hwt-best-section > .hwt-shell {
    width: calc(100% - 24px);
    min-height: 0;
    gap: 18px;
    padding: 0;
  }
  .hwt-category-section .hwt-section-heading,
  .hwt-flash-section .hwt-section-heading,
  .hwt-brands-section .hwt-section-heading,
  .hwt-best-section .hwt-section-heading {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
  }
  .hwt-category-section .hwt-section-heading h2,
  .hwt-flash-section .hwt-section-heading h2,
  .hwt-brands-section .hwt-section-heading h2,
  .hwt-best-section .hwt-section-heading h2 {
    font-size: 27px;
    line-height: 1.12;
    letter-spacing: -.035em;
  }
  .hwt-category-section .hwt-section-heading p { margin-top: 7px; font-size: 13px; line-height: 1.45; }
  .hwt-category-grid {
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
    height: auto;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-right: -12px;
    padding: 0 12px 3px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    contain: inline-size layout paint;
  }
  .hwt-category-grid::-webkit-scrollbar { display: none; }
  .hwt-category-card { width: 138px; min-height: 132px; flex: 0 0 138px; scroll-snap-align: start; }

  .hwt-flash-section .hwt-section-heading { align-items: flex-end; }
  .hwt-flash-section .hwt-section-heading > div:first-child { display: block; }
  .hwt-flash-section .hwt-small-label {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    margin: 0 0 4px;
    padding: 5px 8px 4px;
    border-radius: 2px;
    background: var(--hwt-yellow);
    color: #111;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .08em;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .hwt-slider-buttons { display: none; }
  .hwt-horizontal-products {
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
    height: auto;
    margin: 0 -12px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    contain: inline-size layout paint;
  }
  .hwt-horizontal-products ul.products {
    width: max-content;
    height: auto;
    display: flex !important;
    align-items: stretch;
    gap: 10px;
    padding-right: 12px;
  }
  .hwt-horizontal-products ul.products > li.product {
    width: min(44vw,178px) !important;
    height: auto;
    min-height: 0;
    flex: 0 0 min(44vw,178px);
    align-self: stretch;
    scroll-snap-align: start;
  }
  .hwt-deals-grid .hwt-product-card-inner { height: 100%; min-height: 0; gap: 0; padding: 0; }
  .hwt-deals-grid .hwt-product-media { height: auto; flex: 0 0 auto; aspect-ratio: 1 / .9; padding: 10px; }
  .hwt-deals-grid .hwt-product-media img { width: 100%; max-width: 100%; height: 100%; object-fit: contain; }
  .hwt-deals-grid .hwt-product-card-body { min-height: 0; padding: 12px 11px 9px; border-top: 1px solid #f0f1f3; }
  .hwt-deals-grid .hwt-product-card-footer { display: block; margin-top: auto; padding: 0 11px 12px; }
  .hwt-deals-grid .woocommerce-loop-product__title { font-size: 13px !important; line-height: 1.45 !important; }

  .hwt-brand-marquee { width: 100%; max-width: 100%; height: 82px; contain: inline-size layout paint; }
  .hwt-brand-track span { width: 108px; height: 82px; }
  .hwt-brand-track img { max-height: 58px; }

  .hwt-bestsellers-grid {
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
    height: auto !important;
    display: flex !important;
    align-items: stretch;
    gap: 10px !important;
    margin-right: -12px;
    padding-right: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    contain: inline-size layout paint;
  }
  .hwt-bestsellers-grid::-webkit-scrollbar { display: none; }
  .hwt-best-section .hwt-section-heading { margin-bottom: 18px; }
  .hwt-bestsellers-grid > li.product { width: min(44vw,178px) !important; height: auto !important; min-width: 0; min-height: 0 !important; flex: 0 0 min(44vw,178px); scroll-snap-align: start; }
  .hwt-bestsellers-grid .hwt-product-card-inner { height: 100%; min-height: 0; gap: 0; padding: 0; }
  .hwt-bestsellers-grid .hwt-product-media { height: auto; flex: 0 0 auto; aspect-ratio: 1 / .74; margin: 0; padding: 9px; }
  .hwt-bestsellers-grid .hwt-product-media img { width: 100%; max-width: 100%; height: 100%; object-fit: contain; }
  .hwt-bestsellers-grid .hwt-product-card-body { padding: 11px 10px 8px; border-top: 1px solid #f0f1f3; }
  .hwt-bestsellers-grid .hwt-product-card-footer { padding: 0 10px 10px; }
  .hwt-bestsellers-grid .woocommerce-loop-product__title { min-height: 38px !important; margin: 0 0 6px !important; font-size: 12px !important; line-height: 1.45 !important; }
  .hwt-bestsellers-grid .hwt-card-price { font-size: 15px; line-height: 1.25; }
  .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: 42px;
    padding: 8px 5px;
    border-radius: 11px;
    font-size: 11px;
    line-height: 1.2;
  }

  .hwt-trust-grid {
    width: calc(100% - 24px);
    height: auto;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 9px;
    padding: 0;
  }
  .hwt-trust-card { width: 100%; height: auto; min-height: 146px; }

  /* Compact footer hierarchy for phones. */
  .hwt-site-footer { padding: 0; background: #071322; }
  .hwt-footer-grid {
    width: calc(100% - 24px);
    height: auto;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px 16px;
    padding: 24px 0 18px;
  }
  .hwt-footer-grid > section { min-width: 0; padding: 0; }
  .hwt-footer-about, .hwt-footer-newsletter { grid-column: 1 / -1; }
  .hwt-footer-logo { margin: 0; }
  .hwt-footer-logo .hwt-logo-image { width: 164px; max-width: 100%; height: auto; object-fit: contain; }
  .hwt-footer-about p { max-width: 42ch; margin: 10px 0 8px; font-size: 12px; line-height: 1.5; }
  .hwt-footer-email { display: inline-flex; color: #dce7f3; font-size: 12px; font-weight: 700; }
  .hwt-social-links { gap: 8px; margin-top: 0; }
  .hwt-social-links a { width: 32px; height: 32px; margin-top: 10px; }
  .hwt-site-footer h2 { margin: 0 0 8px; font-size: 14px; line-height: 1.3; }
  .hwt-site-footer li + li { margin-top: 3px; }
  .hwt-site-footer li a { font-size: 12px; line-height: 1.5; }
  .hwt-footer-grid > .hwt-footer-newsletter { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
  .hwt-footer-newsletter p { margin: 0; font-size: 12px; line-height: 1.45; }
  .hwt-footer-newsletter form { grid-template-columns: minmax(0,1fr) 104px; gap: 8px; margin-top: 10px; }
  .hwt-footer-newsletter input, .hwt-footer-newsletter button { height: 44px; border-radius: 10px; }
  .hwt-footer-newsletter input { font-size: 16px; }
  .hwt-footer-newsletter button { width: 100%; padding: 0 10px; background: var(--hwt-yellow); color: #111; font-size: 12px; }
  .hwt-footer-bottom { width: calc(100% - 24px); height: auto; margin: 0 auto; }
  .hwt-footer-bottom-inner { width: 100%; min-height: 0; flex-direction: column; align-items: flex-start; gap: 7px; padding: 14px 0 16px; font-size: 11px; line-height: 1.4; }
  .hwt-footer-policy-links { gap: 14px; flex-wrap: wrap; }
  .hwt-payment-marks { flex-wrap: wrap; }
}

@media (max-width: 380px) {
  :root { --hwt-mobile-header-height: 114px; }
  .hwt-header-main-inner { grid-template-columns: 44px minmax(0,1fr) 44px; }
  .hwt-logo-image { width: min(100%, 145px); }
  .hwt-hero h1 { font-size: 33px; }
  .hwt-hero-buttons { grid-template-columns: 1fr; }
  .hwt-hero-buttons .hwt-button { width: 100%; }
  .hwt-trust-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 11px; }
  .hwt-card-price { font-size: 14px; }
  .hwt-mobile-bottom-item { font-size: 9px; }
  .hwt-mobile-support-grid { grid-template-columns: 1fr; }
}
