/*
 * ACP interface polish layer
 * Header/navigation, compact homepage quote form, managed reviews,
 * WooCommerce cart and checkout refinements.
 */

/* --------------------------------------------------------------------------
   Header and navigation
   -------------------------------------------------------------------------- */
.wcp-modern-header{
  position:relative;
  z-index:10040;
  background:#fff;
}
.wcp-modern-mainbar{
  position:relative;
  z-index:10045;
  background:#fff;
  border-bottom:1px solid rgba(1,44,68,.10);
  box-shadow:0 8px 24px rgba(1,44,68,.04);
  transition:box-shadow .22s ease,transform .22s ease;
}
.wcp-modern-navrow{
  min-height:92px!important;
  display:grid!important;
  grid-template-columns:minmax(205px,230px) minmax(0,1fr) auto!important;
  gap:clamp(18px,2.2vw,34px)!important;
  align-items:center!important;
  overflow:visible!important;
}
.wcp-modern-logo{
  display:inline-flex!important;
  align-items:center!important;
  min-width:0;
}
.wcp-modern-logo img{
  width:auto!important;
  max-width:220px!important;
  height:68px!important;
  object-fit:contain!important;
}
.wcp-modern-nav{
  position:static!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:center!important;
  gap:clamp(18px,2vw,31px)!important;
  min-width:0;
  height:92px!important;
  overflow:visible!important;
}
.wcp-modern-nav > a,
.wcp-modern-nav > .wcp-mega-item > .wcp-mega-trigger{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  font:800 14px/1.15 Inter,system-ui,sans-serif!important;
  letter-spacing:.01em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  text-decoration:none!important;
}
.wcp-modern-nav > a::after,
.wcp-modern-nav > .wcp-mega-item > .wcp-mega-trigger::after{
  position:absolute;
  right:0;
  bottom:22px;
  left:0;
  height:2px;
  border-radius:999px;
  background:var(--primary,#ee7163);
  content:"";
  opacity:0;
  transform:scaleX(.35);
  transition:opacity .18s ease,transform .18s ease;
}
.wcp-modern-nav > a:hover,
.wcp-modern-nav > a:focus-visible,
.wcp-modern-nav > a.active,
.wcp-modern-nav > .wcp-mega-item:hover > .wcp-mega-trigger,
.wcp-modern-nav > .wcp-mega-item:focus-within > .wcp-mega-trigger,
.wcp-modern-nav > .wcp-mega-item.is-open > .wcp-mega-trigger{
  color:var(--primary,#ee7163)!important;
  -webkit-text-fill-color:var(--primary,#ee7163)!important;
}
.wcp-modern-nav > a:hover::after,
.wcp-modern-nav > a:focus-visible::after,
.wcp-modern-nav > a.active::after,
.wcp-modern-nav > .wcp-mega-item:hover > .wcp-mega-trigger::after,
.wcp-modern-nav > .wcp-mega-item:focus-within > .wcp-mega-trigger::after,
.wcp-modern-nav > .wcp-mega-item.is-open > .wcp-mega-trigger::after{
  opacity:1;
  transform:scaleX(1);
}
.wcp-modern-nav a:focus-visible,
.wcp-modern-nav button:focus-visible,
.wcp-modern-actions a:focus-visible,
.wcp-modern-actions button:focus-visible{
  outline:3px solid rgba(238,113,99,.28)!important;
  outline-offset:4px!important;
}
.wcp-mega-item{
  position:static!important;
  display:flex!important;
  align-items:stretch!important;
  height:92px!important;
}
.wcp-chevron{
  position:relative!important;
  display:inline-block!important;
  width:9px!important;
  height:9px!important;
  flex:0 0 9px!important;
  margin-top:-4px!important;
  border-right:1.8px solid currentColor!important;
  border-bottom:1.8px solid currentColor!important;
  transform:rotate(45deg)!important;
  transform-origin:center!important;
  transition:transform .2s ease,margin .2s ease!important;
}
.wcp-mega-item:hover .wcp-chevron,
.wcp-mega-item:focus-within .wcp-chevron,
.wcp-mega-item.is-open .wcp-chevron{
  margin-top:4px!important;
  transform:rotate(225deg)!important;
}
.wcp-mega-panel,
.wcp-mega-panel-wide,
.wcp-mega-panel-style{
  position:absolute!important;
  top:calc(100% - 1px)!important;
  left:50%!important;
  width:min(1120px,calc(100vw - 34px))!important;
  max-width:1120px!important;
  margin:0!important;
  padding:18px!important;
  border:1px solid rgba(1,44,68,.12)!important;
  border-radius:0 0 18px 18px!important;
  background:#fff!important;
  box-shadow:0 28px 64px -30px rgba(1,44,68,.42)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translate(-50%,8px)!important;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;
  z-index:10060!important;
}
.wcp-mega-item:hover .wcp-mega-panel,
.wcp-mega-item:focus-within .wcp-mega-panel,
.wcp-mega-item.is-open .wcp-mega-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}
.wcp-mega-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  border:0!important;
  background:#fff!important;
}
.wcp-modern-nav .wcp-mega-card{
  min-height:70px!important;
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px 12px!important;
  border:1px solid rgba(1,44,68,.08)!important;
  border-radius:12px!important;
  background:#fbfaf7!important;
  color:#102d3d!important;
  -webkit-text-fill-color:#102d3d!important;
  font:750 13px/1.25 Inter,system-ui,sans-serif!important;
  text-transform:none!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
.wcp-modern-nav .wcp-mega-card:hover,
.wcp-modern-nav .wcp-mega-card:focus-visible{
  border-color:rgba(238,113,99,.4)!important;
  background:#fff7ed!important;
  color:var(--primary,#ee7163)!important;
  -webkit-text-fill-color:var(--primary,#ee7163)!important;
  transform:translateY(-1px)!important;
}
.wcp-mega-icon,
.wcp-mega-icon img{
  width:50px!important;
  height:46px!important;
  object-fit:contain!important;
}
.wcp-modern-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  white-space:nowrap;
}
.wcp-header-cart{
  position:relative!important;
  display:inline-flex!important;
  width:46px!important;
  height:46px!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  color:#2d3733!important;
  text-decoration:none!important;
  transition:background .18s ease,transform .18s ease!important;
}
.wcp-header-cart:hover{background:#fff2ed!important;transform:translateY(-1px)!important}
.wcp-header-cart-icon{font-size:25px!important;line-height:1!important}
.wcp-modern-actions .wcp-header-cart-count{
  position:absolute!important;
  top:-2px!important;
  right:0!important;
  display:flex!important;
  min-width:19px!important;
  height:19px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 5px!important;
  border:2px solid #fff!important;
  border-radius:999px!important;
  background:var(--primary,#ee7163)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
}
.wcp-header-quote-btn{
  min-height:48px!important;
  padding:0 27px!important;
  box-shadow:none!important;
}

/* Compact sticky state. The announcement bar scrolls away. */
.wcp-modern-header.is-compact{min-height:129px}
.wcp-modern-header.is-compact .wcp-modern-mainbar{
  position:fixed!important;
  top:0!important;
  right:0!important;
  left:0!important;
  box-shadow:0 14px 34px rgba(1,44,68,.13)!important;
  animation:acpHeaderIn .22s ease both;
}
.admin-bar .wcp-modern-header.is-compact .wcp-modern-mainbar{top:32px!important}
.wcp-modern-header.is-compact .wcp-modern-navrow,
.wcp-modern-header.is-compact .wcp-modern-nav,
.wcp-modern-header.is-compact .wcp-mega-item{height:70px!important;min-height:70px!important}
.wcp-modern-header.is-compact .wcp-modern-logo img{height:52px!important;max-width:184px!important}
.wcp-modern-header.is-compact .wcp-modern-nav > a::after,
.wcp-modern-header.is-compact .wcp-modern-nav > .wcp-mega-item > .wcp-mega-trigger::after{bottom:13px}
.wcp-modern-header.is-compact .wcp-header-quote-btn{min-height:42px!important;padding:0 23px!important}
.wcp-modern-header.is-compact .wcp-header-cart{width:42px!important;height:42px!important}
@keyframes acpHeaderIn{from{opacity:.96;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}

/* --------------------------------------------------------------------------
   Compact homepage hero quote form
   -------------------------------------------------------------------------- */
.pw-insert-home .pw-hero-form-grid{
  min-height:calc(100vh - 130px)!important;
  align-items:center!important;
  padding-top:34px!important;
  padding-bottom:34px!important;
}
.pw-insert-home .pw-hero-copy h1{
  max-width:720px!important;
  margin-top:14px!important;
  font-size:clamp(42px,4.65vw,64px)!important;
  line-height:1.01!important;
}
.pw-insert-home .pw-hero-copy p{
  margin-top:18px!important;
  font-size:16px!important;
  line-height:1.62!important;
}
.pw-insert-home .pw-hero-buttons{margin-top:24px!important}
.pw-insert-home .pw-trust{margin-top:22px!important}
.pw-insert-home .pw-hero-form-card{
  padding:20px 24px!important;
  border-radius:22px!important;
}
.pw-insert-home .pw-form-title-row{
  padding-bottom:12px!important;
  margin-bottom:10px!important;
}
.pw-insert-home .pw-form-title-row h3{font-size:24px!important}
.pw-insert-home .pw-fast-form{gap:7px!important}
.pw-insert-home .pw-fast-form label{gap:3px!important;font-size:10px!important}
.pw-insert-home .pw-fast-form input,
.pw-insert-home .pw-fast-form select{
  height:40px!important;
  min-height:40px!important;
  padding:0 12px!important;
  border-radius:10px!important;
  font-size:13px!important;
}
.pw-insert-home .pw-form-two{gap:9px!important}
.pw-insert-home .pw-fast-form .wcp-simple-captcha{
  min-height:48px!important;
  margin:3px 0!important;
  padding:6px 10px!important;
  border-radius:10px!important;
}
.pw-insert-home .pw-fast-form .wcp-simple-captcha input.wcp-captcha-input{
  min-height:34px!important;
  height:34px!important;
}
.pw-insert-home .pw-fast-form .btn-dark{
  min-height:42px!important;
  height:42px!important;
  margin-top:1px!important;
  padding:0 18px!important;
}
.pw-insert-home .pw-fast-form .wcp-form-privacy{
  margin:0!important;
  text-align:center!important;
  color:#747c78!important;
  font-size:9.5px!important;
  line-height:1.35!important;
}
.pw-insert-home .pw-fast-form .wcp-form-privacy a{white-space:nowrap!important}
.pw-insert-home .pw-form-badges{
  margin-top:0!important;
  gap:6px!important;
  font-size:9.5px!important;
}

/* --------------------------------------------------------------------------
   Managed customer reviews
   -------------------------------------------------------------------------- */
.acp-reviews-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#08243a 0%,#0d2f4b 100%)!important;
  color:#fff;
}
.acp-reviews-section::before{
  position:absolute;
  top:-220px;
  right:-150px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(238,113,99,.10);
  filter:blur(30px);
  content:"";
}
.acp-reviews-heading{
  position:relative;
  z-index:1;
  margin:0 auto 38px;
  text-align:center;
}
.acp-reviews-heading .pill{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.06)!important;color:#fff!important}
.acp-reviews-heading h2{margin:18px 0 10px!important;color:#fff!important;font-size:clamp(34px,4.4vw,54px)!important}
.acp-reviews-heading p{margin:0!important;color:rgba(255,255,255,.7)!important}
.acp-review-notice{
  max-width:760px;
  margin:0 auto 24px;
  padding:13px 18px;
  border:1px solid rgba(34,197,94,.32);
  border-radius:12px;
  background:rgba(34,197,94,.12);
  color:#eafff0;
  text-align:center;
}
.acp-review-notice.is-error{border-color:rgba(248,113,113,.35);background:rgba(248,113,113,.12);color:#fff0f0}
.acp-reviews-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:22px;
  align-items:stretch;
}
.acp-review-summary{
  display:flex;
  min-height:324px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:28px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  background:rgba(255,255,255,.065);
  box-shadow:0 20px 50px rgba(0,0,0,.14);
}
.acp-review-summary-logo{
  display:flex;
  width:58px;
  height:58px;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:14px;
  background:#fff;
  color:#08243a;
  font:900 17px/1 Inter,system-ui,sans-serif;
  letter-spacing:.04em;
}
.acp-review-summary > strong{display:block;color:#fff;font:800 34px/1.1 Fraunces,Georgia,serif}
.acp-review-summary .acp-review-stars{margin-top:10px}
.acp-review-summary p{margin:10px 0 22px!important;color:rgba(255,255,255,.7)!important;font-size:14px!important}
.acp-write-review-btn{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:10px;
  background:transparent;
  color:#fff;
  font-weight:800;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.acp-write-review-btn:hover{background:#fff;color:#08243a;transform:translateY(-1px)}
.acp-review-carousel-shell{min-width:0}
.acp-review-viewport{overflow:hidden}
.acp-review-track{
  display:flex;
  gap:20px;
  will-change:transform;
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
}
.acp-review-card{
  display:flex;
  flex:0 0 calc((100% - 40px)/3);
  min-width:0;
  min-height:324px;
  flex-direction:column;
  padding:26px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(255,255,255,.055);
  box-shadow:0 18px 44px rgba(0,0,0,.11);
}
.acp-review-card-rating-row{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:24px;
}
.acp-review-card-rating-row .acp-review-source{
  flex:0 1 auto;
  min-width:0;
  max-width:calc(100% - 112px);
}
.acp-review-card-rating-row .acp-review-source > span:last-child{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.acp-review-card-rating-row .acp-review-stars{
  flex:0 0 auto;
  margin-left:auto;
  white-space:nowrap;
}
.acp-review-person{
  display:flex;
  width:100%;
  min-width:0;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
}
.acp-review-person img,.acp-review-avatar{
  display:flex;
  width:48px;
  height:48px;
  flex:0 0 48px;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:50%;
  background:linear-gradient(135deg,#ee7163,#f4a261);
  color:#fff;
  object-fit:cover;
  font-weight:900;
}
.acp-review-person-details{flex:1 1 auto;min-width:0}
.acp-review-person h3{
  margin:0 0 4px!important;
  color:#fff!important;
  font:800 15px/1.3 Inter,system-ui,sans-serif!important;
  white-space:normal;
  overflow-wrap:anywhere;
}
.acp-review-person time{display:block;color:rgba(255,255,255,.55);font-size:12px;line-height:1.4}
.acp-review-stars{display:inline-flex;align-items:center;color:#ffbf00;font-size:19px;letter-spacing:1px;line-height:1}
.acp-review-stars-empty{color:rgba(255,255,255,.24)}
.acp-review-card blockquote{margin:0;padding:0;border:0}
.acp-review-card blockquote p{margin:0!important;color:rgba(255,255,255,.88)!important;font-size:16px!important;line-height:1.65!important}
.acp-review-source{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:6px;
  padding:5px 8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.82)!important;
  font-size:10px;
  font-weight:750;
  text-decoration:none!important;
  white-space:nowrap;
}
.acp-review-source-icon{display:inline-flex;width:17px;height:17px;align-items:center;justify-content:center;border-radius:50%;font-size:11px;font-weight:900}
.acp-review-source-icon--google{background:#fff;color:#4285f4}
.acp-review-source-icon--trustpilot{border-radius:4px;background:#00b67a;color:#fff}
.acp-review-source-icon--verified{background:#1f9d67;color:#fff}
.acp-review-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:18px}
.acp-review-controls > button{
  display:flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:19px;
  cursor:pointer;
}
.acp-review-controls > button:hover{background:#fff;color:#08243a}
.acp-review-dots{display:flex;align-items:center;gap:7px}
.acp-review-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer}
.acp-review-dot.is-active{width:23px;border-radius:999px;background:#ee7163}
.acp-review-modal{position:fixed;inset:0;z-index:110000;display:none;align-items:center;justify-content:center;padding:20px}
.acp-review-modal.is-open{display:flex}
.acp-review-modal-backdrop{position:absolute;inset:0;background:rgba(3,18,29,.72);backdrop-filter:blur(7px)}
.acp-review-dialog{
  position:relative;
  z-index:1;
  width:min(680px,100%);
  max-height:min(88vh,820px);
  overflow:auto;
  padding:32px;
  border-radius:22px;
  background:#fff;
  box-shadow:0 34px 90px rgba(0,0,0,.28);
}
.acp-review-dialog-close{position:absolute;top:14px;right:16px;width:38px;height:38px;border:0;border-radius:50%;background:#f3f0ea;color:#08243a;font-size:25px;cursor:pointer}
.acp-review-dialog-kicker{color:#ee7163;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.acp-review-dialog h2{margin:8px 0 8px!important;color:#08243a!important;font-size:36px!important}
.acp-review-dialog > p{margin:0 0 22px!important;color:#65716b!important}
.acp-review-form{display:grid;gap:15px}
.acp-review-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.acp-review-form label{display:grid;gap:6px;color:#233a47;font-size:12px;font-weight:800;text-transform:uppercase}
.acp-review-form label small{font-weight:600;text-transform:none;color:#7b8580}
.acp-review-form input,.acp-review-form select,.acp-review-form textarea{width:100%;border:1px solid #dfd7c9;border-radius:10px;background:#fffaf1;color:#08243a;padding:11px 12px;font:500 14px/1.4 Inter,system-ui,sans-serif;text-transform:none}
.acp-review-form input,.acp-review-form select{height:44px}
.acp-review-form textarea{resize:vertical}
.acp-review-form .wcp-simple-captcha{grid-template-columns:1fr 1fr!important;margin:0!important;padding:10px 12px!important;border-radius:10px!important;background:#f8f4ec!important}
.acp-review-permission{display:flex!important;grid-template-columns:20px 1fr!important;align-items:flex-start!important;gap:8px!important;font-size:11px!important;line-height:1.5!important;text-transform:none!important}
.acp-review-permission input{width:17px!important;height:17px!important;margin-top:1px}
.acp-review-submit{min-height:48px;border:0;border-radius:10px;background:#082f49;color:#fff;font-weight:900;cursor:pointer}
.acp-review-submit:hover{background:#ee7163}
body.acp-review-modal-open{overflow:hidden}

/* --------------------------------------------------------------------------
   Cart cleanup and WooCommerce GBP presentation
   -------------------------------------------------------------------------- */
.wcp-cart-section{padding:58px 0 76px!important;background:#fbf8f0!important}
.wcp-cart-heading{margin-bottom:24px!important}
.wcp-cart-heading .wcp-cart-eyebrow{display:none!important}
.wcp-native-cart-shell{
  padding:28px!important;
  border-radius:18px!important;
  box-shadow:0 18px 46px -34px rgba(1,44,68,.34)!important;
}
.wcp-native-cart-shell .woocommerce-cart-form table.shop_table th{
  background:var(--primary,#ee7163)!important;
  font-size:12px!important;
  letter-spacing:.045em!important;
}
.wcp-native-cart-shell .woocommerce-cart-form table.shop_table td{padding:20px 14px!important}
.wcp-native-cart-shell .product-thumbnail img{width:76px!important;height:76px!important;object-fit:cover!important}
.wcp-native-cart-shell .product-remove a{display:inline-flex!important;width:32px!important;height:32px!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;color:#b30000!important;background:#fff2f2!important;font-size:22px!important;text-decoration:none!important}
.wcp-native-cart-shell .quantity input.qty{width:104px!important;min-height:44px!important}
.wcp-native-cart-shell button[name="update_cart"]{background:#667d8a!important;opacity:1!important}
.wcp-native-cart-shell .cart-collaterals{margin-top:34px!important}
.wcp-native-cart-shell .cart_totals{width:min(100%,470px)!important;padding:26px!important;border-radius:16px!important;background:#f8f5ef!important}
.wcp-native-cart-shell .cart_totals h2{font-size:27px!important}
.wcp-hybrid-checkout-button{min-height:58px!important;border-radius:11px!important;font-size:18px!important}
.wcp-cart-service-row{display:none!important}

/* --------------------------------------------------------------------------
   Compact native and fallback checkout
   -------------------------------------------------------------------------- */
body.woocommerce-checkout .site-main,
.wcp-checkout-page{background:#fbf8f0!important}
body.woocommerce-checkout .woocommerce{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:46px 0 76px}
body.woocommerce-checkout form.checkout.woocommerce-checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,.78fr)!important;
  gap:28px!important;
  align-items:start!important;
}
body.woocommerce-checkout form.checkout .col2-set{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:100%!important;
  padding:26px!important;
  border:1px solid #e6ddcf!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 18px 46px -38px rgba(1,44,68,.38)!important;
}
body.woocommerce-checkout form.checkout .col-1,
body.woocommerce-checkout form.checkout .col-2{float:none!important;width:100%!important}
body.woocommerce-checkout form.checkout .col-2{margin-top:22px!important}
body.woocommerce-checkout #order_review_heading{
  grid-column:2!important;
  grid-row:1!important;
  margin:0!important;
  padding:24px 24px 0!important;
  border:1px solid #e6ddcf!important;
  border-bottom:0!important;
  border-radius:16px 16px 0 0!important;
  background:#fff!important;
  font-size:26px!important;
}
body.woocommerce-checkout #order_review{
  position:sticky!important;
  top:92px!important;
  grid-column:2!important;
  grid-row:2!important;
  margin-top:-28px!important;
  padding:62px 24px 24px!important;
  border:1px solid #e6ddcf!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 18px 46px -38px rgba(1,44,68,.38)!important;
}
body.admin-bar.woocommerce-checkout #order_review{top:124px!important}
body.woocommerce-checkout form.checkout h3{color:#082f49!important}
body.woocommerce-checkout form.checkout .form-row{margin:0 0 13px!important}
body.woocommerce-checkout form.checkout label{margin-bottom:5px!important;color:#53615b!important;font-size:13px!important}
body.woocommerce-checkout form.checkout input.input-text,
body.woocommerce-checkout form.checkout textarea,
body.woocommerce-checkout form.checkout select,
body.woocommerce-checkout .select2-container .select2-selection--single{
  min-height:42px!important;
  border:1px solid #d9d0c3!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.woocommerce-checkout form.checkout input.input-text{padding:8px 11px!important}
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height:40px!important;padding-left:11px!important}
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:40px!important}
body.woocommerce-checkout form.checkout textarea{min-height:82px!important;padding:10px 11px!important}
body.woocommerce-checkout #payment{border-radius:12px!important;background:#f8f5ef!important}
body.woocommerce-checkout #place_order{width:100%!important;min-height:54px!important;border-radius:10px!important;background:var(--primary,#ee7163)!important;font-weight:900!important}

.wcp-checkout-section{padding:54px 0 78px!important;background:#fbf8f0!important}
.wcp-checkout-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(350px,.72fr)!important;
  gap:28px!important;
  align-items:start!important;
}
.wcp-checkout-form-card,.wcp-checkout-order-card{border-radius:16px!important;box-shadow:0 18px 46px -38px rgba(1,44,68,.38)!important}
.wcp-checkout-form-card{padding:26px!important}
.wcp-checkout-form-card h2{font-size:24px!important;margin:0 0 18px!important}
.wcp-checkout-form-card h2:not(:first-child){margin-top:24px!important}
.wcp-checkout-form-card label{gap:5px!important;font-size:12px!important}
.wcp-checkout-form-card input,.wcp-checkout-form-card select,.wcp-checkout-form-card textarea{min-height:42px!important;border-radius:8px!important}
.wcp-checkout-order-card{position:sticky!important;top:92px!important;padding:25px!important}
.admin-bar .wcp-checkout-order-card{top:124px!important}
.wcp-uk-delivery-note{margin:-8px 0 14px!important}

/* --------------------------------------------------------------------------
   Responsive behaviour
   -------------------------------------------------------------------------- */
@media(max-width:1280px){
  .wcp-modern-navrow{grid-template-columns:190px minmax(0,1fr) auto!important;gap:15px!important}
  .wcp-modern-logo img{max-width:188px!important;height:60px!important}
  .wcp-modern-nav{gap:18px!important}
  .wcp-modern-nav > a,.wcp-modern-nav > .wcp-mega-item > .wcp-mega-trigger{font-size:12.5px!important}
  .wcp-header-quote-btn{padding:0 22px!important}
  .acp-review-card{flex-basis:calc((100% - 20px)/2)}
}
@media(max-width:1024px){
  .wcp-modern-navrow{display:flex!important;min-height:76px!important;height:76px!important}
  .wcp-modern-nav{display:none!important}
  .wcp-modern-logo img{height:54px!important;max-width:190px!important}
  .wcp-modern-actions{margin-left:auto!important}
  .wcp-modern-header.is-compact{min-height:113px}
  .wcp-modern-header.is-compact .wcp-modern-navrow{min-height:64px!important;height:64px!important}
  .wcp-modern-header.is-compact .wcp-modern-logo img{height:46px!important}
  .acp-reviews-layout{grid-template-columns:220px minmax(0,1fr)}
  .acp-review-card{flex-basis:100%}
  body.woocommerce-checkout form.checkout.woocommerce-checkout,.wcp-checkout-layout{grid-template-columns:1fr!important}
  body.woocommerce-checkout form.checkout .col2-set,body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review{grid-column:1!important;grid-row:auto!important}
  body.woocommerce-checkout #order_review_heading{margin-top:0!important}
  body.woocommerce-checkout #order_review{position:static!important;margin-top:-28px!important}
  .wcp-checkout-order-card{position:static!important}
}
@media(max-width:782px){.admin-bar .wcp-modern-header.is-compact .wcp-modern-mainbar{top:46px!important}}
@media(max-width:760px){
  .wcp-header-quote-btn{display:none!important}
  .wcp-modern-actions{gap:7px!important}
  .pw-insert-home .pw-hero-form-grid{min-height:0!important;padding-top:38px!important;padding-bottom:48px!important}
  .pw-insert-home .pw-hero-copy h1{font-size:clamp(38px,11vw,52px)!important}
  .acp-reviews-layout{grid-template-columns:1fr}
  .acp-review-summary{min-height:0;align-items:center;text-align:center}
  .acp-review-card{min-height:310px}
  .acp-review-controls{justify-content:center}
  .acp-review-form-row{grid-template-columns:1fr}
  .acp-review-dialog{padding:28px 20px}
  .wcp-native-cart-shell{padding:14px!important}
}
@media(max-width:560px){
  .wcp-modern-logo img{height:44px!important;max-width:154px!important}
  .wcp-header-cart{width:40px!important;height:40px!important}
  .acp-review-card{padding:22px}
  .acp-review-card-rating-row{gap:12px;margin-bottom:20px}
  .acp-review-card-rating-row .acp-review-source{max-width:calc(100% - 104px)}
  .acp-review-form .wcp-simple-captcha{grid-template-columns:1fr!important}
}
