/* Plumbing Set WooCommerce styling */
.woocommerce ul.products li.product {
  border: 1px solid #e2e8f0;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7,31,61,.08);
}

.woocommerce ul.products li.product .button {
  background: #e31b23;
  color: #fff;
  border-radius: 4px;
  font-weight: 800;
}

.woocommerce ul.products li.product .button:hover {
  background: #062448;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #071f3d;
  font-weight: 800;
}

.woocommerce span.onsale {
  background: #e31b23;
}
/* Product page improvements */
.single-product .product {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
}

.single-product .product_title {
  color: #071f3d;
  font-weight: 900;
}

.single-product .single_add_to_cart_button {
  background: #e31b23 !important;
  font-weight: 900;
  border-radius: 4px;
}

.single-product .single_add_to_cart_button:hover {
  background: #062448 !important;
}

.single-product .woocommerce-tabs {
  border-top: 1px solid #e2e8f0;
  margin-top: 32px;
  padding-top: 24px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #e31b23;
  font-weight: 900;
}
/* Trust box under product summary */
.single-product .summary::after {
  content: "✓ Click & collect available  |  ✓ Local delivery available  |  ✓ Need help? Call 020 8204 9936";
  display: block;
  margin-top: 24px;
  padding: 16px;
  background: #f5f7fb;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #e31b23;
  border-radius: 8px;
  color: #071f3d;
  font-weight: 800;
  line-height: 1.5;
}
.single_add_to_cart_button,
.woocommerce ul.products li.product .button {
    background: #e31b23 !important;
    border-radius: 6px;
    font-weight: 700;
    padding: 14px 24px;
    transition: .25s;
}

.single_add_to_cart_button:hover,
.woocommerce ul.products li.product .button:hover {
    background: #062448 !important;
    transform: translateY(-2px);
}
.woocommerce ul.products li.product{
    transition:.25s;
}

.woocommerce ul.products li.product:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}
/* Plumbing Set global */
.ps-bar{display:flex;justify-content:space-between;gap:16px;width:100%;max-width:1600px;margin:0 auto;padding:0 20px;font-size:14px;font-weight:600;color:#fff;flex-wrap:wrap}
.ast-below-header-bar .ast-builder-html-element{width:100%}
.ps-page .ps-top{display:none!important}
.ps-wa-float{display:none}
@media (max-width:921px){.ps-bar{justify-content:center;text-align:center;font-size:13px;padding:6px 12px}.ps-bar span{white-space:nowrap}
.ps-wa-float{display:flex;position:fixed;right:16px;bottom:16px;width:56px;height:56px;border-radius:50%;background:#25d366;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);z-index:9999}}
.ast-builder-menu-1 .sub-menu .menu-item > .menu-link{color:#0b1f3a!important;background:#fff!important}
.ast-builder-menu-1 .sub-menu .menu-item > .menu-link:hover{background:#f1f4f9!important;color:#e31b23!important}
.ast-mobile-popup-drawer .menu-link{color:#fff!important}
.ast-mobile-popup-drawer .sub-menu .menu-link{padding-left:32px!important}

/* block-page spacing & polish */
.ast-separate-container .ast-article-single, .ast-page-builder-template .entry-content, .ast-plain-container .site-content .entry-content{padding-top:8px}
body.page .site-content > .ast-container{padding-top:36px}
.page-id-9051 .entry-content h2{font-size:1.35rem;margin-top:1.6em}
.entry-content h2{margin-top:1.4em}
.site-footer a{color:#fff;text-decoration:underline}
.site-footer .ast-footer-copyright{font-size:14px}
.wp-block-button.is-style-outline .wp-block-button__link{border-color:#0b1f3a;color:#0b1f3a}
.wp-block-button.is-style-outline .wp-block-button__link:hover{background:#0b1f3a;color:#fff}