/* V8 direct-sales ordering layer. Payment code remains in the backend for future use. */
.v8-order-dock{position:fixed;left:18px;bottom:18px;z-index:44;width:218px;display:grid;gap:7px;font-family:inherit}.v8-dock-btn{display:flex;align-items:center;gap:10px;width:100%;min-height:49px;padding:8px 10px;border:1px solid rgba(9,39,69,.12);border-radius:13px;background:#fff;color:#0c2948;text-decoration:none;box-shadow:0 10px 30px rgba(3,24,47,.14);cursor:pointer;text-align:left}.v8-dock-btn b,.v8-dock-btn small{display:block}.v8-dock-btn b{font-size:12px;line-height:1.2}.v8-dock-btn small{margin-top:3px;color:#668098;font-size:9px}.v8-dock-icon{width:31px;height:31px;display:grid;place-items:center;flex:0 0 31px;border-radius:10px;font-size:14px;font-weight:900}.v8-dock-whatsapp .v8-dock-icon{background:#e9fff2;color:#05864d}.v8-dock-call .v8-dock-icon{background:#eaf4ff;color:#0564c9}.v8-dock-whatsapp:hover,.v8-dock-call:hover{transform:translateY(-1px);border-color:#bcd2e8}.v8-payment-future{justify-self:start;display:inline-flex;align-items:center;gap:6px;margin-left:5px;padding:5px 8px;border:1px solid #d7e1eb;border-radius:999px;background:rgba(255,255,255,.92);color:#7b8998;font-size:8px;font-weight:800;letter-spacing:.02em;box-shadow:0 5px 16px rgba(3,24,47,.07)}.v8-payment-future span{width:6px;height:6px;border-radius:50%;background:#b8c3cf}.v8-whatsapp-order{background:#0b9f58!important;border-color:#0b9f58!important;color:#fff!important}.v8-whatsapp-order:hover{background:#07864a!important;border-color:#07864a!important}.v8-product-contact-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.v8-product-contact-row button,.v8-product-contact-row a{min-height:44px;border-radius:10px;padding:10px 12px;display:flex;align-items:center;justify-content:center;text-decoration:none;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.v8-direct-whatsapp{border:1px solid #b6e7cf;background:#edfff5;color:#087847}.v8-direct-call{border:1px solid #cadbeb;background:#f4f9ff;color:#135887}.v8-sales-mode-notice{display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:14px;padding:8px 10px;border:1px solid rgba(10,96,176,.16);border-radius:10px;background:rgba(255,255,255,.78);color:#37546f;font-size:11px;line-height:1.45}.v8-sales-mode-notice b{color:#0b4f8c}.v8-sales-mode-notice span{color:#7d8b98}.store-card .cart-btn{background:#fff!important;color:#164d7b!important;border:1px solid #c7d8e8!important}.store-card .buy-btn.v8-whatsapp-order,.industrial-primary.v8-whatsapp-order,.catalog-buy-btn.v8-whatsapp-order{background:#0b9f58!important;color:#fff!important}.pd-actions .pd-add{background:#fff!important;color:#164d7b!important;border:1px solid #c7d8e8!important}.pd-actions .pd-buy.v8-whatsapp-order{background:#0b9f58!important;color:#fff!important}.drawer-foot .v8-whatsapp-order,.pd-cart-footer .v8-whatsapp-order{width:100%}.v8-order-dock button{font-family:inherit}
@media(max-width:760px){.v8-order-dock{left:10px;right:10px;bottom:10px;width:auto;grid-template-columns:1fr 1fr;gap:7px}.v8-dock-btn{min-height:46px;padding:7px 9px}.v8-dock-btn small{display:none}.v8-payment-future{grid-column:1/-1;justify-self:center;margin:0;padding:4px 8px;font-size:7.5px}.v8-product-contact-row{grid-template-columns:1fr}.v8-sales-mode-notice{font-size:10px}.whatsapp{bottom:150px!important}.chat-launch{bottom:82px!important}.chat-panel{bottom:150px!important}.cart-fab{bottom:94px!important}}
@media(max-width:390px){.v8-order-dock{left:8px;right:8px;bottom:8px}.v8-dock-btn{border-radius:11px}.v8-dock-icon{width:28px;height:28px;flex-basis:28px}.v8-dock-btn b{font-size:10.5px}}
.his-pro-actions .his-whatsapp-nav{background:#0b9f58!important;border-color:#0b9f58!important;color:#fff!important}.his-pro-actions .his-whatsapp-nav:hover{background:#07864a!important}
/* The legacy homepage WhatsApp circle is replaced by the richer V8 order dock. */
.whatsapp{display:none!important}
@media(max-width:760px){body{padding-bottom:88px}}

/* FINAL V9 mobile layering: never stretch the Enquiry button vertically */
.v8-order-dock { z-index: 9000; }
@media(max-width:760px){
  .cart-fab{
    top:auto!important;
    bottom:94px!important;
    right:12px!important;
    width:auto!important;
    height:auto!important;
    min-height:46px!important;
    max-height:52px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    border-radius:999px!important;
  }
}

/* V11: action-only floating sales dock (phone number intentionally hidden). */
@media(min-width:761px){
  .v8-order-dock{width:178px}
  .v8-dock-btn{min-height:46px}
}
