body.single-product .acf-section{
    margin-bottom: 60px;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 30px;
}

body.single-product .acf-content{
	align-content: center;
}

body.single-product .acf-custom-section{
		background-color: #f9f9f9;
    padding: 50px;
    border-radius: 30px;
}

.wd-footer h2.block-title {
    color: #fff;
}
section.wd-footer input.newslettersubmit {
    height: 46px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.first.front-widgets .shop-widgets {
    border: 1px solid #ddc4c4;
    border-radius: 4px;
    padding: 0px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 1px 1px #eee;
}

.first.front-widgets .shop-widgets ul.product-categories li, .first.front-widgets .shop-widgets ul.wc-brand-list-layered-nav-product_brand li {
    border-bottom: 1px solid #eee;
    padding: 10px 4px 10px 27px;
		margin-bottom: 0;
}

.first.front-widgets .shop-widgets h4.widget-title, .first.front-widgets .shop-widgets h3.wp-block-heading {
    padding: 15px 0 20px 12px;
    margin: 0;
    border-bottom: 1px solid #eee;
    background: rgb(238 238 238 / 54%);
}
.first.front-widgets .shop-widgets ul.wc-block-checkbox-list li {
    padding: 2px 0 0px 27px;
}
div#woocommerce_product_categories-3 {
    margin-top: 8px;
}

.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    display: none;
}



/* === Oceanside redesign (scoped #ohts) === */
#ohts{--navy:#0e2a38;--teal:#0f5e6e;--teal-dk:#0a4350;--sand:#f6f1e7;--gold:#c8973f;--gold-dk:#a87a2c;--ink:#1d2b30;--muted:#5d6e74;--line:#e4ddcf;--white:#fff;--ok:#2f7d52;--radius:14px;--shadow:0 10px 30px rgba(14,42,56,.10);--shadow-lg:0 24px 60px rgba(14,42,56,.18);--maxw:1180px}#ohts *{box-sizing:border-box;margin:0;padding:0}#ohts{scroll-behavior:smooth}#ohts{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}#ohts h1,#ohts h2,#ohts h3,#ohts h4,#ohts h5{font-family:'Playfair Display',Georgia,serif;line-height:1.15;color:var(--navy);font-weight:700}#ohts a{color:inherit;text-decoration:none}#ohts img{max-width:100%;display:block}#ohts .wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}#ohts .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:14.5px;padding:12px 22px;border-radius:999px;cursor:pointer;border:none;transition:.18s;font-family:'Inter',sans-serif}#ohts .btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-dk));color:#fff;box-shadow:0 8px 20px rgba(200,151,63,.35)}#ohts .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(200,151,63,.45)}#ohts .btn-teal{background:var(--teal);color:#fff}#ohts .btn-teal:hover{background:var(--teal-dk)}#ohts .btn-ghost{background:#fff;color:var(--navy);border:1.5px solid var(--line)}#ohts .btn-ghost:hover{border-color:var(--teal);color:var(--teal)}#ohts .btn-white{background:#fff;color:var(--navy)}#ohts .btn-white:hover{background:var(--sand)}#ohts .btn-outline-w{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5)}#ohts .btn-outline-w:hover{border-color:#fff;background:rgba(255,255,255,.1)}#ohts .btn-lg{padding:16px 32px;font-size:16px}#ohts .btn-block{width:100%}#ohts .topbar{background:var(--navy);color:#d8e4e8;font-size:13px}#ohts .topbar .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:9px 22px;flex-wrap:wrap}#ohts .topbar strong{color:var(--gold)}#ohts .topbar .tb-right{display:flex;gap:18px}#ohts .topbar a:hover{color:#fff}#ohts header.site{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}#ohts .nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}#ohts .logo{display:flex;align-items:center;gap:10px;font-family:'Playfair Display',serif;font-weight:700;font-size:21px;color:var(--navy)}#ohts .logo .mark{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal-dk));display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}#ohts .logo small{display:block;font-family:'Inter',sans-serif;font-weight:500;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}#ohts nav.main{display:flex;gap:24px;align-items:center;font-size:14.5px;font-weight:500}#ohts nav.main a{position:relative}#ohts nav.main a:hover{color:var(--teal)}#ohts nav.main a.active{color:var(--teal)}#ohts .nav-cta{display:flex;align-items:center;gap:14px}#ohts .phone{font-weight:700;color:var(--navy);font-size:15px;white-space:nowrap}#ohts .phone small{display:block;font-weight:500;font-size:11px;color:var(--muted)}#ohts .hamb{display:none;font-size:24px;background:none;border:none;cursor:pointer;color:var(--navy)}#ohts .drawer{display:none;position:fixed;inset:0;z-index:80}#ohts .drawer.open{display:block}#ohts .drawer .scrim{position:absolute;inset:0;background:rgba(8,28,38,.5)}#ohts .drawer .panel{position:absolute;top:0;right:0;width:78%;max-width:320px;height:100%;background:#fff;padding:24px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--shadow-lg)}#ohts .drawer .panel a{padding:13px 6px;border-bottom:1px solid var(--line);font-weight:600;font-size:16px}#ohts .drawer .panel .btn{margin-top:14px}#ohts .drawer .x{align-self:flex-end;font-size:26px;background:none;border:none;cursor:pointer;color:var(--navy);margin-bottom:8px}#ohts .crumb{background:var(--sand);border-bottom:1px solid var(--line)}#ohts .crumb .wrap{padding:11px 22px;font-size:13px;color:var(--muted)}#ohts .crumb a:hover{color:var(--teal)}#ohts .crumb .sep{margin:0 8px;opacity:.5}#ohts .section{padding:64px 0}#ohts .sec-kicker{text-align:center;color:var(--teal);font-weight:700;text-transform:uppercase;letter-spacing:.16em;font-size:12.5px;margin-bottom:8px}#ohts .sec-title{text-align:center;font-size:clamp(26px,3.4vw,34px);margin-bottom:10px}#ohts .sec-sub{text-align:center;color:var(--muted);max-width:640px;margin:0 auto 40px;font-size:15.5px}#ohts .center-cta{text-align:center;margin-top:38px}#ohts .page-hero{position:relative;color:#fff;overflow:hidden}#ohts .page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}#ohts .page-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(8,28,38,.9),rgba(8,28,38,.6))}#ohts .page-hero .wrap{position:relative;z-index:2;padding:64px 22px}#ohts .page-hero h1{color:#fff;font-size:clamp(30px,4.4vw,46px);margin-bottom:12px}#ohts .page-hero p{color:#dde8ea;max-width:600px;font-size:16px}#ohts .hero{position:relative;min-height:640px;display:flex;align-items:center;color:#fff;overflow:hidden}#ohts .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}#ohts .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(8,28,38,.86) 0%,rgba(8,28,38,.62) 48%,rgba(8,28,38,.18) 100%)}#ohts .hero .wrap{position:relative;z-index:2;padding:70px 22px}#ohts .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:7px 15px;border-radius:999px;font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}#ohts .hero h1{color:#fff;font-size:clamp(36px,5.2vw,60px);max-width:680px;margin-bottom:18px}#ohts .hero h1 em{color:var(--gold);font-style:normal}#ohts .hero p{font-size:18px;max-width:540px;color:#dde8ea;margin-bottom:28px}#ohts .hero-cta{display:flex;gap:14px;flex-wrap:wrap}#ohts .hero-trust{display:flex;gap:26px;margin-top:34px;flex-wrap:wrap}#ohts .hero-trust div{font-size:13.5px;color:#cfdde0}#ohts .hero-trust b{display:block;font-family:'Playfair Display',serif;font-size:26px;color:#fff}#ohts .cats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}#ohts .cat{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/3.4;box-shadow:var(--shadow);display:flex;align-items:flex-end;color:#fff;transition:.22s}#ohts .cat:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}#ohts .cat img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.4s}#ohts .cat:hover img{transform:scale(1.06)}#ohts .cat::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,28,38,.9) 0%,rgba(8,28,38,.25) 55%,transparent 100%)}#ohts .cat-body{position:relative;z-index:2;padding:26px}#ohts .cat-body h3{color:#fff;font-size:24px;margin-bottom:6px}#ohts .cat-body p{font-size:14px;color:#dde8ea;margin-bottom:14px}#ohts .cat-link{font-weight:700;font-size:14px;color:var(--gold);display:inline-flex;gap:6px;align-items:center}#ohts .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}#ohts .cards.cols-3{grid-template-columns:repeat(3,1fr)}#ohts .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.18s;display:flex;flex-direction:column}#ohts .card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}#ohts .card .ph{aspect-ratio:1/1;background:var(--sand);overflow:hidden;position:relative;display:block}#ohts .card .ph img{width:100%;height:100%;object-fit:cover}#ohts .mini-sale{position:absolute;top:11px;left:11px;background:var(--gold);color:#fff;font-size:10.5px;font-weight:700;padding:4px 9px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}#ohts .card .body{padding:16px;display:flex;flex-direction:column;gap:7px;flex:1}#ohts .cb-brand{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal)}#ohts .card h4{font-size:16.5px;color:var(--navy)}#ohts .card h4 a:hover{color:var(--teal)}#ohts .cmini{display:flex;gap:12px;font-size:12px;color:var(--muted)}#ohts .cprice{margin-top:auto;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}#ohts .cprice b{font-size:18px;color:var(--navy);font-family:'Inter',sans-serif}#ohts .cprice s{font-size:13px;color:var(--muted)}#ohts .card .btn{margin-top:10px}#ohts .shop{display:grid;grid-template-columns:240px 1fr;gap:34px;align-items:start;padding:46px 0}#ohts .filters{position:sticky;top:90px;background:var(--sand);border:1px solid var(--line);border-radius:var(--radius);padding:22px}#ohts .filters h3{font-size:16px;margin-bottom:6px}#ohts .filters .fgroup{padding:14px 0;border-bottom:1px solid var(--line)}#ohts .filters .fgroup:last-child{border-bottom:none}#ohts .filters .flabel{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:10px}#ohts .filters label.opt{display:flex;align-items:center;gap:9px;font-size:14px;padding:5px 0;cursor:pointer;color:var(--ink)}#ohts .filters label.opt input{accent-color:var(--teal);width:16px;height:16px}#ohts .shop-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}#ohts .shop-head .count{font-size:14px;color:var(--muted)}#ohts .shop-head select{padding:9px 12px;border:1.5px solid var(--line);border-radius:9px;font-family:inherit;font-size:14px;color:var(--ink);background:#fff}#ohts .no-results{display:none;text-align:center;padding:50px 0;color:var(--muted)}#ohts .filter-toggle{display:none}#ohts .product{padding:34px 0 10px}#ohts .product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}#ohts .gallery .main-img{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--sand);box-shadow:var(--shadow);aspect-ratio:1/1}#ohts .gallery .main-img img{width:100%;height:100%;object-fit:cover}#ohts .badge-sale{position:absolute;top:16px;left:16px;background:var(--gold);color:#fff;font-weight:700;font-size:12px;letter-spacing:.08em;padding:7px 14px;border-radius:999px;text-transform:uppercase}#ohts .brand-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}#ohts .brand-chip{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);background:#e7f1f2;padding:5px 12px;border-radius:6px}#ohts .stars{color:var(--gold);font-size:14px;letter-spacing:1px}#ohts .stars span{color:var(--muted);font-size:12.5px;margin-left:6px;letter-spacing:0}#ohts h1.pname{font-size:38px;margin:4px 0 10px}#ohts .pdesc{color:var(--muted);font-size:15.5px;margin-bottom:20px}#ohts .price-card{background:var(--sand);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;margin-bottom:22px}#ohts .price-row{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}#ohts .price-now{font-size:34px;font-weight:800;color:var(--navy);font-family:'Inter',sans-serif}#ohts .price-was{font-size:18px;color:var(--muted);text-decoration:line-through}#ohts .price-save{background:#e9f4ee;color:var(--ok);font-weight:700;font-size:13px;padding:5px 11px;border-radius:999px}#ohts .price-fin{font-size:13.5px;color:var(--muted);margin-top:8px}#ohts .price-fin strong{color:var(--navy)}#ohts .spec-chips{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px}#ohts .chip{background:#fff;border:1px solid var(--line);border-radius:11px;padding:13px 8px;text-align:center}#ohts .chip .v{font-size:20px;font-weight:800;color:var(--navy);font-family:'Inter',sans-serif;line-height:1.1}#ohts .chip .l{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:3px}#ohts .cta-stack{display:flex;flex-direction:column;gap:11px}#ohts .cta-row{display:flex;gap:11px}#ohts .cta-row .btn{flex:1}#ohts .reassure{display:flex;gap:18px;flex-wrap:wrap;margin-top:16px;font-size:13px;color:var(--muted)}#ohts .reassure span{display:flex;align-items:center;gap:7px}#ohts .reassure .i{color:var(--teal);font-weight:800}#ohts .trustbar{background:var(--navy)}#ohts .trustbar .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:26px 22px}#ohts .trust{display:flex;gap:13px;align-items:center;color:#dfe9ec}#ohts .trust .ico{width:42px;height:42px;flex:none;border-radius:10px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--gold)}#ohts .trust b{display:block;color:#fff;font-size:14.5px}#ohts .trust small{font-size:12.5px;color:#9fb4bb}#ohts .feat{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;margin-bottom:30px}#ohts .feat.rev .feat-img{order:2}#ohts .feat-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3}#ohts .feat-img img{width:100%;height:100%;object-fit:cover}#ohts .feat h3{font-size:24px;margin-bottom:12px}#ohts .feat p{color:var(--muted);margin-bottom:14px}#ohts .feat ul,#ohts .split ul{list-style:none;display:flex;flex-direction:column;gap:9px}#ohts .feat li,#ohts .split li{display:flex;gap:10px;font-size:14.5px}#ohts .feat li .i,#ohts .split li .i{color:var(--gold);font-weight:800;flex:none}#ohts .split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}#ohts .split-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3}#ohts .split-img img{width:100%;height:100%;object-fit:cover}#ohts .split h2{font-size:30px;margin-bottom:14px;text-align:left}#ohts .split p{color:var(--muted);margin-bottom:16px}#ohts .split ul{margin-bottom:22px;gap:10px}#ohts .spec-wrap{background:var(--sand);border-radius:var(--radius);padding:8px 26px;border:1px solid var(--line)}#ohts .spec-table{width:100%;border-collapse:collapse;font-size:14.5px}#ohts .spec-table tr{border-bottom:1px solid var(--line)}#ohts .spec-table tr:last-child{border-bottom:none}#ohts .spec-table td{padding:14px 6px}#ohts .spec-table td:first-child{color:var(--muted);width:46%}#ohts .spec-table td:last-child{font-weight:600;color:var(--navy);text-align:right}#ohts .why{background:var(--navy);color:#dfe9ec}#ohts .why .wrap{padding:60px 22px}#ohts .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:36px}#ohts .why .sec-kicker{color:#9fe1ea}#ohts .why .sec-title{color:#fff}#ohts .why-item{text-align:center}#ohts .why-item .ico{width:56px;height:56px;margin:0 auto 14px;border-radius:14px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:26px;color:var(--gold)}#ohts .why-item h4{color:#fff;font-size:18px;margin-bottom:7px}#ohts .why-item p{font-size:13.5px;color:#9fb4bb}#ohts .reviews{background:var(--sand)}#ohts .rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}#ohts .rev{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px}#ohts .rev .stars{color:var(--gold);font-size:15px;letter-spacing:1px;margin-bottom:10px}#ohts .rev p{font-size:14.5px;color:var(--ink);margin-bottom:14px}#ohts .rev .who{font-size:13px;color:var(--muted);font-weight:600}#ohts .faq{max-width:780px;margin:0 auto}#ohts .qa{border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}#ohts .qa summary{padding:18px 20px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--navy);font-size:15.5px}#ohts .qa summary::-webkit-details-marker{display:none}#ohts .qa summary::after{content:"+";font-size:22px;color:var(--teal);font-weight:400}#ohts .qa[open] summary::after{content:"\2013"}#ohts .qa .ans{padding:0 20px 18px;color:var(--muted);font-size:14.5px}#ohts .inquire{background:linear-gradient(135deg,var(--teal),var(--teal-dk));color:#fff}#ohts .inq-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}#ohts .inquire .sec-kicker{color:#9fe1ea;text-align:left}#ohts .inquire h2{color:#fff;text-align:left;font-size:32px;margin-bottom:14px}#ohts .inq-copy p{color:#cfe9ec;margin-bottom:20px;font-size:15.5px}#ohts .inq-list{list-style:none;display:flex;flex-direction:column;gap:12px}#ohts .inq-list li{display:flex;gap:11px;align-items:flex-start;font-size:15px}#ohts .inq-list .i{width:24px;height:24px;flex:none;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:var(--gold);font-weight:800;font-size:13px}#ohts .form-card{background:#fff;border-radius:18px;padding:30px;box-shadow:var(--shadow-lg)}#ohts .form-card h3{color:var(--navy);font-size:22px;margin-bottom:4px}#ohts .form-card .fc-sub{color:var(--muted);font-size:13.5px;margin-bottom:20px}#ohts .field{margin-bottom:14px}#ohts .field label{display:block;font-size:12.5px;font-weight:600;color:var(--ink);margin-bottom:6px}#ohts .field input,#ohts .field select,#ohts .field textarea{width:100%;padding:12px 13px;border:1.5px solid var(--line);border-radius:10px;font-size:14.5px;font-family:inherit;color:var(--ink);background:#fff}#ohts .field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}#ohts .form-note{font-size:11.5px;color:var(--muted);margin-top:6px;text-align:center}#ohts .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}#ohts .contact-info .ci{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}#ohts .contact-info .ci .ico{width:44px;height:44px;flex:none;border-radius:11px;background:#e7f1f2;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--teal)}#ohts .contact-info .ci b{display:block;color:var(--navy);font-size:15px;margin-bottom:2px}#ohts .contact-info .ci span{color:var(--muted);font-size:14px}#ohts .map-embed{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);margin-top:8px}#ohts .map-embed iframe{width:100%;height:260px;border:0;display:block}#ohts .prose{max-width:760px;margin:0 auto}#ohts .prose p{margin-bottom:18px;font-size:16px;color:#33454b}#ohts .prose h2{font-size:26px;margin:34px 0 14px}#ohts .prose h3{font-size:20px;margin:26px 0 10px}#ohts .prose ul{margin:0 0 18px 22px}#ohts .prose li{margin-bottom:8px}#ohts .prose img{border-radius:var(--radius);margin:24px 0;box-shadow:var(--shadow)}#ohts .lead{font-size:19px;color:var(--muted);margin-bottom:26px}#ohts .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}#ohts .post-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.18s;display:flex;flex-direction:column}#ohts .post-card .ph{aspect-ratio:16/10;overflow:hidden;background:var(--sand)}#ohts .post-card .ph img{width:100%;height:100%;object-fit:cover}#ohts .post-card .body{padding:20px;display:flex;flex-direction:column;gap:9px;flex:1}#ohts .post-card .meta{font-size:12px;color:var(--teal);font-weight:700;text-transform:uppercase;letter-spacing:.06em}#ohts .post-card h3{font-size:19px}#ohts .post-card p{font-size:14px;color:var(--muted)}#ohts .post-card .rd{margin-top:auto;font-weight:700;color:var(--gold);font-size:14px}@media(max-width:900px){#ohts nav.main,#ohts .nav-cta .phone{display:none}#ohts .hamb{display:block}#ohts .cats,#ohts .why-grid,#ohts .rev-grid,#ohts .blog-grid{grid-template-columns:1fr 1fr}#ohts .cards,#ohts .cards.cols-3{grid-template-columns:repeat(2,1fr)}#ohts .product-grid{grid-template-columns:1fr;gap:26px}#ohts .feat,#ohts .feat.rev{grid-template-columns:1fr;gap:20px}#ohts .feat.rev .feat-img{order:0}#ohts .split{grid-template-columns:1fr;gap:24px}#ohts .inq-grid,#ohts .contact-grid{grid-template-columns:1fr;gap:30px}#ohts .foot-grid{grid-template-columns:1fr 1fr}#ohts .trustbar .wrap{grid-template-columns:1fr 1fr;gap:22px}#ohts .hero{min-height:560px}#ohts .shop{grid-template-columns:1fr}#ohts .filters{position:static;display:none}#ohts .filters.open{display:block}#ohts .filter-toggle{display:inline-flex}#ohts .sticky-cta{display:flex}#ohts.has-sticky{padding-bottom:74px}}@media(max-width:560px){#ohts .cats,#ohts .why-grid,#ohts .rev-grid,#ohts .blog-grid,#ohts .cards,#ohts .cards.cols-3{grid-template-columns:1fr}#ohts .spec-chips{grid-template-columns:repeat(2,1fr)}#ohts .field-row{grid-template-columns:1fr}#ohts .cta-row{flex-direction:column}#ohts .topbar .tb-right{display:none}#ohts h1.pname{font-size:30px}}
/* === Oceanside redesign: WPForms styling (scoped) === */
#ohts .wpforms-container{margin:0!important}
#ohts .wpforms-form .wpforms-field{padding:0 0 12px!important}
#ohts .wpforms-form .wpforms-field-label{font-size:12.5px!important;font-weight:600!important;color:var(--ink)!important;margin-bottom:6px!important;line-height:1.3!important}
#ohts .wpforms-form input[type=text],#ohts .wpforms-form input[type=email],#ohts .wpforms-form input[type=tel],#ohts .wpforms-form input[type=url],#ohts .wpforms-form input[type=number],#ohts .wpforms-form textarea,#ohts .wpforms-form select{width:100%!important;max-width:100%!important;padding:12px 13px!important;border:1.5px solid var(--line)!important;border-radius:10px!important;font-size:14.5px!important;font-family:inherit!important;color:var(--ink)!important;background:#fff!important;box-shadow:none!important}
#ohts .wpforms-form input:focus,#ohts .wpforms-form textarea:focus,#ohts .wpforms-form select:focus{border-color:var(--teal)!important;box-shadow:0 0 0 3px rgba(15,94,110,.12)!important;outline:none!important}
#ohts .wpforms-form .wpforms-field-description{font-size:11.5px!important;color:var(--muted)!important;margin-top:4px!important}
#ohts .wpforms-form .wpforms-submit{background:linear-gradient(135deg,var(--gold),var(--gold-dk))!important;color:#fff!important;border:none!important;border-radius:999px!important;padding:14px 28px!important;font-weight:600!important;font-size:15px!important;width:100%!important;cursor:pointer!important;box-shadow:0 8px 20px rgba(200,151,63,.35)!important}
#ohts .wpforms-form .wpforms-submit:hover{filter:brightness(1.06)!important}
#ohts .wpforms-confirmation-container-full{background:#e9f4ee!important;border:1px solid #bfe0cc!important;color:var(--ok)!important;border-radius:10px!important;padding:16px!important}

/* === redesign-hide-chrome: hide theme header/footer on redesign drafts === */
body.page-id-3838 header.l-header,body.page-id-3838 .wd-footer,body.page-id-3844 header.l-header,body.page-id-3844 .wd-footer,body.page-id-3845 header.l-header,body.page-id-3845 .wd-footer,body.page-id-3846 header.l-header,body.page-id-3846 .wd-footer,body.page-id-3847 header.l-header,body.page-id-3847 .wd-footer,body.page-id-3848 header.l-header,body.page-id-3848 .wd-footer,body.page-id-3849 header.l-header,body.page-id-3849 .wd-footer,body.page-id-3850 header.l-header,body.page-id-3850 .wd-footer,body.page-id-3851 header.l-header,body.page-id-3851 .wd-footer{display:none!important}

/* === redesign footer override === */
#ohts footer.site{background:#0e2a38!important;color:#cdd9dd!important;padding:52px 0 26px!important;margin-top:0!important}
#ohts footer.site .wrap{max-width:1180px!important;margin:0 auto!important;padding:0 22px!important}
#ohts footer.site .foot-grid{display:grid!important;grid-template-columns:1.4fr 1fr 1fr 1.2fr!important;gap:36px!important;padding-bottom:34px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
#ohts footer.site h5{color:#fff!important;font-family:'Inter',sans-serif!important;font-size:13px!important;letter-spacing:.1em!important;text-transform:uppercase!important;margin-bottom:16px!important}
#ohts footer.site .ftag{color:#fff!important}
#ohts footer.site .logo span{color:#fff!important}
#ohts footer.site ul{list-style:none!important;display:flex!important;flex-direction:column!important;gap:9px!important;padding:0!important;margin:0!important}
#ohts footer.site a{color:#cdd9dd!important}
#ohts footer.site a:hover{color:#c8973f!important}
#ohts footer.site .foot-bottom{display:flex!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:10px!important;padding-top:22px!important;font-size:12.5px!important;color:#8aa0a7!important}
@media(max-width:900px){#ohts footer.site .foot-grid{grid-template-columns:1fr 1fr!important}}

/* === redesign-fullbleed: edge-to-edge on redesign drafts === */
body.page-id-3838 main.l-main,body.page-id-3838 main.l-main .main,body.page-id-3838 main.l-main article,body.page-id-3838 main.l-main .body.field,body.page-id-3844 main.l-main,body.page-id-3844 main.l-main .main,body.page-id-3844 main.l-main article,body.page-id-3844 main.l-main .body.field,body.page-id-3845 main.l-main,body.page-id-3845 main.l-main .main,body.page-id-3845 main.l-main article,body.page-id-3845 main.l-main .body.field,body.page-id-3846 main.l-main,body.page-id-3846 main.l-main .main,body.page-id-3846 main.l-main article,body.page-id-3846 main.l-main .body.field,body.page-id-3847 main.l-main,body.page-id-3847 main.l-main .main,body.page-id-3847 main.l-main article,body.page-id-3847 main.l-main .body.field,body.page-id-3848 main.l-main,body.page-id-3848 main.l-main .main,body.page-id-3848 main.l-main article,body.page-id-3848 main.l-main .body.field,body.page-id-3849 main.l-main,body.page-id-3849 main.l-main .main,body.page-id-3849 main.l-main article,body.page-id-3849 main.l-main .body.field,body.page-id-3850 main.l-main,body.page-id-3850 main.l-main .main,body.page-id-3850 main.l-main article,body.page-id-3850 main.l-main .body.field,body.page-id-3851 main.l-main,body.page-id-3851 main.l-main .main,body.page-id-3851 main.l-main article,body.page-id-3851 main.l-main .body.field{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}

/* === redesign header polish === */
#ohts .logo{flex-shrink:0!important}
#ohts .logo>span{white-space:nowrap!important}
#ohts header.site .wrap.nav{gap:18px}

/* === redesign tweaks v2 === */
#ohts .wpforms-field-textarea{display:none!important}
#ohts .hero-bg{background-position:left center!important}

/* === redesign tweaks v3: left-align hero content === */
#ohts .hero-bg{background-position:center!important}
#ohts .hero .wrap{max-width:none!important;margin:0!important;padding-left:6vw!important;padding-right:22px!important}
#ohts .hero h1,#ohts .hero p{max-width:620px}

/* === redesign brand logos === */
#ohts .brandstrip .wrap{gap:18px 38px}
#ohts .brandstrip .blogo{height:40px;width:auto;display:block}
@media(max-width:560px){#ohts .brandstrip .blogo{height:30px}}

/* === redesign tweaks v4: hero video + align + logo sizes === */
#ohts .hero-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
#ohts .hero .wrap{max-width:1180px!important;margin:0 auto!important;padding-left:22px!important;padding-right:22px!important}
#ohts .brandstrip img[alt="Wellis"]{height:52px!important}
#ohts .brandstrip img[alt="Strong Spas"]{height:40px!important}

/* === redesign tweaks v5: hero wrap fill + logo balance === */
#ohts .hero .wrap{width:100%!important;max-width:1180px!important;margin:0 auto!important;padding-left:22px!important;padding-right:22px!important}
#ohts .brandstrip img[alt="Wellis"]{height:56px!important}
#ohts .brandstrip img[alt="Strong Spas"]{height:40px!important}

/* === redesign tweaks v6: hero align to logo + 1-line CTA === */
#ohts .hero .wrap{padding-left:0!important}
@media(max-width:600px){#ohts .hero .wrap{padding-left:18px!important}}
#ohts .nav-cta .btn{white-space:nowrap!important}


/* redesign product features */
#ohts #pfeatures{background:#f6f1ea}
#ohts .pfeats{display:flex;flex-direction:column;gap:48px;margin-top:36px}
#ohts .pfeat{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
#ohts .pfeat .pf-media{border-radius:18px;overflow:hidden;aspect-ratio:4/3;background:#0c2a34;box-shadow:0 18px 48px rgba(0,0,0,.13)}
#ohts .pfeat .pf-media img,#ohts .pfeat .pf-media video{width:100%;height:100%;object-fit:cover;display:block}
#ohts .pfeat.rev .pf-media{order:2}
#ohts .pfeat .pf-tag{display:block;font:600 .72rem/1 'Inter',system-ui,sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#b6863f;margin-bottom:12px}
#ohts .pfeat h3{font-family:'Fraunces',Georgia,'Times New Roman',serif;font-weight:600;font-size:1.7rem;line-height:1.15;margin:0 0 12px;color:#13343b}
#ohts .pfeat p{font-size:1.03rem;line-height:1.72;color:#46555a;margin:0}
@media(max-width:760px){#ohts .pfeat{grid-template-columns:1fr;gap:18px}#ohts .pfeat.rev .pf-media{order:0}}

/* redesign auto chrome v7 (:has) */
body:has(#ohts) header.l-header{display:none!important}
body:has(#ohts) .wd-footer{display:none!important}
body:has(#ohts) section.wd-title-bar{display:none!important}
body:has(#ohts) main.l-main,body:has(#ohts) .l-main,body:has(#ohts) main .main,body:has(#ohts) article,body:has(#ohts) .field{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}

/* redesign product gallery v8 */
#ohts .gallery .thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
#ohts .gallery .thumbs img{width:82px;height:82px;object-fit:cover;border-radius:10px;cursor:pointer;border:2px solid #e7ded2;background:#0c2a34;transition:border-color .15s}
#ohts .gallery .thumbs img:hover{border-color:#b6863f}
#ohts .gallery .thumbs img.active{border-color:#13343b}
#ohts .gallery .main-img img{width:100%;height:100%;object-fit:cover}

/* redesign gallery slider v9 */
#ohts .gallery .thumb-wrap{display:flex;align-items:center;gap:8px;margin-top:14px}
#ohts .gallery .thumbs{flex-wrap:nowrap;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1 1 auto}
#ohts .gallery .thumbs::-webkit-scrollbar{display:none}
#ohts .gallery .thumbs img{flex:0 0 auto}
#ohts .gallery .tnav{flex:0 0 auto;width:36px;height:36px;border-radius:50%;border:1px solid #d9cdbb;background:#fff;color:#13343b;font:400 20px/1 system-ui;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:0;transition:.15s}
#ohts .gallery .tnav:hover{background:#13343b;color:#fff;border-color:#13343b}

/* redesign gallery fit v10 */
#ohts .product-grid .gallery{min-width:0;max-width:100%}
#ohts .gallery .thumb-wrap{min-width:0;max-width:100%}
#ohts .gallery .thumbs{min-width:0}

/* redesign about v11 */
#ohts .ab-split{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}
#ohts .ab-media{border-radius:18px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 18px 48px rgba(0,0,0,.13)}
#ohts .ab-media img{width:100%;height:100%;object-fit:cover;display:block}
#ohts .ab-split h2{font-family:'Fraunces',Georgia,serif;font-weight:600;color:#13343b}
#ohts .ab-split p{color:#46555a;line-height:1.75;font-size:1.04rem}
#ohts .ab-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:34px}
#ohts .ab-card{background:#fff;border:1px solid #ece4d7;border-radius:16px;padding:26px 22px;box-shadow:0 8px 26px rgba(0,0,0,.05)}
#ohts .ab-card .n{width:38px;height:38px;border-radius:50%;background:#13343b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:14px;font-family:'Fraunces',serif}
#ohts .ab-card h3{font-family:'Fraunces',Georgia,serif;font-size:1.16rem;margin:0 0 8px;color:#13343b}
#ohts .ab-card p{font-size:.95rem;line-height:1.6;color:#52616a;margin:0}
#ohts .ab-cta{background:#0c2a34;color:#fff;text-align:center}
#ohts .ab-cta h2{color:#fff;font-family:'Fraunces',Georgia,serif;font-size:2rem;margin:0 0 14px}
#ohts .ab-cta p{color:#cfe0e3;max-width:680px;margin:0 auto 22px;line-height:1.7}
@media(max-width:900px){#ohts .ab-grid{grid-template-columns:repeat(2,1fr)}#ohts .ab-split{grid-template-columns:1fr;gap:24px}}
@media(max-width:560px){#ohts .ab-grid{grid-template-columns:1fr}}

/* about cta button fix v11b */
#ohts .ab-cta .btn-ghost{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.55)!important}
#ohts .ab-cta .btn-ghost:hover{background:rgba(255,255,255,.12)!important}

/* about cta center v11d */
#ohts .ab-cta .cta-btns{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}

/* redesign single-product in-place v12 */
body.single-product:has(#ohts) .woocommerce-breadcrumb,body.single-product:has(#ohts) .product .entry-summary,body.single-product:has(#ohts) .product .summary,body.single-product:has(#ohts) .product .woocommerce-product-gallery,body.single-product:has(#ohts) .related.products,body.single-product:has(#ohts) .up-sells,body.single-product:has(#ohts) .woocommerce-tabs ul.tabs,body.single-product:has(#ohts) .woocommerce-tabs .wc-tabs,body.single-product:has(#ohts) .woocommerce-Tabs-panel>h2{display:none!important}
body.single-product:has(#ohts) .woocommerce-tabs,body.single-product:has(#ohts) .woocommerce-Tabs-panel,body.single-product:has(#ohts) .product{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;opacity:1!important;visibility:visible!important}

/* redesign single-product fullwidth v13 */
body.single-product:has(#ohts) .row,body.single-product:has(#ohts) .container,body.single-product:has(#ohts) .content-area,body.single-product:has(#ohts) .site-content,body.single-product:has(#ohts) .wc-tab,body.single-product:has(#ohts) main,body.single-product:has(#ohts) .woocommerce{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}

/* redesign card product links v14 */
#ohts .card .ph a.cardlink{display:block;height:100%}
#ohts .card .ph a.cardlink img{display:block;width:100%;height:100%;object-fit:cover}
#ohts .card h4 a.cardlink{color:inherit;text-decoration:none}
#ohts .card h4 a.cardlink:hover{color:#b6863f}

/* redesign single-product cleanup v15 */
body.single-product:has(#ohts) .onsale{display:none!important}
body.single-product:has(#ohts) #tab-additional_information,body.single-product:has(#ohts) #tab-reviews,body.single-product:has(#ohts) #reviews,body.single-product:has(#ohts) .woocommerce-Tabs-panel:not(.woocommerce-Tabs-panel--description){display:none!important}
body.single-product:has(#ohts) .row,body.single-product:has(#ohts) .content-area,body.single-product:has(#ohts) .site-content,body.single-product:has(#ohts) .container,body.single-product:has(#ohts) .product,body.single-product:has(#ohts) main{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}

/* redesign title-bar broaden v16 */
body:has(#ohts) .wd-title-bar{display:none!important}

/* redesign hide ACF leftover below footer v17 */
body.single-product:has(#ohts) > .container,body.single-product:has(#ohts) .acf-section,body.single-product:has(#ohts) .acf-description,body.single-product:has(#ohts) .acf-content,body.single-product:has(#ohts) .acf-media{display:none!important}

/* redesign whole-card clickable v18 */
#ohts .card{position:relative}
#ohts .card h4 a.cardlink::after{content:"";position:absolute;inset:0;z-index:1}
#ohts .card .body a.btn,#ohts .card a.btn{position:relative;z-index:2}
#ohts .card h4 a.cardlink{position:static}

/* redesign nav center v19 */
#ohts header.site nav.main{flex:1 1 0!important;justify-content:center!important}

/* redesign product spacing v20 */
body.single-product:has(#ohts) section.product{padding-top:48px!important;padding-bottom:48px!important}

/* redesign product true-fullwidth v21 */
body.single-product:has(#ohts) .row{gap:0!important;column-gap:0!important;justify-content:flex-start!important}
body.single-product:has(#ohts) .woocommerce-notices-wrapper{display:none!important}

/* redesign logo image v22 */
#ohts .logo .logo-img{height:56px;width:auto;display:block;max-width:none}
#ohts header.site .logo{display:inline-flex;align-items:center;gap:0}
#ohts footer.site .logo .logo-img{height:60px}

/* redesign logo bigger v23 */
#ohts header.site .logo .logo-img{height:84px!important}
#ohts header.site{padding-top:6px!important;padding-bottom:6px!important}

/* redesign footer logo badge v24 */
#ohts footer.site .logo .logo-img{height:58px;background:#fff;border-radius:12px;padding:9px;box-sizing:content-box;display:block}

/* redesign blog v25 */
#ohts .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:10px}
#ohts .post-card{background:#fff;border:1px solid #ece4d7;border-radius:16px;overflow:hidden;box-shadow:0 8px 26px rgba(0,0,0,.06);display:flex;flex-direction:column;position:relative;transition:transform .15s,box-shadow .15s}
#ohts .post-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(0,0,0,.12)}
#ohts .post-card .pc-img{aspect-ratio:16/10;overflow:hidden;background:#0c2a34}
#ohts .post-card .pc-img img{width:100%;height:100%;object-fit:cover;display:block}
#ohts .post-card .pc-body{padding:22px 22px 26px;display:flex;flex-direction:column;flex:1}
#ohts .post-card .pc-date{font:600 .72rem/1 'Inter',system-ui,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#b6863f;margin-bottom:10px}
#ohts .post-card h3{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.2rem;line-height:1.25;margin:0 0 10px;color:#13343b}
#ohts .post-card p{font-size:.95rem;line-height:1.6;color:#52616a;margin:0 0 16px}
#ohts .post-card .pc-more{margin-top:auto;font:600 .9rem/1 'Inter',system-ui,sans-serif;color:#13343b}
#ohts .post-card a.pc-link{position:absolute;inset:0;z-index:2}
@media(max-width:900px){#ohts .blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){#ohts .blog-grid{grid-template-columns:1fr}}

/* redesign single-post v26 */
body.single-post:has(#ohts) main#l-main,body.single-post:has(#ohts) .row,body.single-post:has(#ohts) .large-12,body.single-post:has(#ohts) .blog-page,body.single-post:has(#ohts) .blog-body,body.single-post:has(#ohts) .container,body.single-post:has(#ohts) .col-full,body.single-post:has(#ohts) main{max-width:none!important;width:100%!important;margin:0!important;padding:0!important;float:none!important}
body.single-post:has(#ohts) .row{display:block!important}
body.single-post:has(#ohts) .woocommerce-notices-wrapper,body.single-post:has(#ohts) .post-thumbnail,body.single-post:has(#ohts) .entry-header,body.single-post:has(#ohts) .blog-page>.blog-meta{display:none!important}
#ohts .post-body{font-size:1.06rem;line-height:1.8;color:#2c3a3f}
#ohts .post-body h2{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.7rem;line-height:1.2;color:#13343b;margin:36px 0 14px}
#ohts .post-body h3{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:1.32rem;color:#13343b;margin:26px 0 10px}
#ohts .post-body p{margin:0 0 18px}
#ohts .post-body img{max-width:100%;height:auto;border-radius:14px;margin:18px 0;display:block}
#ohts .post-body ul,#ohts .post-body ol{margin:0 0 18px 22px;line-height:1.8}
#ohts .post-body li{margin:0 0 8px}
#ohts .post-body a{color:#b6863f}

/* redesign single-post hide theme featured/meta v27 */
body.single-post:has(#ohts) .wp-post-image,body.single-post:has(#ohts) .post-infos,body.single-post:has(#ohts) .blog-page>img{display:none!important}

/* redesign single-post hide comments v28 */
body.single-post:has(#ohts) #respond,body.single-post:has(#ohts) .comment-respond,body.single-post:has(#ohts) #comments,body.single-post:has(#ohts) .comments-area,body.single-post:has(#ohts) #commentform,body.single-post:has(#ohts) .comment-reply-title{display:none!important}

/* footer credit link v29 */
#ohts footer.site .ftag a{color:#e9c98a;text-decoration:underline}
#ohts footer.site .ftag a:hover{color:#fff}

/* footer credit link fix v29b */
#ohts footer.site a[href*="revsurgedigital"]{color:#e9c98a!important;text-decoration:underline!important}
#ohts footer.site a[href*="revsurgedigital"]:hover{color:#fff!important}

/* ===== redesign responsive v30 ===== */
#ohts img,#ohts video{max-width:100%}
@media(max-width:1024px){
#ohts .cards{grid-template-columns:repeat(2,1fr)}
#ohts header.site nav.main{gap:18px}
#ohts header.site nav.main a{font-size:.95rem}
}
@media(max-width:860px){
#ohts .product-grid{grid-template-columns:1fr!important;gap:22px}
#ohts .steps{grid-template-columns:1fr}
#ohts .split{grid-template-columns:1fr}
#ohts .inq-grid{grid-template-columns:1fr;gap:24px}
#ohts .foot-grid{grid-template-columns:repeat(2,1fr);gap:26px}
#ohts .trustbar .wrap{flex-wrap:wrap;justify-content:center;gap:16px}
#ohts .trustbar .trust{flex:0 0 calc(50% - 16px)}
#ohts .pfeat{grid-template-columns:1fr!important;gap:18px}
#ohts .ab-grid{grid-template-columns:repeat(2,1fr)}
#ohts .blog-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
#ohts .topbar .wrap{flex-direction:column;gap:3px;text-align:center;padding:8px 16px;font-size:.78rem}
#ohts header.site .wrap{flex-direction:column;gap:10px;padding:12px 16px}
#ohts header.site .logo{justify-content:center}
#ohts header.site .logo .logo-img{height:66px!important}
#ohts header.site nav.main{flex:0 0 auto!important;width:100%;flex-wrap:wrap;justify-content:center;gap:8px 18px}
#ohts header.site nav.main a{font-size:1rem}
#ohts .nav-cta{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 16px;text-align:center}
#ohts .wrap{padding-left:18px;padding-right:18px}
}
@media(max-width:640px){
#ohts .cards{grid-template-columns:1fr}
#ohts .foot-grid{grid-template-columns:1fr;gap:22px}
#ohts .trustbar .trust{flex:0 0 100%}
#ohts .spec-chips{grid-template-columns:repeat(2,1fr)}
#ohts .cta-row{flex-direction:column}
#ohts .cta-row .btn{width:100%}
#ohts .ab-grid{grid-template-columns:1fr}
#ohts .blog-grid{grid-template-columns:1fr}
#ohts .contact-grid{grid-template-columns:1fr!important}
#ohts .hero h1,#ohts .page-hero h1{font-size:2.05rem!important;line-height:1.12}
#ohts .hero .wrap,#ohts .page-hero .wrap{padding-left:18px!important;padding-right:18px!important}
#ohts .hero{padding-top:54px;padding-bottom:54px;min-height:auto}
#ohts .hero .btn{display:block;width:100%;margin:0 0 12px;text-align:center}
#ohts h1.pname{font-size:1.7rem}
#ohts .sec-title{font-size:1.6rem!important}
#ohts .section{padding-top:42px!important;padding-bottom:42px!important}
#ohts .wpforms-field-row{flex-direction:column}
#ohts .wpforms-field-row .wpforms-field-row-block{width:100%!important;padding:0!important;margin-bottom:10px}
#ohts .post-body,#ohts .ab-split p{font-size:1rem}
}

/* hamburger nav v31 */
#ohts .ohts-navtoggle{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
#ohts .ohts-burger{display:none}
@media(max-width:760px){
#ohts header.site .wrap{flex-direction:row!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:10px;padding:12px 16px}
#ohts header.site .logo{order:1;justify-content:flex-start}
#ohts .ohts-burger{display:flex!important;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:8px;order:2}
#ohts .ohts-burger span{display:block;width:27px;height:3px;background:#13343b;border-radius:2px;transition:transform .25s,opacity .25s}
#ohts header.site nav.main{order:3;flex-basis:100%;width:100%;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0;padding:6px 0 0;flex-wrap:nowrap!important}
#ohts header.site nav.main a{display:block;width:100%;padding:12px 4px;font-size:1.05rem;border-bottom:1px solid #ece4d7}
#ohts .nav-cta{order:4;flex-basis:100%;width:100%;display:none!important;flex-direction:column!important;align-items:flex-start!important;gap:10px;padding-top:12px}
#ohts .ohts-navtoggle:checked ~ nav.main{display:flex!important}
#ohts .ohts-navtoggle:checked ~ .nav-cta{display:flex!important}
#ohts .ohts-navtoggle:checked ~ .ohts-burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}
#ohts .ohts-navtoggle:checked ~ .ohts-burger span:nth-child(2){opacity:0}
#ohts .ohts-navtoggle:checked ~ .ohts-burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
}

/* quote anchor + mobile footer center v32 */
html{scroll-behavior:smooth}
#ohts #quote{scroll-margin-top:24px}
@media(max-width:640px){
#ohts footer.site .foot-grid{text-align:center}
#ohts footer.site .foot-grid>div{display:flex;flex-direction:column;align-items:center}
#ohts footer.site .foot-grid .logo{justify-content:center;margin:0 auto}
#ohts footer.site .foot-grid ul{list-style:none;padding-left:0;margin-left:0;display:flex;flex-direction:column;align-items:center;gap:8px}
#ohts footer.site .foot-grid ul li{justify-content:center;text-align:center}
#ohts footer.site .foot-grid ul li a{justify-content:center}
#ohts footer.site .ftag{text-align:center}
}

/* footer mobile brand text width v33 */
@media(max-width:640px){
#ohts footer.site .foot-grid>div:first-child{align-self:stretch}
#ohts footer.site .foot-grid .ftag,#ohts footer.site .foot-grid>div>p{width:100%;max-width:none}
#ohts footer.site .foot-grid>div:first-child{padding-left:6px;padding-right:6px}
}
