/* InSyncPets site-wide customer experience polish v3.5.24.13
 * Loaded after the legacy theme CSS so the approved homepage and existing
 * application/commerce logic stay intact while customer-facing pages share
 * one consistent visual system.
 */
:root{
  --isp-premium-cream:#fffaf2;
  --isp-premium-cream-2:#f7eddf;
  --isp-premium-card:#fffefd;
  --isp-premium-ink:#17110d;
  --isp-premium-navy:#082b57;
  --isp-premium-navy-2:#051e3d;
  --isp-premium-gold:#c77b17;
  --isp-premium-gold-dark:#99500d;
  --isp-premium-muted:#6e6258;
  --isp-premium-line:#eadcc8;
  --isp-premium-shadow:0 16px 48px rgba(62,39,20,.07);
  --isp-premium-radius:22px;
  --isp-premium-radius-sm:15px;
  --isp-premium-max:1220px;
}

html{scroll-padding-top:104px;}
body{background:var(--isp-premium-cream);color:var(--isp-premium-ink);}
body:not(.home) #main-content{min-height:55vh;}
.wrap{width:min(var(--isp-premium-max),calc(100% - 48px));max-width:var(--isp-premium-max);}

/* Header: keep shopping visible without turning the mobile header into a menu maze. */
.site-header.isp-v8-header{position:sticky;top:0;z-index:900;}
.admin-bar .site-header.isp-v8-header{top:32px;}
.isp-v8-header .hamb{flex:0 0 auto;}
.isp-v8-get-tag:focus-visible,.isp-v8-icon-link:focus-visible,.menu a:focus-visible{outline:3px solid rgba(40,93,167,.3);outline-offset:3px;}

/* Consistent inner-page hero. */
body:not(.home) .page-hero{
  padding:58px 0 30px!important;
  background:transparent!important;
  min-height:0!important;
}
body:not(.home) .page-hero:before,
body:not(.home) .page-hero:after{display:none!important;}
body:not(.home) .page-hero>.wrap{
  position:relative;
  overflow:hidden;
  padding:clamp(28px,4vw,52px)!important;
  border:1px solid var(--isp-premium-line);
  border-radius:28px;
  background:
    radial-gradient(circle at 93% 8%,rgba(199,123,23,.10),transparent 28%),
    linear-gradient(135deg,#fffdf9 0%,#f7ead7 100%);
  box-shadow:0 18px 50px rgba(76,45,20,.06);
}
body:not(.home) .page-hero .eyebrow{
  display:inline-flex!important;
  align-items:center;
  min-height:30px;
  padding:6px 11px!important;
  border:1px solid rgba(153,80,13,.17)!important;
  border-radius:999px!important;
  background:#fff8ec!important;
  color:#8b4c16!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.075em!important;
  text-transform:uppercase;
}
body:not(.home) .page-hero h1{
  max-width:900px;
  margin:14px 0 10px!important;
  color:var(--isp-premium-ink)!important;
  font-size:clamp(38px,5vw,64px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
}
body:not(.home) .page-hero .lead{
  max-width:760px!important;
  margin:0!important;
  color:var(--isp-premium-muted)!important;
  font-size:clamp(16px,1.7vw,19px)!important;
  line-height:1.58!important;
}

/* Page rhythm and readable text width. */
body:not(.home) .wrap.page-content{
  margin-top:0!important;
  margin-bottom:64px!important;
  padding-top:18px!important;
  padding-bottom:18px!important;
}
body:not(.home) .page-content>p,
body:not(.home) .page-content>ul,
body:not(.home) .page-content>ol{max-width:850px;}
body:not(.home) .page-content p,
body:not(.home) .page-content li{line-height:1.65;}
body:not(.home) .page-content h2{
  color:var(--isp-premium-ink);
  font-size:clamp(29px,3.2vw,44px);
  line-height:1.06;
  letter-spacing:-.045em;
}
body:not(.home) .page-content h3{
  color:var(--isp-premium-ink);
  line-height:1.18;
  letter-spacing:-.025em;
}

/* One card language across information, support, business, product and legal pages. */
.page-card-grid,.clickable-grid,.business-feature-grid,.business-use-grid,
.support-action-grid,.contact-action-grid,.existing-customer-grid,
.process-card-grid,.product-page-grid,.member-action-grid,.legal-card-grid{
  gap:16px!important;
}
.page-card,.clickable-card,.business-feature-card,.business-use-card,
.support-action-card,.contact-action-card,.existing-customer-card,.process-card,
.product-page-card,.member-action-card,.activation-card,.legal-card,
.support-contact-panel,.business-cta-panel,.member-status-panel,
.woo-empty-shop-panel,.woo-shop-intro{
  border:1px solid var(--isp-premium-line)!important;
  border-radius:var(--isp-premium-radius)!important;
  background:var(--isp-premium-card)!important;
  box-shadow:none!important;
}
.page-card,.clickable-card,.business-feature-card,.business-use-card,
.support-action-card,.contact-action-card,.existing-customer-card,.process-card,
.product-page-card,.member-action-card,.activation-card,.legal-card{
  padding:clamp(20px,2.6vw,30px)!important;
}
a.clickable-card,a.support-action-card,a.existing-customer-card,a.member-action-card,
button.contact-action-card{
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
a.clickable-card:hover,a.support-action-card:hover,a.existing-customer-card:hover,a.member-action-card:hover,
button.contact-action-card:hover{
  transform:translateY(-2px)!important;
  border-color:#d5b27e!important;
  box-shadow:var(--isp-premium-shadow)!important;
}
.card-icon,.support-icon,.existing-icon,.member-card-icon,.process-number{
  max-width:52px!important;
  max-height:52px!important;
}

/* Buttons: obvious actions, large enough for older users and touch screens. */
body:not(.home) .btn,body:not(.home) .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
body:not(.home) input[type=submit],body:not(.home) button[type=submit]{
  min-height:48px;
  border-radius:13px!important;
  font-weight:850!important;
}
body:not(.home) .btn.primary,.woocommerce a.button.alt,.woocommerce button.button.alt,
.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{
  border-color:transparent!important;
  background:linear-gradient(135deg,#9a510d,#cd8219)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(161,90,13,.16)!important;
}
body:not(.home) .btn.primary:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{filter:brightness(.96);transform:translateY(-1px);}
body:not(.home) .btn.ghost{background:#fff!important;border-color:var(--isp-premium-line)!important;color:var(--isp-premium-navy)!important;}
.page-action-row{gap:10px!important;}

/* Forms: calm, high-contrast and iPhone-safe (16px avoids input zoom). */
body:not(.wp-admin) input[type=text],body:not(.wp-admin) input[type=email],body:not(.wp-admin) input[type=tel],
body:not(.wp-admin) input[type=password],body:not(.wp-admin) input[type=number],body:not(.wp-admin) input[type=search],
body:not(.wp-admin) select,body:not(.wp-admin) textarea,
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{
  width:100%;
  min-height:50px;
  border:1px solid #dfd1bf!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--isp-premium-ink)!important;
  font-size:16px!important;
  line-height:1.4;
  box-shadow:none!important;
}
body:not(.wp-admin) textarea{min-height:128px;}
body:not(.wp-admin) input:focus,body:not(.wp-admin) select:focus,body:not(.wp-admin) textarea:focus{
  border-color:#b87521!important;
  outline:3px solid rgba(199,123,23,.13)!important;
  outline-offset:0;
}
body:not(.wp-admin) label{color:#2b2119;font-weight:800;}
.insyncpet-inline-form,.login-panel,.login-side{
  border-radius:24px!important;
  box-shadow:none!important;
}

/* Legal pages: less intimidating and easier to scan. */
.legal-index{border:1px solid var(--isp-premium-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:none!important;}
.legal-callout{border-radius:18px!important;border:1px solid #e4cfac!important;background:#fff7e9!important;}
.legal-table-wrap{border:1px solid var(--isp-premium-line);border-radius:16px;overflow:auto;background:#fff;}
.legal-table{margin:0!important;}
.legal-table th{background:#f7ecdd!important;color:#302318!important;}

/* WooCommerce archive: product-first, no giant promotional gap. */
body.woocommerce-shop .shop-image-hero,
body.tax-product_cat .shop-image-hero,
body.tax-product_tag .shop-image-hero{padding-bottom:18px!important;}
body.woocommerce-shop .shop-hero-banner-frame,
body.tax-product_cat .shop-hero-banner-frame,
body.tax-product_tag .shop-hero-banner-frame{
  overflow:hidden;
  border:1px solid var(--isp-premium-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.woocommerce-shop .shop-hero-banner-frame img,
body.tax-product_cat .shop-hero-banner-frame img,
body.tax-product_tag .shop-hero-banner-frame img{
  width:100%!important;
  max-height:340px!important;
  object-fit:cover!important;
  object-position:center!important;
}
.woo-shop-intro{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  padding:24px!important;
  margin:0 0 24px!important;
}
.woo-shop-intro h2{margin:5px 0 8px!important;font-size:clamp(26px,3vw,38px)!important;}
.woo-shop-intro p{max-width:760px!important;margin-top:0!important;margin-bottom:5px!important;}
.woocommerce ul.products{gap:16px!important;}
.woocommerce ul.products li.product{
  overflow:hidden!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid var(--isp-premium-line)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.woocommerce ul.products li.product:hover{transform:translateY(-2px);border-color:#d4b17d!important;box-shadow:var(--isp-premium-shadow)!important;}
.woocommerce ul.products li.product a img{
  aspect-ratio:1/1!important;
  width:100%!important;
  height:auto!important;
  margin:0 0 12px!important;
  border-radius:14px!important;
  object-fit:contain!important;
  background:#fbf6ee!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  min-height:0!important;
  margin:0 0 7px!important;
  color:var(--isp-premium-ink)!important;
  font-size:18px!important;
  line-height:1.2!important;
}
.woocommerce ul.products li.product .price{display:block;margin:0 0 12px!important;color:#8b4d12!important;font-size:16px!important;font-weight:900!important;}
.woocommerce ul.products li.product .button{width:100%;margin-top:auto!important;text-align:center;}
.woocommerce .woocommerce-ordering select{min-width:190px;}

/* Single product: keep the decision area tight and the real Add to basket easy to find. */
body.single-product .woocommerce-wrap.insyncpet-commerce{background:var(--isp-premium-cream)!important;}
body.single-product .page-hero{padding-bottom:18px!important;}
body.single-product #insyncpet-shop-products.wrap.page-content.woo-content.commerce-content{
  width:min(var(--isp-premium-max),calc(100% - 48px))!important;
  max-width:var(--isp-premium-max)!important;
  padding-top:10px!important;
}
body.single-product .woocommerce div.product{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr)!important;
  gap:clamp(28px,5vw,62px)!important;
  align-items:start!important;
  padding:clamp(20px,3vw,34px)!important;
  border:1px solid var(--isp-premium-line)!important;
  border-radius:26px!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary{width:100%!important;float:none!important;margin:0!important;}
body.single-product .woocommerce div.product div.images{position:sticky;top:126px;}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
  overflow:hidden;border-radius:20px;background:#faf4eb;
}
body.single-product .woocommerce div.product div.images img{border-radius:18px;}
body.single-product .woocommerce div.product div.summary{padding:3px 0 0!important;}
body.single-product .product_title{margin:0 0 10px!important;font-size:clamp(32px,3.5vw,48px)!important;line-height:1.03!important;letter-spacing:-.045em!important;}
body.single-product .summary .price{margin:0 0 14px!important;color:#8a4c13!important;font-size:clamp(22px,2.5vw,30px)!important;font-weight:900!important;}
body.single-product .woocommerce-product-details__short-description{color:var(--isp-premium-muted);font-size:16px;line-height:1.6;}
body.single-product .woocommerce div.product form.cart{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:20px!important;
  padding-top:20px!important;
  border-top:1px solid var(--isp-premium-line)!important;
}
body.single-product .woocommerce div.product form.cart>*,
body.single-product .woocommerce div.product form.cart .variations,
body.single-product .woocommerce div.product form.cart .wc-pao-addons-container,
body.single-product .woocommerce div.product form.cart .wc-pao-addon,
body.single-product .woocommerce div.product form.cart .product-addon,
body.single-product .woocommerce div.product form.cart .insyncpet-personalisation,
body.single-product .woocommerce div.product form.cart .insyncpet-personalization,
body.single-product .woocommerce div.product form.cart .insyncpet-personalisation-details,
body.single-product .woocommerce div.product form.cart .isp-personalisation,
body.single-product .woocommerce div.product form.cart .personalisation-details,
body.single-product .woocommerce div.product form.cart fieldset{flex:1 1 100%!important;max-width:none!important;}
body.single-product .woocommerce div.product form.cart .quantity{flex:0 0 94px!important;}
body.single-product .woocommerce div.product form.cart .quantity .qty{height:52px!important;width:94px!important;}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{flex:1 1 220px!important;min-height:52px!important;font-size:16px!important;}
body.single-product .woocommerce div.product .product_meta{padding-top:16px;border-top:1px solid var(--isp-premium-line);color:var(--isp-premium-muted);font-size:12px;}
body.single-product .woocommerce-tabs{margin-top:30px!important;}
body.single-product .related.products,body.single-product .upsells.products{margin-top:34px!important;}

/* Cart + checkout: strong hierarchy and no tiny mobile targets. */
body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce{
  max-width:var(--isp-premium-max);margin:0 auto;
}
.woocommerce table.shop_table{
  border:1px solid var(--isp-premium-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  overflow:hidden;
}
.woocommerce table.shop_table th{background:#f8eee1;color:#30241a;}
.woocommerce .cart_totals,.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields{
  border:1px solid var(--isp-premium-line);
  border-radius:20px;
  background:#fff;
  padding:20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order{width:100%;min-height:54px;font-size:16px!important;}
.woocommerce-checkout #payment{border-radius:20px!important;background:#fff!important;border:1px solid var(--isp-premium-line)!important;}

/* Account / login and support should feel like the same site, not embedded software. */
.login-layout,.signed-in-action-grid,.support-action-grid,.contact-action-grid{align-items:stretch;}
.login-panel,.signed-in-account-card,.support-contact-panel{border-color:var(--isp-premium-line)!important;background:#fff!important;}
.insyncpet-login-form .button-primary{width:100%;min-height:50px;background:linear-gradient(135deg,#9a510d,#cd8219)!important;box-shadow:none!important;}

/* Mobile purchase dock: product-page only; it scrolls to the real form rather than bypassing validation. */
.isp-mobile-purchase-dock{display:none;}

@media(max-width:980px){
  .wrap{width:min(100% - 32px,var(--isp-premium-max));}
  .isp-v8-nav{height:66px!important;gap:10px!important;}
  .isp-v8-brand{flex-basis:160px!important;width:160px!important;max-width:160px!important;height:52px!important;}
  .isp-v8-brand img{width:152px!important;max-width:152px!important;height:50px!important;max-height:50px!important;}
  .isp-v8-actions{display:flex!important;margin-left:auto!important;}
  .isp-v8-get-tag{display:inline-flex!important;min-height:40px!important;padding:9px 13px!important;font-size:12px!important;border-radius:10px!important;}
  .isp-v8-get-tag svg{display:none;}
  .isp-v8-icon-link{display:none!important;}
  .menu.isp-v8-menu{top:66px!important;}
  .admin-bar .site-header.isp-v8-header{top:46px;}

  body:not(.home) .page-hero{padding:34px 0 20px!important;}
  body:not(.home) .page-hero>.wrap{padding:28px!important;border-radius:22px;}
  body:not(.home) .wrap.page-content{margin-bottom:48px!important;}

  .woo-shop-intro{align-items:flex-start!important;flex-direction:column!important;}
  .woo-shop-intro>.btn{width:100%;text-align:center;}

  body.single-product .woocommerce div.product{grid-template-columns:1fr!important;gap:24px!important;}
  body.single-product .woocommerce div.product div.images{position:static!important;}
}

@media(max-width:720px){
  html{scroll-padding-top:88px;}
  .wrap{width:min(100% - 22px,var(--isp-premium-max));}
  .isp-v8-topbar{min-height:26px!important;padding:5px 10px!important;font-size:9.5px!important;}
  .isp-v8-nav{height:61px!important;}
  .isp-v8-brand{flex-basis:132px!important;width:132px!important;max-width:132px!important;height:46px!important;}
  .isp-v8-brand img{width:128px!important;max-width:128px!important;height:44px!important;max-height:44px!important;}
  .isp-v8-get-tag{min-height:38px!important;padding:8px 11px!important;font-size:11.5px!important;}
  .hamb{width:40px!important;height:40px!important;}
  .menu.isp-v8-menu{top:61px!important;}

  body:not(.home) .page-hero{padding:24px 0 14px!important;}
  body:not(.home) .page-hero>.wrap{padding:23px 20px!important;border-radius:19px;}
  body:not(.home) .page-hero h1{font-size:clamp(34px,10vw,46px)!important;}
  body:not(.home) .page-hero .lead{font-size:16px!important;}
  body:not(.home) .wrap.page-content{padding-top:10px!important;margin-bottom:38px!important;}

  .page-card-grid,.clickable-grid,.business-feature-grid,.business-use-grid,
  .support-action-grid,.contact-action-grid,.existing-customer-grid,
  .process-card-grid,.product-page-grid,.member-action-grid,.legal-card-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .page-card,.clickable-card,.business-feature-card,.business-use-card,
  .support-action-card,.contact-action-card,.existing-customer-card,.process-card,
  .product-page-card,.member-action-card,.activation-card,.legal-card{padding:20px!important;border-radius:18px!important;}
  .page-action-row{display:grid!important;grid-template-columns:1fr!important;}
  .page-action-row .btn{width:100%!important;text-align:center!important;}

  /* Mobile shop is intentionally compact: two easy-to-scan products per row when space allows. */
  body.woocommerce-shop .shop-image-hero,
  body.tax-product_cat .shop-image-hero,
  body.tax-product_tag .shop-image-hero{padding-top:18px!important;}
  body.woocommerce-shop .shop-image-hero .wrap,
  body.tax-product_cat .shop-image-hero .wrap,
  body.tax-product_tag .shop-image-hero .wrap{width:calc(100% - 22px)!important;}
  body.woocommerce-shop .shop-hero-banner-frame img,
  body.tax-product_cat .shop-hero-banner-frame img,
  body.tax-product_tag .shop-hero-banner-frame img{max-height:190px!important;}
  .woo-shop-intro{padding:18px!important;border-radius:18px!important;}
  .woocommerce .woocommerce-result-count{float:none!important;margin:0 0 8px!important;font-size:12px;}
  .woocommerce .woocommerce-ordering{float:none!important;margin:0 0 16px!important;width:100%;}
  .woocommerce .woocommerce-ordering select{width:100%;}
  .woocommerce ul.products[class*=columns-]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .woocommerce ul.products[class*=columns-] li.product{width:auto!important;float:none!important;padding:10px!important;border-radius:16px!important;}
  .woocommerce ul.products li.product a img{margin-bottom:9px!important;border-radius:11px!important;}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.18!important;}
  .woocommerce ul.products li.product .price{font-size:14px!important;margin-bottom:9px!important;}
  .woocommerce ul.products li.product .button{min-height:42px!important;padding:9px 8px!important;font-size:12px!important;}

  body.single-product #insyncpet-shop-products.wrap.page-content.woo-content.commerce-content{width:calc(100% - 22px)!important;}
  body.single-product .woocommerce div.product{padding:15px!important;border-radius:20px!important;}
  body.single-product .product_title{font-size:34px!important;}
  body.single-product .summary .price{font-size:24px!important;}
  body.single-product .woocommerce-product-details__short-description{font-size:15px;}
  body.single-product .woocommerce div.product form.cart{gap:10px!important;}
  body.single-product .woocommerce div.product form.cart .quantity,
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{flex:1 1 100%!important;width:100%!important;}
  body.single-product .woocommerce div.product form.cart .quantity .qty{width:100%!important;}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{
    min-height:56px!important;
    font-size:17px!important;
  }

  body.single-product{padding-bottom:calc(78px + env(safe-area-inset-bottom));}
  .isp-mobile-purchase-dock{
    position:fixed;
    left:10px;
    right:10px;
    bottom:calc(9px + env(safe-area-inset-bottom));
    z-index:850;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
    padding:9px 9px 9px 13px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:17px;
    background:rgba(5,30,61,.97);
    color:#fff;
    box-shadow:0 14px 38px rgba(2,17,36,.28);
    backdrop-filter:blur(12px);
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .isp-mobile-purchase-dock.is-hidden{opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none;}
  .isp-mobile-purchase-dock-copy{min-width:0;}
  .isp-mobile-purchase-dock-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:850;}
  .isp-mobile-purchase-dock-price{display:block;margin-top:2px;color:#f4b84f;font-size:13px;font-weight:900;}
  .isp-mobile-purchase-dock-button{
    min-height:46px;
    border:0;
    border-radius:12px;
    padding:10px 15px;
    background:linear-gradient(135deg,#b4640f,#d98d1c);
    color:#fff;
    font-size:13px;
    font-weight:900;
    white-space:nowrap;
  }

  .woocommerce table.shop_table_responsive tr{margin-bottom:12px;border:1px solid var(--isp-premium-line);border-radius:15px;background:#fff;padding:9px;}
  .woocommerce-cart .cart_totals,.woocommerce-checkout #order_review,
  .woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields{padding:16px;border-radius:17px;}
  .woocommerce-checkout #payment #place_order{min-height:58px;font-size:17px!important;}

  .isp-v8-footer-grid{gap:20px!important;}
}

@media(max-width:520px){
  .woocommerce ul.products[class*=columns-]{grid-template-columns:1fr!important;}
  .woocommerce ul.products li.product a img{max-height:230px!important;object-fit:contain!important;}
}

@media(max-width:390px){
  .isp-v8-brand{flex-basis:116px!important;width:116px!important;max-width:116px!important;}
  .isp-v8-brand img{width:112px!important;max-width:112px!important;}
  .isp-v8-get-tag{padding-inline:9px!important;font-size:11px!important;}
  .woocommerce ul.products[class*=columns-]{grid-template-columns:1fr!important;}
  .isp-mobile-purchase-dock{grid-template-columns:1fr;gap:7px;padding:9px;}
  .isp-mobile-purchase-dock-copy{display:none;}
  .isp-mobile-purchase-dock-button{width:100%;}
}

@media(prefers-reduced-motion:reduce){
  .woocommerce ul.products li.product,a.clickable-card,a.support-action-card,a.existing-customer-card,a.member-action-card,button.contact-action-card,
  .isp-mobile-purchase-dock{transition:none!important;transform:none!important;}
}
