/* Alee Store 7 — clean presentation layer */
:root {
  --alee-primary:#2563eb;
  --alee-primary-dark:#1e4fb8;
  --alee-primary-soft:#eef4ff;
  --alee-accent:#ff7a1a;
  --alee-accent-dark:#df6108;
  --alee-accent-soft:#fff1e7;
  --alee-text:#172033;
  --alee-muted:#687386;
  --alee-bg:#fff;
  --alee-surface:#f7faff;
  --alee-border:#e4eaf3;
  --alee-width:1360px;
  --alee-content:780px;
  --alee-edge-desktop:32px;
  --alee-edge-tablet:24px;
  --alee-edge-mobile:16px;
  --alee-section-gap:44px;
  --alee-radius:14px;
  --alee-button-radius:10px;
  --alee-logo-desktop:220px;
  --alee-logo-mobile:170px;
  --alee-header-search-width:220px;
  --alee-shadow:0 14px 38px rgba(28,55,95,.075);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--alee-bg);color:var(--alee-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans Thai",Tahoma,sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}
img,svg{max-width:100%;height:auto}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
a{color:var(--alee-primary);text-decoration:none}
a:hover{color:var(--alee-primary-dark)}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--alee-primary);outline-offset:2px}
.alee-container{width:min(calc(100% - (var(--alee-edge-desktop) * 2)),var(--alee-width));margin-inline:auto;min-width:0}
.alee-content-width{width:min(calc(100% - (var(--alee-edge-desktop) * 2)),var(--alee-content));margin-inline:auto;min-width:0}
.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}
.screen-reader-text:focus,.skip-link:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;padding:10px 14px;background:#fff;color:#111;z-index:99999;border-radius:8px;box-shadow:0 4px 18px rgba(0,0,0,.12)}

/* Header Builder Lite */
.alee-header-shell{position:relative;z-index:60}
.alee-sticky-header .alee-header-shell{position:sticky;top:0;z-index:60}
.admin-bar.alee-sticky-header .alee-header-shell{top:32px}
.alee-topbar{background:#10203a;color:#dce6f4;font-size:12px}
.alee-topbar.is-empty{display:none}
.alee-topbar .alee-container{min-height:30px;display:flex;align-items:center;justify-content:center}
.alee-topbar p{margin:0}
.alee-site-header{position:relative;background:#fff;border-bottom:1px solid var(--alee-border)}
.alee-header-builder-row{background:#fff}
.alee-header-builder-row+.alee-header-builder-row{border-top:1px solid #edf0f5}
.alee-header-builder-row-top .alee-header-builder-inner{min-height:38px}
.alee-header-builder-row-main .alee-header-builder-inner{min-height:72px}
.alee-header-builder-row-bottom .alee-header-builder-inner{min-height:49px}
.alee-header-builder-inner{display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:16px}
.alee-header-zone{min-width:0;display:flex;align-items:center;gap:8px}
.alee-header-zone-left{justify-content:flex-start}
.alee-header-zone-center{justify-content:center}
.alee-header-zone-right{justify-content:flex-end}
.alee-header-module{min-width:0}
.alee-header-spacer{flex:1 1 48px;min-width:20px}
.alee-brand{display:flex;align-items:center;min-width:0}
.alee-brand .custom-logo-link,.alee-mobile-brand .custom-logo-link{display:flex;align-items:center;max-width:var(--alee-logo-desktop)}
.alee-brand .custom-logo,.alee-mobile-brand .custom-logo{width:auto;max-width:100%;max-height:58px;object-fit:contain}
.alee-site-title{display:flex;align-items:center;gap:10px;color:var(--alee-text);font-weight:850;font-size:21px;letter-spacing:-.035em;white-space:nowrap}
.alee-logo-fallback{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--alee-primary),#6ba6ff);color:#fff;display:grid;place-items:center;font-size:17px;font-weight:700}
.alee-search-placeholder{display:none!important}
.alee-header-search{width:min(100%,var(--alee-header-search-width));min-width:min(180px,100%)}
.alee-product-search{position:relative;width:100%;margin:0}
.alee-product-search .search-field{width:100%;height:44px;padding:0 50px 0 15px;border:1px solid #d8e0eb;border-radius:999px;background:#fafcff;color:var(--alee-text);outline:none;-webkit-appearance:none}
.alee-product-search .search-field:focus{background:#fff;border-color:#9ab9ff;box-shadow:0 0 0 3px rgba(37,99,235,.10)}
.alee-product-search button{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;color:#fff}
.alee-product-search button::before{content:"";position:absolute;inset:6px;border-radius:50%;background:var(--alee-accent);transition:background .15s ease}
.alee-product-search button:hover::before{background:var(--alee-accent-dark)}
.alee-product-search button svg{position:relative;z-index:1;width:17px;height:17px;stroke-width:2}
.alee-header-tool{min-height:44px;padding:4px 7px;border-radius:10px;display:flex;align-items:center;gap:7px;color:var(--alee-text)}
.alee-header-tool:hover{background:var(--alee-primary-soft);color:var(--alee-text)}
.alee-header-tool.is-empty{display:none}
.alee-tool-icon{position:relative;width:34px;height:34px;flex:0 0 34px;border-radius:9px;background:var(--alee-accent-soft);color:var(--alee-accent);display:grid;place-items:center}
.alee-tool-icon>svg{width:19px;height:19px;stroke-width:2}
.alee-tool-copy small{display:block;color:#8390a2;font-size:10px;line-height:1}
.alee-tool-copy strong{display:block;color:var(--alee-text);font-size:12px;line-height:1.1;margin-top:3px;white-space:nowrap}
.alee-header-module-account.is-icon-only .alee-tool-copy,.alee-header-module-cart.is-icon-only .alee-tool-copy,.alee-header-contact.is-icon-only .alee-tool-copy{display:none}
.alee-cart-count{position:absolute;top:-4px;right:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--alee-primary);color:#fff;font-size:9px;font-weight:800;line-height:16px;text-align:center}
.alee-cart-count.is-empty{display:none}
.alee-main-nav{min-width:0;max-width:100%;overflow:visible}
.alee-menu,.alee-mobile-menu-list,.alee-departments-menu{margin:0;padding:0;list-style:none}
.alee-menu{display:flex;align-items:center;flex-wrap:nowrap;gap:2px;width:max-content;min-width:100%}
.alee-menu>li{position:relative;flex:0 0 auto}
.alee-menu>li>a{min-height:44px;padding:0 9px;border-radius:8px;display:flex;align-items:center;color:var(--alee-text);font-size:13px;font-weight:750;white-space:nowrap}
.alee-menu>li>a:hover,.alee-menu>.current-menu-item>a,.alee-menu>.current_page_item>a{background:var(--alee-primary-soft);color:var(--alee-primary)}
.alee-menu .sub-menu{display:none;position:absolute;top:100%;left:0;z-index:80;width:230px;margin:0;padding:8px;list-style:none;background:#fff;border:1px solid var(--alee-border);border-radius:12px;box-shadow:0 16px 36px rgba(18,36,64,.14)}
.alee-menu li:hover>.sub-menu,.alee-menu li:focus-within>.sub-menu{display:block}
.alee-menu .sub-menu a{display:block;padding:8px 9px;border-radius:7px;color:var(--alee-text)}
.alee-menu .sub-menu a:hover{background:var(--alee-primary-soft);color:var(--alee-primary)}
.alee-departments{position:relative}
.alee-departments summary{list-style:none;min-height:44px;padding:0 14px;border-radius:10px;background:var(--alee-primary);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer;white-space:nowrap}
.alee-departments summary::-webkit-details-marker{display:none}
.alee-departments summary svg{width:17px;height:17px;stroke-width:1.9}
.alee-departments-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:80;width:250px;padding:8px;background:#fff;border:1px solid var(--alee-border);border-radius:12px;box-shadow:0 16px 36px rgba(18,36,64,.14)}
.alee-departments-menu a{display:block;padding:9px 10px;border-radius:8px;color:var(--alee-text);font-size:14px}
.alee-departments-menu a:hover{background:var(--alee-primary-soft);color:var(--alee-primary)}
.alee-header-promo{padding:7px 11px;border-radius:999px;background:var(--alee-accent-soft);color:var(--alee-accent-dark);font-size:12px;font-weight:850;white-space:nowrap}
.alee-header-promo:hover{background:var(--alee-accent);color:#fff}
.alee-header-promo.is-empty,.alee-header-custom-html.is-empty{display:none}
.alee-header-custom-html{font-size:13px;color:var(--alee-muted)}
.alee-mobile-header,.alee-mobile-search-host{display:none}
.alee-mobile-panel{display:none;background:#fff;border-top:1px solid var(--alee-border);box-shadow:0 14px 24px rgba(18,36,64,.08)}
.alee-mobile-panel[hidden]{display:none!important}
.alee-mobile-menu-list{padding:10px 0 14px}
.alee-mobile-menu-list a{display:block;padding:11px 2px;border-bottom:1px solid #eef1f5;color:var(--alee-text);font-weight:700}

/* Generic pages */
.alee-main{padding-top:34px;padding-bottom:48px;min-width:0}
.alee-home-main{padding:0}
.alee-page-full{width:100%;max-width:none;margin:0}
.alee-page-full>.alee-entry>.alee-entry-header{width:min(calc(100% - (var(--alee-edge-desktop) * 2)),var(--alee-width));margin-inline:auto}
.alee-hide-page-title .alee-page-main .alee-entry-header{display:none}
.alee-entry-header h1,.alee-archive-header h1{margin:0 0 18px;font-size:clamp(30px,4vw,48px);line-height:1.15;letter-spacing:-.04em}
.alee-entry-content>*:first-child{margin-top:0}
.alee-entry-content img,.alee-single-featured img{border-radius:var(--alee-radius)}
.alee-entry-content a:not(.wp-element-button):not(.wp-block-button__link):not(.button){text-decoration:underline;text-underline-offset:2px}
.alee-entry-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--alee-muted);font-size:13px}
.alee-single-featured{margin:24px 0 30px}
.alee-comments{margin-top:42px}
.alee-button,.wp-element-button,.wp-block-button__link{border-radius:var(--alee-button-radius)}
.alee-button{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.alee-button-primary{background:var(--alee-accent);color:#fff}


/* Content Presentation Layer — plain HTML and Gutenberg should render cleanly without helper classes. */
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) :where(p,ul,ol,blockquote,pre,table,figure){margin-top:0;margin-bottom:1.25em}
/* Thai-first content heading scale: page/product titles remain separate components. Explicit Gutenberg font-size choices still win. */
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) :where(h1,h2,h3,h4,h5,h6):not([class*="-font-size"]){color:var(--alee-text);font-weight:750;letter-spacing:-.018em}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) h1:not([class*="-font-size"]){font-size:clamp(30px,3vw,36px);line-height:1.2;margin-top:0;margin-bottom:16px}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) h2:not([class*="-font-size"]){font-size:clamp(24px,2.2vw,28px);line-height:1.28;margin-top:40px;margin-bottom:13px}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) h3:not([class*="-font-size"]){font-size:clamp(21px,1.8vw,23px);line-height:1.32;margin-top:31px;margin-bottom:10px}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) h4:not([class*="-font-size"]){font-size:clamp(19px,1.4vw,20px);line-height:1.38;margin-top:26px;margin-bottom:9px}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) h5:not([class*="-font-size"]){font-size:clamp(17px,1.2vw,18px);line-height:1.42;margin-top:24px;margin-bottom:8px}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) h6:not([class*="-font-size"]){font-size:16px;line-height:1.45;margin-top:22px;margin-bottom:8px}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) :where(ul,ol){padding-inline-start:1.4em}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) :where(li+li){margin-top:.32em}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) :where(a):not(.wp-element-button):not(.wp-block-button__link):not(.button){text-decoration:underline;text-decoration-thickness:.07em;text-underline-offset:2px}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) :where(.wp-element-button,.wp-block-button__link,a.button){display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none!important;line-height:1.2}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) blockquote{margin-inline:0;padding:14px 18px;border-inline-start:4px solid var(--alee-primary);border-radius:0 10px 10px 0;background:var(--alee-surface);color:var(--alee-text)}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) blockquote>:last-child{margin-bottom:0}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) hr{height:1px;margin:2em 0;border:0;background:var(--alee-border)}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) pre{max-width:100%;overflow:auto;padding:16px;border:1px solid var(--alee-border);border-radius:10px;background:#f8fafc;font-size:.9em;line-height:1.55;-webkit-overflow-scrolling:touch}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) :not(pre)>code{padding:.12em .34em;border-radius:5px;background:#f1f4f8;font-size:.9em}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) figure{max-width:100%}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) figcaption{margin-top:7px;color:var(--alee-muted);font-size:13px;line-height:1.5;text-align:center}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) .wp-block-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) table{width:100%;max-width:100%;border-collapse:collapse;border-spacing:0;background:#fff;color:var(--alee-text);font-size:.94em;line-height:1.55;font-variant-numeric:tabular-nums}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) table :where(th,td){padding:11px 13px;border:1px solid var(--alee-border);vertical-align:top;text-align:start}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) table th{background:var(--alee-surface);font-weight:800}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) table tbody tr:nth-child(even) td{background:#fbfcfe}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) .wp-block-table table{margin-bottom:0}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) .wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:#f8fafc}
:where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) img{max-width:100%;height:auto}

/* Gutenberg homepage canvas */
.alee-home-content{min-width:0}
.alee-home-content>.wp-block-group,.alee-home-content>.wp-block-columns,.alee-home-content>.wp-block-cover,.alee-home-content>.wp-block-image,.alee-home-content>.wp-block-query,.alee-home-content>p,.alee-home-content>h1,.alee-home-content>h2,.alee-home-content>h3{width:min(calc(100% - (var(--alee-edge-desktop) * 2)),var(--alee-content));margin-left:auto;margin-right:auto}
.alee-home-content>.alignwide{width:min(calc(100% - (var(--alee-edge-desktop) * 2)),var(--alee-width));max-width:none}
.alee-home-content>.alignfull{width:100%;max-width:none}
.alee-home-content>.alee-home-hero{margin-top:30px;margin-bottom:0;padding:0;border:1px solid #dce8fb;border-radius:calc(var(--alee-radius) + 6px);overflow:hidden;background:linear-gradient(120deg,var(--alee-surface),#fff 58%,var(--alee-primary-soft))}
.alee-home-hero-columns{min-height:420px;margin:0!important;gap:0!important}
.alee-home-hero-columns>.wp-block-column:first-child{padding:54px}
.alee-home-hero-columns>.wp-block-column:last-child{padding:18px}
.alee-home-hero h1{margin:16px 0 12px}.alee-home-hero h1:not([class*="-font-size"]){font-size:clamp(38px,4vw,58px);line-height:1.07;letter-spacing:-.048em}
.alee-kicker{display:inline-block!important;width:auto!important;margin:0!important;padding:6px 10px;border-radius:999px;background:var(--alee-accent-soft);color:var(--alee-accent-dark);font-size:12px;font-weight:850}
.alee-hero-lead{color:#5e6d83;font-size:17px}
.alee-home-hero .wp-block-buttons{gap:10px;margin-top:24px}
.wp-block-button.is-style-alee-accent .wp-block-button__link,.alee-home-promo .wp-block-button__link{background:var(--alee-accent);color:#fff;border:1px solid var(--alee-accent)}
.wp-block-button.is-style-alee-accent .wp-block-button__link:hover,.alee-home-promo .wp-block-button__link:hover{background:var(--alee-accent-dark);border-color:var(--alee-accent-dark)}
.alee-home-hero .is-style-outline>.wp-block-button__link{color:var(--alee-primary);border-color:#abc4fc;background:#fff}
.alee-hero-image{height:100%;margin:0!important}
.alee-hero-image img{width:100%;height:100%;min-height:380px;object-fit:cover;border-radius:17px;box-shadow:var(--alee-shadow)}
.alee-home-content>.alee-home-trust{margin-top:16px;margin-bottom:0;padding:0;border:1px solid var(--alee-border);border-radius:var(--alee-radius);overflow:hidden;background:#fff}
.alee-trust-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));margin:0!important;gap:0!important;align-items:stretch}
.alee-trust-grid>.wp-block-column{margin:0!important;border-right:1px solid var(--alee-border);min-width:0}
.alee-trust-grid>.wp-block-column:last-child{border-right:0}
.alee-trust-item{min-height:86px;height:100%;padding:13px 16px;display:grid;grid-template-columns:48px auto;align-items:center;justify-content:center;gap:12px}
.alee-trust-icon{width:48px;height:48px;margin:0!important;flex:0 0 48px;border-radius:14px;background:var(--alee-accent);color:#fff;display:grid!important;place-items:center!important;align-content:center;justify-content:center;line-height:0;overflow:hidden}
.alee-trust-icon svg{display:block;width:23px;height:23px;margin:0;color:#fff;stroke:#fff!important;stroke-width:2}
.alee-trust-icon img{display:block;width:23px!important;height:23px!important;margin:0!important;object-fit:contain}
.alee-trust-icon svg *{stroke:#fff!important}
.alee-trust-item strong,.alee-trust-title strong{display:block;color:var(--alee-text);font-size:14px}
.alee-trust-item p,.alee-trust-text{margin:2px 0 0;color:var(--alee-muted);font-size:11px;line-height:1.45}
.alee-home-content>.alee-home-section{margin-top:var(--alee-section-gap);margin-bottom:0;padding:0}
.alee-home-section>h2{margin-bottom:4px;font-size:28px;letter-spacing:-.035em}
.alee-home-section>p{margin-top:0;color:var(--alee-muted)}
.alee-home-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,240px));justify-content:center;gap:14px;margin-top:18px}
.alee-home-category-card{min-width:0;border:1px solid var(--alee-border);border-radius:var(--alee-radius);overflow:hidden;background:#fff;color:var(--alee-text);transition:transform .15s,border-color .15s,box-shadow .15s}
.alee-home-category-card:hover{transform:translateY(-2px);border-color:#cbd8ed;box-shadow:var(--alee-shadow);color:var(--alee-text)}
.alee-home-category-media{position:relative;aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;background:#f5f7fa}
.alee-home-category-media>img{width:100%;height:100%;object-fit:cover}
.alee-category-placeholder{width:100%;height:100%;display:grid;place-items:center;background:var(--alee-primary-soft);color:var(--alee-primary)}
.alee-category-placeholder svg{width:42px;height:42px}
.alee-home-category-copy{display:block;padding:12px 13px 14px}
.alee-home-category-copy strong{display:block;font-size:14px}
.alee-home-category-copy small{display:block;margin-top:2px;color:var(--alee-muted);font-size:11px}
.alee-home-content>.alee-home-promo{width:min(calc(100% - (var(--alee-edge-desktop) * 2)),var(--alee-width));max-width:none;margin-top:var(--alee-section-gap);margin-bottom:0;padding:30px 36px;border-radius:calc(var(--alee-radius) + 4px);background:linear-gradient(120deg,#132746,#1d3b67);color:#fff}
.alee-home-promo h3{margin:0 0 5px;font-size:27px}
.alee-home-promo p{margin:0;color:#cad7e8}
.alee-latest-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.alee-latest-post{display:grid;grid-template-columns:130px 1fr;gap:14px;align-items:center;padding:12px;border:1px solid var(--alee-border);border-radius:var(--alee-radius);background:#fff}
.alee-latest-post-media{aspect-ratio:16/10;overflow:hidden;border-radius:10px;background:var(--alee-primary-soft);display:grid;place-items:center}
.alee-latest-post-media img{width:100%;height:100%;object-fit:cover}
.alee-post-placeholder{color:var(--alee-primary)}
.alee-post-placeholder svg{width:28px;height:28px}
.alee-latest-post h3{margin:0 0 5px;font-size:15px;line-height:1.35}
.alee-latest-post h3 a{color:var(--alee-text)}
.alee-latest-post p{margin:0;color:var(--alee-muted);font-size:12px}
.alee-empty-note{padding:14px;border:1px dashed var(--alee-border);border-radius:10px;color:var(--alee-muted);background:var(--alee-surface)}

/* Blog */
.alee-archive-header{margin-bottom:24px}
.alee-posts-wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.alee-post-card{min-width:0;border:1px solid var(--alee-border);border-radius:var(--alee-radius);overflow:hidden;background:#fff}
.alee-post-thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--alee-surface)}
.alee-post-thumb img{width:100%;height:100%;object-fit:cover}
.alee-post-card-body{padding:16px}
.alee-post-title{margin:0 0 8px;font-size:19px;line-height:1.35}
.alee-post-title a{color:var(--alee-text)}
.alee-post-excerpt{margin-top:10px;color:var(--alee-muted);font-size:14px}
.alee-archive-list .alee-posts-wrap{grid-template-columns:1fr}
.alee-archive-list .alee-post-card{display:grid;grid-template-columns:minmax(200px,34%) 1fr}

/* Footer Builder Lite */
.alee-site-footer{margin-top:44px;background:var(--alee-footer-bg,#102039);color:var(--alee-footer-text,#b7c3d2)}
.alee-footer-grid{padding-top:42px;padding-bottom:28px;display:grid;gap:34px}
.alee-footer-cols-1{grid-template-columns:1fr}
.alee-footer-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.alee-footer-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.alee-footer-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.alee-footer-cols-2.alee-footer-ratio-2-1{grid-template-columns:2fr 1fr}
.alee-footer-cols-2.alee-footer-ratio-1-2{grid-template-columns:1fr 2fr}
.alee-footer-cols-3.alee-footer-ratio-2-1-1{grid-template-columns:2fr 1fr 1fr}
.alee-footer-cols-3.alee-footer-ratio-1-2-1{grid-template-columns:1fr 2fr 1fr}
.alee-footer-cols-3.alee-footer-ratio-1-1-2{grid-template-columns:1fr 1fr 2fr}
.alee-footer-cols-4.alee-footer-ratio-2-1-1-1{grid-template-columns:2fr 1fr 1fr 1fr}
.alee-footer-cols-4.alee-footer-ratio-1-1-1-2{grid-template-columns:1fr 1fr 1fr 2fr}
.alee-footer-slot{min-width:0}
.alee-footer-brand .custom-logo-link,.alee-footer-logo-link{display:block;width:fit-content;max-width:var(--alee-footer-logo-width,220px)}
.alee-footer-brand .custom-logo,.alee-footer-custom-logo{display:block;width:auto;max-width:100%;height:auto;max-height:110px;object-fit:contain}
.alee-footer-brand .alee-site-title{color:var(--alee-footer-heading,#fff)}
.alee-footer-brand-module>p{max-width:430px;margin:12px 0 0;color:var(--alee-footer-text,#b7c3d2);font-size:14px}
.alee-footer-menu h2,.alee-footer-contact h2,.alee-footer-widget .widget-title{margin:0 0 10px;color:var(--alee-footer-heading,#fff);font-size:17px}
.alee-footer-links,.alee-footer-bottom-menu{margin:0;padding:0;list-style:none;display:grid;gap:7px}
.alee-footer-links a,.alee-footer-contact a,.alee-footer-contact p,.alee-footer-widget,.alee-footer-widget p{color:var(--alee-footer-text,#b7c3d2);font-size:14px}
.alee-footer-contact p{margin:0 0 7px}
.alee-footer-contact p.is-empty{display:none}
.alee-footer-links a,.alee-footer-bottom-menu a,.alee-footer-widget a{color:var(--alee-footer-link,#d6dfeb)}
.alee-footer-links a:hover,.alee-footer-contact a:hover,.alee-footer-bottom-menu a:hover,.alee-footer-widget a:hover{color:var(--alee-footer-heading,#fff)}
.alee-footer-widget{margin:0 0 14px}
.alee-footer-widget:last-child{margin-bottom:0}
.alee-footer-widget img{max-width:100%;height:auto}
.alee-footer-bottom{min-height:48px;padding-top:14px;padding-bottom:14px;border-top:1px solid color-mix(in srgb,var(--alee-footer-text,#b7c3d2) 22%,transparent);display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--alee-footer-text,#9dacbf);font-size:12px}
.alee-footer-bottom p{margin:0}
.alee-footer-bottom-menu{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}
.alee-footer-bottom-menu a{font-size:12px}

/* Mobile nav */
.alee-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:100;display:none;grid-template-columns:repeat(4,1fr);min-height:64px;padding:4px max(8px,env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(255,255,255,.98);border-top:1px solid var(--alee-border);box-shadow:0 -7px 22px rgba(20,40,70,.08);backdrop-filter:blur(10px)}
.alee-bottom-nav a{position:relative;min-width:0;min-height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#536175}
.alee-bottom-nav a.is-active{color:var(--alee-primary)}
.alee-bottom-nav svg{width:22px;height:22px;color:var(--alee-accent);stroke-width:2.1}
.alee-bottom-nav small{font-size:11px;line-height:1;white-space:nowrap}
.alee-nav-count{position:absolute;top:5px;right:26%;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--alee-primary);color:#fff;font-size:9px;font-weight:800;line-height:16px;text-align:center}
.alee-nav-count.is-empty{display:none}

/* Checkout focus */
.alee-checkout-focus .alee-header-desktop .alee-header-module-search,.alee-checkout-focus .alee-header-desktop .alee-header-contact,.alee-checkout-focus .alee-header-desktop .alee-header-module-account,.alee-checkout-focus .alee-header-desktop .alee-header-module-menu,.alee-checkout-focus .alee-header-desktop .alee-header-module-categories,.alee-checkout-focus .alee-header-desktop .alee-header-promo{display:none!important}

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

@media (max-width:1120px){
  .alee-container{width:min(calc(100% - (var(--alee-edge-tablet) * 2)),var(--alee-width))}
  .alee-content-width{width:min(calc(100% - (var(--alee-edge-tablet) * 2)),var(--alee-content))}
  .alee-header-builder-inner{gap:10px}
  .alee-tool-copy{display:none}
  .alee-header-tool{padding-inline:4px}
  .alee-menu{width:auto;min-width:0;flex-wrap:wrap;justify-content:center;row-gap:2px}
  .alee-menu>li>a{padding-inline:6px;font-size:12px}
  .alee-home-content>.wp-block-group,.alee-home-content>.wp-block-columns,.alee-home-content>.wp-block-cover,.alee-home-content>.wp-block-image,.alee-home-content>.wp-block-query,.alee-home-content>p,.alee-home-content>h1,.alee-home-content>h2,.alee-home-content>h3{width:min(calc(100% - (var(--alee-edge-tablet) * 2)),var(--alee-content))}
  .alee-home-content>.alignwide,.alee-home-content>.alee-home-promo{width:min(calc(100% - (var(--alee-edge-tablet) * 2)),var(--alee-width))}
  .alee-home-category-grid{grid-template-columns:repeat(auto-fit,minmax(200px,240px));justify-content:center}
  .alee-posts-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media screen and (max-width:782px){
  .admin-bar.alee-sticky-header .alee-header-shell{top:46px}
}

@media (max-width:860px){
  .alee-header-desktop{display:none}
  .alee-mobile-header{min-height:62px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}
  .alee-mobile-brand{min-width:0}
  .alee-mobile-brand .custom-logo-link{max-width:var(--alee-logo-mobile)}
  .alee-mobile-brand .alee-site-title{font-size:18px}
  .alee-logo-fallback{width:35px;height:35px}
  .alee-mobile-actions{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:6px}
  .alee-mobile-header.no-logo .alee-mobile-actions{grid-column:1/-1}
  .alee-mobile-icon-button{width:44px;height:44px;padding:0;border:1px solid var(--alee-border);border-radius:11px;background:#fff;color:var(--alee-accent);display:grid;place-items:center;line-height:0}
  .alee-mobile-icon-button svg{width:20px;height:20px;stroke-width:2.05}
  .alee-mobile-search-host{display:none}
  .alee-site-header.is-search-open .alee-mobile-search-host{display:block;padding-bottom:12px}
  .alee-mobile-search-host .alee-header-search{display:block;width:100%;max-width:none}
  .alee-mobile-panel{display:block}
  .alee-mobile-panel[hidden]{display:none!important}
  .alee-home-hero-columns{display:block;min-height:0}
  .alee-home-hero-columns>.wp-block-column:first-child{padding:38px 32px 22px}
  .alee-home-hero-columns>.wp-block-column:last-child{padding:16px}
  .alee-hero-image img{min-height:290px}
  .alee-trust-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))}
  .alee-trust-grid>.wp-block-column{border-right:1px solid var(--alee-border);border-bottom:1px solid var(--alee-border)}
  .alee-trust-grid>.wp-block-column:nth-child(2n){border-right:0}
  .alee-trust-grid>.wp-block-column:nth-last-child(-n+2){border-bottom:0}
  .alee-latest-posts{grid-template-columns:1fr}
  .alee-footer-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .alee-footer-cols-3>.alee-footer-slot-3{grid-column:1/-1}
  .alee-footer-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .alee-has-bottom-nav{padding-bottom:68px}
  .alee-bottom-nav{display:grid}
}

@media (max-width:640px){
  .alee-container{width:min(calc(100% - (var(--alee-edge-mobile) * 2)),var(--alee-width))}
  .alee-content-width{width:min(calc(100% - (var(--alee-edge-mobile) * 2)),var(--alee-content))}
  .alee-main{padding-top:26px}
  .alee-home-content>.wp-block-group,.alee-home-content>.wp-block-columns,.alee-home-content>.wp-block-cover,.alee-home-content>.wp-block-image,.alee-home-content>.wp-block-query,.alee-home-content>p,.alee-home-content>h1,.alee-home-content>h2,.alee-home-content>h3{width:min(calc(100% - (var(--alee-edge-mobile) * 2)),var(--alee-content))}
  .alee-home-content>.alignwide,.alee-home-content>.alee-home-promo{width:min(calc(100% - (var(--alee-edge-mobile) * 2)),var(--alee-width))}
  .alee-home-content>.alee-home-hero{margin-top:16px;border-radius:calc(var(--alee-radius) + 2px)}
  .alee-home-hero-columns>.wp-block-column:first-child{padding:27px 21px 14px}
  .alee-home-hero-columns>.wp-block-column:last-child{padding:12px}
  .alee-home-hero h1:not([class*="-font-size"]){font-size:35px}
  .alee-hero-lead{font-size:14px}
  .alee-hero-image img{min-height:235px;border-radius:calc(var(--alee-radius) - 1px)}
  .alee-trust-item{padding:11px 12px;gap:10px}
  .alee-trust-icon{width:44px;height:44px;flex-basis:44px;border-radius:13px}
  .alee-trust-icon svg,.alee-trust-icon img{width:22px!important;height:22px!important}
  .alee-home-section>h2{font-size:22px}
  .alee-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .alee-home-content>.alee-home-promo{padding:23px;border-radius:calc(var(--alee-radius) + 1px)}
  .alee-home-promo h3{font-size:22px}
  .alee-latest-post{grid-template-columns:92px 1fr;padding:10px}
  .alee-posts-wrap{grid-template-columns:1fr}
  .alee-mobile-archive-grid2 .alee-posts-wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .alee-mobile-archive-grid2 .alee-post-card-body{padding:11px}
  .alee-mobile-archive-grid2 .alee-post-title{font-size:14px}
  .alee-mobile-archive-grid2 .alee-post-excerpt{display:none}
  .alee-mobile-archive-list .alee-posts-wrap{grid-template-columns:1fr}
  .alee-archive-list .alee-post-card{display:block}
  .alee-footer-grid{grid-template-columns:1fr!important;gap:22px}
  .alee-footer-bottom{align-items:flex-start;flex-direction:column}
  .alee-footer-bottom-menu{justify-content:flex-start}
}

/* v7.2 Responsive Customization Layer */
.alee-menu>li>a{
  color:var(--alee-header-menu-color,var(--alee-text));
  font-family:var(--alee-header-menu-font,inherit);
  font-size:var(--alee-header-menu-size-desktop,14px);
  font-weight:var(--alee-header-menu-weight,700)
}
.alee-menu>li>a:hover,.alee-menu>.current-menu-item>a,.alee-menu>.current_page_item>a{color:var(--alee-header-menu-hover,var(--alee-primary))}
.alee-mobile-menu-list a{
  color:var(--alee-header-menu-color,var(--alee-text));
  font-family:var(--alee-header-menu-font,inherit);
  font-size:var(--alee-header-menu-size-mobile,16px);
  font-weight:var(--alee-header-menu-weight,700)
}
.alee-entry-categories{margin:0 0 7px;color:var(--alee-primary);font-size:13px;font-weight:700}
.alee-entry-categories a{color:var(--alee-primary)}
.alee-posts-wrap{grid-template-columns:repeat(var(--alee-blog-cols-desktop,3),minmax(0,1fr))}
.alee-post-title{font-family:var(--alee-blog-font,inherit);font-size:var(--alee-blog-title-desktop,19px)}
.alee-single-main,.alee-post-card{font-family:var(--alee-blog-font,inherit)}
.alee-single-main .alee-entry-content{font-size:var(--alee-blog-content-desktop,18px);line-height:1.8}

.alee-site-footer{font-family:var(--alee-footer-font,inherit);font-size:var(--alee-footer-body-desktop,14px)}
.alee-footer-brand-module>p,.alee-footer-links a,.alee-footer-contact a,.alee-footer-contact p,.alee-footer-widget,.alee-footer-widget p,.alee-footer-gutenberg,.alee-footer-gblock{font-size:var(--alee-footer-body-desktop,14px)}
.alee-footer-menu h2,.alee-footer-contact h2,.alee-footer-widget .widget-title{color:var(--alee-footer-heading,#fff);font-size:var(--alee-footer-heading-desktop,17px);font-family:var(--alee-footer-font,inherit)}
.alee-footer-gutenberg :where(h1,h2,h3,h4,h5,h6),.alee-footer-gblock :where(h1,h2,h3,h4,h5,h6){font-family:var(--alee-footer-font,inherit)}
.alee-footer-gutenberg :where(h1,h2,h3,h4,h5,h6):not(.has-text-color),.alee-footer-gblock :where(h1,h2,h3,h4,h5,h6):not(.has-text-color){color:var(--alee-footer-heading,#fff)}
.alee-footer-links a,.alee-footer-bottom-menu a,.alee-footer-widget a{color:var(--alee-footer-link,#d6dfeb)}
:where(.alee-footer-gutenberg,.alee-footer-gblock) :where(a):not(.wp-element-button){color:var(--alee-footer-link,#d6dfeb)}
.alee-footer-links a:hover,.alee-footer-contact a:hover,.alee-footer-bottom-menu a:hover,.alee-footer-widget a:hover{color:var(--alee-footer-link-hover,var(--alee-footer-heading,#fff))}
:where(.alee-footer-gutenberg,.alee-footer-gblock) :where(a):not(.wp-element-button):hover{color:var(--alee-footer-link-hover,var(--alee-footer-heading,#fff))}
.alee-footer-preview-placeholder{min-height:84px;padding:14px;border:1px dashed color-mix(in srgb,var(--alee-footer-text,#b7c3d2) 48%,transparent);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--alee-footer-text,#b7c3d2);font-size:12px;text-align:center}
.alee-footer-gutenberg{color:var(--alee-footer-text,#b7c3d2)}
.alee-footer-gutenberg-content>:not(.alignfull){width:min(calc(100% - (var(--alee-edge-desktop) * 2)),var(--alee-width));margin-inline:auto}
.alee-footer-gutenberg-content>.alignfull{width:100%;max-width:none}
.alee-footer-gutenberg-content>*:first-child{margin-top:0}
.alee-footer-gutenberg-content>*:last-child{margin-bottom:0}
.alee-footer-gutenberg :where(p,li,figcaption):not(.has-text-color){color:var(--alee-footer-text,#b7c3d2)}
.alee-footer-gutenberg .wp-block-navigation,.alee-footer-gutenberg .wp-block-navigation-item__content{color:var(--alee-footer-link,#d6dfeb)}
.alee-footer-gutenberg .wp-block-navigation__responsive-container.is-menu-open{color:var(--alee-text,#172033)}
.alee-footer-gutenberg .wp-element-button,.alee-footer-gutenberg .wp-block-button__link{border-radius:var(--alee-button-radius);min-height:44px;display:inline-flex;align-items:center}
.alee-footer-gutenberg .wp-element-button:not(.has-background),.alee-footer-gutenberg .wp-block-button__link:not(.has-background){background:var(--alee-accent)}
.alee-footer-gutenberg .wp-element-button:not(.has-text-color),.alee-footer-gutenberg .wp-block-button__link:not(.has-text-color){color:#fff}
.alee-footer-gutenberg .wp-block-social-links{gap:8px}
.alee-footer-gutenberg img{max-width:100%;height:auto}
.alee-footer-gblock>*:first-child{margin-top:0}
.alee-footer-gblock>*:last-child{margin-bottom:0}
.alee-footer-gblock :where(p,li,figcaption):not(.has-text-color){color:var(--alee-footer-text,#b7c3d2)}
.alee-footer-gblock .wp-block-navigation,.alee-footer-gblock .wp-block-navigation-item__content{color:var(--alee-footer-link,#d6dfeb)}
.alee-footer-gblock .wp-block-navigation__responsive-container.is-menu-open{color:var(--alee-text,#172033)}
.alee-footer-gblock .wp-element-button,.alee-footer-gblock .wp-block-button__link{border-radius:var(--alee-button-radius);min-height:44px;display:inline-flex;align-items:center}
.alee-footer-gblock .wp-element-button:not(.has-background),.alee-footer-gblock .wp-block-button__link:not(.has-background){background:var(--alee-accent)}
.alee-footer-gblock .wp-element-button:not(.has-text-color),.alee-footer-gblock .wp-block-button__link:not(.has-text-color){color:#fff}
.alee-footer-gblock .wp-block-social-links{gap:8px}
.alee-footer-gblock img{max-width:100%;height:auto}


@media (max-width:1120px){
  .alee-header-desktop .alee-brand .custom-logo-link{max-width:var(--alee-logo-tablet,var(--alee-logo-desktop))}
  .alee-menu>li>a{font-size:var(--alee-header-menu-size-tablet,13px)}
  .alee-tablet-archive-grid .alee-posts-wrap{grid-template-columns:repeat(var(--alee-blog-cols-tablet,2),minmax(0,1fr))}
  .alee-tablet-archive-grid .alee-post-card{display:block}
  .alee-tablet-archive-list .alee-posts-wrap{grid-template-columns:1fr}
  .alee-tablet-archive-list .alee-post-card{display:grid;grid-template-columns:minmax(200px,34%) 1fr}
  .alee-post-title{font-size:var(--alee-blog-title-tablet,18px)}
  .alee-single-main .alee-entry-content{font-size:var(--alee-blog-content-tablet,18px)}
  .alee-site-footer,.alee-footer-brand-module>p,.alee-footer-links a,.alee-footer-contact a,.alee-footer-contact p,.alee-footer-widget,.alee-footer-widget p,.alee-footer-gutenberg,.alee-footer-gblock{font-size:var(--alee-footer-body-tablet,14px)}
  .alee-footer-menu h2,.alee-footer-contact h2,.alee-footer-widget .widget-title{font-size:var(--alee-footer-heading-tablet,17px)}
}
@media (max-width:640px){
  .alee-mobile-archive-grid2 .alee-posts-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}
  .alee-mobile-archive-list .alee-posts-wrap{grid-template-columns:1fr}
  .alee-mobile-archive-grid2 .alee-post-card,.alee-mobile-archive-list .alee-post-card{display:block}
  .alee-post-title{font-size:var(--alee-blog-title-mobile,16px)}
  .alee-single-main .alee-entry-content{font-size:var(--alee-blog-content-mobile,17px)}
  .alee-site-footer,.alee-footer-brand-module>p,.alee-footer-links a,.alee-footer-contact a,.alee-footer-contact p,.alee-footer-widget,.alee-footer-widget p,.alee-footer-gutenberg,.alee-footer-gblock{font-size:var(--alee-footer-body-mobile,14px)}
  .alee-footer-menu h2,.alee-footer-contact h2,.alee-footer-widget .widget-title{font-size:var(--alee-footer-heading-mobile,16px)}
}

/* Footer spacing and submenu typography */
.alee-footer-grid{column-gap:var(--alee-footer-column-gap,34px);row-gap:var(--alee-footer-column-gap,34px);padding-top:var(--alee-footer-pad-desktop,42px);padding-bottom:var(--alee-footer-pad-desktop,42px)}
.alee-footer-gutenberg{padding-top:var(--alee-footer-pad-desktop,42px);padding-bottom:var(--alee-footer-pad-desktop,42px)}
.alee-menu .sub-menu a{font-family:var(--alee-header-menu-font,inherit);font-size:var(--alee-header-menu-size-desktop,14px);font-weight:var(--alee-header-menu-weight,700);color:var(--alee-header-menu-color,var(--alee-text))}
.alee-menu .sub-menu a:hover{color:var(--alee-header-menu-hover,var(--alee-primary))}
@media (max-width:1120px){
  .alee-footer-grid{padding-top:var(--alee-footer-pad-tablet,36px);padding-bottom:var(--alee-footer-pad-tablet,36px)}
  .alee-footer-gutenberg-content>:not(.alignfull){width:min(calc(100% - (var(--alee-edge-tablet) * 2)),var(--alee-width))}
  .alee-footer-gutenberg{padding-top:var(--alee-footer-pad-tablet,36px);padding-bottom:var(--alee-footer-pad-tablet,36px)}
  .alee-menu .sub-menu a{font-size:var(--alee-header-menu-size-tablet,13px)}
}
@media (max-width:640px){
  .alee-footer-grid{padding-top:var(--alee-footer-pad-mobile,30px);padding-bottom:var(--alee-footer-pad-mobile,30px)}
  .alee-footer-gutenberg-content>:not(.alignfull){width:min(calc(100% - (var(--alee-edge-mobile) * 2)),var(--alee-width))}
  .alee-footer-gutenberg{padding-top:var(--alee-footer-pad-mobile,30px);padding-bottom:var(--alee-footer-pad-mobile,30px)}
}

/* Blog heading typography */
.alee-archive-header h1{font-family:var(--alee-blog-font,inherit);font-size:var(--alee-blog-archive-heading-desktop,44px)}
.alee-entry-header h1{font-family:var(--alee-blog-font,inherit);font-size:var(--alee-blog-single-title-desktop,44px)}
@media (max-width:1120px){
  .alee-archive-header h1{font-size:var(--alee-blog-archive-heading-tablet,38px)}
  .alee-entry-header h1{font-size:var(--alee-blog-single-title-tablet,38px)}
}
@media (max-width:640px){
  .alee-archive-header h1{font-size:var(--alee-blog-archive-heading-mobile,32px)}
  .alee-entry-header h1{font-size:var(--alee-blog-single-title-mobile,32px)}
}

/* v7.3 Gutenberg homepage dynamic blocks */
.alee-products-block{--alee-block-cols-desktop:4;--alee-block-cols-tablet:3;--alee-block-cols-mobile:2}
.alee-products-block ul.products{grid-template-columns:repeat(var(--alee-block-cols-mobile),minmax(0,1fr))!important}
.alee-products-block.alee-block-hide-price .price{display:none!important}
.alee-products-block.alee-block-hide-button .button{display:none!important}
.alee-posts-block{display:grid;grid-template-columns:repeat(var(--alee-post-block-cols-mobile,1),minmax(0,1fr));gap:16px;margin-top:18px}
.alee-post-block-card{min-width:0;border:1px solid var(--alee-border);border-radius:var(--alee-radius);overflow:hidden;background:#fff}
.alee-post-block-media{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--alee-surface)}
.alee-post-block-media img{width:100%;height:100%;object-fit:cover}
.alee-post-block-body{padding:16px}
.alee-post-block-body h3{margin:0 0 8px;font-size:17px;line-height:1.4}
.alee-post-block-body h3 a{color:var(--alee-text)}
.alee-post-block-body>p{margin:9px 0 0;color:var(--alee-muted);font-size:14px}
.alee-post-block-body .alee-entry-meta{margin-top:6px}

/* UI/UX body baseline for Gutenberg page content. H1–H6 use the unified Thai-first scale above; Blog policy typography remains separate. */
.alee-home-content,.alee-page-main .alee-entry-content{font-size:17px;line-height:1.7}
.alee-home-content .wp-element-button,.alee-page-main .alee-entry-content .wp-element-button{min-height:48px;font-size:16px;display:inline-flex;align-items:center;justify-content:center}

@media (min-width:768px){
  .alee-products-block ul.products{grid-template-columns:repeat(var(--alee-block-cols-tablet),minmax(0,1fr))!important}
  .alee-posts-block{grid-template-columns:repeat(var(--alee-post-block-cols-tablet,2),minmax(0,1fr))}
}
@media (min-width:1024px){
  .alee-products-block ul.products{grid-template-columns:repeat(var(--alee-block-cols-desktop),minmax(0,1fr))!important}
  .alee-posts-block{grid-template-columns:repeat(var(--alee-post-block-cols-desktop,3),minmax(0,1fr))}
}
@media (max-width:767px){
  .alee-home-content,.alee-page-main .alee-entry-content{font-size:16px;line-height:1.68}
}


@media (max-width:767px){
  :where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) table:not(.has-fixed-layout){display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  :where(.alee-entry-content,.alee-home-content,.woocommerce-Tabs-panel) table :where(th,td){padding:10px 11px}
}

@media (max-width: 1024px){
.alee-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 680px){
.alee-trust-grid{grid-template-columns:1fr}
.alee-trust-grid>.wp-block-column{border-right:0;border-bottom:1px solid var(--alee-border)}
.alee-trust-grid>.wp-block-column:last-child{border-bottom:0}
.alee-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}
}
