/*
Theme Name: Plumb A Nator Elementor Commerce Phase 14
Theme URI: https://plumbanator.co.za/
Author: Plumb A Nator
Description: Lightweight Elementor-first and WooCommerce-ready theme recreated from the supplied Plumb A Nator HTML design.
Version: 14.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: plumbanator
License: GPL-2.0-or-later
*/

:root {
  --pn-navy:#071f36; --pn-blue:#0866c6; --pn-cyan:#13b5ea; --pn-soft:#eef6fb;
  --pn-white:#fff; --pn-ink:#10283d; --pn-muted:#617486; --pn-border:#d9e6ef;
  --pn-radius:18px; --pn-shadow:0 18px 48px rgba(7,31,54,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--pn-ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.6}
a{color:var(--pn-blue)}img{max-width:100%;height:auto}.site-main{min-height:50vh}
.elementor-page .site-main{overflow:hidden}.pn-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* WooCommerce shell */
.woocommerce .woocommerce-breadcrumb{margin:0 0 24px;color:var(--pn-muted);font-size:.92rem}
.pn-shop-hero{padding:54px 0;background:linear-gradient(135deg,var(--pn-navy),#0a4775);color:#fff;margin-bottom:38px}
.pn-shop-hero h1{margin:0;font-size:clamp(2rem,5vw,4rem);line-height:1.05}.pn-shop-hero p{max-width:720px;margin:14px 0 0;font-size:1.1rem}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:14px 14px 20px;background:#fff;border:1px solid var(--pn-border);border-radius:var(--pn-radius);box-shadow:0 8px 28px rgba(7,31,54,.08);transition:.2s ease;overflow:hidden}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--pn-shadow)}
.woocommerce ul.products li.product img{border-radius:13px;background:#f6f9fb;aspect-ratio:1/1;object-fit:contain}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.05rem;color:var(--pn-ink);padding:.8em 0 .25em}
.woocommerce ul.products li.product .price{color:var(--pn-blue);font-weight:800;font-size:1.1rem}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--pn-blue);color:#fff;border-radius:999px;padding:.9em 1.35em;font-weight:800;transition:.2s ease}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--pn-navy);color:#fff}
.woocommerce span.onsale{background:#e23838;min-width:58px;min-height:58px;display:grid;place-items:center;line-height:1;border-radius:50%;font-weight:800}

/* Single product */
.single-product div.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:52px;align-items:start}
.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{width:auto!important;float:none!important}
.single-product div.product .summary{position:sticky;top:24px;padding:28px;border:1px solid var(--pn-border);border-radius:var(--pn-radius);box-shadow:var(--pn-shadow)}
.single-product .product_title{font-size:clamp(2rem,4vw,3.25rem);line-height:1.08}.single-product .price{font-size:1.55rem!important;color:var(--pn-blue)!important;font-weight:900}
.pn-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}.pn-product-trust div{background:var(--pn-soft);padding:12px;border-radius:12px;text-align:center;font-size:.84rem;font-weight:800}
.pn-stock-note{padding:12px 14px;border-left:4px solid #1e9b52;background:#eefaf2;border-radius:8px;margin:14px 0}
.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:24px}.single-product .related,.single-product .up-sells{grid-column:1/-1}
.woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:10px}.woocommerce div.product div.images .flex-control-thumbs li{width:auto!important}

/* Cart */
.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout .col2-set>div,.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--pn-border);border-radius:var(--pn-radius);box-shadow:0 10px 32px rgba(7,31,54,.08);padding:24px}
.woocommerce-cart .cart-collaterals{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.45fr);gap:28px}.woocommerce-cart .cart_totals{width:auto!important;float:none!important}
.pn-checkout-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 28px}.pn-checkout-progress span{padding:12px;text-align:center;border-radius:999px;background:#e7eff5;font-weight:800}.pn-checkout-progress .is-active{background:var(--pn-blue);color:#fff}
.pn-free-shipping{padding:14px 16px;background:var(--pn-soft);border-radius:12px;margin:0 0 20px;font-weight:700}.pn-free-shipping progress{width:100%;height:10px}

/* Checkout */
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:34px}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:auto;float:none}.woocommerce-checkout #order_review_heading{grid-column:2;margin:0}.woocommerce-checkout #order_review{grid-column:2;position:sticky;top:24px}.woocommerce-checkout #customer_details{grid-row:1/3}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:14px;border:1px solid #b9cbd8;border-radius:10px;background:#fff}.woocommerce form .form-row label{font-weight:800}
.pn-checkout-confidence{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.pn-checkout-confidence div{background:var(--pn-soft);padding:10px;border-radius:10px;text-align:center;font-size:.8rem;font-weight:800}

/* Account */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:250px 1fr;gap:28px}.woocommerce-account .woocommerce-MyAccount-navigation{width:auto;float:none}.woocommerce-account .woocommerce-MyAccount-content{width:auto;float:none}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:12px;background:var(--pn-navy);border-radius:var(--pn-radius)}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;color:#fff;text-decoration:none;border-radius:10px}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:var(--pn-blue)}

.pn-floating-actions{position:fixed;right:18px;bottom:18px;display:grid;gap:10px;z-index:999}.pn-floating-actions a{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:var(--pn-blue);color:#fff;text-decoration:none;box-shadow:0 10px 26px rgba(0,0,0,.22);font-size:1.35rem}.pn-floating-actions a:last-child{background:#20b858}

@media(max-width:980px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.single-product div.product,.woocommerce-checkout form.checkout,.woocommerce-account .woocommerce{grid-template-columns:1fr}.single-product div.product .summary,.woocommerce-checkout #order_review{position:static}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:auto;grid-row:auto}.woocommerce-cart .cart-collaterals{grid-template-columns:1fr}}
@media(max-width:580px){.woocommerce ul.products{grid-template-columns:1fr}.pn-product-trust,.pn-checkout-confidence{grid-template-columns:1fr}.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout .col2-set>div{padding:16px}}

/* Phase 2 WordPress and Elementor integration corrections */
body.admin-bar .topbar{top:32px}
.site-main{width:100%;overflow:hidden}
.elementor-page .site-main{padding:0}
.elementor-page .site-main>.elementor,.elementor-page .elementor-location-single{width:100%}
.elementor-section.elementor-section-boxed>.elementor-container,.e-con.e-con-boxed>.e-con-inner{max-width:1380px}
.brand img,.custom-logo{display:block;width:auto;max-width:230px;height:auto;max-height:58px}
.site-nav{display:flex;align-items:center;margin-left:auto}
.pn-primary-menu{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}
.pn-primary-menu li{margin:0;padding:0}
.pn-primary-menu a{display:block;color:#fff;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}
.pn-primary-menu a:hover,.pn-primary-menu .current-menu-item>a{color:#9ed8ff}
.menu-toggle{display:none;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:8px;padding:8px 11px;font-size:22px}
.cart-link{display:inline-flex;align-items:center;gap:7px;color:#fff!important;text-decoration:none;font-weight:800}
.pn-cart-count{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:#cf111c;color:#fff;padding:0 7px;font-size:12px}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:42px}
.footer a{display:block}
.woocommerce-page .site-main{padding-bottom:60px}
.woocommerce-page .site-main>.woocommerce,.woocommerce-page .site-main>.pn-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
@media(max-width:1080px){.nav{height:auto;min-height:74px;flex-wrap:wrap;padding:10px 0}.menu-toggle{display:block;margin-left:auto}.site-nav{display:none;order:4;width:100%;margin:0}.site-nav.is-open{display:block}.pn-primary-menu{display:grid;gap:0;padding:10px 0}.pn-primary-menu a{padding:11px 4px;border-top:1px solid rgba(255,255,255,.12)}.nav-actions{margin-left:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:782px){body.admin-bar .topbar{top:46px}}
@media(max-width:680px){.nav-actions .call-btn{display:none}.contact-strip-actions{flex-wrap:wrap}.footer-grid{grid-template-columns:1fr}}

/* Phase 5: premium commerce pages and consistent navigation */
.woocommerce-page .topbar,.woocommerce-page .contact-strip{display:block!important}
.woocommerce-page .site-main{padding-top:0}
.woocommerce-page .woocommerce-notices-wrapper{margin-top:18px}
.woocommerce .woocommerce-result-count{margin:14px 0 20px;font-weight:700;color:var(--pn-muted)}
.woocommerce .woocommerce-ordering{margin:8px 0 20px}
.woocommerce .woocommerce-ordering select{min-width:250px;padding:12px 42px 12px 14px;border:1px solid var(--pn-border);border-radius:12px;background:#fff;font-weight:700;color:var(--pn-ink)}
.pn-commerce-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;padding:22px;background:var(--pn-soft);border:1px solid var(--pn-border);border-radius:var(--pn-radius);margin:0 0 18px}
.pn-shop-search form{display:flex;gap:10px}.pn-shop-search input[type=search]{width:100%;min-height:48px;padding:12px 15px;border:1px solid #b9cbd8;border-radius:12px}.pn-shop-search button{border:0;border-radius:12px;background:var(--pn-navy);color:#fff;font-weight:800;padding:0 20px}
.pn-price-filter{display:flex;align-items:end;gap:9px}.pn-price-filter strong{align-self:center;margin-right:3px}.pn-price-filter label{display:grid;gap:3px;font-size:.75rem;font-weight:800;color:var(--pn-muted)}.pn-price-filter input{width:94px;padding:10px;border:1px solid #b9cbd8;border-radius:9px}.pn-price-filter button{height:43px;border:0;border-radius:10px;background:var(--pn-blue);color:#fff;font-weight:800;padding:0 15px}
.pn-category-chips{display:flex;gap:10px;overflow:auto;padding:2px 0 20px;margin-bottom:8px;scrollbar-width:thin}.pn-category-chips a{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--pn-border);border-radius:999px;text-decoration:none;color:var(--pn-ink);font-weight:800;background:#fff}.pn-category-chips a:hover,.pn-category-chips a.is-active{background:var(--pn-navy);color:#fff}.pn-category-chips small{display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:rgba(8,102,198,.12);font-size:.7rem}.pn-category-chips .is-active small{background:rgba(255,255,255,.18)}
.pn-brand-strip{display:flex;align-items:center;gap:18px;padding:15px 18px;border:1px solid var(--pn-border);border-radius:14px;margin:0 0 26px}.pn-brand-strip>div{display:flex;gap:10px;flex-wrap:wrap}.pn-brand-strip a{padding:6px 10px;background:#f4f8fb;border-radius:8px;text-decoration:none;font-weight:700;color:var(--pn-ink)}
.pn-loop-brand{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:var(--pn-muted);margin-top:8px}.pn-loop-stock{display:inline-flex;margin-top:8px;padding:5px 8px;border-radius:999px;font-size:.72rem;font-weight:900}.pn-loop-stock.is-stock{background:#e7f7ed;color:#14733a}.pn-loop-stock.is-out{background:#fff0f0;color:#a21d26}
.woocommerce ul.products li.product .button{width:100%;text-align:center;margin-top:14px}
.single-product .site-main>.pn-container{padding-top:34px!important}.single-product div.product .summary{top:118px}.single-product .woocommerce-product-gallery{padding:18px;border:1px solid var(--pn-border);border-radius:var(--pn-radius);background:#fff}.single-product .woocommerce-product-gallery__image img{border-radius:14px}.single-product .quantity .qty{min-height:46px;border:1px solid var(--pn-border);border-radius:10px;padding:8px}.single-product button.single_add_to_cart_button{min-height:48px!important;padding-inline:24px!important}
.pn-product-utility{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.pn-product-utility span{display:grid;gap:2px;padding:11px;background:#f5f9fc;border-radius:10px;font-size:.8rem}.pn-product-utility strong{color:var(--pn-navy)}
.pn-delivery-estimator{border:1px solid var(--pn-border);border-radius:12px;margin:14px 0}.pn-delivery-estimator summary{cursor:pointer;padding:13px 15px;font-weight:900}.pn-delivery-estimator p{margin:0;padding:0 15px 15px;color:var(--pn-muted)}
.pn-product-contact{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pn-product-contact a{padding:11px;border-radius:10px;text-align:center;text-decoration:none;font-weight:900;background:#20b858;color:#fff}.pn-product-contact a:last-child{background:var(--pn-navy)}
.pn-buying-benefits{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:26px 0 8px}.pn-buying-benefits article{display:grid;gap:5px;padding:18px;border:1px solid var(--pn-border);border-radius:14px;background:#fff}.pn-buying-benefits span{font-size:.88rem;color:var(--pn-muted)}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:8px;flex-wrap:wrap;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--pn-border)!important;border-radius:999px!important;background:#eef6fb!important;margin:0!important;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:11px 18px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--pn-navy)!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff!important}
.pn-checkout-intro{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:28px;background:linear-gradient(135deg,var(--pn-navy),#0b4e80);color:#fff;border-radius:var(--pn-radius);margin:24px 0}.pn-checkout-intro span{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#9ed8ff}.pn-checkout-intro h1{margin:4px 0;font-size:clamp(2rem,4vw,3rem)}.pn-checkout-intro p{margin:0;max-width:700px}.pn-checkout-intro ul{margin:0;padding-left:20px;font-weight:800}
.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .woocommerce-form-login-toggle{margin:14px 0}.woocommerce-checkout h3{color:var(--pn-navy)}.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:14px 8px!important}.woocommerce-checkout-payment{border-radius:14px!important}.woocommerce-checkout #place_order{width:100%;min-height:54px;font-size:1rem}
.woocommerce-account .site-main>.pn-container{padding-top:38px!important}.woocommerce-account .woocommerce{align-items:start}.woocommerce-account .woocommerce-MyAccount-navigation{position:sticky;top:118px}.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:16px}.woocommerce-account .woocommerce-MyAccount-navigation a{padding:14px}.woocommerce-account .woocommerce-MyAccount-content{min-height:520px;padding:32px}.pn-account-welcome{padding:24px;background:linear-gradient(135deg,#eef6fb,#fff);border:1px solid var(--pn-border);border-radius:16px;margin-bottom:20px}.pn-account-welcome span{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--pn-blue)}.pn-account-welcome h1{margin:5px 0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.pn-account-welcome p{margin:0;color:var(--pn-muted)}.pn-account-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.pn-account-cards a{display:grid;gap:7px;padding:20px;border:1px solid var(--pn-border);border-radius:14px;text-decoration:none;color:var(--pn-ink);transition:.2s}.pn-account-cards a:hover{transform:translateY(-3px);box-shadow:var(--pn-shadow)}.pn-account-cards strong{font-size:1.15rem}.pn-account-cards span{color:var(--pn-muted)}.pn-account-cards b{color:var(--pn-blue)}
.woocommerce-account table.shop_table,.woocommerce-orders-table{border-collapse:separate!important;border-spacing:0;border:1px solid var(--pn-border)!important;border-radius:14px!important;overflow:hidden}.woocommerce-account table.shop_table th,.woocommerce-account table.shop_table td{padding:14px!important}
.pn-commerce-floating{display:flex!important}.pn-commerce-floating .floating-action{width:56px;height:56px}.pn-commerce-floating .floating-action svg{width:29px;height:29px;display:block;fill:currentColor}.pn-commerce-top{position:fixed;left:20px;bottom:18px;z-index:121;width:48px;height:48px;border:1px solid rgba(255,255,255,.28);background:linear-gradient(145deg,#0b3f79,#031d3d);color:#fff;box-shadow:0 12px 28px rgba(3,29,61,.25);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,box-shadow .2s ease}.pn-commerce-top svg{width:22px;height:22px;display:block;fill:currentColor}.pn-commerce-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
@media(max-width:980px){.pn-commerce-toolbar{grid-template-columns:1fr}.pn-price-filter{flex-wrap:wrap}.pn-buying-benefits{grid-template-columns:repeat(2,1fr)}.pn-product-utility{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation{position:static}.pn-checkout-intro{grid-template-columns:1fr}}
@media(max-width:680px){.pn-shop-search form{display:grid}.pn-price-filter{display:grid;grid-template-columns:1fr 1fr}.pn-price-filter strong,.pn-price-filter button{grid-column:1/-1}.pn-price-filter input{width:100%}.pn-brand-strip{display:grid}.pn-buying-benefits,.pn-account-cards,.pn-product-contact{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-content{padding:18px}.pn-checkout-intro{padding:20px}}

/* Phase 6: exact canonical navigation on all WooCommerce screens */
.topbar .wrapper.nav{position:relative;display:flex;align-items:center;gap:22px;min-height:76px}
.topbar .brand{display:flex;align-items:center;flex:0 0 auto}
.topbar .brand img{display:block;width:205px;height:auto;max-height:58px;object-fit:contain}
.topbar .site-nav{display:flex;align-items:center;gap:24px;margin-left:auto;font-size:14px}
.topbar .site-nav>a,.topbar .nav-trigger{color:#fff;font-weight:800;text-decoration:none}
.topbar .nav-direct{padding:26px 0}
.topbar .nav-dropdown{position:relative}
.topbar .nav-trigger{border:0;background:transparent;padding:26px 0;cursor:pointer;font:inherit}
.topbar .mega-menu,.topbar .small-menu{position:absolute;top:calc(100% - 2px);left:50%;transform:translateX(-50%);background:#fff;color:#0d2444;border:1px solid #dfe6ee;border-radius:14px;box-shadow:0 24px 55px rgba(4,27,57,.24);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease;z-index:1000}
.topbar .mega-menu{width:min(1050px,92vw);display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:26px}
.topbar .small-menu{width:260px;padding:10px}
.topbar .nav-dropdown:hover>.mega-menu,.topbar .nav-dropdown:focus-within>.mega-menu,.topbar .nav-dropdown.open>.mega-menu,.topbar .nav-dropdown:hover>.small-menu,.topbar .nav-dropdown:focus-within>.small-menu,.topbar .nav-dropdown.open>.small-menu{opacity:1;visibility:visible;pointer-events:auto}
.topbar .mega-column h3{font-size:13px;color:#0d5fa8;margin:0 0 8px;text-transform:uppercase;letter-spacing:.04em}
.topbar .mega-column h3:not(:first-child){margin-top:18px}
.topbar .mega-column a,.topbar .small-menu a{display:block;color:#203b5d;font-weight:700;padding:6px 4px;border-radius:6px;text-decoration:none}
.topbar .mega-column a:hover,.topbar .mega-column a:focus-visible,.topbar .small-menu a:hover,.topbar .small-menu a:focus-visible{background:#edf5fd;color:#063d78;outline:none}
.topbar .mega-column .mega-all{margin-top:12px;color:#b30008}
.topbar .nav-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.pnm-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.pnm-commerce-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;padding:0!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.34)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;line-height:1!important;position:relative!important;text-decoration:none!important}
.pnm-commerce-icon svg{width:22px!important;height:22px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.pnm-commerce-icon .pnm-cart-count{position:absolute;right:-7px;top:-8px;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:#e51b27;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}
@media(max-width:1100px){.topbar .site-nav{gap:14px}.topbar .site-nav>a,.topbar .nav-trigger{font-size:13px}.topbar .brand img{width:175px}.topbar .mega-menu{grid-template-columns:repeat(2,1fr);max-height:72vh;overflow:auto}}
@media(max-width:820px){.topbar .menu-toggle{display:inline-grid;place-items:center;margin-left:auto}.topbar .site-nav{display:none;position:absolute;left:20px;right:20px;top:72px;background:#062b5b;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:12px;box-shadow:0 20px 45px rgba(0,0,0,.28);max-height:78vh;overflow:auto;align-items:stretch;flex-direction:column;gap:0;z-index:1100}.topbar .site-nav.is-open{display:flex}.topbar .nav-direct,.topbar .nav-trigger{display:block;width:100%;padding:13px 10px;text-align:left}.topbar .nav-dropdown{width:100%}.topbar .mega-menu,.topbar .small-menu{position:static;transform:none;width:100%;display:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border-radius:8px;margin:4px 0 10px}.topbar .mega-menu{grid-template-columns:1fr;padding:15px}.topbar .small-menu{padding:8px}.topbar .nav-dropdown.open>.mega-menu,.topbar .nav-dropdown.open>.small-menu{display:block}.topbar .nav-actions{margin-left:auto}.topbar .nav-actions .call-btn{font-size:0;padding:10px 12px}.topbar .nav-actions .call-btn:before{content:'☎';font-size:20px}.topbar .brand img{width:155px}.topbar .pnm-cart-menu{width:100%!important;height:auto!important;justify-content:flex-start!important;padding:12px!important;border-radius:8px!important}}

/* Phase 7: account, cart controls and canonical commerce header fixes */
body.woocommerce-account .site-main > .pn-container{width:min(1240px,calc(100% - 40px))!important;padding:42px 0 72px!important;overflow:visible!important}
body.woocommerce-account .site-main article{width:100%!important;max-width:none!important;margin:0!important}
body.woocommerce-account .site-main article>h1{margin:0 0 24px!important;font-size:clamp(2rem,4vw,3.25rem)!important;line-height:1.1!important}
body.woocommerce-account .site-main article>.woocommerce,
body.woocommerce-account .site-main .woocommerce{display:grid!important;grid-template-columns:minmax(230px,280px) minmax(0,1fr)!important;align-items:start!important;gap:32px!important;width:100%!important;max-width:none!important;margin:0!important;overflow:visible!important}
body.woocommerce-account .woocommerce-MyAccount-navigation{grid-column:1!important;width:100%!important;float:none!important;margin:0!important;position:sticky!important;top:118px!important}
body.woocommerce-account .woocommerce-MyAccount-content{grid-column:2!important;width:100%!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important;padding:32px!important;overflow:visible!important}
body.woocommerce-account .woocommerce-MyAccount-content form,
body.woocommerce-account .woocommerce-MyAccount-content fieldset{width:100%!important;max-width:none!important}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row{width:100%!important;float:none!important;margin:0 0 18px!important}
body.woocommerce-account .woocommerce-MyAccount-content .form-row-first,
body.woocommerce-account .woocommerce-MyAccount-content .form-row-last{display:inline-block!important;width:calc(50% - 10px)!important;vertical-align:top!important}
body.woocommerce-account .woocommerce-MyAccount-content .form-row-first{margin-right:16px!important}
body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content input[type=email],
body.woocommerce-account .woocommerce-MyAccount-content input[type=password]{width:100%!important;min-height:50px!important}
body.woocommerce-account .woocommerce-MyAccount-content fieldset{border:1px solid var(--pn-border)!important;border-radius:14px!important;padding:22px!important;margin:24px 0!important}
body.woocommerce-account .woocommerce-MyAccount-content legend{font-weight:900!important;padding:0 8px!important}

/* Never allow WooCommerce remove controls to disappear. */
.woocommerce-cart table.cart td.product-remove{display:table-cell!important;width:56px!important;text-align:center!important;vertical-align:middle!important}
.woocommerce-cart table.cart td.product-remove a.remove,
.woocommerce-cart a.remove,
.woocommerce a.remove{display:inline-grid!important;place-items:center!important;width:36px!important;height:36px!important;min-width:36px!important;border-radius:999px!important;background:#fff0f1!important;border:2px solid #d71920!important;color:#d71920!important;font-size:25px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;opacity:1!important;visibility:visible!important;overflow:visible!important}
.woocommerce-cart table.cart td.product-remove a.remove:hover,
.woocommerce-cart a.remove:hover{background:#d71920!important;color:#fff!important}
.wc-block-cart-item__remove-link{display:inline-flex!important;align-items:center!important;gap:6px!important;color:#b5121b!important;font-weight:900!important;text-decoration:underline!important;opacity:1!important;visibility:visible!important}
.wc-block-cart-item__remove-link:before{content:'×';display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff0f1;border:1px solid #d71920;text-decoration:none;font-size:20px;line-height:1}

/* Canonical menu elements must remain visible on desktop commerce screens. */
@media(min-width:821px){
 body.plumbanator-commerce .topbar .site-nav{display:flex!important}
 body.plumbanator-commerce .topbar .nav-dropdown{display:block!important}
 body.plumbanator-commerce .topbar .nav-actions{display:flex!important}
 body.plumbanator-commerce .topbar .client{display:inline-flex!important}
}
@media(max-width:900px){
 body.woocommerce-account .site-main article>.woocommerce,
 body.woocommerce-account .site-main .woocommerce{grid-template-columns:1fr!important}
 body.woocommerce-account .woocommerce-MyAccount-navigation,
 body.woocommerce-account .woocommerce-MyAccount-content{grid-column:1!important;position:static!important}
}
@media(max-width:620px){
 body.woocommerce-account .site-main>.pn-container{width:min(100% - 24px,1240px)!important;padding-top:24px!important}
 body.woocommerce-account .woocommerce-MyAccount-content{padding:18px!important}
 body.woocommerce-account .woocommerce-MyAccount-content .form-row-first,
 body.woocommerce-account .woocommerce-MyAccount-content .form-row-last{display:block!important;width:100%!important;margin-right:0!important}
 .woocommerce-cart table.cart td.product-remove{width:42px!important}
}

/* Phase 8: exact canonical HTML header on every WordPress and WooCommerce screen. */
body .contact-strip,body .topbar{display:block!important}
body .topbar .wrapper.nav{width:min(100% - 40px,1380px);margin-inline:auto}
body .topbar .site-nav{display:flex}
body .topbar .nav-actions{display:flex}
@media(max-width:820px){body .topbar .site-nav{display:none}body .topbar .site-nav.is-open{display:flex}}


/* Phase 10: exact header polish and completed WooCommerce pages. */
.contact-strip{background:#031d3d!important;color:#fff!important}
.contact-strip-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;min-height:31px!important}
.contact-strip-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important}
.contact-strip a,.contact-strip span{color:#fff!important;text-decoration:none!important}
.contact-strip .contact-phone{font-weight:900!important;white-space:nowrap!important}
.contact-socials{display:flex;align-items:center;gap:7px}
.contact-socials a{display:grid!important;place-items:center!important;width:28px;height:28px;border:1px solid rgba(255,255,255,.32);border-radius:6px;background:rgba(255,255,255,.06);transition:.18s ease}
.contact-socials a:hover{background:#0866c6;border-color:#0866c6;transform:translateY(-1px)}
.contact-socials a.social-whatsapp:hover{background:#18b75b;border-color:#18b75b}
.contact-socials svg{width:14px;height:14px;fill:currentColor;display:block}
.topbar .call-btn,.topbar .call-btn:visited,.topbar .call-btn:hover,.topbar .call-btn:focus{color:#fff!important}
.topbar .call-btn{background:#d80f1c!important;border-color:#d80f1c!important;text-shadow:none!important}
.topbar .call-btn:hover{background:#b90c17!important;border-color:#b90c17!important}

/* Shop catalogue */
.pn-shop-feature-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 24px}
.pn-shop-feature-bar article{display:grid;gap:4px;padding:18px;border:1px solid var(--pn-border);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(7,31,54,.06)}
.pn-shop-feature-bar strong{color:var(--pn-navy);font-size:.98rem}.pn-shop-feature-bar span{font-size:.84rem;color:var(--pn-muted);line-height:1.45}
.pn-shop-results-heading{display:flex;align-items:end;justify-content:space-between;margin:8px 0 18px;clear:both}
.pn-shop-results-heading span,.pn-account-page-intro span{font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--pn-blue)}
.pn-shop-results-heading h2{margin:3px 0 0;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.1;color:var(--pn-navy)}
.woocommerce .woocommerce-result-count{margin-top:13px!important;color:var(--pn-muted);font-weight:700}
.woocommerce .woocommerce-ordering{margin-bottom:18px!important}
.woocommerce ul.products li.product{display:flex!important;flex-direction:column!important;min-height:100%}
.woocommerce ul.products li.product .woocommerce-loop-product__link{display:block;text-decoration:none}
.woocommerce ul.products li.product .button{margin-top:auto!important}
.woocommerce ul.products li.product .star-rating{margin:10px 0 0}
.woocommerce nav.woocommerce-pagination{margin:35px 0 0}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex;gap:8px;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:0!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--pn-border);border-radius:10px;background:#fff;color:var(--pn-ink);font-weight:800}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--pn-navy);color:#fff}

/* Product detail */
.pn-product-assurance{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 0}
.pn-product-assurance div{display:grid;gap:3px;padding:13px;border:1px solid var(--pn-border);border-radius:11px;background:#fff}
.pn-product-assurance strong{font-size:.86rem;color:var(--pn-navy)}.pn-product-assurance span{font-size:.78rem;color:var(--pn-muted);line-height:1.4}
.single-product .woocommerce-tabs .panel{padding:26px!important;border:1px solid var(--pn-border);border-radius:0 14px 14px 14px;background:#fff}
.single-product .related>h2,.single-product .up-sells>h2{font-size:clamp(1.7rem,3vw,2.3rem);color:var(--pn-navy);margin-top:34px}

/* Cart: force a visible, usable remove action in classic and block carts. */
.woocommerce-cart table.cart th.product-remove{width:64px!important}
.woocommerce-cart table.cart td.product-remove{display:table-cell!important;width:64px!important;min-width:64px!important;text-align:center!important;vertical-align:middle!important;padding:14px 8px!important}
.woocommerce-cart table.cart td.product-remove a.remove,.woocommerce-cart a.pn-remove-cart-item{display:inline-grid!important;place-items:center!important;position:relative!important;visibility:visible!important;opacity:1!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:50%!important;background:#d80f1c!important;color:#fff!important;font-size:26px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;box-shadow:0 7px 18px rgba(216,15,28,.22)!important}
.woocommerce-cart table.cart td.product-remove a.remove:hover{background:#a90b14!important;transform:scale(1.05)}
.wc-block-cart-item__remove-link{display:inline-flex!important;align-items:center!important;visibility:visible!important;opacity:1!important;color:#b30d18!important;font-weight:900!important;text-decoration:underline!important}
.pn-cart-help{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;margin:18px 0;border:1px solid var(--pn-border);border-radius:14px;background:var(--pn-soft)}
.pn-cart-help div{display:grid;gap:3px}.pn-cart-help span{color:var(--pn-muted)}.pn-cart-help a{flex:0 0 auto;padding:11px 16px;border-radius:10px;background:#18b75b;color:#fff;text-decoration:none;font-weight:900}
.woocommerce-cart .actions .coupon{display:flex!important;gap:8px}.woocommerce-cart .actions .coupon input{min-width:220px!important;padding:12px!important;border:1px solid var(--pn-border)!important;border-radius:10px!important}

/* Checkout */
.woocommerce-checkout .woocommerce-billing-fields>h3,.woocommerce-checkout .woocommerce-shipping-fields>h3,.woocommerce-checkout #order_review_heading{font-size:1.5rem;color:var(--pn-navy)}
.woocommerce-checkout .woocommerce-checkout-review-order{overflow:hidden}.woocommerce-checkout .shop_table{border:0!important}
.woocommerce-checkout .woocommerce-checkout-payment{background:#f4f8fb!important;border:1px solid var(--pn-border)!important;padding:14px!important}
.woocommerce-checkout .woocommerce-privacy-policy-text{font-size:.84rem;color:var(--pn-muted)}

/* My Account: prevent the narrow collapsed form and provide a real dashboard layout. */
body.woocommerce-account .site-main>.pn-container{width:min(1240px,calc(100% - 32px))!important;padding:42px 0 70px!important}
body.woocommerce-account .woocommerce{display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;gap:30px!important;align-items:start!important;width:100%!important}
body.woocommerce-account .woocommerce-MyAccount-navigation{grid-column:1!important;grid-row:1!important;width:100%!important;max-width:none!important;float:none!important;margin:0!important}
body.woocommerce-account .woocommerce-MyAccount-content{grid-column:2!important;grid-row:1!important;width:100%!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important;padding:32px!important}
body.woocommerce-account .woocommerce-MyAccount-content>h2,body.woocommerce-account .woocommerce-MyAccount-content>h3{color:var(--pn-navy)}
.pn-account-page-intro{padding:22px;margin:-6px 0 24px;border-radius:15px;background:linear-gradient(135deg,#eef6fb,#fff);border:1px solid var(--pn-border)}
.pn-account-page-intro h1{margin:4px 0;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.1;color:var(--pn-navy)}.pn-account-page-intro p{margin:6px 0 0;color:var(--pn-muted)}
body.woocommerce-account .woocommerce-EditAccountForm{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:100%!important}
body.woocommerce-account .woocommerce-EditAccountForm .form-row{width:100%!important;max-width:none!important;margin:0!important;float:none!important}
body.woocommerce-account .woocommerce-EditAccountForm .form-row-wide,body.woocommerce-account .woocommerce-EditAccountForm fieldset,body.woocommerce-account .woocommerce-EditAccountForm>p:last-child{grid-column:1/-1!important}
body.woocommerce-account .woocommerce-EditAccountForm input{width:100%!important;min-width:0!important}
body.woocommerce-account .woocommerce-Addresses{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
body.woocommerce-account .woocommerce-Address{width:100%!important;float:none!important;margin:0!important;padding:22px;border:1px solid var(--pn-border);border-radius:14px;background:#fff}

@media(max-width:1050px){.pn-shop-feature-bar{grid-template-columns:repeat(2,1fr)}.contact-whatsapp-number{display:none!important}}
@media(max-width:820px){.contact-strip-inner{justify-content:center!important}.contact-strip-inner>span{display:none}.contact-socials{display:none}.contact-strip-actions{width:100%;justify-content:center!important}.pn-product-assurance{grid-template-columns:1fr}body.woocommerce-account .woocommerce{grid-template-columns:1fr!important}body.woocommerce-account .woocommerce-MyAccount-navigation,body.woocommerce-account .woocommerce-MyAccount-content{grid-column:1!important;grid-row:auto!important;position:static!important}.pn-cart-help{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.pn-shop-feature-bar{grid-template-columns:1fr}.pn-shop-results-heading{display:block}.woocommerce-cart table.cart td.product-remove{width:auto!important;min-width:0!important}.woocommerce-cart .actions .coupon{display:grid!important}.woocommerce-cart .actions .coupon input{min-width:0!important;width:100%!important}body.woocommerce-account .woocommerce-EditAccountForm,body.woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr!important}body.woocommerce-account .woocommerce-EditAccountForm .form-row-wide,body.woocommerce-account .woocommerce-EditAccountForm fieldset,body.woocommerce-account .woocommerce-EditAccountForm>p:last-child{grid-column:1!important}}


/* Phase 11: exact top-bar WhatsApp treatment and compact account addresses. */
.contact-socials a.social-whatsapp{
  background:#0b5d4a!important;
  border-color:#178267!important;
  color:#fff!important;
}
.contact-socials a.social-whatsapp:hover,
.contact-socials a.social-whatsapp:focus-visible{
  background:#138a6c!important;
  border-color:#138a6c!important;
  color:#fff!important;
  transform:translateY(-1px);
}
.contact-socials a.social-whatsapp svg{
  width:15px!important;
  height:15px!important;
  fill:currentColor!important;
}

body.woocommerce-account .woocommerce-Addresses{align-items:start!important}
body.woocommerce-account .woocommerce-Address{align-self:start!important;height:auto!important;min-height:0!important}
body.woocommerce-account .woocommerce-Address-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 14px!important}
body.woocommerce-account .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-Address-title h3{margin:0!important;line-height:1.2!important}
body.woocommerce-account .woocommerce-Address-title .edit{float:none!important;margin:0!important}
body.woocommerce-account .woocommerce-Address address{
  margin:0!important;
  padding:0!important;
  min-height:0!important;
  font-style:normal!important;
  line-height:1.55!important;
  white-space:normal!important;
}
body.woocommerce-account .woocommerce-Address address br{line-height:1!important}
body.woocommerce-account form.woocommerce-address-fields{width:100%!important}
body.woocommerce-account .woocommerce-address-fields__field-wrapper{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px 18px!important;
}
body.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
}
body.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-wide{grid-column:1/-1!important}
body.woocommerce-account .woocommerce-address-fields__field-wrapper input,
body.woocommerce-account .woocommerce-address-fields__field-wrapper select,
body.woocommerce-account .woocommerce-address-fields__field-wrapper .select2-container{width:100%!important;max-width:none!important}
body.woocommerce-account form.woocommerce-address-fields>p:last-child{margin:20px 0 0!important}
@media(max-width:620px){
  body.woocommerce-account .woocommerce-address-fields__field-wrapper{grid-template-columns:1fr!important}
  body.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-wide{grid-column:1!important}
}


/* Phase 12: make WooCommerce top strip use the exact HTML-page social spacing and states. */
.contact-strip .top-socials{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  padding:0!important;
}
.contact-strip .top-social{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 28px!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:7px!important;
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  line-height:1!important;
  text-decoration:none!important;
  transition:background-color .2s ease,border-color .2s ease,transform .2s ease!important;
}
.contact-strip .top-social:hover,
.contact-strip .top-social:focus-visible{
  background:#cf111c!important;
  border-color:#cf111c!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  outline:none!important;
}
.contact-strip .top-social svg{
  display:block!important;
  width:15px!important;
  height:15px!important;
  margin:0!important;
  fill:currentColor!important;
}
.contact-strip .top-social.whatsapp{
  background:#0b5d4a!important;
  border-color:#178267!important;
}
.contact-strip .top-social.whatsapp:hover,
.contact-strip .top-social.whatsapp:focus-visible{
  background:#cf111c!important;
  border-color:#cf111c!important;
}
/* Keep the original desktop rhythm from the HTML pages. */
@media (min-width:821px){
  .contact-strip .contact-strip-inner{
    min-height:31px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .contact-strip .contact-strip-actions{
    gap:14px!important;
    margin-left:auto!important;
  }
  .contact-strip .contact-phone{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
  }
}
@media (max-width:820px){
  .contact-strip .top-socials{display:none!important;}
}


/* Phase 13: exact HTML top-strip composition. The HTML source has five social icons followed only by the telephone number. */
.contact-strip .contact-whatsapp-number{display:none!important;}
@media (min-width:821px){
  .contact-strip .contact-strip-actions{gap:14px!important;}
  .contact-strip .top-socials{gap:7px!important;}
}


/* Phase 14: match the lighter original HTML desktop navigation typography. */
.topbar .site-nav > a,
.topbar .nav-trigger,
.topbar .cart-link {
  font-weight: 400 !important;
}


/* Approved sitewide footer v2026-07-22 */
.footer{background:linear-gradient(90deg,#06264c,#082f5c);color:#fff;padding:12px 0 0}
.footer-grid{display:grid;grid-template-columns:1.15fr .95fr .95fr .95fr 1.3fr;gap:34px;padding:0 72px 14px;max-width:none;width:100%;margin:0}
.footer .brand{font-size:18px}.footer .brand img{display:block;width:180px;height:auto;max-height:58px;object-fit:contain}
.footer h4{margin:7px 0;font-size:17px;line-height:1.35}.footer p,.footer a{font-size:15px;line-height:1.6;display:block;color:#eaf1f8}.footer a:hover,.footer a:focus-visible{text-decoration:underline}.footer strong{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.18);padding:8px 72px;display:flex;justify-content:center;gap:28px;font-size:13px;line-height:1.6;color:#c7d2df}.foot-bottom a{display:inline-block}
@media(max-width:1100px){.footer-grid{padding-left:40px;padding-right:40px}}
@media(max-width:820px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr;padding-left:22px;padding-right:22px}.foot-bottom{padding-left:20px;padding-right:20px;flex-wrap:wrap}}
