/**
 * Steel Haul Equipment UX additions
 * Add to Appearance > Customize > Additional CSS, your child theme style.css,
 * or Elementor Site Settings > Custom CSS.
 */

:root {
	--she-black: #101214;
	--she-charcoal: #181b1f;
	--she-border: #e3e6ea;
	--she-muted: #6d747c;
	--she-red: #d94a34;
	--she-gold: #f4b42b;
	--she-white: #ffffff;
	--she-bg: #f5f6f7;
	--she-radius: 8px;
	--she-shadow: 0 18px 45px rgba(16, 18, 20, 0.16);
	--she-hero-image: url("assets/site-media/steelhaul-home-hero.webp");
	--she-about-hero-image: url("assets/site-media/steelhaul-about-header.webp");
	--she-page-media-hero-image: url("assets/site-media/steelhaul-contact-header.webp");
}

html {
	overflow-x: clip;
}

body,
.website-wrapper,
.wd-page-wrapper {
	overflow-x: hidden;
}

/* Utility bar */
.she-utility-bar {
	background: var(--she-black);
	color: var(--she-white);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	z-index: 10020;
}

.she-utility-bar__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: none;
	min-height: 38px;
	padding: 0 clamp(18px, 3vw, 48px);
}

.she-utility-bar__promo,
.she-utility-bar__right {
	align-items: center;
	display: flex;
	gap: 12px;
}

.she-promo {
	color: var(--she-white);
	font-weight: 800;
}

.she-utility-bar__dot {
	background: var(--she-gold);
	border-radius: 999px;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.she-utility-bar__country {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	color: var(--she-gold);
	display: inline-flex;
	font-size: 11px;
	padding: 4px 8px;
}

.she-utility-bar__phone {
	align-items: center;
	color: var(--she-white);
	display: inline-flex;
	gap: 6px;
	text-decoration: none;
	white-space: nowrap;
}

.she-phone {
	color: var(--she-white);
	text-decoration: none;
}

.she-utility-bar__phone:hover {
	color: var(--she-gold);
	text-decoration: underline;
}

/* Header and mega-menu */
.whb-header,
.site-header,
.elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 10010;
}

.whb-header .container,
.whb-header .whb-container,
.whb-header .wd-header-container,
.whb-header .whb-row .container,
.whb-header .whb-row .whb-container {
	max-width: none !important;
	padding-left: clamp(18px, 3vw, 48px) !important;
	padding-right: clamp(18px, 3vw, 48px) !important;
	width: 100% !important;
}

.whb-header .whb-row,
.whb-header .whb-main-header,
.whb-header .whb-general-header,
.whb-header .whb-top-header,
.whb-header .whb-header-bottom {
	width: 100%;
}

/* Center the primary logo on desktop while leaving the mobile header untouched. */
@media (min-width: 1025px) {
	.whb-header .whb-main-header .whb-general-header .whb-general-header-inner {
		position: relative;
	}

	.whb-header .whb-main-header .whb-general-header .whb-general-header-inner > .whb-col-left.whb-visible-lg {
		min-width: clamp(220px, 20vw, 310px);
	}

	.whb-header .whb-main-header .whb-general-header .whb-general-header-inner > .whb-col-left.whb-visible-lg > .site-logo {
		left: 50%;
		margin: 0 !important;
		position: absolute !important;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 7;
	}
}

/* Final checkout mobile cart-access polish. This intentionally lives at EOF. */
@media (max-width: 768px) {
	body.she-premium-checkout-page .she-checkout-cart-button {
		display: none !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #order_review_heading,
	body.she-premium-checkout-page #order_review_heading {
		align-items: center !important;
		background: #111827 !important;
		border-radius: 18px 18px 0 0 !important;
		color: #fff !important;
		display: flex !important;
		font-size: 18px !important;
		font-weight: 950 !important;
		line-height: 1.1 !important;
		margin: 0 !important;
		min-height: 58px !important;
		padding: 0 16px !important;
		width: 100% !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip {
		align-items: stretch !important;
		background: #fff !important;
		border: 1px solid #e5e7eb !important;
		border-radius: 0 !important;
		box-sizing: border-box !important;
		display: flex !important;
		margin: 0 !important;
		padding: 10px 14px !important;
		width: 100% !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip span {
		display: none !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip a {
		align-items: center !important;
		background: #fff7ed !important;
		border: 1px solid #ff6b00 !important;
		border-radius: 12px !important;
		box-shadow: none !important;
		color: #c2410c !important;
		display: inline-flex !important;
		font-size: 14px !important;
		font-weight: 950 !important;
		justify-content: center !important;
		line-height: 1 !important;
		min-height: 44px !important;
		padding: 0 14px !important;
		text-decoration: none !important;
		width: 100% !important;
	}

body.she-premium-checkout-page #order_review {
		border-radius: 0 0 18px 18px !important;
		margin-top: 0 !important;
	}
}

/* Final mobile checkout order-card polish. Keep this after scroll/card rescue rules. */
@media (max-width: 768px) {
	body.she-premium-checkout-page .she-checkout-cart-button {
		display: none !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #order_review_heading,
	body.she-premium-checkout-page #order_review_heading {
		align-items: center !important;
		background: #111827 !important;
		border-radius: 18px 18px 0 0 !important;
		color: #fff !important;
		display: flex !important;
		font-size: 18px !important;
		font-weight: 950 !important;
		line-height: 1.1 !important;
		margin: 0 !important;
		min-height: 58px !important;
		padding: 0 16px !important;
		width: 100% !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip {
		align-items: center !important;
		background: #fffaf4 !important;
		border: 1px solid #fed7aa !important;
		border-radius: 0 !important;
		box-sizing: border-box !important;
		display: flex !important;
		gap: 10px !important;
		justify-content: space-between !important;
		margin: 0 !important;
		min-height: 50px !important;
		padding: 8px 12px !important;
		width: 100% !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip span {
		color: #374151 !important;
		flex: 1 1 auto !important;
		font-size: 12px !important;
		font-weight: 900 !important;
		line-height: 1.2 !important;
		min-width: 0 !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip a {
		background: #ff6b00 !important;
		border-radius: 999px !important;
		color: #fff !important;
		flex: 0 0 auto !important;
		font-size: 12px !important;
		font-weight: 950 !important;
		min-height: 36px !important;
		padding: 0 12px !important;
		width: auto !important;
	}

	body.she-premium-checkout-page #order_review {
		border-radius: 0 0 18px 18px !important;
		margin-top: 0 !important;
	}
}

.whb-header .wd-header-nav.wd-header-main-nav,
.whb-header .wd-nav-main {
	display: none !important;
}

.she-header-mega-row {
	background: var(--she-white);
	border-bottom: 1px solid var(--she-border);
	border-top: 1px solid var(--she-border);
	position: sticky;
	top: 0;
	z-index: 10005;
}

.she-header-mega-row__inner {
	align-items: center;
	display: grid;
	gap: 8px 14px;
	grid-template-areas:
		"search actions"
		"nav nav";
	grid-template-columns: minmax(260px, 440px) auto;
	margin: 0 auto;
	max-width: none;
	padding: 8px clamp(18px, 3vw, 48px);
}

.she-mega-nav {
	align-items: center;
	display: flex;
	grid-area: nav;
	justify-content: center;
	min-height: 44px;
	min-width: 0;
	position: relative;
	width: 100%;
}

.she-mega-nav__list {
	align-items: stretch;
	display: flex;
	gap: 2px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
}

.she-mega-nav__item {
	align-items: center;
	display: flex;
	position: static;
}

.she-mega-nav__link {
	align-items: center;
	color: var(--she-charcoal);
	display: flex;
	font-size: 12px;
	font-weight: 800;
	min-height: 42px;
	padding: 0 9px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.she-mega-nav__item--has-panel > .she-mega-nav__link::after {
	border-color: var(--she-muted) transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	content: "";
	display: inline-block;
	margin-left: 7px;
}

.she-mega-nav__link:hover,
.she-mega-nav__item.is-open > .she-mega-nav__link,
.she-mega-nav__item:focus-within > .she-mega-nav__link {
	color: var(--she-red);
}

.she-mega-nav__item.is-open > .she-mega-nav__link::after {
	border-top-color: var(--she-red);
	transform: rotate(180deg);
}

.she-mega-panel {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	box-shadow: var(--she-shadow);
	display: grid;
	grid-template-columns: 240px 1fr;
	left: 50%;
	min-height: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateX(-50%) translateY(10px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	visibility: hidden;
	width: min(760px, calc(100vw - 32px));
	z-index: 10030;
}

.she-header-search {
	align-items: center;
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	display: grid;
	grid-area: search;
	grid-template-columns: minmax(0, 1fr) 42px;
	min-height: 42px;
	overflow: hidden;
	width: 100%;
}

.she-header-search input[type="search"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--she-charcoal);
	font-size: 13px;
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	min-width: 0;
	padding: 0 12px;
	width: 100%;
}

.she-header-search input[type="search"]::placeholder {
	color: var(--she-muted);
	font-weight: 700;
	opacity: 1;
}

.she-header-search button {
	align-items: center;
	background: var(--she-black);
	border: 0;
	color: var(--she-white);
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.she-header-search button:hover {
	background: var(--she-red);
	color: var(--she-white);
}

.she-header-actions {
	align-items: center;
	display: flex;
	gap: 8px;
	grid-area: actions;
	justify-content: flex-end;
	white-space: nowrap;
}

.she-header-actions a {
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	min-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
}

.she-header-actions__link {
	color: var(--she-charcoal);
	padding: 0 4px;
}

.she-header-actions__button {
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	padding: 0 13px;
}

.she-header-actions__button:hover {
	background: var(--she-black);
	color: var(--she-white);
}

.she-mobile-search-row {
	background: var(--she-white);
	border-bottom: 1px solid var(--she-border);
	display: none;
	padding: 10px 16px;
	position: relative;
	z-index: 10004;
}

.she-mobile-catalog-nav {
	display: flex;
	gap: 8px;
	margin: 10px auto 0;
	max-width: 720px;
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: none;
}

.she-mobile-catalog-nav::-webkit-scrollbar {
	display: none;
}

.she-mobile-catalog-nav a {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-charcoal);
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 11px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.she-mobile-catalog-nav a:hover {
	background: var(--she-black);
	border-color: var(--she-black);
	color: var(--she-white);
}

.mobile-nav.wd-side-hidden-nav {
	overflow: hidden !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

html:not(.wd-side-opened) .mobile-nav.wd-side-hidden-nav * {
	box-sizing: border-box;
	max-width: 100% !important;
}

html:not(.wd-side-opened) .wd-close-side {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.she-mega-nav__item.is-open .she-mega-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.she-mega-panel__intro {
	background: var(--she-black);
	color: var(--she-white);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px;
}

.she-mega-panel__intro strong {
	color: var(--she-white);
	display: block;
	font-size: 23px;
	line-height: 1.15;
	margin-bottom: 12px;
}

.she-mega-panel__intro p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 22px;
}

.she-mega-panel__intro a {
	align-self: flex-start;
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	font-size: 13px;
	font-weight: 800;
	padding: 11px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.she-mega-panel__columns {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	padding: 28px;
}

.she-mega-panel__column span {
	border-bottom: 2px solid var(--she-gold);
	color: var(--she-black);
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 12px;
	padding-bottom: 9px;
	text-transform: uppercase;
}

.she-mega-panel__column a {
	color: var(--she-charcoal);
	display: block;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.25;
	padding: 8px 0;
	text-decoration: none;
}

.she-mega-panel__column a:hover,
.she-brand-grid a:hover {
	color: var(--she-red);
}

/* Main shop page */
.she-shop-hero {
	background: linear-gradient(90deg, rgba(16, 18, 20, 0.92), rgba(16, 18, 20, 0.48)), var(--she-hero-image) center/cover;
	color: var(--she-white);
	margin-bottom: 34px;
	padding: 68px 24px;
}

.woocommerce-shop .she-shop-hero,
.post-type-archive-product .she-shop-hero {
	display: none !important;
}

body.post-type-archive-product .wd-shop-tools,
body.woocommerce-shop .wd-shop-tools {
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

body.post-type-archive-product .wd-shop-tools .she-shop-organizer,
body.woocommerce-shop .wd-shop-tools .she-shop-organizer,
body.post-type-archive-product .wd-shop-tools .she-shop-results-intro,
body.woocommerce-shop .wd-shop-tools .she-shop-results-intro {
	flex: 0 0 100%;
	width: 100%;
}

body.post-type-archive-product .wd-shop-tools .she-shop-organizer,
body.woocommerce-shop .wd-shop-tools .she-shop-organizer {
	order: -20;
}

body.post-type-archive-product .wd-shop-tools .she-shop-results-intro,
body.woocommerce-shop .wd-shop-tools .she-shop-results-intro {
	order: -19;
}

.she-shop-hero__inner {
	margin: 0 auto;
	max-width: 1280px;
}

.she-shop-hero__eyebrow {
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 16px;
	padding: 8px 11px;
	text-transform: uppercase;
}

.she-shop-hero h1 {
	color: var(--she-white);
	font-size: clamp(36px, 5vw, 62px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 16px;
	max-width: 920px;
}

.she-shop-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.she-shop-hero__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.she-shop-hero__links a {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: var(--she-white);
	font-size: 13px;
	font-weight: 850;
	padding: 9px 12px;
	text-decoration: none;
}

.she-shop-hero__links a:hover {
	background: var(--she-white);
	color: var(--she-black);
}

.she-shop-organizer {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	margin: 0 auto 22px;
	max-width: 1280px;
	padding: 22px;
}

.she-shop-results-intro {
	margin: 0 auto 28px;
	max-width: 1280px;
}

.she-shop-organizer__head {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	margin-bottom: 18px;
}

.she-shop-organizer__head span,
.she-shop-results-intro span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-shop-organizer__head h2,
.she-shop-results-intro h2 {
	color: var(--she-black);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 8px;
}

.she-shop-organizer__head p,
.she-shop-results-intro p {
	color: var(--she-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.she-shop-quick-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: flex-end;
}

.she-shop-quick-filters a {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-charcoal);
	font-size: 12px;
	font-weight: 900;
	padding: 9px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.she-shop-quick-filters a:hover {
	background: var(--she-red);
	border-color: var(--she-red);
	color: var(--she-white);
}

.she-shop-departments {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.she-shop-department-card {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 12px 32px rgba(16, 18, 20, 0.05);
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.she-shop-department-card:hover {
	border-color: rgba(217, 74, 52, 0.42);
	box-shadow: 0 18px 42px rgba(16, 18, 20, 0.1);
	transform: translateY(-2px);
}

.she-shop-department-card__main {
	color: var(--she-charcoal);
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.she-shop-department-card__image {
	background: var(--she-bg);
	height: 132px;
	overflow: hidden;
}

.she-shop-department-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.2s ease;
	width: 100%;
}

.she-shop-department-card:hover .she-shop-department-card__image img {
	transform: scale(1.03);
}

.she-shop-department-card__content {
	padding: 18px 18px 16px;
}

.she-shop-department-card__main small {
	background: #fff6df;
	border: 1px solid #f4dfaa;
	border-radius: 999px;
	color: #7b5300;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 14px;
	padding: 7px 9px;
	text-transform: uppercase;
}

.she-shop-department-card__main strong {
	color: var(--she-black);
	display: block;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.12;
	margin-bottom: 9px;
}

.she-shop-department-card__main p {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.she-shop-department-card__count {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.she-shop-department-card__links {
	border-top: 1px solid var(--she-border);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 18px 18px;
}

.she-shop-department-card__links a {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-charcoal);
	font-size: 12px;
	font-weight: 800;
	padding: 7px 9px;
	text-decoration: none;
}

.she-shop-department-card__links a:hover {
	background: var(--she-black);
	border-color: var(--she-black);
	color: var(--she-white);
}

.she-shop-results-intro {
	align-items: center;
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding: 18px;
}

.she-shop-results-intro h2 {
	font-size: 24px;
	margin-bottom: 0;
}

.she-shop-results-intro p {
	max-width: 430px;
	text-align: right;
}

.she-shipping-rate-note {
	color: var(--she-muted);
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 5px;
}

.she-heavy-shipping-timing th,
.she-heavy-shipping-timing td {
	color: var(--she-black);
	font-size: 13px;
	line-height: 1.45;
	vertical-align: top;
}

.she-heavy-shipping-timing td {
	color: var(--she-muted);
	font-weight: 700;
}

.she-shipping-delivery-panel {
	display: grid;
	gap: 22px;
}

.she-shipping-delivery-panel__hero {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-left: 4px solid var(--she-red);
	border-radius: var(--she-radius);
	padding: 22px;
}

.she-shipping-delivery-panel__hero span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-shipping-delivery-panel__hero h2,
.she-shipping-delivery-panel__steps h3 {
	color: var(--she-black);
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 10px;
}

.she-shipping-delivery-panel__hero p,
.she-shipping-delivery-panel__cards p,
.she-shipping-delivery-panel__note p,
.she-shipping-delivery-panel__steps li {
	color: var(--she-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.she-shipping-delivery-panel__cards {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-shipping-delivery-panel__cards article,
.she-shipping-delivery-panel__steps,
.she-shipping-delivery-panel__note {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	padding: 18px;
}

.she-shipping-delivery-panel__cards strong,
.she-shipping-delivery-panel__note strong {
	color: var(--she-black);
	display: block;
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-shipping-delivery-panel__steps ol {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 20px;
}

.she-shipping-delivery-panel__steps strong {
	color: var(--she-black);
	font-weight: 900;
}

.she-shipping-delivery-panel__note {
	background: #fff6df;
	border-color: #f4dfaa;
}

.she-mega-panel--brands {
	grid-template-columns: 260px 1fr;
}

.she-brand-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 28px;
}

.she-brand-grid a {
	align-items: center;
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-charcoal);
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.she-home-trust-grid,
.she-about-page__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-home-trust-grid article,
.she-about-page__grid article {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	overflow: hidden;
	padding: 20px;
}

.she-home-trust-grid article {
	padding: 0;
}

.she-home-trust-grid figure {
	align-items: center;
	background: var(--she-white);
	border-bottom: 1px solid var(--she-border);
	display: flex;
	height: 92px;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	padding: 14px 20px 8px;
}

.she-home-trust-grid figure img {
	display: block;
	height: 100%;
	max-height: 70px;
	max-width: 104px;
	object-fit: contain;
	width: auto;
}

.she-home-trust-grid article strong,
.she-home-trust-grid article p {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.she-home-trust-grid article strong {
	padding-top: 18px;
}

.she-home-trust-grid article p {
	padding-bottom: 20px;
}

.she-home-trust-grid strong,
.she-about-page__grid h2 {
	color: var(--she-black);
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

.she-home-trust-grid p,
.she-about-page__grid p {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.she-home-social-proof {
	padding-top: 34px;
}

.she-social-proof-metrics {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 16px;
}

.she-social-proof-metrics article {
	background: var(--she-black);
	border-radius: var(--she-radius);
	color: var(--she-white);
	padding: 22px;
}

.she-social-proof-metrics strong {
	color: var(--she-white);
	display: block;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 8px;
}

.she-social-proof-metrics span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.she-social-proof-cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-social-proof-cards article {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-left: 4px solid var(--she-red);
	border-radius: var(--she-radius);
	padding: 20px;
}

.she-social-proof-cards strong {
	color: var(--she-black);
	display: block;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 8px;
}

.she-social-proof-cards p {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.she-about-page {
	margin: 0 auto;
	max-width: 1280px;
	padding: 44px 18px 64px;
}

.she-about-page__hero {
	background: linear-gradient(90deg, rgba(16, 18, 20, 0.94), rgba(16, 18, 20, 0.52)), var(--she-about-hero-image) center/cover;
	border-radius: var(--she-radius);
	color: var(--she-white);
	margin-bottom: 18px;
	min-height: 360px;
	padding: clamp(34px, 6vw, 72px);
}

.she-about-page__hero span {
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 16px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.she-about-page__hero h1 {
	color: var(--she-white);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 18px;
	max-width: 820px;
}

.she-about-page__hero p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
	max-width: 790px;
}

.she-about-page__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.she-about-proof-metrics {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 18px;
}

.she-about-proof-metrics article {
	background: var(--she-black);
	border-radius: var(--she-radius);
	color: var(--she-white);
	padding: 22px;
}

.she-about-proof-metrics strong {
	color: var(--she-white);
	display: block;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1;
	margin-bottom: 8px;
}

.she-about-proof-metrics span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.she-about-company-panel,
.she-about-photo-story,
.she-about-process {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	margin: 18px 0;
}

.she-about-company-panel {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	padding: 28px;
}

.she-about-company-panel span,
.she-about-photo-story__copy span,
.she-about-process__head span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-about-company-panel h2,
.she-about-photo-story__copy h2,
.she-about-process__head h2 {
	color: var(--she-black);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 14px;
}

.she-about-company-panel address {
	color: var(--she-muted);
	font-size: 15px;
	font-style: normal;
	line-height: 1.65;
	margin: 0;
}

.she-about-company-panel address strong {
	color: var(--she-black);
}

.she-about-company-panel ul {
	color: var(--she-muted);
	display: grid;
	font-size: 14px;
	gap: 10px;
	line-height: 1.55;
	margin: 0 0 18px;
	padding-left: 18px;
}

.she-about-photo-story {
	display: grid;
	gap: 0;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	overflow: hidden;
}

.she-about-photo-story__copy {
	align-self: center;
	padding: 34px;
}

.she-about-photo-story__copy p {
	color: var(--she-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 12px;
}

.she-about-photo-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 430px;
	padding: 10px;
}

.she-about-photo-card {
	background: var(--she-black);
	border-radius: var(--she-radius);
	margin: 0;
	min-height: 210px;
	overflow: hidden;
	position: relative;
}

.she-about-photo-card:first-child {
	grid-row: span 2;
}

.she-about-photo-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.she-about-photo-card::after {
	background: linear-gradient(180deg, rgba(16, 18, 20, 0), rgba(16, 18, 20, 0.78));
	bottom: 0;
	content: "";
	height: 58%;
	left: 0;
	position: absolute;
	right: 0;
}

.she-about-photo-card figcaption {
	bottom: 0;
	color: var(--she-white);
	left: 0;
	padding: 18px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.she-about-photo-card figcaption strong,
.she-about-photo-card figcaption span {
	display: block;
}

.she-about-photo-card figcaption strong {
	color: var(--she-white);
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 4px;
}

.she-about-photo-card figcaption span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.45;
}

.she-about-process {
	padding: 28px;
}

.she-about-process__head {
	margin-bottom: 18px;
	max-width: 760px;
}

.she-about-process ol {
	counter-reset: she-process;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.she-about-process li {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	counter-increment: she-process;
	padding: 18px;
	position: relative;
}

.she-about-process li::before {
	align-items: center;
	background: var(--she-red);
	border-radius: 999px;
	color: var(--she-white);
	content: counter(she-process);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	margin-bottom: 14px;
	width: 28px;
}

.she-about-process strong {
	color: var(--she-black);
	display: block;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 8px;
}

.she-about-process p {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.she-child-category-strip {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 22px;
}

.she-child-category-strip a {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-charcoal);
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 76px;
	padding: 14px 16px;
	text-decoration: none;
}

.she-child-category-strip a:hover {
	border-color: var(--she-red);
	color: var(--she-red);
}

.she-child-category-strip span {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.she-child-category-strip small {
	color: var(--she-muted);
	font-size: 12px;
	font-weight: 800;
}

.she-child-category-strip--brands {
	gap: 18px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.she-child-category-strip--brands a {
	align-items: stretch;
	gap: 14px;
	height: 310px;
	justify-content: space-between;
	min-height: 280px;
	padding: 20px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.she-child-category-strip--brands a:hover {
	border-color: rgba(217, 74, 52, 0.45);
	box-shadow: 0 16px 42px rgba(16, 18, 20, 0.1);
	color: var(--she-charcoal);
	transform: translateY(-2px);
}

.she-brand-index-card__logo {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(16, 18, 20, 0.08);
	border-radius: 10px;
	display: flex;
	flex: 0 0 180px;
	height: 180px;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.she-child-category-strip__logo {
	display: block;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	min-height: 0;
	min-width: 0;
	object-fit: contain;
	width: 100%;
}

.she-child-category-strip--brands .she-child-category-strip__logo,
.she-child-category-strip--brands .she-child-category-strip__logo[src*="/wp-content/uploads/"],
.she-child-category-strip--brands .she-child-category-strip__logo[src$=".svg"],
.she-child-category-strip--brands .she-child-category-strip__logo[src$=".png"],
.she-child-category-strip--brands .she-child-category-strip__logo[src$=".webp"] {
	object-fit: contain;
}

.she-brand-index-card__fallback {
	align-items: center;
	background: #f5f6f7;
	border-radius: 8px;
	color: var(--she-black);
	display: flex;
	font-size: 54px;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	line-height: 1;
	width: 100%;
}

.she-brand-index-card__body {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 7px;
	justify-content: flex-start;
	text-align: center;
}

.she-child-category-strip--brands span {
	color: var(--she-black);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
}

.she-child-category-strip--brands small {
	color: var(--she-muted);
	font-size: 13px;
	font-weight: 800;
}

.she-brand-index-card__body strong {
	align-items: center;
	background: var(--she-red);
	border-radius: 6px;
	color: var(--she-white);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin-top: auto;
	min-height: 38px;
	padding: 0 14px;
	text-transform: uppercase;
	transition: background 0.18s ease;
}

.she-child-category-strip--brands a:hover .she-brand-index-card__body strong {
	background: #b93827;
}

.she-brand-index {
	margin: 0 0 30px;
}

.she-brand-index__head {
	margin: 0 0 18px;
	max-width: 760px;
}

.she-brand-index__head span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-brand-index__head h2 {
	color: var(--she-black);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 10px;
}

.she-brand-index__head p {
	color: var(--she-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.tax-product_cat .no-products-footer {
	display: none !important;
}

.she-generator-empty-state {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-left: 5px solid var(--she-red);
	border-radius: var(--she-radius);
	box-shadow: 0 16px 38px rgba(16, 18, 20, 0.07);
	margin: 0 0 28px;
	padding: clamp(24px, 4vw, 38px);
}

.she-generator-empty-state span {
	background: #fff6df;
	border: 1px solid #f4dfaa;
	border-radius: 999px;
	color: #7b5300;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 16px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.she-generator-empty-state h2 {
	color: var(--she-black);
	font-size: clamp(26px, 4vw, 40px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 12px;
}

.she-generator-empty-state p {
	color: var(--she-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 20px;
	max-width: 760px;
}

.she-generator-empty-state div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.she-generator-empty-state .she-button--secondary {
	border: 1px solid var(--she-border);
}

body.she-empty-generator-archive .wd-products-element,
body.she-empty-generator-archive .wd-loop-footer.products-footer,
body.she-empty-generator-archive .wd-products-per-page,
body.she-empty-generator-archive .wd-products-shop-view,
body.she-empty-generator-archive .woocommerce-ordering,
body.she-empty-generator-archive .woocommerce-result-count {
	display: none !important;
}

body.she-empty-generator-archive .shop-loop-head {
	margin-bottom: 18px;
}

body.she-empty-generator-archive .she-generator-empty-state {
	flex: 0 0 100%;
	width: 100%;
}

/* Trust bar */
.she-trust-bar {
	background: var(--she-black);
	color: var(--she-white);
	margin: 0;
}

.post-type-archive-product .she-trust-bar,
.tax-product_cat .she-trust-bar {
	display: none !important;
}

.she-trust-bar__inner {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 18px;
}

.she-trust-item {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 14px;
	grid-template-columns: 42px 1fr;
	min-height: 108px;
	padding: 18px;
}

.she-trust-item:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.she-trust-item strong {
	color: var(--she-white);
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.she-trust-item p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
}

.she-trust-item__icon {
	align-items: center;
	background: var(--she-gold);
	border-radius: 50%;
	color: var(--she-black);
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.she-icon-truck::before {
	content: "FS";
}

.she-icon-headset::before {
	content: "EX";
}

.she-icon-wrench::before {
	content: "WR";
}

.she-icon-shield::before {
	content: "CT";
}

.she-product-trust-details {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.she-product-trust-details section {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	padding: 18px;
}

.she-product-trust-details h2 {
	color: var(--she-black);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

.she-product-trust-details p,
.she-product-trust-details li,
.she-product-trust-details dd {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.6;
}

.she-product-trust-details p {
	margin: 0;
}

.she-product-trust-details ul {
	margin: 0;
	padding-left: 18px;
}

.she-product-trust-details dl {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.she-product-trust-details dl div {
	background: var(--she-bg);
	border-radius: var(--she-radius);
	padding: 10px;
}

.she-product-trust-details dt {
	color: var(--she-black);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.she-product-trust-details dd {
	margin: 3px 0 0;
}

.she-product-trust-details__quote {
	border-color: rgba(217, 74, 52, 0.34) !important;
}

/* Keep one footer: use the custom Steel Haul footer, not the default WoodMart footer. */
.wd-prefooter,
.wd-footer.footer-container {
	display: none !important;
}

.she-footer-transparency {
	background: var(--she-black);
	color: var(--she-white);
	position: relative;
	z-index: 1;
}

.she-footer-transparency__inner {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	margin: 0 auto;
	max-width: 1280px;
	padding: 28px 18px;
}

.she-footer-transparency strong {
	color: var(--she-white);
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 8px;
}

.she-footer-transparency p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 4px;
}

.she-footer-transparency p a {
	color: var(--she-white);
	font-weight: 800;
	text-decoration: none;
}

.she-footer-transparency p a:hover {
	color: var(--she-gold);
}

.she-footer-transparency__groups {
	align-content: start;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-footer-transparency__group {
	display: grid;
	gap: 7px;
}

.she-footer-transparency__group span {
	color: var(--she-gold);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.she-footer-transparency__group a {
	color: var(--she-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 0;
	text-decoration: none;
}

.she-footer-transparency__group a:hover {
	color: var(--she-gold);
}

/* Elementor homepage helpers */
.she-home-hero {
	background: linear-gradient(90deg, rgba(16, 18, 20, 0.92), rgba(16, 18, 20, 0.36)), var(--she-hero-image) center/cover;
	color: var(--she-white);
	min-height: 640px;
	padding: 120px 24px 96px;
}

.she-home-hero__inner {
	margin: 0 auto;
	max-width: 1280px;
}

.she-home-hero__eyebrow {
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 18px;
	padding: 9px 12px;
	text-transform: uppercase;
}

.she-home-hero h1 {
	color: var(--she-white);
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 20px;
	max-width: 860px;
}

.she-home-hero p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	line-height: 1.65;
	margin: 0 0 30px;
	max-width: 780px;
}

.she-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.she-button {
	align-items: center;
	border-radius: var(--she-radius);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.she-button--primary {
	background: var(--she-red);
	color: var(--she-white);
}

.she-button--secondary {
	background: var(--she-white);
	color: var(--she-black);
}

.she-category-blocks {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-category-card {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-charcoal);
	display: flex;
	flex-direction: column;
	min-height: 320px;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.she-category-card:hover {
	border-color: var(--she-red);
	box-shadow: 0 12px 34px rgba(16, 18, 20, 0.09);
	color: var(--she-charcoal);
	transform: translateY(-2px);
}

.she-category-card__image,
.she-home-category-card__image {
	align-items: center;
	background: linear-gradient(135deg, #f7f8f9, #ffffff);
	border-bottom: 1px solid var(--she-border);
	display: flex;
	height: 178px;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
}

.she-home-category-card__image {
	height: 230px;
	padding: 0;
}

.she-category-card__image img,
.she-home-category-card__image img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: transform 0.22s ease;
	width: 100%;
}

.she-home-category-card__image img {
	object-fit: cover;
	object-position: center;
}

.she-category-card:hover .she-category-card__image img,
.she-home-category-card:hover .she-home-category-card__image img {
	transform: scale(1.035);
}

.she-category-card__body,
.she-home-category-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.she-category-card__body strong {
	color: var(--she-black);
	display: block;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
}

.she-category-card p {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

/* Marketplace homepage */
body.home .main-page-wrapper > .content-layout-wrapper.container {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.home .main-page-wrapper {
	background: var(--she-bg);
}

.she-home-page {
	background: var(--she-bg);
	color: var(--she-charcoal);
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.she-home-hero--marketplace {
	margin-top: 0;
	position: relative;
	width: 100%;
}

.she-home-hero--marketplace::after {
	background: linear-gradient(180deg, rgba(245, 246, 247, 0), var(--she-bg));
	bottom: 0;
	content: "";
	height: 90px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.she-home-hero--marketplace .she-home-hero__inner {
	position: relative;
	z-index: 1;
}

.she-home-search {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: var(--she-radius);
	box-shadow: 0 18px 46px rgba(16, 18, 20, 0.22);
	margin: 34px auto 0;
	max-width: 780px;
	padding: 16px;
	text-align: center;
	width: min(100%, 780px);
}

.she-home-search strong {
	color: var(--she-black);
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-home-search form {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: 720px;
}

.she-home-search input[type="search"],
.she-home-search .search-field {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-black);
	font-size: 15px;
	min-height: 50px;
	padding: 0 14px;
	width: 100%;
}

.she-home-search button,
.she-home-search input[type="submit"] {
	background: var(--she-red);
	border: 0;
	border-radius: var(--she-radius);
	color: var(--she-white);
	font-size: 13px;
	font-weight: 900;
	min-height: 50px;
	padding: 0 18px;
	text-transform: uppercase;
}

.she-home-section {
	margin: 0 auto;
	max-width: 1280px;
	padding: 64px 18px;
}

.she-home-section__head {
	margin-bottom: 28px;
	max-width: 820px;
}

.she-home-section__head span,
.she-home-support-intro span,
.she-home-final-cta span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-home-section__head h2,
.she-home-support-intro h2,
.she-home-final-cta h2 {
	color: var(--she-black);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0 0 12px;
}

.she-home-section__head p,
.she-home-support-intro p {
	color: var(--she-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.she-home-section-photo {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 16px 42px rgba(16, 18, 20, 0.08);
	margin: 0 0 18px;
	overflow: hidden;
	width: 100%;
}

.she-home-section-photo img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.she-home-section--why .she-home-trust-grid article,
.she-home-section--industries .she-home-info-card {
	border-left: 4px solid var(--she-red);
	padding: 22px;
}

.she-home-section--why .she-home-trust-grid article strong,
.she-home-section--why .she-home-trust-grid article p,
.she-home-section--industries .she-home-info-card strong,
.she-home-section--industries .she-home-info-card p {
	padding-left: 0;
	padding-right: 0;
}

.she-home-section--why .she-home-trust-grid article strong {
	padding-top: 0;
}

.she-home-section--why .she-home-trust-grid article p,
.she-home-section--industries .she-home-info-card p {
	padding-bottom: 0;
}

.she-home-category-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.she-home-category-card {
	background: var(--she-black);
	border-radius: 16px;
	box-shadow: 0 22px 52px rgba(16, 18, 20, 0.16);
	color: var(--she-white);
	display: block;
	isolation: isolate;
	min-height: 320px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.she-home-category-card--featured {
	grid-column: span 2;
	min-height: 430px;
}

.she-home-category-card--compact {
	min-height: 300px;
}

.she-home-category-card:hover {
	box-shadow: 0 30px 70px rgba(16, 18, 20, 0.22);
	color: var(--she-white);
	transform: translateY(-4px);
}

.she-home-category-card__image {
	background: none;
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.she-home-category-card__image::after {
	background:
		linear-gradient(180deg, rgba(16, 18, 20, 0.12) 0%, rgba(16, 18, 20, 0.58) 48%, rgba(16, 18, 20, 0.88) 100%),
		linear-gradient(90deg, rgba(16, 18, 20, 0.74) 0%, rgba(16, 18, 20, 0.28) 58%, rgba(217, 74, 52, 0.18) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.she-home-category-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 0.55s ease;
	width: 100%;
}

.she-home-category-card:hover .she-home-category-card__image img {
	transform: scale(1.07);
}

.she-home-category-card__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	padding: 24px;
	position: relative;
	z-index: 2;
}

.she-home-category-card--featured .she-home-category-card__body {
	padding: clamp(28px, 4vw, 42px);
}

.she-home-category-card__body::before {
	backdrop-filter: blur(10px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
	content: "";
	inset: auto 18px 18px;
	min-height: 170px;
	position: absolute;
	z-index: -1;
}

.she-home-category-card small {
	align-self: start;
	background: rgba(255, 246, 223, 0.94);
	border: 1px solid rgba(244, 223, 170, 0.8);
	border-radius: 999px;
	color: #7b5300;
	font-size: 11px;
	font-weight: 900;
	justify-self: start;
	line-height: 1;
	padding: 7px 9px;
	text-transform: uppercase;
}

.she-home-category-card strong {
	color: var(--she-white);
	display: block;
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.12;
	margin-top: 16px;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}

.she-home-category-card--compact strong {
	font-size: clamp(20px, 2vw, 27px);
}

.she-home-category-card p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 520px;
}

.she-home-category-card__cta {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	color: var(--she-black);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	margin-top: 18px;
	padding: 12px 15px;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.she-home-category-card:hover .she-home-category-card__cta {
	background: var(--she-red);
	color: var(--she-white);
	transform: translateX(2px);
}

.she-home-section__button {
	margin-top: 22px;
}

.she-home-brand-grid,
.she-home-industry-grid,
.she-home-resource-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-home-brand-grid {
	align-items: stretch;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-home-brand-card,
.she-home-info-card {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-charcoal);
	display: block;
	min-height: 126px;
	padding: 22px;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.she-home-brand-card:hover,
.she-home-info-card:hover {
	border-color: rgba(217, 74, 52, 0.45);
	box-shadow: 0 16px 42px rgba(16, 18, 20, 0.1);
	color: var(--she-charcoal);
	transform: translateY(-2px);
}

.she-home-resource-card {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 12px 30px rgba(16, 18, 20, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.she-home-resource-card:hover {
	border-color: rgba(217, 74, 52, 0.45);
	box-shadow: 0 18px 46px rgba(16, 18, 20, 0.12);
	transform: translateY(-2px);
}

.she-home-resource-card__media {
	background: #f4f6f7;
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 58%;
	position: relative;
}

.she-home-resource-card__media img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.she-home-resource-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 22px;
}

.she-home-resource-card__body strong {
	color: var(--she-black);
	display: block;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.18;
}

.she-home-resource-card__body p {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.58;
	margin: 0;
}

.she-home-resource-card__cta {
	align-items: center;
	align-self: flex-start;
	background: var(--she-red);
	border-radius: 6px;
	color: var(--she-white);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	margin-top: auto;
	min-height: 40px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, transform 0.18s ease;
}

.she-home-resource-card__cta:hover {
	background: #b93827;
	color: var(--she-white);
	transform: translateY(-1px);
}

.she-home-brand-card {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
	min-height: 326px;
	overflow: hidden;
	padding: 18px;
	position: relative;
	text-align: center;
}

.she-home-brand-card::after {
	display: none;
}

.she-home-brand-card__logo {
	align-items: center;
	background: var(--she-white);
	border: 1px solid rgba(16, 18, 20, 0.08);
	border-radius: 10px;
	display: flex;
	height: 118px;
	justify-content: center;
	padding: 18px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.she-home-brand-card__logo img {
	display: block;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.she-home-brand-card__icon {
	align-items: center;
	background: linear-gradient(145deg, #16191d, #050607);
	border: 2px solid var(--she-gold);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 24px rgba(16, 18, 20, 0.12);
	color: var(--she-white);
	display: inline-flex;
	flex: 0 0 52px;
	height: 52px;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.she-home-brand-card__count {
	align-self: center;
	background: #fff6df;
	border: 1px solid #efd999;
	border-radius: 999px;
	color: #8b6313;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	margin: 0 auto;
	padding: 9px 11px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 1;
}

.she-home-brand-card__icon svg {
	display: block;
	height: 38px;
	width: 38px;
}

.she-brand-icon__plate {
	fill: rgba(255, 255, 255, 0.08);
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1.5;
}

.she-brand-icon__line {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3.2;
}

.she-brand-icon__accent {
	fill: var(--she-red);
}

.she-home-brand-card--generac .she-brand-icon__accent,
.she-home-brand-card--cummins .she-brand-icon__accent,
.she-home-brand-card--kohler .she-brand-icon__accent {
	fill: var(--she-gold);
}

.she-home-brand-card--autel .she-brand-icon__line,
.she-home-brand-card--quickjack .she-brand-icon__line {
	stroke: #f7f8fa;
}

.she-home-brand-card .she-home-brand-card__wordmark {
	color: var(--she-black);
	display: block;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	max-width: 150px;
	text-transform: uppercase;
}

.she-home-brand-card__caption {
	color: var(--she-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

.she-home-brand-card h3 {
	color: var(--she-black);
	font-size: clamp(19px, 1.8vw, 24px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	position: relative;
	z-index: 1;
}

.she-home-brand-card strong,
.she-home-info-card strong {
	color: var(--she-black);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

.she-home-brand-card p {
	color: var(--she-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
	min-height: 40px;
	position: relative;
	z-index: 1;
}

.she-home-brand-card__cta {
	align-items: center;
	align-self: center;
	background: var(--she-black);
	border: 1px solid var(--she-black);
	border-radius: var(--she-radius);
	color: var(--she-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	margin-top: auto;
	min-height: 42px;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
	z-index: 1;
}

.she-home-brand-card__cta:hover {
	background: var(--she-red);
	border-color: var(--she-red);
	color: var(--she-white);
}

.she-home-info-card p {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.58;
	margin: 12px 0 0;
}

.she-home-info-card {
	overflow: hidden;
	padding: 0;
}

.she-home-info-card__image {
	background: var(--she-bg);
	border-bottom: 1px solid var(--she-border);
	display: block;
	height: 146px;
	margin-bottom: 20px;
	overflow: hidden;
}

.she-home-info-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.she-home-info-card strong,
.she-home-info-card p {
	display: block;
	padding-left: 22px;
	padding-right: 22px;
}

.she-home-info-card p {
	padding-bottom: 22px;
}

.she-page-media-hero {
	background: var(--she-bg);
	padding: 34px 18px 0;
}

.she-page-media-hero__inner {
	background: linear-gradient(90deg, rgba(16, 18, 20, 0.92), rgba(16, 18, 20, 0.42)), var(--she-page-media-hero-image) center/cover;
	border-radius: var(--she-radius);
	color: var(--she-white);
	margin: 0 auto 24px;
	max-width: 1280px;
	min-height: 330px;
	padding: clamp(34px, 6vw, 68px);
}

.she-page-media-hero__inner span {
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 16px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.she-page-media-hero__inner h1 {
	color: var(--she-white);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 18px;
	max-width: 800px;
}

.she-page-media-hero__inner p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.she-policy-page {
	background: var(--she-bg);
	padding: 34px 18px 72px;
}

.she-policy-page__inner {
	display: grid;
	gap: 20px;
	margin: 0 auto;
	max-width: 1280px;
}

.she-policy-hero {
	align-items: stretch;
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 18px 45px rgba(16, 18, 20, 0.06);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
	overflow: hidden;
}

.she-policy-hero__copy {
	align-self: center;
	padding: clamp(30px, 5vw, 58px);
}

.she-policy-hero__copy span,
.she-policy-business span,
.she-policy-support span,
.she-policy-related span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.she-policy-hero__copy h1 {
	color: var(--she-black);
	font-size: clamp(36px, 5vw, 60px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 16px;
	max-width: 840px;
}

.she-policy-hero__copy p {
	color: var(--she-muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
	max-width: 820px;
}

.she-policy-hero__media {
	background: var(--she-black);
	margin: 0;
	min-height: 300px;
}

.she-policy-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.she-policy-trust {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.she-policy-trust article {
	align-items: center;
	background: var(--she-black);
	border-radius: var(--she-radius);
	color: var(--she-white);
	display: flex;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
	min-height: 82px;
	padding: 16px;
}

.she-policy-card,
.she-policy-business,
.she-policy-support,
.she-policy-related {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 18px 45px rgba(16, 18, 20, 0.06);
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

.she-policy-card {
	font-size: 16px;
	line-height: 1.72;
	padding: clamp(28px, 5vw, 52px);
}

.she-policy-card h2 {
	color: var(--she-black);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 30px 0 12px;
}

.she-policy-card h2:first-child {
	margin-top: 0;
}

.she-policy-card p,
.she-policy-card li {
	color: var(--she-muted);
	font-size: 16px;
	line-height: 1.72;
}

.she-policy-card p {
	margin: 0 0 14px;
}

.she-policy-card ul,
.she-policy-card ol {
	display: grid;
	gap: 8px;
	margin: 14px 0 18px;
	padding-left: 22px;
}

.she-policy-note {
	background: #fff6df;
	border: 1px solid #efd999;
	border-radius: var(--she-radius);
	color: #6b4b12 !important;
	font-weight: 800;
	padding: 12px 14px;
}

.she-policy-updated {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-black) !important;
	display: inline-block;
	font-size: 14px !important;
	font-weight: 800;
	margin-bottom: 22px !important;
	padding: 10px 13px;
}

.she-policy-updated strong {
	color: var(--she-red);
	font-weight: 900;
}

.she-policy-business,
.she-policy-support,
.she-policy-related {
	padding: clamp(24px, 4vw, 38px);
}

.she-policy-business {
	border-left: 5px solid var(--she-red);
}

.she-policy-business h2,
.she-policy-support h2 {
	color: var(--she-black);
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 12px;
}

.she-policy-business p,
.she-policy-support p {
	color: var(--she-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 14px;
}

.she-policy-business dl {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0 0;
}

.she-policy-business dl div {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	padding: 14px;
}

.she-policy-business dt {
	color: var(--she-muted);
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.she-policy-business dd {
	color: var(--she-black);
	font-size: 16px;
	font-weight: 900;
	margin: 0;
}

.she-policy-support {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.she-policy-support .she-button {
	justify-content: center;
	white-space: nowrap;
}

.she-policy-support__methods {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.she-policy-support__methods a {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-black);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	overflow-wrap: anywhere;
	padding: 10px 13px;
	text-decoration: none;
}

.she-policy-support__methods a:hover {
	border-color: var(--she-red);
	color: var(--she-red);
}

.she-policy-related div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.she-policy-related a {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-black);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	padding: 11px 14px;
	text-decoration: none;
}

.she-policy-related a:hover {
	border-color: var(--she-red);
	color: var(--she-red);
}

.she-policy-card .she-contact-direct,
.she-policy-card .she-contact-options article,
.she-policy-card .she-contact-form,
.she-policy-card .she-contact-before,
.she-policy-card .she-contact-faq {
	box-shadow: none;
}

.she-policy-card .she-contact-direct,
.she-policy-card .she-contact-options,
.she-policy-card .she-contact-workspace,
.she-policy-card .she-contact-faq {
	margin-bottom: 22px;
}

.she-about-upgrade {
	display: grid;
	gap: 28px;
}

.she-about-upgrade span,
.she-about-section > span,
.she-about-split span,
.she-about-business span,
.she-about-before span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-about-lead {
	background: linear-gradient(135deg, rgba(16, 18, 20, 0.96), rgba(16, 18, 20, 0.82));
	border-radius: var(--she-radius);
	box-shadow: var(--she-shadow);
	padding: clamp(24px, 4vw, 40px);
}

.she-about-lead p {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 700;
	line-height: 1.55;
	margin: 0;
	max-width: 980px;
}

.she-about-split,
.she-about-business,
.she-about-before,
.she-about-cta {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	display: grid;
	gap: 24px;
	overflow: hidden;
	padding: clamp(22px, 4vw, 34px);
}

.she-about-split {
	align-items: center;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
}

.she-about-split figure {
	aspect-ratio: 16 / 10;
	border-radius: var(--she-radius);
	box-shadow: 0 18px 36px rgba(16, 18, 20, 0.12);
	margin: 0;
	overflow: hidden;
}

.she-about-split img,
.she-about-photo-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.she-about-section h2,
.she-about-split h2,
.she-about-business h2,
.she-about-before h2,
.she-about-cta h2 {
	margin-top: 0;
}

.she-about-card-grid,
.she-about-reason-grid,
.she-about-chip-grid,
.she-about-photo-gallery {
	display: grid;
	gap: 14px;
}

.she-about-card-grid,
.she-about-reason-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-about-mini-card,
.she-about-reason-grid article {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 14px 30px rgba(16, 18, 20, 0.06);
	display: block;
	min-height: 174px;
	padding: 20px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.she-about-mini-card:hover,
.she-about-reason-grid article:hover {
	border-color: rgba(217, 74, 52, 0.45);
	box-shadow: 0 18px 38px rgba(16, 18, 20, 0.1);
	transform: translateY(-2px);
}

.she-about-mini-card strong,
.she-about-reason-grid strong,
.she-about-steps strong {
	color: var(--she-black);
	display: block;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.22;
	margin-bottom: 10px;
}

.she-about-mini-card p,
.she-about-reason-grid p {
	margin-bottom: 0;
}

.she-about-business {
	background: #fff8e7;
	border-color: #efd999;
	border-left: 5px solid var(--she-red);
}

.she-about-business address {
	background: var(--she-white);
	border: 1px solid rgba(217, 74, 52, 0.18);
	border-radius: var(--she-radius);
	color: var(--she-black);
	font-style: normal;
	font-weight: 800;
	line-height: 1.7;
	padding: 18px;
}

.she-about-business address strong {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.she-about-photo-gallery {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
}

.she-about-photo-gallery figure {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: 14px;
	box-shadow: 0 16px 36px rgba(16, 18, 20, 0.08);
	margin: 0;
	overflow: hidden;
}

.she-about-photo-gallery img {
	aspect-ratio: 3 / 2;
}

.she-about-photo-gallery figcaption {
	display: grid;
	gap: 5px;
	padding: 14px;
}

.she-about-photo-gallery figcaption strong {
	color: var(--she-black);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
}

.she-about-photo-gallery figcaption span {
	color: var(--she-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	text-transform: none;
}

.she-about-chip-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.she-about-chip-grid span {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-black);
	font-size: 14px;
	font-weight: 900;
	margin: 0;
	padding: 12px 14px;
	text-align: center;
	text-transform: none;
}

.she-about-steps {
	counter-reset: she-about-steps;
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.she-about-steps li {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	display: grid;
	gap: 6px;
	padding: 18px 18px 18px 74px;
	position: relative;
}

.she-about-steps li::before {
	align-items: center;
	background: var(--she-black);
	border-radius: 50%;
	color: var(--she-white);
	content: counter(she-about-steps);
	counter-increment: she-about-steps;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	left: 18px;
	position: absolute;
	top: 20px;
	width: 42px;
}

.she-about-steps span {
	color: var(--she-red);
	font-size: 12px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.she-about-before {
	grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
}

.she-about-before ul {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.she-about-before li {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-black);
	font-weight: 900;
	list-style: none;
	padding: 10px 13px;
}

.she-about-cta {
	align-items: center;
	background: var(--she-black);
	grid-template-columns: minmax(0, 1fr) auto;
}

.she-about-cta h2,
.she-about-cta p {
	color: var(--she-white);
}

.she-about-cta div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.she-track-order-portal {
	background: var(--she-bg);
	padding: 18px 18px 64px;
}

.she-track-order-portal__card {
	align-items: center;
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-left: 5px solid var(--she-red);
	border-radius: var(--she-radius);
	box-shadow: 0 18px 45px rgba(16, 18, 20, 0.08);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 960px;
	padding: clamp(24px, 4vw, 42px);
}

.she-track-order-portal__copy {
	max-width: 680px;
}

.she-track-order-portal__copy span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-track-order-portal__copy h2 {
	color: var(--she-black);
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0 0 12px;
}

.she-track-order-portal__copy p {
	color: var(--she-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.she-track-order-portal__note {
	background: #fff6df;
	border: 1px solid #efd999;
	border-radius: var(--she-radius);
	color: #6b4b12 !important;
	font-weight: 800;
	margin-top: 16px !important;
	padding: 12px 14px;
}

.she-track-order-portal__button {
	flex: 0 0 auto;
	white-space: nowrap;
}

.she-contact-details {
	background: var(--she-bg);
	padding: 18px 18px 64px;
}

.she-contact-details__inner {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-left: 5px solid var(--she-red);
	border-radius: var(--she-radius);
	box-shadow: 0 18px 45px rgba(16, 18, 20, 0.08);
	margin: 0 auto;
	max-width: 960px;
	padding: clamp(24px, 4vw, 42px);
}

.she-contact-details__head span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-contact-details__head h2 {
	color: var(--she-black);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 12px;
}

.she-contact-details__head p {
	color: var(--she-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.she-contact-details__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 22px;
}

.she-contact-details__grid article {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	padding: 18px;
}

.she-contact-details__grid strong {
	color: var(--she-muted);
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-contact-details__grid a {
	color: var(--she-black);
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.she-contact-details__grid a:hover {
	color: var(--she-red);
}

.she-contact-page {
	background: var(--she-bg);
	padding: 18px 18px 72px;
}

.she-contact-page__inner {
	display: grid;
	gap: 22px;
	margin: 0 auto;
	max-width: 1180px;
}

.she-contact-alert {
	border-radius: var(--she-radius);
	font-size: 15px;
	font-weight: 900;
	padding: 14px 16px;
}

.she-contact-alert--success {
	background: #eef8f0;
	border: 1px solid #bddfc5;
	color: #1f6b35;
}

.she-contact-alert--error {
	background: #fff1ed;
	border: 1px solid #f2c3b7;
	color: #8d2d1d;
}

.she-contact-direct,
.she-contact-options article,
.she-contact-form,
.she-contact-before,
.she-contact-business,
.she-contact-trust,
.she-contact-faq,
.she-contact-related {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 18px 45px rgba(16, 18, 20, 0.07);
}

.she-contact-direct {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
	padding: clamp(24px, 4vw, 38px);
}

.she-contact-direct span,
.she-contact-form__head span,
.she-contact-before span,
.she-contact-business span,
.she-contact-section-head span,
.she-contact-related span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-contact-direct h2,
.she-contact-form__head h2,
.she-contact-before h2,
.she-contact-business h2,
.she-contact-section-head h2 {
	color: var(--she-black);
	font-size: clamp(26px, 3.4vw, 40px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 12px;
}

.she-contact-direct p,
.she-contact-form__head p,
.she-contact-before p,
.she-contact-options p,
.she-contact-trust p,
.she-contact-faq p {
	color: var(--she-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.she-contact-direct__methods {
	display: grid;
	gap: 12px;
}

.she-contact-direct__methods a {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-black);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	overflow-wrap: anywhere;
	padding: 18px;
	text-decoration: none;
}

.she-contact-direct__methods a:hover {
	border-color: var(--she-red);
	color: var(--she-red);
}

.she-contact-direct__methods strong {
	color: var(--she-muted);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.she-contact-options {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-contact-options article {
	border-top: 4px solid var(--she-gold);
	padding: 24px;
}

.she-contact-options h2 {
	color: var(--she-black);
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 10px;
}

.she-contact-options ul,
.she-contact-before ul {
	color: var(--she-black);
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding-left: 18px;
}

.she-contact-options li,
.she-contact-before li {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.she-contact-workspace {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.she-contact-form,
.she-contact-before,
.she-contact-business,
.she-contact-trust,
.she-contact-faq,
.she-contact-related {
	padding: clamp(22px, 4vw, 34px);
}

.she-contact-form {
	display: grid;
	gap: 18px;
}

.she-contact-form__trap {
	left: -9999px;
	position: absolute;
	top: auto;
}

.she-contact-form__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.she-contact-form label {
	color: var(--she-black);
	display: grid;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	text-transform: uppercase;
}

.she-contact-form input,
.she-contact-form textarea {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-black);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	min-height: 48px;
	padding: 12px 14px;
	text-transform: none;
	width: 100%;
}

.she-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.she-contact-form input:focus,
.she-contact-form textarea:focus {
	border-color: var(--she-red);
	box-shadow: 0 0 0 3px rgba(217, 74, 52, 0.12);
	outline: none;
}

.she-contact-form .she-button {
	justify-content: center;
	justify-self: start;
}

.she-contact-before {
	align-content: start;
	border-left: 5px solid var(--she-red);
}

.she-contact-business {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
}

.she-contact-business address {
	color: var(--she-muted);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

.she-contact-business address strong,
.she-contact-business p strong {
	color: var(--she-black);
	font-weight: 900;
}

.she-contact-business p {
	background: #fff6df;
	border: 1px solid #efd999;
	border-radius: var(--she-radius);
	color: #6b4b12;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
	padding: 18px;
}

.she-contact-trust__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
}

.she-contact-trust__grid article {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	padding: 18px;
}

.she-contact-trust__grid img {
	aspect-ratio: 16 / 9;
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	height: auto;
	margin-bottom: 14px;
	object-fit: cover;
	width: 100%;
}

.she-contact-trust__grid h3 {
	color: var(--she-black);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
}

.she-contact-faq__list {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.she-contact-faq details {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	padding: 16px;
}

.she-contact-faq summary {
	color: var(--she-black);
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.she-contact-faq details p {
	margin-top: 12px;
}

.she-contact-related div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.she-contact-related a {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-black);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	padding: 11px 14px;
	text-decoration: none;
}

.she-contact-related a:hover {
	border-color: var(--she-red);
	color: var(--she-red);
}

.she-home-split-section {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	margin: 0 auto;
	max-width: 1280px;
	padding: 24px 18px 64px;
}

.she-home-split-section--lifts {
	padding-top: 0;
}

.she-home-split-section__media,
.she-home-split-section__copy {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	min-width: 0;
}

.she-home-split-section__media {
	overflow: hidden;
}

.she-home-split-section__media img {
	display: block;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
	width: 100%;
}

.she-home-split-section__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 4vw, 54px);
}

.she-home-split-section__copy span,
.she-home-about-band span,
.she-home-seo-block span {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-home-split-section__copy h2,
.she-home-about-band h2,
.she-home-seo-block h2 {
	color: var(--she-black);
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 16px;
}

.she-home-split-section__copy p,
.she-home-about-band p,
.she-home-seo-block p {
	color: var(--she-muted);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.she-home-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.she-home-link-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-home-link-grid a {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-charcoal);
	font-size: 13px;
	font-weight: 900;
	padding: 12px 16px;
	text-decoration: none;
}

.she-home-link-grid a:hover {
	border-color: var(--she-red);
	color: var(--she-red);
}

.she-home-about-band {
	align-items: center;
	background: var(--she-black);
	color: var(--she-white);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 12px auto 0;
	max-width: 1280px;
	padding: clamp(30px, 5vw, 58px);
}

.she-home-about-band h2,
.she-home-about-band p {
	color: var(--she-white);
}

.she-home-about-band p {
	color: rgba(255, 255, 255, 0.78);
	max-width: 840px;
}

.she-home-faq-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.she-home-faq-list details {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	overflow: hidden;
}

.she-home-faq-list summary {
	color: var(--she-black);
	cursor: pointer;
	font-size: 15px;
	font-weight: 900;
	list-style: none;
	padding: 18px 20px;
}

.she-home-faq-list summary::-webkit-details-marker {
	display: none;
}

.she-home-faq-list summary::after {
	color: var(--she-red);
	content: "+";
	float: right;
	font-weight: 900;
}

.she-home-faq-list details[open] summary::after {
	content: "-";
}

.she-home-faq-list details p {
	border-top: 1px solid var(--she-border);
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.62;
	margin: 0;
	padding: 16px 20px 20px;
}

.she-home-seo-block {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	margin: 0 auto 22px;
	max-width: 1280px;
	padding: clamp(30px, 5vw, 58px);
}

.she-home-seo-block p + p {
	margin-top: 18px;
}

.she-home-section--products .woocommerce {
	margin-top: 6px;
}

.she-home-section--products {
	background: #fff;
	color: #121417;
	overflow: hidden;
	position: relative;
}

.she-home-section--products::before {
	display: none;
}

.she-home-section--products .she-home-section__head,
.she-equipment-showcase {
	position: relative;
	z-index: 1;
}

.she-home-section--products .she-home-section__head {
	align-items: center;
	text-align: center;
}

.she-home-section--products .she-home-section__head span {
	align-items: center;
	background: transparent;
	border: 0;
	color: #dc4b1f;
	display: inline-flex;
	gap: 12px;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	padding: 0;
	text-transform: uppercase;
}

.she-home-section--products .she-home-section__head span::before,
.she-home-section--products .she-home-section__head span::after {
	background: #ff6b00;
	content: "";
	display: block;
	height: 3px;
	width: 34px;
}

.she-home-section--products .she-home-section__head h2 {
	color: #111217;
	font-size: clamp(38px, 5vw, 70px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
	text-shadow: none;
}

.she-home-section--products .she-home-section__head p {
	color: #4f5863;
	font-size: 17px;
	margin-inline: auto;
	max-width: 760px;
}

.she-equipment-showcase {
	margin-top: 24px;
}

.she-showcase-tabs > input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.she-showcase-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0 0 22px;
}

.she-showcase-filters label {
	background: #fff;
	border: 1px solid #e3e6ea;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.03);
	color: #22272f;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	line-height: 1;
	min-width: 168px;
	padding: 16px 22px;
	text-transform: none;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.she-showcase-filters label:hover {
	border-color: rgba(255, 107, 0, 0.45);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	color: #111217;
	transform: translateY(-2px);
}

#she-showcase-tab-generators:checked ~ .she-showcase-filters label[for="she-showcase-tab-generators"],
#she-showcase-tab-car-lifts:checked ~ .she-showcase-filters label[for="she-showcase-tab-car-lifts"],
#she-showcase-tab-wheel-service:checked ~ .she-showcase-filters label[for="she-showcase-tab-wheel-service"],
#she-showcase-tab-shop-equipment:checked ~ .she-showcase-filters label[for="she-showcase-tab-shop-equipment"],
#she-showcase-tab-automotive-tools:checked ~ .she-showcase-filters label[for="she-showcase-tab-automotive-tools"] {
	background: #ff6b00;
	border-color: #ff6b00;
	box-shadow: 0 16px 32px rgba(255, 107, 0, 0.18);
	color: #fff;
}

.she-showcase-panel {
	display: none;
}

#she-showcase-tab-generators:checked ~ .she-showcase-panels .she-showcase-panel--generators,
#she-showcase-tab-car-lifts:checked ~ .she-showcase-panels .she-showcase-panel--car-lifts,
#she-showcase-tab-wheel-service:checked ~ .she-showcase-panels .she-showcase-panel--wheel-service,
#she-showcase-tab-shop-equipment:checked ~ .she-showcase-panels .she-showcase-panel--shop-equipment,
#she-showcase-tab-automotive-tools:checked ~ .she-showcase-panels .she-showcase-panel--automotive-tools {
	display: block;
}

.she-showcase-featured,
.she-showcase-product-card,
.she-showcase-empty {
	background: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	position: relative;
}

.she-showcase-featured::before,
.she-showcase-product-card::before,
.she-showcase-empty::before {
	display: none;
}

.she-showcase-featured {
	border-radius: 16px;
	display: grid;
	gap: clamp(18px, 3vw, 42px);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	min-height: 480px;
	padding: clamp(20px, 3vw, 42px);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.she-showcase-featured:hover {
	border-color: #e2e5e9;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.she-showcase-featured__media {
	align-items: center;
	background: #fff;
	border-radius: 0;
	display: flex;
	justify-content: center;
	min-height: 430px;
	padding: 12px;
	text-decoration: none;
}

.she-showcase-featured__media img {
	display: block;
	height: auto;
	max-height: 430px;
	max-width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
	width: auto;
}

.she-showcase-featured:hover .she-showcase-featured__media img {
	transform: scale(1.035);
}

.she-showcase-featured__content {
	align-content: center;
	display: grid;
	gap: 17px;
	min-width: 0;
	padding: 10px 8px 10px 0;
}

.she-showcase-featured__brand-logo {
	align-items: center;
	display: flex;
	min-height: 48px;
}

.she-showcase-featured__brand-logo img {
	display: block;
	height: auto;
	max-height: 48px;
	max-width: 190px;
	object-fit: contain;
	width: auto;
}

.she-showcase-featured__brand-logo span {
	color: #111827;
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
}

.she-showcase-badges,
.she-showcase-delivery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.she-showcase-badges span,
.she-showcase-delivery span {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	padding: 9px 12px;
	text-transform: uppercase;
}

.she-showcase-badges span {
	background: #fff6ef;
	border: 1px solid rgba(255, 107, 0, 0.48);
	color: #d94714;
}

.she-showcase-delivery span {
	background: #f6fff4;
	border: 1px solid rgba(64, 176, 64, 0.35);
	color: #2e8c2e;
}

.she-showcase-featured h3 {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 950;
	line-height: 1.08;
	margin: 0;
}

.she-showcase-featured h3 a,
.she-showcase-product-card h4 a {
	color: #15171d;
	text-decoration: none;
}

.she-showcase-featured h3 a:hover,
.she-showcase-product-card h4 a:hover {
	color: #d94714;
}

.she-showcase-meta {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-showcase-meta span,
.she-showcase-specs li {
	background: #fff;
	border: 0;
	border-radius: 0;
	min-width: 0;
	padding: 0;
}

.she-showcase-meta small,
.she-showcase-specs span {
	color: #6b7280;
	display: block;
	font-size: 10px;
	font-weight: 950;
	line-height: 1.1;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.she-showcase-meta strong,
.she-showcase-specs strong {
	color: #22272f;
	display: block;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.32;
	overflow-wrap: anywhere;
}

.she-showcase-price {
	color: #e1501c;
	font-size: 30px;
	font-weight: 950;
	line-height: 1;
}

.she-showcase-price del,
.she-showcase-product-card__price del {
	color: #aeb4bd;
	font-size: 0.74em;
	margin-right: 7px;
}

.she-showcase-price ins,
.she-showcase-product-card__price ins {
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.she-showcase-specs {
	display: grid;
	gap: 12px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 2px 0;
	padding: 0;
}

.she-showcase-specs li {
	align-items: center;
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	position: relative;
}

.she-showcase-specs li::before {
	align-items: center;
	background: #f2f4f7;
	border: 1px solid #e6e9ee;
	border-radius: 999px;
	color: #d94714;
	content: "✓";
	display: flex;
	font-size: 14px;
	font-weight: 950;
	grid-row: span 2;
	height: 28px;
	justify-content: center;
	margin-right: 8px;
	width: 28px;
}

.she-showcase-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

.she-showcase-action,
.she-showcase-product-card__cta {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 14px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.she-showcase-action--view,
.she-showcase-product-card__cta {
	background: #fff;
	border: 1px solid #cfd4dc;
	color: #15171d;
}

.she-showcase-action--cart {
	background: #ff6b00;
	border: 1px solid #ff6b00;
	color: #fff;
}

.she-showcase-action--buy {
	background: #111827;
	border: 1px solid #111827;
	color: #fff;
}

.she-showcase-action:hover,
.she-showcase-product-card__cta:hover {
	transform: translateY(-2px);
}

.she-showcase-action--view:hover,
.she-showcase-product-card__cta:hover {
	background: #f8fafc;
	border-color: #aeb7c2;
	color: #111217;
}

.she-showcase-action--cart:hover {
	background: #ff8a33;
	border-color: #ff8a33;
	color: #fff;
}

.she-showcase-action--buy:hover {
	background: #020617;
	border-color: #020617;
	color: #fff;
}

.she-showcase-secondary {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 16px;
}

.she-showcase-product-card {
	border-radius: 16px;
	min-height: 430px;
	padding: 16px;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.she-showcase-product-card:hover {
	border-color: #e0e4e9;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.she-showcase-product-card__image {
	align-items: center;
	background: #fff;
	border-radius: 0;
	display: flex;
	height: 190px;
	justify-content: center;
	padding: 16px;
	text-decoration: none;
}

.she-showcase-product-card__image img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
	width: 100%;
}

.she-showcase-product-card:hover .she-showcase-product-card__image img {
	transform: scale(1.04);
}

.she-showcase-product-card__badge {
	align-self: flex-start;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 999px;
	color: #d94714;
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	margin: 0 0 2px;
	padding: 8px 10px;
	text-transform: uppercase;
	width: fit-content;
}

.she-showcase-product-card__brand {
	align-items: center;
	background: #fff;
	border-radius: 0;
	display: flex;
	height: 34px;
	justify-content: center;
	margin: 14px 0 12px;
	padding: 0;
	width: fit-content;
}

.she-showcase-product-card__brand img {
	display: block;
	height: 26px;
	max-width: 120px;
	object-fit: contain;
	width: auto;
}

.she-showcase-product-card__brand span {
	color: #111217;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.she-showcase-product-card h4 {
	font-size: 18px;
	font-weight: 950;
	line-height: 1.22;
	margin: 0 0 10px;
	min-height: 66px;
}

.she-showcase-product-card__sku {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 10px;
}

.she-showcase-product-card__price {
	color: #e1501c;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.15;
	margin-bottom: 14px;
}

.she-showcase-product-card__cta {
	width: 100%;
}

.she-showcase-empty {
	border-radius: 16px;
	padding: 32px;
	text-align: center;
}

.she-showcase-empty h3 {
	color: #111217;
	font-size: 30px;
	font-weight: 950;
	margin: 0 0 10px;
}

.she-showcase-empty p {
	color: #5f6773;
	margin: 0 auto 18px;
	max-width: 520px;
}

.she-home-final-cta {
	align-items: center;
	background: var(--she-black);
	color: var(--she-white);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 28px auto 72px;
	max-width: 1280px;
	padding: 38px;
}

.she-home-final-cta h2 {
	color: var(--she-white);
	margin-bottom: 0;
	max-width: 820px;
}

.she-home-location {
	align-items: stretch;
	background:
		linear-gradient(rgba(255, 107, 0, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(30, 136, 229, 0.07) 1px, transparent 1px),
		linear-gradient(135deg, #07090c 0%, #101820 52%, #070d12 100%);
	background-size: 42px 42px, 42px 42px, auto;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 22px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
	color: var(--she-white);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
	margin: 24px auto 72px;
	max-width: 1280px;
	overflow: hidden;
	padding: 18px;
	position: relative;
}

.she-home-location::before {
	background: linear-gradient(90deg, transparent, #ff6b00, transparent);
	content: "";
	height: 3px;
	left: 28px;
	position: absolute;
	right: 28px;
	top: 0;
}

.she-home-location__card {
	backdrop-filter: blur(14px);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
		rgba(8, 13, 19, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	padding: clamp(24px, 4vw, 42px);
}

.she-home-location__card > span {
	background: rgba(255, 107, 0, 0.14);
	border: 1px solid rgba(255, 107, 0, 0.42);
	border-radius: 999px;
	color: #ffb26c;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 16px;
	padding: 9px 12px;
	text-transform: uppercase;
}

.she-home-location h2 {
	color: var(--she-white);
	font-size: clamp(30px, 3.5vw, 46px);
	font-weight: 950;
	line-height: 1.05;
	margin: 0 0 14px;
}

.she-home-location p,
.she-home-location address {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	font-style: normal;
	font-weight: 750;
	line-height: 1.7;
	margin: 0;
}

.she-home-location address {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 4px solid #ff6b00;
	border-radius: 14px;
	color: var(--she-white);
	margin-top: 18px;
	padding: 18px;
}

.she-home-location__note {
	margin-top: 16px !important;
}

.she-home-location__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.she-home-location__map {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	min-height: 430px;
	overflow: hidden;
}

.she-home-location__map iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 430px;
	width: 100%;
}

/* Category archive */
.she-category-hero {
	background: linear-gradient(90deg, rgba(16, 18, 20, 0.88), rgba(16, 18, 20, 0.55)), var(--she-category-hero-image) center/cover;
	color: var(--she-white);
	margin-bottom: 34px;
	min-height: 330px;
	padding: 58px 24px;
}

.she-category-hero__inner {
	margin: 0 auto;
	max-width: 1280px;
}

.she-category-hero .woocommerce-breadcrumb,
.she-category-hero .woocommerce-breadcrumb a {
	color: rgba(255, 255, 255, 0.72);
}

.she-category-hero__eyebrow {
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-top: 18px;
	padding: 8px 11px;
	text-transform: uppercase;
}

.she-category-hero h1 {
	color: var(--she-white);
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 18px 0 14px;
}

.she-category-hero p,
.she-category-hero__description {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.65;
	max-width: 760px;
}

.she-category-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.she-category-hero__chips span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: var(--she-white);
	font-size: 12px;
	font-weight: 800;
	padding: 8px 11px;
}

.tax-product_cat .wd-content-layout > .she-category-hero,
.tax-product_cat .site-content > .she-category-hero {
	display: none !important;
}

.she-category-intro {
	align-items: center;
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-left: 4px solid var(--she-red);
	border-radius: var(--she-radius);
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin: 0 0 24px;
	padding: 22px 24px;
	width: 100%;
}

.she-category-intro__eyebrow {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.she-category-intro h1 {
	color: var(--she-black);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 8px;
}

.she-category-intro p,
.she-category-intro__description {
	color: var(--she-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-width: 720px;
}

.she-category-intro__description p {
	margin: 0;
}

.she-category-intro__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	min-width: 220px;
}

.she-category-intro__media {
	border-radius: var(--she-radius);
	flex: 0 0 230px;
	height: 132px;
	margin: 0;
	overflow: hidden;
}

.she-category-intro__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.she-category-intro__chips span {
	background: #fff6df;
	border: 1px solid #f4dfaa;
	border-radius: 999px;
	color: #7b5300;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 10px;
	white-space: nowrap;
}

/* WooCommerce product grid */
.woocommerce ul.products {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	float: none !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 0 16px !important;
	position: relative;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	width: auto !important;
}

.woocommerce ul.products li.product:hover {
	border-color: rgba(217, 74, 52, 0.42);
	box-shadow: 0 16px 38px rgba(16, 18, 20, 0.1);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	background: var(--she-bg);
	object-fit: contain;
	padding: 12px;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--she-black);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	min-height: 42px;
	padding: 0 16px;
}

.woocommerce ul.products li.product .price {
	color: var(--she-red);
	font-size: 16px;
	font-weight: 900;
	padding: 0 16px;
}

.she-loop-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 58px;
	padding: 0 16px 10px;
}

.she-loop-product-meta span {
	align-items: center;
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-muted);
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.1;
	max-width: 100%;
	padding: 6px 8px;
}

.she-loop-product-meta__stock.is-in-stock {
	background: #eef8f0;
	border-color: #cbe9d2;
	color: #20743a;
}

.she-loop-product-meta__type {
	background: #fff6df !important;
	border-color: #f4dfaa !important;
	color: #7b5300 !important;
}

.woocommerce ul.products li.product .button {
	background: var(--she-black);
	border-radius: var(--she-radius);
	color: var(--she-white);
	font-size: 13px;
	font-weight: 900;
	margin: 10px 16px 0;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover {
	background: var(--she-red);
	color: var(--she-white);
}

.woocommerce ul.products li.product .button.added {
	display: none;
}

.woocommerce ul.products li.product .she-loop-quote-button {
	background: transparent;
	border: 1px solid var(--she-border);
	color: var(--she-black);
	margin-top: 8px;
}

.woocommerce ul.products li.product .she-loop-quote-button:hover {
	background: var(--she-gold);
	border-color: var(--she-gold);
	color: var(--she-black);
}

.she-category-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: 280px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 18px 56px;
}

.she-filter-sidebar {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	height: max-content;
	padding: 20px;
}

.she-filter-sidebar .widget {
	border-bottom: 1px solid var(--she-border);
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.she-filter-sidebar .widget:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.she-filter-sidebar .widget-title,
.she-filter-sidebar h3 {
	color: var(--she-black);
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.she-filter-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.she-filter-sidebar li {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 9px;
}

.she-filter-sidebar a {
	color: var(--she-charcoal);
	text-decoration: none;
}

.she-filter-sidebar a:hover {
	color: var(--she-red);
}

body.post-type-archive-product .wd-sidebar.sidebar-left,
body.tax-product_cat .wd-sidebar.sidebar-left {
	align-self: start;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .widget-area,
body.tax-product_cat .wd-sidebar.sidebar-left .widget-area {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 14px 34px rgba(16, 18, 20, 0.06);
	padding: 18px;
	position: sticky;
	top: 132px;
}

body.admin-bar.post-type-archive-product .wd-sidebar.sidebar-left .widget-area,
body.admin-bar.tax-product_cat .wd-sidebar.sidebar-left .widget-area {
	top: 164px;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .widget-area::before,
body.tax-product_cat .wd-sidebar.sidebar-left .widget-area::before {
	color: var(--she-black);
	content: "Filter products";
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 16px;
	padding-bottom: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--she-border);
}

body.post-type-archive-product .wd-sidebar.sidebar-left .widget,
body.tax-product_cat .wd-sidebar.sidebar-left .widget {
	border-bottom: 1px solid var(--she-border);
	margin-bottom: 18px;
	padding-bottom: 18px;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .widget:last-child,
body.tax-product_cat .wd-sidebar.sidebar-left .widget:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .widget-title,
body.tax-product_cat .wd-sidebar.sidebar-left .widget-title {
	color: var(--she-black);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .price_slider_wrapper,
body.tax-product_cat .wd-sidebar.sidebar-left .price_slider_wrapper {
	padding-top: 4px;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .price_slider,
body.tax-product_cat .wd-sidebar.sidebar-left .price_slider {
	margin-bottom: 18px;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .price_slider_amount,
body.tax-product_cat .wd-sidebar.sidebar-left .price_slider_amount {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr);
}

body.post-type-archive-product .wd-sidebar.sidebar-left .price_slider_amount .price_label,
body.tax-product_cat .wd-sidebar.sidebar-left .price_slider_amount .price_label {
	color: var(--she-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	order: 1;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .price_slider_amount .button,
body.tax-product_cat .wd-sidebar.sidebar-left .price_slider_amount .button {
	background: var(--she-red);
	border: 0;
	border-radius: var(--she-radius);
	color: var(--she-white);
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	order: 2;
	padding: 0 16px;
	text-transform: uppercase;
	width: 100%;
}

body.post-type-archive-product .wd-sidebar.sidebar-left .price_slider_amount .button:hover,
body.tax-product_cat .wd-sidebar.sidebar-left .price_slider_amount .button:hover {
	background: var(--she-black);
	color: var(--she-white);
}

body.post-type-archive-product .wd-show-sidebar-btn,
body.tax-product_cat .wd-show-sidebar-btn {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 10px 24px rgba(16, 18, 20, 0.06);
	color: var(--she-black);
	font-weight: 900;
	margin-bottom: 16px;
	padding: 10px 12px;
	text-transform: uppercase;
}

.she-mobile-filter-shell,
.she-mobile-filter-backdrop,
.she-mobile-filter-drawer {
	display: none;
}

.she-mobile-filter-backdrop[hidden],
.she-mobile-filter-drawer[hidden],
html:not(.she-mobile-filter-open) .she-mobile-filter-backdrop,
html:not(.she-mobile-filter-open) .she-mobile-filter-drawer {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	visibility: hidden !important;
	width: 0 !important;
}

/* Product page */
.single-product div.product {
	display: block;
}

.single-product div.product > .container,
.single-product div.product > .product-tabs-wrapper,
.single-product div.product > .related-and-upsells,
.single-product div.product > .steelhaul-product-section {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	width: 100%;
}

.single-product div.product > .steelhaul-product-section,
.single-product div.product > .product-tabs-wrapper,
.single-product div.product > .related-and-upsells {
	margin-top: 34px;
}

.single-product .product-image-summary-inner {
	align-items: flex-start;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
	float: none;
	width: auto;
}

.single-product div.product .woocommerce-product-gallery {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 14px 34px rgba(16, 18, 20, 0.06);
	overflow: hidden;
	padding: 18px;
}

.single-product div.product .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery__image,
.single-product .related-and-upsells,
.single-product .related.products,
.single-product .wd-carousel-container,
.single-product .wd-carousel-inner {
	max-width: 100%;
	overflow: hidden;
}

.single-product div.product .summary {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 14px 34px rgba(16, 18, 20, 0.06);
	padding: 26px;
	position: static;
}

.single-product div.product .product_title {
	color: var(--she-black);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
}

.single-product div.product .price {
	color: var(--she-red);
	font-size: 30px;
	font-weight: 900;
}

.she-product-buying-summary {
	border-bottom: 1px solid var(--she-border);
	border-top: 1px solid var(--she-border);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0 20px;
}

.she-product-buying-summary div {
	border-bottom: 1px solid var(--she-border);
	padding: 13px 12px;
}

.she-product-buying-summary div:nth-child(odd) {
	border-right: 1px solid var(--she-border);
}

.she-product-buying-summary span {
	color: var(--she-muted);
	display: block;
	font-size: 11px;
	font-weight: 900;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.she-product-buying-summary strong {
	color: var(--she-black);
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.she-product-spec-preview {
	background: #fffaf0;
	border: 1px solid #f2dfb9;
	border-radius: var(--she-radius);
	margin: 18px 0;
	padding: 18px;
}

.she-product-spec-preview > strong {
	color: var(--she-black);
	display: block;
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.she-product-spec-preview dl {
	display: grid;
	gap: 10px;
	margin: 0;
}

.she-product-spec-preview dl > div {
	display: grid;
	gap: 10px;
	grid-template-columns: 110px minmax(0, 1fr);
}

.she-product-spec-preview dt {
	color: var(--she-muted);
	font-size: 12px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.she-product-spec-preview dd {
	color: var(--she-black);
	font-size: 13px;
	font-weight: 750;
	margin: 0;
	overflow-wrap: anywhere;
}

.she-product-social-proof {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-left: 4px solid var(--she-red);
	border-radius: var(--she-radius);
	margin: 18px 0;
	padding: 16px;
}

.she-product-social-proof > strong {
	color: var(--she-black);
	display: block;
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.she-product-social-proof div {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.she-product-social-proof span {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-muted);
	display: grid;
	font-size: 11px;
	font-weight: 900;
	gap: 5px;
	line-height: 1.25;
	padding: 10px;
	text-transform: uppercase;
}

.she-product-social-proof em {
	color: var(--she-black);
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	text-transform: none;
}

.single-product div.product form.cart .button {
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	font-weight: 900;
	min-height: 48px;
	text-transform: uppercase;
}

.single-product div.product form.cart:not(.variations_form) {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.single-product div.product form.cart:not(.variations_form) .quantity {
	margin-right: 0;
}

.single-product div.product form.cart .she-buy-now-button {
	background: var(--she-black) !important;
	border: 0 !important;
	color: var(--she-white) !important;
	min-width: 148px;
}

.single-product div.product form.cart .she-buy-now-button:hover {
	background: var(--she-red) !important;
	color: var(--she-white) !important;
}

.she-sticky-cart {
	bottom: 18px;
	left: 50%;
	max-width: 1120px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 120%);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
	width: calc(100% - 36px);
	z-index: 9990;
}

.she-sticky-cart.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
	visibility: visible;
}

.she-sticky-cart__inner {
	align-items: center;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 18px 48px rgba(16, 18, 20, 0.22);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 12px;
}

.she-sticky-cart__product {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 62px minmax(0, 1fr);
	min-width: 0;
}

.she-sticky-cart__product img {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	height: 62px;
	object-fit: contain;
	padding: 6px;
	width: 62px;
}

.she-sticky-cart__product strong {
	color: var(--she-black);
	display: block;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.she-sticky-cart__product span {
	color: var(--she-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-top: 4px;
}

.she-sticky-cart__buy {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: flex-end;
}

.she-sticky-cart__price {
	color: var(--she-red);
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
}

.she-sticky-cart__form {
	margin: 0;
}

.she-sticky-cart__actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.she-sticky-cart__button {
	align-items: center;
	background: var(--she-red) !important;
	border: 0 !important;
	border-radius: var(--she-radius) !important;
	color: var(--she-white) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	min-width: 148px;
	padding: 0 20px;
	text-transform: uppercase;
}

.she-sticky-cart__button--buy {
	background: var(--she-black) !important;
}

.she-sticky-cart__button:hover {
	background: var(--she-black) !important;
	color: var(--she-white) !important;
}

.she-sticky-cart__button--buy:hover {
	background: var(--she-red) !important;
}

.she-product-niche-panel {
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	margin-top: 20px;
	padding: 20px;
}

.she-product-niche-panel__eyebrow {
	color: var(--she-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-product-niche-panel strong {
	color: var(--she-black);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
	margin-bottom: 8px;
}

.she-product-niche-panel p {
	color: var(--she-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 12px;
}

.she-product-niche-panel ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.she-product-niche-panel li {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: 999px;
	color: var(--she-charcoal);
	font-size: 12px;
	font-weight: 800;
	padding: 7px 10px;
}

.she-product-buying-checklist {
	background: var(--she-black);
	border-radius: var(--she-radius);
	color: var(--she-white);
	margin-top: 16px;
	padding: 22px;
}

.she-product-buying-checklist strong {
	color: var(--she-white);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 8px;
}

.she-product-buying-checklist p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 14px;
}

.she-product-buying-checklist ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.she-product-buying-checklist li {
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 20px;
	position: relative;
}

.she-product-buying-checklist li::before {
	background: var(--she-gold);
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 8px;
}

.she-product-buying-checklist a {
	align-items: center;
	background: var(--she-red);
	border-radius: var(--she-radius);
	color: var(--she-white);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.she-product-tab-list {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding-left: 18px;
}

.she-product-tab-list li {
	color: var(--she-charcoal);
	font-weight: 700;
	line-height: 1.55;
}

.she-product-document-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.she-product-document-list li {
	margin: 0;
}

.she-product-document-list a {
	align-items: center;
	background: var(--she-bg);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	color: var(--she-charcoal);
	display: flex;
	font-weight: 850;
	justify-content: space-between;
	line-height: 1.35;
	padding: 13px 14px;
	text-decoration: none;
}

.she-product-document-list a::after {
	color: var(--she-red);
	content: "Open";
	font-size: 11px;
	font-weight: 900;
	margin-left: 16px;
	text-transform: uppercase;
}

.she-product-document-list a:hover {
	border-color: var(--she-red);
	color: var(--she-red);
}

.she-request-quote-button {
	background: var(--she-black) !important;
	border-radius: var(--she-radius) !important;
	color: var(--she-white) !important;
	display: inline-flex !important;
	font-weight: 900 !important;
	justify-content: center;
	margin-left: 10px !important;
	min-height: 48px;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: var(--she-radius) var(--she-radius) 0 0;
}

.woocommerce div.product .woocommerce-tabs {
	background: var(--she-white);
	border: 1px solid var(--she-border);
	border-radius: var(--she-radius);
	box-shadow: 0 14px 34px rgba(16, 18, 20, 0.05);
	clear: both;
	margin-top: 22px;
	padding: 24px;
}

.related.products {
	clear: both;
	margin-top: 34px;
}

body.single-product {
	overflow-x: hidden;
}

html.she-single-product-overflow-guard,
html.she-single-product-overflow-guard body.single-product {
	max-width: 100%;
	overflow-x: hidden !important;
}

body.single-product .cart-widget-side.wd-side-hidden,
body.single-product .mobile-nav.wd-side-hidden {
	display: none !important;
}

body.single-product footer form[role="search"],
body.single-product .footer-container form[role="search"],
body.single-product footer .she-product-search-form,
body.single-product .footer-container .she-product-search-form {
	display: none !important;
}

form.she-native-product-search-form,
footer form[role="search"],
footer form.searchform,
footer .she-product-search-form,
.site-footer form[role="search"],
.site-footer form.searchform,
.site-footer .she-product-search-form,
.footer-container form[role="search"],
.footer-container form.searchform,
.footer-container .she-product-search-form,
.footer-sidebar form[role="search"],
.footer-sidebar form.searchform,
.footer-sidebar .she-product-search-form,
.copyrights-wrapper form[role="search"],
.copyrights-wrapper form.searchform,
.woodmart-footer form[role="search"],
.woodmart-footer form.searchform,
.wd-footer form[role="search"],
.wd-footer form.searchform,
.wd-footer-widgets form[role="search"],
.wd-footer-widgets form.searchform,
.mobile-nav form[role="search"],
.mobile-nav form.searchform,
.mobile-nav .she-product-search-form,
.wd-side-hidden form[role="search"],
.wd-side-hidden form.searchform,
.widget_search:empty,
.widget_product_search:empty,
.she-home-search:empty,
.wp-block-search:empty {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

body.single-product .woocommerce-product-gallery .wd-btn-arrow.wd-prev {
	left: 8px !important;
	right: auto !important;
}

body.single-product .woocommerce-product-gallery .wd-btn-arrow.wd-next {
	left: auto !important;
	right: 8px !important;
}

body.single-product .wd-nav-arrows {
	pointer-events: none !important;
}

body.single-product .wd-nav-arrows .wd-btn-arrow:not(.wd-disabled) {
	pointer-events: auto !important;
}

body.single-product .wd-nav-arrows .wd-btn-arrow.wd-disabled {
	pointer-events: none !important;
}

body.single-product .kodee-fab {
	bottom: calc(env(safe-area-inset-bottom, 0px) + 118px) !important;
	right: 18px !important;
	z-index: 9980 !important;
}

/* Stable single-product related products grid.
   WoodMart's carousel can break into full-width stacked cards on some imported
   catalog items, so the plugin normalizes related products into this grid. */
.single-product .wd-carousel-container.related-products.she-related-products-normalized {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 18px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	clear: both;
	display: block !important;
	margin: 34px auto 44px !important;
	max-width: 1280px;
	overflow: visible !important;
	padding: 22px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.single-product .wd-carousel-container.related-products.she-related-products-normalized > .wd-el-title,
.single-product .wd-carousel-container.related-products.she-related-products-normalized > h2 {
	color: #111827;
	display: block !important;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 950;
	height: auto !important;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 18px;
	max-width: none !important;
	min-height: 0 !important;
	position: static !important;
	text-align: left;
	width: 100% !important;
}

.single-product .she-related-products-grid {
	clear: both;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
	width: 100%;
	z-index: 2;
}

.single-product .she-related-product-card {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 16px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
	box-sizing: border-box !important;
	display: flex;
	flex-direction: column;
	height: 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow: hidden;
	position: relative;
	transform: none !important;
	width: 100% !important;
	z-index: 1;
}

.single-product .she-related-product-card__media {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #f0f2f4;
	border-radius: 12px 12px 0 0;
	display: flex;
	height: 220px;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	width: 100%;
}

.single-product .she-related-product-card__media img {
	background: #fff !important;
	display: block;
	height: 100% !important;
	max-height: 208px !important;
	max-width: 100% !important;
	object-fit: contain !important;
	padding: 0 !important;
	width: 100% !important;
}

.single-product .she-related-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
}

.single-product .she-related-product-card__title {
	color: #111827;
	display: -webkit-box;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	min-height: 39px;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.single-product .she-related-product-card__category,
.single-product .she-related-product-card__description {
	color: #6b7280;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.single-product .she-related-product-card__category {
	font-weight: 750;
	min-height: 18px;
}

.single-product .she-related-product-card__price {
	color: #d64f3b;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.2;
	margin-top: auto;
}

.single-product .she-related-product-card__price .price,
.single-product .she-related-product-card__price .amount {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.single-product .she-related-product-card__stock {
	align-self: flex-start;
	background: #ecfdf3;
	border: 1px solid #b7e4c7;
	border-radius: 999px;
	color: #2f7d41;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	padding: 7px 10px;
}

.single-product .she-related-product-card__description {
	display: -webkit-box;
	min-height: 38px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.single-product .she-related-product-card__actions {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr;
	margin-top: auto;
	padding-top: 4px;
}

.single-product .she-related-product-card__button {
	align-items: center;
	border-radius: 10px !important;
	display: inline-flex !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	height: 44px !important;
	justify-content: center;
	line-height: 1 !important;
	padding: 0 14px !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 100% !important;
}

.single-product .she-related-product-card__button--view {
	background: #fff !important;
	border: 1px solid #d7dce2 !important;
	color: #111827 !important;
}

.single-product .she-related-product-card__button--cart {
	background: #ff6b00 !important;
	border: 1px solid #ff6b00 !important;
	color: #fff !important;
}

.single-product .she-related-product-card__category,
.single-product .she-related-product-card__description,
.single-product .she-related-product-card__stock,
.single-product .she-related-product-card__button--cart,
.single-product .related.products .add_to_cart_button,
.single-product .related.products .quick-view,
.single-product .related.products .wd-quick-view-btn,
.single-product .related.products .wd-compare-btn,
.single-product .related.products .wd-wishlist-btn,
.single-product .related.products .wrap-wishlist-button {
	display: none !important;
}

.single-product .she-related-product-card__button:hover {
	transform: translateY(-1px);
}

.single-product .she-related-product-card__button--view:hover {
	border-color: #ff6b00 !important;
	color: #ff6b00 !important;
}

.single-product .she-related-product-card__button--cart:hover {
	background: #e85f00 !important;
	border-color: #e85f00 !important;
	color: #fff !important;
}

.single-product .she-related-products-grid .wd-product,
.single-product .she-related-products-grid .product-grid-item,
.single-product .she-related-products-grid .wd-product-card-hover,
.single-product .she-related-products-grid .wd-more-desc,
.single-product .she-related-products-grid .wd-product-sku,
.single-product .she-related-products-grid .she-loop-sku,
.single-product .she-related-products-grid [class*="sku"] {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

.single-product .she-related-products-normalized .wd-carousel,
.single-product .she-related-products-normalized .wd-carousel-inner,
.single-product .she-related-products-normalized .wd-carousel-wrap,
.single-product .she-related-products-normalized .wd-carousel-item {
	display: contents !important;
	height: auto !important;
	margin: 0 !important;
	max-width: none !important;
	overflow: visible !important;
	padding: 0 !important;
	transform: none !important;
	width: auto !important;
}

.single-product .she-related-products-normalized .wd-btn-arrow,
.single-product .she-related-products-normalized .wd-nav-arrows,
.single-product .she-related-products-normalized .swiper-notification {
	display: none !important;
}

@media (max-width: 1024px) {
	.single-product .she-related-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.single-product .wd-carousel-container.related-products.she-related-products-normalized {
		border-radius: 16px;
		margin-top: 30px !important;
		padding: 14px;
		width: calc(100% - 20px);
	}

	.single-product .wd-carousel-container.related-products.she-related-products-normalized > .wd-el-title,
	.single-product .wd-carousel-container.related-products.she-related-products-normalized > h2 {
		font-size: 24px;
		margin-bottom: 14px;
	}

	.single-product .she-related-products-grid {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-product .she-related-product-card {
		border-radius: 16px;
		min-height: 0 !important;
	}

	.single-product .she-related-product-card__media {
		height: 154px;
		padding: 10px;
	}

	.single-product .she-related-product-card__media img {
		max-height: 134px !important;
	}

	.single-product .she-related-product-card__body {
		gap: 8px;
		padding: 11px 10px 12px;
	}

	.single-product .she-related-product-card__title {
		font-size: 13px;
		line-height: 1.25;
		min-height: 33px;
	}

	.single-product .she-related-product-card__price {
		font-size: 15px;
	}

	.single-product .she-related-product-card__button {
		border-radius: 9px !important;
		font-size: 12px !important;
		height: 38px !important;
		padding: 0 10px !important;
	}
}

@media (max-width: 1400px) and (min-width: 1101px) {
	.she-header-mega-row__inner {
		gap: 8px 14px;
		grid-template-areas:
			"search actions"
			"nav nav";
		grid-template-columns: minmax(0, 1fr) auto;
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.she-header-search--desktop {
		grid-area: search;
		max-width: 560px;
	}

	.she-mega-nav {
		grid-area: nav;
		min-height: 44px;
	}

	.she-mega-nav__link {
		font-size: 12px;
		min-height: 44px;
		padding: 0 9px;
	}

	.she-header-actions {
		grid-area: actions;
	}
}

@media (max-width: 1200px) {
	.she-home-trust-grid,
	.she-home-category-grid,
	.she-home-brand-grid,
	.she-home-industry-grid,
	.she-home-resource-grid,
	.she-home-link-grid,
	.she-about-proof-metrics,
	.she-social-proof-metrics,
	.she-social-proof-cards,
	.she-about-process ol,
	.she-about-card-grid,
	.she-about-reason-grid,
	.she-about-photo-gallery,
	.she-about-chip-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-home-category-card--featured {
		grid-column: span 1;
		min-height: 340px;
	}

	.she-header-mega-row {
		display: none !important;
	}

	.she-mobile-search-row {
		display: block;
	}

	.she-header-search--mobile {
		margin: 0 auto;
		max-width: 720px;
	}

	.she-mega-nav {
		justify-content: flex-start;
		overflow-x: auto;
	}

	.she-mega-panel {
		left: 16px;
		right: 16px;
		transform: translateY(10px);
		width: auto;
	}

	.she-mega-nav__item.is-open .she-mega-panel {
		transform: translateY(0);
	}

	body.she-product-archive-stable .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.post-type-archive-product .wd-sidebar.sidebar-left .widget-area,
	body.tax-product_cat .wd-sidebar.sidebar-left .widget-area {
		position: static;
		top: auto;
	}
}

@media (max-width: 768px) {
	.she-utility-bar__inner {
		align-items: center;
		flex-direction: column;
		gap: 8px;
		justify-content: center;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.she-utility-bar__phone,
	.she-phone {
		display: none;
	}

	.she-mega-nav__list {
		justify-content: flex-start;
		overflow-x: auto;
		width: 100%;
	}

	.she-mega-panel {
		display: none;
	}

	.she-mega-nav__link {
		font-size: 12px;
		min-height: 48px;
		padding: 0 10px;
	}

	.she-home-hero {
		min-height: 560px;
		padding: 86px 18px 70px;
	}

	.she-home-hero p {
		font-size: 16px;
	}

	.she-page-media-hero {
		padding: 18px 18px 0;
	}

	.she-page-media-hero__inner {
		min-height: 300px;
		padding: 30px 24px;
	}

	.she-track-order-portal {
		padding: 18px 18px 46px;
	}

	.she-track-order-portal__card {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.she-track-order-portal__button {
		justify-content: center;
		width: 100%;
	}

	.she-policy-page {
		padding: 18px 14px 52px;
	}

	.she-policy-hero,
	.she-policy-trust,
	.she-policy-business dl,
	.she-policy-support,
	.she-about-split,
	.she-about-before,
	.she-about-cta {
		grid-template-columns: 1fr;
	}

	.she-policy-hero__media {
		min-height: 190px;
		order: -1;
	}

	.she-policy-trust {
		gap: 8px;
	}

	.she-policy-trust article {
		min-height: 58px;
	}

	.she-policy-card,
	.she-policy-business,
	.she-policy-support,
	.she-policy-related {
		max-width: 100%;
	}

	.she-policy-support .she-button {
		width: 100%;
	}

	.she-policy-related div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-policy-related a {
		text-align: center;
	}

	.she-about-card-grid,
	.she-about-reason-grid,
	.she-about-photo-gallery,
	.she-about-chip-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-about-mini-card,
	.she-about-reason-grid article {
		min-height: 0;
		padding: 16px;
	}

	.she-about-before ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-about-cta div:last-child {
		justify-content: flex-start;
	}

	.she-about-cta .she-button {
		justify-content: center;
		width: 100%;
	}

	.she-contact-details {
		padding: 18px 18px 46px;
	}

	.she-contact-details__grid {
		grid-template-columns: 1fr;
	}

	.she-contact-page {
		padding: 18px 14px 52px;
	}

	.she-contact-direct,
	.she-contact-options,
	.she-contact-workspace,
	.she-contact-business,
	.she-contact-trust__grid,
	.she-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.she-contact-form .she-button {
		width: 100%;
	}

	.she-contact-related div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-contact-related a {
		text-align: center;
	}

	.she-home-info-card__image {
		height: 132px;
	}

	.she-home-trust-grid figure {
		height: 82px;
		padding: 12px 18px 8px;
	}

	.she-home-trust-grid figure img {
		max-height: 60px;
		max-width: 96px;
	}

	.she-category-blocks,
	.she-home-split-section,
	.she-home-faq-list,
	.she-shop-departments,
	.she-shop-organizer__head,
	.she-trust-bar__inner,
	.she-about-proof-metrics,
	.she-social-proof-cards,
	.she-about-page__grid,
	.she-about-company-panel,
	.she-about-photo-story,
	.she-about-process ol,
	.she-product-trust-details,
	.she-product-trust-details dl,
	.she-footer-transparency__inner,
	.she-footer-transparency__groups {
		grid-template-columns: 1fr;
	}

	.she-home-trust-grid,
	.she-home-category-grid,
	.she-home-brand-grid,
	.she-home-industry-grid,
	.she-home-resource-grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-home-search form {
		grid-template-columns: 1fr;
	}

	.she-child-category-strip {
		grid-template-columns: 1fr 1fr;
	}

	.she-child-category-strip--brands {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-child-category-strip--brands a {
		height: auto;
		min-height: 252px;
		padding: 16px;
	}

	.she-brand-index-card__logo {
		flex-basis: 120px;
		height: 120px;
		padding: 16px;
	}

	.she-child-category-strip--brands span {
		font-size: 15px;
	}

	.she-brand-index-card__body strong {
		min-height: 36px;
		padding: 0 12px;
	}

	.she-home-section {
		padding: 46px 18px;
	}

	.she-home-category-card {
		min-height: 292px;
	}

	.she-category-card__image {
		height: 148px;
	}

	.she-home-category-card__image {
		height: 100%;
		padding: 0;
	}

	.she-home-category-card__body {
		padding: 18px;
	}

	.she-home-category-card__body::before {
		inset: auto 12px 12px;
		min-height: 156px;
	}

	.she-home-category-card p {
		font-size: 13px;
		line-height: 1.45;
	}

	.she-home-category-card__cta {
		font-size: 11px;
		margin-top: 14px;
		padding: 10px 12px;
	}

	.she-home-brand-card,
	.she-home-info-card {
		min-height: 0;
		padding: 16px;
	}

	.she-home-brand-card {
		gap: 10px;
		min-height: 335px;
	}

	.she-home-brand-card__logo {
		height: 112px;
		padding: 14px;
	}

	.she-home-brand-card h3 {
		font-size: 18px;
	}

	.she-home-brand-card p {
		font-size: 13px;
		min-height: 0;
	}

	.she-home-split-section {
		padding: 10px 18px 46px;
	}

	.she-home-split-section--lifts .she-home-split-section__copy {
		order: 2;
	}

	.she-home-split-section--lifts .she-home-split-section__media {
		order: 1;
	}

	.she-home-split-section__media img {
		min-height: 260px;
	}

	.she-home-about-band {
		align-items: flex-start;
		flex-direction: column;
		margin: 0 18px;
		padding: 28px;
	}

	.she-home-inline-actions,
	.she-home-link-grid {
		flex-direction: column;
	}

	.she-home-link-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-home-inline-actions .she-button,
	.she-home-link-grid a {
		justify-content: center;
		text-align: center;
		width: auto;
	}

	.she-home-seo-block {
		margin: 0 18px 18px;
		padding: 28px;
	}

	.she-home-final-cta {
		align-items: flex-start;
		flex-direction: column;
		margin: 18px 18px 52px;
		padding: 28px;
	}

	.she-home-location {
		grid-template-columns: 1fr;
		margin: 18px 18px 52px;
		padding: 12px;
	}

	.she-home-location__card {
		padding: 22px;
	}

	.she-home-location__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.she-home-location__map,
	.she-home-location__map iframe {
		min-height: 330px;
	}

	.she-about-company-panel,
	.she-about-photo-story__copy,
	.she-about-process {
		padding: 22px;
	}

	.she-about-photo-grid {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 0;
	}

	.she-about-photo-card:first-child {
		grid-row: auto;
	}

	.she-shop-quick-filters {
		justify-content: flex-start;
	}

	.she-shop-organizer {
		padding: 16px;
	}

	.she-shop-organizer__head {
		gap: 10px;
		margin-bottom: 12px;
	}

	.she-shop-organizer__head h2 {
		font-size: 24px;
	}

	.she-shop-organizer__head p,
	.she-shop-quick-filters {
		display: none;
	}

	.she-shop-departments {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}

	.she-shop-department-card__image {
		height: 78px;
	}

	.she-shop-department-card__content {
		padding: 10px;
	}

	.she-shop-department-card__main small {
		display: none;
	}

	.she-shop-department-card__main strong {
		font-size: 15px;
		line-height: 1.18;
		margin-bottom: 6px;
	}

	.she-shop-department-card__main p,
	.she-shop-department-card__links {
		display: none;
	}

	.she-shop-results-intro {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px;
	}

	.she-shop-results-intro h2 {
		font-size: 20px;
	}

	.she-shop-results-intro p {
		display: none;
		max-width: none;
		text-align: left;
	}

	.she-shipping-delivery-panel__cards {
		grid-template-columns: 1fr;
	}

	.she-shipping-delivery-panel__hero h2,
	.she-shipping-delivery-panel__steps h3 {
		font-size: 22px;
	}

	.she-category-intro {
		align-items: flex-start;
		flex-direction: column;
	}

	.she-category-intro__chips {
		justify-content: flex-start;
		min-width: 0;
	}

	.she-category-intro__media {
		flex-basis: auto;
		height: 170px;
		width: 100%;
	}

	.she-trust-item,
	.she-trust-item:last-child {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	body.she-product-archive-stable .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.she-sticky-cart {
		bottom: 0;
		width: 100%;
	}

	.she-sticky-cart__inner {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 10px;
	}

	.she-sticky-cart__product {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.she-sticky-cart__product img {
		height: 48px;
		width: 48px;
	}

	.she-sticky-cart__buy {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.she-sticky-cart__price {
		font-size: 16px;
	}

	.she-sticky-cart__actions,
	.she-sticky-cart__form {
		width: 100%;
	}

	.she-sticky-cart__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-sticky-cart__button {
		min-width: 0;
		width: 100%;
	}

	.she-category-layout {
		grid-template-columns: 1fr;
	}

	.single-product div.product {
		display: block;
	}

	.single-product div.product .summary {
		margin-top: 18px;
		position: static;
	}

	.she-product-buying-summary {
		grid-template-columns: 1fr;
	}

	.she-product-buying-summary div:nth-child(odd) {
		border-right: 0;
	}

	.she-request-quote-button {
		margin-left: 0 !important;
		margin-top: 10px !important;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.she-social-proof-metrics,
	.she-about-proof-metrics,
	.she-product-social-proof div {
		grid-template-columns: 1fr;
	}

	.she-about-card-grid,
	.she-about-reason-grid,
	.she-about-photo-gallery,
	.she-about-chip-grid,
	.she-about-before ul {
		grid-template-columns: 1fr;
	}

	.she-child-category-strip--brands {
		grid-template-columns: 1fr;
	}

	.she-shop-departments {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.she-product-archive-stable .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
}

@media (max-width: 767px) {
	html.she-mobile-scroll-stable,
	html.she-mobile-scroll-stable body {
		scroll-behavior: auto !important;
	}

	html.she-mobile-scroll-stable {
		height: auto !important;
		min-height: 100% !important;
		overflow-x: clip !important;
		overflow-y: auto !important;
	}

	html.she-mobile-scroll-stable body.she-product-archive-stable,
	html.she-mobile-scroll-stable body.she-product-archive-stable .website-wrapper,
	html.she-mobile-scroll-stable body.she-product-archive-stable .wd-page-wrapper {
		height: auto !important;
		min-height: 0 !important;
		overflow-x: clip !important;
		overflow-y: visible !important;
	}

	html.she-mobile-scroll-stable *,
	html.she-mobile-scroll-stable *::before,
	html.she-mobile-scroll-stable *::after {
		animation-delay: 0s !important;
		animation-duration: 0s !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}

	html.she-mobile-scroll-stable .elementor-invisible,
	html.she-mobile-scroll-stable .wpb_animate_when_almost_visible,
	html.she-mobile-scroll-stable .wd-animated,
	html.she-mobile-scroll-stable .animated,
	html.she-mobile-scroll-stable [data-aos],
	html.she-mobile-scroll-stable .aos-animate {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		visibility: visible !important;
	}

	html.she-mobile-scroll-stable .whb-sticky-header,
	html.she-mobile-scroll-stable .whb-clone,
	html.she-mobile-scroll-stable .wd-sticky-nav,
	html.she-mobile-scroll-stable .sticky-header {
		display: none !important;
	}

	html.she-mobile-scroll-stable .whb-main-header,
	html.she-mobile-scroll-stable .whb-header,
	html.she-mobile-scroll-stable .site-header {
		position: relative !important;
		top: auto !important;
		transform: none !important;
		transition: none !important;
	}

	html.she-mobile-scroll-stable .elementor-motion-effects-element,
	html.she-mobile-scroll-stable .elementor-motion-effects-container,
	html.she-mobile-scroll-stable .wd-parallax,
	html.she-mobile-scroll-stable .parallax,
	html.she-mobile-scroll-stable .vc_parallax {
		background-attachment: scroll !important;
		transform: none !important;
	}

	html.she-mobile-filter-open,
	html.she-mobile-filter-open body {
		overflow: hidden !important;
	}

	body.she-product-archive-stable .wd-sidebar,
	body.she-product-archive-stable .sidebar-container,
	body.she-product-archive-stable .wd-sidebar-opener,
	body.she-product-archive-stable .wd-show-sidebar-btn,
	body.she-product-archive-stable .filters-area,
	body.she-product-archive-stable .widget_top_rated_products,
	body.she-product-archive-stable .widget_recently_viewed_products,
	body.she-product-archive-stable .woocommerce_recently_viewed_products,
	body.she-product-archive-stable .woocommerce_recent_reviews,
	body.she-product-archive-stable .product_list_widget,
	body.she-product-archive-stable .wd-side-hidden:not(.mobile-nav) {
		display: none !important;
	}

	body.she-product-archive-stable .she-mobile-filter-shell {
		display: block;
		margin: 14px auto 6px;
		max-width: 1222px;
		padding: 0 12px;
	}

	body.she-product-archive-stable .she-mobile-filter-toggle {
		align-items: center;
		background: var(--she-black);
		border: 0;
		border-radius: 8px;
		color: var(--she-white);
		display: inline-flex;
		font-size: 13px;
		font-weight: 900;
		gap: 8px;
		min-height: 44px;
		padding: 0 16px;
		text-transform: uppercase;
		width: 100%;
	}

	html.she-mobile-filter-open body.she-product-archive-stable .she-mobile-filter-backdrop:not([hidden]) {
		background: rgba(16, 18, 20, 0.54);
		display: block !important;
		height: 100vh !important;
		height: 100dvh !important;
		inset: 0 !important;
		pointer-events: auto !important;
		position: fixed !important;
		visibility: visible !important;
		width: 100vw !important;
		z-index: 2147483000 !important;
	}

	html.she-mobile-filter-open body.she-product-archive-stable .she-mobile-filter-drawer:not([hidden]) {
		display: block !important;
		height: 100vh !important;
		height: 100dvh !important;
		inset: 0 0 0 auto !important;
		max-width: 390px !important;
		overflow: visible !important;
		pointer-events: auto !important;
		position: fixed !important;
		transform: none !important;
		visibility: visible !important;
		width: min(92vw, 390px);
		z-index: 2147483001 !important;
	}

	body.she-product-archive-stable .she-mobile-filter-drawer__panel {
		background: var(--she-white);
		box-shadow: -18px 0 48px rgba(16, 18, 20, 0.18);
		display: flex;
		flex-direction: column;
		gap: 18px;
		height: 100%;
		overflow-y: auto;
		padding: 18px;
		-webkit-overflow-scrolling: touch;
	}

	body.she-product-archive-stable .she-mobile-filter-drawer__header {
		align-items: center;
		border-bottom: 1px solid var(--she-border);
		display: flex;
		justify-content: space-between;
		padding-bottom: 12px;
	}

	body.she-product-archive-stable .she-mobile-filter-drawer__header strong {
		color: var(--she-black);
		font-size: 18px;
		font-weight: 900;
	}

	body.she-product-archive-stable .she-mobile-filter-drawer__header button {
		align-items: center;
		background: var(--she-soft);
		border: 1px solid var(--she-border);
		border-radius: 999px;
		color: var(--she-black);
		display: inline-flex;
		font-size: 22px;
		font-weight: 800;
		height: 38px;
		justify-content: center;
		line-height: 1;
		width: 38px;
	}

	body.she-product-archive-stable .she-mobile-filter-form,
	body.she-product-archive-stable .she-mobile-filter-categories {
		border: 1px solid var(--she-border);
		border-radius: 8px;
		display: grid;
		gap: 12px;
		padding: 14px;
	}

	body.she-product-archive-stable .she-mobile-filter-form__row {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}

	body.she-product-archive-stable .she-mobile-filter-form label span,
	body.she-product-archive-stable .she-mobile-filter-categories span {
		color: var(--she-muted);
		display: block;
		font-size: 11px;
		font-weight: 900;
		margin-bottom: 6px;
		text-transform: uppercase;
	}

	body.she-product-archive-stable .she-mobile-filter-form input {
		border: 1px solid var(--she-border);
		border-radius: 8px;
		color: var(--she-black);
		font-size: 15px;
		font-weight: 800;
		min-height: 42px;
		padding: 0 10px;
		width: 100%;
	}

	body.she-product-archive-stable .she-mobile-filter-form button {
		background: var(--she-red);
		border: 0;
		border-radius: 8px;
		color: var(--she-white);
		font-size: 13px;
		font-weight: 900;
		min-height: 44px;
		text-transform: uppercase;
	}

	body.she-product-archive-stable .she-mobile-filter-clear,
	body.she-product-archive-stable .she-mobile-filter-categories a {
		align-items: center;
		background: var(--she-soft);
		border: 1px solid var(--she-border);
		border-radius: 999px;
		color: var(--she-black);
		display: inline-flex;
		font-size: 13px;
		font-weight: 850;
		min-height: 38px;
		padding: 0 12px;
		text-decoration: none;
	}

	body.she-product-archive-stable .she-mobile-filter-clear {
		justify-content: center;
	}

	body.she-product-archive-stable .woocommerce ul.products,
	body.she-product-archive-stable .products.elements-grid,
	body.she-product-archive-stable .products.wd-products-holder {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.she-product-archive-stable .woocommerce ul.products li.product,
	body.she-product-archive-stable .product-grid-item,
	body.she-product-archive-stable .wd-product {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	body.she-product-archive-stable .product-grid-item .hover-img,
	body.she-product-archive-stable .wd-product .hover-img,
	body.she-product-archive-stable .product-grid-item .product-image-link img:nth-of-type(n+2),
	body.she-product-archive-stable .wd-product .product-image-link img:nth-of-type(n+2),
	body.she-product-archive-stable .product-grid-item .wd-product-grid-slider,
	body.she-product-archive-stable .wd-product .wd-product-grid-slider,
	body.she-product-archive-stable .product-grid-item .wd-buttons,
	body.she-product-archive-stable .wd-product .wd-buttons,
	body.she-product-archive-stable .product-grid-item .quick-shop-wrapper,
	body.she-product-archive-stable .wd-product .quick-shop-wrapper,
	body.she-product-archive-stable .product-grid-item .quick-view,
	body.she-product-archive-stable .wd-product .quick-view,
	body.she-product-archive-stable .product-grid-item .wd-quick-view-btn,
	body.she-product-archive-stable .wd-product .wd-quick-view-btn,
	body.she-product-archive-stable .product-grid-item .wd-compare-btn,
	body.she-product-archive-stable .wd-product .wd-compare-btn,
	body.she-product-archive-stable .product-grid-item .wd-wishlist-btn,
	body.she-product-archive-stable .wd-product .wd-wishlist-btn {
		display: none !important;
	}

	body.she-product-archive-stable .product-grid-item .product-image-link img,
	body.she-product-archive-stable .wd-product .product-image-link img,
	body.she-product-archive-stable .woocommerce ul.products li.product a img {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	body.she-product-archive-stable .wd-product-thumb,
	body.she-product-archive-stable .product-element-top,
	body.she-product-archive-stable .product-image-link {
		align-items: center !important;
		aspect-ratio: 1 / 1 !important;
		display: flex !important;
		justify-content: center !important;
		min-height: 0 !important;
		overflow: hidden !important;
	}

	body.she-product-archive-stable .wd-product-thumb img,
	body.she-product-archive-stable .product-element-top img,
	body.she-product-archive-stable .product-image-link img {
		aspect-ratio: 1 / 1 !important;
		height: auto !important;
		max-height: 100% !important;
		object-fit: contain !important;
		width: 100% !important;
	}
}

@media (max-width: 379px) {
	.she-home-trust-grid,
	.she-home-category-grid,
	.she-home-brand-grid,
	.she-home-industry-grid,
	.she-home-resource-grid,
	.she-home-link-grid {
		grid-template-columns: 1fr;
	}
}

/* Premium buyer-path cards for operation-based equipment discovery. */
.she-home-section--industries .she-home-industry-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.she-home-section--industries .she-home-info-card {
	background: var(--she-black);
	border: 0;
	border-radius: 18px;
	box-shadow: 0 22px 56px rgba(16, 18, 20, 0.16);
	color: var(--she-white);
	display: block;
	isolation: isolate;
	min-height: 340px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.she-home-section--industries .she-home-info-card--featured {
	grid-column: span 2;
	min-height: 430px;
}

.she-home-section--industries .she-home-info-card:hover,
.she-home-section--industries .she-home-info-card:focus-visible {
	box-shadow: 0 30px 76px rgba(16, 18, 20, 0.26);
	color: var(--she-white);
	transform: translateY(-4px);
}

.she-home-section--industries .she-home-info-card__image {
	background: var(--she-black);
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.she-home-section--industries .she-home-info-card__image::after {
	background:
		linear-gradient(180deg, rgba(16, 18, 20, 0.08) 0%, rgba(16, 18, 20, 0.58) 48%, rgba(16, 18, 20, 0.9) 100%),
		linear-gradient(90deg, rgba(16, 18, 20, 0.78) 0%, rgba(16, 18, 20, 0.36) 58%, rgba(217, 74, 52, 0.18) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.she-home-section--industries .she-home-info-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform 0.55s ease;
	width: 100%;
}

.she-home-section--industries .she-home-info-card:hover .she-home-info-card__image img,
.she-home-section--industries .she-home-info-card:focus-visible .she-home-info-card__image img {
	transform: scale(1.07);
}

.she-home-info-card__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	padding: 24px;
	position: relative;
	z-index: 2;
}

.she-home-info-card--featured .she-home-info-card__body {
	padding: clamp(28px, 4vw, 42px);
}

.she-home-info-card__body::before {
	backdrop-filter: blur(11px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
	content: "";
	inset: auto 18px 18px;
	min-height: 178px;
	position: absolute;
	z-index: -1;
}

.she-home-info-card--featured .she-home-info-card__body::before {
	min-height: 196px;
}

.she-home-info-card__label {
	align-self: start;
	background: rgba(255, 246, 223, 0.94);
	border: 1px solid rgba(244, 223, 170, 0.84);
	border-radius: 999px;
	color: #7b5300;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	padding: 7px 9px;
	text-transform: uppercase;
}

.she-home-section--industries .she-home-info-card strong {
	color: var(--she-white);
	display: block;
	font-size: clamp(22px, 2.4vw, 34px);
	font-weight: 900;
	line-height: 1.1;
	margin-top: 15px;
	padding: 0;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.she-home-section--industries .she-home-info-card--featured strong {
	font-size: clamp(30px, 3.4vw, 46px);
}

.she-home-section--industries .she-home-info-card p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.52;
	margin: 10px 0 0;
	max-width: 620px;
	padding: 0;
}

.she-home-info-card__cta {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	color: var(--she-black);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 7px;
	line-height: 1;
	margin-top: 16px;
	padding: 12px 15px;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.she-home-info-card__cta::after {
	content: "\2192";
	display: inline-block;
	font-size: 14px;
	transform: translateX(0);
	transition: transform 0.2s ease;
}

.she-home-section--industries .she-home-info-card:hover .she-home-info-card__cta,
.she-home-section--industries .she-home-info-card:focus-visible .she-home-info-card__cta {
	background: var(--she-red);
	color: var(--she-white);
	transform: translateX(2px);
}

.she-home-section--industries .she-home-info-card:hover .she-home-info-card__cta::after,
.she-home-section--industries .she-home-info-card:focus-visible .she-home-info-card__cta::after {
	transform: translateX(5px);
}

.she-home-info-card__insights {
	background: rgba(5, 6, 7, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 14px;
	transform: translateY(10px);
	transition: max-height 0.24s ease, opacity 0.2s ease, padding 0.24s ease, transform 0.24s ease;
	width: 100%;
}

.she-home-section--industries .she-home-info-card:hover .she-home-info-card__insights,
.she-home-section--industries .she-home-info-card:focus-visible .she-home-info-card__insights {
	max-height: 220px;
	opacity: 1;
	padding-bottom: 14px;
	padding-top: 14px;
	transform: translateY(0);
}

.she-home-info-card__insights span {
	color: rgba(255, 246, 223, 0.96);
	display: block;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-home-info-card__insights ul {
	display: grid;
	gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.she-home-info-card__insights li,
.she-home-info-card__insights p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

.she-home-info-card__insights li::before {
	color: var(--she-gold);
	content: "\2713";
	font-weight: 900;
	margin-right: 6px;
}

.she-home-section--industries .she-home-section__button {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) {
	.she-home-section--industries .she-home-industry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-home-section--industries .she-home-info-card--featured {
		grid-column: span 1;
		min-height: 360px;
	}
}

@media (max-width: 768px) {
	.she-home-section--industries .she-home-industry-grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-home-section--industries .she-home-info-card,
	.she-home-section--industries .she-home-info-card--featured {
		min-height: 316px;
		padding: 0;
	}

	.she-home-info-card__body,
	.she-home-info-card--featured .she-home-info-card__body {
		padding: 18px;
	}

	.she-home-info-card__body::before,
	.she-home-info-card--featured .she-home-info-card__body::before {
		inset: auto 12px 12px;
		min-height: 172px;
	}

	.she-home-section--industries .she-home-info-card strong,
	.she-home-section--industries .she-home-info-card--featured strong {
		font-size: clamp(20px, 6vw, 27px);
	}

	.she-home-section--industries .she-home-info-card p {
		font-size: 13px;
		line-height: 1.45;
	}

	.she-home-info-card__cta {
		font-size: 11px;
		margin-top: 14px;
		padding: 10px 12px;
	}

	.she-home-info-card__insights {
		display: none;
	}
}

@media (max-width: 379px) {
	.she-home-section--industries .she-home-industry-grid {
		grid-template-columns: 1fr;
	}
}

/* Industrial command-center homepage sections. */
.she-home-section--why,
.she-home-section--industries {
	background:
		linear-gradient(rgba(255, 107, 0, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(30, 136, 229, 0.08) 1px, transparent 1px),
		radial-gradient(circle at 16% 18%, rgba(30, 136, 229, 0.22), transparent 32%),
		radial-gradient(circle at 84% 10%, rgba(255, 107, 0, 0.18), transparent 30%),
		linear-gradient(135deg, #07090c 0%, #101820 46%, #071018 100%);
	background-size: 42px 42px, 42px 42px, auto, auto, auto;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--she-white);
	overflow: hidden;
	position: relative;
}

.she-home-section--why::before,
.she-home-section--industries::before {
	background:
		linear-gradient(90deg, transparent 0%, rgba(255, 107, 0, 0.2) 45%, transparent 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 48%);
	content: "";
	height: 100%;
	inset: 0;
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
	transform: translateX(-18%);
}

.she-home-section--why .she-home-section__head,
.she-home-section--industries .she-home-section__head,
.she-command-center,
.she-home-section--industries .she-home-industry-grid,
.she-home-section--industries .she-home-section__button {
	position: relative;
	z-index: 1;
}

.she-home-section--why .she-home-section__head span,
.she-home-section--industries .she-home-section__head span {
	background: rgba(255, 107, 0, 0.14);
	border: 1px solid rgba(255, 107, 0, 0.42);
	border-radius: 999px;
	color: #ffb26c;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	padding: 9px 12px;
	text-transform: uppercase;
}

.she-home-section--why .she-home-section__head h2,
.she-home-section--industries .she-home-section__head h2 {
	color: var(--she-white);
	text-shadow: 0 0 32px rgba(30, 136, 229, 0.28);
}

.she-home-section--why .she-home-section__head p,
.she-home-section--industries .she-home-section__head p {
	color: rgba(255, 255, 255, 0.74);
}

.she-command-center {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
}

.she-command-center__metrics,
.she-command-panel,
.she-home-section--industries .she-home-info-card {
	backdrop-filter: blur(14px);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
		rgba(8, 13, 19, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	overflow: hidden;
	position: relative;
}

.she-command-center__metrics::before,
.she-command-panel::before,
.she-home-section--industries .she-home-info-card::before {
	background: linear-gradient(90deg, transparent, #ff6b00, transparent);
	content: "";
	height: 2px;
	left: -40%;
	opacity: 0.78;
	position: absolute;
	right: -40%;
	top: 0;
	transform: translateX(-40%);
	transition: transform 0.45s ease;
}

.she-command-center__metrics:hover::before,
.she-command-panel:hover::before,
.she-home-section--industries .she-home-info-card:hover::before,
.she-home-section--industries .she-home-info-card:focus-visible::before {
	transform: translateX(40%);
}

.she-command-center__metrics {
	border-radius: 24px;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 22px;
}

.she-command-center__status {
	align-items: center;
	background: rgba(30, 136, 229, 0.16);
	border: 1px solid rgba(30, 136, 229, 0.36);
	border-radius: 999px;
	color: #8fc7ff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	grid-column: 1 / -1;
	line-height: 1;
	padding: 9px 12px;
	text-transform: uppercase;
	width: fit-content;
}

.she-command-center__status::before {
	background: #27e29a;
	border-radius: 999px;
	box-shadow: 0 0 16px rgba(39, 226, 154, 0.85);
	content: "";
	height: 8px;
	margin-right: 8px;
	width: 8px;
}

.she-command-metric {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	min-height: 122px;
	padding: 18px;
	position: relative;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.she-command-metric:hover {
	border-color: rgba(255, 107, 0, 0.6);
	box-shadow: 0 0 28px rgba(255, 107, 0, 0.18);
	transform: translateY(-3px);
}

.she-command-metric:last-child {
	grid-column: 1 / -1;
}

.she-command-metric strong {
	animation: she-command-counter-rise 0.8s ease both;
	color: var(--she-white);
	display: block;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 950;
	line-height: 1;
	text-shadow: 0 0 24px rgba(255, 107, 0, 0.26);
}

.she-command-metric span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.3;
	margin-top: 10px;
	text-transform: uppercase;
}

.she-command-center__panels {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.she-command-panel {
	border-radius: 22px;
	min-height: 212px;
	padding: 22px;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.she-command-panel:hover {
	border-color: rgba(255, 107, 0, 0.5);
	box-shadow: 0 0 34px rgba(30, 136, 229, 0.18), 0 26px 70px rgba(0, 0, 0, 0.38);
	transform: translateY(-4px);
}

.she-command-panel > span {
	color: #ffb26c;
	display: block;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.she-command-panel h3 {
	color: var(--she-white);
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 950;
	line-height: 1.12;
	margin: 12px 0 16px;
}

.she-command-panel ul,
.she-home-info-card__recommended ul,
.she-home-info-card__insights ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.she-command-panel li {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 780;
	line-height: 1.45;
	margin-top: 8px;
}

.she-command-panel li::before {
	color: #ff6b00;
	content: "\2713";
	font-weight: 950;
	margin-right: 8px;
}

.she-command-center__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	grid-column: 1 / -1;
	justify-content: center;
	margin-top: 4px;
}

.she-command-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--she-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	gap: 9px;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.she-command-button::after {
	content: "\2192";
	transform: translateX(0);
	transition: transform 0.2s ease;
}

.she-command-button--primary {
	background: #ff6b00;
	border-color: #ff6b00;
	color: #101820;
}

.she-command-button:hover {
	background: rgba(30, 136, 229, 0.22);
	border-color: rgba(30, 136, 229, 0.58);
	box-shadow: 0 0 28px rgba(30, 136, 229, 0.18);
	color: var(--she-white);
	transform: translateY(-2px);
}

.she-command-button--primary:hover {
	background: #ff7d1e;
	border-color: #ff7d1e;
	color: #101820;
}

.she-command-button:hover::after {
	transform: translateX(5px);
}

.she-home-section--industries .she-home-industry-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.she-home-section--industries .she-home-info-card {
	border-radius: 22px;
	color: var(--she-white);
	display: block;
	min-height: 386px;
	padding: 0;
	text-decoration: none;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.she-home-section--industries .she-home-info-card:hover,
.she-home-section--industries .she-home-info-card:focus-visible {
	border-color: rgba(255, 107, 0, 0.52);
	box-shadow: 0 0 36px rgba(255, 107, 0, 0.15), 0 28px 74px rgba(0, 0, 0, 0.42);
	color: var(--she-white);
	transform: translateY(-5px);
}

.she-home-info-card__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	padding: 24px;
	position: relative;
	z-index: 1;
}

.she-home-info-card__body::before {
	background:
		linear-gradient(135deg, rgba(255, 107, 0, 0.16), transparent 30%),
		linear-gradient(315deg, rgba(30, 136, 229, 0.13), transparent 42%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	box-shadow: none;
	content: "";
	inset: 14px;
	min-height: auto;
	position: absolute;
	z-index: -1;
}

.she-home-info-card__label {
	align-self: flex-start;
	background: rgba(30, 136, 229, 0.16);
	border: 1px solid rgba(30, 136, 229, 0.38);
	border-radius: 999px;
	color: #9cd2ff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 950;
	line-height: 1;
	padding: 8px 10px;
	text-transform: uppercase;
}

.she-home-section--industries .she-home-info-card strong {
	color: var(--she-white);
	display: block;
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 950;
	line-height: 1.06;
	margin: 16px 0 0;
	padding: 0;
	text-shadow: 0 0 24px rgba(30, 136, 229, 0.26);
}

.she-home-section--industries .she-home-info-card p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.5;
	margin: 12px 0 0;
	padding: 0;
}

.she-home-info-card__recommended {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	margin-top: 18px;
	padding: 14px;
}

.she-home-info-card__recommended span,
.she-home-info-card__insights span {
	color: #ffb26c;
	display: block;
	font-size: 10px;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.she-home-info-card__recommended li,
.she-home-info-card__insights li,
.she-home-info-card__insights p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	font-weight: 820;
	line-height: 1.35;
	margin: 7px 0 0;
	padding: 0;
}

.she-home-info-card__recommended li::before,
.she-home-info-card__insights li::before {
	color: #ff6b00;
	content: "\2022";
	font-weight: 950;
	margin-right: 8px;
}

.she-home-info-card__cta {
	align-items: center;
	align-self: flex-start;
	background: #ff6b00;
	border-radius: 999px;
	color: #101820;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	gap: 8px;
	line-height: 1;
	margin-top: auto;
	padding: 12px 15px;
	text-transform: uppercase;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.she-home-info-card__cta::after {
	content: "\2192";
	transition: transform 0.2s ease;
}

.she-home-section--industries .she-home-info-card:hover .she-home-info-card__cta,
.she-home-section--industries .she-home-info-card:focus-visible .she-home-info-card__cta {
	background: #ff7d1e;
	box-shadow: 0 0 22px rgba(255, 107, 0, 0.32);
	color: #101820;
	transform: translateY(-1px);
}

.she-home-section--industries .she-home-info-card:hover .she-home-info-card__cta::after,
.she-home-section--industries .she-home-info-card:focus-visible .she-home-info-card__cta::after {
	transform: translateX(5px);
}

.she-home-info-card__insights {
	background: rgba(5, 8, 12, 0.92);
	border: 1px solid rgba(255, 107, 0, 0.28);
	border-radius: 18px;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
	inset: 14px;
	max-height: none;
	opacity: 0;
	overflow: auto;
	padding: 18px;
	position: absolute;
	transform: translateY(14px) scale(0.98);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
	width: auto;
	z-index: 3;
}

.she-home-section--industries .she-home-info-card:hover .she-home-info-card__insights,
.she-home-section--industries .she-home-info-card:focus-visible .she-home-info-card__insights {
	opacity: 1;
	padding: 18px;
	transform: translateY(0) scale(1);
	visibility: visible;
}

.she-home-section--industries .she-home-section__button {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--she-white);
	margin-left: auto;
	margin-right: auto;
}

.she-home-section--industries .she-home-section__button:hover {
	background: #ff6b00;
	border-color: #ff6b00;
	color: #101820;
}

@keyframes she-command-counter-rise {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1200px) {
	.she-command-center {
		grid-template-columns: 1fr;
	}

	.she-home-section--industries .she-home-industry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.she-command-center {
		gap: 14px;
	}

	.she-command-center__metrics,
	.she-command-center__panels,
	.she-home-section--industries .she-home-industry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.she-command-center__metrics,
	.she-command-panel,
	.she-home-section--industries .she-home-info-card {
		border-radius: 18px;
	}

	.she-command-center__metrics {
		gap: 10px;
		padding: 14px;
	}

	.she-command-metric {
		min-height: 112px;
		padding: 14px;
	}

	.she-command-metric strong {
		font-size: clamp(24px, 9vw, 34px);
	}

	.she-command-panel {
		min-height: 0;
		padding: 16px;
	}

	.she-command-panel h3 {
		font-size: 19px;
	}

	.she-command-panel li {
		font-size: 12px;
	}

	.she-command-center__actions {
		justify-content: stretch;
	}

	.she-command-button {
		flex: 1 1 100%;
	}

	.she-home-section--industries .she-home-industry-grid {
		gap: 12px;
	}

	.she-home-section--industries .she-home-info-card {
		height: 430px;
		min-height: 430px;
	}

	.she-home-info-card__body {
		padding: 16px;
	}

	.she-home-info-card__body::before,
	.she-home-info-card__insights {
		inset: 10px;
	}

	.she-home-section--industries .she-home-info-card strong {
		font-size: clamp(19px, 6vw, 25px);
	}

	.she-home-section--industries .she-home-info-card p {
		display: -webkit-box;
		font-size: 12px;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.she-home-info-card__recommended {
		margin-top: 12px;
		padding: 12px;
	}

	.she-home-info-card__recommended li {
		font-size: 12px;
	}

	.she-home-info-card__cta {
		font-size: 10px;
		padding: 11px 12px;
	}
}

@media (max-width: 379px) {
	.she-command-center__metrics,
	.she-command-center__panels,
	.she-home-section--industries .she-home-industry-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.she-showcase-featured {
		grid-template-columns: 1fr;
	}

	.she-showcase-featured__media {
		min-height: 360px;
	}

	.she-showcase-featured__content {
		padding: 0;
	}

	.she-showcase-secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.she-home-section--products .she-home-section__head h2 {
		font-size: 31px;
	}

	.she-showcase-filters {
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid #e7e9ed;
		border-radius: 12px;
		box-shadow: 0 8px 22px rgba(16, 24, 40, 0.08);
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin-inline: -4px;
		overflow-x: auto;
		padding: 10px;
		position: sticky;
		scrollbar-width: none;
		top: 0;
		z-index: 4;
	}

	.she-showcase-filters::-webkit-scrollbar {
		display: none;
	}

	.she-showcase-filters label {
		font-size: 12px;
		min-width: 148px;
		min-height: 42px;
		padding: 12px 14px;
	}

	.she-showcase-featured {
		border-radius: 16px;
		gap: 16px;
		min-height: 0;
		padding: 14px;
	}

	.she-showcase-featured__media {
		min-height: 285px;
		padding: 18px;
	}

	.she-showcase-featured__media img {
		max-height: 250px;
	}

	.she-showcase-featured h3 {
		font-size: 25px;
	}

	.she-showcase-meta,
	.she-showcase-specs {
		grid-template-columns: 1fr;
	}

	.she-showcase-price {
		font-size: 25px;
	}

	.she-showcase-actions {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.she-showcase-action {
		font-size: 12px;
		min-height: 48px;
		padding: 14px 12px;
		width: 100%;
	}

	.she-showcase-secondary {
		display: flex;
		gap: 12px;
		margin-inline: -18px;
		overflow-x: auto;
		padding: 4px 18px 14px;
		scroll-padding: 18px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.she-showcase-product-card {
		flex: 0 0 82%;
		min-height: 440px;
		scroll-snap-align: start;
	}

	.she-showcase-product-card__image {
		height: 205px;
	}
}

@media (max-width: 480px) {
	.she-showcase-actions {
		grid-template-columns: 1fr;
	}

	.she-showcase-product-card {
		flex-basis: 86%;
	}
}

@media (max-width: 379px) {
	.she-showcase-product-card {
		flex-basis: 92%;
	}
}

.she-premium-checkout-page,
.she-premium-checkout-page .wd-page-content,
.she-premium-checkout-page .main-page-wrapper {
	background: #f5f6f8;
}

.she-premium-checkout-page .wd-content-layout.container,
.she-premium-checkout-page .main-page-wrapper > .container {
	max-width: 1280px;
}

.she-premium-checkout-page .woocommerce {
	color: #111827;
	margin: 0 auto;
	max-width: 1220px;
}

.she-checkout-hero {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
	display: grid;
	gap: 24px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 20px 0 28px;
	padding: 22px;
}

.she-checkout-hero__logo {
	align-items: center;
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 18px;
	display: flex;
	height: 90px;
	justify-content: center;
	padding: 12px;
	width: 230px;
}

.she-checkout-hero__logo img {
	display: block;
	height: auto;
	max-height: 70px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.she-checkout-hero__copy span,
.she-checkout-section-head span,
.she-checkout-customer-heading span {
	color: #ff6b00;
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-checkout-hero__copy h1 {
	color: #111827;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 950;
	line-height: 1;
	margin: 0 0 10px;
}

.she-checkout-hero__copy p,
.she-checkout-section-head p,
.she-checkout-customer-heading p {
	color: #5b6472;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.she-checkout-hero__badges {
	display: grid;
	gap: 8px;
	min-width: 260px;
}

.she-checkout-hero__badges span {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #111827;
	display: flex;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	line-height: 1.2;
	padding: 10px 12px;
}

.she-checkout-hero__badges span::before,
.she-checkout-summary-trust li::before,
.she-checkout-guarantee span::before {
	align-items: center;
	background: #ecfdf3;
	border-radius: 999px;
	color: #16823a;
	content: "✓";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 950;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.she-checkout-cart-button {
	align-items: center;
	background: #ff6b00;
	border: 1px solid #ff6b00;
	border-radius: 14px;
	color: #fff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.she-checkout-cart-button::after,
.she-checkout-cart-access a::after {
	content: "→";
	font-weight: 950;
	line-height: 1;
}

.she-checkout-cart-button:hover {
	background: #e85f00;
	border-color: #e85f00;
	transform: translateY(-1px);
}

.she-checkout-order-edit-strip {
	align-items: center;
	background: #fffaf4;
	border: 1px solid #fed7aa;
	border-radius: 0;
	display: flex;
	gap: 12px;
	grid-column: 2;
	grid-row: 2;
	justify-content: space-between;
	margin: -18px 0 -18px;
	min-height: 54px;
	padding: 10px 20px;
}

.she-checkout-order-edit-strip span {
	color: #374151;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
}

.she-checkout-order-edit-strip a {
	align-items: center;
	background: #111827;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 950;
	gap: 8px;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.she-checkout-order-edit-strip a::after {
	content: "→";
	font-weight: 950;
	line-height: 1;
}

.she-checkout-order-edit-strip a:hover {
	background: #ff6b00;
	transform: translateY(-1px);
}

.she-premium-checkout-page form.checkout.woocommerce-checkout {
	align-items: start;
	display: grid;
	gap: 18px 30px;
	grid-template-columns: minmax(0, 65fr) minmax(360px, 35fr);
	margin-top: 20px;
}

.she-checkout-express {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
	grid-column: 1;
	grid-row: 1;
	padding: 22px;
}

.she-checkout-express__buttons {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
}

.she-checkout-express__buttons button {
	align-items: center;
	background: #111827;
	border: 1px solid #111827;
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 950;
	height: 56px;
	justify-content: center;
	line-height: 1;
	padding: 0 14px;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.she-checkout-express__buttons button:nth-child(2) {
	background: #fff;
	border-color: #d9dde4;
	color: #111827;
}

.she-checkout-express__buttons button:nth-child(3) {
	background: #5a31f4;
	border-color: #5a31f4;
}

.she-checkout-express__buttons button:nth-child(4) {
	background: #fff;
	border-color: #d9dde4;
	color: #111827;
}

.she-checkout-express__buttons button:hover {
	transform: translateY(-2px);
}

.she-checkout-customer-heading {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	grid-column: 1;
	grid-row: 2;
	padding: 22px;
}

.she-checkout-customer-heading h2 {
	color: #111827;
	font-size: 26px;
	font-weight: 950;
	line-height: 1.1;
	margin: 0 0 8px;
}

.she-premium-checkout-page #customer_details {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
	display: grid;
	gap: 22px;
	grid-column: 1;
	grid-row: 3 / span 4;
	padding: 24px;
}

.she-premium-checkout-page #customer_details .col-1,
.she-premium-checkout-page #customer_details .col-2,
.she-premium-checkout-page .col2-set .col-1,
.she-premium-checkout-page .col2-set .col-2 {
	float: none;
	width: auto;
}

.she-premium-checkout-page .woocommerce-billing-fields h3,
.she-premium-checkout-page .woocommerce-shipping-fields h3,
.she-premium-checkout-page .woocommerce-additional-fields h3,
.she-premium-checkout-page #order_review_heading {
	color: #111827;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.15;
	margin: 0 0 16px;
}

.she-premium-checkout-page #order_review_heading {
	align-items: center;
	background: #111827;
	border-radius: 18px 18px 0 0;
	color: #fff;
	display: flex;
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	min-height: 66px;
	padding: 0 22px;
}

.she-premium-checkout-page #order_review {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0 0 22px 22px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	grid-column: 2;
	grid-row: 3 / span 6;
	overflow: hidden;
	padding: 0;
	position: sticky;
	top: 22px;
	z-index: 2;
}

.she-premium-checkout-page .woocommerce form .form-row {
	margin: 0 0 18px;
	padding: 0;
	position: relative;
}

.she-premium-checkout-page .woocommerce form .form-row label {
	background: #fff;
	color: #4b5563;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 -7px 12px;
	padding: 0 7px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.she-premium-checkout-page .woocommerce form .form-row .required {
	color: #ff6b00;
	text-decoration: none;
}

.she-premium-checkout-page .woocommerce form .form-row input.input-text,
.she-premium-checkout-page .woocommerce form .form-row textarea,
.she-premium-checkout-page .woocommerce form .form-row select,
.she-premium-checkout-page .select2-container--default .select2-selection--single {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: none;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	min-height: 56px;
	outline: none;
	padding: 0 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.she-premium-checkout-page .woocommerce form .form-row textarea {
	line-height: 1.5;
	min-height: 128px;
	padding: 16px;
}

.she-premium-checkout-page .woocommerce form .form-row input.input-text:focus,
.she-premium-checkout-page .woocommerce form .form-row textarea:focus,
.she-premium-checkout-page .woocommerce form .form-row select:focus,
.she-premium-checkout-page .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #ff6b00;
	box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.she-premium-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #111827;
	font-weight: 700;
	line-height: 54px;
	padding-left: 0;
}

.she-premium-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 54px;
	right: 12px;
}

.she-premium-checkout-page .woocommerce form .form-row-first,
.she-premium-checkout-page .woocommerce form .form-row-last {
	float: none;
	width: 100%;
}

.she-premium-checkout-page .woocommerce-billing-fields__field-wrapper,
.she-premium-checkout-page .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	gap: 0 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.she-premium-checkout-page #billing_address_1_field,
.she-premium-checkout-page #billing_address_2_field,
.she-premium-checkout-page #billing_company_field,
.she-premium-checkout-page #billing_country_field,
.she-premium-checkout-page #billing_state_field,
.she-premium-checkout-page #billing_email_field,
.she-premium-checkout-page #billing_phone_field,
.she-premium-checkout-page #shipping_address_1_field,
.she-premium-checkout-page #shipping_address_2_field,
.she-premium-checkout-page #shipping_company_field,
.she-premium-checkout-page #shipping_country_field,
.she-premium-checkout-page #shipping_state_field {
	grid-column: span 2;
}

.she-premium-checkout-page .woocommerce-checkout-review-order-table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.she-premium-checkout-page .woocommerce-checkout-review-order-table th,
.she-premium-checkout-page .woocommerce-checkout-review-order-table td {
	border: 0;
	border-bottom: 1px solid #edf0f3;
	color: #111827;
	padding: 16px 20px;
	vertical-align: middle;
}

.she-premium-checkout-page .woocommerce-checkout-review-order-table thead th {
	background: #f8fafc;
	color: #6b7280;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.she-checkout-line-item {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 72px minmax(0, 1fr);
	min-width: 0;
}

.she-checkout-line-item__image {
	align-items: center;
	background: #fff;
	border: 1px solid #eef1f5;
	border-radius: 14px;
	display: flex;
	height: 72px;
	justify-content: center;
	overflow: hidden;
	width: 72px;
}

.she-checkout-line-item__image img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.she-checkout-line-item__details strong {
	color: #111827;
	display: block;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.25;
}

.she-checkout-line-item__details span {
	color: #6b7280;
	display: block;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.3;
	margin-top: 5px;
}

.she-premium-checkout-page .woocommerce-checkout-review-order-table .product-total,
.she-premium-checkout-page .woocommerce-checkout-review-order-table tfoot td {
	font-weight: 950;
	text-align: right;
}

.she-premium-checkout-page .woocommerce-checkout-review-order-table .order-total th,
.she-premium-checkout-page .woocommerce-checkout-review-order-table .order-total td {
	background: #fff7ed;
	border-bottom: 0;
	color: #d94714;
	font-size: 20px;
}

.she-checkout-savings-row td {
	color: #16823a !important;
	font-weight: 950;
}

.she-premium-checkout-page .she-heavy-shipping-timing td {
	color: #4b5563;
	font-size: 12px;
	line-height: 1.45;
	text-align: right;
}

.she-checkout-summary-toggle {
	display: none;
}

.she-checkout-summary-trust,
.she-checkout-guarantee,
.she-checkout-help,
.she-checkout-cart-access,
.she-checkout-order-options {
	border-top: 1px solid #edf0f3;
	padding: 20px;
}

.she-checkout-cart-access {
	align-items: center;
	background: #fffaf4;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.she-checkout-cart-access strong,
.she-checkout-cart-access span {
	display: block;
	line-height: 1.25;
}

.she-checkout-cart-access strong {
	color: #111827;
	font-size: 14px;
	font-weight: 950;
}

.she-checkout-cart-access span {
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	margin-top: 4px;
}

.she-checkout-cart-access a {
	align-items: center;
	background: #111827;
	border-radius: 12px;
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 950;
	gap: 8px;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.she-checkout-cart-access a:hover {
	background: #ff6b00;
	transform: translateY(-1px);
}

.she-checkout-summary-trust h3,
.she-checkout-guarantee h3,
.she-checkout-help h3,
.she-checkout-order-options h3 {
	color: #111827;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.2;
	margin: 0 0 14px;
}

.she-checkout-summary-trust ul {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.she-checkout-summary-trust li {
	align-items: center;
	color: #374151;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	line-height: 1.3;
}

.she-checkout-guarantee {
	background: #fbfcfd;
}

.she-checkout-guarantee div {
	display: grid;
	gap: 8px;
}

.she-checkout-guarantee span {
	align-items: center;
	color: #374151;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
}

.she-checkout-help {
	background: #111827;
	color: #fff;
}

.she-checkout-help h3 {
	color: #fff;
}

.she-checkout-help a {
	color: rgba(255, 255, 255, 0.82);
	display: block;
	font-size: 13px;
	font-weight: 850;
	margin: 0 0 8px;
	text-decoration: none;
}

.she-checkout-help__button {
	align-items: center;
	background: #ff6b00;
	border-radius: 12px;
	color: #fff !important;
	display: inline-flex !important;
	justify-content: center;
	margin-top: 8px !important;
	min-height: 46px;
	padding: 0 18px;
	width: 100%;
}

.she-premium-checkout-page #payment {
	background: #fff;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.she-premium-checkout-page #payment ul.payment_methods {
	border: 0;
	border-top: 1px solid #edf0f3;
	padding: 18px 20px;
}

.she-premium-checkout-page #payment div.payment_box {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.5;
	margin: 12px 0 0;
	padding: 14px;
}

.she-premium-checkout-page #payment div.payment_box::before {
	display: none;
}

.she-premium-checkout-page #payment .place-order {
	padding: 20px;
}

.she-checkout-order-options {
	background: #fffaf4;
	border: 1px solid #fed7aa;
	border-radius: 16px;
	margin-bottom: 16px;
	padding: 16px;
}

.she-checkout-order-options label {
	align-items: flex-start;
	color: #374151;
	display: flex;
	font-size: 13px;
	font-weight: 850;
	gap: 10px;
	line-height: 1.35;
	margin: 0 0 10px;
}

.she-checkout-order-options input {
	accent-color: #ff6b00;
	margin-top: 2px;
}

.she-checkout-order-options p {
	color: #6b7280;
	font-size: 12px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.she-premium-checkout-page #place_order {
	background: #ff6b00;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 16px 30px rgba(255, 107, 0, 0.24);
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 950;
	height: 64px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 0 22px;
	text-transform: none;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.she-premium-checkout-page #place_order:hover {
	background: #e85f00;
	box-shadow: 0 18px 34px rgba(232, 95, 0, 0.28);
	transform: translateY(-1px);
}

.she-checkout-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
	padding-top: 12px;
}

.she-checkout-policy-links a {
	color: #4b5563;
	font-size: 12px;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.she-mobile-checkout-total {
	display: none;
}

.she-premium-checkout-page .woocommerce-info,
.she-premium-checkout-page .woocommerce-message,
.she-premium-checkout-page .woocommerce-error {
	border-radius: 16px;
	box-shadow: none;
	font-weight: 800;
	margin: 0 0 16px;
}

.she-premium-checkout-page .woocommerce-form-coupon-toggle,
.she-premium-checkout-page .woocommerce-form-login-toggle {
	margin-bottom: 14px;
}

@media (max-width: 1024px) {
	.she-checkout-hero {
		grid-template-columns: 1fr;
	}

	.she-checkout-hero__logo,
	.she-checkout-hero__badges {
		width: 100%;
	}

	.she-checkout-cart-button {
		width: 100%;
	}

	.she-checkout-hero__badges {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.she-premium-checkout-page form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
	}

	.she-checkout-express,
	.she-checkout-customer-heading,
	.she-premium-checkout-page #customer_details,
	.she-premium-checkout-page #order_review_heading,
	.she-checkout-order-edit-strip,
	.she-premium-checkout-page #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	.she-premium-checkout-page #order_review {
		position: static;
	}
}

@media (max-width: 768px) {
	.she-premium-checkout-page .wd-content-layout.container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.she-checkout-hero {
		border-radius: 18px;
		margin-top: 14px;
		padding: 16px;
	}

	.she-checkout-cart-button {
		display: none;
	}

	.she-checkout-hero__badges,
	.she-checkout-express__buttons,
	.she-premium-checkout-page .woocommerce-billing-fields__field-wrapper,
	.she-premium-checkout-page .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.she-checkout-express,
	.she-checkout-customer-heading,
	.she-premium-checkout-page #customer_details {
		border-radius: 18px;
		padding: 16px;
	}

	.she-checkout-cart-access {
		align-items: stretch;
		flex-direction: column;
	}

	.she-checkout-cart-access a {
		width: 100%;
	}

	.she-premium-checkout-page #billing_address_1_field,
	.she-premium-checkout-page #billing_address_2_field,
	.she-premium-checkout-page #billing_company_field,
	.she-premium-checkout-page #billing_country_field,
	.she-premium-checkout-page #billing_state_field,
	.she-premium-checkout-page #billing_email_field,
	.she-premium-checkout-page #billing_phone_field,
	.she-premium-checkout-page #shipping_address_1_field,
	.she-premium-checkout-page #shipping_address_2_field,
	.she-premium-checkout-page #shipping_company_field,
	.she-premium-checkout-page #shipping_country_field,
	.she-premium-checkout-page #shipping_state_field {
		grid-column: span 1;
	}

	.she-premium-checkout-page #order_review_heading {
		border-radius: 18px 18px 0 0;
		min-height: 58px;
	}

	.she-checkout-order-edit-strip {
		border-radius: 0;
		margin: -18px 0 -18px;
		min-height: 50px;
		padding: 9px 14px;
	}

	.she-checkout-order-edit-strip span {
		font-size: 12px;
	}

	.she-checkout-order-edit-strip a {
		font-size: 12px;
		min-height: 36px;
		padding: 0 12px;
	}

	.she-checkout-summary-toggle {
		align-items: center;
		background: #f8fafc;
		border: 0;
		border-bottom: 1px solid #edf0f3;
		color: #111827;
		display: flex !important;
		font-size: 14px;
		font-weight: 950;
		justify-content: space-between;
		min-height: 54px;
		padding: 0 20px;
		width: 100%;
	}

	.she-checkout-summary-toggle::after {
		content: "+";
		font-size: 22px;
		line-height: 1;
	}

	.she-summary-open .she-checkout-summary-toggle::after {
		content: "−";
	}

	.she-summary-collapsed .woocommerce-checkout-review-order-table tbody {
		display: none;
	}

	.she-checkout-line-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.she-checkout-line-item__image {
		height: 56px;
		width: 56px;
	}

	.she-mobile-checkout-total {
		align-items: center;
		background: #111827;
		border-radius: 14px;
		bottom: 84px;
		box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
		color: #fff;
		display: flex;
		justify-content: space-between;
		margin-bottom: 12px;
		padding: 12px 14px;
		position: sticky;
		z-index: 21;
	}

	.she-mobile-checkout-total span {
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.she-mobile-checkout-total strong {
		color: #fff;
		font-size: 18px;
		font-weight: 950;
	}

	.she-premium-checkout-page #place_order {
		bottom: 12px;
		height: 64px !important;
		min-height: 64px !important;
		position: sticky;
		z-index: 22;
	}
}

/* Premium white catalog cards and Add to Cart buttons */
.woocommerce ul.products li.product,
.related.products ul.products li.product,
.upsells.products ul.products li.product,
.cross-sells ul.products li.product,
.product-grid-item,
.wd-product,
.she-showcase-featured,
.she-showcase-product-card {
	background: #fff !important;
	border: 1px solid #eaeaea !important;
	border-radius: 16px !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05) !important;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.woocommerce ul.products li.product:hover,
.related.products ul.products li.product:hover,
.upsells.products ul.products li.product:hover,
.cross-sells ul.products li.product:hover,
.product-grid-item:hover,
.wd-product:hover,
.she-showcase-featured:hover,
.she-showcase-product-card:hover {
	border-color: #e3e5e8 !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07) !important;
	transform: translateY(-2px);
}

.woocommerce ul.products li.product .product-element-top,
.woocommerce ul.products li.product .product-image-link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.product-grid-item .product-element-top,
.product-grid-item .product-image-link,
.wd-product .product-element-top,
.wd-product .product-image-link,
.related.products .product-element-top,
.upsells.products .product-element-top,
.cross-sells .product-element-top,
.she-showcase-featured__media,
.she-showcase-product-card__image {
	background: #fff !important;
	box-shadow: none !important;
}

.woocommerce ul.products li.product a img,
.product-grid-item .product-element-top img,
.product-grid-item .product-image-link img,
.wd-product .product-element-top img,
.wd-product .product-image-link img,
.related.products ul.products li.product a img,
.upsells.products ul.products li.product a img,
.cross-sells ul.products li.product a img {
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
	object-fit: contain !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-grid-item .product-title,
.wd-product .product-title,
.product-grid-item .wd-entities-title,
.wd-product .wd-entities-title {
	color: #111827 !important;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.28;
	margin-bottom: 8px;
	overflow: hidden;
}

.woocommerce ul.products li.product .price,
.product-grid-item .price,
.wd-product .price,
.she-showcase-price,
.she-showcase-product-card__price {
	color: #d94714 !important;
	font-weight: 950 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.related.products ul.products li.product .button,
.upsells.products ul.products li.product .button,
.cross-sells ul.products li.product .button,
.product-grid-item .button.add_to_cart_button,
.product-grid-item .add_to_cart_button,
.wd-product .button.add_to_cart_button,
.wd-product .add_to_cart_button,
.single-product div.product form.cart .single_add_to_cart_button,
.she-showcase-action--cart,
.she-sticky-cart__button:not(.she-sticky-cart__button--buy) {
	align-items: center !important;
	background: #ff6b00 !important;
	border: 1px solid #ff6b00 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	gap: 10px;
	height: 48px !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-height: 48px !important;
	padding: 0 16px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.related.products ul.products li.product .button,
.upsells.products ul.products li.product .button,
.cross-sells ul.products li.product .button,
.product-grid-item .button.add_to_cart_button,
.product-grid-item .add_to_cart_button,
.wd-product .button.add_to_cart_button,
.wd-product .add_to_cart_button {
	margin: 12px 16px 0 !important;
	width: calc(100% - 32px) !important;
}

.product-grid-item .wd-bottom-actions,
.wd-product .wd-bottom-actions {
	display: block !important;
	padding: 0 16px 16px !important;
	width: 100% !important;
}

.product-grid-item .wd-add-btn,
.wd-product .wd-add-btn {
	display: block !important;
	width: 100% !important;
}

.product-grid-item .wd-add-btn .add_to_cart_button,
.wd-product .wd-add-btn .add_to_cart_button {
	margin: 12px 0 0 !important;
	width: 100% !important;
}

.product-grid-item .add_to_cart_button .wd-action-icon,
.wd-product .add_to_cart_button .wd-action-icon {
	display: none !important;
}

.product-grid-item .add_to_cart_button .wd-action-text,
.wd-product .add_to_cart_button .wd-action-text {
	display: inline !important;
}

.woocommerce ul.products li.product .button::after,
.woocommerce ul.products li.product .add_to_cart_button::after,
.related.products ul.products li.product .button::after,
.upsells.products ul.products li.product .button::after,
.cross-sells ul.products li.product .button::after,
.product-grid-item .button.add_to_cart_button::after,
.product-grid-item .add_to_cart_button::after,
.wd-product .button.add_to_cart_button::after,
.wd-product .add_to_cart_button::after,
.single-product div.product form.cart .single_add_to_cart_button::after,
.she-showcase-action--cart::after,
.she-sticky-cart__button:not(.she-sticky-cart__button--buy)::after {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 15px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 15px;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.related.products ul.products li.product .button:hover,
.upsells.products ul.products li.product .button:hover,
.cross-sells ul.products li.product .button:hover,
.product-grid-item .button.add_to_cart_button:hover,
.product-grid-item .add_to_cart_button:hover,
.wd-product .button.add_to_cart_button:hover,
.wd-product .add_to_cart_button:hover,
.single-product div.product form.cart .single_add_to_cart_button:hover,
.she-showcase-action--cart:hover,
.she-sticky-cart__button:not(.she-sticky-cart__button--buy):hover {
	background: #e85f00 !important;
	border-color: #e85f00 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.woocommerce ul.products li.product .button.added,
.woocommerce ul.products li.product .button.loading {
	opacity: 0.82;
}

.woocommerce ul.products li.product .quick-view,
.woocommerce ul.products li.product .wd-quick-view-btn,
.woocommerce ul.products li.product .wrap-quickview-button,
.woocommerce ul.products li.product .quick-shop-wrapper,
.woocommerce ul.products li.product .wd-compare-btn,
.woocommerce ul.products li.product .wd-wishlist-btn,
.woocommerce ul.products li.product .wrap-wishlist-button,
.related.products .quick-view,
.related.products .wd-quick-view-btn,
.related.products .wrap-quickview-button,
.related.products .quick-shop-wrapper,
.related.products .wd-compare-btn,
.related.products .wd-wishlist-btn,
.related.products .wrap-wishlist-button,
.upsells.products .quick-view,
.upsells.products .wd-quick-view-btn,
.upsells.products .wrap-quickview-button,
.upsells.products .quick-shop-wrapper,
.upsells.products .wd-compare-btn,
.upsells.products .wd-wishlist-btn,
.upsells.products .wrap-wishlist-button,
.cross-sells .quick-view,
.cross-sells .wd-quick-view-btn,
.cross-sells .wrap-quickview-button,
.cross-sells .quick-shop-wrapper,
.cross-sells .wd-compare-btn,
.cross-sells .wd-wishlist-btn,
.cross-sells .wrap-wishlist-button,
.product-grid-item .quick-view,
.product-grid-item .wd-quick-view-btn,
.product-grid-item .wrap-quickview-button,
.product-grid-item .quick-shop-wrapper,
.product-grid-item .wd-compare-btn,
.product-grid-item .wd-wishlist-btn,
.product-grid-item .wrap-wishlist-button,
.wd-product .quick-view,
.wd-product .wd-quick-view-btn,
.wd-product .wrap-quickview-button,
.wd-product .quick-shop-wrapper,
.wd-product .wd-compare-btn,
.wd-product .wd-wishlist-btn,
.wd-product .wrap-wishlist-button,
.wd-popup.popup-quick-view,
.quick-view-wrapper,
.mfp-wrap.quick-view {
	display: none !important;
}

.woocommerce ul.products li.product .she-loop-view-product-button,
.related.products ul.products li.product .she-loop-view-product-button,
.upsells.products ul.products li.product .she-loop-view-product-button,
.cross-sells ul.products li.product .she-loop-view-product-button,
.product-grid-item .she-loop-view-product-button,
.wd-product .she-loop-view-product-button {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: #111827 !important;
	display: inline-flex !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	height: 44px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 12px 16px 0 !important;
	padding: 0 14px !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
	width: calc(100% - 32px) !important;
}

.woocommerce ul.products li.product .she-loop-view-product-button:hover,
.related.products ul.products li.product .she-loop-view-product-button:hover,
.upsells.products ul.products li.product .she-loop-view-product-button:hover,
.cross-sells ul.products li.product .she-loop-view-product-button:hover,
.product-grid-item .she-loop-view-product-button:hover,
.wd-product .she-loop-view-product-button:hover {
	border-color: #ff6b00 !important;
	color: #d94714 !important;
	transform: translateY(-1px);
}

@media (max-width: 768px) {
	.woocommerce ul.products,
	body.post-type-archive-product .woocommerce ul.products,
	body.tax-product_cat .woocommerce ul.products,
	body.she-product-archive-stable .woocommerce ul.products,
	body.she-product-archive-stable .products.elements-grid,
	body.she-product-archive-stable .products.wd-products-holder,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products {
		display: grid !important;
		gap: 14px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.woocommerce ul.products li.product,
	.product-grid-item,
	.wd-product {
		border-radius: 14px !important;
		padding-bottom: 12px !important;
	}

	.woocommerce ul.products li.product a img,
	.product-grid-item .product-element-top img,
	.product-grid-item .product-image-link img,
	.wd-product .product-element-top img,
	.wd-product .product-image-link img {
		aspect-ratio: 1 / 1;
		padding: 10px !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.product-grid-item .product-title,
	.wd-product .product-title,
	.product-grid-item .wd-entities-title,
	.wd-product .wd-entities-title {
		display: -webkit-box;
		font-size: 13px !important;
		line-height: 1.24;
		min-height: 0;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		padding-left: 10px;
		padding-right: 10px;
	}

	.woocommerce ul.products li.product .price,
	.product-grid-item .price,
	.wd-product .price {
		display: block;
		font-size: 15px !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.she-loop-product-meta {
		gap: 6px;
		min-height: 0;
		padding: 0 10px 8px;
	}

	.she-loop-product-meta span {
		font-size: 10px;
		padding: 6px 7px;
	}

	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .add_to_cart_button,
	.related.products ul.products li.product .button,
	.upsells.products ul.products li.product .button,
	.cross-sells ul.products li.product .button,
	.product-grid-item .button.add_to_cart_button,
	.product-grid-item .add_to_cart_button,
	.wd-product .button.add_to_cart_button,
	.wd-product .add_to_cart_button {
		font-size: 12px !important;
		height: 46px !important;
		margin: 10px 10px 0 !important;
		min-height: 46px !important;
		width: calc(100% - 20px) !important;
	}

	.product-grid-item .wd-bottom-actions,
	.wd-product .wd-bottom-actions {
		padding: 0 10px 12px !important;
	}

	.product-grid-item .wd-add-btn .add_to_cart_button,
	.wd-product .wd-add-btn .add_to_cart_button {
		margin: 10px 0 0 !important;
		width: 100% !important;
	}

	.woocommerce ul.products li.product .she-loop-view-product-button,
	.related.products ul.products li.product .she-loop-view-product-button,
	.upsells.products ul.products li.product .she-loop-view-product-button,
	.cross-sells ul.products li.product .she-loop-view-product-button,
	.product-grid-item .she-loop-view-product-button,
	.wd-product .she-loop-view-product-button {
		font-size: 12px !important;
		height: 44px !important;
		margin: 10px 10px 0 !important;
		width: calc(100% - 20px) !important;
	}
}

@media (max-width: 379px) {
	.woocommerce ul.products,
	body.post-type-archive-product .woocommerce ul.products,
	body.tax-product_cat .woocommerce ul.products,
	body.she-product-archive-stable .woocommerce ul.products,
	body.she-product-archive-stable .products.elements-grid,
	body.she-product-archive-stable .products.wd-products-holder,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products {
		grid-template-columns: 1fr !important;
	}
}

.product-grid-item .wd-bottom-actions > .wrap-wishlist-button,
.wd-product .wd-bottom-actions > .wrap-wishlist-button {
	display: none !important;
}

.product-grid-item .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace,
.wd-product .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace {
	box-sizing: border-box !important;
	display: block !important;
	flex: 1 1 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

.product-grid-item .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.add_to_cart_button,
.wd-product .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.add_to_cart_button {
	box-sizing: border-box !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

/* Final WooCommerce/WoodMart catalog button normalization. */
.product-grid-item .product-element-bottom,
.wd-product .product-element-bottom {
	box-sizing: border-box !important;
	width: 100% !important;
}

.product-grid-item .product-element-bottom .wd-bottom-actions,
.wd-product .product-element-bottom .wd-bottom-actions,
.product-grid-item .wd-bottom-actions,
.wd-product .wd-bottom-actions {
	align-items: stretch !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
	justify-content: stretch !important;
	margin: 0 !important;
	padding: 0 16px 16px !important;
	width: 100% !important;
}

.product-grid-item .product-element-bottom .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace,
.wd-product .product-element-bottom .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace,
.product-grid-item .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace,
.wd-product .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace {
	box-sizing: border-box !important;
	display: block !important;
	flex: 0 0 100% !important;
	inline-size: 100% !important;
	margin: 0 !important;
	max-inline-size: 100% !important;
	max-width: 100% !important;
	min-inline-size: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.product-grid-item .product-element-bottom .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button,
.wd-product .product-element-bottom .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button,
.product-grid-item .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button,
.wd-product .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button {
	box-sizing: border-box !important;
	inline-size: 100% !important;
	margin: 12px 0 0 !important;
	max-inline-size: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}

@media (max-width: 768px) {
	.product-grid-item .product-element-bottom .wd-bottom-actions,
	.wd-product .product-element-bottom .wd-bottom-actions,
	.product-grid-item .wd-bottom-actions,
	.wd-product .wd-bottom-actions {
		padding: 0 10px 12px !important;
	}

	.product-grid-item .product-element-bottom .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button,
	.wd-product .product-element-bottom .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button,
	.product-grid-item .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button,
	.wd-product .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button {
		margin-top: 10px !important;
	}
}

/* Widen WoodMart archive CTAs so product cards read like clean premium catalog cards. */
.product-grid-item .product-element-bottom .wd-product-card-hover,
.wd-product .product-element-bottom .wd-product-card-hover {
	box-sizing: border-box !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.product-grid-item .product-element-bottom .wd-product-card-hover .wd-bottom-actions,
.wd-product .product-element-bottom .wd-product-card-hover .wd-bottom-actions {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.product-grid-item .product-element-bottom .wd-product-card-hover .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button,
.wd-product .product-element-bottom .wd-product-card-hover .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button {
	margin-left: 16px !important;
	margin-right: 16px !important;
	max-width: calc(100% - 32px) !important;
	width: calc(100% - 32px) !important;
}

@media (max-width: 768px) {
	.product-grid-item .product-element-bottom .wd-product-card-hover .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button,
	.wd-product .product-element-bottom .wd-product-card-hover .wd-bottom-actions > .wd-add-btn.wd-add-btn-replace > a.button.add_to_cart_button {
		margin-left: 10px !important;
		margin-right: 10px !important;
		max-width: calc(100% - 20px) !important;
		width: calc(100% - 20px) !important;
	}
}

/* Checkout simplification: keep checkout focused on form, PayPal/payment, summary, and trust. */
body.she-premium-checkout-page .she-header-mega-row,
body.she-premium-checkout-page .she-mobile-search-row,
body.she-premium-checkout-page .she-header-search,
body.she-premium-checkout-page .whb-header .wd-header-nav,
body.she-premium-checkout-page .whb-header .wd-nav,
body.she-premium-checkout-page .whb-header .main-nav,
body.she-premium-checkout-page .whb-header .woodmart-navigation,
body.she-premium-checkout-page .whb-header .wd-header-search,
body.she-premium-checkout-page .whb-header form[role="search"],
body.she-premium-checkout-page .site-footer form[role="search"],
body.she-premium-checkout-page footer form[role="search"],
body.she-premium-checkout-page .footer-container form[role="search"],
body.she-premium-checkout-page .she-product-search-form,
body.she-premium-checkout-page .woocommerce-form-coupon-toggle,
body.she-premium-checkout-page form.checkout_coupon,
body.she-premium-checkout-page .she-checkout-express,
body.she-premium-checkout-page .she-checkout-order-options {
	display: none !important;
}

body.she-premium-checkout-page .whb-header,
body.she-premium-checkout-page .site-header {
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

body.she-premium-checkout-page form.checkout.woocommerce-checkout {
	grid-template-columns: minmax(0, 65fr) minmax(360px, 35fr);
}

body.she-premium-checkout-page .she-checkout-customer-heading {
	grid-column: 1;
	grid-row: 1;
}

body.she-premium-checkout-page #customer_details {
	grid-column: 1;
	grid-row: 2 / span 5;
	max-width: none !important;
	width: 100% !important;
}

body.she-premium-checkout-page .checkout-order-review {
	grid-column: 2;
	grid-row: 1 / span 7;
	margin: 0 !important;
	max-width: none !important;
	position: sticky !important;
	top: 22px;
	width: 100% !important;
}

body.she-premium-checkout-page #order_review_heading,
body.she-premium-checkout-page #order_review {
	max-width: none !important;
	width: 100% !important;
}

body.she-premium-checkout-page #order_review_heading {
	margin: 0 !important;
}

body.she-premium-checkout-page #order_review {
	position: static !important;
	top: auto !important;
}

body.she-premium-checkout-page .woocommerce-checkout-review-order-table {
	display: table !important;
	width: 100% !important;
}

body.she-premium-checkout-page .woocommerce-checkout-review-order-table thead {
	display: table-header-group !important;
}

body.she-premium-checkout-page .woocommerce-checkout-review-order-table tbody {
	display: table-row-group !important;
}

body.she-premium-checkout-page .woocommerce-checkout-review-order-table tfoot {
	display: table-footer-group !important;
}

body.she-premium-checkout-page .woocommerce-checkout-review-order-table tr {
	display: table-row !important;
}

body.she-premium-checkout-page .woocommerce-checkout-review-order-table th,
body.she-premium-checkout-page .woocommerce-checkout-review-order-table td {
	display: table-cell !important;
}

body.she-premium-checkout-page #billing_country_field .select2-container,
body.she-premium-checkout-page #shipping_country_field .select2-container {
	pointer-events: none;
}

body.she-premium-checkout-page #billing_country_field .select2-selection--single,
body.she-premium-checkout-page #shipping_country_field .select2-selection--single {
	background: #f8fafc !important;
}

body.she-premium-checkout-page #payment .payment_methods li {
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	margin-bottom: 10px;
	padding: 14px;
}

body.she-premium-checkout-page #payment .payment_methods li:last-child {
	margin-bottom: 0;
}

body.she-premium-checkout-page #payment .payment_methods label {
	color: #111827;
	font-size: 14px;
	font-weight: 900;
}

body.she-premium-checkout-page .she-checkout-summary-toggle {
	display: none !important;
}

@media (max-width: 1024px) {
	body.she-premium-checkout-page form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
	}

	body.she-premium-checkout-page .she-checkout-customer-heading,
	body.she-premium-checkout-page #customer_details,
	body.she-premium-checkout-page .checkout-order-review,
	body.she-premium-checkout-page #order_review_heading,
	body.she-premium-checkout-page #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.she-premium-checkout-page .checkout-order-review {
		position: static !important;
		top: auto;
	}
}

@media (max-width: 768px) {
	body.she-premium-checkout-page .she-checkout-summary-toggle {
		display: flex !important;
	}
}

/* Mobile checkout scroll rescue: prevent stale drawers, sticky summaries, or
   fixed wrappers from trapping touch scrolling after direct Buy Now checkout. */
@media (max-width: 768px) {
	html.she-premium-checkout-scroll-unlocked,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page {
		height: auto !important;
		max-height: none !important;
		min-height: 100% !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior-y: auto !important;
		position: static !important;
		touch-action: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page {
		position: static !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .website-wrapper,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-page-wrapper,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-page-content,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .main-page-wrapper,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-content-layout,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-content-layout.container,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .main-page-wrapper > .container,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .woocommerce,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .woocommerce-checkout,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page form.checkout.woocommerce-checkout,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .she-checkout-customer-heading,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #customer_details,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .checkout-order-review,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #order_review_heading,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #order_review,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #payment {
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
		overflow: visible !important;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		transform: none !important;
		touch-action: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page form.checkout.woocommerce-checkout {
		display: block !important;
		grid-template-columns: 1fr !important;
		touch-action: auto !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .checkout-order-review,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #order_review,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .she-mobile-checkout-total,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #place_order {
		bottom: auto !important;
		position: relative !important;
		top: auto !important;
		z-index: auto !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .checkout-order-review,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #order_review_heading,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #order_review,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #payment,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .whb-header,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .whb-main-header,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .site-header,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .woocommerce-checkout-review-order-table {
		display: block !important;
		overflow: visible !important;
		position: relative !important;
		top: auto !important;
		transform: none !important;
		transition: none !important;
		touch-action: auto !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .she-mobile-checkout-total {
		margin: 0 20px 14px !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .cart-widget-side,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .whb-clone,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .whb-sticky-header,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .sticky-header,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-sticky-nav,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-close-side,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-overlay,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .mfp-bg,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .mfp-wrap,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .dialog-widget,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .elementor-popup-modal,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-side-hidden:not(.mobile-nav),
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page .wd-side-opened:not(.mobile-nav) {
		display: none !important;
		pointer-events: none !important;
		visibility: hidden !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page.dialog-body,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page.dialog-buttons-body,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page.dialog-container,
	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page.dialog-buttons-container {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		position: static !important;
		touch-action: auto !important;
	}
}

/* Premium Shopify-style WooCommerce cart */
body.she-premium-cart-page,
body.she-premium-cart-page .wd-page-content,
body.she-premium-cart-page .main-page-wrapper {
	background: #f5f6f8;
}

body.she-premium-cart-page .wd-content-layout.container,
body.she-premium-cart-page .main-page-wrapper > .container {
	max-width: 1280px;
}

body.she-premium-cart-page .she-header-mega-row,
body.she-premium-cart-page .she-mobile-search-row,
body.she-premium-cart-page .she-header-search,
body.she-premium-cart-page .whb-header .wd-header-nav,
body.she-premium-cart-page .whb-header .wd-nav,
body.she-premium-cart-page .whb-header .main-nav,
body.she-premium-cart-page .whb-header .woodmart-navigation,
body.she-premium-cart-page .whb-header .wd-header-search,
body.she-premium-cart-page .whb-header form[role="search"],
body.she-premium-cart-page .site-footer form[role="search"],
body.she-premium-cart-page footer form[role="search"],
body.she-premium-cart-page .footer-container form[role="search"],
body.she-premium-cart-page .she-product-search-form,
body.she-premium-cart-page .coupon,
body.she-premium-cart-page .cross-sells,
body.she-premium-cart-page .upsells,
body.she-premium-cart-page .related.products,
body.she-premium-cart-page .wd-cross-sells {
	display: none !important;
}

body.she-premium-cart-page .woocommerce {
	color: #111827;
	display: grid;
	gap: 22px 30px;
	grid-template-columns: minmax(0, 65fr) minmax(360px, 35fr);
	margin: 0 auto;
	max-width: 1220px;
}

body.she-premium-cart-page .woocommerce-notices-wrapper,
body.she-premium-cart-page .cart-empty,
body.she-premium-cart-page .return-to-shop,
body.she-premium-cart-page .she-cart-hero {
	grid-column: 1 / -1;
}

.she-cart-hero {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
	display: grid;
	gap: 24px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 20px 0 0;
	padding: 22px;
}

.she-cart-hero__logo {
	align-items: center;
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 18px;
	display: flex;
	height: 90px;
	justify-content: center;
	padding: 12px;
	width: 230px;
}

.she-cart-hero__logo img {
	display: block;
	height: auto;
	max-height: 70px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.she-cart-hero__copy span {
	color: #ff6b00;
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.she-cart-hero__copy h1 {
	color: #111827;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 950;
	line-height: 1;
	margin: 0 0 10px;
}

.she-cart-hero__copy p {
	color: #5b6472;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.she-cart-hero__badges {
	display: grid;
	gap: 8px;
	min-width: 260px;
}

.she-cart-hero__badges span {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #111827;
	display: flex;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	line-height: 1.2;
	padding: 10px 12px;
}

.she-cart-hero__badges span::before,
.she-cart-summary-trust li::before {
	align-items: center;
	background: #ecfdf3;
	border-radius: 999px;
	color: #16823a;
	content: "✓";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 950;
	height: 18px;
	justify-content: center;
	width: 18px;
}

body.she-premium-cart-page .woocommerce-cart-form {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
	grid-column: 1;
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

body.she-premium-cart-page .cart-collaterals {
	grid-column: 2;
	margin: 0 !important;
	width: 100% !important;
}

body.she-premium-cart-page .cart_totals {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	float: none !important;
	margin: 0 !important;
	overflow: hidden;
	position: sticky;
	top: 22px;
	width: 100% !important;
}

body.she-premium-cart-page .cart_totals > h2 {
	align-items: center;
	background: #111827;
	border-radius: 0;
	color: #fff;
	display: flex;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.15;
	margin: 0 !important;
	min-height: 66px;
	padding: 0 22px;
}

body.she-premium-cart-page table.shop_table {
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0;
	margin: 0 !important;
	width: 100% !important;
}

body.she-premium-cart-page table.shop_table thead th {
	background: #f8fafc;
	border: 0 !important;
	border-bottom: 1px solid #edf0f3 !important;
	color: #6b7280;
	font-size: 11px;
	font-weight: 950;
	padding: 16px 18px;
	text-transform: uppercase;
}

body.she-premium-cart-page table.shop_table td,
body.she-premium-cart-page table.shop_table th {
	border-left: 0 !important;
	border-right: 0 !important;
}

body.she-premium-cart-page table.shop_table tr.cart_item td {
	background: #fff;
	border-bottom: 1px solid #edf0f3 !important;
	padding: 20px 18px;
	vertical-align: middle;
}

body.she-premium-cart-page td.product-thumbnail {
	width: 112px;
}

body.she-premium-cart-page td.product-thumbnail a {
	align-items: center;
	background: #fff;
	border: 1px solid #eef1f5;
	border-radius: 16px;
	display: flex;
	height: 96px;
	justify-content: center;
	overflow: hidden;
	width: 96px;
}

body.she-premium-cart-page td.product-thumbnail img {
	display: block;
	height: 100% !important;
	object-fit: contain;
	width: 100% !important;
}

.she-cart-line-item__title,
.she-cart-line-item__title a {
	color: #111827;
	display: block;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.25;
	text-decoration: none;
}

.she-cart-line-item__title a:hover {
	color: #ff6b00;
}

.she-cart-line-item__sku {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #6b7280;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	margin-top: 9px;
	padding: 7px 10px;
	text-transform: uppercase;
}

body.she-premium-cart-page td.product-price,
body.she-premium-cart-page td.product-subtotal {
	color: #d94714;
	font-size: 16px;
	font-weight: 950;
	white-space: nowrap;
}

body.she-premium-cart-page td.product-remove {
	text-align: center;
	width: 54px;
}

body.she-premium-cart-page td.product-remove a.remove {
	align-items: center;
	background: #f8fafc !important;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #6b7280 !important;
	display: inline-flex !important;
	font-size: 18px !important;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	line-height: 1;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	width: 34px;
}

body.she-premium-cart-page td.product-remove a.remove:hover {
	background: #fff7ed !important;
	border-color: #fed7aa;
	color: #e85f00 !important;
}

body.she-premium-cart-page .quantity {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

body.she-premium-cart-page .quantity input.qty {
	background: #fff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 12px !important;
	color: #111827 !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	height: 48px !important;
	min-height: 48px !important;
	text-align: center;
	width: 76px !important;
}

body.she-premium-cart-page .woocommerce-cart-form .actions {
	background: #fbfcfd;
	border-bottom: 0 !important;
	padding: 18px !important;
	text-align: right;
}

body.she-premium-cart-page .woocommerce-cart-form .actions .button[name="update_cart"] {
	background: #111827 !important;
	border: 1px solid #111827 !important;
	border-radius: 12px !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	height: 46px !important;
	padding: 0 18px !important;
	text-transform: none !important;
}

body.she-premium-cart-page .cart_totals table.shop_table th,
body.she-premium-cart-page .cart_totals table.shop_table td {
	border-bottom: 1px solid #edf0f3 !important;
	color: #111827;
	font-size: 14px;
	font-weight: 900;
	padding: 16px 20px !important;
}

body.she-premium-cart-page .cart_totals table.shop_table td {
	text-align: right;
}

body.she-premium-cart-page .cart_totals tr.woocommerce-shipping-totals {
	display: none !important;
}

body.she-premium-cart-page .she-cart-free-shipping-row td,
body.she-premium-cart-page .she-cart-savings-row td {
	color: #16823a !important;
}

body.she-premium-cart-page .she-cart-delivery-row td {
	color: #4b5563 !important;
}

body.she-premium-cart-page .cart_totals .order-total th,
body.she-premium-cart-page .cart_totals .order-total td {
	background: #fff7ed;
	border-bottom: 0 !important;
	color: #d94714 !important;
	font-size: 20px;
	font-weight: 950;
}

body.she-premium-cart-page .wc-proceed-to-checkout {
	padding: 20px !important;
}

body.she-premium-cart-page .she-cart-checkout-button,
body.she-premium-cart-page .wc-proceed-to-checkout .checkout-button {
	align-items: center;
	background: #ff6b00 !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: 0 16px 30px rgba(255, 107, 0, 0.24);
	color: #fff !important;
	display: flex !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	height: 56px !important;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 18px !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100% !important;
}

body.she-premium-cart-page .she-cart-checkout-button:hover,
body.she-premium-cart-page .wc-proceed-to-checkout .checkout-button:hover {
	background: #e85f00 !important;
	box-shadow: 0 18px 34px rgba(232, 95, 0, 0.28);
	transform: translateY(-1px);
}

.she-cart-continue-link {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	color: #111827;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	margin-top: 12px;
	text-decoration: none;
	width: 100%;
}

.she-cart-continue-link:hover {
	border-color: #ff6b00;
	color: #ff6b00;
}

.she-cart-summary-trust {
	background: #fbfcfd;
	border-top: 1px solid #edf0f3;
	padding: 20px;
}

.she-cart-summary-trust h3 {
	color: #111827;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.2;
	margin: 0 0 14px;
}

.she-cart-summary-trust ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.she-cart-summary-trust li {
	align-items: center;
	color: #374151;
	display: flex;
	font-size: 13px;
	font-weight: 850;
	gap: 8px;
	line-height: 1.3;
}

.she-cart-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
	padding: 16px 20px 20px;
}

.she-cart-policy-links a {
	color: #4b5563;
	font-size: 12px;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 1024px) {
	body.she-premium-cart-page .woocommerce {
		grid-template-columns: 1fr;
	}

	.she-cart-hero {
		grid-template-columns: 1fr;
	}

	.she-cart-hero__logo,
	.she-cart-hero__badges {
		width: 100%;
	}

	body.she-premium-cart-page .woocommerce-cart-form,
	body.she-premium-cart-page .cart-collaterals {
		grid-column: 1;
	}

	body.she-premium-cart-page .cart_totals {
		position: static;
		top: auto;
	}
}

@media (max-width: 768px) {
	body.she-premium-cart-page .wd-content-layout.container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.she-cart-hero {
		border-radius: 18px;
		margin-top: 14px;
		padding: 16px;
	}

	.she-cart-hero__badges {
		grid-template-columns: 1fr;
	}

	body.she-premium-cart-page .woocommerce-cart-form {
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	body.she-premium-cart-page table.shop_table_responsive thead {
		display: none !important;
	}

	body.she-premium-cart-page table.shop_table_responsive,
	body.she-premium-cart-page table.shop_table_responsive tbody,
	body.she-premium-cart-page table.shop_table_responsive tr,
	body.she-premium-cart-page table.shop_table_responsive td {
		display: block !important;
		width: 100% !important;
	}

	body.she-premium-cart-page table.shop_table_responsive tr.cart_item {
		background: #fff;
		border: 1px solid #e5e7eb;
		border-radius: 16px;
		box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
		display: grid !important;
		gap: 8px 14px;
		grid-template-columns: 90px minmax(0, 1fr);
		margin-bottom: 14px;
		overflow: hidden;
		padding: 14px;
		position: relative;
	}

	body.she-premium-cart-page table.shop_table_responsive tr.cart_item td {
		background: transparent;
		border: 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	body.she-premium-cart-page td.product-remove {
		position: absolute;
		right: 10px;
		top: 10px;
		width: auto !important;
		z-index: 2;
	}

	body.she-premium-cart-page td.product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 4;
		width: 90px !important;
	}

	body.she-premium-cart-page td.product-thumbnail a {
		height: 88px;
		width: 88px;
	}

	body.she-premium-cart-page td.product-name,
	body.she-premium-cart-page td.product-price,
	body.she-premium-cart-page td.product-quantity,
	body.she-premium-cart-page td.product-subtotal {
		grid-column: 2;
	}

	body.she-premium-cart-page .she-cart-line-item__title,
	body.she-premium-cart-page .she-cart-line-item__title a {
		font-size: 14px;
		padding-right: 28px;
	}

	body.she-premium-cart-page td.product-price,
	body.she-premium-cart-page td.product-subtotal,
	body.she-premium-cart-page td.product-quantity {
		align-items: center;
		display: flex !important;
		gap: 10px;
		justify-content: space-between;
	}

	body.she-premium-cart-page table.shop_table_responsive tr td::before {
		color: #6b7280;
		font-size: 11px;
		font-weight: 950;
		text-transform: uppercase;
	}

	body.she-premium-cart-page .quantity input.qty {
		height: 46px !important;
		min-height: 46px !important;
		width: 72px !important;
	}

	body.she-premium-cart-page .woocommerce-cart-form .actions {
		background: transparent;
		padding: 0 !important;
		text-align: right;
	}

	body.she-premium-cart-page .woocommerce-cart-form .actions .button[name="update_cart"] {
		height: 52px !important;
		width: 100% !important;
	}

	body.she-premium-cart-page .cart_totals {
		border-radius: 18px;
	}

	body.she-premium-cart-page .wc-proceed-to-checkout {
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid #e5e7eb;
		border-radius: 16px;
		bottom: 12px;
		box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
		margin: 0 12px 12px;
		padding: 10px !important;
		position: sticky;
		z-index: 24;
	}

	body.she-premium-cart-page .she-cart-checkout-button,
	body.she-premium-cart-page .wc-proceed-to-checkout .checkout-button {
		height: 58px !important;
	}
}

/* Mobile cart totals polish: keep labels and amounts readable without oversized rows. */
@media (max-width: 768px) {
	body.she-premium-cart-page .cart-collaterals {
		margin-top: 18px !important;
	}

	body.she-premium-cart-page .cart_totals {
		background: #fff !important;
		border: 1px solid #e5e7eb !important;
		border-radius: 18px !important;
		box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
		margin: 0 !important;
		overflow: hidden !important;
		padding: 20px 18px !important;
		position: relative !important;
		top: auto !important;
	}

	body.she-premium-cart-page .cart_totals > h2 {
		background: transparent !important;
		color: #111827 !important;
		display: block !important;
		font-size: clamp(26px, 7.8vw, 34px) !important;
		letter-spacing: 0 !important;
		line-height: 1.05 !important;
		margin: 0 0 18px !important;
		min-height: 0 !important;
		padding: 0 !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table,
	body.she-premium-cart-page .cart_totals table.shop_table tbody,
	body.she-premium-cart-page .cart_totals table.shop_table tfoot,
	body.she-premium-cart-page .cart_totals table.shop_table tr,
	body.she-premium-cart-page .cart_totals table.shop_table th,
	body.she-premium-cart-page .cart_totals table.shop_table td {
		display: block !important;
		float: none !important;
		width: 100% !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table {
		border: 0 !important;
		border-collapse: separate !important;
		border-spacing: 0 !important;
		margin: 0 !important;
		table-layout: auto !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table tr {
		align-items: center !important;
		background: transparent !important;
		border-bottom: 1px solid #edf0f3 !important;
		display: grid !important;
		gap: 12px !important;
		grid-template-columns: minmax(0, 1fr) minmax(110px, auto) !important;
		min-height: 0 !important;
		padding: 14px 0 !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table th,
	body.she-premium-cart-page .cart_totals table.shop_table td {
		background: transparent !important;
		border: 0 !important;
		color: #111827 !important;
		font-size: 15px !important;
		line-height: 1.3 !important;
		padding: 0 !important;
		white-space: normal !important;
		word-break: normal !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table th {
		color: #6b7280 !important;
		font-size: 13px !important;
		font-weight: 950 !important;
		text-align: left !important;
		text-transform: uppercase !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table td {
		font-weight: 900 !important;
		text-align: right !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table td::before,
	body.she-premium-cart-page .cart_totals table.shop_table th::before {
		content: none !important;
		display: none !important;
	}

	body.she-premium-cart-page .she-cart-free-shipping-row td,
	body.she-premium-cart-page .she-cart-savings-row td {
		color: #16823a !important;
	}

	body.she-premium-cart-page .she-cart-delivery-row td {
		color: #4b5563 !important;
	}

	body.she-premium-cart-page .cart_totals .order-total {
		background: #fff7ed !important;
		border-bottom: 0 !important;
		border-radius: 0 !important;
		margin: 16px -18px 0 !important;
		padding: 18px !important;
	}

	body.she-premium-cart-page .cart_totals .order-total th,
	body.she-premium-cart-page .cart_totals .order-total td {
		background: transparent !important;
		border: 0 !important;
		color: #d94714 !important;
	}

	body.she-premium-cart-page .cart_totals .order-total th {
		color: #6b7280 !important;
	}

	body.she-premium-cart-page .cart_totals .order-total td {
		font-size: clamp(24px, 7.6vw, 32px) !important;
		white-space: nowrap !important;
	}

	body.she-premium-cart-page .wc-proceed-to-checkout {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		bottom: auto !important;
		box-shadow: none !important;
		margin: 18px 0 0 !important;
		padding: 0 !important;
		position: static !important;
		z-index: auto !important;
	}

	body.she-premium-cart-page .she-cart-checkout-button,
	body.she-premium-cart-page .wc-proceed-to-checkout .checkout-button {
		border-radius: 14px !important;
		font-size: 16px !important;
		height: 60px !important;
		line-height: 1.15 !important;
		min-height: 60px !important;
		padding: 0 16px !important;
	}

	body.she-premium-cart-page .she-cart-continue-link {
		border-radius: 14px !important;
		height: 56px !important;
		margin-top: 12px !important;
	}

	body.she-premium-cart-page .she-cart-summary-trust {
		background: #fbfcfd !important;
		border-top: 1px solid #edf0f3 !important;
		margin: 20px -18px -20px !important;
		padding: 20px 18px !important;
	}
}

@media (max-width: 390px) {
	body.she-premium-cart-page .cart_totals {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table tr {
		grid-template-columns: minmax(0, 1fr) minmax(96px, auto) !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table th {
		font-size: 12px !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table td {
		font-size: 14px !important;
	}
}

/* Desktop cart/checkout width rescue for high-value equipment names. */
@media (min-width: 1025px) {
	body.she-premium-checkout-page .wd-content-layout.container,
	body.she-premium-checkout-page .main-page-wrapper > .container,
	body.she-premium-cart-page .wd-content-layout.container,
	body.she-premium-cart-page .main-page-wrapper > .container {
		max-width: 1540px !important;
		width: min(100% - 56px, 1540px) !important;
	}

	body.she-premium-checkout-page .woocommerce,
	body.she-premium-cart-page .woocommerce {
		max-width: 1500px !important;
		width: 100% !important;
	}

	body.she-premium-checkout-page form.checkout.woocommerce-checkout {
		gap: 24px 44px !important;
		grid-template-columns: minmax(0, 1fr) minmax(460px, 520px) !important;
	}

	body.she-premium-checkout-page #order_review_heading,
	body.she-premium-checkout-page #order_review,
	body.she-premium-cart-page .cart-collaterals,
	body.she-premium-cart-page .cart_totals {
		min-width: 0 !important;
	}

	body.she-premium-checkout-page .woocommerce-checkout-review-order-table {
		table-layout: fixed !important;
	}

	body.she-premium-checkout-page .woocommerce-checkout-review-order-table th.product-name,
	body.she-premium-checkout-page .woocommerce-checkout-review-order-table td.product-name {
		width: 70% !important;
	}

	body.she-premium-checkout-page .woocommerce-checkout-review-order-table th.product-total,
	body.she-premium-checkout-page .woocommerce-checkout-review-order-table td.product-total {
		text-align: right !important;
		white-space: nowrap !important;
		width: 30% !important;
	}

	body.she-premium-checkout-page .she-checkout-line-item {
		grid-template-columns: 84px minmax(0, 1fr) !important;
	}

	body.she-premium-checkout-page .she-checkout-line-item__image {
		height: 84px !important;
		width: 84px !important;
	}

	body.she-premium-checkout-page .she-checkout-line-item__details strong,
	body.she-premium-cart-page .she-cart-line-item__title,
	body.she-premium-cart-page .she-cart-line-item__title a {
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	body.she-premium-checkout-page .she-checkout-line-item__details span {
		overflow-wrap: anywhere !important;
		word-break: normal !important;
	}

	body.she-premium-cart-page .woocommerce {
		gap: 28px 44px !important;
		grid-template-columns: minmax(780px, 1fr) minmax(420px, 470px) !important;
	}

	body.she-premium-cart-page .woocommerce .cart-content-wrapper {
		align-items: start !important;
		display: grid !important;
		gap: 28px 44px !important;
		grid-column: 1 / -1 !important;
		grid-template-columns: minmax(780px, 1fr) minmax(420px, 470px) !important;
		max-width: none !important;
		width: 100% !important;
	}

	body.she-premium-cart-page .woocommerce-cart-form {
		float: none !important;
		grid-column: 1 !important;
		max-width: none !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		width: 100% !important;
	}

	body.she-premium-cart-page .cart_totals {
		float: none !important;
		grid-column: 2 !important;
		max-width: none !important;
		width: 100% !important;
	}

	body.she-premium-cart-page .woocommerce-cart-form table.shop_table {
		min-width: 780px !important;
		table-layout: auto !important;
	}

	body.she-premium-cart-page td.product-remove {
		width: 54px !important;
	}

	body.she-premium-cart-page td.product-thumbnail {
		width: 118px !important;
	}

	body.she-premium-cart-page td.product-name {
		min-width: 260px !important;
		width: 36% !important;
	}

	body.she-premium-cart-page td.product-price {
		min-width: 118px !important;
		width: 14% !important;
	}

	body.she-premium-cart-page td.product-quantity {
		min-width: 134px !important;
		width: 16% !important;
	}

	body.she-premium-cart-page td.product-subtotal {
		min-width: 126px !important;
		width: 15% !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table {
		table-layout: auto !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table th {
		width: 48% !important;
	}

	body.she-premium-cart-page .cart_totals table.shop_table td {
		overflow-wrap: normal !important;
		white-space: normal !important;
		width: 52% !important;
		word-break: normal !important;
	}

	body.she-premium-cart-page .cart_totals .order-total td {
		white-space: nowrap !important;
	}

	body.she-premium-cart-page .she-cart-checkout-button,
	body.she-premium-cart-page .wc-proceed-to-checkout .checkout-button {
		height: auto !important;
		line-height: 1.2 !important;
		min-height: 58px !important;
		padding: 12px 20px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	body.she-premium-checkout-page form.checkout.woocommerce-checkout {
		grid-template-columns: minmax(0, 1fr) minmax(420px, 460px) !important;
	}

	body.she-premium-cart-page .woocommerce {
		grid-template-columns: minmax(700px, 1fr) minmax(380px, 430px) !important;
	}

	body.she-premium-cart-page .woocommerce .cart-content-wrapper {
		grid-template-columns: minmax(700px, 1fr) minmax(380px, 430px) !important;
	}
}

/* Final compact product-card system for archives, search, and related products. */
.woocommerce .products.wd-products,
.woocommerce ul.products,
.related.products ul.products,
.upsells.products ul.products,
.cross-sells ul.products {
	align-items: stretch !important;
	display: grid !important;
	gap: 18px !important;
	grid-auto-flow: row !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	width: 100% !important;
}

.woocommerce .products.wd-products > .product-grid-item,
.woocommerce .products.wd-products > .wd-product,
.woocommerce ul.products > li.product,
.related.products ul.products > li.product,
.upsells.products ul.products > li.product,
.cross-sells ul.products > li.product {
	background: #fff !important;
	border: 1px solid #eaeaea !important;
	border-radius: 16px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	float: none !important;
	height: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 0 16px !important;
	position: relative !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
	width: 100% !important;
}

.woocommerce .products.wd-products > .product-grid-item:hover,
.woocommerce .products.wd-products > .wd-product:hover,
.woocommerce ul.products > li.product:hover,
.related.products ul.products > li.product:hover,
.upsells.products ul.products > li.product:hover,
.cross-sells ul.products > li.product:hover {
	border-color: #e0e4e9 !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07) !important;
	transform: translateY(-2px);
}

.woocommerce .products.wd-products > .product-grid-item .product-element-top,
.woocommerce .products.wd-products > .wd-product .product-element-top,
.woocommerce .products.wd-products > .product-grid-item .wd-product-thumb,
.woocommerce .products.wd-products > .wd-product .wd-product-thumb,
.woocommerce .products.wd-products > .product-grid-item .product-image-link,
.woocommerce .products.wd-products > .wd-product .product-image-link,
.woocommerce ul.products > li.product .product-element-top,
.woocommerce ul.products > li.product .product-image-link,
.related.products ul.products > li.product .product-element-top,
.upsells.products ul.products > li.product .product-element-top,
.cross-sells ul.products > li.product .product-element-top {
	align-items: center !important;
	aspect-ratio: auto !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	display: flex !important;
	height: 240px !important;
	justify-content: center !important;
	margin: 0 !important;
	max-height: 240px !important;
	min-height: 240px !important;
	overflow: hidden !important;
	padding: 16px !important;
	width: 100% !important;
}

.woocommerce .products.wd-products > .product-grid-item img,
.woocommerce .products.wd-products > .wd-product img,
.woocommerce ul.products > li.product a img,
.related.products ul.products > li.product a img,
.upsells.products ul.products > li.product a img,
.cross-sells ul.products > li.product a img {
	aspect-ratio: auto !important;
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block !important;
	height: 100% !important;
	margin: 0 auto !important;
	max-height: 100% !important;
	max-width: 100% !important;
	object-fit: contain !important;
	padding: 0 !important;
	transform: none !important;
	width: 100% !important;
}

.woocommerce .products.wd-products > .product-grid-item .product-element-bottom,
.woocommerce .products.wd-products > .wd-product .product-element-bottom {
	box-sizing: border-box !important;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-height: 0 !important;
	padding: 14px 16px 0 !important;
	width: 100% !important;
}

.woocommerce ul.products > li.product .woocommerce-loop-product__title,
.woocommerce .products.wd-products > .product-grid-item .wd-entities-title,
.woocommerce .products.wd-products > .wd-product .wd-entities-title,
.woocommerce .products.wd-products > .product-grid-item .product-title,
.woocommerce .products.wd-products > .wd-product .product-title,
.related.products ul.products > li.product .woocommerce-loop-product__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #111827 !important;
	display: -webkit-box !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	letter-spacing: 0 !important;
	line-height: 1.28 !important;
	margin: 0 0 7px !important;
	min-height: 38px !important;
	overflow: hidden !important;
	padding: 0 16px !important;
	text-overflow: ellipsis !important;
}

.woocommerce .products.wd-products > .product-grid-item .wd-entities-title,
.woocommerce .products.wd-products > .wd-product .wd-entities-title,
.woocommerce .products.wd-products > .product-grid-item .product-title,
.woocommerce .products.wd-products > .wd-product .product-title {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce .products.wd-products > .product-grid-item .wd-product-cats,
.woocommerce .products.wd-products > .wd-product .wd-product-cats,
.woocommerce .products.wd-products > .product-grid-item .wd-product-cats a,
.woocommerce .products.wd-products > .wd-product .wd-product-cats a {
	color: #8a919d !important;
	display: block !important;
	font-size: 12px !important;
	font-weight: 750 !important;
	line-height: 1.25 !important;
	margin: 0 0 8px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.woocommerce ul.products > li.product .price,
.woocommerce .products.wd-products > .product-grid-item .price,
.woocommerce .products.wd-products > .wd-product .price,
.related.products ul.products > li.product .price {
	color: #d94714 !important;
	display: block !important;
	font-size: 17px !important;
	font-weight: 950 !important;
	line-height: 1.2 !important;
	margin: 8px 0 0 !important;
	padding: 0 16px !important;
}

.woocommerce .products.wd-products > .product-grid-item .price,
.woocommerce .products.wd-products > .wd-product .price {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce .products.wd-products > .product-grid-item .wd-product-excerpt,
.woocommerce .products.wd-products > .wd-product .wd-product-excerpt,
.woocommerce .products.wd-products > .product-grid-item .wd-product-desc,
.woocommerce .products.wd-products > .wd-product .wd-product-desc,
.woocommerce .products.wd-products > .product-grid-item .wd-more-desc,
.woocommerce .products.wd-products > .wd-product .wd-more-desc,
.woocommerce .products.wd-products > .product-grid-item .more-description,
.woocommerce .products.wd-products > .wd-product .more-description,
.woocommerce .products.wd-products > .product-grid-item .wd-product-sku,
.woocommerce .products.wd-products > .wd-product .wd-product-sku,
.woocommerce ul.products > li.product .woocommerce-product-details__short-description,
.related.products .woocommerce-product-details__short-description,
.related.products .wd-product-excerpt,
.related.products .wd-product-desc {
	display: none !important;
}

.she-loop-product-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	margin: 10px 0 0 !important;
	min-height: 0 !important;
	padding: 0 16px !important;
}

.woocommerce .products.wd-products .she-loop-product-meta {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.she-loop-product-meta__sku {
	display: none !important;
}

.she-loop-product-meta span {
	align-items: center !important;
	border-radius: 999px !important;
	display: inline-flex !important;
	font-size: 11px !important;
	font-weight: 850 !important;
	line-height: 1.1 !important;
	max-width: 100% !important;
	padding: 6px 8px !important;
	white-space: nowrap !important;
}

.woocommerce .products.wd-products > .product-grid-item .wd-bottom-actions,
.woocommerce .products.wd-products > .wd-product .wd-bottom-actions,
.woocommerce .products.wd-products > .product-grid-item .wd-product-card-hover,
.woocommerce .products.wd-products > .wd-product .wd-product-card-hover {
	box-sizing: border-box !important;
	margin-top: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.woocommerce .products.wd-products > .product-grid-item .wd-add-btn,
.woocommerce .products.wd-products > .wd-product .wd-add-btn {
	display: block !important;
	width: 100% !important;
}

.woocommerce .products.wd-products > .product-grid-item .add_to_cart_button,
.woocommerce .products.wd-products > .wd-product .add_to_cart_button,
.woocommerce ul.products > li.product .add_to_cart_button,
.related.products ul.products > li.product .add_to_cart_button,
.upsells.products ul.products > li.product .add_to_cart_button,
.cross-sells ul.products > li.product .add_to_cart_button {
	margin-top: 12px !important;
	width: 100% !important;
}

.woocommerce ul.products > li.product .add_to_cart_button,
.related.products ul.products > li.product .add_to_cart_button,
.upsells.products ul.products > li.product .add_to_cart_button,
.cross-sells ul.products > li.product .add_to_cart_button {
	margin-left: 16px !important;
	margin-right: 16px !important;
	width: calc(100% - 32px) !important;
}

.woocommerce .products.wd-products > .product-grid-item .she-loop-view-product-button,
.woocommerce .products.wd-products > .wd-product .she-loop-view-product-button,
.woocommerce ul.products > li.product .she-loop-view-product-button,
.related.products ul.products > li.product .she-loop-view-product-button,
.upsells.products ul.products > li.product .she-loop-view-product-button,
.cross-sells ul.products > li.product .she-loop-view-product-button {
	margin-top: 10px !important;
	width: 100% !important;
}

.woocommerce ul.products > li.product .she-loop-view-product-button,
.related.products ul.products > li.product .she-loop-view-product-button,
.upsells.products ul.products > li.product .she-loop-view-product-button,
.cross-sells ul.products > li.product .she-loop-view-product-button {
	margin-left: 16px !important;
	margin-right: 16px !important;
	width: calc(100% - 32px) !important;
}

@media (max-width: 1199px) {
	.woocommerce .products.wd-products,
	.woocommerce ul.products,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	.woocommerce .products.wd-products,
	.woocommerce ul.products,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.woocommerce .products.wd-products > .product-grid-item .product-element-top,
	.woocommerce .products.wd-products > .wd-product .product-element-top,
	.woocommerce .products.wd-products > .product-grid-item .wd-product-thumb,
	.woocommerce .products.wd-products > .wd-product .wd-product-thumb,
	.woocommerce .products.wd-products > .product-grid-item .product-image-link,
	.woocommerce .products.wd-products > .wd-product .product-image-link,
	.woocommerce ul.products > li.product .product-element-top,
	.woocommerce ul.products > li.product .product-image-link,
	.related.products ul.products > li.product .product-element-top,
	.upsells.products ul.products > li.product .product-element-top,
	.cross-sells ul.products > li.product .product-element-top {
		height: 190px !important;
		max-height: 190px !important;
		min-height: 190px !important;
	}
}

@media (max-width: 767px) {
	.woocommerce .products.wd-products,
	.woocommerce ul.products,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products {
		gap: 12px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.woocommerce .products.wd-products > .product-grid-item,
	.woocommerce .products.wd-products > .wd-product,
	.woocommerce ul.products > li.product,
	.related.products ul.products > li.product,
	.upsells.products ul.products > li.product,
	.cross-sells ul.products > li.product {
		border-radius: 14px !important;
		padding-bottom: 12px !important;
	}

	.woocommerce .products.wd-products > .product-grid-item .product-element-top,
	.woocommerce .products.wd-products > .wd-product .product-element-top,
	.woocommerce .products.wd-products > .product-grid-item .wd-product-thumb,
	.woocommerce .products.wd-products > .wd-product .wd-product-thumb,
	.woocommerce .products.wd-products > .product-grid-item .product-image-link,
	.woocommerce .products.wd-products > .wd-product .product-image-link,
	.woocommerce ul.products > li.product .product-element-top,
	.woocommerce ul.products > li.product .product-image-link,
	.related.products ul.products > li.product .product-element-top,
	.upsells.products ul.products > li.product .product-element-top,
	.cross-sells ul.products > li.product .product-element-top {
		height: 170px !important;
		max-height: 170px !important;
		min-height: 170px !important;
		padding: 12px !important;
	}

	.woocommerce .products.wd-products > .product-grid-item .product-element-bottom,
	.woocommerce .products.wd-products > .wd-product .product-element-bottom {
		padding: 12px 10px 0 !important;
	}

	.woocommerce ul.products > li.product .woocommerce-loop-product__title,
	.woocommerce .products.wd-products > .product-grid-item .wd-entities-title,
	.woocommerce .products.wd-products > .wd-product .wd-entities-title,
	.woocommerce .products.wd-products > .product-grid-item .product-title,
	.woocommerce .products.wd-products > .wd-product .product-title,
	.related.products ul.products > li.product .woocommerce-loop-product__title {
		font-size: 13px !important;
		min-height: 34px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.woocommerce .products.wd-products > .product-grid-item .wd-entities-title,
	.woocommerce .products.wd-products > .wd-product .wd-entities-title,
	.woocommerce .products.wd-products > .product-grid-item .product-title,
	.woocommerce .products.wd-products > .wd-product .product-title {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.woocommerce ul.products > li.product .price,
	.woocommerce .products.wd-products > .product-grid-item .price,
	.woocommerce .products.wd-products > .wd-product .price,
	.related.products ul.products > li.product .price {
		font-size: 15px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.woocommerce .products.wd-products > .product-grid-item .price,
	.woocommerce .products.wd-products > .wd-product .price,
	.woocommerce .products.wd-products .she-loop-product-meta {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.she-loop-product-meta {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.woocommerce .products.wd-products > .product-grid-item .add_to_cart_button,
	.woocommerce .products.wd-products > .wd-product .add_to_cart_button,
	.woocommerce .products.wd-products > .product-grid-item .she-loop-view-product-button,
	.woocommerce .products.wd-products > .wd-product .she-loop-view-product-button {
		width: 100% !important;
	}

	.woocommerce ul.products > li.product .add_to_cart_button,
	.related.products ul.products > li.product .add_to_cart_button,
	.upsells.products ul.products > li.product .add_to_cart_button,
	.cross-sells ul.products > li.product .add_to_cart_button,
	.woocommerce ul.products > li.product .she-loop-view-product-button,
	.related.products ul.products > li.product .she-loop-view-product-button,
	.upsells.products ul.products > li.product .she-loop-view-product-button,
	.cross-sells ul.products > li.product .she-loop-view-product-button {
		margin-left: 10px !important;
		margin-right: 10px !important;
		width: calc(100% - 20px) !important;
	}
}

/* Store cleanup pass: compact cards, mini cart, product trust, and mobile sticky buy bar. */
.woocommerce .products.wd-products > .product-grid-item .wd-product-cats,
.woocommerce .products.wd-products > .wd-product .wd-product-cats,
.woocommerce .products.wd-products > .product-grid-item .wd-product-cats a,
.woocommerce .products.wd-products > .wd-product .wd-product-cats a,
.woocommerce ul.products > li.product .posted_in,
.woocommerce ul.products > li.product .product_meta,
.woocommerce ul.products > li.product .wd-product-cats,
.related.products .wd-product-cats,
.upsells.products .wd-product-cats,
.cross-sells .wd-product-cats {
	display: none !important;
}

.woocommerce .products.wd-products > .product-grid-item .add_to_cart_button,
.woocommerce .products.wd-products > .wd-product .add_to_cart_button,
.woocommerce ul.products > li.product .add_to_cart_button,
.related.products ul.products > li.product .add_to_cart_button,
.upsells.products ul.products > li.product .add_to_cart_button,
.cross-sells ul.products > li.product .add_to_cart_button {
	display: none !important;
}

.she-loop-product-meta {
	margin: 10px 0 0 !important;
	min-height: 0 !important;
}

.she-loop-product-meta__shipping {
	background: #fff7ed !important;
	border: 1px solid #fed7aa !important;
	color: #c2410c !important;
}

.she-product-social-proof {
	background: #fff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 16px !important;
	box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06) !important;
	display: grid !important;
	gap: 12px !important;
	margin: 18px 0 0 !important;
	padding: 16px !important;
}

.she-product-social-proof__items {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

.she-product-social-proof__items span {
	background: #f9fafb !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 999px !important;
	color: #111827 !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.15 !important;
	padding: 8px 10px !important;
}

.she-product-payment-strip {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

.she-product-payment-strip span {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid #d7dce2 !important;
	border-radius: 8px !important;
	color: #374151 !important;
	display: inline-flex !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	height: 30px !important;
	justify-content: center !important;
	min-width: 54px !important;
	padding: 0 8px !important;
	text-transform: uppercase !important;
}

.cart-widget-side a,
.widget_shopping_cart a,
.woocommerce-mini-cart a {
	word-break: normal !important;
}

.cart-widget-side a:empty,
.widget_shopping_cart a:empty,
.woocommerce-mini-cart a:empty {
	display: none !important;
}

@media (max-width: 768px) {
	body.single-product .she-sticky-cart__inner {
		grid-template-columns: auto minmax(0, 1fr) !important;
		padding: 10px !important;
	}

	body.single-product .she-sticky-cart__product {
		display: none !important;
	}

	body.single-product .she-sticky-cart__buy {
		align-items: center !important;
		display: grid !important;
		gap: 8px !important;
		grid-template-columns: minmax(88px, 0.45fr) minmax(0, 1fr) !important;
		width: 100% !important;
	}

	body.single-product .she-sticky-cart__price {
		font-size: 18px !important;
		margin: 0 !important;
		text-align: left !important;
		white-space: nowrap !important;
	}

	body.single-product .she-sticky-cart__actions,
	body.single-product .she-sticky-cart__form {
		display: block !important;
		width: 100% !important;
	}

	body.single-product .she-sticky-cart__button {
		height: 52px !important;
		margin: 0 !important;
		width: 100% !important;
	}

	body.single-product .she-sticky-cart__button--buy {
		display: none !important;
	}
}

/* Last-pass mobile checkout cart access. Keep this at the true end of the file. */
@media (max-width: 768px) {
	body.she-premium-checkout-page .she-checkout-cart-button {
		display: none !important;
	}

	html.she-premium-checkout-scroll-unlocked body.she-premium-checkout-page #order_review_heading,
	body.she-premium-checkout-page #order_review_heading {
		align-items: center !important;
		background: #111827 !important;
		border-radius: 18px 18px 0 0 !important;
		color: #fff !important;
		display: flex !important;
		font-size: 18px !important;
		font-weight: 950 !important;
		line-height: 1.1 !important;
		margin: 0 !important;
		min-height: 58px !important;
		padding: 0 16px !important;
		width: 100% !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip {
		align-items: stretch !important;
		background: #fff !important;
		border: 1px solid #e5e7eb !important;
		border-radius: 0 !important;
		box-sizing: border-box !important;
		display: flex !important;
		margin: 0 !important;
		padding: 10px 14px !important;
		width: 100% !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip span {
		display: none !important;
	}

	body.she-premium-checkout-page .she-checkout-order-edit-strip a {
		align-items: center !important;
		background: #fff7ed !important;
		border: 1px solid #ff6b00 !important;
		border-radius: 12px !important;
		box-shadow: none !important;
		color: #c2410c !important;
		display: inline-flex !important;
		font-size: 14px !important;
		font-weight: 950 !important;
		justify-content: center !important;
		line-height: 1 !important;
		min-height: 44px !important;
		padding: 0 14px !important;
		text-decoration: none !important;
		width: 100% !important;
	}

	body.she-premium-checkout-page #order_review {
		border-radius: 0 0 18px 18px !important;
		margin-top: 0 !important;
	}
}

/* Last-pass iPhone related products cleanup. Keep after the global card rules. */
@media (max-width: 768px) {
	body.single-product {
		padding-bottom: max(180px, env(safe-area-inset-bottom)) !important;
	}

	body.single-product .related.products,
	body.single-product .wd-carousel-container.related-products,
	body.single-product .wd-carousel-container.related-products.she-related-products-normalized {
		background: #fff !important;
		border: 0 !important;
		box-shadow: none !important;
		box-sizing: border-box !important;
		clear: both !important;
		margin: 28px auto 220px !important;
		max-width: 100% !important;
		overflow: visible !important;
		padding: 0 14px !important;
		width: 100% !important;
	}

	body.single-product .related.products > h2,
	body.single-product .wd-carousel-container.related-products > h2,
	body.single-product .wd-carousel-container.related-products > .wd-el-title,
	body.single-product .wd-carousel-container.related-products.she-related-products-normalized > h2,
	body.single-product .wd-carousel-container.related-products.she-related-products-normalized > .wd-el-title {
		color: #111827 !important;
		display: block !important;
		font-size: 28px !important;
		font-weight: 950 !important;
		letter-spacing: 0 !important;
		line-height: 1.08 !important;
		margin: 0 0 16px !important;
		max-width: none !important;
		padding: 0 !important;
		position: static !important;
		text-align: left !important;
		width: 100% !important;
	}

	body.single-product .she-related-products-grid,
	body.single-product .related.products ul.products,
	body.single-product .wd-carousel-container.related-products .wd-carousel,
	body.single-product .wd-carousel-container.related-products .wd-carousel-inner,
	body.single-product .wd-carousel-container.related-products .wd-carousel-wrap {
		display: grid !important;
		gap: 12px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		transform: none !important;
		width: 100% !important;
	}

	body.single-product .wd-carousel-container.related-products .wd-carousel-item {
		display: block !important;
		height: auto !important;
		max-width: none !important;
		padding: 0 !important;
		transform: none !important;
		width: auto !important;
	}

	body.single-product .she-related-product-card,
	body.single-product .related.products ul.products > li.product,
	body.single-product .wd-carousel-container.related-products .product-grid-item,
	body.single-product .wd-carousel-container.related-products .wd-product {
		background: #fff !important;
		border: 1px solid #eaeaea !important;
		border-radius: 16px !important;
		box-shadow: 0 8px 22px rgba(0, 0, 0, 0.045) !important;
		box-sizing: border-box !important;
		display: flex !important;
		flex-direction: column !important;
		float: none !important;
		height: auto !important;
		margin: 0 !important;
		min-height: 0 !important;
		overflow: hidden !important;
		padding: 0 0 12px !important;
		width: 100% !important;
	}

	body.single-product .she-related-product-card__media,
	body.single-product .related.products ul.products > li.product .product-element-top,
	body.single-product .related.products ul.products > li.product .product-image-link,
	body.single-product .wd-carousel-container.related-products .product-element-top,
	body.single-product .wd-carousel-container.related-products .wd-product-thumb,
	body.single-product .wd-carousel-container.related-products .product-image-link {
		align-items: center !important;
		background: #fff !important;
		border: 0 !important;
		border-bottom: 1px solid #f3f4f6 !important;
		border-radius: 16px 16px 0 0 !important;
		box-sizing: border-box !important;
		display: flex !important;
		height: 148px !important;
		justify-content: center !important;
		max-height: 148px !important;
		min-height: 148px !important;
		overflow: hidden !important;
		padding: 10px !important;
		width: 100% !important;
	}

	body.single-product .she-related-product-card__media img,
	body.single-product .related.products ul.products > li.product img,
	body.single-product .wd-carousel-container.related-products .product-element-top img,
	body.single-product .wd-carousel-container.related-products .product-image-link img {
		aspect-ratio: auto !important;
		background: #fff !important;
		display: block !important;
		height: 100% !important;
		max-height: 128px !important;
		max-width: 100% !important;
		object-fit: contain !important;
		padding: 0 !important;
		transform: none !important;
		width: 100% !important;
	}

	body.single-product .she-related-product-card__body,
	body.single-product .related.products ul.products > li.product .product-element-bottom,
	body.single-product .wd-carousel-container.related-products .product-element-bottom {
		box-sizing: border-box !important;
		display: flex !important;
		flex: 1 1 auto !important;
		flex-direction: column !important;
		gap: 8px !important;
		padding: 10px !important;
		width: 100% !important;
	}

	body.single-product .she-related-product-card__title,
	body.single-product .related.products ul.products > li.product .woocommerce-loop-product__title,
	body.single-product .wd-carousel-container.related-products .wd-entities-title,
	body.single-product .wd-carousel-container.related-products .product-title {
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 2 !important;
		color: #111827 !important;
		display: -webkit-box !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		letter-spacing: 0 !important;
		line-height: 1.25 !important;
		margin: 0 !important;
		min-height: 34px !important;
		overflow: hidden !important;
		padding: 0 !important;
		text-decoration: none !important;
	}

	body.single-product .she-related-product-card__price,
	body.single-product .related.products ul.products > li.product .price,
	body.single-product .wd-carousel-container.related-products .price {
		color: #d94714 !important;
		font-size: 15px !important;
		font-weight: 950 !important;
		line-height: 1.15 !important;
		margin: auto 0 0 !important;
		padding: 0 !important;
	}

	body.single-product .she-related-product-card__button,
	body.single-product .related.products ul.products > li.product .she-loop-view-product-button,
	body.single-product .wd-carousel-container.related-products .she-loop-view-product-button {
		align-items: center !important;
		background: #fff !important;
		border: 1px solid #d7dce2 !important;
		border-radius: 10px !important;
		color: #111827 !important;
		display: inline-flex !important;
		font-size: 12px !important;
		font-weight: 900 !important;
		height: 38px !important;
		justify-content: center !important;
		margin: 8px 0 0 !important;
		padding: 0 8px !important;
		text-decoration: none !important;
		width: 100% !important;
	}

	body.single-product .related.products .add_to_cart_button,
	body.single-product .related.products .button:not(.she-loop-view-product-button),
	body.single-product .related.products .quick-view,
	body.single-product .related.products .wd-quick-view-btn,
	body.single-product .related.products .wd-compare-btn,
	body.single-product .related.products .wd-wishlist-btn,
	body.single-product .related.products .wrap-wishlist-button,
	body.single-product .wd-carousel-container.related-products .wd-product-cats,
	body.single-product .wd-carousel-container.related-products .wd-product-excerpt,
	body.single-product .wd-carousel-container.related-products .wd-more-desc,
	body.single-product .wd-carousel-container.related-products .she-loop-product-meta {
		display: none !important;
	}

	body.single-product .she-sticky-cart,
	body.single-product .she-sticky-cart.is-visible {
		z-index: 10008 !important;
	}
}

@media (max-width: 380px) {
	body.single-product .she-related-product-card__media,
	body.single-product .related.products ul.products > li.product .product-element-top,
	body.single-product .related.products ul.products > li.product .product-image-link,
	body.single-product .wd-carousel-container.related-products .product-element-top,
	body.single-product .wd-carousel-container.related-products .wd-product-thumb,
	body.single-product .wd-carousel-container.related-products .product-image-link {
		height: 132px !important;
		max-height: 132px !important;
		min-height: 132px !important;
	}

	body.single-product .she-related-product-card__media img,
	body.single-product .related.products ul.products > li.product img,
	body.single-product .wd-carousel-container.related-products .product-element-top img,
	body.single-product .wd-carousel-container.related-products .product-image-link img {
		max-height: 112px !important;
	}
}

/* Final card CTA visibility guard.
 * WoodMart hides card actions until hover on some archive templates. Keep the
 * single intentional product-card CTA visible on desktop, tablet, and mobile.
 */
.woocommerce .products.wd-products > .product-grid-item .she-loop-view-product-button,
.woocommerce .products.wd-products > .wd-product .she-loop-view-product-button,
.woocommerce ul.products > li.product .she-loop-view-product-button,
.related.products ul.products > li.product .she-loop-view-product-button,
.upsells.products ul.products > li.product .she-loop-view-product-button,
.cross-sells ul.products > li.product .she-loop-view-product-button,
.she-related-product-card__button {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: none !important;
	visibility: visible !important;
}
