/* Quote cart drawer + minimal helpers (Aurex CSS handles the rest) */
.dt01-quote-overlay{position:fixed;inset:0;background:rgba(10,10,10,.45);z-index:9990}
.dt01-quote-drawer{position:fixed;top:0;right:0;width:min(420px,100%);height:100%;background:#fff;z-index:9991;transform:translateX(105%);transition:transform .28s ease;box-shadow:-16px 0 40px rgba(0,0,0,.18)}
.dt01-quote-drawer.is-open{transform:translateX(0)}
.dt01-quote-drawer__inner{height:100%;display:flex;flex-direction:column}
.dt01-quote-drawer__head{display:flex;justify-content:space-between;gap:1rem;padding:20px 20px 14px;border-bottom:1px solid #e8e8e8}
.dt01-quote-drawer__label{margin:0;color:#B08A2E;font-size:12px;font-weight:700;letter-spacing:.14em}
.dt01-quote-drawer__title{margin:4px 0 0;font-size:28px;line-height:1.15}
.dt01-quote-drawer__close{width:36px;height:36px;border-radius:50%;border:1px solid #e8e8e8;background:#fff;font-size:22px;line-height:1;cursor:pointer}
.dt01-quote-drawer__body{flex:1;overflow:auto;padding:8px 20px}
.dt01-quote-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:16px 0;border-bottom:1px solid #e8e8e8}
.dt01-quote-item__sku{margin:0;color:#B08A2E;font-size:12px;font-weight:700}
.dt01-quote-item__name{margin:2px 0;font-size:16px;font-weight:600}
.dt01-quote-item__meta{margin:0;color:#666;font-size:13px}
.dt01-quote-item__total{margin:6px 0 0;font-weight:700}
.dt01-qty-box{display:inline-flex;align-items:center;border:1px solid #e8e8e8;border-radius:6px;overflow:hidden}
.dt01-qty-box button{width:30px;height:30px;border:0;background:#f7f7f7;cursor:pointer}
.dt01-qty-box span{min-width:28px;text-align:center;font-weight:700}
.dt01-quote-item__remove{display:inline-block;margin-top:8px;color:#666;font-size:13px;text-decoration:underline;background:0;border:0;cursor:pointer;padding:0}
.dt01-quote-drawer__foot{padding:14px 20px 20px;border-top:1px solid #e8e8e8;display:grid;gap:10px}
.dt01-quote-drawer__subtotal{display:flex;justify-content:space-between;color:#666}
.dt01-quote-drawer__subtotal strong{color:#111}
.dt01-quote-drawer__note{margin:0;color:#666;font-size:12px}
.dt01-quote-drawer__empty{padding:36px 20px;text-align:center;color:#666}
.dt01-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid transparent;border-radius:25px;padding:14px 28px;font:inherit;font-weight:500;cursor:pointer;text-decoration:none}
.dt01-btn--primary{background:#B08A2E;color:#fff}
.dt01-btn--ghost{background:#fff;color:#111;border-color:#222;border-radius:4px}
.dt01-btn--block{width:100%}
body.dt01-drawer-open{overflow:hidden}
.dt01-quote-drawer__loading{
  position:absolute;left:0;right:0;bottom:0;top:72px;
  display:flex;align-items:center;justify-content:center;gap:10px;
  background:rgba(255,255,255,.72);color:#666;font-size:14px;font-weight:600;
  z-index:2;pointer-events:none
}
.dt01-quote-drawer__loading[hidden]{display:none!important}
.dt01-quote-drawer__inner{position:relative}
.dt01-quote-spinner{
  width:18px;height:18px;border:2px solid #e8e8e8;border-top-color:#B08A2E;
  border-radius:50%;animation:dt01-spin .7s linear infinite
}
@keyframes dt01-spin{to{transform:rotate(360deg)}}

.dt01-wa-gate{position:fixed;inset:0;z-index:10050;display:flex;align-items:flex-end;justify-content:center;padding:16px}
.dt01-wa-gate[hidden]{display:none!important}
.dt01-wa-gate__backdrop{position:absolute;inset:0;background:rgba(10,10,10,.55)}
.dt01-wa-gate__panel{
  position:relative;z-index:1;width:min(420px,100%);background:#fff;border-radius:16px 16px 12px 12px;
  padding:22px 20px 18px;box-shadow:0 -12px 40px rgba(0,0,0,.2);display:grid;gap:12px
}
.dt01-wa-gate__x{position:absolute;top:10px;right:12px;width:36px;height:36px;border:0;background:transparent;font-size:24px;cursor:pointer;line-height:1}
.dt01-wa-gate__panel h3{margin:0 28px 0 0;font-size:22px;line-height:1.2}
.dt01-wa-gate__panel > p{margin:0;color:#555;font-size:14px;line-height:1.45}
.dt01-wa-gate__hint{margin:0;color:#777;font-size:12px;line-height:1.4}
.dt01-wa-gate__copied{margin:0;color:#B08A2E;font-size:13px;font-weight:600}
body.dt01-wa-gate-open{overflow:hidden}
@media(min-width:720px){
  .dt01-wa-gate{align-items:center}
  .dt01-wa-gate__panel{border-radius:14px}
}

.wd-cart-number.dt01-live-count,.dt01-tool__count,[data-dt01-badge]{min-width:16px}

/* Nav dropdown fallback */
.wd-nav-main > li{position:relative}
.wd-nav-main .wd-dropdown-menu,
.wd-nav-main .sub-menu{
  display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;z-index:100;
  box-shadow:0 10px 30px rgba(0,0,0,.12);padding:10px 0;margin:0;list-style:none
}
.wd-nav-main > li:hover > .wd-dropdown-menu,
.wd-nav-main > li:hover > .sub-menu,
.wd-nav-main > li:hover > .wd-dropdown-menu .sub-menu{display:block}
.wd-nav-main .wd-dropdown-menu a,
.wd-nav-main .sub-menu a{display:block;padding:8px 16px;color:#111;white-space:nowrap;font-size:13px}
.wd-nav-main .wd-dropdown-menu a:hover,
.wd-nav-main .sub-menu a:hover{background:#faf7ef;color:#B08A2E}
@media(max-width:1024px){
  .whb-col-center{display:none!important}
  body.dt01-mobile-nav-open .whb-col-center{
    display:block!important;position:absolute;left:0;right:0;top:100%;background:#fff;z-index:200;padding:12px 16px;border-bottom:1px solid #eee
  }
  body.dt01-mobile-nav-open .wd-nav-main{flex-direction:column;align-items:flex-start}
  body.dt01-mobile-nav-open .wd-nav-main .wd-dropdown-menu,
  body.dt01-mobile-nav-open .wd-nav-main .sub-menu{position:static;box-shadow:none;display:block}
}

/* Products grid when shortcode wraps */
.dt01-inquiry{padding:48px 0 72px}
.dt01-inquiry__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;width:min(100% - 30px,1222px);margin:0 auto}
.dt01-inquiry__panel{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:22px}
.dt01-inquiry-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.dt01-inquiry-form label{display:grid;gap:6px;font-weight:600;font-size:13px}
.dt01-inquiry-form input,.dt01-inquiry-form select,.dt01-inquiry-form textarea{width:100%;border:1px solid #e8e8e8;border-radius:8px;padding:12px 14px;font:inherit}
.dt01-inquiry-form__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:980px){.dt01-inquiry__grid,.dt01-inquiry-form__row,.dt01-inquiry-form__actions{grid-template-columns:1fr}}
