/**
 * WESHIPAC 0.9.32 mobile reference layer.
 *
 * New visual behavior is deliberately capped at 620px. The desktop 0.9.31
 * composition remains the authoritative large-screen presentation.
 */

.wsp-mobile-only {
	display: none !important;
}

@media (max-width: 620px) {
	:root {
		--wsp-mobile-gutter: 14px;
		--wsp-mobile-radius: 10px;
		--wsp-mobile-line: #dce7f1;
		--wsp-mobile-ink: #071a32;
		--wsp-mobile-copy: #55677e;
		--wsp-mobile-blue: #0072ce;
		--wsp-mobile-pale: #f1f8ff;
		--wsp-mobile-shadow: 0 10px 28px rgba(8, 31, 57, 0.08);
	}

	html,
	body {
		max-width: 100%;
		overflow-x: clip;
	}

	.wsp-mobile-only {
		display: revert !important;
	}

	.aos-container,
	.aos-container-wide {
		width: calc(100% - (var(--wsp-mobile-gutter) * 2));
		max-width: none;
	}

	/* Mobile header ------------------------------------------------------- */
	.aos-utility-bar,
	.aos-site-header.is-scrolled .aos-utility-bar {
		height: 40px !important;
		min-height: 40px !important;
		max-height: 40px !important;
	}

	.aos-utility-inner,
	.aos-utility-inner > a,
	.aos-shipping-announcement {
		height: 40px;
		min-height: 40px;
		max-height: 40px;
	}

	.aos-utility-inner {
		justify-content: center !important;
		padding-inline: 8px;
	}

	.aos-shipping-announcement {
		gap: 7px;
		transform: none;
	}

	.aos-shipping-announcement strong {
		font-size: clamp(0.61rem, 2.75vw, 0.7rem);
		letter-spacing: 0.035em;
		white-space: nowrap;
	}

	.aos-shipping-truck {
		width: 18px;
		height: 18px;
	}

	.aos-header-main,
	.aos-site-header.is-scrolled .aos-header-main {
		grid-template-columns: 44px minmax(0, 1fr) 92px;
		grid-template-rows: 64px 52px;
		gap: 0 8px;
		height: 116px !important;
		min-height: 116px !important;
		max-height: 116px !important;
		padding: 0 var(--wsp-mobile-gutter) 8px;
	}

	.aos-menu-toggle {
		width: 44px;
		height: 44px;
		padding: 8px;
	}

	.aos-menu-toggle .aos-icon {
		width: 28px;
		height: 28px;
		stroke-width: 1.7;
	}

	.aos-brand {
		display: flex;
		align-items: center;
		min-width: 0;
	}

	.aos-brand > a,
	.aos-brand .custom-logo-link {
		width: min(168px, 100%);
	}

	.aos-brand-logo,
	.aos-brand img,
	.aos-site-header.is-scrolled .aos-brand-logo,
	.aos-site-header.is-scrolled .aos-brand img {
		width: min(168px, 100%) !important;
		max-width: 168px !important;
		max-height: 48px !important;
		object-fit: contain;
		object-position: left center;
	}

	.aos-header-actions {
		display: grid;
		grid-template-columns: repeat(2, 44px);
		justify-content: end;
		gap: 4px;
		width: 92px;
	}

	.aos-header-actions .aos-wishlist-link {
		display: none !important;
	}

	.aos-header-actions > a {
		justify-content: center;
		width: 44px !important;
		height: 44px;
	}

	.aos-header-actions > a .aos-icon {
		width: 25px;
		height: 25px;
		stroke-width: 1.7;
	}

	.aos-cart-count {
		top: 0;
		right: -1px;
		min-width: 18px;
		height: 18px;
		border-width: 1px;
		background: var(--wsp-mobile-blue);
		color: #fff;
		font-size: 0.58rem;
	}

	.aos-header-search {
		align-self: end;
	}

	.aos-header-search .woocommerce-product-search,
	.aos-header-search .aos-product-search {
		height: 44px;
		border-color: #cfdbe7;
		border-radius: 6px;
		box-shadow: none;
	}

	.aos-header-search .search-field,
	.aos-header-search button {
		height: 42px !important;
		min-height: 42px;
	}

	.aos-header-search .search-field {
		order: 2;
		padding: 0 10px 0 2px !important;
		font-size: 0.78rem;
	}

	.aos-header-search button {
		position: relative;
		order: 1;
		min-width: 42px !important;
		width: 42px;
		padding: 0 !important;
		border-radius: 0;
		background: transparent !important;
		color: transparent !important;
		font-size: 0 !important;
	}

	.aos-header-search button::before,
	.aos-header-search button::after {
		content: "";
		position: absolute;
		pointer-events: none;
	}

	.aos-header-search button::before {
		top: 12px;
		left: 12px;
		width: 13px;
		height: 13px;
		border: 1.7px solid #6b7e94;
		border-radius: 50%;
	}

	.aos-header-search button::after {
		top: 25px;
		left: 25px;
		width: 7px;
		height: 1.7px;
		transform: rotate(45deg);
		transform-origin: left center;
		background: #6b7e94;
	}

	/* Global mobile confidence strip and footer ------------------------- */
	.wsp-mobile-trust-strip {
		position: relative;
		z-index: 1;
		padding: 10px 0;
		border-block: 1px solid var(--wsp-mobile-line);
		background: #fff;
	}

	.wsp-mobile-trust-strip__grid {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: calc(100% - (var(--wsp-mobile-gutter) * 2));
	}

	.wsp-mobile-trust-strip__grid > div {
		display: grid;
		grid-template-columns: 26px minmax(0, 1fr);
		align-items: center;
		gap: 5px;
		min-width: 0;
		min-height: 48px;
		padding: 4px 7px;
		color: var(--wsp-mobile-ink);
	}

	.wsp-mobile-trust-strip__grid > div + div {
		border-inline-start: 1px solid var(--wsp-mobile-line);
	}

	.wsp-mobile-trust-strip .aos-icon {
		width: 25px;
		height: 25px;
		color: var(--wsp-mobile-blue);
	}

	.wsp-mobile-trust-strip strong {
		min-width: 0;
		font-size: clamp(0.54rem, 2.15vw, 0.66rem);
		line-height: 1.25;
		text-transform: capitalize;
	}

	.aos-site-footer {
		padding-top: 10px;
	}

	.aos-footer-grid {
		width: calc(100% - (var(--wsp-mobile-gutter) * 2));
		padding-bottom: 0;
	}

	.aos-footer-brand {
		display: none;
	}

	body.woocommerce-cart .aos-footer-brand,
	body.woocommerce-account .aos-footer-brand {
		display: block;
		padding: 10px 0 14px;
	}

	body.woocommerce-cart .aos-footer-brand > p:not(.aos-footer-location),
	body.woocommerce-account .aos-footer-brand > p:not(.aos-footer-location) {
		display: block;
		font-size: 0.72rem;
		line-height: 1.5;
	}

	.aos-footer-logo {
		margin-bottom: 8px;
	}

	.aos-footer-logo :is(img, svg) {
		width: 150px;
	}

	.aos-footer-group {
		border-color: rgba(255, 255, 255, 0.16);
	}

	.aos-footer-grid .aos-footer-group h2,
	.aos-footer-toggle {
		font-size: 0.65rem;
		letter-spacing: 0.055em;
	}

	.aos-footer-toggle {
		min-height: 40px;
		color: #fff;
	}

	.aos-footer-panel-inner,
	.aos-footer-grid li,
	.aos-footer-grid a {
		font-size: 0.72rem;
	}

	.aos-footer-contact-label-desktop {
		display: none;
	}

	.aos-footer-contact-label-mobile {
		display: inline !important;
	}

	.aos-footer-mobile-contact {
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
		gap: 22px;
		min-height: 54px;
		padding-block: 8px;
		border-block-end: 1px solid rgba(255, 255, 255, 0.14);
	}

	.aos-footer-mobile-contact a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		min-height: 44px;
		color: #fff;
		font-size: clamp(0.65rem, 2.6vw, 0.76rem);
		text-decoration: none;
	}

	.aos-footer-mobile-contact .aos-icon {
		width: 18px;
		height: 18px;
		color: #29c6ff;
	}

	.aos-footer-bottom {
		width: calc(100% - (var(--wsp-mobile-gutter) * 2));
		padding-block: 10px 14px;
		font-size: 0.6rem;
	}

	/* Homepage mobile-only order and opening story ---------------------- */
	.wsp-catalog-first {
		display: flex;
		flex-direction: column;
	}

	.wsp-catalog-first > .wsp-mobile-hero { order: 0; }
	.wsp-catalog-first > .wsp-home-categories { order: 1; }
	.wsp-catalog-first > .aos-featured-section { order: 2; }
	.wsp-catalog-first > .wsp-brand-showcase { order: 3; }
	.wsp-catalog-first > .wsp-equipment-selector { order: 4; }
	.wsp-catalog-first > .wsp-nationwide-support { order: 5; }
	.wsp-catalog-first > .wsp-feedback { order: 6; }

	.wsp-mobile-hero {
		padding: 12px 0 8px;
		background:
			radial-gradient(circle at 12% 18%, rgba(0, 153, 229, 0.11), transparent 42%),
			#fff;
	}

	.wsp-mobile-hero__panel {
		display: grid !important;
		grid-template-columns: minmax(0, 1.08fr) minmax(132px, 0.92fr);
		min-height: 330px;
		overflow: hidden;
		padding: 0;
		border: 1px solid #e5edf5;
		border-radius: var(--wsp-mobile-radius);
		background: linear-gradient(135deg, #f4faff 0 52%, #fff 52% 100%);
		box-shadow: var(--wsp-mobile-shadow);
	}

	.wsp-mobile-hero__copy {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-width: 0;
		padding: 18px 10px 16px 14px;
	}

	.wsp-mobile-hero .aos-eyebrow {
		margin: 0 0 9px;
		color: var(--wsp-mobile-blue);
		font-size: 0.56rem;
		letter-spacing: 0.085em;
	}

	.wsp-mobile-hero :is(h1, h2) {
		max-width: 13ch;
		margin: 0;
		color: var(--wsp-mobile-ink);
		font-family: var(--aos-font-family-display);
		font-size: clamp(1.55rem, 7.1vw, 2rem);
		line-height: 1.04;
		letter-spacing: -0.035em;
	}

	.wsp-mobile-hero__copy > p:not(.aos-eyebrow) {
		margin: 12px 0 0;
		color: var(--wsp-mobile-copy);
		font-size: clamp(0.66rem, 2.65vw, 0.78rem);
		line-height: 1.55;
	}

	.wsp-mobile-hero__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		margin-top: 14px;
	}

	.wsp-mobile-hero__actions .aos-button {
		justify-content: center;
		gap: 4px;
		min-width: 0;
		min-height: 44px;
		padding: 7px 6px;
		font-size: clamp(0.58rem, 2.3vw, 0.69rem);
		line-height: 1.15;
		text-align: center;
	}

	.wsp-mobile-hero__actions .aos-icon {
		width: 14px;
		height: 14px;
		flex: 0 0 14px;
	}

	.wsp-mobile-hero__benefits {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		padding: 0;
		margin: 15px 0 0;
		list-style: none;
	}

	.wsp-mobile-hero__benefits li {
		display: grid;
		grid-template-columns: 18px minmax(0, 1fr);
		align-items: center;
		gap: 3px;
		min-width: 0;
		color: var(--wsp-mobile-ink);
		font-size: 0.49rem;
		font-weight: 700;
		line-height: 1.25;
	}

	.wsp-mobile-hero__benefits .aos-icon {
		width: 17px;
		height: 17px;
		color: var(--wsp-mobile-blue);
	}

	.wsp-mobile-hero__media {
		min-width: 0;
		margin: 0;
		overflow: hidden;
		border-radius: var(--wsp-mobile-radius);
	}

	.wsp-mobile-hero__media img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 32% center;
	}

	/* Homepage equipment rail ------------------------------------------- */
	.wsp-catalog-first .wsp-home-categories {
		padding-block: 12px 16px;
		border: 0;
		background: #fff;
	}

	.wsp-catalog-first .wsp-home-categories__heading {
		display: block;
		margin-block-end: 8px;
	}

	.wsp-catalog-first .wsp-home-categories__heading .aos-eyebrow {
		margin: 0;
		font-size: 0.58rem;
		letter-spacing: 0.08em;
	}

	.wsp-catalog-first .wsp-home-categories__heading :is(h1, h2) {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.wsp-catalog-first .wsp-home-categories__heading > a {
		display: none;
	}

	.wsp-catalog-first .wsp-home-category-grid {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding: 2px 1px 5px;
		scroll-padding-inline: 1px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		overscroll-behavior-inline: contain;
	}

	.wsp-catalog-first .wsp-home-category-grid::-webkit-scrollbar,
	.wsp-catalog-first .aos-carousel-viewport::-webkit-scrollbar {
		display: none;
	}

	.wsp-catalog-first .wsp-home-category-card {
		grid-template-columns: 1fr;
		grid-template-rows: 76px auto;
		flex: 0 0 112px;
		gap: 6px;
		min-height: 132px;
		padding: 7px;
		border-block-start-width: 1px;
		border-radius: 5px;
		scroll-snap-align: start;
		box-shadow: 0 3px 12px rgba(7, 26, 50, 0.05);
	}

	.wsp-catalog-first .wsp-home-category-card__media {
		height: 76px;
		background: #fff;
	}

	.wsp-catalog-first .wsp-home-category-card__copy {
		gap: 2px;
	}

	.wsp-catalog-first .wsp-home-category-card__copy strong {
		font-size: 0.66rem;
		line-height: 1.2;
	}

	.wsp-catalog-first .wsp-home-category-card__copy small {
		font-size: 0.55rem;
	}

	/* Featured cards ----------------------------------------------------- */
	.wsp-catalog-first .aos-featured-section {
		padding-block: 15px 18px;
		background: #fff;
	}

	.wsp-catalog-first .aos-featured-section .aos-section-heading {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		gap: 8px;
		margin-block-end: 8px;
	}

	.wsp-catalog-first .aos-featured-section .aos-section-heading .aos-eyebrow {
		display: none;
	}

	.wsp-catalog-first .aos-featured-section .aos-section-heading h2 {
		margin: 0;
		color: var(--wsp-mobile-blue);
		font-family: var(--aos-font-family-sans);
		font-size: 0.58rem;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.wsp-catalog-first .aos-featured-section .aos-carousel-actions a {
		min-height: 32px;
		font-size: 0.63rem;
	}

	.wsp-catalog-first .aos-product-carousel {
		padding-inline: 0;
	}

	.wsp-catalog-first .aos-carousel-viewport {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.wsp-catalog-first .aos-featured-grid {
		gap: 7px;
	}

	.wsp-catalog-first .aos-featured-grid > .aos-product-card {
		flex-basis: clamp(154px, 45vw, 176px);
		min-width: clamp(154px, 45vw, 176px);
		min-height: 304px;
		padding: 8px;
		border-radius: 6px;
		scroll-snap-align: start;
	}

	.wsp-catalog-first .aos-product-card .aos-product-image {
		min-height: 120px;
	}

	.wsp-catalog-first .aos-product-card .aos-product-image img {
		height: 120px;
		object-fit: contain;
	}

	.wsp-catalog-first .aos-product-card h3 {
		font-size: 0.7rem;
		line-height: 1.25;
	}

	.wsp-catalog-first .aos-product-card .aos-product-facts,
	.wsp-catalog-first .aos-product-card .aos-product-meta {
		font-size: 0.56rem;
	}

	.wsp-catalog-first .aos-product-card .price {
		font-size: 0.78rem;
	}

	.wsp-catalog-first .aos-carousel-edge.is-prev {
		display: none;
	}

	.wsp-catalog-first .aos-carousel-edge.is-next {
		right: -5px;
		width: 40px;
		height: 40px;
	}

	/* Compact trusted brands -------------------------------------------- */
	.wsp-catalog-first .wsp-brand-showcase {
		padding-block: 14px;
		background: #fff;
	}

	.wsp-catalog-first .wsp-brand-showcase__layout {
		display: block;
	}

	.wsp-catalog-first .wsp-brand-showcase__intro {
		margin-block-end: 7px;
	}

	.wsp-catalog-first .wsp-brand-showcase__intro .aos-eyebrow {
		margin: 0;
		font-size: 0.58rem;
		letter-spacing: 0.08em;
	}

	.wsp-catalog-first .wsp-brand-showcase__intro h2,
	.wsp-catalog-first .wsp-brand-showcase__intro > p:not(.aos-eyebrow) {
		display: none;
	}

	.wsp-catalog-first .wsp-brand-showcase__links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border: 1px solid var(--wsp-mobile-line);
		border-radius: 6px;
		background: #fff;
	}

	.wsp-catalog-first .wsp-brand-showcase__brand {
		min-height: 94px;
		padding: 13px 12px;
		border: 0;
	}

	.wsp-catalog-first .wsp-brand-showcase__brand + .wsp-brand-showcase__brand {
		border-block-start: 0;
		border-inline-start: 1px solid var(--wsp-mobile-line);
	}

	.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-manifest-main strong {
		font-size: 1rem;
	}

	.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-manifest-main > span,
	.wsp-catalog-first .wsp-brand-showcase__brand .aos-brand-arrow {
		font-size: 0.58rem;
	}

	/* Direct catalog paths: existing JS tabs remain desktop-only -------- */
	.wsp-catalog-first .wsp-equipment-selector {
		padding-block: 14px;
		background: #fff;
	}

	.wsp-catalog-first .wsp-equipment-selector__shell {
		gap: 8px;
	}

	.wsp-catalog-first .wsp-equipment-selector__heading {
		display: flex;
		align-items: end;
		justify-content: space-between;
		gap: 8px;
	}

	.wsp-catalog-first .wsp-equipment-selector__heading .aos-eyebrow {
		font-size: 0.55rem;
		letter-spacing: 0.075em;
	}

	.wsp-catalog-first .wsp-equipment-selector__heading h2 {
		margin-top: 3px;
		font-size: 1rem;
		line-height: 1.15;
	}

	.wsp-catalog-first .wsp-equipment-selector__heading > p {
		max-width: 104px;
		font-size: 0;
		line-height: 1;
	}

	.wsp-catalog-first .wsp-equipment-selector__heading > p::after {
		content: "View catalog  \2192";
		color: var(--wsp-mobile-blue);
		font-size: 0.59rem;
		font-weight: 800;
	}

	.wsp-catalog-first .wsp-equipment-selector__workspace {
		display: none;
	}

	.wsp-equipment-selector__mobile-paths {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
	}

	.wsp-equipment-selector__mobile-paths a {
		display: grid;
		grid-template-columns: 25px minmax(0, 1fr) 13px;
		align-items: center;
		gap: 4px;
		min-width: 0;
		min-height: 50px;
		padding: 6px;
		border: 1px solid var(--wsp-mobile-line);
		border-radius: 5px;
		background: #fff;
		color: var(--wsp-mobile-ink);
		text-decoration: none;
	}

	.wsp-equipment-selector__mobile-paths .aos-icon {
		width: 13px;
		height: 13px;
		color: var(--wsp-mobile-blue);
	}

	.wsp-equipment-selector__mobile-paths .wsp-equipment-selector__mobile-icon .aos-icon {
		width: 23px;
		height: 23px;
	}

	.wsp-equipment-selector__mobile-paths strong {
		min-width: 0;
		font-size: clamp(0.48rem, 2vw, 0.58rem);
		line-height: 1.2;
	}

	/* Nationwide close --------------------------------------------------- */
	.wsp-catalog-first .wsp-nationwide-support {
		padding-block: 8px 14px;
		background: #fff;
	}

	.wsp-catalog-first .wsp-nationwide-support__panel {
		display: block;
		min-height: 0;
		border: 0;
		border-radius: 9px;
		background: linear-gradient(110deg, #05223d, #063d69);
		box-shadow: none;
	}

	.wsp-catalog-first .wsp-nationwide-support__copy {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 5px 10px;
		padding: 13px 12px;
		background: transparent;
	}

	.wsp-catalog-first .wsp-nationwide-support__copy .aos-eyebrow,
	.wsp-catalog-first .wsp-nationwide-support__copy h2,
	.wsp-catalog-first .wsp-nationwide-support__copy > p {
		grid-column: 1;
	}

	.wsp-catalog-first .wsp-nationwide-support__copy .aos-eyebrow {
		font-size: 0.48rem;
	}

	.wsp-catalog-first .wsp-nationwide-support__copy h2 {
		max-width: none;
		margin: 0;
		font-size: clamp(0.88rem, 4.1vw, 1.08rem);
		line-height: 1.15;
	}

	.wsp-catalog-first .wsp-nationwide-support__copy > p:not(.aos-eyebrow) {
		max-width: 40ch;
		font-size: 0.58rem;
		line-height: 1.35;
	}

	.wsp-catalog-first .wsp-nationwide-support__actions {
		grid-column: 2;
		grid-row: 1 / 4;
		align-items: center;
		margin: 0;
	}

	.wsp-catalog-first .wsp-nationwide-support__actions .aos-button {
		justify-content: center;
		min-width: 112px;
		min-height: 44px;
		padding: 8px 10px;
		font-size: 0.62rem;
	}

	.wsp-catalog-first .wsp-nationwide-support__actions > a:not(.aos-button),
	.wsp-catalog-first .wsp-nationwide-support__media {
		display: none;
	}

	/* Keep the same customer-provided review rail available on mobile.
	 * Its compact sizing is defined in home-experience.css. */
	.wsp-catalog-first .wsp-feedback {
		display: block;
	}
}

@media (max-width: 420px) {
	.wsp-mobile-hero__panel {
		grid-template-columns: minmax(0, 1.15fr) minmax(126px, 0.85fr);
	}

	.wsp-mobile-hero__copy {
		padding-inline-end: 8px;
	}

	.wsp-mobile-trust-strip__grid > div {
		grid-template-columns: 22px minmax(0, 1fr);
		padding-inline: 4px;
	}

	.wsp-mobile-trust-strip .aos-icon {
		width: 21px;
		height: 21px;
	}
}

@media (max-width: 360px) {
	.aos-header-main,
	.aos-site-header.is-scrolled .aos-header-main {
		grid-template-columns: 40px minmax(0, 1fr) 84px;
		gap: 0 5px;
		padding-inline: 9px;
	}

	.aos-brand-logo,
	.aos-brand img,
	.aos-site-header.is-scrolled .aos-brand-logo,
	.aos-site-header.is-scrolled .aos-brand img {
		max-width: 136px !important;
	}

	.aos-header-actions {
		grid-template-columns: repeat(2, 40px);
		width: 84px;
	}

	.aos-header-actions > a {
		width: 40px !important;
	}

	.wsp-mobile-hero__panel {
		grid-template-columns: minmax(0, 1fr) 118px;
	}

	.wsp-mobile-hero__benefits li {
		grid-template-columns: 15px minmax(0, 1fr);
	}

	.wsp-mobile-hero__benefits .aos-icon {
		width: 15px;
		height: 15px;
	}

	.wsp-equipment-selector__mobile-paths {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wsp-catalog-first .wsp-nationwide-support__copy {
		grid-template-columns: 1fr;
	}

	.wsp-catalog-first .wsp-nationwide-support__actions {
		grid-column: 1;
		grid-row: auto;
		margin-top: 5px;
	}
}

@media (prefers-reduced-motion: reduce) and (max-width: 620px) {
	.wsp-mobile-hero *,
	.wsp-mobile-trust-strip *,
	.wsp-equipment-selector__mobile-paths * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
