:root{
  --gd-navy:#073252;
  --gd-blue:#0f6ea9;
  --gd-gold:#f5a313;
  --gd-light:#eef8ff;
  --gd-text:#09253d;
  --gd-muted:#617587;
  --gd-border:#dce7ef;
  --gd-white:#fff;
  --gd-shadow:0 14px 35px rgba(7,50,82,.10);
}

.goldendeer-homepage,.goldendeer-homepage *,.goldendeer-global-header,.goldendeer-global-header *{box-sizing:border-box}
.goldendeer-homepage{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--gd-text);background:#fff;line-height:1.5}
.goldendeer-homepage a,.goldendeer-global-header a{text-decoration:none}
.goldendeer-homepage img,.goldendeer-global-header img{max-width:100%;height:auto;display:block}
.gd-container{width:min(1280px,calc(100% - 40px));margin:0 auto}
.goldendeer-hide-theme-header #masthead,.goldendeer-hide-theme-header .site-header{display:none!important}
.goldendeer-hide-theme-footer #colophon,.goldendeer-hide-theme-footer .site-footer{display:none!important}
.goldendeer-homepage-active .entry-content,.goldendeer-homepage-active .content-area,.goldendeer-homepage-active .site-main{padding:0!important;margin:0!important;max-width:none!important}
.goldendeer-homepage-active .entry-content>.goldendeer-homepage{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}

/* Header mới: logo + danh mục sổ xuống + tìm kiếm + tài khoản/giỏ hàng. */
.gd-announcement{background:var(--gd-navy);color:#fff;text-align:center;font-size:13px;font-weight:700;letter-spacing:.02em;height:var(--gd-announcement-height);min-height:24px;padding:0 14px;display:flex;align-items:center;justify-content:center}
.gd-header{background:#fff;border-bottom:1px solid var(--gd-border);position:relative;z-index:80}
.gd-header-inner{display:grid;grid-template-columns:minmax(180px,var(--gd-logo-width)) 160px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:var(--gd-header-height);padding:12px 0}.gd-header-inner>.gd-brand,.gd-header-inner>.gd-category-dropdown,.gd-header-inner>.gd-search-form,.gd-header-inner>.gd-header-actions{align-self:center;margin-top:0!important;margin-bottom:0!important}
.gd-brand{display:flex;align-items:center;min-width:0;width:100%;color:var(--gd-navy)}
.gd-brand img{display:block;width:100%;height:auto;max-height:calc(var(--gd-header-height) - 6px);object-fit:contain!important;object-position:left center!important;margin:0}
.gd-category-dropdown{position:relative;margin:0!important}
.gd-category-toggle{height:48px;width:100%;margin:0!important;border:0;border-radius:12px;background:var(--gd-navy);color:#fff;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:800;cursor:pointer}
.gd-category-toggle:hover,.gd-category-dropdown.is-open .gd-category-toggle{background:#0b456d}
.gd-category-toggle-icon{font-size:18px;line-height:1}
.gd-category-mega{position:absolute;left:0;top:calc(100% + 10px);width:250px;max-height:520px;overflow:auto;background:#fff;border:1px solid var(--gd-border);border-radius:14px;box-shadow:0 20px 50px rgba(7,50,82,.18);padding:10px;display:block;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease;z-index:120}
.gd-category-dropdown.is-open .gd-category-mega,.gd-category-dropdown:hover .gd-category-mega{opacity:1;visibility:visible;transform:translateY(0)}
.gd-mega-roots{display:flex;flex-direction:column;gap:4px}
.gd-mega-roots a{color:var(--gd-text);font-size:14px;font-weight:750;padding:10px 12px;border-radius:10px;display:flex;align-items:center;gap:8px}
.gd-mega-roots a:hover{background:var(--gd-light);color:var(--gd-blue)}
.gd-mega-roots-only{border-right:0;padding-right:0}
.gd-mega-empty{padding:24px;color:var(--gd-muted)}
.gd-search-form{height:48px;border:1px solid #d4e0e9;border-radius:12px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) 56px;align-items:stretch;overflow:hidden;min-width:0;margin:0!important;padding:0!important;line-height:1}
.gd-search-form input[type="search"]{width:100%;height:100%;margin:0!important;border:0!important;box-shadow:none!important;outline:0!important;padding:0 16px;background:transparent;font-size:16px;color:var(--gd-text)}
.gd-search-form button{height:48px;width:56px;margin:0!important;border:0;background:var(--gd-navy);color:#fff;display:grid;place-items:center;cursor:pointer}
.gd-search-form button:hover{background:var(--gd-blue)}
.gd-search-form svg,.gd-header-action svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gd-header-actions{display:flex;align-items:center;gap:16px;white-space:nowrap;justify-self:end;margin:0!important}
.gd-header-action{color:var(--gd-navy);font-size:12px;font-weight:800;display:flex;align-items:center;gap:7px;position:relative;margin:0!important;line-height:1.2}
.gd-header-action:hover{color:var(--gd-blue)}
.gd-header-cart-icon{position:relative;display:inline-grid;place-items:center}
.gd-cart-count{position:absolute;right:-8px;top:-8px;background:#e52d2d;color:#fff;min-width:18px;height:18px;border-radius:999px;font-size:10px;font-weight:900;display:grid;place-items:center;padding:0 4px}

/* Banner chính: một ảnh tĩnh, không slider và không nút điều hướng. */
.gd-hero{background:#fff;padding:18px 0 8px;overflow:hidden}
.gd-banner-static{position:relative;width:100%;height:var(--gd-hero-height);min-height:260px;border-radius:18px;overflow:hidden;background:#edf3f7;box-shadow:0 12px 30px rgba(7,50,82,.12)}
.gd-banner-static a{display:block;width:100%;height:100%}
.gd-banner-static img{width:100%;height:100%;object-fit:var(--gd-hero-fit);object-position:center}

.gd-section{padding:34px 0}
.gd-section-heading{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:18px;min-height:30px}
.gd-section-heading:before{content:"★";color:var(--gd-gold);font-size:21px;line-height:30px;width:24px;height:30px;display:flex;align-items:center;justify-content:center;flex:0 0 24px;transform:translateY(1px)}
.gd-section-heading>span{display:none}
.gd-section-heading h2{font-size:22px;line-height:30px;margin:0!important;color:var(--gd-navy);font-weight:900;letter-spacing:0;display:flex;align-items:center}
.gd-heading-row{position:relative}
.gd-heading-row>.gd-section-heading{margin-bottom:20px}
.gd-heading-row>a{position:absolute;right:0;top:4px;color:var(--gd-blue);font-size:13px;font-weight:750}

/* Danh mục: hiển thị 6 danh mục theo bố cục 3 cột x 2 hàng. */
.gd-categories{padding-top:12px;padding-bottom:26px}
.gd-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.gd-category-card{min-width:0;height:126px;border:1px solid var(--gd-border);border-radius:16px;overflow:hidden;background:#fff;color:var(--gd-text);display:grid;grid-template-columns:40% 1fr;align-items:stretch;box-shadow:0 6px 18px rgba(7,50,82,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.gd-category-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(7,50,82,.11);border-color:#bfd6e6}
.gd-category-media{display:grid;place-items:center;background:#fff;overflow:hidden;padding:6px;border-right:1px solid #edf2f5}
.gd-category-media>img{width:100%;height:100%;object-fit:contain;object-position:center}
.gd-category-placeholder{position:static;inset:auto;display:grid;place-items:center;width:100%;height:100%}
.gd-category-placeholder svg{width:100%;height:100%}
.gd-category-title{display:flex;align-items:center;justify-content:center;padding:8px 14px;text-align:center;color:var(--gd-navy);font-size:15px;font-weight:850;line-height:1.25}

.gd-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.gd-product-card{border:1px solid var(--gd-border);background:#fff;border-radius:10px;overflow:hidden;min-width:0;transition:.2s transform,.2s box-shadow;display:flex;flex-direction:column;height:100%}
.gd-product-card:hover{transform:translateY(-3px);box-shadow:var(--gd-shadow)}
.gd-product-media-wrap{position:relative;overflow:hidden;background:#fff}
.gd-product-image{height:210px;display:grid;place-items:center;padding:15px;position:relative;background:#fff}
.gd-product-image img{width:100%;height:100%;object-fit:contain}
.gd-demo-product-art{font-size:92px;line-height:1}
.gd-product-badge{position:absolute;left:10px;top:10px;background:#33a34a;color:#fff;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;z-index:4}
.gd-product-info{padding:0 14px 15px;display:flex;flex-direction:column;flex:1}
.gd-product-info h3{font-size:14px;line-height:1.35;min-height:42px;margin:0 0 8px;font-weight:750}
.gd-product-info h3 a{color:var(--gd-text)}
.gd-product-rating{font-size:12px;min-height:20px;height:20px;margin-bottom:4px;display:flex;align-items:center;gap:5px}
.gd-product-rating .star-rating{font-size:12px;color:var(--gd-gold);margin:0}
.gd-stars{color:var(--gd-gold);letter-spacing:1px}.gd-rating-count{color:#7c8c99}
.gd-product-price{font-weight:900;color:var(--gd-navy);font-size:16px;margin:2px 0 12px;min-height:24px;display:flex;align-items:center;flex-wrap:wrap}.gd-product-price del{font-size:12px;color:#98a5af;font-weight:500;margin-left:4px}.gd-product-price ins{text-decoration:none}
.gd-add-cart{height:38px;border-radius:8px;background:var(--gd-navy)!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;font-size:11px!important;font-weight:900!important;padding:0 8px!important;border:0!important;width:auto;text-align:center;margin:0}.gd-add-cart:hover{background:var(--gd-blue)!important}
.gd-hover-cart{position:absolute;left:12px;right:12px;bottom:12px;z-index:8;opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;box-shadow:0 8px 22px rgba(7,50,82,.18)}
.gd-product-card:hover .gd-hover-cart,.gd-product-card:focus-within .gd-hover-cart{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.gd-category-products-section{padding-top:12px;padding-bottom:22px}
.gd-category-products-section+.gd-category-products-section{padding-top:8px}


.gd-new-products{padding-top:10px}
.gd-new-product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.gd-new-product-grid .gd-product-image{height:150px}.gd-new-product-grid .gd-product-info h3{min-height:38px;font-size:13px}.gd-new-product-grid .gd-product-price{font-size:14px;margin-bottom:10px}.gd-new-product-grid .gd-demo-product-art{font-size:66px}

.gd-benefits{padding:0 0 32px}
.gd-benefit-grid{background:linear-gradient(90deg,#f0f9ff,#eaf5fc);border:1px solid #d8eaf5;border-radius:10px;padding:18px;display:grid;grid-template-columns:repeat(var(--gd-benefit-columns,4),1fr);gap:0}
.gd-benefit-grid>div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;align-items:center;padding:0 20px;border-right:1px solid #cee0eb}.gd-benefit-grid>div:last-child{border-right:0}.gd-benefit-grid span{grid-row:1/3;font-size:28px}.gd-benefit-grid strong{font-size:12px;color:var(--gd-navy)}.gd-benefit-grid small{font-size:11px;color:#567286}

.gd-footer{background:linear-gradient(135deg,#042b48,#06213a);color:#d5e5f0;padding-top:36px}.gd-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.1fr;gap:42px;padding-bottom:34px}.gd-footer .gd-brand{color:#fff;margin-bottom:14px;width:min(300px,100%);max-width:100%}.gd-footer .gd-brand img{max-height:84px}.gd-footer p{font-size:13px;color:#c2d5e3;margin:7px 0}.gd-footer h3{font-size:13px;color:#fff;margin:5px 0 14px}.gd-footer a:not(.gd-brand){display:block;color:#d5e5f0;font-size:13px;margin:7px 0}.gd-footer a:hover{color:var(--gd-gold)}.gd-footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:14px;font-size:12px;color:#a9bfce}

@media (max-width:1120px){
  .gd-header-inner{grid-template-columns:minmax(145px,220px) 150px minmax(260px,1fr) auto;gap:12px}.gd-search-form{grid-template-columns:minmax(0,1fr) 52px}.gd-header-action span:last-child{display:none}.gd-product-grid{grid-template-columns:repeat(3,1fr)}.gd-new-product-grid{grid-template-columns:repeat(3,1fr)}
  .gd-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:820px){
  .gd-container{width:min(100% - 28px,1280px)}.gd-header-inner{grid-template-columns:minmax(130px,var(--gd-logo-width-mobile)) 48px minmax(0,1fr) auto;min-height:max(68px,var(--gd-header-height));gap:9px}.gd-brand img{max-height:58px}.gd-category-toggle{min-width:44px;width:44px;padding:0}.gd-category-toggle span:not(.gd-category-toggle-icon){display:none}.gd-category-toggle-icon{font-size:20px}.gd-category-mega{position:fixed;left:14px;right:14px;top:auto;width:auto;max-height:72vh}.gd-header-actions{gap:8px}.gd-header-action{width:34px;height:38px;justify-content:center}.gd-header-action svg{width:21px}.gd-hero{padding-top:16px}.gd-banner-static{height:min(var(--gd-hero-height),280px);min-height:220px}.gd-benefit-grid{grid-template-columns:repeat(2,1fr);gap:18px}.gd-benefit-grid>div{border:0}.gd-footer-grid{grid-template-columns:repeat(2,1fr)}.gd-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gd-category-card{height:112px;grid-template-columns:40% 1fr}
}
@media (hover:none){.gd-hover-cart{opacity:1;visibility:visible;transform:none;pointer-events:auto;left:8px;right:8px;bottom:8px}}
@media (max-width:560px){
  .gd-container{width:min(100% - 20px,1280px)}.gd-announcement{font-size:11px}.gd-header-inner{grid-template-columns:minmax(112px,150px) 42px minmax(0,1fr) auto;gap:6px}.gd-search-form{height:40px;grid-template-columns:minmax(0,1fr) 40px}.gd-search-form input[type="search"]{height:38px;padding:0 9px;font-size:12px}.gd-search-form button{height:40px;width:40px}.gd-category-toggle{height:40px;width:40px;min-width:40px}.gd-header-actions .gd-header-action:first-child{display:none}.gd-category-mega{left:10px;right:10px}.gd-banner-static{height:200px;min-height:200px;border-radius:11px}.gd-category-grid{grid-template-columns:1fr}.gd-category-card{height:104px;grid-template-columns:40% 1fr}.gd-category-title{font-size:13px}.gd-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gd-product-image{height:160px;padding:9px}.gd-product-info{padding:0 10px 11px}.gd-product-info h3{font-size:12px}.gd-product-price{font-size:14px}.gd-add-cart{font-size:9px!important}.gd-new-product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.gd-new-product-grid .gd-product-card{min-width:47%;scroll-snap-align:start}.gd-heading-row>a{display:none}.gd-section-heading h2{font-size:19px}.gd-benefit-grid{grid-template-columns:1fr}.gd-benefit-grid>div{padding:7px 10px}.gd-footer-grid{grid-template-columns:1fr;gap:22px}.gd-footer-brand{max-width:420px}
}
