/* ==========================================================================
   Pro Pane Tank Supply Co — WooCommerce layer
   Woo's own general/layout/smallscreen sheets are dequeued in inc/assets.php,
   so everything below is authored, not overridden.
   ========================================================================== */

/* ---------- shop shell ---------- */
.shop{display:grid;grid-template-columns:262px minmax(0,1fr);gap:clamp(22px,3vw,44px);align-items:start}
@media (max-width:980px){.shop{grid-template-columns:minmax(0,1fr)}}

.shop-side{position:sticky;top:calc(var(--hdr) + 18px);display:grid;gap:18px}
@media (max-width:980px){.shop-side{position:static;top:auto}}
.fbox{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px 19px}
.fbox h3{font-size:var(--micro);font-weight:650;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-2);margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid var(--line)}
.fbox ul{list-style:none;margin:0;padding:0}
.fbox li{margin:0 0 2px}
.fbox li a{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:8px 10px;border-radius:var(--r);font-size:.878rem;font-weight:500;color:var(--ink-2);
  border-left:2px solid transparent;transition:background var(--t-fast),color var(--t-fast),border-color var(--t-fast);
}
.fbox li a:hover{background:var(--paper-2);color:var(--flame-2);border-left-color:var(--flame)}
.fbox li.is-current > a{background:var(--flame-wash);color:var(--flame-2);border-left-color:var(--flame);font-weight:620}
.fbox li a em{font-style:normal;font-size:.75rem;color:var(--muted-2);font-weight:500}
.fbox__cta{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}

/* toolbar */
.shop-bar{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;
  padding:0 0 18px;margin-bottom:22px;border-bottom:1px solid var(--line);
}
.shop-bar__n{font-size:.878rem;color:var(--muted)}
.shop-bar__n b{color:var(--ink);font-weight:650}
.woocommerce-ordering{margin:0}
.woocommerce-ordering select{min-width:212px;font-size:.878rem;padding:9px 34px 9px 12px}
.woocommerce-result-count{margin:0;font-size:.878rem;color:var(--muted)}

/* product grid */
ul.products{list-style:none;margin:0;padding:0;display:grid;gap:clamp(14px,1.6vw,22px);grid-template-columns:repeat(3,minmax(0,1fr))}
ul.products li.product{margin:0}
@media (max-width:1240px){ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:440px){ul.products{grid-template-columns:minmax(0,1fr)}}
/* A .shop with no <aside> child: the single <ul> would otherwise land in
   the 262px sidebar track and crush every tile. */
.shop--full{grid-template-columns:minmax(0,1fr);display:block}
.shop--full ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:1240px){.shop--full ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){.shop--full ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:440px){.shop--full ul.products{grid-template-columns:minmax(0,1fr)}}

/* pagination */
.woocommerce-pagination{margin-top:clamp(28px,3.4vw,48px);padding-top:26px;border-top:1px solid var(--line)}
.woocommerce-pagination ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:7px;justify-content:center}
.woocommerce-pagination li{margin:0}
.woocommerce-pagination a,.woocommerce-pagination span{
  display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;
  background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  font-size:.892rem;font-weight:580;color:var(--ink-2);
  transition:border-color var(--t-fast),color var(--t-fast),background var(--t-fast);
}
.woocommerce-pagination a:hover{border-color:var(--flame);color:var(--flame-2);background:var(--flame-wash)}
.woocommerce-pagination span.current{background:var(--graphite);border-color:var(--graphite);color:#fff}

/* ==========================================================================
   SINGLE PRODUCT
   ========================================================================== */
.pdp{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:clamp(26px,3.6vw,58px);align-items:start}
@media (max-width:980px){.pdp{grid-template-columns:minmax(0,1fr)}}

/* gallery — keeps Woo class names; its scripts bind to them */
.pdp-gal{display:grid;gap:12px}
.woocommerce-product-gallery{position:relative;margin:0}
.woocommerce-product-gallery__wrapper{margin:0}
.pdp-stage{
  position:relative;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
  background:var(--card);aspect-ratio:1/1;
}
.pdp-stage img{width:100%;height:100%;object-fit:contain;background:#fff}
.woocommerce-product-gallery__trigger{
  position:absolute;top:12px;right:12px;z-index:4;width:38px;height:38px;
  display:grid;place-items:center;background:rgba(255,255,255,.94);border:1px solid var(--line);
  border-radius:var(--r);color:var(--ink-2);font-size:0;text-indent:-999px;overflow:hidden;
}
.woocommerce-product-gallery__trigger::after{
  content:'';position:absolute;inset:0;text-indent:0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2326333E' stroke-width='1.7'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.6-3.6M11 8v6M8 11h6'/%3E%3C/svg%3E") center/19px no-repeat;
}
.pdp-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
@media (max-width:520px){.pdp-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}
.pdp-thumb{
  aspect-ratio:1/1;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
  background:#fff;cursor:pointer;padding:0;transition:border-color var(--t-fast),box-shadow var(--t-fast);
}
.pdp-thumb img{width:100%;height:100%;object-fit:contain}
.pdp-thumb:hover{border-color:var(--flame)}
.pdp-thumb.is-active{border-color:var(--flame);box-shadow:0 0 0 2px var(--flame-wash)}
.pdp-more{font-size:.78rem;color:var(--muted-2);text-align:right}

/* summary rail */
.pdp-sum .ptile__cat{margin-bottom:10px}
.pdp-sum h1{font-size:clamp(1.42rem,2.2vw,2rem);letter-spacing:-.028em;margin-bottom:.4em;line-height:1.18}
.pdp-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.pdp-meta span{
  font-size:.72rem;font-weight:560;letter-spacing:.05em;color:var(--muted);
  border:1px solid var(--line);border-radius:2px;padding:4px 9px;background:var(--card);
}
.pdp-price{
  display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;
  padding:18px 20px;margin-bottom:20px;
  background:var(--card);border:1px solid var(--line);border-left:3px solid var(--flame);border-radius:var(--r);
}
.pdp-price .price{margin:0;font-size:1.72rem;font-weight:700;color:var(--ink);letter-spacing:-.032em;line-height:1.1}
.pdp-price .price del{font-size:.6em;font-weight:450;color:var(--muted-2);margin-right:8px}
.pdp-price .price ins{text-decoration:none}
.pdp-price .price .woocommerce-Price-currencySymbol{font-size:.66em;font-weight:620;vertical-align:.14em;margin-right:1px}
.pdp-price__note{font-size:.8rem;color:var(--muted);width:100%;margin:0}
.pdp-price--quote{border-left-color:var(--flame-2);background:var(--flame-wash)}
.pdp-price--quote b{font-size:1.16rem;font-weight:680;color:var(--flame-2);letter-spacing:-.02em}

.pdp-short{font-size:.958rem;color:var(--muted);line-height:1.68;margin-bottom:22px}
.pdp-short p:last-child{margin-bottom:0}

/* stock pill */
.stock{display:inline-flex;align-items:center;gap:8px;font-size:.845rem;font-weight:580;margin:0 0 18px}
.stock::before{content:'';width:8px;height:8px;border-radius:50%;flex:none}
.stock.in-stock{color:#12693F}
.stock.in-stock::before{background:#1D9E5F;box-shadow:0 0 0 3px rgba(29,158,95,.18)}
.stock.out-of-stock{color:#8C5410}
.stock.out-of-stock::before{background:#C9821F;box-shadow:0 0 0 3px rgba(201,130,31,.18)}

/* add-to-cart */
form.cart{display:flex;flex-wrap:wrap;gap:11px;align-items:center;margin:0 0 22px}
/* Scoped to the add-to-cart form. Woo also emits <span class="quantity">1 x $x</span>
   inside the mini cart, and an unscoped rule drew a bordered stepper box
   around that line and around the Remove link next to it. */
form.cart .quantity,.woocommerce-cart-form .quantity{display:inline-flex;align-items:stretch;border:1px solid var(--line-2);border-radius:var(--r);overflow:hidden;background:var(--card)}
.mini .quantity,.woocommerce-mini-cart-item .quantity{
  display:inline;border:0;background:none;border-radius:0;padding:0;
  font-size:.8rem;color:var(--muted);
}
form.cart .quantity button,.woocommerce-cart-form .quantity button{
  width:40px;border:0;background:var(--paper-2);color:var(--ink-2);font-size:1.1rem;
  cursor:pointer;line-height:1;transition:background var(--t-fast),color var(--t-fast);
}
form.cart .quantity button:hover,.woocommerce-cart-form .quantity button:hover{background:var(--flame);color:#fff}
form.cart .quantity input.qty,.woocommerce-cart-form .quantity input.qty{
  width:56px;border:0;border-inline:1px solid var(--line-2);text-align:center;
  font-size:.938rem;font-weight:620;padding:11px 0;-moz-appearance:textfield;
}
form.cart .quantity input.qty::-webkit-outer-spin-button,form.cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
button.single_add_to_cart_button{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;width:auto;
  padding:13px 26px;border:1px solid transparent;border-radius:var(--r);
  background:var(--grad-flame);color:#fff;box-shadow:var(--sh-flame);
  font-family:var(--font);font-size:.938rem;font-weight:620;cursor:pointer;
  transition:box-shadow var(--t-fast),transform var(--t-fast),filter var(--t-fast);
}
button.single_add_to_cart_button:hover{transform:translateY(-1px);box-shadow:0 6px 22px rgba(20,120,212,.34);filter:saturate(1.08)}
button.single_add_to_cart_button.disabled,button.single_add_to_cart_button:disabled{opacity:.5;cursor:not-allowed;transform:none}

/* variations */
.variations{width:100%;margin:0 0 16px;border:0}
.variations tr{display:block;margin-bottom:12px}
.variations th,.variations td{display:block;padding:0;text-align:left;border:0;background:none;width:auto}
.variations th label{font-size:var(--micro);font-weight:650;letter-spacing:.13em;text-transform:uppercase;color:var(--muted-2);margin-bottom:7px;display:block}
.reset_variations{font-size:.8rem;color:var(--muted-2);text-decoration:underline}
.woocommerce-variation-price{margin-bottom:12px}
.woocommerce-variation-price .price{font-size:1.32rem;font-weight:690;color:var(--ink)}

/* assurances under the buy box */
.pdp-assure{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;margin-bottom:22px}
.pdp-assure__i{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;background:var(--card)}
.pdp-assure__i svg{width:18px;height:18px;flex:none;color:var(--flame-2);margin-top:2px}
.pdp-assure__i b{display:block;font-size:.858rem;font-weight:620;color:var(--ink);margin-bottom:2px}
.pdp-assure__i span{font-size:.8rem;color:var(--muted);line-height:1.52}

/* tabs */
.woocommerce-tabs{margin-top:clamp(36px,4.2vw,62px)}
.woocommerce-tabs ul.tabs{
  list-style:none;margin:0 0 26px;padding:0;display:flex;flex-wrap:wrap;gap:4px;
  border-bottom:1px solid var(--line);
}
.woocommerce-tabs ul.tabs li{margin:0}
.woocommerce-tabs ul.tabs li a{
  display:block;padding:13px 19px;font-size:.892rem;font-weight:580;color:var(--muted);
  border-bottom:2px solid transparent;margin-bottom:-1px;
}
.woocommerce-tabs ul.tabs li a:hover{color:var(--ink)}
.woocommerce-tabs ul.tabs li.active a{color:var(--flame-2);border-bottom-color:var(--flame)}
.woocommerce-Tabs-panel h2{font-size:var(--h3);margin-bottom:.7em}
.woocommerce-Tabs-panel{max-width:86ch}

/* related */
.related,.upsells{margin-top:clamp(40px,4.6vw,70px);padding-top:clamp(30px,3.4vw,46px);border-top:1px solid var(--line)}
.related > h2,.upsells > h2{font-size:var(--h3);margin-bottom:1em}

/* ==========================================================================
   CART / CHECKOUT / ACCOUNT
   ========================================================================== */
.woocommerce-notices-wrapper ul,.woocommerce-error,.woocommerce-message,.woocommerce-info{
  list-style:none;margin:0 0 20px;padding:14px 18px;border-radius:var(--r);
  border:1px solid var(--line-2);background:var(--card);font-size:.918rem;
  display:flex;flex-wrap:wrap;align-items:center;gap:12px;
}
.woocommerce-message{border-color:#A8E0C2;background:#ECFAF2;color:#115C36}
.woocommerce-error{border-color:#F0C0C6;background:#FDF0F1;color:#8C1F2C;flex-direction:column;align-items:flex-start}
.woocommerce-info{border-color:rgba(20,120,212,.3);background:var(--flame-wash);color:var(--flame-2)}
.woocommerce-message .button,.woocommerce-info .button{margin-left:auto}

.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 358px;gap:clamp(24px,3vw,44px);align-items:start}
@media (max-width:980px){.cart-layout{grid-template-columns:minmax(0,1fr)}}
table.shop_table{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
table.shop_table th{
  padding:14px 16px;text-align:left;background:var(--paper-2);border-bottom:1px solid var(--line);
  font-size:var(--micro);font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);
}
table.shop_table td{padding:16px;border-bottom:1px solid var(--line);font-size:.918rem;vertical-align:middle}
table.shop_table tr:last-child td{border-bottom:0}
.cart_item .product-thumbnail img{width:72px;height:72px;object-fit:cover;border:1px solid var(--line);border-radius:var(--r)}
.product-name a{font-weight:560;color:var(--ink)}
a.remove{
  display:inline-grid;place-items:center;width:26px;height:26px;border-radius:var(--r);
  border:1px solid var(--line);color:var(--muted-2);font-size:1.02rem;line-height:1;text-decoration:none;
}
a.remove:hover{background:#FDF0F1;border-color:#F0C0C6;color:#8C1F2C}
.cart-collaterals{display:grid;gap:18px}
.cart_totals table{width:100%}
.cart_totals th,.cart_totals td{padding:12px 0;border-bottom:1px solid var(--line);font-size:.918rem;text-align:left}
.cart_totals tr:last-child th,.cart_totals tr:last-child td{border-bottom:0}
.cart_totals .order-total th,.cart_totals .order-total td{font-size:1.12rem;font-weight:690;color:var(--ink);padding-top:16px}
.coupon{display:flex;gap:9px;flex-wrap:wrap}
.coupon input{flex:1;min-width:150px}

/* Woo's generic .button — keep it hugging its text */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,a.button,button.button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;
  padding:12px 22px;border:1px solid var(--line-2);border-radius:var(--r);
  background:var(--card);color:var(--ink);font-family:var(--font);font-size:.892rem;font-weight:600;
  cursor:pointer;text-decoration:none;transition:all var(--t-fast);
}
.woocommerce a.button:hover,.woocommerce button.button:hover,a.button:hover,button.button:hover{border-color:var(--steel);color:var(--ink)}
.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,
.checkout-button,#place_order{
  background:var(--grad-flame);border-color:transparent;color:#fff;box-shadow:var(--sh-flame);
}
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.checkout-button:hover,#place_order:hover{
  color:#fff;box-shadow:0 6px 22px rgba(20,120,212,.34);filter:saturate(1.08);
}
.wc-proceed-to-checkout{margin-top:16px}
.wc-proceed-to-checkout .checkout-button{width:auto}

/* checkout */
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 404px;gap:clamp(24px,3vw,46px);align-items:start}
@media (max-width:1040px){.checkout-layout{grid-template-columns:minmax(0,1fr)}}
.checkout-main{min-width:0}
.checkout-aside{min-width:0;position:sticky;top:calc(var(--hdr) + 18px)}
@media (max-width:1040px){.checkout-aside{position:static}}
.checkout-aside #order_review_heading{
  font-size:var(--micro);font-weight:650;letter-spacing:.15em;text-transform:uppercase;
  color:var(--muted-2);margin:0 0 14px;padding:0;border:0;
}
.checkout-assure{
  display:flex;gap:10px;align-items:flex-start;margin:14px 0 0;
  font-size:.83rem;color:var(--muted);line-height:1.58;
}
.checkout-assure svg{width:16px;height:16px;flex:none;color:var(--flame-2);margin-top:2px}
#customer_details .col-1,#customer_details .col-2{width:100%}
#customer_details h3{font-size:var(--h4);margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--line)}
#customer_details h3#ship-to-different-address{border:0;padding:0;margin-top:26px}
#ship-to-different-address label{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:600;text-transform:none;letter-spacing:0;color:var(--ink)}
.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3,#order_review_heading{font-size:var(--h4);margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--line)}
.woocommerce-input-wrapper{display:block;width:100%}
p.form-row{margin-bottom:16px}
/* The spec-plate label treatment is for FIELD labels only. Applied to a
   checkbox row it turned "I have read and accept the terms" into shouting
   6pt capitals. */
.form-row > label:not(.checkbox):not(.woocommerce-form__label-for-checkbox){
  font-size:var(--micro);font-weight:650;letter-spacing:.13em;text-transform:uppercase;
  color:var(--muted-2);display:block;margin-bottom:7px;
}
.form-row label .required{color:var(--flame-2);text-decoration:none;margin-left:2px}
.form-row label abbr[title]{text-decoration:none;border:0}

/* checkbox rows read as sentences */
label.checkbox,.woocommerce-form__label-for-checkbox,
.woocommerce-terms-and-conditions-wrapper label{
  display:flex!important;align-items:flex-start;gap:10px;cursor:pointer;
  font-size:.9rem;font-weight:450;line-height:1.55;color:var(--ink-2);
  letter-spacing:0;text-transform:none;margin:0;
}
label.checkbox input[type=checkbox],.woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]{
  width:17px;height:17px;flex:none;margin:2px 0 0;accent-color:var(--flame);cursor:pointer;
}
.woocommerce-terms-and-conditions-wrapper{margin:18px 0}
.woocommerce-privacy-policy-text{font-size:.83rem;color:var(--muted);line-height:1.6}
.woocommerce-privacy-policy-text p{margin-bottom:.7em}
.form-row-first,.form-row-last{display:inline-block;width:calc(50% - 7px)}
.form-row-first{margin-right:12px}
@media (max-width:520px){.form-row-first,.form-row-last{width:100%;margin-right:0}}
.select2-container .select2-selection--single{height:auto;border:1px solid var(--line-2);border-radius:var(--r);padding:6px 8px}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.7;color:var(--ink);font-size:.938rem}

#order_review{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px}
#order_review table.shop_table{border:0;background:none;border-radius:0}
#order_review table.shop_table th{background:none;padding:0 0 10px;border-bottom:1px solid var(--line)}
#order_review .product-name{font-size:.892rem;font-weight:540;color:var(--ink);line-height:1.45}
#order_review .product-quantity{color:var(--muted);font-weight:600}
#order_review .cart-subtotal th,#order_review .shipping th,#order_review .fee th{
  font-size:.83rem;font-weight:550;letter-spacing:0;text-transform:none;color:var(--muted);
}
#order_review .fee th,#order_review .fee td{color:var(--flame-2);font-weight:620}
#order_review ul#shipping_method{list-style:none;margin:0;padding:0;text-align:right}
#order_review ul#shipping_method li{margin:0;font-size:.878rem}
#order_review #place_order{margin-top:6px}
.woocommerce-checkout-review-order-table{border:0}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:11px 0;background:none;border-bottom:1px solid var(--line)}
.woocommerce-checkout-review-order-table tfoot .order-total th,.woocommerce-checkout-review-order-table tfoot .order-total td{font-size:1.12rem;font-weight:690;color:var(--ink)}

/* payment methods
   Woo markup is:  <li class="wc_payment_method"><input type=radio><label>…</label><div class="payment_box">…</div></li>
   The radio is a SIBLING of the label, so a flex label stacks them. Grid the
   <li> instead and place all three children explicitly. */
ul.wc_payment_methods{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}
ul.wc_payment_methods li.wc_payment_method{
  display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;
  column-gap:12px;row-gap:0;margin:0;padding:15px 17px;
  background:var(--card);border:1px solid var(--line-2);border-radius:var(--r);
  transition:border-color var(--t-fast),background var(--t-fast),box-shadow var(--t-fast);
  cursor:pointer;
}
ul.wc_payment_methods li.wc_payment_method:hover{border-color:var(--flame)}
ul.wc_payment_methods li.wc_payment_method:has(input:checked){
  border-color:var(--flame);background:var(--flame-wash);box-shadow:0 0 0 2px rgba(20,120,212,.10);
}
.wc_payment_method > input[type=radio]{
  grid-column:1;grid-row:1;accent-color:var(--flame);
  width:18px;height:18px;margin:0;flex:none;cursor:pointer;
}
.wc_payment_method > label{
  grid-column:2;grid-row:1;display:flex!important;align-items:center;gap:10px;
  margin:0;padding:0;border:0;background:none;cursor:pointer;
  font-size:.958rem;font-weight:600;color:var(--ink);
  letter-spacing:0;text-transform:none;line-height:1.35;
}
.wc_payment_method > label .ppl-gw-icon{display:inline-flex;flex:none;color:var(--flame-2)}
.wc_payment_method > label .ppl-gw-icon svg{width:19px;height:19px}
.wc_payment_method > label img{max-height:22px;width:auto;margin-left:auto}
.wc_payment_method .payment_box{
  grid-column:2;grid-row:2;
  margin:11px 0 0;padding:13px 15px;background:var(--paper-2);
  border:1px solid var(--line);border-radius:var(--r);
  font-size:.878rem;color:var(--ink-2);line-height:1.62;
}
.wc_payment_method .payment_box p:last-child{margin-bottom:0}
.wc_payment_method .payment_box::before{display:none}
.ppl-gw-note{
  display:flex;gap:10px;align-items:flex-start;margin-top:11px;padding-top:11px;
  border-top:1px dashed var(--line-2);font-size:.83rem;color:var(--muted);
}
.ppl-gw-note svg{width:16px;height:16px;flex:none;color:var(--flame-2);margin-top:2px}

/* the crypto row earns a highlight */
li.payment_method_ppl_crypto{border-color:rgba(20,120,212,.34)!important;background:var(--flame-wash)!important}
li.payment_method_ppl_crypto > label{color:var(--flame-2)}

/* thank-you / order details */
.woocommerce-order{max-width:820px}
.woocommerce-thankyou-order-received{font-size:var(--h3);font-weight:640;color:var(--ink);margin-bottom:1em}
ul.woocommerce-order-overview{
  list-style:none;margin:0 0 30px;padding:20px;display:grid;gap:16px;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);
}
ul.woocommerce-order-overview li{margin:0;font-size:1.012rem;font-weight:650;color:var(--ink);display:flex;flex-direction:column;gap:5px}
ul.woocommerce-order-overview li strong{order:2;font-weight:650}
ul.woocommerce-order-overview li{font-size:var(--micro);font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}
ul.woocommerce-order-overview li strong{font-size:1.012rem;letter-spacing:normal;text-transform:none;color:var(--ink)}

/* account */
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-MyAccount-navigation li{margin:0 0 2px}
.woocommerce-MyAccount-navigation a{display:block;padding:10px 13px;border-radius:var(--r);font-size:.892rem;font-weight:520;color:var(--ink-2);border-left:2px solid transparent}
.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation a:hover{background:var(--flame-wash);color:var(--flame-2);border-left-color:var(--flame)}
.account-layout{display:grid;grid-template-columns:238px minmax(0,1fr);gap:clamp(22px,3vw,40px);align-items:start}
@media (max-width:860px){.account-layout{grid-template-columns:minmax(0,1fr)}}

/* Woo's stray bits we do want hidden */
.woocommerce-breadcrumb{display:none}
.woocommerce-product-gallery__image:not(:first-child){display:none}
.storefront-sorting,.woocommerce-store-notice{display:none}
