/*
 * hbsearch.css
 * Bundled styles extracted from public/hbsearch.js
 * Includes search-app UI + legacy category tile styling
 */

#product-search-result #products-results.hb-legacy-grid .products__stock{margin-top:2px}
      #product-search-result #products-results.hb-legacy-grid .products__price{
        margin-top:2px;
        text-align:right !important;
      }
      #product-search-result #products-results.hb-legacy-grid .custom_sellingunits{
        text-align:right !important;
      }
      #product-search-result #products-results.hb-legacy-grid .products__price .price__currency,
      #product-search-result #products-results.hb-legacy-grid .products__price .price__digit,
      #product-search-result #products-results.hb-legacy-grid .products__price .price__decimal{
        color:#b12704 !important;
      }
      #product-search-result #products-results.hb-legacy-grid .products__add.addtocartgroup{
        margin:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
        width:100%;
        max-width:100%;
        box-sizing:border-box;
        display:grid !important;
        grid-template-columns:74px 1fr;
        align-items:stretch;
        column-gap:0;
        border:1px solid #d5d9e0;
        border-radius:0 0 3px 3px;
        overflow:hidden;
        background:#fff;
      }
      #product-search-result #products-results.hb-legacy-grid .products__add .addtocart-qty-label,
      #product-search-result #products-results.hb-legacy-grid .products__add .addmultiinput{
        display:none !important;
      }
      #product-search-result #products-results.hb-legacy-grid .products__add .hb-qty-trigger{
        border:1px solid #d5d9e0; border-right:0; background:#fff; color:#273142;
        border-radius:999px 0 0 999px;
        font-weight:700; font-size:13px; padding:0 10px; min-height:36px; cursor:pointer;
      }
      #product-search-result #products-results.hb-legacy-grid .products__add .btn.addbtn{
        float:none !important;
        min-width:0 !important;
        width:100% !important;
        box-sizing:border-box;
        border-radius:0 999px 999px 0 !important;
      }

      #hb-qtyModal.hb-standalone{
        position:fixed; inset:0; z-index:120; display:none;
      }
      #hb-qtyModal.hb-standalone.hb-open{display:block}
      #hb-qtyModal.hb-standalone .hb-qty-backdrop{
        position:absolute; inset:0; background:rgba(17,24,39,.45);
      }
      #hb-qtyModal.hb-standalone .hb-qty-sheet{
        position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
        width:min(92vw,420px); background:#fff; border:1px solid #d5d9e0; border-radius:12px; padding:14px;
      }
      #hb-qtyModal.hb-standalone .hb-qty-sheet h3{margin:0 0 4px;font-size:1rem}
      #hb-qtyModal.hb-standalone .hb-qty-sub{color:#606b7a;font-size:.8rem;margin-bottom:10px}
      #hb-qtyModal.hb-standalone .hb-qty-main{display:grid;grid-template-columns:44px 1fr 44px;gap:8px;align-items:center}
      #hb-qtyModal.hb-standalone .hb-qty-step{
        border:1px solid #d5d9e0; background:#f4f6f8; border-radius:8px; height:38px; font-size:20px; line-height:1;
      }
      #hb-qtyModal.hb-standalone .hb-qty-input{
        border:1px solid #d5d9e0; border-radius:8px; height:38px; text-align:center; font-size:16px; font-weight:700;
      }
      #hb-qtyModal.hb-standalone .hb-qty-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
      #hb-qtyModal.hb-standalone .hb-qty-chip{
        border:1px solid #d5d9e0; background:#fff; border-radius:999px; padding:7px 8px; font-size:12px; font-weight:700;
      }
      #hb-qtyModal.hb-standalone .hb-qty-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}
      #hb-qtyModal.hb-standalone .hb-qty-direct{background:#111827;border-color:#111827;color:#fff}
      #hb-qtyModal.hb-standalone .hb-qty-direct:hover{background:#0b1220;border-color:#0b1220}

      @media (max-width: 720px){
        #product-search-result #products-results.hb-legacy-grid{
          display:grid !important;
          grid-template-columns:minmax(0,1fr);
          gap:8px;
          list-style:none;
          margin:0;
          padding:0;
        }
        #product-search-result #products-results.hb-legacy-grid > li.products__item{
          float:none !important;
          width:auto !important;
          margin:0 !important;
          padding:0 !important;
          background:#fff;
          border:1px solid #d5d9e0;
          display:grid;
          grid-template-columns:110px minmax(0,1fr);
          grid-template-rows:auto auto auto;
          border-radius:8px;
          position:relative;
          overflow:hidden;
        }
        #product-search-result #products-results.hb-legacy-grid > li.products__item::before{
          content:"";position:absolute;top:0;bottom:0;left:110px;width:1px;background:#d5d9e0;pointer-events:none;
        }
        #product-search-result #products-results.hb-legacy-grid .products__link{display:contents}
        #product-search-result #products-results.hb-legacy-grid .products__image{
          grid-column:1;grid-row:1 / span 3;align-self:start;
          width:110px;height:110px;border-bottom:0;
          background:#fff;
          display:flex;
          align-items:center;
          justify-content:center;
          overflow:hidden;
        }
        #product-search-result #products-results.hb-legacy-grid .products__image img{
          width:100%;
          height:100%;
          object-fit:contain;
          object-position:center;
          display:block;
        }
        #product-search-result #products-results.hb-legacy-grid .products__body{
          position:static !important;
          inset:auto !important;
          grid-column:2;grid-row:1;align-self:start;
          background:none !important;
          padding:8px 8px 2px;gap:4px;min-width:0;
          display:flex;
          flex-direction:column;
        }
        #product-search-result #products-results.hb-legacy-grid .title .products__title + .products__title{display:none}
        #product-search-result #products-results.hb-legacy-grid .products__description{display:none}
        #product-search-result #products-results.hb-legacy-grid .products__code{
          color:#606b7a;
        }
        #product-search-result #products-results.hb-legacy-grid .products__title{
          font-size:13px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
        }
        #product-search-result #products-results.hb-legacy-grid .products__code{font-size:10px}
        #product-search-result #products-results.hb-legacy-grid .custom_sellingunits{
          grid-column:2; grid-row:2; align-self:start;
          margin:0 8px 4px 8px !important;
          text-align:left !important;
          font-size:.78rem;
          color:#1f2937;
        }
        #product-search-result #products-results.hb-legacy-grid .products__add.addtocartgroup{
          grid-column:2;grid-row:3;align-self:start;
          margin:0 6px 8px 8px !important;
          grid-template-columns:66px 1fr;
          min-width:0;
          border:1px solid #d5d9e0;
          border-radius:999px;
          overflow:hidden;
          background:#fff;
        }
        #product-search-result #products-results.hb-legacy-grid .products__add .btn.addbtn{
          width:100%; min-width:0; border:0; border-radius:0; background:#b12704; color:#fff;
        }
        #product-search-result #products-results.hb-legacy-grid .products__add .btn.addbtn:hover{
          background:#8e1f04; border-color:#8e1f04;
        }
        #product-search-result #products-results.hb-legacy-grid .products__add .hb-qty-trigger{
          min-height:34px;font-size:12px;padding:0 8px;
        }
        #product-search-result #products-results.hb-legacy-grid .clearfix{display:none}
      }

#hb-search-app{
        --hb-bg:#eceff3; --hb-card:#fff; --hb-border:#d5d9e0; --hb-text:#1f2937; --hb-muted:#606b7a;
        --hb-accent:#b12704; --hb-accent-hover:#8e1f04; --hb-soft-red:#fde9e4; --hb-radius:12px;
        color:var(--hb-text); background:var(--hb-bg); border-radius:14px; padding:12px; margin:0 auto;
      }
      #hb-search-app *{box-sizing:border-box}
      #hb-search-app .hb-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:2px 0 10px}
      #hb-search-app .hb-title{font-size:1.35rem;line-height:1.1;margin:0}
      #hb-search-app .hb-meta{color:var(--hb-muted);font-size:.88rem}
      #hb-search-app .hb-wrap{display:grid;grid-template-columns:300px 1fr;gap:16px;align-items:start}
      #hb-search-app .hb-mobile-filter-toggle{
        display:none; width:100%; align-items:center; justify-content:center; gap:8px;
        border:1px solid #c5c9d3; background:#fff; color:#2a2f36; border-radius:10px; padding:10px 12px; font-weight:700;
      }
      #hb-search-app .hb-filters-overlay{
        position:fixed; inset:0; background:rgba(17,24,39,.48); z-index:99; opacity:0; visibility:hidden; transition:opacity .2s ease;
      }
      #hb-search-app .hb-filters{
        background:linear-gradient(180deg,#fff,#fafbfd); border:1px solid #cfd5de; border-radius:14px; padding:10px;
        position:sticky; top:80px; max-height:calc(100vh - 96px); overflow:auto;
      }
      #hb-search-app .hb-filters-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:6px;border-bottom:1px solid var(--hb-border)}
      #hb-search-app .hb-filters h2{margin:0;font-size:1rem;font-weight:800;letter-spacing:.01em}
      #hb-search-app .hb-close-filters{
        display:none; border:1px solid var(--hb-border); background:#fff; color:#374151; border-radius:8px; padding:7px 10px;
      }
      #hb-search-app .hb-block{border-top:1px solid var(--hb-border);padding-top:9px;margin-top:9px}
      #hb-search-app .hb-block > strong{display:block;font-size:.97rem;font-weight:800;letter-spacing:.01em;color:#1f2937}
      #hb-search-app .hb-small{color:#5b6677;font-size:.76rem;line-height:1.2}
      #hb-search-app .hb-input-sm{
        width:100%;padding:5px 8px;border:1px solid #c3cad5;border-radius:8px;margin-top:6px;background:#fff;color:#1f2937;
        font-size:.88rem;line-height:1.2;
      }
      #hb-search-app .hb-input-sm::placeholder{color:#6b7280}
      #hb-search-app .hb-price-row{
        display:grid;grid-template-columns:1fr auto 1fr;gap:6px;align-items:center;margin-top:6px;
      }
      #hb-search-app .hb-price-row input{width:100%;min-width:0;margin-top:0}
      #hb-search-app #hb-applyPrice{grid-column:1 / span 2}
      #hb-search-app #hb-clearPrice{grid-column:3}
      #hb-search-app .btn.btn-small{font-size:11px;padding:5px 9px;border-radius:8px;border:1px solid var(--hb-accent);background:var(--hb-accent);color:#fff}
      #hb-search-app .btn-outline{background:#fff;color:#3f4958;border:1px solid var(--hb-border)}
      #hb-search-app .hb-mobile-actions{display:none}

      #hb-search-app .hb-chips,#hb-search-app .hb-rowchips,#hb-search-app .hb-attr-values{display:flex;gap:6px;flex-wrap:wrap}
      #hb-search-app .hb-chip{
        display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #c6cdd8;
        border-radius:999px;background:#f7f9fc;cursor:pointer;font-size:.86rem;line-height:1.12;
      }
      #hb-search-app .hb-chip input{margin:0;width:13px;height:13px}
      #hb-search-app .hb-chip-count{color:#5d6777;font-weight:600;font-size:.88em}
      #hb-search-app .hb-chip:hover{background:#f4f6f8}
      #hb-search-app .hb-active{border-color:#d9a492;background:#fdf0ec;box-shadow:0 0 0 1px rgba(177,39,4,.22) inset}

      #hb-search-app .hb-cat-tree details,#hb-search-app #hb-attrGroups details{
        border:1px solid #c8cfda;border-radius:9px;background:#fff;margin-top:6px;overflow:hidden;
      }
      #hb-search-app .hb-cat-tree summary,#hb-search-app #hb-attrGroups summary{
        cursor:pointer; list-style:none; font-weight:700; display:flex; align-items:center; justify-content:space-between; gap:8px;
      }
      #hb-search-app .hb-cat-tree summary{padding:9px 10px}
      #hb-search-app #hb-attrGroups summary{padding:4px 9px}
      #hb-search-app .hb-summary-title{font-weight:700;color:#222c3b;line-height:1.2}
      #hb-search-app .hb-summary-count{margin-left:auto;font-size:.79rem;color:#586273;font-weight:700;padding-right:12px}
      #hb-search-app .hb-cat-tree summary::after,#hb-search-app #hb-attrGroups summary::after{
        content:"▸";font-size:12px;color:#6b7280;transition:transform .15s ease;flex:0 0 auto;
      }
      #hb-search-app .hb-cat-tree details[open] > summary::after,#hb-search-app #hb-attrGroups details[open] > summary::after{transform:rotate(90deg)}
      #hb-search-app .hb-cat-tree .hb-lvl,#hb-search-app #hb-attrGroups .hb-group-body{
        padding:8px 8px 8px;border-top:1px solid var(--hb-border)
      }
      #hb-search-app .hb-subhead{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:4px 0 3px;font-weight:700;color:#243042}
      #hb-search-app .hb-attr-search{margin:0 0 8px}
      #hb-search-app .hb-more{margin-top:6px}

      #hb-search-app .hb-results{min-width:0}
      #hb-search-app .hb-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));min-width:0}
      #hb-search-app .hb-group{
        grid-column:1/-1; margin:10px 0 8px; padding:10px 12px; background:#fff; border:1px solid var(--hb-border);
        border-left:4px solid var(--hb-accent); border-radius:8px; display:flex; align-items:center; justify-content:space-between; font-weight:700;
      }
      #hb-search-app .hb-card{
        background:#fff;border:1px solid var(--hb-border);border-radius:var(--hb-radius);overflow:hidden;
        display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s,border-color .15s;
      }
      #hb-search-app .hb-card:hover{box-shadow:0 6px 16px rgba(31,41,55,.1);transform:translateY(-1px);border-color:#c8ced8}
      #hb-search-app .hb-card>.products__link{display:flex;flex-direction:column;flex:1 1 auto;color:inherit;text-decoration:none;cursor:pointer}
      #hb-search-app .hb-card>.products__link:focus-visible{outline:2px solid var(--hb-accent);outline-offset:-2px}
      #hb-search-app .hb-card>.products__link:hover .products__title{text-decoration:underline}
      #hb-search-app .hb-thumb{
        width:100%;height:210px;background:#fff;display:flex;align-items:center;justify-content:center;
        border-bottom:1px solid var(--hb-border);overflow:hidden;position:relative
      }
      #hb-search-app .hb-thumb img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;display:block}
      #hb-search-app .hb-ph{color:#9aa1ab;font-size:12px}
      #hb-search-app .hb-content{padding:12px;display:flex;flex-direction:column;gap:7px}
      #hb-search-app .products__title{margin:0;font-size:15px;line-height:1.35;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
      #hb-search-app .products__code,#hb-search-app .hb-cats{font-size:12px;color:var(--hb-muted)}
      #hb-search-app .hb-pill{
        font-size:11px;color:#3c4658;border:1px solid #d7dbe3;background:#f8fafc;border-radius:999px;padding:4px 7px;font-weight:600;line-height:1.1;
      }
      #hb-search-app .hb-pill-top{color:var(--hb-accent);border-color:#efcfc5;background:var(--hb-soft-red)}
      #hb-search-app .hb-pill-attr{color:#3b5f49;border-color:#bfd7c8;background:#eef7f1}
      #hb-search-app .hb-pill-overlay{
        position:absolute;left:8px;top:8px;z-index:2;pointer-events:none;box-shadow:0 1px 3px rgba(17,24,39,.12);
      }
      #hb-search-app .hb-spacer{flex:1 1 auto}
      #hb-search-app .products__stock{margin-top:2px}
      #hb-search-app .products__price{margin-top:2px;display:flex;justify-content:flex-end;text-align:right}
      #hb-search-app .products__price .local-price{display:inline-flex;align-items:flex-start;justify-content:flex-end;gap:3px}
      #hb-search-app .products__price .price__main{display:inline-flex;align-items:flex-start;line-height:.9}
      #hb-search-app .products__price .price__minor{display:flex;flex-direction:column;align-items:flex-start;line-height:1}
      #hb-search-app .products__price .price__currency,
      #hb-search-app .products__price .price__digit{color:var(--hb-accent);font-weight:800;font-size:2.45rem;line-height:.9}
      #hb-search-app .products__price .price__decimal{color:var(--hb-accent);font-weight:800;font-size:1.08rem;line-height:1;padding-top:3px}
      #hb-search-app .products__price .price__vat{color:#263040;font-size:.75rem;letter-spacing:.03em;text-transform:uppercase;font-weight:700;line-height:1.05}
      #hb-search-app .hb-buyrow{padding:0 12px 12px}
      #hb-search-app .hb-buy-main{display:flex;flex-direction:column;gap:2px;align-items:flex-end;text-align:right}
      #hb-search-app .hb-attr-pills{display:none}
      #hb-search-app .custom_sellingunits{margin:2px 0 0;color:#6b7280;font-size:.85rem;text-align:right}
      #hb-search-app .hb-multiple-note{margin-top:2px;color:#5f6674;font-size:.75rem}
      #hb-search-app .products__add{
        margin:8px 0 0; display:grid; grid-template-columns:74px 1fr; align-items:stretch;
        border:1px solid var(--hb-border); border-radius:999px; overflow:hidden; background:#fff;
      }
      #hb-search-app .products__add .hb-qty-trigger{
        border:0; border-right:1px solid var(--hb-border); background:#fff; color:#273142;
        font-weight:700; font-size:13px; padding:0 10px; min-height:36px; cursor:pointer;
      }
      #hb-search-app .products__add .hb-qty-trigger:focus-visible{outline:2px solid var(--hb-accent); outline-offset:-2px}
      #hb-search-app .products__add .addmultiinput{display:none !important}
      #hb-search-app .products__add .btn.addbtn{
        width:100%; min-width:0; border:0; border-radius:0; background:var(--hb-accent);
      }
      #hb-search-app .products__add .btn.addbtn:hover{background:var(--hb-accent-hover);border-color:var(--hb-accent-hover)}

      #hb-search-app .hb-qty-modal{
        position:fixed; inset:0; z-index:120; display:none;
      }
      #hb-search-app .hb-qty-modal.hb-open{display:block}
      #hb-search-app .hb-qty-backdrop{
        position:absolute; inset:0; background:rgba(17,24,39,.45);
      }
      #hb-search-app .hb-qty-sheet{
        position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
        width:min(92vw,420px); background:#fff; border:1px solid var(--hb-border); border-radius:12px;
        padding:14px;
      }
      #hb-search-app .hb-qty-sheet h3{margin:0 0 4px;font-size:1rem}
      #hb-search-app .hb-qty-sub{color:var(--hb-muted);font-size:.8rem;margin-bottom:10px}
      #hb-search-app .hb-qty-main{display:grid;grid-template-columns:44px 1fr 44px;gap:8px;align-items:center}
      #hb-search-app .hb-qty-step{
        border:1px solid var(--hb-border); background:#f4f6f8; border-radius:8px; height:38px; font-size:20px; line-height:1;
      }
      #hb-search-app .hb-qty-input{
        border:1px solid var(--hb-border); border-radius:8px; height:38px; text-align:center; font-size:16px; font-weight:700;
      }
      #hb-search-app .hb-qty-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
      #hb-search-app .hb-qty-chip{
        border:1px solid var(--hb-border); background:#fff; border-radius:999px; padding:7px 8px; font-size:12px; font-weight:700;
      }
      #hb-search-app .hb-qty-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}
      #hb-search-app .hb-qty-direct{background:#111827;border-color:#111827;color:#fff}
      #hb-search-app .hb-qty-direct:hover{background:#0b1220;border-color:#0b1220}
      #hb-search-app .hb-empty{padding:48px 0;color:#8a8f98;text-align:center}
      #hb-search-app .hb-footer-actions{margin-top:16px}
      #hb-search-app #hb-sentinel{height:56px;display:grid;place-items:center;color:#8a8f98}
      #hb-search-app .hb-spinner{width:20px;height:20px;border-radius:50%;border:2px solid #d1d5db;border-top-color:var(--hb-accent);animation:hb-spin 1s linear infinite}
      @keyframes hb-spin{to{transform:rotate(360deg)}}

      #hb-search-app #hb-loadingBar{height:3px;width:100%;overflow:hidden;background:transparent;opacity:0;transform:scaleX(0);transform-origin:left center;transition:opacity .2s,transform .2s}
      #hb-search-app #hb-loadingBar.hb-on{opacity:1;transform:scaleX(1);background:linear-gradient(90deg,transparent,rgba(177,39,4,.15),transparent);position:relative}
      #hb-search-app #hb-loadingBar.hb-on::before{content:"";position:absolute;left:-40%;top:0;height:100%;width:40%;background:var(--hb-accent);animation:hb-indeterminate 1.2s linear infinite}
      @keyframes hb-indeterminate{0%{left:-40%;width:40%}50%{left:20%;width:60%}100%{left:100%}}

      #hb-search-app .hb-skel{border:1px solid var(--hb-border);border-radius:var(--hb-radius);background:#fff;overflow:hidden}
      #hb-search-app .hb-sk-thumb{height:210px;background:#eef1f5;position:relative}
      #hb-search-app .hb-sk-block{padding:12px;display:flex;flex-direction:column;gap:10px}
      #hb-search-app .hb-sk-line{height:12px;background:#eef1f5;border-radius:6px}
      #hb-search-app .hb-lg{height:16px}
      #hb-search-app .hb-sk-row{display:flex;gap:8px;align-items:center}
      #hb-search-app .hb-sk-pill{width:72px;height:28px;border-radius:8px;background:#eef1f5}
      #hb-search-app .hb-shimmer{position:relative;overflow:hidden}
      #hb-search-app .hb-shimmer::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.55),rgba(255,255,255,0));transform:translateX(-100%);animation:hb-shimmer 1.1s ease-in-out infinite}
      @keyframes hb-shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}

      #hb-mobileSearch{
        display:none;
        clear:both;
        width:100%;
        padding:0 0 5px;
        border-top:1px solid #d8dce4;
        background:#eef1f5;
      }
      #hb-mobileSearch.hb-open{display:block}
      .mobilenav #hb-mobileSearch,
      .navbar.visible-phone.mobilenav #hb-mobileSearch{width:100%;clear:both}
      #hb-mobileSearch .hb-mobile-search__sheet{
        background:#fff; border:1px solid #cfd5de; border-radius:0 0 9px 9px;
        display:flex; align-items:center; gap:6px;
        padding:4px;
      }
      #hb-mobileSearch .hb-mobile-search__sheet > *{
        float:none !important; position:static !important; margin:0 !important;
      }
      #hb-mobileSearch .hb-mobile-search__input{
        flex:1 1 auto; width:auto; min-width:0;
        border:1px solid #c5c9d3; border-radius:7px; height:34px; padding:0 9px; font-size:14px;
      }
      #hb-mobileSearch .hb-mobile-search__go{
        flex:0 0 auto; white-space:nowrap;
        border:1px solid #b12704; background:#b12704; color:#fff;
        border-radius:8px; height:34px; padding:0 12px; font-weight:700;
      }

      @media (max-width: 1120px){
        #hb-search-app .hb-wrap{grid-template-columns:1fr}
        #hb-search-app .hb-mobile-filter-toggle{display:inline-flex}
        #hb-search-app .hb-filters{
          position:fixed; left:0; top:0; width:min(88vw,380px); height:100vh; max-height:100vh; border-radius:0 14px 14px 0;
          transform:translateX(-105%); transition:transform .2s ease; z-index:100; padding-top:10px;
          display:flex; flex-direction:column;
        }
        #hb-search-app .hb-mobile-actions{
          display:flex; gap:8px; position:sticky; bottom:0; background:#fff; border-top:1px solid var(--hb-border);
          margin-top:auto; padding-top:8px;
        }
        #hb-search-app .hb-mobile-actions .btn{flex:1 1 auto; white-space:nowrap}
        #hb-search-app .hb-close-filters{display:inline-flex}
        #hb-search-app.hb-filters-open .hb-filters{transform:translateX(0)}
        #hb-search-app.hb-filters-open .hb-filters-overlay{opacity:1;visibility:visible}
      }

@media (max-width: 720px){
        #hb-search-app{padding:2px 6px 8px;overflow-x:hidden;margin-top:35px}
        #hb-search-app .hb-head{display:none}
        #hb-search-app .hb-title{font-size:1.2rem}
        #hb-search-app .hb-wrap,#hb-search-app .hb-results,#hb-search-app .hb-grid{min-width:0}
        #hb-search-app .hb-grid{gap:8px;grid-template-columns:minmax(0,1fr)}
        #hb-search-app .hb-card{
          display:grid;grid-template-columns:110px minmax(0,1fr);grid-template-rows:auto auto;align-items:start;border-radius:8px;position:relative;
        }
        #hb-search-app .hb-card::before{
          content:"";position:absolute;top:0;bottom:0;left:110px;width:1px;background:var(--hb-border);pointer-events:none;
        }
        #hb-search-app .hb-card>.products__link{
          display:contents;
        }
        #hb-search-app .hb-thumb{
          grid-column:1;grid-row:1 / span 2;align-self:start;
          width:110px;height:110px;border-bottom:0;border-right:0;background:#fff;
        }
        #hb-search-app .hb-content{
          grid-column:2;grid-row:1;align-self:start;
          padding:8px 8px 2px;gap:4px;min-width:0;
        }
        #hb-search-app .hb-spacer{display:none}
        #hb-search-app .products__title{font-size:13px;line-height:1.3;-webkit-line-clamp:3}
        #hb-search-app .products__code{font-size:10px}
        #hb-search-app .hb-cats{display:none}
        #hb-search-app .hb-pill{font-size:10px;padding:2px 6px}
        #hb-search-app .hb-pill-overlay{left:6px;top:6px}
        #hb-search-app .hb-buyrow{
          grid-column:2;grid-row:2;align-self:start;
          padding:0 6px 8px 8px; display:flex; flex-direction:column; gap:4px; min-width:0;
        }
        #hb-search-app .hb-buy-main{
          display:grid;
          grid-template-columns:minmax(0,1fr) auto;
          grid-template-areas:
            "attrs price"
            "units units"
            "multiple multiple";
          column-gap:8px;
          row-gap:2px;
          align-items:start;
          width:100%;
        }
        #hb-search-app .hb-attr-pills{
          display:flex;
          flex-wrap:nowrap;
          justify-content:flex-start;
          gap:4px;
          min-width:0;
          overflow:hidden;
          margin:0;
          grid-area:attrs;
          align-self:center;
        }
        #hb-search-app .hb-attr-pills .hb-pill-attr{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:84px}
        #hb-search-app .products__price{margin-top:0}
        #hb-search-app .products__price{grid-area:price}
        #hb-search-app .products__price .price__currency,
        #hb-search-app .products__price .price__digit{font-size:2rem}
        #hb-search-app .products__price .price__decimal{font-size:.95rem;padding-top:2px}
        #hb-search-app .products__price .price__vat{font-size:.62rem}
        #hb-search-app .custom_sellingunits{margin:2px 0 0;font-size:.78rem;grid-area:units;text-align:right}
        #hb-search-app .hb-multiple-note{font-size:.72rem;grid-area:multiple}

        #hb-search-app .products__add{
          margin:0;
          grid-template-columns:66px 1fr;
          min-width:0;
        }
        #hb-search-app .products__add .hb-qty-trigger{min-height:34px;font-size:12px;padding:0 8px}
        #hb-search-app .products__add .btn.addbtn{
          width:100%; min-width:0; padding:8px 8px; border-radius:0;
          background:#ffd814; border-color:#f7ca00; color:#0f1111; font-weight:700;
        }
        #hb-search-app .products__add .btn.addbtn:hover{
          background:#f7ca00; border-color:#f7ca00; color:#0f1111;
        }
        #hb-search-app .hb-qty-sheet{
          width:calc(100vw - 24px); max-width:none; left:12px; right:12px; top:auto; bottom:10px; transform:none;
        }
        #hb-mobileSearch{padding:0 0 5px}
        #hb-mobileSearch .hb-mobile-search__sheet{padding:4px}
      }

/* Harris & Bailey checkout refresh
   Scoped to the checkout/cart template so it can sit alongside the existing theme. */

body.page-checkout {
  background: #f5f6f8;
}

.page-checkout .outer-wrapper {
  background: transparent;
}

.page-checkout #main-content-area {
  padding-bottom: 32px;
}

.page-checkout .heading-bar.main-h1 {
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  border: 0;
}

.page-checkout .heading-bar.main-h1 h1 {
  margin: 0;
  color: #30343a;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
}

.page-checkout #cart-qtyfrm > .row-fluid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
}

.page-checkout #cart-qtyfrm > .row-fluid > [class*="span"] {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
}

.page-checkout .cart-main-content {
  grid-column: 1;
  display: block;
  min-width: 0;
  width: 100% !important;
}

.page-checkout .cart-sidebar-container {
  grid-column: 2;
  display: block;
  min-width: 0;
  width: 100% !important;
}

.page-checkout .cart-sidebar {
  min-width: 0;
}

.page-checkout .cart-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #d9dde3;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.page-checkout .cart-controls .pull-left,
.page-checkout .cart-controls .pull-right {
  float: none;
}

.page-checkout .btn {
  border-radius: 10px;
  font-weight: 600;
  text-shadow: none;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-checkout .btn:hover,
.page-checkout .btn:focus {
  transform: translateY(-1px);
}

.page-checkout .continue-shopping,
.page-checkout .guest-checkout-login,
.page-checkout .clearCart,
.page-checkout .discount-coupon-apply,
.page-checkout .checkout-update-cartgit {
  background: #ffffff;
  border: 1px solid #c8ced6;
  color: #30343a;
}

.page-checkout .continue-shopping:hover,
.page-checkout .guest-checkout-login:hover,
.page-checkout .clearCart:hover,
.page-checkout .discount-coupon-apply:hover,
.page-checkout .checkout-update-cartgit:hover {
  background: #f3f4f6;
  border-color: #b9c1ca;
  color: #20252b;
}

.page-checkout .btn-success,
.page-checkout #checkout-button {
  background: #c8102e;
  border: 1px solid #c8102e;
  color: #ffffff;
}

.page-checkout .btn-success:hover,
.page-checkout #checkout-button:hover,
.page-checkout .btn-success:focus,
.page-checkout #checkout-button:focus {
  background: #a80d26;
  border-color: #a80d26;
  color: #ffffff;
}

.page-checkout .cart-table-wrapper {
  background: #ffffff;
  border: 1px solid #d9dde3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.page-checkout .cart-table {
  width: 100% !important;
  margin: 0;
  table-layout: auto;
}

.page-checkout .cart-table-wrapper,
.page-checkout .cart-controls {
  width: 100%;
  box-sizing: border-box;
}

.page-checkout .cart-table thead th {
  padding: 16px 14px;
  background: #3b4046;
  color: #ffffff;
  border: 0;
  font-size: 0.92rem;
  font-weight: 700;
  vertical-align: middle;
}

.page-checkout .cart-table tbody td {
  padding: 18px 14px;
  vertical-align: top;
  border-top: 1px solid #e6e9ee;
  background: #ffffff;
}

.page-checkout .cart-item-row:hover td {
  background: #fafbfc;
}

.page-checkout .cart-item-row__col-image {
  width: 96px;
}

.page-checkout .l-cart__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #e3e7ec;
  border-radius: 12px;
}

.page-checkout .l-cart__product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.page-checkout .l-checkout__product-name {
  display: inline-block;
  margin-bottom: 6px;
  color: #1f2933;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.page-checkout .cart-item-options small {
  display: inline-block;
  margin-bottom: 10px;
  color: #6b7280;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.page-checkout .rm-item {
  margin-top: 8px;
}

.page-checkout .rm-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 10px;
  background: #f7f8fa;
  border-radius: 999px;
  color: #5c6670;
}

.page-checkout .rm-item input[type="checkbox"] {
  margin: 0;
}

.page-checkout .cart-table label {
  margin: 0;
}

.page-checkout .cart-table .heading {
  margin-bottom: 6px;
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.page-checkout .cart-table .value {
  color: #20252b;
  font-size: 1rem;
  font-weight: 700;
}

.page-checkout .cart-table .label {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #eef1f5;
  color: #55606d;
  font-size: 0.72rem;
  font-weight: 700;
  text-shadow: none;
}

.page-checkout .cart-qtyinput,
.page-checkout input[type="text"].input,
.page-checkout input[type="email"].input,
.page-checkout select,
.page-checkout textarea {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cfd6de;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
  color: #20252b;
}

.page-checkout .cart-qtyinput {
  width: 74px;
  text-align: center;
  font-weight: 700;
}

.page-checkout .cart-qtyinput:focus,
.page-checkout input[type="text"].input:focus,
.page-checkout input[type="email"].input:focus,
.page-checkout select:focus,
.page-checkout textarea:focus {
  border-color: #c8102e;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.12);
  outline: 0;
}

.page-checkout .cart-sidebar-container {
  position: relative;
}

.page-checkout .cart-sidebar {
  position: sticky;
  top: 24px;
}

.page-checkout .cart-sidebar > .well,
.page-checkout #coupon-area .well {
  margin-bottom: 16px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d9dde3;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.page-checkout .cart-totals {
  overflow: hidden;
}

.page-checkout .cart-totals__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #eceff3;
}

.page-checkout .cart-totals__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.page-checkout .cart-totals__heading,
.page-checkout .cart-totals__value {
  float: none;
}

.page-checkout .cart-totals__value {
  color: #20252b;
  font-size: 1.05rem;
  font-weight: 800;
}

.page-checkout .cart-totals__item-gross {
  margin-top: 6px;
  padding-top: 16px;
  border-top: 2px solid #d9dde3;
}

.page-checkout .cart-totals__item-gross .cart-totals__heading strong,
.page-checkout .cart-totals__item-gross .cart-totals__value {
  color: #c8102e;
  font-size: 1.15rem;
}

.page-checkout .cart-shipping-options .controls,
.page-checkout #coupon-area .controls,
.page-checkout .control-group .controls {
  margin-left: 0;
}

.page-checkout .control-group {
  margin-bottom: 14px;
}

.page-checkout .control-label {
  display: block;
  margin-bottom: 7px;
  color: #374151;
  font-size: 0.88rem;
  font-weight: 700;
}

.page-checkout #cart-menu-delivery > .control-group .controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.page-checkout #cart-menu-delivery > .control-group .radio.inline {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 12px 14px;
  background: #f7f8fa;
  border: 1px solid #d8dde4;
  border-radius: 12px;
  font-weight: 700;
}

.page-checkout .radio,
.page-checkout .checkbox {
  min-height: 20px;
}

.page-checkout .radio input[type="radio"],
.page-checkout .checkbox input[type="checkbox"] {
  margin-top: 0;
}

.page-checkout .deliver-to-select,
.page-checkout .control-group-frm-delivery-postcode,
.page-checkout .control-group-frm-vatnum,
.page-checkout .control-group-frm-discountcoupon {
  padding: 14px;
  background: #f9fafb;
  border: 1px solid #e3e7ec;
  border-radius: 12px;
}

.page-checkout #delivery-progress {
  margin-top: 14px;
  padding: 14px;
  background: #f9fafb;
  border: 1px solid #e3e7ec;
  border-radius: 12px;
}

.page-checkout #delivery-progress .text {
  display: block !important;
  margin-bottom: 10px;
  color: #4b5563;
  font-weight: 700;
}

.page-checkout #delivery-progress .progress {
  height: 10px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.page-checkout #delivery-progress .bar {
  background: #c8102e;
}

.page-checkout #coupon-area .well {
  position: relative;
}

.page-checkout .discount-coupon-apply {
  float: none;
  position: absolute;
  top: 18px;
  right: 18px;
}

.page-checkout .checkout-actionbuttons-container {
  margin-top: 10px;
}

.page-checkout .checkout-actionbuttons,
.page-checkout .checkout-action-buttons__inner {
  width: 100% !important;
}

.page-checkout .checkout-action-buttons__inner {
  display: grid;
  gap: 12px;
}

.page-checkout .checkout-action-buttons__inner .btn {
  display: block;
  width: 100%;
  padding: 14px 18px;
  text-align: center;
}

.page-checkout #checkout-button {
  font-size: 1rem;
}

.page-checkout .guest-checkout-login {
  margin-left: 0;
}

.page-checkout .checkout-action-buttons__inner .btn i {
  margin-right: 8px;
}

.page-checkout .sidebar {
  z-index: 20;
}

.page-checkout .checkout-actionbuttons-container,
.page-checkout .checkout-actionbuttons,
.page-checkout .guest-checkout-action,
.page-checkout #checkout-button {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

.page-checkout .guest-checkout-login {
  position: static;
}

@media (min-width: 1200px) {
  .page-checkout #cart-qtyfrm > .row-fluid {
    grid-template-columns: minmax(0, 1fr) 400px;
  }

  .page-checkout .cart-table tbody td {
    padding: 20px 16px;
  }
}

@media (max-width: 979px) {
  .page-checkout #cart-qtyfrm > .row-fluid {
    display: block !important;
  }

  .page-checkout .cart-main-content,
  .page-checkout .cart-sidebar-container {
    grid-column: auto !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-checkout .cart-main-content {
    margin-bottom: 18px;
  }

  .page-checkout .cart-sidebar-container {
    margin-top: 0;
    clear: both;
  }

  .page-checkout .cart-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .page-checkout #main-content-area {
    padding-bottom: 92px;
  }

  .page-checkout .heading-bar.main-h1 {
    margin-bottom: 16px;
  }

  .page-checkout .heading-bar.main-h1 h1 {
    font-size: 1.6rem;
  }

  .page-checkout .cart-controls {
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
  }

  .page-checkout .cart-controls .btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .page-checkout .cart-table-wrapper {
    border-radius: 16px;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .page-checkout .cart-table,
  .page-checkout .cart-table thead,
  .page-checkout .cart-table tbody,
  .page-checkout .cart-table tr,
  .page-checkout .cart-table td {
    display: block;
    width: 100%;
  }

  .page-checkout .cart-table thead {
    display: none;
  }

  .page-checkout .cart-table tbody {
    display: grid;
    gap: 14px;
  }

  .page-checkout .cart-table tr.cart-item-row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px 14px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #d9dde3;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }

  .page-checkout .cart-table tbody td {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .page-checkout .cart-item-row__col-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: auto;
  }

  .page-checkout .cart-table tr.cart-item-row > td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .page-checkout .cart-table tr.cart-item-row > td:nth-child(n+3) {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 10px;
    margin-top: 2px;
    border-top: 1px solid #edf0f3;
  }

  .page-checkout .cart-table tr.cart-item-row > td:nth-child(n+3) label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .page-checkout .cart-table .heading {
    margin-bottom: 0;
    font-size: 0.78rem;
  }

  .page-checkout .cart-table .value {
    text-align: right;
  }

  .page-checkout .l-cart__product-image {
    width: 88px;
    height: 88px;
  }

  .page-checkout .l-checkout__product-name {
    font-size: 0.98rem;
  }

  .page-checkout .cart-qtyinput {
    width: 88px;
    margin-left: auto;
  }

  .page-checkout .cart-sidebar-container {
    margin-top: 18px;
  }

  .page-checkout .cart-sidebar > .well,
  .page-checkout #coupon-area .well,
  .page-checkout .cart-controls {
    border-radius: 14px;
  }

  .page-checkout #cart-menu-delivery > .control-group .controls {
    grid-template-columns: 1fr;
  }

  .page-checkout .discount-coupon-apply {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .page-checkout .deliver-to-select,
  .page-checkout .control-group-frm-delivery-postcode,
  .page-checkout .control-group-frm-vatnum,
  .page-checkout .control-group-frm-discountcoupon {
    padding: 12px;
  }

  .page-checkout .checkout-action-buttons__inner {
    gap: 10px;
  }

  .page-checkout .guest-checkout-action,
  .page-checkout #checkout-button {
    position: static !important;
    box-shadow: none;
  }

  .page-checkout .guest-checkout-login {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    z-index: 40;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  }
}

@media (max-width: 420px) {
  .page-checkout .cart-table tr.cart-item-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 12px;
  }

  .page-checkout .l-cart__product-image {
    width: 72px;
    height: 72px;
  }

  .page-checkout .cart-table tr.cart-item-row > td:nth-child(n+3) label {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-checkout .cart-table .value {
    text-align: left;
  }

  .page-checkout .cart-qtyinput {
    width: 100%;
  }
}

/* v3 fix: prevent select text clipping */
.page-checkout select,
.page-checkout .deliver-to-select select,
.page-checkout .control-group select {
  box-sizing: border-box;
  height: 46px;
  min-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 38px;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: menulist;
  appearance: auto;
}

.page-checkout select option {
  line-height: 1.2;
}

@media (max-width: 767px) {
  .page-checkout select,
  .page-checkout .deliver-to-select select,
  .page-checkout .control-group select {
    height: 48px;
    min-height: 48px;
  }
}

/* v5 mobile width reset: stop right-skew / overflow from nested bootstrap spans and wrappers */
@media (max-width: 767px) {
  body.page-checkout {
    overflow-x: hidden;
  }

  .page-checkout .container,
  .page-checkout .container.global,
  .page-checkout .row-fluid,
  .page-checkout #main,
  .page-checkout #main-content-area,
  .page-checkout #cart-qtyfrm,
  .page-checkout .cart-main-content,
  .page-checkout .cart-sidebar-container,
  .page-checkout .cart-sidebar,
  .page-checkout .cart-controls,
  .page-checkout .cart-table-wrapper,
  .page-checkout .cart-table,
  .page-checkout .cart-table tbody,
  .page-checkout .cart-table tr.cart-item-row,
  .page-checkout .cart-sidebar > .well,
  .page-checkout #coupon-area .well,
  .page-checkout .checkout-actionbuttons-container,
  .page-checkout .checkout-actionbuttons,
  .page-checkout .checkout-action-buttons__inner {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-checkout .heading-bar.main-h1 .span8,
  .page-checkout .heading-bar.main-h1 .offset3,
  .page-checkout .heading-bar.main-h1 [class*="span"] {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-checkout .cart-controls > div,
  .page-checkout .cart-controls .pull-left,
  .page-checkout .cart-controls .pull-right {
    width: 100%;
  }

  .page-checkout .cart-table tr.cart-item-row {
    overflow: hidden;
  }

  .page-checkout .checkout-action-buttons__inner .btn,
  .page-checkout .continue-shopping,
  .page-checkout .clearCart,
  .page-checkout .guest-checkout-login {
    box-sizing: border-box;
  }
}

/* v8 mobile centring fix: target the actual sidebar/main-content siblings only */
@media (max-width: 767px) {
  body.page-checkout {
    overflow-x: hidden;
  }

  .page-checkout .row-fluid.content {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-checkout .row-fluid.content > .visible-phone.sidebar {
    float: none !important;
    clear: both !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 12px 14px !important;
  }

  .page-checkout .row-fluid.content > .visible-phone.sidebar + div {
    float: none !important;
    clear: both !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 12px !important;
  }

  .page-checkout #main-content-area {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 92px !important;
  }

  .page-checkout .heading-bar.main-h1,
  .page-checkout .cart-controls,
  .page-checkout .cart-table-wrapper,
  .page-checkout .cart-table tbody,
  .page-checkout .cart-sidebar,
  .page-checkout #coupon-area,
  .page-checkout .checkout-actionbuttons-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-checkout .cart-table tr.cart-item-row,
  .page-checkout .cart-sidebar > .well,
  .page-checkout #coupon-area .well,
  .page-checkout .cart-controls {
    width: auto !important;
    max-width: none !important;
  }
}

/* v9: final targeted fixes for native select rendering on desktop and mobile centring */
.page-checkout select,
.page-checkout .deliver-to-select select,
.page-checkout .control-group select {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 50px;
  padding: 13px 42px 13px 14px;
  line-height: 1.35;
  box-sizing: border-box;
  background-clip: padding-box;
  appearance: auto;
  -webkit-appearance: menulist;
}

.page-checkout select option {
  line-height: 1.35;
}

@media (min-width: 768px) {
  .page-checkout select,
  .page-checkout .deliver-to-select select,
  .page-checkout .control-group select {
    min-height: 52px;
  }
}

@media (max-width: 767px) {
  body.page-checkout,
  .page-checkout .page,
  .page-checkout .outer-wrapper {
    overflow-x: hidden;
  }

  .page-checkout .container.global,
  .page-checkout #main,
  .page-checkout .row-fluid.content,
  .page-checkout .row-fluid.content > .visible-phone.sidebar + div,
  .page-checkout #main-content-area,
  .page-checkout #cart-qtyfrm,
  .page-checkout #cart-qtyfrm > .row-fluid,
  .page-checkout .cart-main-content,
  .page-checkout .cart-sidebar-container {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .page-checkout .container.global,
  .page-checkout #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-checkout .row-fluid.content > .visible-phone.sidebar {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 14px 14px !important;
    box-sizing: border-box !important;
  }

  .page-checkout .row-fluid.content > .visible-phone.sidebar + div {
    padding: 0 !important;
  }

  .page-checkout #main-content-area {
    padding: 0 14px 92px !important;
  }

  .page-checkout .heading-bar.main-h1,
  .page-checkout .heading-bar.main-h1 [class*="span"],
  .page-checkout .heading-bar.main-h1 [class*="offset"],
  .page-checkout .cart-controls,
  .page-checkout .cart-table-wrapper,
  .page-checkout .cart-table tbody,
  .page-checkout .cart-sidebar,
  .page-checkout .cart-sidebar > .well,
  .page-checkout #coupon-area,
  .page-checkout #coupon-area .well,
  .page-checkout .checkout-actionbuttons-container,
  .page-checkout .checkout-actionbuttons,
  .page-checkout .checkout-action-buttons__inner {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .page-checkout .heading-bar.main-h1 [class*="span"],
  .page-checkout .heading-bar.main-h1 [class*="offset"] {
    margin-left: 0 !important;
  }

  .page-checkout .cart-controls .pull-left,
  .page-checkout .cart-controls .pull-right {
    float: none !important;
    width: 100% !important;
  }

  .page-checkout .continue-shopping,
  .page-checkout .clearCart,
  .page-checkout .guest-checkout-login,
  .page-checkout .checkout-action-buttons__inner .btn {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .page-checkout .cart-table tr.cart-item-row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    box-sizing: border-box !important;
  }

  .page-checkout select,
  .page-checkout .deliver-to-select select,
  .page-checkout .control-group select {
    min-height: 50px;
  }
}

/* DELIVERY */
/* Harris & Bailey checkout delivery/address page improvements
   Scoped to the delivery page only so the site header/footer stay intact. */

body.page-delivery {
  background: #f3f5f7;
}

body.page-delivery .outer-wrapper {
  background: #f3f5f7;
}

body.page-delivery #main-content-area.delivery-details-wrap {
  padding-bottom: 28px;
}

body.page-delivery .heading-bar.main-h1 {
  margin: 0 0 22px;
}

body.page-delivery .heading-bar.main-h1 h1 {
  margin: 0;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 800;
  color: #2a2f38;
}

/* Main page width reset */
body.page-delivery .row-fluid.content > .span3.sidebar {
  width: 22%;
}

body.page-delivery .row-fluid.content > .span9 {
  width: 78%;
}

/* Form shell */
body.page-delivery #frm-delivery {
  margin: 0;
}

body.page-delivery #frm-delivery > fieldset {
  margin: 0;
  padding: 0;
}

body.page-delivery #frm-delivery > fieldset > .row-fluid {
  display: flex;
  gap: 22px;
  margin: 0 0 22px;
}

body.page-delivery #frm-delivery .frm-delivery,
body.page-delivery #frm-delivery .frm-billing {
  float: none;
  width: calc(50% - 11px);
  min-width: 0;
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #d7dee7;
  border-radius: 24px;
  box-sizing: border-box;
  box-shadow: 0 1px 0 rgba(18, 28, 45, 0.02);
}

body.page-delivery #frm-delivery .frm-delivery h2,
body.page-delivery #frm-delivery .frm-billing h2,
body.page-delivery #frm-delivery .additional-info h3 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
  color: #2f3642;
}

body.page-delivery #frm-delivery .additional-info h3 {
  font-size: 24px;
}

body.page-delivery #frm-delivery .delivery-details-section {
  margin: 0;
}

body.page-delivery #frm-delivery .use-addressbook-details {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body.page-delivery #frm-delivery .additional-info {
  margin-top: 0;
  padding: 22px;
  background: #f7f8fa;
  border: 1px solid #d7dee7;
  border-radius: 20px;
}

/* Form rows */
body.page-delivery #frm-delivery .control-group {
  margin: 0 0 16px;
}

body.page-delivery #frm-delivery .control-group:last-child {
  margin-bottom: 0;
}

body.page-delivery #frm-delivery .control-label {
  float: none;
  width: auto;
  display: block;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #3b4454;
}

body.page-delivery #frm-delivery .controls {
  margin-left: 0;
}

body.page-delivery #frm-delivery .input-required {
  color: #d3072f;
}

body.page-delivery #frm-delivery input[type="text"],
body.page-delivery #frm-delivery input[type="email"],
body.page-delivery #frm-delivery input[type="tel"],
body.page-delivery #frm-delivery input[type="number"],
body.page-delivery #frm-delivery select,
body.page-delivery #frm-delivery textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #c8d0db;
  border-radius: 16px;
  background: #fff;
  color: #263041;
  font-size: 16px;
  line-height: 1.35;
  box-shadow: none;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

body.page-delivery #frm-delivery input[type="text"],
body.page-delivery #frm-delivery input[type="email"],
body.page-delivery #frm-delivery input[type="tel"],
body.page-delivery #frm-delivery input[type="number"],
body.page-delivery #frm-delivery select {
  height: 52px;
  padding: 0 16px;
}

body.page-delivery #frm-delivery select {
  padding-right: 42px;
  -webkit-appearance: menulist;
  appearance: auto;
  background-clip: padding-box;
}

body.page-delivery #frm-delivery textarea {
  min-height: 120px;
  padding: 14px 16px;
  resize: vertical;
}

body.page-delivery #frm-delivery input[readonly] {
  background: #f4f6f8;
  color: #5a6474;
}

body.page-delivery #frm-delivery input:focus,
body.page-delivery #frm-delivery select:focus,
body.page-delivery #frm-delivery textarea:focus {
  outline: none;
  border-color: #d3072f;
  box-shadow: 0 0 0 3px rgba(211, 7, 47, 0.12);
}

/* Empty labels for secondary address lines */
body.page-delivery #frm-delivery .control-group-frm-address2 .control-label,
body.page-delivery #frm-delivery .control-group-frm-address3 .control-label,
body.page-delivery #frm-delivery .control-group-frm-address4 .control-label,
body.page-delivery #frm-delivery .control-group-frm-billing2 .control-label,
body.page-delivery #frm-delivery .control-group-frm-billing3 .control-label,
body.page-delivery #frm-delivery .control-group-frm-billing4 .control-label,
body.page-delivery #frm-delivery .control-group-frm-tcopy .control-label {
  display: none;
}

/* Country note row */
body.page-delivery #frm-delivery .control-group-note .controls {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #f7f8fa;
  border: 1px solid #d7dee7;
  border-radius: 16px;
  color: #4a5565;
}

body.page-delivery #frm-delivery .country-item-edit a {
  color: #d3072f;
  font-weight: 700;
}

/* Checkbox rows */
body.page-delivery #frm-delivery .control-group-checkbox .controls,
body.page-delivery #frm-delivery .control-group-checkbox .controls label,
body.page-delivery #frm-delivery .checkbox.inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #374152;
}

body.page-delivery #frm-delivery input[type="checkbox"] {
  margin: 2px 0 0;
}

/* Helper button */
body.page-delivery #usedeliveryadd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid #c8d0db;
  background: #fff;
  color: #2f3642;
  font-weight: 700;
  box-shadow: none;
}

body.page-delivery #usedeliveryadd:hover {
  background: #f7f8fa;
  border-color: #b6c0cc;
}

/* Bottom controls */
body.page-delivery .delivery-pgcontrols {
  margin-top: 8px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #d7dee7;
  border-radius: 24px;
  overflow: hidden;
}

body.page-delivery .delivery-pgcontrols .control-group {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.page-delivery .delivery-pgcontrols .control-label,
body.page-delivery .delivery-pgcontrols .controls {
  margin: 0;
  box-sizing: border-box;
}

body.page-delivery .delivery-pgcontrols .control-label {
  flex: 0 0 auto;
}

body.page-delivery .delivery-pgcontrols .controls {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
}

body.page-delivery .delivery-pgcontrols .btn,
body.page-delivery .delivery-pgcontrols input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 16px;
  box-shadow: none;
  box-sizing: border-box;
}

body.page-delivery .delivery-pgcontrols .control-label .btn {
  border: 1px solid #c8d0db;
  background: #fff;
  color: #2f3642;
}

body.page-delivery .delivery-pgcontrols .control-label .btn:hover {
  background: #f7f8fa;
}

body.page-delivery .delivery-pgcontrols input[type="submit"],
body.page-delivery .delivery-pgcontrols .btn-success {
  min-width: 180px;
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, #e11d2f 0%, #be0825 100%);
}

body.page-delivery .delivery-pgcontrols input[type="submit"]:hover,
body.page-delivery .delivery-pgcontrols .btn-success:hover {
  filter: brightness(0.98);
}

/* Mobile/tablet cleanup to stop right-shift */
@media (max-width: 979px) {
  body.page-delivery {
    overflow-x: hidden;
  }

  body.page-delivery .row-fluid.content,
  body.page-delivery .row-fluid.content > [class*="span"],
  body.page-delivery #main-content-area,
  body.page-delivery #frm-delivery,
  body.page-delivery #frm-delivery > fieldset,
  body.page-delivery #frm-delivery > fieldset > .row-fluid,
  body.page-delivery #frm-delivery > fieldset > .row-fluid > [class*="span"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  body.page-delivery .row-fluid.content > .span3.sidebar {
    display: block;
  }

  body.page-delivery #frm-delivery > fieldset > .row-fluid {
    display: block;
  }

  body.page-delivery #frm-delivery .frm-delivery,
  body.page-delivery #frm-delivery .frm-billing {
    width: 100% !important;
  }

  body.page-delivery #frm-delivery .frm-delivery {
    margin-bottom: 18px;
  }

  body.page-delivery .heading-bar.main-h1 .span8,
  body.page-delivery .heading-bar.main-h1 .offset3,
  body.page-delivery .heading-bar.main-h1 [class*="span"] {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.page-delivery #main,
  body.page-delivery #main-content-area,
  body.page-delivery .container.global {
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  body.page-delivery .container.global,
  body.page-delivery #main,
  body.page-delivery .outer-wrapper,
  body.page-delivery #main-content-area {
    padding-left: 6px !important;
    padding-right: 6px !important;
    box-sizing: border-box;
  }

  body.page-delivery .row-fluid.content > .span3.sidebar,
  body.page-delivery .row-fluid.content > .span9,
  body.page-delivery .row-fluid.content > .span9 #main-content-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.page-delivery .heading-bar.main-h1 {
    margin: 34px 0 14px !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 1;
  }

  body.page-delivery .heading-bar.main-h1 h1 {
    font-size: 28px;
    line-height: 1.1;
  }

  body.page-delivery #frm-delivery .frm-delivery,
  body.page-delivery #frm-delivery .frm-billing,
  body.page-delivery .delivery-pgcontrols {
    padding: 18px;
    border-radius: 20px;
  }

  body.page-delivery #frm-delivery .frm-delivery h2,
  body.page-delivery #frm-delivery .frm-billing h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  body.page-delivery #frm-delivery .additional-info {
    padding: 16px;
    border-radius: 16px;
  }

  body.page-delivery #frm-delivery .additional-info h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  body.page-delivery #frm-delivery input[type="text"],
  body.page-delivery #frm-delivery input[type="email"],
  body.page-delivery #frm-delivery input[type="tel"],
  body.page-delivery #frm-delivery input[type="number"],
  body.page-delivery #frm-delivery select {
    height: 50px;
  }

  body.page-delivery .delivery-pgcontrols .control-group {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-delivery .delivery-pgcontrols .controls,
  body.page-delivery .delivery-pgcontrols .control-label {
    width: 100%;
    max-width: 100%;
  }

  body.page-delivery .delivery-pgcontrols .controls {
    justify-content: stretch;
    overflow: hidden;
  }

  body.page-delivery .delivery-pgcontrols .control-label .btn,
  body.page-delivery .delivery-pgcontrols input[type="submit"],
  body.page-delivery .delivery-pgcontrols .checkout-action.submit {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    float: none !important;
    box-sizing: border-box;
  }
}

/* Use Delivery Address should read as a button, not a toggle track */
body.page-delivery #frm-delivery .control-group-frm-tcopy {
  margin-bottom: 22px;
}

body.page-delivery #frm-delivery .control-group-frm-tcopy .controls {
  min-height: 0;
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.page-delivery #usedeliveryadd {
  display: inline-flex;
  width: auto;
  min-width: 240px;
  max-width: 100%;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 18px;
  border: 1px solid #c8d0db;
  background: #ffffff;
  color: #2f3642;
  font-weight: 700;
  text-decoration: none;
}

body.page-delivery #usedeliveryadd:hover,
body.page-delivery #usedeliveryadd:focus {
  background: #f7f8fa;
  border-color: #b6c0cc;
  text-decoration: none;
}

@media (max-width: 767px) {
  body.page-delivery #frm-delivery .control-group-frm-tcopy .controls {
    overflow: visible;
  }

  body.page-delivery #usedeliveryadd {
    width: 100%;
    min-width: 0;
  }
}

/* v4 patch: keep Use Delivery Address confined on mobile */
@media (max-width: 767px) {
  body.page-delivery #frm-delivery .frm-billing {
    overflow: hidden;
  }

  body.page-delivery #frm-delivery .control-group-frm-tcopy {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  body.page-delivery #frm-delivery .control-group-frm-tcopy .controls {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
  }

  body.page-delivery #frm-delivery #usedeliveryadd {
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }
}

      .hb-mobile-header__recent[hidden]{display:none !important}

      @media (max-width: 767px){
        body.hb-mobile-header-ready .page{
          padding-top:0 !important;
        }
        body.hb-mobile-header-ready .page > .visible-phone{
          display:block !important;
          height:var(--hb-mobile-header-offset, 108px) !important;
        }
        body.hb-mobile-header-ready .mobilenav{
          padding-top:0 !important;
          overflow:visible !important;
          background:#fff !important;
          box-shadow:0 10px 30px rgba(15,23,42,.10);
        }
        body.hb-mobile-header-ready .mobilenav.nav-up,
        body.hb-mobile-header-ready.is-scrolling .mobilenav{
          padding-top:0 !important;
          transform:none !important;
        }
        body.hb-mobile-header-ready .mobilenav .navbar-inner{
          background:transparent !important;
          box-shadow:none !important;
        }
        body.hb-mobile-header-ready .mobilenav .container{
          padding:0 !important;
        }
        body.hb-mobile-header-ready .mobilenav .brand,
        body.hb-mobile-header-ready .mobilenav.nav-up .brand,
        body.hb-mobile-header-ready.is-scrolling .mobilenav .brand{
          display:flex !important;
          margin-top:0 !important;
        }
        body.hb-mobile-header-ready .mobilenav #mobile-search,
        body.hb-mobile-header-ready .mobilenav #mobile-account{
          display:none !important;
        }
        body.hb-mobile-header-ready .mobile-menu{
          top:var(--hb-mobile-header-offset, 108px);
          bottom:0;
          height:auto !important;
          margin-top:0 !important;
          z-index:4;
          pointer-events:none;
        }
        body.hb-mobile-header-ready.is-scrolling .mobile-menu{
          margin-top:0 !important;
        }
        body.hb-mobile-menu-open .mobile-menu{
          pointer-events:auto;
        }
        body.hb-mobile-header-ready .mobile-menu .close-menu{
          top:12px;
        }
        body.hb-mobile-header-ready .mobile-menu .mobile-nav{
          padding-top:4rem;
          pointer-events:auto;
          -webkit-overflow-scrolling:touch;
        }
        body.hb-mobile-header-ready .mobile-menu .mobile-nav__link{
          touch-action:manipulation;
        }

        #hb-mobileHeader{
          display:flex;
          flex-direction:column;
          gap:0;
          background:
            linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98)),
            radial-gradient(circle at top left, rgba(243,168,71,.18), transparent 42%);
          border-bottom:1px solid #e2e8f0;
          position:relative;
          z-index:3;
        }
        #hb-mobileHeader .hb-mobile-header__top{
          display:grid;
          grid-template-columns:52px minmax(0,1fr) 52px;
          align-items:center;
          gap:8px;
          min-height:48px;
          padding:4px 10px 1px;
        }
        #hb-mobileHeader .hb-mobile-header__top > *{
          position:static !important;
          float:none !important;
          margin:0 !important;
          text-shadow:none !important;
          box-shadow:none !important;
        }
        #hb-mobileHeader .hb-mobile-header__top > #mobile-menu,
        #hb-mobileHeader .hb-mobile-header__top > #guest-cart-mobile{
          width:38px !important;
          height:38px !important;
          display:flex !important;
          align-items:center;
          justify-content:center;
          padding:0 !important;
          border-radius:999px;
          background:#111827 !important;
          color:#fff !important;
          line-height:1;
        }
        #hb-mobileHeader .hb-mobile-header__top > #guest-cart-mobile{
          position:relative;
        }
        #hb-mobileHeader .hb-mobile-header__top > #guest-cart-mobile .label{
          top:10px;
          right:8px;
          left:auto;
          margin:0;
          min-width:16px;
          height:16px;
          display:grid;
          place-items:center;
          font-size:10px;
          line-height:1;
        }
        #hb-mobileHeader .hb-mobile-header__top > .brand{
          display:flex !important;
          align-items:center;
          justify-content:center;
          min-width:0;
          height:auto !important;
          padding:0 !important;
          overflow:visible !important;
        }
        #hb-mobileHeader .hb-mobile-header__top > .brand img{
          max-height:28px;
          width:auto;
          max-width:100%;
        }
        #hb-mobileHeader .hb-mobile-header__search{
          padding:0 10px 0;
        }
        #hb-mobileHeader .hb-mobile-header__search-wrap{
          position:relative;
        }
        #hb-mobileHeader .hb-mobile-header__search-form{
          display:grid;
          grid-template-columns:minmax(0, 1fr) 52px;
          align-items:stretch;
          border:2px solid #111827;
          border-radius:12px;
          overflow:hidden;
          background:#fff;
          box-shadow:0 10px 20px rgba(15,23,42,.08);
        }
        #hb-mobileHeader .hb-mobile-header__search-input{
          width:100%;
          min-width:0;
          border:0;
          border-radius:0;
          height:40px;
          padding:0 12px;
          font-size:16px;
          color:#111827;
          background:#fff;
          box-sizing:border-box;
        }
        #hb-mobileHeader .hb-mobile-header__search-input::placeholder{
          color:#64748b;
        }
        #hb-mobileHeader .hb-mobile-header__search-button{
          border:0;
          border-radius:0;
          background:linear-gradient(180deg,#d43a49,#b12704);
          color:#fff;
          font-size:18px;
          font-weight:700;
        }
        #hb-mobileHeader .hb-mobile-header__search-button:hover,
        #hb-mobileHeader .hb-mobile-header__search-button:focus{
          background:linear-gradient(180deg,#bc2332,#8e1f04);
        }
        #hb-mobileHeader .hb-mobile-header__recent{
          position:absolute;
          top:calc(100% + 6px);
          left:0;
          right:0;
          padding:10px;
          border:1px solid #d5d9e0;
          border-radius:14px;
          background:#fff;
          box-shadow:0 18px 36px rgba(15,23,42,.16);
        }
        #hb-mobileHeader .hb-mobile-header__recent-head{
          display:flex;
          align-items:center;
          justify-content:space-between;
          gap:10px;
          margin-bottom:8px;
          color:#334155;
          font-size:13px;
        }
        #hb-mobileHeader .hb-mobile-header__recent-clear{
          border:0;
          background:none;
          color:#b12704;
          font-weight:700;
          padding:0;
        }
        #hb-mobileHeader .hb-mobile-header__recent-list{
          display:flex;
          flex-wrap:wrap;
          gap:8px;
        }
        #hb-mobileHeader .hb-mobile-header__recent-chip{
          border:1px solid #d5d9e0;
          border-radius:999px;
          background:#f8fafc;
          color:#1f2937;
          padding:8px 12px;
          font-size:13px;
          font-weight:600;
        }

        .mobile-menu .hb-mobile-nav__quick{
          list-style:none;
        }
        .mobile-menu .hb-mobile-nav__quick-wrap{
          padding:14px 12px 12px;
          border-bottom:1px solid #e5e7eb;
          background:linear-gradient(180deg,#fff7ed,#fff);
        }
        .mobile-menu .hb-mobile-nav__quick-head{
          display:flex;
          align-items:center;
          justify-content:space-between;
          gap:10px;
          margin-bottom:10px;
        }
        .mobile-menu .hb-mobile-nav__quick-title{
          margin-bottom:0;
          font-size:12px;
          letter-spacing:.12em;
          text-transform:uppercase;
          color:#7c2d12;
          font-weight:800;
        }
        .mobile-menu .hb-mobile-nav__quick-build{
          flex:0 0 auto;
          font-size:11px;
          line-height:1;
          color:#7c2d12;
          background:rgba(255,255,255,.72);
          border:1px solid rgba(124,45,18,.16);
          border-radius:999px;
          padding:4px 7px;
          letter-spacing:.02em;
          white-space:nowrap;
        }
        .mobile-menu .hb-mobile-nav__quick-grid{
          display:grid;
          grid-template-columns:repeat(2, minmax(0, 1fr));
          gap:8px;
        }
        .mobile-menu .hb-mobile-nav__quick-link{
          display:block;
          padding:11px 12px;
          border-radius:12px;
          background:#111827;
          color:#fff !important;
          font-weight:700;
          text-align:center;
          text-decoration:none;
        }
        .mobile-menu .hb-mobile-nav__shop-link{
          padding-left:1.5rem !important;
          background:#f8fafc;
          color:#0f172a;
          font-weight:700;
        }
      }


/* H&B beta preview 20260907 */
/* Homepage body only; enabled on /TSTI.html when its CD_Holder is populated. */
.hbx-template .container.global.hbx-template-container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.hbx-template .hbx-template-row{margin:0}.hbx-template .hbx-template-row>.sidebar{display:none}.hbx-template .hbx-template-column{width:100%;margin:0;float:none}.hbx-template #main,.hbx-template #main-content-area,.hbx-template .cmspg-content{padding:0;margin:0}.hbx-template main{padding:0}.hbx-template .outer-wrapper{padding:0}.hbx-template .CD_Holder{width:100%;padding:0;margin:0}.hbx-template .push{height:0}
.hbx-home{--red:#bb1e2e;--ink:#222322;--muted:#656661;--paper:#f3f2ed;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.55;text-align:left}.hbx-home *{box-sizing:border-box}.hbx-home h1,.hbx-home h2,.hbx-home h3,.hbx-home p{padding:0;margin:0;line-height:inherit;color:inherit;font-family:inherit}.hbx-home a{color:inherit;text-decoration:none}.hbx-home img{display:block;max-width:100%;border:0}.hbx-home .hbx-shell{max-width:1234px;width:100%;padding-left:32px;padding-right:32px;margin:auto}.hbx-home a:focus-visible{outline:3px solid #c21d30;outline-offset:5px}.hbx-home .hbx-eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;line-height:1.6}.hbx-home .hbx-eyebrow>span{display:inline-block;width:7px;height:7px;background:var(--red);margin-right:9px;border-radius:50%}.hbx-home .hbx-hero{background:var(--paper);padding:44px 0 48px}.hbx-home .hbx-hero-grid{display:grid;grid-template-columns:1.13fr 1fr;gap:54px;align-items:center}.hbx-home h1{font-size:57px;font-weight:750;line-height:1.05;letter-spacing:-2.5px;margin:22px 0}.hbx-home h1 em{font-style:normal;color:var(--red)}.hbx-home .hbx-lead{font-size:16px;line-height:1.6;color:var(--muted)}.hbx-home .hbx-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:27px}.hbx-home .hbx-button{display:inline-flex;gap:24px;align-items:center;justify-content:space-between;background:var(--red);color:#fff;padding:15px 19px;font-size:12px;font-weight:700;line-height:1.3;min-height:47px;transition:background .2s}.hbx-home .hbx-button:hover{background:#951525}.hbx-home .hbx-button span{font-size:20px;font-weight:400}.hbx-home .hbx-text-link{font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:12px}.hbx-home .hbx-text-link:hover{text-decoration:underline}.hbx-home .hbx-popular{margin-top:26px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:10px;color:var(--muted)}.hbx-home .hbx-popular>span{margin-right:3px}.hbx-home .hbx-popular a{border-bottom:1px solid #bdbeb8;padding:3px 0;margin-right:8px}.hbx-home .hbx-hero-photo{height:412px;position:relative;overflow:hidden;background:#c8c7c0}.hbx-home .hbx-hero-photo>img{width:100%;height:145%;max-width:none;object-fit:cover;position:absolute;bottom:0}.hbx-home .hbx-hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 63%)}.hbx-home .hbx-photo-tag{position:absolute;top:20px;left:20px;background:#fff;padding:9px 12px;font-size:9px;font-weight:700;letter-spacing:1px;z-index:1}.hbx-home .hbx-photo-caption{position:absolute;bottom:25px;left:27px;right:25px;z-index:1;display:flex;align-items:end;justify-content:space-between;color:white}.hbx-home .hbx-photo-caption small{font-size:9px;letter-spacing:1.5px;font-weight:700}.hbx-home .hbx-photo-caption strong{display:block;font-size:29px;line-height:1.15;letter-spacing:-.5px;margin-top:8px}.hbx-home .hbx-circle{width:40px;height:40px;border:1px solid #ffffff80;border-radius:50%;display:grid;place-items:center;font-size:23px}.hbx-home .hbx-service-band{border-bottom:1px solid #e8e8e4}.hbx-home .hbx-services{display:grid;grid-template-columns:repeat(4,1fr);padding-top:25px;padding-bottom:25px;gap:20px}.hbx-home .hbx-services>div{display:flex;align-items:center;gap:15px}.hbx-home .hbx-service-icon{font-size:25px;color:var(--red)}.hbx-home .hbx-services>div:last-child .hbx-service-icon{font-size:17px;letter-spacing:-2px;font-weight:700}.hbx-home .hbx-services strong,.hbx-home .hbx-services small{display:block}.hbx-home .hbx-services strong{font-size:12px}.hbx-home .hbx-services small{font-size:10px;color:var(--muted);margin-top:2px}.hbx-home .hbx-departments{padding-top:55px;padding-bottom:38px}.hbx-home .hbx-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:27px}.hbx-home h2{font-size:32px;font-weight:700;letter-spacing:-1.1px;line-height:1.12}.hbx-home .hbx-section-heading h2{margin-top:10px}.hbx-home .hbx-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.hbx-home .hbx-category img{width:100%;aspect-ratio:1.2;object-fit:cover;transition:filter .2s}.hbx-home .hbx-category:hover img{filter:brightness(1.1)}.hbx-home .hbx-category>span{display:flex;align-items:center;justify-content:space-between;margin-top:13px;font-size:13px}.hbx-home .hbx-category i{font-style:normal;color:var(--red);font-size:17px}.hbx-home .hbx-category small{font-size:10px;line-height:1.5;color:var(--muted);display:block;margin-top:3px}.hbx-home .hbx-more{border-top:1px solid #e4e4df;padding-top:20px;margin-top:28px;display:flex;flex-wrap:wrap;gap:25px;font-size:11px}.hbx-home .hbx-more>span{color:var(--muted);margin-right:auto}.hbx-home .hbx-more>a{font-weight:700}.hbx-home .hbx-projects{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding-bottom:55px}.hbx-home .hbx-feature{padding:32px;position:relative;min-height:310px;overflow:hidden;display:flex}.hbx-home .hbx-feature>div:first-child{position:relative;z-index:2}.hbx-home .hbx-feature h2{font-size:30px;margin:17px 0 14px}.hbx-home .hbx-feature p:not(.hbx-eyebrow){font-size:12px;color:inherit;opacity:.8}.hbx-home .hbx-feature-link{display:inline-flex;gap:28px;align-items:center;font-size:12px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:5px;margin-top:24px}.hbx-home .hbx-feature-dark{background:#232c2c;color:white}.hbx-home .hbx-feature-dark .hbx-eyebrow{color:#9fd0c4}.hbx-home .hbx-heat-art{position:absolute;right:-55px;top:35px;width:240px;height:240px;opacity:.75}.hbx-home .hbx-heat-art span{position:absolute;inset:0;border:1px solid #71958b;border-radius:50%}.hbx-home .hbx-heat-art span:nth-child(2){inset:30px}.hbx-home .hbx-heat-art span:nth-child(3){inset:60px}.hbx-home .hbx-heat-art b{position:absolute;top:108px;left:45px;color:#b2d8d0;font-size:17px;letter-spacing:3px}.hbx-home .hbx-feature-light{background:#e9e9e6}.hbx-home .hbx-feature-light>img{position:absolute;right:-35%;bottom:0;width:115%;max-width:none;mix-blend-mode:multiply}.hbx-home .hbx-feature-light>div:first-child{max-width:70%}.hbx-home .hbx-feature-light .hbx-feature-link{margin-top:55px}.hbx-home .hbx-visit{background:var(--paper);padding:48px 0}.hbx-home .hbx-visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.hbx-home .hbx-visit-photo{position:relative}.hbx-home .hbx-visit-photo img{width:100%;height:300px;object-fit:cover}.hbx-home .hbx-visit-photo>span{position:absolute;left:0;bottom:0;background:var(--red);color:white;padding:12px 18px;font-size:10px;letter-spacing:1.5px;font-weight:700}.hbx-home .hbx-visit-copy h2{font-size:41px;margin:12px 0 16px}.hbx-home .hbx-visit-copy>p:not(.hbx-eyebrow){font-size:13px;color:var(--muted)}.hbx-home .hbx-address{margin:18px 0}.hbx-home .hbx-address strong,.hbx-home .hbx-address span{display:block;font-size:12px}.hbx-home .hbx-address span{color:var(--muted);margin-top:4px}.hbx-home .hbx-hours-note{display:block;font-size:9px;margin-top:10px;color:var(--muted)}.hbx-home .hbx-account{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:43px;padding-bottom:43px}.hbx-home .hbx-account h2{margin-top:8px;font-size:27px}.hbx-home .hbx-account .hbx-actions{margin:0}
@media(min-width:1600px){.hbx-home .hbx-shell{max-width:1234px}}
@media(max-width:1050px){.hbx-home .hbx-hero-grid{gap:25px}.hbx-home h1{font-size:46px}.hbx-home .hbx-hero-photo{height:390px}.hbx-home .hbx-category-grid{grid-template-columns:repeat(3,1fr);gap:25px}.hbx-home .hbx-services{grid-template-columns:repeat(2,1fr)}.hbx-home .hbx-heat-art{opacity:.25}.hbx-home .hbx-visit-grid{gap:30px}.hbx-home .hbx-account{align-items:start;flex-direction:column}.hbx-home .hbx-category img{aspect-ratio:1.65}}
@media(max-width:650px){.hbx-home .hbx-shell{padding-left:20px;padding-right:20px}.hbx-home .hbx-hero{padding:30px 0}.hbx-home .hbx-hero-grid{grid-template-columns:1fr;gap:30px}.hbx-home h1{font-size:43px;letter-spacing:-1.8px;margin:18px 0}.hbx-home .hbx-lead{font-size:14px}.hbx-home .hbx-actions{gap:20px}.hbx-home .hbx-hero-photo{height:300px}.hbx-home .hbx-services{gap:20px 12px;padding-top:22px;padding-bottom:22px}.hbx-home .hbx-services>div{gap:10px}.hbx-home .hbx-services strong{font-size:11px}.hbx-home .hbx-services small{font-size:9px}.hbx-home .hbx-service-icon{font-size:22px}.hbx-home .hbx-departments{padding-top:35px;padding-bottom:30px}.hbx-home .hbx-section-heading{align-items:start;flex-direction:column;gap:15px}.hbx-home h2{font-size:28px}.hbx-home .hbx-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 15px}.hbx-home .hbx-category img{aspect-ratio:1.25}.hbx-home .hbx-category>span{font-size:12px}.hbx-home .hbx-more{gap:14px}.hbx-home .hbx-more>span{width:100%}.hbx-home .hbx-projects{grid-template-columns:1fr;padding-bottom:35px}.hbx-home .hbx-feature{padding:26px;min-height:290px}.hbx-home .hbx-visit{padding:30px 0}.hbx-home .hbx-visit-grid{grid-template-columns:1fr}.hbx-home .hbx-visit-photo img{height:auto}.hbx-home .hbx-visit-copy h2{font-size:35px}.hbx-home .hbx-account{padding-top:32px;padding-bottom:32px}.hbx-home .hbx-account h2{font-size:26px}}
@media(prefers-reduced-motion:reduce){.hbx-home *{transition:none!important;scroll-behavior:auto!important}}
.hbx-home #hbx-visit{scroll-margin-top:190px}
@media(max-width:650px){.hbx-home #hbx-visit{scroll-margin-top:110px}}
/* Plain-English search is the primary homepage action. */
.hbx-home .hbx-search-hero{padding:46px 0 50px}.hbx-home .hbx-search-hero .hbx-hero-grid{grid-template-columns:1.2fr 1fr;gap:64px}.hbx-home .hbx-search-hero h1{font-size:57px;margin:21px 0;line-height:1.04}.hbx-home .hbx-search-hero .hbx-lead{max-width:520px;font-size:15px}.hbx-home .hbx-smart-search{margin:25px 0 0;padding:0}.hbx-home .hbx-smart-search label{display:block;font-size:12px;font-weight:700;margin:0 0 9px}.hbx-home .hbx-search-field{display:flex;align-items:stretch;background:white;border:1px solid #d0d0c9;box-shadow:0 4px 16px #25252208}.hbx-home .hbx-search-field:focus-within{outline:2px solid var(--red);outline-offset:2px}.hbx-home .hbx-search-field input{display:block;min-width:0;width:100%;flex:1;margin:0!important;padding:17px 15px!important;border:0!important;box-shadow:none!important;outline:none!important;background:white!important;height:57px!important;border-radius:0!important;font:13px Arial,sans-serif!important;color:#222!important;box-sizing:border-box!important}.hbx-home .hbx-search-field button{border:0;border-radius:0;background:var(--red);color:#fff;padding:0 20px;display:flex;gap:18px;align-items:center;font-size:12px;font-weight:700;cursor:pointer;min-height:57px}.hbx-home .hbx-search-field button:hover{background:#931727}.hbx-home .hbx-search-field button span{font-size:22px}.hbx-home .hbx-search-note{font-size:10px;color:var(--muted);margin-top:10px}.hbx-home .hbx-search-story{background:#252c29;color:#fff;padding:29px 29px 22px;position:relative}.hbx-home .hbx-story-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff26;padding-bottom:20px;gap:12px;font-size:9px;letter-spacing:1.4px;font-weight:700}.hbx-home .hbx-story-top>span:last-child{font-size:27px;color:#e9bfc1;line-height:1}.hbx-home .hbx-story-label{color:#d0b7b6;font-size:9px;letter-spacing:1.6px;font-weight:700;margin-top:24px}.hbx-home .hbx-search-story blockquote{margin:10px 0 0;padding:0;border:0;font-size:27px;font-weight:600;letter-spacing:-.5px;line-height:1.3;color:white;font-family:inherit}.hbx-home .hbx-story-connector{display:flex;gap:14px;align-items:center;margin:16px 0;color:#bccac1;font-size:8px;letter-spacing:1px}.hbx-home .hbx-story-connector>span:first-child{font-size:25px;color:#e3b5b8}.hbx-home .hbx-story-result{display:grid;grid-template-columns:100px 1fr;gap:17px;background:#fff;color:var(--ink);padding:15px}.hbx-home .hbx-story-result img{width:100%;height:100%;min-height:113px;object-fit:cover}.hbx-home .hbx-story-result small{font-size:8px;font-weight:700;letter-spacing:1.2px;color:var(--red)}.hbx-home .hbx-story-result strong{display:block;font-size:17px;letter-spacing:-.25px;line-height:1.2;margin-top:7px}.hbx-home .hbx-story-cta{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;margin-top:13px}.hbx-home .hbx-story-cta i{font-size:19px;font-style:normal;color:var(--red)}.hbx-home .hbx-story-footnote{font-size:9px;color:#b8c1bd;margin-top:12px}.hbx-home .hbx-try-section{padding-top:45px;padding-bottom:44px}.hbx-home .hbx-try-hint{font-size:11px;color:var(--muted)}.hbx-home .hbx-try-hint>span{margin-left:15px;font-size:20px;color:var(--red)}.hbx-home .hbx-query-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hbx-home .hbx-query-grid>a{border:1px solid #dedfd9;padding:23px 24px;background:#fff;transition:background .2s,border-color .2s}.hbx-home .hbx-query-grid>a:hover{background:var(--paper);border-color:var(--red)}.hbx-home .hbx-query-grid small{font-size:9px;letter-spacing:1.3px;font-weight:700;color:var(--muted)}.hbx-home .hbx-query-grid strong{display:block;font-size:20px;line-height:1.35;letter-spacing:-.4px;margin:14px 0 23px}.hbx-home .hbx-query-grid a>span{font-size:10px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.hbx-home .hbx-query-grid i{font-size:22px;font-style:normal;color:var(--red)}.hbx-home .hbx-search-guide{background:#f3f2ed;padding:38px 0}.hbx-home .hbx-guide-grid{display:grid;grid-template-columns:.85fr 1.65fr;gap:65px;align-items:start}.hbx-home .hbx-guide-grid h2{font-size:32px;margin:13px 0}.hbx-home .hbx-guide-grid p:not(.hbx-eyebrow){font-size:12px;color:var(--muted);max-width:290px}.hbx-home .hbx-guide-grid ol{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;list-style:none;margin:0;padding:0}.hbx-home .hbx-guide-grid li{padding:0;margin:0;list-style:none}.hbx-home .hbx-guide-grid li>span{display:inline-block;font-size:11px;color:var(--red);border-bottom:1px solid #c5b4b4;padding-bottom:6px;margin-bottom:17px}.hbx-home .hbx-guide-grid h3{font-size:14px;font-weight:700;margin-bottom:9px;line-height:1.3}.hbx-home #hbx-title{scroll-margin-top:230px}.hbx-home .hbx-departments{padding-bottom:50px}
@media(max-width:1050px){.hbx-home .hbx-search-hero .hbx-hero-grid{gap:30px}.hbx-home .hbx-search-hero h1{font-size:47px}.hbx-home .hbx-search-story{padding:22px}.hbx-home .hbx-search-story blockquote{font-size:23px}.hbx-home .hbx-story-result{grid-template-columns:75px 1fr;padding:12px;gap:12px}.hbx-home .hbx-story-result strong{font-size:15px}.hbx-home .hbx-query-grid strong{font-size:17px}.hbx-home .hbx-guide-grid{grid-template-columns:1fr;gap:25px}}
@media(max-width:650px){.hbx-home .hbx-search-hero{padding:28px 0}.hbx-home .hbx-search-hero .hbx-hero-grid{grid-template-columns:1fr;gap:27px}.hbx-home .hbx-search-hero h1{font-size:44px;letter-spacing:-1.8px;margin:18px 0}.hbx-home .hbx-search-hero .hbx-lead{font-size:14px}.hbx-home .hbx-search-field input{font-size:12px!important;padding:14px 10px!important}.hbx-home .hbx-search-field button{padding:0 12px;gap:8px}.hbx-home .hbx-search-field button span{font-size:18px}.hbx-home .hbx-search-story blockquote{font-size:25px}.hbx-home .hbx-story-result{grid-template-columns:85px 1fr}.hbx-home .hbx-story-result strong{font-size:17px}.hbx-home .hbx-try-section{padding-top:32px;padding-bottom:32px}.hbx-home .hbx-query-grid{grid-template-columns:1fr;gap:12px}.hbx-home .hbx-query-grid>a{padding:20px}.hbx-home .hbx-query-grid strong{font-size:20px;margin:10px 0 17px}.hbx-home .hbx-guide-grid ol{grid-template-columns:1fr;gap:22px}.hbx-home .hbx-guide-grid li{display:flex;gap:18px}.hbx-home .hbx-guide-grid li>span{align-self:start;margin:0}.hbx-home .hbx-guide-grid h3{margin-bottom:5px}.hbx-home #hbx-title{scroll-margin-top:140px}}

.CD_Footer .hbf{background:#f3f2ed;color:#222322;font:13px/1.55 Arial,Helvetica,sans-serif;padding:32px 0;text-align:left}
.CD_Footer .hbf *{box-sizing:border-box}
.CD_Footer .hbf-inner{max-width:1234px;padding:0 32px;margin:0 auto;display:grid;grid-template-columns:280px 1fr 270px;gap:40px;align-items:center}
.CD_Footer .hbf-photo{position:relative;overflow:hidden}
.CD_Footer .hbf-photo img{display:block;width:100%;height:180px;object-fit:cover;border:0}
.CD_Footer .hbf-photo>span{position:absolute;bottom:0;left:0;background:#bb1e2e;color:#fff;padding:9px 12px;font-size:8px;font-weight:700;letter-spacing:1.1px}
.CD_Footer .hbf p,.CD_Footer .hbf h2{margin:0;padding:0;font-family:inherit;color:inherit}
.CD_Footer .hbf .hbf-subheading{font-size:17px;line-height:1.3;font-weight:700;margin:0 0 9px}
.CD_Footer .hbf h2 span{color:#bb1e2e}
.CD_Footer .hbf h2{font-size:42px;line-height:1.02;letter-spacing:-1.5px;font-weight:700;margin-bottom:12px}
.CD_Footer .hbf-copy>p:last-child{font-size:12px;line-height:1.6;color:#656661}
.CD_Footer .hbf-contact{border-left:1px solid #d8d8d0;padding-left:30px}
.CD_Footer .hbf-contact strong{font-size:12px}
.CD_Footer .hbf-contact p{font-size:11px;color:#656661;margin:6px 0 16px}
.CD_Footer .hbf-contact a{display:inline-flex;align-items:center;gap:20px;justify-content:space-between;min-height:46px;background:#bb1e2e;color:#fff;padding:12px 16px;font-size:12px;font-weight:700;text-decoration:none}
.CD_Footer .hbf-contact a:hover{background:#951525}
.CD_Footer .hbf-contact a:focus-visible{outline:3px solid #bb1e2e;outline-offset:4px}
.CD_Footer .hbf-contact a>span{font-size:20px;font-weight:400}
.CD_Footer .hbf-contact small{display:block;margin-top:9px;font-size:9px;color:#656661}
.CD_Footer .hbf-home{padding:48px 0}
.CD_Footer .hbf-home .hbf-inner{grid-template-columns:1fr 1fr;column-gap:70px;row-gap:16px}
.CD_Footer .hbf-home .hbf-photo{grid-row:1 / 3}
.CD_Footer .hbf-home .hbf-photo img{height:320px}
.CD_Footer .hbf-home .hbf-photo>span{padding:12px 18px;font-size:10px}
.CD_Footer .hbf-home h2{font-size:54px}
.CD_Footer .hbf-home .hbf-contact{border:0;padding:0;align-self:start}
.CD_Footer .hbf-home .hbf-copy{align-self:end}
@media(max-width:1050px){.CD_Footer .hbf-inner{grid-template-columns:220px 1fr;gap:22px 30px}.CD_Footer .hbf-photo{grid-row:1 / 3}.CD_Footer .hbf-photo img{height:260px}.CD_Footer .hbf-contact{grid-column:2;border:0;padding:0}.CD_Footer .hbf-home .hbf-inner{column-gap:30px}}
@media(max-width:650px){.CD_Footer .hbf,.CD_Footer .hbf-home{padding:28px 0}.CD_Footer .hbf-inner,.CD_Footer .hbf-home .hbf-inner{padding:0 20px;grid-template-columns:1fr;gap:22px}.CD_Footer .hbf-photo,.CD_Footer .hbf-home .hbf-photo{grid-row:auto}.CD_Footer .hbf-photo img,.CD_Footer .hbf-home .hbf-photo img{height:auto}.CD_Footer .hbf-contact{grid-column:auto}.CD_Footer .hbf h2,.CD_Footer .hbf-home h2{font-size:42px}}

.CD_Footer .hbf-features{box-sizing:border-box;max-width:1234px;padding:48px 32px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;font:14px/1.5 Arial,Helvetica,sans-serif;text-align:left}
.CD_Footer .hbf-feature{min-width:0;background:#f3f2ed}
.CD_Footer .hbf-feature a{display:block;height:100%;color:#222322;text-decoration:none}
.CD_Footer .hbf-feature img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;border:0;background:white}
.CD_Footer .hbf-feature a>div{padding:24px}
.CD_Footer .hbf-feature h2{font:700 25px/1.2 Arial,Helvetica,sans-serif;letter-spacing:-.6px;margin:0 0 10px;color:#222322}
.CD_Footer .hbf-feature p{font:13px/1.5 Arial,Helvetica,sans-serif;color:#656661;margin:0 0 20px}
.CD_Footer .hbf-feature span{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;color:#bb1e2e}
.CD_Footer .hbf-feature b{font-size:22px;font-weight:400}
.CD_Footer .hbf-feature a:hover span{text-decoration:underline}
.CD_Footer .hbf-feature a:focus-visible{outline:3px solid #bb1e2e;outline-offset:4px}
@media(max-width:650px){.CD_Footer .hbf-features{grid-template-columns:1fr;padding:28px 20px;gap:24px}}

.footer__inner.hb-footer-refreshed::before{display:none!important;content:none!important}
.hb-accreditations{box-sizing:border-box;width:100%;max-width:1170px;margin:0 auto 36px;padding:0 0 30px;border-bottom:1px solid #ffffff26;text-align:left;font-family:Arial,Helvetica,sans-serif}
.hb-accreditations>p{margin:0 0 18px!important;color:#ccc!important;font-size:10px!important;line-height:1.5!important;letter-spacing:1.6px;text-transform:uppercase;font-weight:700}
.hb-accreditation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:760px}
.hb-accreditation{display:flex;align-items:center;justify-content:center;min-height:126px;background:#fff;border-radius:3px}
.hb-badge{display:block;flex:none;height:107px;background-image:url('https://cdn.harrisandbailey.com/assets/sigs.png?r=1');background-repeat:no-repeat;background-size:333px 107px;transform:scale(.84)}
.hb-badge-clocs{width:70px;background-position:0 0}
.hb-badge-daikin{width:94px;background-position:-70px 0}
.hb-badge-fors{width:67px;background-position:-164px 0}
.hb-badge-safe{width:102px;background-position:-231px 0}
@media(max-width:650px){.hb-accreditation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hb-accreditations{margin-bottom:26px;padding-bottom:26px}.hb-accreditation{min-height:116px}}

/* Shared Harris & Bailey preview template. */
body{font-family:Arial,Helvetica,sans-serif;color:#222322;background:#fff}
.header-container,#main-head{background:#fff!important;background-image:none!important}
#main-head .l-header__top{background:#f3f2ed!important;color:#454640;border-bottom:1px solid #e5e4df}
#main-head .l-header__top a{color:#454640!important;text-shadow:none}
#main-head .l-header__top a:hover{color:#bb1e2e!important}
#main-head .l-header__main{padding:22px 0!important;gap:30px;align-items:center;background:#fff}
#main-head .l-header__logo{flex:0 0 178px;margin-right:0}
#main-head .ws-logo__image{width:178px!important;max-height:106px;object-fit:contain}
#main-head .l-header__search{flex:1;min-width:0}
#main-head .search{background:#f6f5f1;border:1px solid #d8d8d0;border-radius:4px;overflow:hidden;box-shadow:none}
#main-head .search__input{background:transparent!important;color:#222322!important;border:0!important;box-shadow:none!important;min-height:52px;font-size:15px;padding-left:18px}
#main-head .search__cta{background:#bb1e2e!important;color:#fff!important;border:0!important;border-radius:0;min-height:52px;width:54px;text-shadow:none}
#main-head .search:focus-within{outline:2px solid #bb1e2e;outline-offset:3px}
#main-head .l-header__actions-link{color:#222322!important;text-shadow:none}
#main-head .l-header__actions-link>span{color:#656661!important;font-size:11px}
#main-head .l-header__actions-link strong{font-size:13px}
#main-head .l-header__actions-icon{color:#bb1e2e!important;font-size:28px}
#main-head .l-header__actions-item{border-color:#e4e4de!important}
#main-head .vat-toggle__item{background:#bb1e2e!important}
#main-head .l-nav{background:#fff!important;border-top:1px solid #e7e6e0;border-bottom:3px solid #bb1e2e}
#main-head .l-nav__items{display:flex;justify-content:space-between}
#main-head .l-nav__item{flex:0 1 auto}
#main-head .l-nav__link{color:#30312e!important;font-size:12px!important;font-weight:600;padding:17px 10px!important;white-space:nowrap;background:transparent}
#main-head .l-nav__item:hover>.l-nav__link,#main-head .l-nav__link:focus-visible{background:#f3f2ed!important;color:#bb1e2e!important}
#main-head .l-nav__sub-nav{border-top:2px solid #bb1e2e;box-shadow:0 12px 24px #22232218}
#main-head a:focus-visible,.mobilenav a:focus-visible{outline:2px solid #bb1e2e;outline-offset:3px}
.mobilenav .navbar-inner{background:#fff!important;background-image:none!important;border-bottom:3px solid #bb1e2e;box-shadow:0 2px 10px #2223220a}
.mobilenav .btn-navbar{background:#f3f2ed!important;color:#bb1e2e!important;border:0;text-shadow:none;box-shadow:none}
.mobilenav .brand{background:#fff;border-radius:3px}
.breadcrumb{background:#f3f2ed;border-radius:0;color:#656661}
.news-letter{background:#f3f2ed!important;color:#222322!important;border-top:1px solid #e2e1da}
.news-letter h2,.news-letter p{color:#222322!important}
.news-letter input[type=email],.news-letter input[type=text]{border:1px solid #d8d8d0;border-radius:3px 0 0 3px;box-shadow:none}
.news-letter button,.news-letter input[type=submit]{background:#bb1e2e!important;color:#fff!important;border:0}
@media(min-width:768px) and (max-width:1100px){#main-head .l-header__main{gap:18px}#main-head .l-header__logo{flex-basis:140px}#main-head .ws-logo__image{width:140px!important}#main-head .l-nav__link{font-size:11px!important;padding:15px 5px!important}}
#main-head::before{background:#fff!important;box-shadow:none!important}
#main-head .l-header__actions-link strong,#main-head .l-header__actions-link span{color:#30312e!important}
#main-head .search__cta i{color:#fff!important}
#main-head .l-nav::before{border-bottom:3px solid #bb1e2e!important;box-shadow:none!important}

/* Department colours sampled from the catalogue artwork. */
#main-head .l-nav__item{--hb-department:#bb1e2e}
#main-head .category-id-65{--hb-department:#0073aa}
#main-head .category-id-75{--hb-department:#b61a1e}
#main-head .category-id-73{--hb-department:#5e8d35}
#main-head .category-id-78{--hb-department:#028b6b}
#main-head .category-id-79{--hb-department:#01466f}
#main-head .category-id-74{--hb-department:#c2471b}
#main-head .category-id-77{--hb-department:#623427}
#main-head .category-id-76{--hb-department:#603e7c}
#main-head .l-nav,#main-head .l-nav::before{border-bottom:0!important}
#main-head .l-nav__link{border-bottom:4px solid var(--hb-department)!important}
#main-head .l-nav__item:hover>.l-nav__link,#main-head .l-nav__link:focus-visible{color:var(--hb-department)!important}
#main-head .l-nav__sub-nav{border-top-color:var(--hb-department)}
.hbx-category{--hb-department:#bb1e2e}
.hbx-category[href*='/building-materials/']{--hb-department:#0073aa}
.hbx-category[href*='/electrical/']{--hb-department:#b61a1e}
.hbx-category[href*='/heating-equipment/']{--hb-department:#5e8d35}
.hbx-category[href*='/ironmongery/']{--hb-department:#028b6b}
.hbx-category[href*='/plumbing/']{--hb-department:#01466f}
.hbx-category[href*='/sanitaryware/']{--hb-department:#c2471b}
.hbx-category[href*='/timbers/']{--hb-department:#623427}
.hbx-category[href*='/tools/']{--hb-department:#603e7c}
.hbx-category[href*='/landscaping-and-fencing/']{--hb-department:#127633}
.hbx-home .hbx-category{border-bottom:3px solid var(--hb-department);padding-bottom:14px}
.hbx-home .hbx-category i{color:var(--hb-department)}

/* Plain white main header. */
#main-head::before{background:#fff!important}
#main-head .l-header__main{background:transparent!important}
#main-head,#main-head>.container{background:transparent!important}
#main-head .search{background:#fff!important}

#hb-search-app#hb-search-app{--hb-bg:#fff;--hb-border:#e2e1da;--hb-text:#222322;--hb-muted:#656661;--hb-accent:#bb1e2e;--hb-accent-hover:#951525;--hb-soft-red:#faf0f1;--hb-radius:3px;background:#fff!important;border-radius:0;padding:28px 0;font-family:Arial,Helvetica,sans-serif}
#hb-search-app#hb-search-app .hb-head{margin:0 0 24px}
#hb-search-app#hb-search-app .hb-title{font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.7px;margin-bottom:8px}
#hb-search-app#hb-search-app .hb-meta{font-size:13px;color:#656661}
#hb-search-app#hb-search-app .hb-filters{background:#f6f5f1!important;border:1px solid #e2e1da;border-radius:3px;box-shadow:none;padding:16px}
#hb-search-app#hb-search-app .hb-filters-kicker,#hb-search-app#hb-search-app .hb-block-kicker{display:none}
#hb-search-app#hb-search-app #hb-activeFiltersBlock:has(.hb-active-empty){display:none}
#hb-search-app#hb-search-app .hb-block-emphasis{background:#fff;box-shadow:none;border-radius:3px}
#hb-search-app#hb-search-app .hb-cat-tree details,#hb-search-app#hb-search-app #hb-attrGroups details{border-radius:3px;box-shadow:none;background:#fff}
#hb-search-app#hb-search-app .hb-cat-tree>details{border-left:3px solid var(--hb-department,#d8d8d0)}
#hb-search-app#hb-search-app .hb-summary-title{font-size:13px;color:#30312e}
#hb-search-app#hb-search-app .hb-input-sm{border-radius:3px;min-height:34px;box-shadow:none}
#hb-search-app#hb-search-app .hb-chip{border-radius:3px;background:#fff}
#hb-search-app#hb-search-app .hb-pill-top{display:none}
#hb-search-app#hb-search-app .hb-card{border-radius:3px;box-shadow:none}
#hb-search-app#hb-search-app .hb-card:hover{border-color:#c2c0b8;box-shadow:0 3px 12px #2223220b;transform:none}
#hb-search-app#hb-search-app .hb-thumb{height:180px;padding:12px;border-bottom:0}
#hb-search-app#hb-search-app .hb-content{padding:12px 14px;gap:6px}
#hb-search-app#hb-search-app .products__title{font-size:14px;line-height:1.4;min-height:39px}
#hb-search-app#hb-search-app .products__code,#hb-search-app#hb-search-app .hb-cats{font-size:11px}
#hb-search-app#hb-search-app .products__stock{font-size:12px;color:#47653a}
#hb-search-app#hb-search-app .hb-buyrow{padding:4px 14px 14px}
#hb-search-app#hb-search-app .products__price .price__currency,#hb-search-app#hb-search-app .products__price .price__digit{font-size:30px;color:#bb1e2e}
#hb-search-app#hb-search-app .products__price .price__decimal{color:#bb1e2e}
#hb-search-app#hb-search-app .products__add{border-radius:3px;grid-template-columns:56px 1fr;margin-top:12px}
#hb-search-app#hb-search-app .products__add .btn.addbtn{background:#bb1e2e!important;border-radius:0;color:#fff}
#hb-search-app#hb-search-app .products__add .hb-qty-trigger,#hb-search-app#hb-search-app .products__add .btn.addbtn{min-height:40px}
@media(min-width:980px){#hb-search-app#hb-search-app .hb-wrap{grid-template-columns:230px minmax(0,1fr);gap:24px}#hb-search-app#hb-search-app .hb-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}#hb-search-app#hb-search-app .hb-card{min-height:0}#hb-search-app#hb-search-app .hb-spacer{display:none}#hb-search-app#hb-search-app .hb-card>.products__link{flex:1 1 auto}}
@media(max-width:767px){#hb-search-app#hb-search-app{padding:20px 0}#hb-search-app#hb-search-app .hb-title{font-size:24px}#hb-search-app#hb-search-app .hb-thumb{height:auto;padding:8px}#hb-search-app#hb-search-app .products__title{min-height:0}#hb-search-app#hb-search-app .hb-filters{border-radius:0}}
#hb-search-app#hb-search-app .hb-content p,#hb-search-app#hb-search-app .hb-buy-main p{margin-top:0;margin-bottom:0}
#hb-search-app#hb-search-app .custom_sellingunits{margin:3px 0 0;line-height:1.3}
#hb-search-app#hb-search-app .hb-block-categories{border-top:0;margin-top:8px}

/* Match stable facet values directly, independent of JavaScript timing. */
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Building Materials" i]){border-left:3px solid #0073aa!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Electrical" i]){border-left:3px solid #b61a1e!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Heating Equipment" i]){border-left:3px solid #5e8d35!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Ironmongery" i]){border-left:3px solid #028b6b!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Plumbing" i]){border-left:3px solid #01466f!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Sanitaryware" i]){border-left:3px solid #c2471b!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Timber" i]){border-left:3px solid #623427!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Tools" i]){border-left:3px solid #603e7c!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Landscaping and Fencing" i]){border-left:3px solid #127633!important}

@media(min-width:768px){
#main-head .l-nav{position:relative}
#main-head .l-nav__items>.l-nav__item{position:static}
#main-head .hb-old-menu,#main-head .hb-menu[hidden]{display:none!important}
#main-head .hb-menu,#main-head .hb-menu *{box-sizing:border-box}
#main-head .hb-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;display:flex;flex-direction:column;max-height:var(--hb-menu-room,70vh);background:#fff;border:1px solid #e2e1da;border-top:3px solid var(--hb-department,#bb1e2e);box-shadow:0 16px 30px #22232220;text-align:left;font:14px/1.5 Arial,Helvetica,sans-serif;color:#222322}
#main-head .hb-menu-heading{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #e8e7e1;gap:20px;flex:none}
#main-head .hb-menu-trail{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:transparent;min-width:0}
#main-head .hb-menu-trail strong{font-size:20px;letter-spacing:-.3px;color:#222322}
#main-head .hb-menu-trail button{border:0;background:transparent;padding:5px 0;color:var(--hb-department,#bb1e2e);font:600 13px Arial,Helvetica,sans-serif;cursor:pointer}
#main-head .hb-menu-trail .hb-menu-back{padding:8px 12px;margin-right:6px;border:1px solid #deddd5;border-radius:3px;background:#f6f5f1}
#main-head .hb-menu-shop{font-size:12px;font-weight:700;color:var(--hb-department,#bb1e2e);flex-shrink:0}
#main-head .hb-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 22px;margin:0;padding:20px 24px 24px;list-style:none;overflow-y:auto;min-height:0;overscroll-behavior:contain}
#main-head .hb-menu-grid li{margin:0;padding:0;list-style:none}
#main-head .hb-menu-grid button,#main-head .hb-menu-grid a{display:flex;align-items:center;gap:10px;width:100%;min-height:46px;padding:10px 12px;margin:0;border:1px solid #e9e8e2;border-radius:3px;background:#fff;color:#454640;font:500 13px/1.4 Arial,Helvetica,sans-serif;text-align:left;text-decoration:none;cursor:pointer}
#main-head .hb-menu-grid small{margin-left:auto;color:#85857b;font-size:11px}
#main-head .hb-menu-next{color:var(--hb-department,#bb1e2e);font-size:21px;line-height:1}
#main-head .hb-menu-grid button:hover,#main-head .hb-menu-grid a:hover{background:#f6f5f1;border-color:#c8c7be;color:var(--hb-department,#bb1e2e)}
#main-head .hb-menu a:focus-visible,#main-head .hb-menu button:focus-visible{outline:2px solid var(--hb-department,#bb1e2e);outline-offset:2px}
}
@media(min-width:768px) and (max-width:1000px){#main-head .hb-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 14px}#main-head .hb-menu-heading{padding:14px 20px}}
#main-head .hb-menu-grid .hb-menu-all-products a{height:100%;background:#f3f2ed;border-color:var(--hb-department,#bb1e2e);color:var(--hb-department,#bb1e2e);font-weight:700}

.hb-quick-host{position:relative}
.hb-quick-host .search-autocomplete-results{display:none!important}
.hb-quick[hidden]{display:none!important}
.hb-quick{position:absolute;top:100%;left:0;right:0;margin-top:7px;background:white;border:1px solid #deddd5;border-top:3px solid #bb1e2e;box-shadow:0 12px 25px #22232220;z-index:1200;max-height:60vh;overflow:auto;text-align:left}
.hb-quick a{display:block;padding:12px 16px;border-bottom:1px solid #eeede7;color:#222322;text-decoration:none}
.hb-quick a strong{display:block;font:600 13px/1.4 Arial,Helvetica,sans-serif}
.hb-quick a small{display:block;font:11px/1.4 Arial,Helvetica,sans-serif;color:#74756e;margin-top:3px}
.hb-quick a:hover,.hb-quick a[aria-selected=true]{background:#f3f2ed}
.hb-quick .hb-quick-all{color:#bb1e2e;font-size:12px;font-weight:700;background:#f8f7f3}
.hb-quick a.hb-quick-product{display:flex;align-items:center;gap:12px;padding:9px 14px}
.hb-quick-thumbnail{display:flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;background:#fff;border:1px solid #efeee8;border-radius:3px;overflow:hidden}
.hb-quick-thumbnail img{display:block;width:48px;height:48px;object-fit:contain;padding:3px;box-sizing:border-box}
.hb-quick-copy{min-width:0}

/* Native category listings share the search result visual treatment. */
body.page-categories.page-categories .l-categories__listing{font-family:Arial,Helvetica,sans-serif;color:#222322}
body.page-categories.page-categories #main-content-area h1{font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.7px}
body.page-categories.page-categories #full-search-filters{background:#f6f5f1;border:1px solid #e2e1da;border-radius:3px;padding:16px;box-sizing:border-box}
body.page-categories.page-categories #full-search-filters .ws-filter{background:transparent;border:0;border-top:1px solid #deddd5;border-radius:0;box-shadow:none;padding:14px 0 0;margin:14px 0 0}
body.page-categories.page-categories #full-search-filters .ws-filter__title{font:700 14px/1.4 Arial,Helvetica,sans-serif;margin:0 0 10px;padding:0;color:#30312e}
body.page-categories.page-categories #full-search-filters .heading-underline::after{display:none}
body.page-categories.page-categories #full-search-filters .ws-filter__link{font-size:12px;color:#454640}
body.page-categories.page-categories #full-search-filters .ws-filter__item{border-color:#e5e4de}
body.page-categories.page-categories #full-search-filters .filters__title{font-size:17px;font-weight:700}
body.page-categories.page-categories #full-search-filters .filters__selected a{border-radius:3px;background:#fff;color:#bb1e2e;border:1px solid #e2e1da;font-size:12px}
body.page-categories.page-categories #products-results#products-results.products--grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0!important;width:100%!important}
body.page-categories.page-categories #products-results#products-results.products--grid::before,body.page-categories.page-categories #products-results#products-results.products--grid::after{display:none!important}
body.page-categories.page-categories #products-results#products-results.products--grid>.products__item{display:flex!important;flex-direction:column;width:auto!important;min-width:0;float:none!important;margin:0!important;padding:0!important;border:1px solid #e2e1da;border-radius:3px;box-shadow:none;background:#fff;overflow:hidden}
body.page-categories.page-categories #products-results#products-results.products--grid>.products__item>article{display:flex;flex-direction:column;flex:1;min-width:0}
body.page-categories.page-categories #products-results#products-results.products--grid .products__link{display:flex;flex-direction:column;flex:1;color:#222322;text-decoration:none}
body.page-categories.page-categories #products-results#products-results.products--grid .products__image{display:flex;align-items:center;justify-content:center;height:180px!important;min-height:0!important;padding:12px;background:#fff;border:0}
body.page-categories.page-categories #products-results#products-results.products--grid .products__image img{width:100%!important;height:100%!important;object-fit:contain;max-height:100%;position:static}
body.page-categories.page-categories #products-results#products-results.products--grid .products__body{display:flex;flex-direction:column;flex:1;gap:6px;padding:12px 14px 0;background:#fff;position:static}
body.page-categories.page-categories #products-results#products-results.products--grid .products__title{font:700 14px/1.4 Arial,Helvetica,sans-serif;margin:0;padding:0;color:#222322;min-height:0}
body.page-categories.page-categories #products-results#products-results.products--grid .products__title:empty,body.page-categories.page-categories #products-results#products-results.products--grid .products__description{display:none}
body.page-categories.page-categories #products-results#products-results.products--grid .title{min-height:39px;margin:0 0 3px}
body.page-categories.page-categories #products-results#products-results .products__code,body.page-categories.page-categories #products-results#products-results .category-extra__line-item{font-size:11px;line-height:1.5;color:#656661;margin:0}
body.page-categories.page-categories #products-results#products-results .products__stock{font-size:12px;color:#47653a;margin:0}
body.page-categories.page-categories #products-results#products-results .products__price{margin:16px 0 0!important;text-align:right;padding:0}
body.page-categories.page-categories #products-results#products-results .price__currency,body.page-categories.page-categories #products-results#products-results .price__digit{font-size:30px!important;font-weight:800;color:#bb1e2e!important}
body.page-categories.page-categories #products-results#products-results .price__decimal{color:#bb1e2e!important;font-weight:800}
body.page-categories.page-categories #products-results#products-results .price__after{font-size:10px;color:#30312e}
body.page-categories.page-categories #products-results#products-results .custom_sellingunits{text-align:right;font-size:12px;line-height:1.3;margin:3px 14px 12px;padding:0;color:#656661}
body.page-categories.page-categories #products-results#products-results.products--grid .products__add{display:flex!important;align-items:stretch;flex-wrap:nowrap;margin:0 14px 14px!important;width:auto!important;border:1px solid #e2e1da;border-radius:3px!important;overflow:hidden;background:white;padding:0}
body.page-categories.page-categories #products-results#products-results .products__add .hb-qty-trigger{flex:0 0 56px;width:56px;min-height:40px;border:0;border-right:1px solid #e2e1da;border-radius:0;background:#fff;color:#30312e}
body.page-categories.page-categories #products-results#products-results .products__add .addbtn{flex:1;min-width:0;min-height:40px;border:0!important;border-radius:0!important;background:#bb1e2e!important;color:#fff!important;text-transform:none;font-size:13px;display:flex;justify-content:center;align-items:center;padding:8px;text-shadow:none;box-sizing:border-box}
body.page-categories.page-categories #products-results#products-results .products__item:hover{box-shadow:0 3px 12px #2223220b;border-color:#c2c0b8}
body.page-categories.page-categories #products-results#products-results .products__link:hover .products__title{text-decoration:underline}
body.page-categories.page-categories #products-results#products-results a:focus-visible,body.page-categories.page-categories #products-results#products-results button:focus-visible{outline:2px solid #bb1e2e;outline-offset:-2px}
@media(min-width:980px){body.page-categories.page-categories .l-categories__listing{display:grid;grid-template-columns:230px minmax(0,1fr);gap:24px}body.page-categories.page-categories .l-categories__listing>.span3,body.page-categories.page-categories .l-categories__listing>.span9{float:none;width:auto;margin:0;min-width:0}body.page-categories.page-categories .l-categories__listing::before,body.page-categories.page-categories .l-categories__listing::after{display:none}}
@media(max-width:979px){body.page-categories.page-categories #products-results#products-results.products--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){body.page-categories.page-categories #products-results#products-results.products--grid{grid-template-columns:1fr}body.page-categories.page-categories #products-results#products-results.products--grid .products__image{height:160px!important}}
@media(min-width:980px){body.page-categories.page-categories .l-categories__listing>.span3,body.page-categories.page-categories .l-categories__listing>.span9{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}}
body.page-categories.page-categories #full-search-filters{width:100%!important}
body.page-categories.page-categories .ws-filterset{width:100%;padding:0!important}
body.page-categories.page-categories #full-search-filters .heading-underline:before,body.page-categories.page-categories #full-search-filters .heading-underline:after{display:none!important}
body.page-categories.page-categories #products-results#products-results.products--grid .products__add{display:flex!important;border-radius:3px!important;margin:0 14px 14px!important;width:auto!important}
body.page-categories.page-categories #products-results#products-results.products--grid .products__add .addbtn{border-radius:0!important;background:#bb1e2e!important}

body.page-products .hbp-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:start}
body.page-products .hbp-layout::before,body.page-products .hbp-layout::after{display:none!important}
body.page-products .hbp-layout>.l-products__gallery,body.page-products .hbp-layout>.l-products__body{width:100%!important;margin:0!important;float:none!important;min-width:0}
body.page-products .hbp-layout #mainh1 h1{font:700 32px/1.16 Arial,Helvetica,sans-serif;letter-spacing:-.7px;margin:0 0 10px}
body.page-products .hbp-layout .l-product__code{font:12px/1.5 Arial,Helvetica,sans-serif;color:#72736c;background:transparent;border:0;padding:0;margin:0 0 14px}
body.page-products .hbp-layout .l-products__intro{font:14px/1.65 Arial,Helvetica,sans-serif;color:#55564f;margin:0 0 22px}
body.page-products .hbp-layout .l-products__image .thumbnail{border:1px solid #e5e4de;box-shadow:none;border-radius:3px;background:#fff;padding:24px}
body.page-products .hbp-layout .l-products__image img{display:block;width:100%;height:370px;object-fit:contain;margin:auto}
body.page-products .hbp-purchase{background:#f3f2ed;border:1px solid #e2e1da;border-radius:3px;padding:24px!important;margin:0 0 20px!important}
body.page-products .hbp-purchase>br,body.page-products .hbp-purchase .l-product__priceblock-price-and-stock>br{display:none!important}
body.page-products .hbp-purchase .l-product__priceblock-price-and-stock{margin:0;padding:0}
body.page-products .hbp-purchase .local-price{display:inline-block;margin:0 0 5px}
body.page-products .hbp-purchase .price__currency,body.page-products .hbp-purchase .price__digit{color:#bb1e2e!important;font-size:36px!important;font-weight:800}
body.page-products .hbp-purchase .price__decimal{color:#bb1e2e!important;font-weight:800}
body.page-products .hbp-purchase .price__after{font-size:11px;color:#55564f}
body.page-products .hbp-purchase .l-product__priceblock-price-and-stock>div:not(.product__stock){font-size:12px;color:#656661;margin:0 0 12px!important}
body.page-products .hbp-purchase .l-product__stock{font-size:13px;color:#47653a;margin:0 0 18px}
body.page-products .hbp-purchase .products__add{display:flex!important;align-items:stretch;width:100%!important;margin:0!important;border:1px solid #d9d8d0;border-radius:3px;overflow:hidden;box-sizing:border-box}
body.page-products .hbp-purchase .products__add .addtocart-qty-label{display:none}
body.page-products .hbp-purchase .products__add .addmultiinput{width:76px!important;flex:0 0 76px;min-height:48px;height:48px!important;margin:0!important;padding:10px!important;box-sizing:border-box;border:0!important;border-radius:0!important;text-align:center;background:#fff;font-size:16px}
body.page-products .hbp-purchase .products__add .addbtn{flex:1;display:flex;align-items:center;justify-content:center;min-height:48px;background:#bb1e2e!important;color:#fff!important;border:0!important;border-radius:0!important;font:700 14px Arial,Helvetica,sans-serif;text-shadow:none;padding:10px 16px;text-transform:none;box-sizing:border-box}
body.page-products .hbp-purchase .product__line-container{margin:18px 0 0;padding:14px 0 0;border-top:1px solid #d8d7cf}
body.page-products .hbp-purchase .hb-shipping-row{display:flex;flex-wrap:wrap;gap:5px 8px;align-items:center;background:transparent;border:0;margin:0;padding:0;font-size:12px}
body.page-products .hbp-purchase .hb-shipping-link{margin-left:auto;color:#bb1e2e;text-decoration:underline}
body.page-products .hbp-details{clear:both;width:100%!important;margin:30px 0!important}
body.page-products .hbp-details .accordion-group{border:1px solid #e2e1da;border-radius:3px}
body.page-products .hbp-details .accordion-heading{background:#f6f5f1}
body.page-products .hbp-details .accordion-inner{padding:24px;font:14px/1.7 Arial,Helvetica,sans-serif}
body.page-products .hbp-details h2{font-size:23px;line-height:1.3;margin:0 0 16px}
body.page-products .hbp-details table{width:100%;border-color:#e2e1da}
body.page-products .hbp-details th,body.page-products .hbp-details td{padding:12px;border-color:#e2e1da;font-size:13px}
body.page-products .hbp-purchase a:focus-visible,body.page-products .hbp-purchase input:focus-visible{outline:2px solid #bb1e2e;outline-offset:-2px}
body.page-products .products__item{border:1px solid #e2e1da;border-radius:3px;box-shadow:none}
body.page-products .products__item .products__title{font:700 14px/1.4 Arial,Helvetica,sans-serif}
body.page-products .products__item .price__currency,body.page-products .products__item .price__digit,body.page-products .products__item .price__decimal{color:#bb1e2e!important}
@media(max-width:767px){body.page-products .hbp-layout{grid-template-columns:1fr;gap:24px}body.page-products .hbp-layout .l-products__image img{height:260px}body.page-products .hbp-layout #mainh1 h1{font-size:27px}body.page-products .hbp-purchase{padding:18px!important}body.page-products .hbp-purchase .hb-shipping-link{margin-left:0}body.page-products .hbp-details .accordion-inner{padding:16px}}

body.hbc-checkout{background:#fff!important}
body.hbc-checkout .hbc-newsletter{display:none!important}
body.hbc-checkout #main-content-area{padding-top:20px}
body.hbc-checkout .hbc-steps{font-size:12px;color:#6a6b64;margin:0 0 12px}
body.hbc-checkout #main-content-area h1{font-size:32px!important;line-height:1.2}
body.hbc-checkout #main-content-area h2{font-size:22px!important;line-height:1.3;margin:0 0 20px}
body.hbc-checkout #main-content-area h3{font-size:18px!important}
body.hbc-checkout #main-content-area .well,body.hbc-checkout .cart-controls,body.hbc-checkout .cart-table-wrapper,body.hbc-checkout .frm-delivery,body.hbc-checkout .frm-billing{border:1px solid #e2e1da!important;border-radius:3px!important;box-shadow:none!important;background:#fff!important;padding:20px!important}
body.hbc-checkout .cart-totals,body.hbc-checkout .hbc-summary{background:#f3f2ed!important}
body.hbc-checkout #main-content-area .control-group{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin-bottom:16px!important}
body.hbc-checkout #main-content-area input:not([type=checkbox]):not([type=radio]):not([type=hidden]),body.hbc-checkout #main-content-area select,body.hbc-checkout #main-content-area textarea{border-radius:3px!important;min-height:44px;box-shadow:none!important;box-sizing:border-box}
body.hbc-checkout #frm-delivery input:not([type=checkbox]):not([type=hidden]),body.hbc-checkout #frm-delivery select,body.hbc-checkout #frm-delivery textarea{width:100%!important}
body.hbc-checkout #main-content-area .btn{border-radius:3px!important;text-shadow:none;box-shadow:none}
body.hbc-checkout #checkout-button,body.hbc-checkout .checkout-action{background:#bb1e2e!important;border-color:#bb1e2e!important;color:#fff!important;min-height:48px;font-weight:700}
body.hbc-checkout .hbc-form-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}
body.hbc-checkout .hbc-form-layout::before,body.hbc-checkout .hbc-form-layout::after{display:none!important}
body.hbc-checkout .hbc-fields{min-width:0}
body.hbc-checkout .hbc-fields>.frm-delivery,body.hbc-checkout .hbc-fields>.frm-billing{width:100%!important;margin:0 0 20px!important;float:none!important;box-sizing:border-box}
body.hbc-checkout .hbc-summary{position:sticky;top:20px;border:1px solid #e2e1da;border-radius:3px;padding:24px;font-size:14px}
body.hbc-checkout .hbc-summary dl{display:grid;grid-template-columns:1fr auto;gap:14px 16px;border-top:1px solid #d8d7cf;padding-top:18px}
body.hbc-checkout .hbc-summary dd{margin:0;text-align:right;font-weight:700}
body.hbc-checkout .hbc-summary dt:last-of-type,body.hbc-checkout .hbc-summary dd:last-of-type{font-size:17px;color:#bb1e2e;font-weight:700}
body.hbc-checkout .hbc-summary a{color:#bb1e2e;text-decoration:underline}
body.hbc-checkout .hbc-summary-product{padding-bottom:12px}
body.hbc-checkout .hbc-same{display:flex;align-items:center;gap:10px;font-size:14px}
body.hbc-checkout .hbc-same input{margin:0;width:18px;height:18px}
body.hbc-checkout .hbc-same-active .hbc-billing-field{display:none!important}
body.hbc-checkout .hbc-error{color:#a81828;font-size:13px;margin-top:8px}
body.hbc-checkout [aria-invalid=true]{border-color:#a81828!important}
body.hbc-checkout .cart-table thead th{background:#f3f2ed!important;color:#343530!important}
body.hbc-checkout .cart-table-wrapper{padding:0!important}
body.hbc-checkout .cart-totals__item-gross{color:#bb1e2e}
body.hbc-checkout .delivery-pgcontrols{max-width:650px}
@media(max-width:800px){body.hbc-checkout .hbc-form-layout{grid-template-columns:1fr}body.hbc-checkout .hbc-summary{position:static}body.hbc-checkout .delivery-pgcontrols{max-width:none}body.hbc-checkout .hbc-summary,body.hbc-checkout .frm-delivery,body.hbc-checkout .frm-billing{padding:16px!important}}
body.hbc-checkout .outer-wrapper{background:#fff!important}
body.hbc-checkout #frm-delivery .control-label{display:block!important;width:auto!important;float:none!important;text-align:left!important;margin-bottom:6px!important}
body.hbc-checkout #frm-delivery .controls{margin-left:0!important}
body.hbc-checkout .use-addressbook-details>.delivery-details-section{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
body.hbc-checkout .control-group-frm-custname,body.hbc-checkout .control-group-frm-address1{grid-column:1/-1}
body.hbc-checkout #frm-delivery .control-group-note .controls{border-radius:3px!important;box-shadow:none!important}
@media(max-width:520px){body.hbc-checkout .use-addressbook-details>.delivery-details-section{grid-template-columns:1fr}}
body.hbc-checkout .additional-info,body.hbc-checkout .delivery-pgcontrols{border-radius:3px!important;box-shadow:none!important;background:#fff!important}
body.hbc-checkout .additional-info{border:1px solid #e2e1da!important;padding:24px!important;margin-top:24px!important;box-sizing:border-box}
body.hbc-checkout #frm-delivery .additional-info h3{margin:0 0 24px!important;line-height:1.4}
body.hbc-checkout #main-content-area .additional-info .control-group{margin-bottom:24px!important}
body.hbc-checkout #frm-delivery .additional-info .control-label{margin-bottom:9px!important;line-height:1.5}
body.hbc-checkout #frm-delivery .additional-info textarea{min-height:120px;padding:12px!important}
body.hbc-checkout #main-content-area .additional-info .control-group:last-child{margin-bottom:0!important}
@media(max-width:520px){body.hbc-checkout .additional-info{padding:18px!important}}
/* H&B asynchronous search refinements */
#hb-refinements.hb-refinements{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:14px 16px;margin:0 0 18px;border:1px solid #dbe2d3;border-radius:5px;background:#f3f6ef;color:#4d6043;font:13px/1.45 Arial,sans-serif;min-height:50px}
#hb-refinements[hidden]{display:none!important}.hb-refinements-label{font-weight:700;margin-right:5px}.hb-refinement{appearance:none;border:1px solid #ccd7c1;border-radius:4px;background:#fff;color:#3f5834;padding:7px 11px;font:600 13px/1.4 Arial,sans-serif;cursor:pointer;transition:background-color .15s}.hb-refinement:hover{background:#e7efdf}.hb-refinement:focus-visible{outline:2px solid #a41f32;outline-offset:2px}.hb-refinement-dots{display:inline-flex;gap:4px;margin-right:4px}.hb-refinement-dots i{width:5px;height:5px;border-radius:50%;background:currentColor;animation:hb-refinement-pulse 1.2s ease-in-out infinite}.hb-refinement-dots i:nth-child(2){animation-delay:.15s}.hb-refinement-dots i:nth-child(3){animation-delay:.3s}@keyframes hb-refinement-pulse{0%,80%,100%{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.hb-refinement-dots i{animation:none;opacity:.6}.hb-refinement{transition:none}}@media(max-width:600px){#hb-refinements.hb-refinements{padding:12px}.hb-refinements-label{width:100%}}

/* Support the CMS flattening the text wrapper inside the fencing example. */
.hbx-home .hbx-story-result:has(> strong){grid-template-columns:100px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:17px;row-gap:7px;align-items:start}
.hbx-home .hbx-story-result:has(> strong)>img{grid-column:1;grid-row:1 / 4;width:100%;height:120px;min-height:0;object-fit:cover;align-self:center}
.hbx-home .hbx-story-result:has(> strong)>span:not(.hbx-story-cta){grid-column:2;grid-row:1;font-size:8px!important;font-weight:700;letter-spacing:1.2px;color:var(--red);line-height:1.4}
.hbx-home .hbx-story-result>strong{grid-column:2;grid-row:2;margin:0;min-width:0}
.hbx-home .hbx-story-result>.hbx-story-cta{grid-column:2;grid-row:3;margin:6px 0 0;min-width:0}
.hbx-home .hbx-story-result>.hbx-story-cta::after{content:'↗';font-size:19px;color:var(--red)}
@media(max-width:1050px){.hbx-home .hbx-story-result:has(> strong){grid-template-columns:75px minmax(0,1fr);column-gap:12px}}
@media(max-width:650px){.hbx-home .hbx-story-result:has(> strong){grid-template-columns:85px minmax(0,1fr)}}

/* H&B shared 1500px layout and responsive results, September 2026. */
@media(min-width:768px){
.container.global.header-container{width:100%!important;max-width:1500px!important;box-sizing:border-box;padding-left:32px!important;padding-right:32px!important;margin-left:auto!important;margin-right:auto!important}
#main-head,#main-head .container{width:100%!important;max-width:none!important;box-sizing:border-box;margin-left:0!important;margin-right:0!important}
.hbx-home .hbx-shell,.CD_Footer .hbf-inner,.CD_Footer .hbf-features{width:100%;max-width:1500px!important;box-sizing:border-box;margin-left:auto;margin-right:auto;padding-left:32px;padding-right:32px}
.container.global:not(.header-container):not(.hbx-template-container){width:100%!important;max-width:1500px!important;box-sizing:border-box;margin-left:auto!important;margin-right:auto!important;padding-left:32px;padding-right:32px}
}
@media(min-width:768px){#hb-search-app.container{width:calc(100% - 64px)!important;max-width:1436px!important;box-sizing:border-box;margin-left:auto!important;margin-right:auto!important}}
/* Let product cards fill the available results width, up to four per row. */
@media(min-width:768px){
#hb-search-app .hb-results{container-type:inline-size;container-name:hb-results-layout;min-width:0}
#hb-search-app #hb-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
@container hb-results-layout (min-width:780px){#hb-search-app #hb-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@container hb-results-layout (min-width:1040px){#hb-search-app #hb-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
}

/* Preserve the centred header bounds when the theme switches to fixed positioning. */
@media(min-width:768px){
#main-head.is-fixed{width:calc(100% - 64px)!important;max-width:1436px!important;left:max(32px,calc((100% - 1436px)/2))!important;right:auto!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box}
}

/* Suggestion heading and supporting copy. */
#hb-refinements .hb-refinements-copy{flex:0 0 100%;min-width:0;margin-bottom:3px}
#hb-refinements .hb-refinements-label{display:block;font-size:14px;line-height:1.4;margin:0 0 3px}
#hb-refinements .hb-refinements-support{display:block;font-size:12px;line-height:1.45;font-weight:400;color:#596752}

/* Prominent H&B search suggestions. */
#hb-refinements.hb-refinements{background:#fff8f8;border:1px solid #ead3d6;border-left:4px solid #bb1e2e;border-radius:6px;padding:18px 20px;gap:10px;box-shadow:0 3px 12px #47232908;color:#292b28}
#hb-refinements .hb-refinements-copy{margin-bottom:5px}
#hb-refinements .hb-refinements-label{font-size:20px;line-height:1.25;letter-spacing:-.3px;font-weight:700;color:#252725;margin-bottom:5px}
#hb-refinements .hb-refinements-support{font-size:13px;color:#67615f}
#hb-refinements .hb-refinement{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-height:42px;padding:10px 14px;background:#fff;border:1px solid #d9b9be;border-radius:4px;color:#9e1727;font-size:14px;font-weight:700;box-shadow:0 2px 3px #54233106;transition:background-color .15s,border-color .15s,color .15s}
#hb-refinements .hb-refinement::after{content:'→';font-size:19px;font-weight:400;line-height:1}
#hb-refinements .hb-refinement:hover{background:#bb1e2e;border-color:#bb1e2e;color:#fff}
#hb-refinements .hb-refinement:focus-visible{outline:2px solid #bb1e2e;outline-offset:3px}
#hb-refinements .hb-refinement-dots{color:#bb1e2e}
@media(max-width:600px){#hb-refinements.hb-refinements{padding:15px;gap:8px}#hb-refinements .hb-refinements-label{font-size:18px}#hb-refinements .hb-refinement{font-size:13px;gap:12px;max-width:100%;text-align:left}}
@media(prefers-reduced-motion:reduce){#hb-refinements .hb-refinement{transition:none}}

/* Compact suggestions: secondary to the product grid. */
#hb-refinements.hb-refinements{padding:11px 14px;gap:8px 10px;margin-bottom:14px;border-left-width:3px;box-shadow:none}
#hb-refinements .hb-refinements-copy{flex:0 1 auto;margin:0 10px 0 0}
#hb-refinements .hb-refinements-label{font-size:15px;line-height:1.3;letter-spacing:0;margin-bottom:2px}
#hb-refinements .hb-refinements-support{font-size:11px;line-height:1.4}
#hb-refinements .hb-refinement{min-height:34px;padding:7px 10px;font-size:12px;gap:10px;box-shadow:none}
#hb-refinements .hb-refinement::after{font-size:16px}
@media(max-width:600px){#hb-refinements.hb-refinements{padding:10px 12px;gap:7px}#hb-refinements .hb-refinements-copy{flex-basis:100%;margin:0 0 2px}#hb-refinements .hb-refinement{font-size:12px}}

/* Blue search suggestion accent. */
#hb-refinements.hb-refinements{background:#f2f7fc;border-color:#d4e1ef;border-left-color:#28649b;color:#243c53}
#hb-refinements .hb-refinements-label{color:#243c53}
#hb-refinements .hb-refinements-support{color:#52677a}
#hb-refinements .hb-refinement{background:#fff;border-color:#bed1e4;color:#235c8e}
#hb-refinements .hb-refinement:hover{background:#28649b;border-color:#28649b;color:#fff}
#hb-refinements .hb-refinement:focus-visible{outline-color:#28649b}
#hb-refinements .hb-refinement-dots{color:#28649b}

/* H&B basket release 20260908 */
/* Recommendation cards follow the hosted search card geometry and controls. */
#hb-basket-recommendations{clear:both;margin:28px 0;padding:20px 0;color:#222;font-family:Arial,Helvetica,sans-serif;--hb-accent:#bb1e2e;--hb-border:#e2e1da;--hb-muted:#606b7a}#hb-basket-recommendations>h2{font-size:22px!important;margin:0 0 18px!important}.hb-rec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
#hb-basket-recommendations .hb-card{background:white;border:1px solid var(--hb-border);border-radius:3px;overflow:hidden;display:flex;flex-direction:column;min-width:0;padding:0;transition:box-shadow .15s,border-color .15s}#hb-basket-recommendations .hb-card:hover{box-shadow:0 6px 16px #1f293719;border-color:#c8ced8}#hb-basket-recommendations .products__link{display:flex;flex-direction:column;flex:1;color:inherit;text-decoration:none}#hb-basket-recommendations .products__link:hover h3{text-decoration:underline}#hb-basket-recommendations .hb-thumb{width:100%;height:180px;padding:12px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:white}#hb-basket-recommendations .hb-thumb img{width:100%;height:100%;object-fit:contain;display:block}#hb-basket-recommendations .hb-content{padding:12px;display:flex;flex-direction:column;gap:7px;flex:1}#hb-basket-recommendations .products__title{font:700 14px/1.4 Arial,Helvetica,sans-serif!important;min-height:39px;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#222}#hb-basket-recommendations .products__code,#hb-basket-recommendations .hb-cats{font-size:12px;color:var(--hb-muted)}#hb-basket-recommendations .products__stock{font-size:12px;color:#425b37;margin-top:auto;padding-top:4px}
#hb-basket-recommendations .hb-buyrow{padding:0 12px 12px}#hb-basket-recommendations .hb-buy-main{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:2px}#hb-basket-recommendations .products__price{display:flex;justify-content:flex-end;margin-top:8px}#hb-basket-recommendations .local-price{display:inline-flex;align-items:flex-start;gap:3px}#hb-basket-recommendations .price__main{display:inline-flex;align-items:flex-start;line-height:.9}#hb-basket-recommendations .price__minor{display:flex;flex-direction:column;align-items:flex-start;line-height:1}#hb-basket-recommendations .price__currency,#hb-basket-recommendations .price__digit{font-size:30px;font-weight:800;line-height:.9;color:var(--hb-accent)}#hb-basket-recommendations .price__decimal{font-size:15px;line-height:1;font-weight:800;color:var(--hb-accent);padding-top:2px}#hb-basket-recommendations .price__vat{font-size:11px;font-weight:700;line-height:1.05;color:#263040}#hb-basket-recommendations .custom_sellingunits{font-size:13px;margin-top:2px;color:#222}#hb-basket-recommendations .hb-multiple-note{font-size:12px;color:#5f6674;margin-top:14px}
#hb-basket-recommendations .products__add{display:grid;grid-template-columns:56px minmax(0,1fr);margin-top:12px;border:1px solid var(--hb-border);border-radius:3px;overflow:hidden;background:#fff}#hb-basket-recommendations button{cursor:pointer}#hb-basket-recommendations .products__add button{height:44px;min-height:44px;margin:0;border:0;border-radius:0;box-shadow:none;box-sizing:border-box}#hb-basket-recommendations .hb-qty-trigger{background:#fff;color:#273142;border-right:1px solid var(--hb-border)!important;font-size:13px;font-weight:700;padding:0 10px}#hb-basket-recommendations .hb-rec-add{font:14px Arial,Helvetica,sans-serif;background:var(--hb-accent);color:white;padding:8px 12px;width:100%}#hb-basket-recommendations .hb-rec-add:hover{background:#a61a29}#hb-basket-recommendations button:disabled{opacity:.6;cursor:wait}.hb-rec-status{font-size:14px;color:#8a2536;margin:8px 0 0}.hb-rec-status:empty{display:none}#hb-basket-recommendations .hb-rec-more{background:white;color:#bb1e2e;border:1px solid #bb1e2e;border-radius:3px;margin-top:16px;padding:10px 18px;min-height:44px}.hb-rec [hidden]{display:none!important}.hb-rec :focus-visible,.hb-rec-qty-dialog :focus-visible{outline:3px solid #2777b8;outline-offset:-3px}
.hb-rec-qty-dialog{max-width:420px;width:calc(100% - 32px);box-sizing:border-box;border:1px solid #d5d9e0;border-radius:12px;padding:24px;color:#1f2937;font:16px Arial,Helvetica,sans-serif}.hb-rec-qty-dialog::backdrop{background:#11182773}.hb-rec-qty-dialog h2{font-size:22px!important;margin:0 0 12px!important}.hb-rec-qty-dialog p{font-size:14px}.hb-rec-qty-dialog label{font-size:14px}.hb-rec-qty-row{display:flex;gap:10px;margin:10px 0 20px}.hb-rec-qty-dialog button{min-height:44px;border:1px solid #d5d9e0;background:white;border-radius:4px;padding:10px 16px;cursor:pointer}.hb-rec-qty-row input{min-width:0;width:100%!important;height:44px!important;min-height:44px!important;box-sizing:border-box;text-align:center;font-size:18px;margin:0}.hb-rec-qty-actions{display:flex;gap:10px;justify-content:flex-end}.hb-rec-qty-actions button:last-child{background:#bb1e2e;color:#fff;border-color:#bb1e2e}
/* Keep purchase details tight despite inherited storefront spacing. */
#main-content-area #hb-basket-recommendations .hb-buy-main{min-height:0!important;padding:0!important;margin:0!important;gap:2px!important}
#main-content-area #hb-basket-recommendations .products__price{margin:6px 0 0!important;padding:0!important;min-height:0!important}
#main-content-area #hb-basket-recommendations .custom_sellingunits{margin:2px 0 0!important;padding:0!important;line-height:1.3}
#main-content-area #hb-basket-recommendations .hb-buyrow{margin:0!important}
#main-content-area #hb-basket-recommendations .hb-content{gap:4px!important}
#main-content-area #hb-basket-recommendations .products__stock{margin:0!important;padding-top:0!important}
#main-content-area #hb-basket-recommendations{margin-top:8px;padding-top:0;padding-bottom:24px}
/* Place upsells in the items column, rather than below the taller sidebar. */
#cart-qtyfrm #hb-basket-recommendations.hb-rec-in-basket{margin:20px 0 0;padding:18px 0 0;border-top:1px solid #e2e1da;container-type:inline-size}
#cart-qtyfrm #hb-basket-recommendations .hb-rec-grid{max-width:none}


/* Smaller vertical search cards: one row, with overflow on narrow screens. */
#main-content-area #hb-basket-recommendations{container-type:inline-size}
#main-content-area #hb-basket-recommendations .hb-rec-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:200px;gap:12px;max-width:100%;overflow-x:auto;align-items:stretch;padding:0 0 8px;scroll-snap-type:x proximity;scrollbar-width:thin}
#main-content-area #hb-basket-recommendations .hb-card{display:flex;flex-direction:column;scroll-snap-align:start;border-radius:3px}
#main-content-area #hb-basket-recommendations .hb-thumb{height:110px;padding:10px;width:100%}
#main-content-area #hb-basket-recommendations .hb-content{padding:8px 10px;gap:4px!important}
#main-content-area #hb-basket-recommendations .products__title{font:700 14px/1.35 Arial,Helvetica,sans-serif!important;min-height:38px;margin:0!important;-webkit-line-clamp:2}
#main-content-area #hb-basket-recommendations .products__code,#main-content-area #hb-basket-recommendations .hb-cats,#main-content-area #hb-basket-recommendations .products__stock{font-size:12px;line-height:1.35}
#main-content-area #hb-basket-recommendations .hb-cats{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#main-content-area #hb-basket-recommendations .hb-buyrow{padding:0 10px 10px}
#main-content-area #hb-basket-recommendations .price__currency,#main-content-area #hb-basket-recommendations .price__digit{font-size:26px}
#main-content-area #hb-basket-recommendations .price__decimal{font-size:13px}
#main-content-area #hb-basket-recommendations .price__vat{font-size:10px}
#main-content-area #hb-basket-recommendations .custom_sellingunits{font-size:12px}
#main-content-area #hb-basket-recommendations .products__add{grid-template-columns:40px minmax(0,1fr);margin-top:8px}
#main-content-area #hb-basket-recommendations .hb-rec-add{font-size:13px;padding:8px;background:#bb1e2e;color:white}
#main-content-area #hb-basket-recommendations .hb-rec-add:hover{background:#a61a29}
#main-content-area #hb-basket-recommendations .hb-multiple-note{font-size:12px;margin-top:2px}
@container(min-width:840px){#main-content-area #hb-basket-recommendations .hb-rec-grid{grid-auto-columns:calc((100% - 36px)/4)}}
@media(prefers-reduced-motion:reduce){#hb-basket-recommendations .hb-card{transition:none}}

/* Keep optional additions visually secondary to the checkout action. */
#main-content-area #hb-basket-recommendations>h2{font-size:17px!important;margin-bottom:12px!important}
#main-content-area #hb-basket-recommendations .hb-thumb{height:72px;padding:8px}
#main-content-area #hb-basket-recommendations .hb-cats{display:none}
#main-content-area #hb-basket-recommendations .products__code{display:none}
#main-content-area #hb-basket-recommendations .price__currency,#main-content-area #hb-basket-recommendations .price__digit{font-size:21px}
#main-content-area #hb-basket-recommendations .hb-rec-add{background:#fff;color:#a61a29;font-weight:600}
#main-content-area #hb-basket-recommendations .hb-rec-add:hover{background:#f9eff0;color:#8d1623}
#main-content-area #hb-basket-recommendations .hb-card:hover{box-shadow:none;border-color:#c8ced8}
#main-content-area #hb-basket-recommendations .hb-rec-more{border:0;padding:4px 0;margin-top:4px;font-size:13px;color:#555;text-decoration:underline}
#main-content-area .hbc-summary #hb-basket-recommendations{margin:18px 0 0;padding:16px 0 0;border-top:1px solid #e2e1da}
#main-content-area .hbc-summary #hb-basket-recommendations .hb-rec-grid{grid-auto-columns:calc((100% - 10px)/2);gap:10px}
#main-content-area .hbc-summary #hb-basket-recommendations .products__title{font-size:13px!important;min-height:53px;-webkit-line-clamp:3}
#main-content-area .hbc-summary #hb-basket-recommendations .products__add{grid-template-columns:32px minmax(0,1fr)}
#main-content-area .hbc-summary #hb-basket-recommendations .hb-rec-add{font-size:12px;padding:4px}
#main-content-area .hbc-summary #hb-basket-recommendations .hb-content{padding:6px 8px}
#main-content-area .hbc-summary #hb-basket-recommendations .hb-buyrow{padding:0 8px 8px}

.CD_Footer .hbf{background:#f3f2ed;color:#222322;font:13px/1.55 Arial,Helvetica,sans-serif;padding:32px 0;text-align:left}
.CD_Footer .hbf *{box-sizing:border-box}
.CD_Footer .hbf-inner{max-width:1234px;padding:0 32px;margin:0 auto;display:grid;grid-template-columns:280px 1fr 270px;gap:40px;align-items:center}
.CD_Footer .hbf-photo{position:relative;overflow:hidden}
.CD_Footer .hbf-photo img{display:block;width:100%;height:180px;object-fit:cover;border:0}
.CD_Footer .hbf-photo>span{position:absolute;bottom:0;left:0;background:#bb1e2e;color:#fff;padding:9px 12px;font-size:8px;font-weight:700;letter-spacing:1.1px}
.CD_Footer .hbf p,.CD_Footer .hbf h2{margin:0;padding:0;font-family:inherit;color:inherit}
.CD_Footer .hbf .hbf-subheading{font-size:17px;line-height:1.3;font-weight:700;margin:0 0 9px}
.CD_Footer .hbf h2 span{color:#bb1e2e}
.CD_Footer .hbf h2{font-size:42px;line-height:1.02;letter-spacing:-1.5px;font-weight:700;margin-bottom:12px}
.CD_Footer .hbf-copy>p:last-child{font-size:12px;line-height:1.6;color:#656661}
.CD_Footer .hbf-contact{border-left:1px solid #d8d8d0;padding-left:30px}
.CD_Footer .hbf-contact strong{font-size:12px}
.CD_Footer .hbf-contact p{font-size:11px;color:#656661;margin:6px 0 16px}
.CD_Footer .hbf-contact a{display:inline-flex;align-items:center;gap:20px;justify-content:space-between;min-height:46px;background:#bb1e2e;color:#fff;padding:12px 16px;font-size:12px;font-weight:700;text-decoration:none}
.CD_Footer .hbf-contact a:hover{background:#951525}
.CD_Footer .hbf-contact a:focus-visible{outline:3px solid #bb1e2e;outline-offset:4px}
.CD_Footer .hbf-contact a>span{font-size:20px;font-weight:400}
.CD_Footer .hbf-contact small{display:block;margin-top:9px;font-size:9px;color:#656661}
.CD_Footer .hbf-home{padding:48px 0}
.CD_Footer .hbf-home .hbf-inner{grid-template-columns:1fr 1fr;column-gap:70px;row-gap:16px}
.CD_Footer .hbf-home .hbf-photo{grid-row:1 / 3}
.CD_Footer .hbf-home .hbf-photo img{height:320px}
.CD_Footer .hbf-home .hbf-photo>span{padding:12px 18px;font-size:10px}
.CD_Footer .hbf-home h2{font-size:54px}
.CD_Footer .hbf-home .hbf-contact{border:0;padding:0;align-self:start}
.CD_Footer .hbf-home .hbf-copy{align-self:end}
@media(max-width:1050px){.CD_Footer .hbf-inner{grid-template-columns:220px 1fr;gap:22px 30px}.CD_Footer .hbf-photo{grid-row:1 / 3}.CD_Footer .hbf-photo img{height:260px}.CD_Footer .hbf-contact{grid-column:2;border:0;padding:0}.CD_Footer .hbf-home .hbf-inner{column-gap:30px}}
@media(max-width:650px){.CD_Footer .hbf,.CD_Footer .hbf-home{padding:28px 0}.CD_Footer .hbf-inner,.CD_Footer .hbf-home .hbf-inner{padding:0 20px;grid-template-columns:1fr;gap:22px}.CD_Footer .hbf-photo,.CD_Footer .hbf-home .hbf-photo{grid-row:auto}.CD_Footer .hbf-photo img,.CD_Footer .hbf-home .hbf-photo img{height:auto}.CD_Footer .hbf-contact{grid-column:auto}.CD_Footer .hbf h2,.CD_Footer .hbf-home h2{font-size:42px}}

.CD_Footer .hbf-features{box-sizing:border-box;max-width:1234px;padding:48px 32px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;font:14px/1.5 Arial,Helvetica,sans-serif;text-align:left}
.CD_Footer .hbf-feature{min-width:0;background:#f3f2ed}
.CD_Footer .hbf-feature a{display:block;height:100%;color:#222322;text-decoration:none}
.CD_Footer .hbf-feature img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;border:0;background:white}
.CD_Footer .hbf-feature a>div{padding:24px}
.CD_Footer .hbf-feature h2{font:700 25px/1.2 Arial,Helvetica,sans-serif;letter-spacing:-.6px;margin:0 0 10px;color:#222322}
.CD_Footer .hbf-feature p{font:13px/1.5 Arial,Helvetica,sans-serif;color:#656661;margin:0 0 20px}
.CD_Footer .hbf-feature span{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;color:#bb1e2e}
.CD_Footer .hbf-feature b{font-size:22px;font-weight:400}
.CD_Footer .hbf-feature a:hover span{text-decoration:underline}
.CD_Footer .hbf-feature a:focus-visible{outline:3px solid #bb1e2e;outline-offset:4px}
@media(max-width:650px){.CD_Footer .hbf-features{grid-template-columns:1fr;padding:28px 20px;gap:24px}}

.footer__inner.hb-footer-refreshed::before{display:none!important;content:none!important}
.hb-accreditations{box-sizing:border-box;width:100%;max-width:1170px;margin:0 auto 36px;padding:0 0 30px;border-bottom:1px solid #ffffff26;text-align:left;font-family:Arial,Helvetica,sans-serif}
.hb-accreditations>p{margin:0 0 18px!important;color:#ccc!important;font-size:10px!important;line-height:1.5!important;letter-spacing:1.6px;text-transform:uppercase;font-weight:700}
.hb-accreditation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:760px}
.hb-accreditation{display:flex;align-items:center;justify-content:center;min-height:126px;background:#fff;border-radius:3px}
.hb-badge{display:block;flex:none;height:107px;background-image:url('https://cdn.harrisandbailey.com/assets/sigs.png?r=1');background-repeat:no-repeat;background-size:333px 107px;transform:scale(.84)}
.hb-badge-clocs{width:70px;background-position:0 0}
.hb-badge-daikin{width:94px;background-position:-70px 0}
.hb-badge-fors{width:67px;background-position:-164px 0}
.hb-badge-safe{width:102px;background-position:-231px 0}
@media(max-width:650px){.hb-accreditation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hb-accreditations{margin-bottom:26px;padding-bottom:26px}.hb-accreditation{min-height:116px}}

/* Shared Harris & Bailey preview template. */
body{font-family:Arial,Helvetica,sans-serif;color:#222322;background:#fff}
.header-container,#main-head{background:#fff!important;background-image:none!important}
#main-head .l-header__top{background:#f3f2ed!important;color:#454640;border-bottom:1px solid #e5e4df}
#main-head .l-header__top a{color:#454640!important;text-shadow:none}
#main-head .l-header__top a:hover{color:#bb1e2e!important}
#main-head .l-header__main{padding:22px 0!important;gap:30px;align-items:center;background:#fff}
#main-head .l-header__logo{flex:0 0 178px;margin-right:0}
#main-head .ws-logo__image{width:178px!important;max-height:106px;object-fit:contain}
#main-head .l-header__search{flex:1;min-width:0}
#main-head .search{background:#f6f5f1;border:1px solid #d8d8d0;border-radius:4px;overflow:hidden;box-shadow:none}
#main-head .search__input{background:transparent!important;color:#222322!important;border:0!important;box-shadow:none!important;min-height:52px;font-size:15px;padding-left:18px}
#main-head .search__cta{background:#bb1e2e!important;color:#fff!important;border:0!important;border-radius:0;min-height:52px;width:54px;text-shadow:none}
#main-head .search:focus-within{outline:2px solid #bb1e2e;outline-offset:3px}
#main-head .l-header__actions-link{color:#222322!important;text-shadow:none}
#main-head .l-header__actions-link>span{color:#656661!important;font-size:11px}
#main-head .l-header__actions-link strong{font-size:13px}
#main-head .l-header__actions-icon{color:#bb1e2e!important;font-size:28px}
#main-head .l-header__actions-item{border-color:#e4e4de!important}
#main-head .vat-toggle__item{background:#bb1e2e!important}
#main-head .l-nav{background:#fff!important;border-top:1px solid #e7e6e0;border-bottom:3px solid #bb1e2e}
#main-head .l-nav__items{display:flex;justify-content:space-between}
#main-head .l-nav__item{flex:0 1 auto}
#main-head .l-nav__link{color:#30312e!important;font-size:12px!important;font-weight:600;padding:17px 10px!important;white-space:nowrap;background:transparent}
#main-head .l-nav__item:hover>.l-nav__link,#main-head .l-nav__link:focus-visible{background:#f3f2ed!important;color:#bb1e2e!important}
#main-head .l-nav__sub-nav{border-top:2px solid #bb1e2e;box-shadow:0 12px 24px #22232218}
#main-head a:focus-visible,.mobilenav a:focus-visible{outline:2px solid #bb1e2e;outline-offset:3px}
.mobilenav .navbar-inner{background:#fff!important;background-image:none!important;border-bottom:3px solid #bb1e2e;box-shadow:0 2px 10px #2223220a}
.mobilenav .btn-navbar{background:#f3f2ed!important;color:#bb1e2e!important;border:0;text-shadow:none;box-shadow:none}
.mobilenav .brand{background:#fff;border-radius:3px}
.breadcrumb{background:#f3f2ed;border-radius:0;color:#656661}
.news-letter{background:#f3f2ed!important;color:#222322!important;border-top:1px solid #e2e1da}
.news-letter h2,.news-letter p{color:#222322!important}
.news-letter input[type=email],.news-letter input[type=text]{border:1px solid #d8d8d0;border-radius:3px 0 0 3px;box-shadow:none}
.news-letter button,.news-letter input[type=submit]{background:#bb1e2e!important;color:#fff!important;border:0}
@media(min-width:768px) and (max-width:1100px){#main-head .l-header__main{gap:18px}#main-head .l-header__logo{flex-basis:140px}#main-head .ws-logo__image{width:140px!important}#main-head .l-nav__link{font-size:11px!important;padding:15px 5px!important}}
#main-head::before{background:#fff!important;box-shadow:none!important}
#main-head .l-header__actions-link strong,#main-head .l-header__actions-link span{color:#30312e!important}
#main-head .search__cta i{color:#fff!important}
#main-head .l-nav::before{border-bottom:3px solid #bb1e2e!important;box-shadow:none!important}

/* Department colours sampled from the catalogue artwork. */
#main-head .l-nav__item{--hb-department:#bb1e2e}
#main-head .category-id-65{--hb-department:#0073aa}
#main-head .category-id-75{--hb-department:#b61a1e}
#main-head .category-id-73{--hb-department:#5e8d35}
#main-head .category-id-78{--hb-department:#028b6b}
#main-head .category-id-79{--hb-department:#01466f}
#main-head .category-id-74{--hb-department:#c2471b}
#main-head .category-id-77{--hb-department:#623427}
#main-head .category-id-76{--hb-department:#603e7c}
#main-head .l-nav,#main-head .l-nav::before{border-bottom:0!important}
#main-head .l-nav__link{border-bottom:4px solid var(--hb-department)!important}
#main-head .l-nav__item:hover>.l-nav__link,#main-head .l-nav__link:focus-visible{color:var(--hb-department)!important}
#main-head .l-nav__sub-nav{border-top-color:var(--hb-department)}
.hbx-category{--hb-department:#bb1e2e}
.hbx-category[href*='/building-materials/']{--hb-department:#0073aa}
.hbx-category[href*='/electrical/']{--hb-department:#b61a1e}
.hbx-category[href*='/heating-equipment/']{--hb-department:#5e8d35}
.hbx-category[href*='/ironmongery/']{--hb-department:#028b6b}
.hbx-category[href*='/plumbing/']{--hb-department:#01466f}
.hbx-category[href*='/sanitaryware/']{--hb-department:#c2471b}
.hbx-category[href*='/timbers/']{--hb-department:#623427}
.hbx-category[href*='/tools/']{--hb-department:#603e7c}
.hbx-category[href*='/landscaping-and-fencing/']{--hb-department:#127633}
.hbx-home .hbx-category{border-bottom:3px solid var(--hb-department);padding-bottom:14px}
.hbx-home .hbx-category i{color:var(--hb-department)}

/* Plain white main header. */
#main-head::before{background:#fff!important}
#main-head .l-header__main{background:transparent!important}
#main-head,#main-head>.container{background:transparent!important}
#main-head .search{background:#fff!important}

#hb-search-app#hb-search-app{--hb-bg:#fff;--hb-border:#e2e1da;--hb-text:#222322;--hb-muted:#656661;--hb-accent:#bb1e2e;--hb-accent-hover:#951525;--hb-soft-red:#faf0f1;--hb-radius:3px;background:#fff!important;border-radius:0;padding:28px 0;font-family:Arial,Helvetica,sans-serif}
#hb-search-app#hb-search-app .hb-head{margin:0 0 24px}
#hb-search-app#hb-search-app .hb-title{font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.7px;margin-bottom:8px}
#hb-search-app#hb-search-app .hb-meta{font-size:13px;color:#656661}
#hb-search-app#hb-search-app .hb-filters{background:#f6f5f1!important;border:1px solid #e2e1da;border-radius:3px;box-shadow:none;padding:16px}
#hb-search-app#hb-search-app .hb-filters-kicker,#hb-search-app#hb-search-app .hb-block-kicker{display:none}
#hb-search-app#hb-search-app #hb-activeFiltersBlock:has(.hb-active-empty){display:none}
#hb-search-app#hb-search-app .hb-block-emphasis{background:#fff;box-shadow:none;border-radius:3px}
#hb-search-app#hb-search-app .hb-cat-tree details,#hb-search-app#hb-search-app #hb-attrGroups details{border-radius:3px;box-shadow:none;background:#fff}
#hb-search-app#hb-search-app .hb-cat-tree>details{border-left:3px solid var(--hb-department,#d8d8d0)}
#hb-search-app#hb-search-app .hb-summary-title{font-size:13px;color:#30312e}
#hb-search-app#hb-search-app .hb-input-sm{border-radius:3px;min-height:34px;box-shadow:none}
#hb-search-app#hb-search-app .hb-chip{border-radius:3px;background:#fff}
#hb-search-app#hb-search-app .hb-pill-top{display:none}
#hb-search-app#hb-search-app .hb-card{border-radius:3px;box-shadow:none}
#hb-search-app#hb-search-app .hb-card:hover{border-color:#c2c0b8;box-shadow:0 3px 12px #2223220b;transform:none}
#hb-search-app#hb-search-app .hb-thumb{height:180px;padding:12px;border-bottom:0}
#hb-search-app#hb-search-app .hb-content{padding:12px 14px;gap:6px}
#hb-search-app#hb-search-app .products__title{font-size:14px;line-height:1.4;min-height:39px}
#hb-search-app#hb-search-app .products__code,#hb-search-app#hb-search-app .hb-cats{font-size:11px}
#hb-search-app#hb-search-app .products__stock{font-size:12px;color:#47653a}
#hb-search-app#hb-search-app .hb-buyrow{padding:4px 14px 14px}
#hb-search-app#hb-search-app .products__price .price__currency,#hb-search-app#hb-search-app .products__price .price__digit{font-size:30px;color:#bb1e2e}
#hb-search-app#hb-search-app .products__price .price__decimal{color:#bb1e2e}
#hb-search-app#hb-search-app .products__add{border-radius:3px;grid-template-columns:56px 1fr;margin-top:12px}
#hb-search-app#hb-search-app .products__add .btn.addbtn{background:#bb1e2e!important;border-radius:0;color:#fff}
#hb-search-app#hb-search-app .products__add .hb-qty-trigger,#hb-search-app#hb-search-app .products__add .btn.addbtn{min-height:40px}
@media(min-width:980px){#hb-search-app#hb-search-app .hb-wrap{grid-template-columns:230px minmax(0,1fr);gap:24px}#hb-search-app#hb-search-app .hb-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}#hb-search-app#hb-search-app .hb-card{min-height:0}#hb-search-app#hb-search-app .hb-spacer{display:none}#hb-search-app#hb-search-app .hb-card>.products__link{flex:1 1 auto}}
@media(max-width:767px){#hb-search-app#hb-search-app{padding:20px 0}#hb-search-app#hb-search-app .hb-title{font-size:24px}#hb-search-app#hb-search-app .hb-thumb{height:auto;padding:8px}#hb-search-app#hb-search-app .products__title{min-height:0}#hb-search-app#hb-search-app .hb-filters{border-radius:0}}
#hb-search-app#hb-search-app .hb-content p,#hb-search-app#hb-search-app .hb-buy-main p{margin-top:0;margin-bottom:0}
#hb-search-app#hb-search-app .custom_sellingunits{margin:3px 0 0;line-height:1.3}
#hb-search-app#hb-search-app .hb-block-categories{border-top:0;margin-top:8px}

/* Match stable facet values directly, independent of JavaScript timing. */
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Building Materials" i]){border-left:3px solid #0073aa!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Electrical" i]){border-left:3px solid #b61a1e!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Heating Equipment" i]){border-left:3px solid #5e8d35!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Ironmongery" i]){border-left:3px solid #028b6b!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Plumbing" i]){border-left:3px solid #01466f!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Sanitaryware" i]){border-left:3px solid #c2471b!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Timber" i]){border-left:3px solid #623427!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Tools" i]){border-left:3px solid #603e7c!important}
#hb-search-app#hb-search-app .hb-cat-tree > details:has(input[data-facet-id="cat::Landscaping and Fencing" i]){border-left:3px solid #127633!important}

@media(min-width:768px){
#main-head .l-nav{position:relative}
#main-head .l-nav__items>.l-nav__item{position:static}
#main-head .hb-old-menu,#main-head .hb-menu[hidden]{display:none!important}
#main-head .hb-menu,#main-head .hb-menu *{box-sizing:border-box}
#main-head .hb-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;display:flex;flex-direction:column;max-height:var(--hb-menu-room,70vh);background:#fff;border:1px solid #e2e1da;border-top:3px solid var(--hb-department,#bb1e2e);box-shadow:0 16px 30px #22232220;text-align:left;font:14px/1.5 Arial,Helvetica,sans-serif;color:#222322}
#main-head .hb-menu-heading{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #e8e7e1;gap:20px;flex:none}
#main-head .hb-menu-trail{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:transparent;min-width:0}
#main-head .hb-menu-trail strong{font-size:20px;letter-spacing:-.3px;color:#222322}
#main-head .hb-menu-trail button{border:0;background:transparent;padding:5px 0;color:var(--hb-department,#bb1e2e);font:600 13px Arial,Helvetica,sans-serif;cursor:pointer}
#main-head .hb-menu-trail .hb-menu-back{padding:8px 12px;margin-right:6px;border:1px solid #deddd5;border-radius:3px;background:#f6f5f1}
#main-head .hb-menu-shop{font-size:12px;font-weight:700;color:var(--hb-department,#bb1e2e);flex-shrink:0}
#main-head .hb-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 22px;margin:0;padding:20px 24px 24px;list-style:none;overflow-y:auto;min-height:0;overscroll-behavior:contain}
#main-head .hb-menu-grid li{margin:0;padding:0;list-style:none}
#main-head .hb-menu-grid button,#main-head .hb-menu-grid a{display:flex;align-items:center;gap:10px;width:100%;min-height:46px;padding:10px 12px;margin:0;border:1px solid #e9e8e2;border-radius:3px;background:#fff;color:#454640;font:500 13px/1.4 Arial,Helvetica,sans-serif;text-align:left;text-decoration:none;cursor:pointer}
#main-head .hb-menu-grid small{margin-left:auto;color:#85857b;font-size:11px}
#main-head .hb-menu-next{color:var(--hb-department,#bb1e2e);font-size:21px;line-height:1}
#main-head .hb-menu-grid button:hover,#main-head .hb-menu-grid a:hover{background:#f6f5f1;border-color:#c8c7be;color:var(--hb-department,#bb1e2e)}
#main-head .hb-menu a:focus-visible,#main-head .hb-menu button:focus-visible{outline:2px solid var(--hb-department,#bb1e2e);outline-offset:2px}
}
@media(min-width:768px) and (max-width:1000px){#main-head .hb-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 14px}#main-head .hb-menu-heading{padding:14px 20px}}
#main-head .hb-menu-grid .hb-menu-all-products a{height:100%;background:#f3f2ed;border-color:var(--hb-department,#bb1e2e);color:var(--hb-department,#bb1e2e);font-weight:700}

.hb-quick-host{position:relative}
.hb-quick-host .search-autocomplete-results{display:none!important}
.hb-quick[hidden]{display:none!important}
.hb-quick{position:absolute;top:100%;left:0;right:0;margin-top:7px;background:white;border:1px solid #deddd5;border-top:3px solid #bb1e2e;box-shadow:0 12px 25px #22232220;z-index:1200;max-height:60vh;overflow:auto;text-align:left}
.hb-quick a{display:block;padding:12px 16px;border-bottom:1px solid #eeede7;color:#222322;text-decoration:none}
.hb-quick a strong{display:block;font:600 13px/1.4 Arial,Helvetica,sans-serif}
.hb-quick a small{display:block;font:11px/1.4 Arial,Helvetica,sans-serif;color:#74756e;margin-top:3px}
.hb-quick a:hover,.hb-quick a[aria-selected=true]{background:#f3f2ed}
.hb-quick .hb-quick-all{color:#bb1e2e;font-size:12px;font-weight:700;background:#f8f7f3}
.hb-quick a.hb-quick-product{display:flex;align-items:center;gap:12px;padding:9px 14px}
.hb-quick-thumbnail{display:flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;background:#fff;border:1px solid #efeee8;border-radius:3px;overflow:hidden}
.hb-quick-thumbnail img{display:block;width:48px;height:48px;object-fit:contain;padding:3px;box-sizing:border-box}
.hb-quick-copy{min-width:0}

/* Native category listings share the search result visual treatment. */
body.page-categories.page-categories .l-categories__listing{font-family:Arial,Helvetica,sans-serif;color:#222322}
body.page-categories.page-categories #main-content-area h1{font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.7px}
body.page-categories.page-categories #full-search-filters{background:#f6f5f1;border:1px solid #e2e1da;border-radius:3px;padding:16px;box-sizing:border-box}
body.page-categories.page-categories #full-search-filters .ws-filter{background:transparent;border:0;border-top:1px solid #deddd5;border-radius:0;box-shadow:none;padding:14px 0 0;margin:14px 0 0}
body.page-categories.page-categories #full-search-filters .ws-filter__title{font:700 14px/1.4 Arial,Helvetica,sans-serif;margin:0 0 10px;padding:0;color:#30312e}
body.page-categories.page-categories #full-search-filters .heading-underline::after{display:none}
body.page-categories.page-categories #full-search-filters .ws-filter__link{font-size:12px;color:#454640}
body.page-categories.page-categories #full-search-filters .ws-filter__item{border-color:#e5e4de}
body.page-categories.page-categories #full-search-filters .filters__title{font-size:17px;font-weight:700}
body.page-categories.page-categories #full-search-filters .filters__selected a{border-radius:3px;background:#fff;color:#bb1e2e;border:1px solid #e2e1da;font-size:12px}
body.page-categories.page-categories #products-results#products-results.products--grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0!important;width:100%!important}
body.page-categories.page-categories #products-results#products-results.products--grid::before,body.page-categories.page-categories #products-results#products-results.products--grid::after{display:none!important}
body.page-categories.page-categories #products-results#products-results.products--grid>.products__item{display:flex!important;flex-direction:column;width:auto!important;min-width:0;float:none!important;margin:0!important;padding:0!important;border:1px solid #e2e1da;border-radius:3px;box-shadow:none;background:#fff;overflow:hidden}
body.page-categories.page-categories #products-results#products-results.products--grid>.products__item>article{display:flex;flex-direction:column;flex:1;min-width:0}
body.page-categories.page-categories #products-results#products-results.products--grid .products__link{display:flex;flex-direction:column;flex:1;color:#222322;text-decoration:none}
body.page-categories.page-categories #products-results#products-results.products--grid .products__image{display:flex;align-items:center;justify-content:center;height:180px!important;min-height:0!important;padding:12px;background:#fff;border:0}
body.page-categories.page-categories #products-results#products-results.products--grid .products__image img{width:100%!important;height:100%!important;object-fit:contain;max-height:100%;position:static}
body.page-categories.page-categories #products-results#products-results.products--grid .products__body{display:flex;flex-direction:column;flex:1;gap:6px;padding:12px 14px 0;background:#fff;position:static}
body.page-categories.page-categories #products-results#products-results.products--grid .products__title{font:700 14px/1.4 Arial,Helvetica,sans-serif;margin:0;padding:0;color:#222322;min-height:0}
body.page-categories.page-categories #products-results#products-results.products--grid .products__title:empty,body.page-categories.page-categories #products-results#products-results.products--grid .products__description{display:none}
body.page-categories.page-categories #products-results#products-results.products--grid .title{min-height:39px;margin:0 0 3px}
body.page-categories.page-categories #products-results#products-results .products__code,body.page-categories.page-categories #products-results#products-results .category-extra__line-item{font-size:11px;line-height:1.5;color:#656661;margin:0}
body.page-categories.page-categories #products-results#products-results .products__stock{font-size:12px;color:#47653a;margin:0}
body.page-categories.page-categories #products-results#products-results .products__price{margin:16px 0 0!important;text-align:right;padding:0}
body.page-categories.page-categories #products-results#products-results .price__currency,body.page-categories.page-categories #products-results#products-results .price__digit{font-size:30px!important;font-weight:800;color:#bb1e2e!important}
body.page-categories.page-categories #products-results#products-results .price__decimal{color:#bb1e2e!important;font-weight:800}
body.page-categories.page-categories #products-results#products-results .price__after{font-size:10px;color:#30312e}
body.page-categories.page-categories #products-results#products-results .custom_sellingunits{text-align:right;font-size:12px;line-height:1.3;margin:3px 14px 12px;padding:0;color:#656661}
body.page-categories.page-categories #products-results#products-results.products--grid .products__add{display:flex!important;align-items:stretch;flex-wrap:nowrap;margin:0 14px 14px!important;width:auto!important;border:1px solid #e2e1da;border-radius:3px!important;overflow:hidden;background:white;padding:0}
body.page-categories.page-categories #products-results#products-results .products__add .hb-qty-trigger{flex:0 0 56px;width:56px;min-height:40px;border:0;border-right:1px solid #e2e1da;border-radius:0;background:#fff;color:#30312e}
body.page-categories.page-categories #products-results#products-results .products__add .addbtn{flex:1;min-width:0;min-height:40px;border:0!important;border-radius:0!important;background:#bb1e2e!important;color:#fff!important;text-transform:none;font-size:13px;display:flex;justify-content:center;align-items:center;padding:8px;text-shadow:none;box-sizing:border-box}
body.page-categories.page-categories #products-results#products-results .products__item:hover{box-shadow:0 3px 12px #2223220b;border-color:#c2c0b8}
body.page-categories.page-categories #products-results#products-results .products__link:hover .products__title{text-decoration:underline}
body.page-categories.page-categories #products-results#products-results a:focus-visible,body.page-categories.page-categories #products-results#products-results button:focus-visible{outline:2px solid #bb1e2e;outline-offset:-2px}
@media(min-width:980px){body.page-categories.page-categories .l-categories__listing{display:grid;grid-template-columns:230px minmax(0,1fr);gap:24px}body.page-categories.page-categories .l-categories__listing>.span3,body.page-categories.page-categories .l-categories__listing>.span9{float:none;width:auto;margin:0;min-width:0}body.page-categories.page-categories .l-categories__listing::before,body.page-categories.page-categories .l-categories__listing::after{display:none}}
@media(max-width:979px){body.page-categories.page-categories #products-results#products-results.products--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){body.page-categories.page-categories #products-results#products-results.products--grid{grid-template-columns:1fr}body.page-categories.page-categories #products-results#products-results.products--grid .products__image{height:160px!important}}
@media(min-width:980px){body.page-categories.page-categories .l-categories__listing>.span3,body.page-categories.page-categories .l-categories__listing>.span9{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}}
body.page-categories.page-categories #full-search-filters{width:100%!important}
body.page-categories.page-categories .ws-filterset{width:100%;padding:0!important}
body.page-categories.page-categories #full-search-filters .heading-underline:before,body.page-categories.page-categories #full-search-filters .heading-underline:after{display:none!important}
body.page-categories.page-categories #products-results#products-results.products--grid .products__add{display:flex!important;border-radius:3px!important;margin:0 14px 14px!important;width:auto!important}
body.page-categories.page-categories #products-results#products-results.products--grid .products__add .addbtn{border-radius:0!important;background:#bb1e2e!important}

body.page-products .hbp-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:start}
body.page-products .hbp-layout::before,body.page-products .hbp-layout::after{display:none!important}
body.page-products .hbp-layout>.l-products__gallery,body.page-products .hbp-layout>.l-products__body{width:100%!important;margin:0!important;float:none!important;min-width:0}
body.page-products .hbp-layout #mainh1 h1{font:700 32px/1.16 Arial,Helvetica,sans-serif;letter-spacing:-.7px;margin:0 0 10px}
body.page-products .hbp-layout .l-product__code{font:12px/1.5 Arial,Helvetica,sans-serif;color:#72736c;background:transparent;border:0;padding:0;margin:0 0 14px}
body.page-products .hbp-layout .l-products__intro{font:14px/1.65 Arial,Helvetica,sans-serif;color:#55564f;margin:0 0 22px}
body.page-products .hbp-layout .l-products__image .thumbnail{border:1px solid #e5e4de;box-shadow:none;border-radius:3px;background:#fff;padding:24px}
body.page-products .hbp-layout .l-products__image img{display:block;width:100%;height:370px;object-fit:contain;margin:auto}
body.page-products .hbp-purchase{background:#f3f2ed;border:1px solid #e2e1da;border-radius:3px;padding:24px!important;margin:0 0 20px!important}
body.page-products .hbp-purchase>br,body.page-products .hbp-purchase .l-product__priceblock-price-and-stock>br{display:none!important}
body.page-products .hbp-purchase .l-product__priceblock-price-and-stock{margin:0;padding:0}
body.page-products .hbp-purchase .local-price{display:inline-block;margin:0 0 5px}
body.page-products .hbp-purchase .price__currency,body.page-products .hbp-purchase .price__digit{color:#bb1e2e!important;font-size:36px!important;font-weight:800}
body.page-products .hbp-purchase .price__decimal{color:#bb1e2e!important;font-weight:800}
body.page-products .hbp-purchase .price__after{font-size:11px;color:#55564f}
body.page-products .hbp-purchase .l-product__priceblock-price-and-stock>div:not(.product__stock){font-size:12px;color:#656661;margin:0 0 12px!important}
body.page-products .hbp-purchase .l-product__stock{font-size:13px;color:#47653a;margin:0 0 18px}
body.page-products .hbp-purchase .products__add{display:flex!important;align-items:stretch;width:100%!important;margin:0!important;border:1px solid #d9d8d0;border-radius:3px;overflow:hidden;box-sizing:border-box}
body.page-products .hbp-purchase .products__add .addtocart-qty-label{display:none}
body.page-products .hbp-purchase .products__add .addmultiinput{width:76px!important;flex:0 0 76px;min-height:48px;height:48px!important;margin:0!important;padding:10px!important;box-sizing:border-box;border:0!important;border-radius:0!important;text-align:center;background:#fff;font-size:16px}
body.page-products .hbp-purchase .products__add .addbtn{flex:1;display:flex;align-items:center;justify-content:center;min-height:48px;background:#bb1e2e!important;color:#fff!important;border:0!important;border-radius:0!important;font:700 14px Arial,Helvetica,sans-serif;text-shadow:none;padding:10px 16px;text-transform:none;box-sizing:border-box}
body.page-products .hbp-purchase .product__line-container{margin:18px 0 0;padding:14px 0 0;border-top:1px solid #d8d7cf}
body.page-products .hbp-purchase .hb-shipping-row{display:flex;flex-wrap:wrap;gap:5px 8px;align-items:center;background:transparent;border:0;margin:0;padding:0;font-size:12px}
body.page-products .hbp-purchase .hb-shipping-link{margin-left:auto;color:#bb1e2e;text-decoration:underline}
body.page-products .hbp-details{clear:both;width:100%!important;margin:30px 0!important}
body.page-products .hbp-details .accordion-group{border:1px solid #e2e1da;border-radius:3px}
body.page-products .hbp-details .accordion-heading{background:#f6f5f1}
body.page-products .hbp-details .accordion-inner{padding:24px;font:14px/1.7 Arial,Helvetica,sans-serif}
body.page-products .hbp-details h2{font-size:23px;line-height:1.3;margin:0 0 16px}
body.page-products .hbp-details table{width:100%;border-color:#e2e1da}
body.page-products .hbp-details th,body.page-products .hbp-details td{padding:12px;border-color:#e2e1da;font-size:13px}
body.page-products .hbp-purchase a:focus-visible,body.page-products .hbp-purchase input:focus-visible{outline:2px solid #bb1e2e;outline-offset:-2px}
body.page-products .products__item{border:1px solid #e2e1da;border-radius:3px;box-shadow:none}
body.page-products .products__item .products__title{font:700 14px/1.4 Arial,Helvetica,sans-serif}
body.page-products .products__item .price__currency,body.page-products .products__item .price__digit,body.page-products .products__item .price__decimal{color:#bb1e2e!important}
@media(max-width:767px){body.page-products .hbp-layout{grid-template-columns:1fr;gap:24px}body.page-products .hbp-layout .l-products__image img{height:260px}body.page-products .hbp-layout #mainh1 h1{font-size:27px}body.page-products .hbp-purchase{padding:18px!important}body.page-products .hbp-purchase .hb-shipping-link{margin-left:0}body.page-products .hbp-details .accordion-inner{padding:16px}}

body.hbc-checkout{background:#fff!important}
body.hbc-checkout .hbc-newsletter{display:none!important}
body.hbc-checkout #main-content-area{padding-top:20px}
body.hbc-checkout .hbc-steps{font-size:12px;color:#6a6b64;margin:0 0 12px}
body.hbc-checkout #main-content-area h1{font-size:32px!important;line-height:1.2}
body.hbc-checkout #main-content-area h2{font-size:22px!important;line-height:1.3;margin:0 0 20px}
body.hbc-checkout #main-content-area h3{font-size:18px!important}
body.hbc-checkout #main-content-area .well,body.hbc-checkout .cart-controls,body.hbc-checkout .cart-table-wrapper,body.hbc-checkout .frm-delivery,body.hbc-checkout .frm-billing{border:1px solid #e2e1da!important;border-radius:3px!important;box-shadow:none!important;background:#fff!important;padding:20px!important}
body.hbc-checkout .cart-totals,body.hbc-checkout .hbc-summary{background:#f3f2ed!important}
body.hbc-checkout #main-content-area .control-group{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin-bottom:16px!important}
body.hbc-checkout #main-content-area input:not([type=checkbox]):not([type=radio]):not([type=hidden]),body.hbc-checkout #main-content-area select,body.hbc-checkout #main-content-area textarea{border-radius:3px!important;min-height:44px;box-shadow:none!important;box-sizing:border-box}
body.hbc-checkout #frm-delivery input:not([type=checkbox]):not([type=hidden]),body.hbc-checkout #frm-delivery select,body.hbc-checkout #frm-delivery textarea{width:100%!important}
body.hbc-checkout #main-content-area .btn{border-radius:3px!important;text-shadow:none;box-shadow:none}
body.hbc-checkout #checkout-button,body.hbc-checkout .checkout-action{background:#bb1e2e!important;border-color:#bb1e2e!important;color:#fff!important;min-height:48px;font-weight:700}
body.hbc-checkout .hbc-form-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}
body.hbc-checkout .hbc-form-layout::before,body.hbc-checkout .hbc-form-layout::after{display:none!important}
body.hbc-checkout .hbc-fields{min-width:0}
body.hbc-checkout .hbc-fields>.frm-delivery,body.hbc-checkout .hbc-fields>.frm-billing{width:100%!important;margin:0 0 20px!important;float:none!important;box-sizing:border-box}
body.hbc-checkout .hbc-summary{position:sticky;top:20px;border:1px solid #e2e1da;border-radius:3px;padding:24px;font-size:14px}
body.hbc-checkout .hbc-summary dl{display:grid;grid-template-columns:1fr auto;gap:14px 16px;border-top:1px solid #d8d7cf;padding-top:18px}
body.hbc-checkout .hbc-summary dd{margin:0;text-align:right;font-weight:700}
body.hbc-checkout .hbc-summary dt:last-of-type,body.hbc-checkout .hbc-summary dd:last-of-type{font-size:17px;color:#bb1e2e;font-weight:700}
body.hbc-checkout .hbc-summary a{color:#bb1e2e;text-decoration:underline}
body.hbc-checkout .hbc-summary-product{padding-bottom:12px}
body.hbc-checkout .hbc-same{display:flex;align-items:center;gap:10px;font-size:14px}
body.hbc-checkout .hbc-same input{margin:0;width:18px;height:18px}
body.hbc-checkout .hbc-same-active .hbc-billing-field{display:none!important}
body.hbc-checkout .hbc-error{color:#a81828;font-size:13px;margin-top:8px}
body.hbc-checkout [aria-invalid=true]{border-color:#a81828!important}
body.hbc-checkout .cart-table thead th{background:#f3f2ed!important;color:#343530!important}
body.hbc-checkout .cart-table-wrapper{padding:0!important}
body.hbc-checkout .cart-totals__item-gross{color:#bb1e2e}
body.hbc-checkout .delivery-pgcontrols{max-width:650px}
@media(max-width:800px){body.hbc-checkout .hbc-form-layout{grid-template-columns:1fr}body.hbc-checkout .hbc-summary{position:static}body.hbc-checkout .delivery-pgcontrols{max-width:none}body.hbc-checkout .hbc-summary,body.hbc-checkout .frm-delivery,body.hbc-checkout .frm-billing{padding:16px!important}}
body.hbc-checkout .outer-wrapper{background:#fff!important}
body.hbc-checkout #frm-delivery .control-label{display:block!important;width:auto!important;float:none!important;text-align:left!important;margin-bottom:6px!important}
body.hbc-checkout #frm-delivery .controls{margin-left:0!important}
body.hbc-checkout .use-addressbook-details>.delivery-details-section{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
body.hbc-checkout .control-group-frm-custname,body.hbc-checkout .control-group-frm-address1{grid-column:1/-1}
body.hbc-checkout #frm-delivery .control-group-note .controls{border-radius:3px!important;box-shadow:none!important}
@media(max-width:520px){body.hbc-checkout .use-addressbook-details>.delivery-details-section{grid-template-columns:1fr}}
body.hbc-checkout .additional-info,body.hbc-checkout .delivery-pgcontrols{border-radius:3px!important;box-shadow:none!important;background:#fff!important}
body.hbc-checkout .additional-info{border:1px solid #e2e1da!important;padding:24px!important;margin-top:24px!important;box-sizing:border-box}
body.hbc-checkout #frm-delivery .additional-info h3{margin:0 0 24px!important;line-height:1.4}
body.hbc-checkout #main-content-area .additional-info .control-group{margin-bottom:24px!important}
body.hbc-checkout #frm-delivery .additional-info .control-label{margin-bottom:9px!important;line-height:1.5}
body.hbc-checkout #frm-delivery .additional-info textarea{min-height:120px;padding:12px!important}
body.hbc-checkout #main-content-area .additional-info .control-group:last-child{margin-bottom:0!important}
@media(max-width:520px){body.hbc-checkout .additional-info{padding:18px!important}}

/* Cart recommendation introduction */
#main-content-area #hb-basket-recommendations.hb-rec-in-basket>h2{font-weight:700!important;margin-bottom:4px!important}
#main-content-area #hb-basket-recommendations .hb-rec-intro{font:14px/1.45 Arial,Helvetica,sans-serif;color:#555;margin:0 0 12px}

/* Checkout placeholders 20260909-203043 */
/* Recommendation cards follow the hosted search card geometry and controls. */
#hb-basket-recommendations{clear:both;margin:28px 0;padding:20px 0;color:#222;font-family:Arial,Helvetica,sans-serif;--hb-accent:#bb1e2e;--hb-border:#e2e1da;--hb-muted:#606b7a}#hb-basket-recommendations>h2{font-size:22px!important;margin:0 0 18px!important}.hb-rec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
#hb-basket-recommendations .hb-card{background:white;border:1px solid var(--hb-border);border-radius:3px;overflow:hidden;display:flex;flex-direction:column;min-width:0;padding:0;transition:box-shadow .15s,border-color .15s}#hb-basket-recommendations .hb-card:hover{box-shadow:0 6px 16px #1f293719;border-color:#c8ced8}#hb-basket-recommendations .products__link{display:flex;flex-direction:column;flex:1;color:inherit;text-decoration:none}#hb-basket-recommendations .products__link:hover h3{text-decoration:underline}#hb-basket-recommendations .hb-thumb{width:100%;height:180px;padding:12px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:white}#hb-basket-recommendations .hb-thumb img{width:100%;height:100%;object-fit:contain;display:block}#hb-basket-recommendations .hb-content{padding:12px;display:flex;flex-direction:column;gap:7px;flex:1}#hb-basket-recommendations .products__title{font:700 14px/1.4 Arial,Helvetica,sans-serif!important;min-height:39px;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#222}#hb-basket-recommendations .products__code,#hb-basket-recommendations .hb-cats{font-size:12px;color:var(--hb-muted)}#hb-basket-recommendations .products__stock{font-size:12px;color:#425b37;margin-top:auto;padding-top:4px}
#hb-basket-recommendations .hb-buyrow{padding:0 12px 12px}#hb-basket-recommendations .hb-buy-main{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:2px}#hb-basket-recommendations .products__price{display:flex;justify-content:flex-end;margin-top:8px}#hb-basket-recommendations .local-price{display:inline-flex;align-items:flex-start;gap:3px}#hb-basket-recommendations .price__main{display:inline-flex;align-items:flex-start;line-height:.9}#hb-basket-recommendations .price__minor{display:flex;flex-direction:column;align-items:flex-start;line-height:1}#hb-basket-recommendations .price__currency,#hb-basket-recommendations .price__digit{font-size:30px;font-weight:800;line-height:.9;color:var(--hb-accent)}#hb-basket-recommendations .price__decimal{font-size:15px;line-height:1;font-weight:800;color:var(--hb-accent);padding-top:2px}#hb-basket-recommendations .price__vat{font-size:11px;font-weight:700;line-height:1.05;color:#263040}#hb-basket-recommendations .custom_sellingunits{font-size:13px;margin-top:2px;color:#222}#hb-basket-recommendations .hb-multiple-note{font-size:12px;color:#5f6674;margin-top:14px}
#hb-basket-recommendations .products__add{display:grid;grid-template-columns:56px minmax(0,1fr);margin-top:12px;border:1px solid var(--hb-border);border-radius:3px;overflow:hidden;background:#fff}#hb-basket-recommendations button{cursor:pointer}#hb-basket-recommendations .products__add button{height:44px;min-height:44px;margin:0;border:0;border-radius:0;box-shadow:none;box-sizing:border-box}#hb-basket-recommendations .hb-qty-trigger{background:#fff;color:#273142;border-right:1px solid var(--hb-border)!important;font-size:13px;font-weight:700;padding:0 10px}#hb-basket-recommendations .hb-rec-add{font:14px Arial,Helvetica,sans-serif;background:var(--hb-accent);color:white;padding:8px 12px;width:100%}#hb-basket-recommendations .hb-rec-add:hover{background:#a61a29}#hb-basket-recommendations button:disabled{opacity:.6;cursor:wait}.hb-rec-status{font-size:14px;color:#8a2536;margin:8px 0 0}.hb-rec-status:empty{display:none}#hb-basket-recommendations .hb-rec-more{background:white;color:#bb1e2e;border:1px solid #bb1e2e;border-radius:3px;margin-top:16px;padding:10px 18px;min-height:44px}.hb-rec [hidden]{display:none!important}.hb-rec :focus-visible,.hb-rec-qty-dialog :focus-visible{outline:3px solid #2777b8;outline-offset:-3px}
.hb-rec-qty-dialog{max-width:420px;width:calc(100% - 32px);box-sizing:border-box;border:1px solid #d5d9e0;border-radius:12px;padding:24px;color:#1f2937;font:16px Arial,Helvetica,sans-serif}.hb-rec-qty-dialog::backdrop{background:#11182773}.hb-rec-qty-dialog h2{font-size:22px!important;margin:0 0 12px!important}.hb-rec-qty-dialog p{font-size:14px}.hb-rec-qty-dialog label{font-size:14px}.hb-rec-qty-row{display:flex;gap:10px;margin:10px 0 20px}.hb-rec-qty-dialog button{min-height:44px;border:1px solid #d5d9e0;background:white;border-radius:4px;padding:10px 16px;cursor:pointer}.hb-rec-qty-row input{min-width:0;width:100%!important;height:44px!important;min-height:44px!important;box-sizing:border-box;text-align:center;font-size:18px;margin:0}.hb-rec-qty-actions{display:flex;gap:10px;justify-content:flex-end}.hb-rec-qty-actions button:last-child{background:#bb1e2e;color:#fff;border-color:#bb1e2e}
/* Keep purchase details tight despite inherited storefront spacing. */
#main-content-area #hb-basket-recommendations .hb-buy-main{min-height:0!important;padding:0!important;margin:0!important;gap:2px!important}
#main-content-area #hb-basket-recommendations .products__price{margin:6px 0 0!important;padding:0!important;min-height:0!important}
#main-content-area #hb-basket-recommendations .custom_sellingunits{margin:2px 0 0!important;padding:0!important;line-height:1.3}
#main-content-area #hb-basket-recommendations .hb-buyrow{margin:0!important}
#main-content-area #hb-basket-recommendations .hb-content{gap:4px!important}
#main-content-area #hb-basket-recommendations .products__stock{margin:0!important;padding-top:0!important}
#main-content-area #hb-basket-recommendations{margin-top:8px;padding-top:0;padding-bottom:24px}
/* Place upsells in the items column, rather than below the taller sidebar. */
#cart-qtyfrm #hb-basket-recommendations.hb-rec-in-basket{margin:20px 0 0;padding:18px 0 0;border-top:1px solid #e2e1da;container-type:inline-size}
#cart-qtyfrm #hb-basket-recommendations .hb-rec-grid{max-width:none}


/* Smaller vertical search cards: one row, with overflow on narrow screens. */
#main-content-area #hb-basket-recommendations{container-type:inline-size}
#main-content-area #hb-basket-recommendations .hb-rec-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:200px;gap:12px;max-width:100%;overflow-x:auto;align-items:stretch;padding:0 0 8px;scroll-snap-type:x proximity;scrollbar-width:thin}
#main-content-area #hb-basket-recommendations .hb-card{display:flex;flex-direction:column;scroll-snap-align:start;border-radius:3px}
#main-content-area #hb-basket-recommendations .hb-thumb{height:110px;padding:10px;width:100%}
#main-content-area #hb-basket-recommendations .hb-content{padding:8px 10px;gap:4px!important}
#main-content-area #hb-basket-recommendations .products__title{font:700 14px/1.35 Arial,Helvetica,sans-serif!important;min-height:38px;margin:0!important;-webkit-line-clamp:2}
#main-content-area #hb-basket-recommendations .products__code,#main-content-area #hb-basket-recommendations .hb-cats,#main-content-area #hb-basket-recommendations .products__stock{font-size:12px;line-height:1.35}
#main-content-area #hb-basket-recommendations .hb-cats{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#main-content-area #hb-basket-recommendations .hb-buyrow{padding:0 10px 10px}
#main-content-area #hb-basket-recommendations .price__currency,#main-content-area #hb-basket-recommendations .price__digit{font-size:26px}
#main-content-area #hb-basket-recommendations .price__decimal{font-size:13px}
#main-content-area #hb-basket-recommendations .price__vat{font-size:10px}
#main-content-area #hb-basket-recommendations .custom_sellingunits{font-size:12px}
#main-content-area #hb-basket-recommendations .products__add{grid-template-columns:40px minmax(0,1fr);margin-top:8px}
#main-content-area #hb-basket-recommendations .hb-rec-add{font-size:13px;padding:8px;background:#bb1e2e;color:white}
#main-content-area #hb-basket-recommendations .hb-rec-add:hover{background:#a61a29}
#main-content-area #hb-basket-recommendations .hb-multiple-note{font-size:12px;margin-top:2px}
@container(min-width:840px){#main-content-area #hb-basket-recommendations .hb-rec-grid{grid-auto-columns:calc((100% - 36px)/4)}}
@media(prefers-reduced-motion:reduce){#hb-basket-recommendations .hb-card{transition:none}}

/* Keep optional additions visually secondary to the checkout action. */
#main-content-area #hb-basket-recommendations>h2{font-size:17px!important;margin-bottom:12px!important}
#main-content-area #hb-basket-recommendations .hb-thumb{height:72px;padding:8px}
#main-content-area #hb-basket-recommendations .hb-cats{display:none}
#main-content-area #hb-basket-recommendations .products__code{display:none}
#main-content-area #hb-basket-recommendations .price__currency,#main-content-area #hb-basket-recommendations .price__digit{font-size:21px}
#main-content-area #hb-basket-recommendations .hb-rec-add{background:#fff;color:#a61a29;font-weight:600}
#main-content-area #hb-basket-recommendations .hb-rec-add:hover{background:#f9eff0;color:#8d1623}
#main-content-area #hb-basket-recommendations .hb-card:hover{box-shadow:none;border-color:#c8ced8}
#main-content-area #hb-basket-recommendations .hb-rec-more{border:0;padding:4px 0;margin-top:4px;font-size:13px;color:#555;text-decoration:underline}
#main-content-area .hbc-summary #hb-basket-recommendations{margin:18px 0 0;padding:16px 0 0;border-top:1px solid #e2e1da}
#main-content-area .hbc-summary #hb-basket-recommendations .hb-rec-grid{grid-auto-columns:calc((100% - 10px)/2);gap:10px}
#main-content-area .hbc-summary #hb-basket-recommendations .products__title{font-size:13px!important;min-height:53px;-webkit-line-clamp:3}
#main-content-area .hbc-summary #hb-basket-recommendations .products__add{grid-template-columns:32px minmax(0,1fr)}
#main-content-area .hbc-summary #hb-basket-recommendations .hb-rec-add{font-size:12px;padding:4px}
#main-content-area .hbc-summary #hb-basket-recommendations .hb-content{padding:6px 8px}
#main-content-area .hbc-summary #hb-basket-recommendations .hb-buyrow{padding:0 8px 8px}

/* Cart recommendation introduction */
#main-content-area #hb-basket-recommendations.hb-rec-in-basket>h2{font-weight:700!important;margin-bottom:4px!important}
#main-content-area #hb-basket-recommendations .hb-rec-intro{font:14px/1.45 Arial,Helvetica,sans-serif;color:#555;margin:0 0 12px}

/* Ease asynchronously loaded suggestions into view without delaying interaction. */
@keyframes hb-recommendations-enter {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
#hb-basket-recommendations:not([hidden]) {
  animation: hb-recommendations-enter 320ms ease-out both;
}
@media (prefers-reduced-motion: reduce) {
  #hb-basket-recommendations:not([hidden]) { animation: none; }
}

/* Placeholder cards reserve space while recommendation and price requests finish. */
#hb-basket-recommendations .hb-rec-skeleton{border:1px solid #e2e1da;border-radius:3px;background:#fff;padding:12px;min-width:0;box-sizing:border-box}
.hb-rec-skeleton span{display:block;background:#eeede9;border-radius:3px;animation:hb-skeleton-pulse 1.4s ease-in-out infinite}
.hb-rec-skeleton .hb-skeleton-image{height:72px;width:72px;margin:0 auto 14px}
.hb-rec-skeleton .hb-skeleton-line{height:12px;margin:0 0 9px}
.hb-rec-skeleton .short{width:68%}
.hb-rec-skeleton .hb-skeleton-price{height:24px;width:60%;margin:25px 0 12px auto}
.hb-rec-skeleton .hb-skeleton-button{height:44px;width:100%}
@keyframes hb-skeleton-pulse{0%,100%{opacity:.55}50%{opacity:1}}
@media(prefers-reduced-motion:reduce){.hb-rec-skeleton span{animation:none}}

#hb-basket-recommendations[aria-busy="true"]{animation:none}
