/** Canonical Design System 2 components. */
.hdfl-section-heading{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);align-items:end;gap:var(--hdfl-space-6);padding-block:var(--hdfl-space-7)}
.hdfl-section-heading h2{max-width:13ch;margin:.35rem 0 0;font-family:var(--hdfl-font-display);font-size:var(--hdfl-font-display-2);line-height:.98;letter-spacing:-.045em}
.hdfl-section-heading__aside{justify-self:end;max-width:48ch;color:var(--hdfl-color-muted)}
.hdfl-section-heading__aside p{margin:0 0 var(--hdfl-space-4)}

.hdfl-product-card{position:relative;display:grid;grid-template-rows:auto 1fr;min-width:0;background:var(--hdfl-color-canvas);border:1px solid var(--hdfl-color-border);overflow:hidden}
.hdfl-product-card__media{position:relative;aspect-ratio:1/1.08;background:var(--hdfl-color-surface);overflow:hidden}
.hdfl-product-card__media>a{display:block;width:100%;height:100%}
.hdfl-product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform 420ms ease}
.hdfl-product-card:hover .hdfl-product-card__media img{transform:scale(1.025)}
.hdfl-product-card__badge{position:absolute;top:12px;left:12px;z-index:3;padding:6px 8px;background:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hdfl-product-card__wishlist{position:absolute;top:12px;right:12px;z-index:4}
.hdfl-product-card__wishlist .hdfl-wishlist-control{display:block}
.hdfl-product-card__wishlist .yith-wcwl-add-to-wishlist{margin:0!important}
.hdfl-product-card__wishlist .hdfl-wishlist-link,.hdfl-product-card__wishlist a,.hdfl-product-card__wishlist button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;display:inline-grid!important;place-items:center!important;padding:0!important;margin:0!important;border:1px solid var(--hdfl-color-border)!important;border-radius:50%!important;background:rgba(255,255,255,.95)!important;color:var(--hdfl-color-ink)!important;font-size:0!important;line-height:1!important;box-shadow:none!important;text-decoration:none!important}
.hdfl-product-card__wishlist .hdfl-wishlist-icon{width:18px!important;height:18px!important}
.hdfl-product-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--hdfl-space-3);padding:22px 20px 20px;border-top:1px solid var(--hdfl-color-border)}
.hdfl-product-card__title{min-width:0}
.hdfl-product-card__title h3{margin:6px 0 0;font-family:var(--hdfl-font-display);font-size:clamp(22px,2vw,32px);line-height:1;letter-spacing:-.035em}
.hdfl-product-card__title h3 a{color:inherit;text-decoration:none}
.hdfl-product-card__arrow{align-self:start;font-size:20px;line-height:1;color:inherit;text-decoration:none}
.hdfl-product-card__description{grid-column:1/-1;margin:0;color:var(--hdfl-color-muted);font-size:13px;line-height:1.55}
.hdfl-product-card__facts{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:6px 14px;margin:0;padding:0;list-style:none;color:var(--hdfl-color-muted);font-size:11px}
.hdfl-product-card__facts li{display:flex;gap:5px}
.hdfl-product-card__facts strong{color:var(--hdfl-color-ink);font-weight:600}
.hdfl-product-card__actions{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:4px}
.hdfl-product-card__actions .hdfl-compare-button,.hdfl-product-card__actions .hdfl-zalo-cta{min-height:38px!important;margin:0!important}

.hdfl-spec-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-top:1px solid var(--hdfl-color-border);border-left:1px solid var(--hdfl-color-border)}
.hdfl-spec-list>div{min-width:0;padding:18px;border-right:1px solid var(--hdfl-color-border);border-bottom:1px solid var(--hdfl-color-border)}
.hdfl-spec-list dt{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hdfl-color-muted)}
.hdfl-spec-list dd{margin:7px 0 0;font-weight:600}

.hdfl-empty-state{display:grid;place-items:center;min-height:260px;padding:var(--hdfl-space-7);border:1px dashed var(--hdfl-color-border);text-align:center;background:var(--hdfl-color-surface)}

/* Core-owned floating controls: presentation only. */
.hdfl-compare-tray{max-width:min(720px,calc(100vw - 32px))!important;border-radius:var(--hdfl-radius-md)!important}
.hdfl-zalo-floating{width:62px!important;height:62px!important;display:grid!important;place-items:center!important;padding:8px!important;line-height:1!important;white-space:nowrap!important;text-align:center!important}
.hdfl-zalo-floating span,.hdfl-zalo-floating strong{display:block!important;line-height:1.05!important;white-space:nowrap!important}

/* Beta interaction states. */
.hdfl-product-card:focus-within{outline:2px solid currentColor;outline-offset:-2px}
.hdfl-product-card__arrow{display:inline-grid;width:36px;height:36px;place-items:center;border:1px solid transparent;border-radius:999px}
.hdfl-product-card__arrow:hover,.hdfl-product-card__arrow:focus-visible{border-color:var(--hdfl-color-border);outline:none}
.hdfl-product-card__actions button,.hdfl-product-card__actions a{white-space:nowrap}
.hdfl-action-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.hdfl-compare-button .hdfl-action-icon{flex:0 0 auto}
