:root{
 --dg-blue:#0c3383;
 --dg-blue2:#134bb1;
 --dg-orange:#f47700;
 --dg-orange2:#ff8b00;
 --dg-ink:#131722;
 --dg-muted:#677183;
 --dg-line:#e5e8ee;
}
body{margin:0!important}
.dghp-root{position:relative;z-index:99990;background:#fff;color:var(--dg-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.dghp-root *{box-sizing:border-box}
.dghp-root a{text-decoration:none!important}
.dghp-shell{width:min(1480px,calc(100% - 40px));margin:0 auto}

.dghp-topbar{height:34px;background:linear-gradient(90deg,var(--dg-blue),var(--dg-blue2));color:#fff;position:relative}
.dghp-topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between;font-size:12px}
.dghp-free{font-weight:700}
.dghp-toplinks{display:flex;align-items:center;gap:22px}
.dghp-toplinks>a{color:#fff!important}
.dghp-locale-trigger{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:12px}
.dghp-locale-trigger svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-width:2}
.dghp-locale-panel{display:none;position:absolute;right:22px;top:34px;width:min(560px,calc(100vw - 44px));background:#fff;color:#111827;border:1px solid var(--dg-line);border-radius:0 0 14px 14px;box-shadow:0 18px 50px rgba(0,0,0,.18);z-index:250}
.dghp-locale-panel.is-open{display:block}
.dghp-locale-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:18px}
.dghp-locale-grid h4{margin:0 0 10px;font-size:13px}
.dghp-locale-options{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;max-height:260px;overflow:auto}
.dghp-locale-options a{display:flex;justify-content:space-between;gap:8px;padding:8px 9px;border-radius:8px;color:#1f2937!important;font-size:12px}
.dghp-locale-options a:hover,.dghp-locale-options a.is-current{background:#f2f5fa;color:var(--dg-blue)!important}

.dghp-main{background:#fff;border-bottom:1px solid var(--dg-line)}
.dghp-main-row{min-height:72px;display:grid;grid-template-columns:180px 1fr 290px;gap:18px;align-items:center}
.dghp-logo{display:inline-flex;align-items:center;max-width:165px}
.dghp-logo-img{max-width:155px!important;max-height:48px!important;width:auto!important;height:auto!important;object-fit:contain!important}
.dghp-text-logo{font-size:40px;font-weight:850;letter-spacing:-2px;color:var(--dg-blue)!important}
.dghp-text-logo b{color:var(--dg-orange);font-weight:850}

.dghp-search-wrap{position:relative}
.dghp-search-form{height:46px;display:grid;grid-template-columns:160px 1fr 52px;border:1px solid #d7dce4;border-radius:11px;overflow:hidden;background:#fff}
.dghp-cat-trigger{border:0;border-right:1px solid var(--dg-line);background:#fff;padding:0 15px;font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.dghp-cat-trigger svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2}
.dghp-search-input-wrap{display:flex;align-items:center;min-width:0}
.dghp-search-input{width:100%;height:100%;border:0!important;box-shadow:none!important;outline:none!important;background:#fff!important;padding:0 10px 0 14px!important;font-size:14px!important}
.dghp-image-search-btn{width:40px;height:40px;display:grid;place-items:center;border:0;background:transparent;border-radius:8px;cursor:pointer}
.dghp-image-search-btn:hover{background:#f4f6fa}
.dghp-image-search-btn svg{width:20px;height:20px;fill:none;stroke:#536070;stroke-width:1.7}
.dghp-search-submit{border:0;background:linear-gradient(180deg,var(--dg-orange2),var(--dg-orange));display:grid;place-items:center;cursor:pointer}
.dghp-search-submit svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2}
.dghp-search-panel{display:none;position:absolute;left:0;right:0;top:53px;background:#fff;border:1px solid var(--dg-line);border-radius:12px;box-shadow:0 18px 50px rgba(0,0,0,.16);padding:10px;z-index:300;max-height:480px;overflow:auto}
.dghp-search-panel.is-open{display:block}
.dghp-search-heading{display:flex;align-items:center;justify-content:space-between;padding:8px 9px 10px;font-size:12px;font-weight:850;text-transform:uppercase}
.dghp-search-heading a{color:var(--dg-orange)!important;font-size:11px}
.dghp-search-heading small{font-size:11px;color:var(--dg-muted);font-weight:600;text-transform:none}
.dghp-suggest-chips{display:flex;flex-wrap:wrap;gap:7px;padding:0 8px 10px}
.dghp-suggest-chips a{color:#253044!important;background:#f3f5f8;border:1px solid #e9edf3;padding:7px 10px;border-radius:999px;font-size:12px}
.dghp-live-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}
.dghp-live-item{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:center;padding:7px;border-radius:9px;color:#141821!important}
.dghp-live-item:hover{background:#f7f9fb}
.dghp-live-thumb{width:58px;height:58px;border-radius:8px;overflow:hidden;background:#f4f4f4}
.dghp-live-thumb img{width:58px!important;height:58px!important;object-fit:cover!important;margin:0!important}
.dghp-live-item b{display:block;font-size:12px;line-height:1.25}
.dghp-live-item small{display:block;margin-top:5px;color:var(--dg-orange);font-weight:800}
.dghp-empty{padding:20px;text-align:center;color:var(--dg-muted)}

.dghp-actions{display:flex;justify-content:flex-end;align-items:center;gap:18px}
.dghp-action{position:relative;display:flex;align-items:center;gap:6px;color:#10141c!important;font-size:12px;font-weight:700;white-space:nowrap}
.dghp-action svg{width:23px;height:23px;fill:none;stroke:#111827;stroke-width:1.7}
.dghp-cart-count{position:absolute;top:-8px;left:18px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--dg-orange);color:#fff;font-size:10px;display:grid;place-items:center}

.dghp-nav{height:44px;background:linear-gradient(90deg,#ef6500,#ff8500)}
.dghp-nav-inner{height:44px;display:grid;grid-template-columns:1.3fr 1.15fr 1.15fr 1.2fr .7fr 1fr}
.dghp-nav-trigger{height:44px;border:0;background:transparent;color:#fff;font-weight:850;font-size:11px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;white-space:nowrap}
.dghp-nav-trigger:hover,.dghp-nav-trigger.is-open{background:rgba(0,0,0,.10)}
.dghp-nav-trigger svg{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:2}
.dghp-nav-trigger:first-child svg:first-child{width:17px;height:17px}

.dghp-dropdown{display:none;position:absolute;left:0;right:0;top:150px;background:#fff;border-bottom:1px solid var(--dg-line);box-shadow:0 18px 45px rgba(0,0,0,.14);z-index:220}
.dghp-dropdown.is-open{display:block}
.dghp-shop-menu{padding:18px 0}
.dghp-shop-mega{display:grid;grid-template-columns:220px 1fr;gap:18px;max-height:70vh}
.dghp-shop-quick{border-right:1px solid var(--dg-line);padding-right:16px}
.dghp-shop-quick a{display:block;padding:9px 10px;border-radius:9px;color:#121722!important}
.dghp-shop-quick a:hover{background:#f6f7fa}
.dghp-shop-quick b{display:block;font-size:13px}
.dghp-shop-quick small{display:block;margin-top:3px;color:var(--dg-muted);font-size:10px}
.dghp-cat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px 12px;overflow:auto;padding-right:4px}
.dghp-cat-card{border:1px solid #edf0f4;border-radius:10px;padding:9px;min-height:112px;background:#fff}
.dghp-cat-head{display:grid;grid-template-columns:46px 1fr;gap:8px;align-items:center;margin-bottom:6px}
.dghp-cat-head img{width:46px!important;height:46px!important;object-fit:cover!important;border-radius:8px!important;margin:0!important}
.dghp-cat-head>a{font-size:12px;font-weight:850;color:#111827!important;line-height:1.2}
.dghp-cat-children{display:grid;gap:2px}
.dghp-cat-children a{font-size:10.5px;color:#596476!important;padding:2px 0}
.dghp-cat-children a:hover{color:var(--dg-orange)!important}

.dghp-link-menu{padding:18px 0}
.dghp-link-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.dghp-link-menu-grid a{display:block;border:1px solid #edf0f4;border-radius:10px;padding:13px;color:#111827!important}
.dghp-link-menu-grid a:hover{border-color:#ffd4ad;background:#fff9f3}
.dghp-link-menu-grid b{display:block;font-size:13px}
.dghp-link-menu-grid small{display:block;color:var(--dg-muted);font-size:10.5px;margin-top:4px}
.dghp-menu-logout b{color:#b42318}

.dghp-mobile-menu-btn,.dghp-mobile-drawer{display:none}

/* Professional product-search results page: remove dark side gutters and widen content */
body.search,
body.search-results,
body.search-results #page,
body.search-results .site,
body.search-results .site-content,
body.search-results .content-area,
body.search-results main,
body.search-results #primary{
 background:#fff!important;
}
body.search-results .site-content,
body.search-results .content-area,
body.search-results #primary,
body.search-results main.site-main{
 width:min(1480px,calc(100% - 40px))!important;
 max-width:1480px!important;
 margin-left:auto!important;
 margin-right:auto!important;
 padding-left:0!important;
 padding-right:0!important;
}
body.search-results .widget-area,
body.search-results #secondary,
body.search-results aside.sidebar{display:none!important}
body.search-results ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
body.search-results ul.products li.product{width:auto!important;margin:0!important;border:1px solid #e9edf2;border-radius:12px;padding:10px;background:#fff}
body.search-results ul.products li.product img{border-radius:9px!important}

@media(max-width:1180px){
 .dghp-main-row{grid-template-columns:150px 1fr 220px}
 .dghp-logo-img{max-width:140px!important}
 .dghp-action span{display:none}
 .dghp-actions{gap:10px}
 .dghp-nav-trigger{font-size:10px;padding:0 8px}
 .dghp-cat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(max-width:820px){
 .dghp-shell{width:calc(100% - 18px)}
 .dghp-topbar{height:32px}
 .dghp-topbar-inner{height:32px;justify-content:center}
 .dghp-free{font-size:11px}
 .dghp-toplinks{display:none}
 .dghp-main-row{min-height:64px;grid-template-columns:40px 1fr auto;gap:8px}
 .dghp-mobile-menu-btn{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--dg-line);border-radius:9px;background:#fff}
 .dghp-mobile-menu-btn svg{width:20px;height:20px;fill:none;stroke:#111827;stroke-width:2}
 .dghp-logo{max-width:120px}
 .dghp-logo-img{max-width:116px!important;max-height:40px!important}
 .dghp-text-logo{font-size:31px}
 .dghp-actions{gap:4px}
 .dghp-action{width:34px;height:34px;display:grid;place-items:center}
 .dghp-action svg{width:22px;height:22px}
 .dghp-action:nth-child(2){display:none}
 .dghp-cart-count{top:-3px;left:20px}
 .dghp-search-wrap{grid-column:1/-1;grid-row:2;margin-bottom:8px}
 .dghp-search-form{height:44px;grid-template-columns:1fr 48px}
 .dghp-cat-trigger{display:none}
 .dghp-search-input{font-size:13px!important}
 .dghp-search-submit{width:48px}
 .dghp-search-panel{top:50px}
 .dghp-live-grid{grid-template-columns:1fr}
 .dghp-nav,.dghp-dropdown{display:none!important}
 .dghp-locale-panel{display:none!important}

 .dghp-mobile-drawer{display:block;position:fixed;inset:0;z-index:100050;pointer-events:none;opacity:0;transition:.22s}
 .dghp-mobile-drawer.is-open{pointer-events:auto;opacity:1}
 .dghp-mobile-backdrop{position:absolute;inset:0;background:rgba(18,24,35,.48)}
 .dghp-mobile-panel{position:absolute;left:0;top:0;bottom:0;width:min(89vw,390px);background:#fff;overflow:auto;transform:translateX(-100%);transition:.22s;box-shadow:18px 0 55px rgba(0,0,0,.22)}
 .dghp-mobile-drawer.is-open .dghp-mobile-panel{transform:translateX(0)}
 .dghp-mobile-head{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--dg-line)}
 .dghp-mobile-close{width:40px;height:40px;border:1px solid var(--dg-line);border-radius:9px;background:#fff;display:grid;place-items:center}
 .dghp-mobile-close svg{width:21px;height:21px;fill:none;stroke:#111827;stroke-width:2}
 .dghp-mobile-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px;border-bottom:1px solid var(--dg-line)}
 .dghp-mobile-quick a{border:1px solid var(--dg-line);border-radius:9px;padding:10px 6px;text-align:center;color:#111827!important;font-size:11px;font-weight:700}
 .dghp-mobile-section{padding:14px 17px;border-bottom:1px solid var(--dg-line)}
 .dghp-mobile-section h3{margin:0 0 7px;font-size:13px;font-weight:900}
 .dghp-mobile-section>a,.dghp-mobile-section details a,.dghp-mobile-section summary{display:block;color:#2d3748!important;padding:7px 0;font-size:13px}
 .dghp-mobile-section summary{font-weight:750;cursor:pointer}
 .dghp-mobile-section details{border-top:1px dashed #edf0f4}
 .dghp-mobile-section details a{padding-left:13px;font-size:12px;color:#657083!important}
 .dghp-logout{color:#b42318!important;font-weight:850}
 .dghp-mobile-locale-button{width:100%;height:42px;border:1px solid var(--dg-line);border-radius:9px;background:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:750}
 .dghp-mobile-locale-button svg{width:14px;height:14px;fill:none;stroke:#111827;stroke-width:2}
 .dghp-mobile-locale-panel{display:none;margin-top:10px;max-height:300px;overflow:auto;border:1px solid var(--dg-line);border-radius:9px;padding:8px}
 .dghp-mobile-locale-panel.is-open{display:block}
 .dghp-mobile-locale-panel strong{display:block;font-size:11px;text-transform:uppercase;margin:7px 6px}
 .dghp-mobile-locale-panel a{display:flex!important;justify-content:space-between;padding:7px 6px!important}

 body.search-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
 body.search-results .site-content,
 body.search-results .content-area,
 body.search-results #primary,
 body.search-results main.site-main{width:calc(100% - 18px)!important}
}


/* v1.2.0 refinements */
.dghp-dropdown{top:150px!important}
.dghp-shop-menu{padding:10px 0!important}
.dghp-shop-mega{
  grid-template-columns:190px 1fr!important;
  gap:12px!important;
  max-height:440px!important;
  min-height:0!important;
  overflow:hidden!important;
}
.dghp-shop-quick{overflow:auto;max-height:420px;padding-right:10px!important}
.dghp-shop-quick a{padding:7px 8px!important}
.dghp-cat-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:7px!important;
  max-height:420px!important;
  overflow-y:auto!important;
  align-content:start!important;
}
.dghp-cat-card{min-height:88px!important;padding:7px!important}
.dghp-cat-head{grid-template-columns:30px 1fr!important;gap:7px!important;margin-bottom:4px!important}
.dghp-cat-head img{width:30px!important;height:30px!important;border-radius:6px!important}
.dghp-cat-head>a{font-size:11px!important}
.dghp-cat-children a{font-size:9.8px!important;line-height:1.15!important}
.dghp-link-menu{padding:11px 0!important}
.dghp-link-menu-grid{grid-template-columns:repeat(5,1fr)!important;gap:7px!important}
.dghp-link-menu-grid a{padding:10px!important}
.dghp-link-menu-grid b{font-size:12px!important}
.dghp-link-menu-grid small{font-size:10px!important}

.dghp-locale-options button,
.dghp-mobile-locale-panel button{
  width:100%;border:0;background:transparent;cursor:pointer;
  display:flex;justify-content:space-between;gap:8px;
  padding:8px 9px;border-radius:8px;color:#1f2937;font-size:12px;text-align:left
}
.dghp-locale-options button:hover,
.dghp-mobile-locale-panel button:hover{background:#f2f5fa;color:var(--dg-blue)}
.dghp-google-translate{position:absolute!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.goog-te-banner-frame.skiptranslate{display:none!important}
body{top:0!important}
#goog-gt-tt,.goog-te-balloon-frame{display:none!important}
.goog-text-highlight{background:none!important;box-shadow:none!important}

/* Modern custom search results */
.dghp-results-page{background:#f6f8fb;min-height:70vh;padding-bottom:56px}
.dghp-results-shell{width:min(1440px,calc(100% - 40px));margin:0 auto}
.dghp-results-hero{
  background:linear-gradient(135deg,#0b2f7a 0%,#154db4 58%,#f47700 140%);
  color:#fff;padding:34px 0
}
.dghp-results-hero .dghp-results-shell{display:flex;align-items:end;justify-content:space-between;gap:30px}
.dghp-results-eyebrow{display:inline-block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#ffd5aa;margin-bottom:7px}
.dghp-results-hero h1{margin:0;font-size:30px;line-height:1.12;color:#fff}
.dghp-results-hero p{margin:9px 0 0;color:rgba(255,255,255,.82);font-size:13px}
.dghp-results-search{display:grid;grid-template-columns:minmax(260px,430px) 92px;background:#fff;border-radius:11px;padding:4px;box-shadow:0 12px 30px rgba(0,0,0,.13)}
.dghp-results-search input{border:0!important;outline:0!important;box-shadow:none!important;padding:0 13px!important;font-size:13px!important;background:#fff!important}
.dghp-results-search button{border:0;border-radius:8px;background:#f47700;color:#fff;font-weight:800;cursor:pointer}
.dghp-results-content{padding-top:24px}
.dghp-results-toolbar{height:48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.dghp-results-toolbar{font-size:13px;color:#495467}
.dghp-results-toolbar a{color:#f47700!important;font-weight:800}
.dghp-results-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.dghp-result-card{background:#fff;border:1px solid #e5eaf0;border-radius:13px;overflow:hidden;box-shadow:0 4px 14px rgba(20,34,60,.04);transition:.18s}
.dghp-result-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,34,60,.10)}
.dghp-result-image{display:block;aspect-ratio:1/1;background:#f4f5f7;overflow:hidden}
.dghp-result-image img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}
.dghp-result-body{padding:11px}
.dghp-result-title{display:block;color:#111827!important;font-size:12px;font-weight:750;line-height:1.35;min-height:33px}
.dghp-result-rating{min-height:18px;margin-top:5px}
.dghp-result-price{margin-top:5px;color:#d94c00;font-weight:850;font-size:14px}
.dghp-result-view{margin-top:9px;display:block;text-align:center;border:1px solid #dce2ea;border-radius:8px;padding:7px;color:#263244!important;font-size:11px;font-weight:800}
.dghp-result-view:hover{background:#f47700;color:#fff!important;border-color:#f47700}
.dghp-results-pagination{display:flex;justify-content:center;gap:6px;margin-top:28px}
.dghp-results-pagination .page-numbers{display:grid;place-items:center;min-width:36px;height:36px;padding:0 10px;border-radius:8px;background:#fff;border:1px solid #dde3ea;color:#253044!important;font-size:12px}
.dghp-results-pagination .current{background:#0c3383;color:#fff!important;border-color:#0c3383}
.dghp-results-empty{background:#fff;border:1px solid #e5eaf0;border-radius:14px;padding:50px;text-align:center}
.dghp-results-empty h2{margin:0 0 8px}
.dghp-results-empty a{display:inline-block;margin-top:14px;background:#f47700;color:#fff!important;padding:10px 18px;border-radius:9px;font-weight:800}

@media(max-width:1180px){
  .dghp-cat-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  .dghp-results-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:820px){
  .dghp-shop-menu{display:none!important}
  .dghp-results-shell{width:calc(100% - 18px)}
  .dghp-results-hero{padding:24px 0}
  .dghp-results-hero .dghp-results-shell{display:block}
  .dghp-results-hero h1{font-size:23px}
  .dghp-results-search{margin-top:17px;grid-template-columns:1fr 78px}
  .dghp-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .dghp-result-body{padding:9px}
}


/* Never hide the Dralys plugin header itself */
#dghp-root,
#dghp-root .dghp-main,
#dghp-root .dghp-topbar {
  display:block !important;
}


/* v1.2.2 global-header consistency */
#dghp-root{position:relative!important;z-index:10020!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#fff!important;font-family:Arial,Helvetica,sans-serif!important}
#dghp-root *{box-sizing:border-box}

/* Compact desktop layout */
#dghp-root .dghp-topbar{min-height:30px!important}
#dghp-root .dghp-topbar-inner{min-height:30px!important;height:30px!important}
#dghp-root .dghp-main-row{min-height:64px!important;padding-top:7px!important;padding-bottom:7px!important}
#dghp-root .dghp-nav-inner{min-height:42px!important;height:42px!important}
#dghp-root .dghp-nav-trigger{height:42px!important}
#dghp-root .dghp-dropdown{top:136px!important}

/* Locale panel remains a controlled overlay, never raw text across the page */
#dghp-root .dghp-locale-panel{position:absolute!important;left:0!important;right:0!important;top:30px!important;z-index:10080!important;background:#fff!important;border:1px solid #e4e8ef!important;box-shadow:0 18px 45px rgba(15,32,65,.16)!important;max-height:430px!important;overflow:auto!important}
#dghp-root .dghp-locale-panel:not(.is-open){display:none!important}
#dghp-root .dghp-locale-panel.is-open{display:block!important}
#dghp-root .dghp-locale-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px!important;padding:20px!important}
#dghp-root .dghp-locale-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}

/* Wishlist buttons */
.dghp-live-item-wrap{position:relative}
.dghp-wishlist-toggle{position:absolute;right:8px;top:8px;width:34px;height:34px;border:1px solid #e2e7ee;border-radius:50%;background:#fff;color:#12213d;font-size:21px;line-height:1;display:grid;place-items:center;cursor:pointer;z-index:4;box-shadow:0 4px 12px rgba(20,34,60,.08)}
.dghp-wishlist-toggle:hover,.dghp-wishlist-toggle.is-added{color:#e04646;background:#fff5f5;border-color:#ffd1d1}
.dghp-wishlist-toggle.is-loading{opacity:.55;pointer-events:none}
.dghp-result-media{position:relative}

/* Search result polish */
.dghp-results-chips{display:flex;gap:8px;overflow:auto;padding-top:17px;padding-bottom:2px;scrollbar-width:none}
.dghp-results-chips a{white-space:nowrap;background:#fff;border:1px solid #dfe5ed;border-radius:999px;padding:8px 13px;color:#26344d!important;font-size:12px;font-weight:750}
.dghp-results-chips a:hover{border-color:#f47700;color:#d75f00!important}
.dghp-results-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.dghp-result-card{min-width:0}
.dghp-result-image{aspect-ratio:1/1.04}
.dghp-result-title{font-size:13px!important}
.dghp-results-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center}

/* Mobile app links */
.dghp-mobile-apps{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
.dghp-mobile-apps h3{grid-column:1/-1}
.dghp-app-link{border:1px solid #dce2ea!important;border-radius:9px!important;text-align:center!important;padding:10px!important;font-weight:800!important}

/* Mobile: smaller, cleaner, no white gap */
@media(max-width:820px){
  #dghp-root .dghp-topbar{min-height:28px!important}
  #dghp-root .dghp-topbar-inner{height:28px!important;min-height:28px!important;padding:0 10px!important}
  #dghp-root .dghp-free{font-size:10px!important}
  #dghp-root .dghp-toplinks>a,
  #dghp-root .dghp-locale-trigger{font-size:10px!important}
  #dghp-root .dghp-main-row{min-height:54px!important;padding:6px 10px!important;grid-template-columns:38px minmax(90px,1fr) auto!important;gap:7px!important}
  #dghp-root .dghp-logo-img{max-height:32px!important;max-width:105px!important}
  #dghp-root .dghp-text-logo{font-size:27px!important}
  #dghp-root .dghp-search-wrap{margin:0 0 5px!important;padding:0!important}
  #dghp-root .dghp-search-form{height:40px!important}
  #dghp-root .dghp-search-panel{top:45px!important}
  #dghp-root .dghp-mobile-panel{width:min(92vw,390px)!important}
  #dghp-root .dghp-mobile-head{height:60px!important}
  #dghp-root .dghp-mobile-section{padding:11px 15px!important}
  #dghp-root .dghp-mobile-section>a,
  #dghp-root .dghp-mobile-section details a,
  #dghp-root .dghp-mobile-section summary{padding:6px 0!important}
  #dghp-root .dghp-mobile-locale-panel{max-height:360px!important}
  #dghp-root .dghp-locale-panel{display:none!important}
  .dghp-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .dghp-results-page{margin-top:0!important}
}



/* =========================================================
   v1.2.3 SAFE GLOBAL HEADER FIXES
   ========================================================= */

#dghp-root{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}


/* =========================================================
   v1.2.5 MOBILE NATIVE ACCORDION + HEADER PROTECTION
   ========================================================= */

/* Do not globally modify page content. Only #dghp-root is styled. */
#dghp-root{isolation:isolate}


@media(max-width:820px){
  /* New native mobile main groups */
  #dghp-root details.dghp-mobile-group{
    display:block!important;
    margin:0!important;
    padding:0 15px!important;
    border:0!important;
    border-bottom:1px solid #e5e8ee!important;
    background:#fff!important;
  }

  #dghp-root details.dghp-mobile-group>summary{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    margin:0!important;
    padding:15px 0!important;
    list-style:none!important;
    cursor:pointer!important;
    color:#111827!important;
    font-size:15px!important;
    font-weight:850!important;
    line-height:1.25!important;
    letter-spacing:0!important;
    text-transform:none!important;
  }

  #dghp-root details.dghp-mobile-group>summary::-webkit-details-marker{display:none!important}
  #dghp-root details.dghp-mobile-group>summary::after{
    content:"⌄";
    width:25px;height:25px;
    border:1px solid #e1e6ed;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#68758a;
    font-size:13px;
    flex:0 0 25px;
    transition:transform .18s ease;
  }
  #dghp-root details.dghp-mobile-group[open]>summary::after{transform:rotate(180deg)}

  #dghp-root .dghp-mobile-group-body{
    display:block!important;
    padding:0 0 12px!important;
  }

  #dghp-root .dghp-mobile-group-body>a,
  #dghp-root .dghp-mobile-group-body>button{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:10px 0!important;
    color:#2d3748!important;
    font-size:14.5px!important;
    font-weight:500!important;
    line-height:1.4!important;
    letter-spacing:0!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    text-align:left!important;
    text-decoration:none!important;
    border:0!important;
    border-bottom:1px solid #f0f2f5!important;
    background:transparent!important;
  }

  #dghp-root .dghp-mobile-group-body>details{
    display:block!important;
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-bottom:1px solid #f0f2f5!important;
  }

  #dghp-root .dghp-mobile-group-body>details>summary{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    margin:0!important;
    padding:10px 0!important;
    list-style:none!important;
    cursor:pointer!important;
    color:#2d3748!important;
    font-size:14.5px!important;
    font-weight:700!important;
    line-height:1.35!important;
  }

  #dghp-root .dghp-mobile-group-body>details>summary::-webkit-details-marker{display:none!important}
  #dghp-root .dghp-mobile-group-body>details>summary::after{content:"+";color:#69778d;font-weight:500}
  #dghp-root .dghp-mobile-group-body>details[open]>summary::after{content:"−"}

  #dghp-root .dghp-mobile-group-body>details>a{
    display:block!important;
    width:100%!important;
    padding:8px 0 8px 12px!important;
    color:#657083!important;
    font-size:13.5px!important;
    font-weight:500!important;
    line-height:1.35!important;
    white-space:normal!important;
    word-break:normal!important;
    text-decoration:none!important;
  }

  #dghp-root .dghp-mobile-locale-panel{
    margin:8px 0 4px!important;
    max-height:360px!important;
  }
}


/* =========================================================
   v1.2.6 DOM / PAGE-CONSISTENCY FIX
   ========================================================= */

/* Locale selector must NEVER leak raw language/currency text into page content. */
#dghp-root > .dghp-locale-panel:not(.is-open){
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
#dghp-root > .dghp-locale-panel.is-open{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

/* Hide Google's utility container itself; translated page text still works. */
#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* Header remains one self-contained block on every frontend template. */
#dghp-root > .dghp-topbar,
#dghp-root > .dghp-main{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

.dghp-orders-mobile-back{
  display:none;
}

@media(max-width:820px){
  body.dghp-orders-page #dghp-root{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }

  .dghp-orders-mobile-back{
    display:block!important;
    width:100%!important;
    background:#f7f9fc!important;
    border-bottom:1px solid #e5e8ee!important;
    padding:8px 12px!important;
  }
  .dghp-orders-mobile-back a{
    display:inline-flex!important;
    align-items:center!important;
    min-height:36px!important;
    padding:0 12px!important;
    border:1px solid #dce3ec!important;
    border-radius:9px!important;
    background:#fff!important;
    color:#0c3383!important;
    font-size:13px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }
}

/* v1.2.7 — containment after corrected topbar markup */
#dghp-root{clear:both!important}
#dghp-root>.dghp-topbar,
#dghp-root>.dghp-locale-panel,
#dghp-root>header.dghp-main,
#dghp-root>.dghp-mobile-drawer{float:none!important}


/* =========================================================
   v1.2.8 — page-template isolation + visual stability
   Keeps the SAME header design; only prevents theme/page CSS leakage.
   ========================================================= */
#dghp-root > .dghp-locale-panel{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
#dghp-root > .dghp-locale-panel.is-open{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
#dghp-root .dghp-nav-trigger svg,
#dghp-root .dghp-cat-trigger svg,
#dghp-root .dghp-locale-trigger svg{
  width:12px!important;height:12px!important;min-width:12px!important;max-width:12px!important;
  display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;
}
#dghp-root .dghp-mobile-menu-btn svg,
#dghp-root .dghp-mobile-close svg{
  width:20px!important;height:20px!important;display:block!important;fill:none!important;stroke:#111827!important;stroke-width:2!important;
}
#dghp-root .dghp-main-row,
#dghp-root .dghp-nav-inner,
#dghp-root .dghp-topbar-inner{
  float:none!important;clear:both!important;
}
#dghp-root .dghp-main-row > *,
#dghp-root .dghp-nav-inner > *{
  margin-top:0!important;margin-bottom:0!important;
}
#dghp-root .dghp-nav-trigger,
#dghp-root .dghp-cat-trigger,
#dghp-root .dghp-locale-trigger,
#dghp-root .dghp-search-submit,
#dghp-root .dghp-image-search-btn,
#dghp-root .dghp-mobile-menu-btn,
#dghp-root .dghp-mobile-close{
  text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;
}
@media(max-width:820px){
  body.dghp-orders-page .dghp-orders-mobile-back a{min-width:130px!important;justify-content:center!important}
}

/* =========================================================
   v1.2.9 FINAL — page-proof mega menus + compact Kreyol labels
   ========================================================= */
#dghp-root .dghp-cat-trigger:hover,
#dghp-root .dghp-cat-trigger:focus,
#dghp-root .dghp-cat-trigger.is-open{background:#fff6ec!important;color:#0c3383!important}
#dghp-root .dghp-image-search-btn svg{display:block!important;width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;fill:none!important;stroke:#536070!important;stroke-width:1.7!important}
#dghp-root .dghp-shop-menu{padding:10px 0!important;overflow:hidden!important}
#dghp-root .dghp-shop-mega{display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;gap:12px!important;max-height:430px!important;overflow:hidden!important;align-items:start!important}
#dghp-root .dghp-shop-quick{display:block!important;float:none!important;max-height:410px!important;overflow:auto!important;border-right:1px solid #e5e8ee!important;padding:0 10px 0 0!important;margin:0!important}
#dghp-root .dghp-shop-quick a{display:block!important;float:none!important;width:100%!important;padding:7px 8px!important;margin:0!important;color:#121722!important;background:#fff!important}
#dghp-root .dghp-cat-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:7px!important;max-height:410px!important;overflow:auto!important;align-content:start!important;float:none!important;width:auto!important;margin:0!important;padding:0 4px 0 0!important}
#dghp-root .dghp-cat-card{display:block!important;float:none!important;width:auto!important;min-width:0!important;min-height:88px!important;margin:0!important;padding:7px!important;border:1px solid #edf0f4!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important}
#dghp-root .dghp-cat-head{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;gap:7px!important;align-items:center!important;margin:0 0 4px!important;padding:0!important}
#dghp-root .dghp-cat-head img{display:block!important;float:none!important;width:30px!important;height:30px!important;min-width:30px!important;max-width:30px!important;min-height:30px!important;max-height:30px!important;object-fit:cover!important;border-radius:6px!important;margin:0!important}
#dghp-root .dghp-cat-head>a{display:block!important;min-width:0!important;color:#111827!important;font-size:10.8px!important;font-weight:800!important;line-height:1.15!important;white-space:normal!important;overflow-wrap:anywhere!important}
#dghp-root .dghp-cat-children{display:grid!important;gap:1px!important;margin:0!important;padding:0!important}
#dghp-root .dghp-cat-children a{display:block!important;float:none!important;width:auto!important;margin:0!important;padding:2px 0!important;color:#596476!important;font-size:9.4px!important;line-height:1.15!important;white-space:normal!important;overflow-wrap:anywhere!important}
#dghp-root .dghp-link-menu-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important}
#dghp-root .dghp-link-menu-grid a{display:block!important;float:none!important;min-width:0!important;margin:0!important;padding:10px!important;background:#fff!important}
@media(max-width:1180px){#dghp-root .dghp-cat-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}

/* =========================================================
   v1.3.0 MOBILE WORLD MENU — MOBILE ONLY
   Desktop/laptop intentionally unchanged.
   ========================================================= */
@media(max-width:820px){
  #dghp-root .dghp-mobile-drawer{z-index:2147483000!important}
  #dghp-root .dghp-mobile-panel{
    width:min(94vw,430px)!important;
    max-width:430px!important;
    background:#fff!important;
    border-radius:0 18px 18px 0!important;
    box-shadow:22px 0 60px rgba(10,25,55,.24)!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
  #dghp-root .dghp-mobile-backdrop{background:rgba(7,18,38,.58)!important;backdrop-filter:blur(1.5px)!important}
  #dghp-root .dghp-mobile-head{
    height:68px!important;
    padding:0 16px!important;
    border-bottom:1px solid #e7ebf2!important;
    background:#fff!important;
    position:sticky!important;top:0!important;z-index:5!important;
  }
  #dghp-root .dghp-mobile-home-mark{display:flex!important;align-items:center!important;text-decoration:none!important}
  #dghp-root .dghp-mobile-home-mark .dghp-logo{pointer-events:none!important}
  #dghp-root .dghp-mobile-close{
    width:42px!important;height:42px!important;border-radius:12px!important;
    border:1px solid #dfe5ed!important;background:#fff!important;
    box-shadow:0 5px 14px rgba(11,35,68,.07)!important;
  }

  #dghp-root .dghp-mobile-identity{
    margin:12px 12px 8px!important;
    border:1px solid #e3e9f1!important;
    border-radius:16px!important;
    background:linear-gradient(135deg,#f8fbff 0%,#fff 58%,#fff8f2 100%)!important;
    box-shadow:0 8px 24px rgba(15,42,76,.07)!important;
  }
  #dghp-root .dghp-mobile-customer{
    display:grid!important;
    grid-template-columns:56px minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:center!important;
    padding:13px!important;
  }
  #dghp-root .dghp-mobile-avatar{width:56px!important;height:56px!important;border-radius:50%!important;overflow:hidden!important;border:2px solid #fff!important;box-shadow:0 0 0 2px #dce6f3!important;background:#edf3fb!important}
  #dghp-root .dghp-mobile-avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}
  #dghp-root .dghp-mobile-customer-copy{min-width:0!important}
  #dghp-root .dghp-mobile-customer-copy>strong{display:block!important;color:#0d2f57!important;font-size:14px!important;line-height:1.25!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  #dghp-root .dghp-mobile-customer-copy>span{display:block!important;color:#6f7d91!important;font-size:11px!important;line-height:1.4!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-top:2px!important}
  #dghp-root .dghp-mobile-badges{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:7px!important}
  #dghp-root .dghp-mobile-member-badge,
  #dghp-root .dghp-mobile-verified-badge{display:inline-flex!important;align-items:center!important;min-height:22px!important;padding:3px 8px!important;border-radius:999px!important;font-size:9.5px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}
  #dghp-root .dghp-mobile-member-badge{background:#092f5f!important;color:#fff!important}
  #dghp-root .dghp-mobile-verified-badge{background:#ebf9f0!important;color:#207844!important;border:1px solid #ccebd7!important}
  #dghp-root .dghp-mobile-profile-link{align-self:start!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:0 9px!important;border-radius:9px!important;background:#fff!important;border:1px solid #d9e1eb!important;color:#0b3d77!important;font-size:10.5px!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap!important}

  #dghp-root .dghp-mobile-guest{padding:15px!important}
  #dghp-root .dghp-mobile-guest-logo .dghp-logo{display:none!important}
  #dghp-root .dghp-mobile-guest-copy strong{display:block!important;color:#0c315f!important;font-size:17px!important;font-weight:900!important;line-height:1.2!important}
  #dghp-root .dghp-mobile-guest-copy span{display:block!important;color:#6d7b8f!important;font-size:11.5px!important;line-height:1.45!important;margin-top:4px!important}
  #dghp-root .dghp-mobile-auth-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:12px!important}
  #dghp-root .dghp-mobile-auth-actions a{display:flex!important;align-items:center!important;justify-content:center!important;height:38px!important;border:1px solid #d9e1eb!important;border-radius:10px!important;color:#0b376d!important;background:#fff!important;font-size:12px!important;font-weight:850!important;text-decoration:none!important}
  #dghp-root .dghp-mobile-auth-actions a.is-primary{background:#0a3e78!important;border-color:#0a3e78!important;color:#fff!important}

  #dghp-root .dghp-mobile-quick{gap:7px!important;padding:9px 12px 12px!important;border-bottom:0!important;background:#fff!important}
  #dghp-root .dghp-mobile-quick-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  #dghp-root .dghp-mobile-quick-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  #dghp-root .dghp-mobile-quick a{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;min-height:62px!important;padding:8px 4px!important;border:1px solid #e1e7ef!important;border-radius:12px!important;background:#fff!important;color:#102b4a!important;box-shadow:0 4px 14px rgba(12,39,74,.04)!important;text-decoration:none!important}
  #dghp-root .dghp-mobile-quick a>span{font-size:16px!important;line-height:1!important}
  #dghp-root .dghp-mobile-quick a>b{font-size:9.8px!important;line-height:1.15!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}

  #dghp-root .dghp-mobile-account-shortcuts{margin:0 12px 10px!important;border:1px solid #e5eaf1!important;border-radius:13px!important;overflow:hidden!important;background:#fff!important}
  #dghp-root .dghp-mobile-account-shortcuts a{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:40px!important;padding:0 12px!important;border-bottom:1px solid #eef1f5!important;color:#18324f!important;font-size:11.5px!important;font-weight:750!important;text-decoration:none!important}
  #dghp-root .dghp-mobile-account-shortcuts a:last-child{border-bottom:0!important}
  #dghp-root .dghp-mobile-account-shortcuts a span{font-size:18px!important;color:#8794a7!important;font-weight:400!important}

  #dghp-root details.dghp-mobile-group{padding:0 15px!important}
  #dghp-root details.dghp-mobile-group>summary{padding:14px 0!important;font-size:13.5px!important;font-weight:900!important;letter-spacing:.01em!important}
  #dghp-root .dghp-mobile-group-body>a,
  #dghp-root .dghp-mobile-group-body>button{font-size:13px!important;padding:9px 0!important}
  #dghp-root .dghp-mobile-group-body>details>summary{font-size:13px!important;padding:9px 0!important}
  #dghp-root .dghp-mobile-group-body>details>a{font-size:12.5px!important;padding:7px 0 7px 12px!important}

  #dghp-root .dghp-mobile-apps{margin:0!important;padding:14px 15px 22px!important;background:#fbfcfe!important}
  #dghp-root .dghp-mobile-apps h3{font-size:12px!important;color:#172b45!important}
  #dghp-root .dghp-app-link{font-size:12px!important;background:#fff!important}

  body.dghp-mobile-menu-open{overflow:hidden!important;touch-action:none!important}
}


/* =========================================================
   v1.3.1 MOBILE WORLD MENU — REFINED PREMIUM DRAWER
   Mobile only. Desktop/laptop remains untouched.
   ========================================================= */
@media(max-width:820px){
  #dghp-root .dghp-mobile-panel{
    width:min(94vw,420px)!important;
    max-width:420px!important;
    border-radius:0 22px 22px 0!important;
    background:#f6f8fb!important;
    box-shadow:26px 0 70px rgba(5,20,45,.28)!important;
  }
  #dghp-root .dghp-mobile-backdrop{
    background:rgba(3,15,34,.62)!important;
    backdrop-filter:blur(3px)!important;
    -webkit-backdrop-filter:blur(3px)!important;
  }
  #dghp-root .dghp-mobile-head{
    height:66px!important;padding:0 14px!important;
    background:rgba(255,255,255,.96)!important;
    backdrop-filter:blur(14px)!important;
    border-bottom:1px solid #e7ebf1!important;
  }
  #dghp-root .dghp-mobile-head .dghp-logo-img{max-height:36px!important;width:auto!important}
  #dghp-root .dghp-mobile-head-label{margin-left:auto!important;margin-right:10px!important;font-size:9px!important;font-weight:900!important;letter-spacing:.16em!important;color:#8b98a9!important}
  #dghp-root .dghp-mobile-close{width:38px!important;height:38px!important;border-radius:50%!important;border:1px solid #e0e6ee!important;box-shadow:none!important}

  #dghp-root .dghp-mobile-identity{margin:12px!important;border:0!important;overflow:hidden!important}
  #dghp-root .dghp-mobile-customer{
    display:block!important;padding:0!important;
    background:linear-gradient(135deg,#062b58 0%,#0b4b8e 68%,#ff7a1a 145%)!important;
    color:#fff!important;box-shadow:0 14px 30px rgba(8,48,94,.18)!important;
  }
  #dghp-root .dghp-mobile-customer-main{display:grid!important;grid-template-columns:58px minmax(0,1fr) auto!important;gap:11px!important;align-items:center!important;padding:15px 14px 11px!important}
  #dghp-root .dghp-mobile-avatar{width:58px!important;height:58px!important;box-shadow:0 0 0 2px rgba(255,255,255,.32)!important;border:2px solid #fff!important}
  #dghp-root .dghp-mobile-eyebrow{display:block!important;margin-bottom:2px!important;font-size:8px!important;font-weight:900!important;letter-spacing:.16em!important;color:#bcd5ef!important}
  #dghp-root .dghp-mobile-customer-copy>strong{color:#fff!important;font-size:14px!important;font-weight:900!important}
  #dghp-root .dghp-mobile-customer-copy>span:not(.dghp-mobile-eyebrow){color:#d9e7f6!important;font-size:10.5px!important}
  #dghp-root .dghp-mobile-badges{margin-top:6px!important;gap:4px!important}
  #dghp-root .dghp-mobile-member-badge{background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important}
  #dghp-root .dghp-mobile-verified-badge{background:#eafaf0!important;color:#14743d!important;border:0!important}
  #dghp-root .dghp-mobile-profile-link{height:34px!important;padding:0 9px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;border-radius:10px!important;gap:5px!important}
  #dghp-root .dghp-mobile-profile-link span{font-size:9.5px!important;font-weight:850!important}
  #dghp-root .dghp-mobile-profile-link b{font-size:17px!important;line-height:1!important}
  #dghp-root .dghp-mobile-member-note{padding:9px 14px 11px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:#d5e4f3!important;font-size:9.5px!important;line-height:1.35!important}

  #dghp-root .dghp-mobile-guest{padding:15px!important;background:linear-gradient(145deg,#fff 0%,#f5f9ff 55%,#fff4ea 100%)!important;box-shadow:0 12px 28px rgba(8,43,83,.09)!important}
  #dghp-root .dghp-mobile-guest-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
  #dghp-root .dghp-mobile-guest-logo .dghp-logo{display:flex!important;align-items:center!important;max-width:115px!important}
  #dghp-root .dghp-mobile-guest-logo .dghp-logo-img{display:block!important;max-height:36px!important;width:auto!important}
  #dghp-root .dghp-mobile-welcome-chip{display:inline-flex!important;align-items:center!important;min-height:23px!important;padding:0 8px!important;border-radius:999px!important;background:#fff!important;border:1px solid #e3e8ef!important;color:#8a5b31!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important}
  #dghp-root .dghp-mobile-guest-copy{margin-top:12px!important}
  #dghp-root .dghp-mobile-guest-copy strong{font-size:18px!important;color:#092f5f!important}
  #dghp-root .dghp-mobile-guest-copy span{font-size:11px!important;max-width:330px!important}
  #dghp-root .dghp-mobile-auth-actions a{height:40px!important;border-radius:11px!important;font-size:11.5px!important}
  #dghp-root .dghp-mobile-auth-actions a.is-primary{background:linear-gradient(135deg,#07396f,#0d559b)!important;border-color:transparent!important;box-shadow:0 7px 18px rgba(8,65,125,.18)!important}
  #dghp-root .dghp-mobile-guest-trust{display:flex!important;flex-wrap:wrap!important;gap:8px 12px!important;margin-top:11px!important;color:#6f7c8d!important;font-size:8.8px!important;font-weight:700!important}

  #dghp-root .dghp-mobile-section-title{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;padding:8px 14px 5px!important}
  #dghp-root .dghp-mobile-section-title span{font-size:11px!important;font-weight:900!important;color:#173653!important;text-transform:uppercase!important;letter-spacing:.07em!important}
  #dghp-root .dghp-mobile-section-title small{font-size:9px!important;color:#93a0b0!important}
  #dghp-root .dghp-mobile-quick{padding:7px 12px 12px!important;background:transparent!important;gap:7px!important}
  #dghp-root .dghp-mobile-quick a{min-height:72px!important;border:1px solid #e3e9f0!important;border-radius:15px!important;background:#fff!important;box-shadow:0 7px 18px rgba(11,43,79,.055)!important;gap:2px!important}
  #dghp-root .dghp-mobile-quick a .dghp-qicon{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border-radius:10px!important;background:#eef5ff!important;color:#0a4b8c!important;font-size:15px!important;font-weight:900!important;margin-bottom:2px!important}
  #dghp-root .dghp-mobile-quick a:nth-child(2) .dghp-qicon{background:#fff2e8!important;color:#e66716!important}
  #dghp-root .dghp-mobile-quick a:nth-child(3) .dghp-qicon{background:#f0ecff!important;color:#6842d8!important}
  #dghp-root .dghp-mobile-quick a:nth-child(4) .dghp-qicon{background:#fff0f5!important;color:#cc3f72!important}
  #dghp-root .dghp-mobile-quick a>b{font-size:9.7px!important;color:#18324e!important}
  #dghp-root .dghp-mobile-quick a>small{display:block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:7.8px!important;color:#98a3b1!important;line-height:1.15!important}

  #dghp-root .dghp-mobile-account-shortcuts{margin:0 12px 11px!important;border:1px solid #e5eaf0!important;border-radius:16px!important;box-shadow:0 8px 20px rgba(11,43,79,.04)!important}
  #dghp-root .dghp-mobile-account-shortcuts a{display:grid!important;grid-template-columns:34px minmax(0,1fr) 18px!important;gap:9px!important;align-items:center!important;min-height:52px!important;padding:7px 11px!important}
  #dghp-root .dghp-short-icon{display:grid!important;place-items:center!important;width:31px!important;height:31px!important;border-radius:10px!important;background:#f2f6fb!important;color:#0a477f!important;font-size:15px!important;font-weight:850!important}
  #dghp-root .dghp-short-copy{display:block!important;min-width:0!important}
  #dghp-root .dghp-short-copy b{display:block!important;color:#17324f!important;font-size:10.5px!important;line-height:1.2!important}
  #dghp-root .dghp-short-copy small{display:block!important;color:#96a1af!important;font-size:8.2px!important;line-height:1.25!important;margin-top:2px!important}
  #dghp-root .dghp-mobile-account-shortcuts a>i{font-style:normal!important;color:#95a2b1!important;font-size:18px!important}

  #dghp-root details.dghp-mobile-group{margin:0 12px 8px!important;padding:0 12px!important;border:1px solid #e5eaf0!important;border-radius:15px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 5px 16px rgba(11,43,79,.035)!important}
  #dghp-root details.dghp-mobile-group>summary{min-height:52px!important;padding:10px 0!important;font-size:11.5px!important;color:#162f4a!important}
  #dghp-root .dghp-mobile-group-title{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important}
  #dghp-root .dghp-mobile-group-icon{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;flex:0 0 29px!important;border-radius:9px!important;background:#f1f5fa!important;color:#164c82!important;font-size:13px!important}
  #dghp-root details.dghp-mobile-group>summary::after{width:24px!important;height:24px!important;flex-basis:24px!important;background:#fafbfd!important;border-color:#e6eaf0!important;font-size:11px!important}
  #dghp-root .dghp-mobile-group-body{padding:2px 0 10px 38px!important;border-top:1px solid #eef1f5!important}
  #dghp-root .dghp-mobile-group-body>a,
  #dghp-root .dghp-mobile-group-body>button{position:relative!important;padding:9px 18px 9px 0!important;font-size:12px!important;color:#3d5065!important}
  #dghp-root .dghp-mobile-group-body>a::after{content:"›"!important;position:absolute!important;right:2px!important;color:#a4aebb!important;font-size:16px!important}
  #dghp-root .dghp-mobile-group-body>details{border-top:1px dashed #edf0f4!important}
  #dghp-root .dghp-mobile-group-body>details>summary{font-size:12px!important;color:#34495f!important}
  #dghp-root .dghp-mobile-group-body>details>a{font-size:11.5px!important;color:#697789!important}

  #dghp-root .dghp-mobile-locale-button{justify-content:flex-start!important;height:40px!important;padding:0 11px!important;border-radius:11px!important;font-size:11px!important;background:#f8fafc!important}
  #dghp-root .dghp-mobile-apps{margin:4px 12px 18px!important;padding:14px!important;border:1px solid #e4e9f0!important;border-radius:16px!important;background:linear-gradient(135deg,#fff,#f5f9ff)!important}
  #dghp-root .dghp-mobile-apps h3{font-size:11px!important;margin-bottom:2px!important}
  #dghp-root .dghp-mobile-apps p{grid-column:1/-1!important;margin:0 0 8px!important;font-size:9px!important;color:#8d99a8!important}
  #dghp-root .dghp-app-link{height:39px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #dde4ec!important;border-radius:11px!important;font-size:10.5px!important;font-weight:800!important;box-shadow:none!important}

  #dghp-root .dghp-mobile-panel::after{content:"Secure shopping • Easy returns • Dralys support"!important;display:block!important;padding:0 14px 18px!important;text-align:center!important;color:#9aa5b2!important;font-size:8.5px!important;font-weight:700!important;letter-spacing:.02em!important}
}


/* =========================================================
   v1.3.3 MOBILE HEADER POLISH — MOBILE ONLY
   1) Search stays inside the same compact header block.
   2) Guest drawer uses one Dralys logo only; SHOP • SAVE • EARN remains.
   Desktop/laptop intentionally unchanged.
   ========================================================= */
@media(max-width:820px){
  #dghp-root .dghp-main{
    background:#fff!important;
    border-bottom:1px solid #e6ebf1!important;
    box-shadow:0 1px 0 rgba(7,38,74,.02)!important;
  }
  #dghp-root .dghp-main-row{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:38px minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    column-gap:8px!important;
    row-gap:7px!important;
    padding:8px 12px 10px!important;
    margin:0!important;
    box-sizing:border-box!important;
    align-items:center!important;
  }
  #dghp-root .dghp-search-wrap{
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  #dghp-root .dghp-search-form{
    width:100%!important;
    height:42px!important;
    margin:0!important;
    border:1px solid #dbe2ea!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:0 3px 10px rgba(8,43,83,.035)!important;
    overflow:hidden!important;
  }
  #dghp-root .dghp-search-input-wrap,
  #dghp-root .dghp-search-input{
    min-width:0!important;
  }
  #dghp-root .dghp-search-input{
    height:100%!important;
    font-size:13px!important;
    padding-left:12px!important;
  }
  #dghp-root .dghp-search-submit{
    height:42px!important;
    width:48px!important;
    border-radius:0 12px 12px 0!important;
  }
  #dghp-root .dghp-search-panel{top:48px!important}

  /* The drawer header already carries the Dralys logo, so the guest card
     keeps only the premium SHOP • SAVE • EARN chip. */
  #dghp-root .dghp-mobile-guest-top{
    justify-content:flex-end!important;
    min-height:24px!important;
  }
  #dghp-root .dghp-mobile-guest-logo{display:none!important}
  #dghp-root .dghp-mobile-guest-copy{margin-top:8px!important}
}


/* =========================================================
   v1.3.4 MOBILE WORLD HEADER — RELIABILITY + COMPACT UI
   Mobile only. Desktop/laptop intentionally untouched.
   ========================================================= */
@media(max-width:820px){
  /* Wishlist and other high-z-index pages must never cover the drawer. */
  body.dghp-mobile-menu-open #dghp-root{
    z-index:2147483000!important;
    isolation:auto!important;
  }
  #dghp-root .dghp-mobile-drawer{
    position:fixed!important;
    inset:0!important;
    z-index:2147483001!important;
  }
  #dghp-root .dghp-mobile-backdrop{
    z-index:1!important;
  }
  #dghp-root .dghp-mobile-panel{
    z-index:2!important;
    visibility:visible!important;
  }
  #dghp-root .dghp-mobile-drawer.is-open .dghp-mobile-panel{
    transform:translate3d(0,0,0)!important;
    opacity:1!important;
    visibility:visible!important;
  }

  /* More obvious, compact, app-like mobile header. */
  #dghp-root .dghp-topbar,
  #dghp-root .dghp-topbar-inner{
    height:26px!important;
    min-height:26px!important;
  }
  #dghp-root .dghp-free{
    font-size:9.5px!important;
    font-weight:800!important;
    letter-spacing:.01em!important;
  }
  #dghp-root .dghp-main{
    background:#fff!important;
    border-bottom:1px solid #edf0f4!important;
    box-shadow:0 5px 16px rgba(8,35,70,.045)!important;
  }
  #dghp-root .dghp-main-row{
    grid-template-columns:40px minmax(0,1fr) auto!important;
    grid-template-rows:46px 40px!important;
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    padding:4px 10px 8px!important;
    column-gap:7px!important;
    row-gap:4px!important;
    align-items:center!important;
  }
  #dghp-root .dghp-mobile-menu-btn{
    width:38px!important;
    height:38px!important;
    border:0!important;
    border-radius:12px!important;
    background:#f4f7fb!important;
    box-shadow:inset 0 0 0 1px #e1e7ef!important;
  }
  #dghp-root .dghp-logo{max-width:118px!important}
  #dghp-root .dghp-logo-img{max-width:108px!important;max-height:32px!important}
  #dghp-root .dghp-actions{gap:5px!important}
  #dghp-root .dghp-action{
    width:36px!important;
    height:36px!important;
    border-radius:11px!important;
    background:#f8fafc!important;
  }
  #dghp-root .dghp-action svg{width:21px!important;height:21px!important}
  #dghp-root .dghp-cart-count{top:-5px!important;left:22px!important}
  #dghp-root .dghp-search-wrap{
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  #dghp-root .dghp-search-form{
    height:40px!important;
    grid-template-columns:1fr 44px!important;
    border:0!important;
    border-radius:12px!important;
    background:#f4f7fa!important;
    box-shadow:inset 0 0 0 1px #dfe6ee!important;
  }
  #dghp-root .dghp-search-input{background:transparent!important;font-size:12.5px!important;padding-left:12px!important}
  #dghp-root .dghp-image-search-btn{width:36px!important;height:36px!important}
  #dghp-root .dghp-search-submit{
    width:44px!important;
    height:40px!important;
    border-radius:11px!important;
    background:linear-gradient(135deg,#ff8a00,#f26b00)!important;
  }
  #dghp-root .dghp-search-submit svg{width:19px!important;height:19px!important}

  /* Guest quick links: smaller and denser, not oversized cards. */
  #dghp-root .dghp-mobile-section-title{padding:6px 13px 3px!important}
  #dghp-root .dghp-mobile-quick{
    gap:6px!important;
    padding:5px 12px 9px!important;
  }
  #dghp-root .dghp-mobile-quick a{
    min-height:54px!important;
    padding:5px 3px!important;
    border-radius:12px!important;
    gap:1px!important;
    box-shadow:0 3px 10px rgba(11,43,79,.035)!important;
  }
  #dghp-root .dghp-mobile-quick a .dghp-qicon{
    width:24px!important;
    height:24px!important;
    border-radius:8px!important;
    font-size:12px!important;
    margin-bottom:1px!important;
  }
  #dghp-root .dghp-mobile-quick a>b{font-size:9px!important;line-height:1.1!important}
  #dghp-root .dghp-mobile-quick a>small{font-size:7.2px!important;line-height:1.05!important}

  /* Bring following groups closer to quick links. */
  #dghp-root details.dghp-mobile-group{margin-bottom:6px!important}
}

/* v1.3.5 mobile drawer reliability + compact premium head */
@media (max-width:820px){
  /* Keep the global mobile header above page-specific wishlist/modal layers. */
  #dghp-root{position:relative!important;z-index:2147480000!important}
  #dghp-root .dghp-main{position:relative!important;z-index:2147481000!important}
  #dghp-root .dghp-mobile-menu-btn{position:relative!important;z-index:2147482000!important;pointer-events:auto!important;touch-action:manipulation!important}
  #dghp-root .dghp-mobile-drawer{z-index:2147483000!important}
  #dghp-root .dghp-mobile-backdrop{z-index:1!important}
  #dghp-root .dghp-mobile-panel{z-index:2!important;width:min(88vw,372px)!important;max-width:calc(100vw - 36px)!important}

  /* Shorter drawer masthead: no duplicated large logo. */
  #dghp-root .dghp-mobile-head{height:50px!important;min-height:50px!important;padding:0 12px 0 15px!important;background:#fff!important}
  #dghp-root .dghp-mobile-menu-title{display:flex!important;align-items:baseline!important;gap:6px!important;color:#0b345f!important;text-decoration:none!important;line-height:1!important}
  #dghp-root .dghp-mobile-menu-title strong{font-size:17px!important;font-weight:900!important;letter-spacing:-.02em!important}
  #dghp-root .dghp-mobile-menu-title span{font-size:9px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.13em!important;color:#8a97a8!important}
  #dghp-root .dghp-mobile-close{position:relative!important;z-index:4!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;pointer-events:auto!important;touch-action:manipulation!important;cursor:pointer!important}

  /* Make the guest/quick-start area shorter without changing functionality. */
  #dghp-root .dghp-mobile-identity{margin:9px 10px 7px!important}
  #dghp-root .dghp-mobile-guest{padding:12px!important}
  #dghp-root .dghp-mobile-guest-copy{margin-top:8px!important}
  #dghp-root .dghp-mobile-guest-copy strong{font-size:16px!important}
  #dghp-root .dghp-mobile-guest-copy span{font-size:10.5px!important;line-height:1.35!important}
  #dghp-root .dghp-mobile-auth-actions{gap:7px!important;margin-top:10px!important}
  #dghp-root .dghp-mobile-auth-actions a{height:36px!important;min-height:36px!important}
  #dghp-root .dghp-mobile-guest-trust{margin-top:8px!important;gap:6px 10px!important;font-size:8px!important}
  #dghp-root .dghp-mobile-section-title{padding:6px 12px 3px!important}
  #dghp-root .dghp-mobile-quick{padding:5px 10px 9px!important;gap:6px!important}
  #dghp-root .dghp-mobile-quick a{min-height:58px!important;padding:6px 3px!important;border-radius:12px!important}
  #dghp-root .dghp-mobile-quick a .dghp-qicon{width:25px!important;height:25px!important;border-radius:8px!important;font-size:13px!important}
  #dghp-root .dghp-mobile-quick a>b{font-size:9.2px!important}
  #dghp-root .dghp-mobile-quick a>small{font-size:7.3px!important}
  #dghp-root details.dghp-mobile-group{margin:0 10px 6px!important;padding:0 10px!important;border-radius:13px!important}
  #dghp-root details.dghp-mobile-group>summary{min-height:46px!important;padding:7px 0!important;font-size:11px!important}
  #dghp-root .dghp-mobile-group-icon{width:26px!important;height:26px!important;flex-basis:26px!important;border-radius:8px!important;font-size:12px!important}
  #dghp-root details.dghp-mobile-group>summary::after{width:22px!important;height:22px!important;flex-basis:22px!important}
}


/* =========================================================
   v1.3.6 MOBILE DRAWER SHELL FIX
   Prevent the normal mobile header from sitting on top of the open drawer.
   Mobile only; desktop/laptop untouched.
   ========================================================= */
@media (max-width:820px){
  /* When drawer is open, hide the normal site header layers completely.
     The drawer has its own masthead, so this removes the broken double-header look. */
  body.dghp-mobile-menu-open #dghp-root > .dghp-topbar,
  body.dghp-mobile-menu-open #dghp-root > .dghp-main,
  body.dghp-mobile-menu-open #dghp-root > .dghp-nav{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  /* Lock the drawer to the real viewport and let it own the full screen. */
  body.dghp-mobile-menu-open #dghp-root .dghp-mobile-drawer,
  #dghp-root .dghp-mobile-drawer.is-open{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100vw!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  #dghp-root .dghp-mobile-panel{
    position:absolute!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    margin:0!important;
    width:min(91vw,390px)!important;
    max-width:calc(100vw - 28px)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    border-radius:0 18px 18px 0!important;
    background:#fff!important;
  }
  #dghp-root .dghp-mobile-head{
    top:0!important;
    height:48px!important;
    min-height:48px!important;
    padding:0 11px 0 14px!important;
    background:#fff!important;
    border-bottom:1px solid #edf0f4!important;
  }
  #dghp-root .dghp-mobile-close{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
  }
  #dghp-root .dghp-mobile-menu-title strong{font-size:16px!important}
  #dghp-root .dghp-mobile-menu-title span{font-size:8px!important}
}


/* =========================================================
   v1.3.7 MOBILE BRAND + NAVIGATION RESET FIX
   Mobile drawer only. Desktop/laptop untouched.
   ========================================================= */
@media (max-width:820px){
  /* Use the real configured Dralys logo in the drawer masthead. */
  #dghp-root .dghp-mobile-menu-brand{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
  }
  #dghp-root .dghp-mobile-menu-brand .dghp-logo{
    display:inline-flex!important;
    align-items:center!important;
    max-width:104px!important;
    margin:0!important;
    padding:0!important;
    text-decoration:none!important;
  }
  #dghp-root .dghp-mobile-menu-brand .dghp-logo-img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100px!important;
    max-height:30px!important;
    object-fit:contain!important;
  }
  #dghp-root .dghp-mobile-menu-brand .dghp-text-logo{
    font-size:21px!important;
    line-height:1!important;
  }
  #dghp-root .dghp-mobile-menu-label{
    font-size:8px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:.14em!important;
    color:#8a97a8!important;
  }
  /* Old text-only title is no longer used. */
  #dghp-root .dghp-mobile-menu-title{display:none!important}
}
