/*
 * Impact Shop v2 — a 1:1 port of the "Impact Shop Page v2" design.
 *
 * Every class is prefixed `ishop-` and scoped under `.impact-shop`, because the
 * design's own names (.hero, .best, .grid, .info, .price, .add, .tab, .btn)
 * collide head-on with BeTheme and WooCommerce. The design's two frames (.d
 * desktop / .m mobile) become real breakpoints at 900px.
 *
 * The !important flags are load-bearing: this renders inside BeTheme's
 * #Wrapper > #Content, whose element-level rules (button padding/gap, input
 * width, a:hover colour, a global h3 font-size) tie or beat plain class
 * selectors. See IMPACT_CHANGE_LOG.md, "theme cascade".
 */

.impact-shop {
	--ishop-red: #c00000;
	--ishop-red2: #d20000;
	--ishop-orange: #c84a1c;
	--ishop-warm: #ffb020;
	--ishop-teal: #2b6475;
	--ishop-deep: #173642;
	--ishop-night: #0b1a21;
	--ishop-green: #2aa000;
	--ishop-slate: #3d4752;
	--ishop-bg: #fcfcfc;
	--ishop-line: #ede9e2;
	--ishop-line2: #e4ded4;
	--ishop-sand: #f4f1eb;
	--ishop-muted: #6b7480;
	--ishop-grad-product: linear-gradient(135deg, #c00000, #d20000 35%, #c84a1c 70%, #ffb020);
	--ishop-grad-service: linear-gradient(135deg, #2b6475, #24596a 55%, #173642);

	background: var(--ishop-bg);
	color: var(--ishop-slate);
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: left;
}

.impact-shop *,
.impact-shop *::before,
.impact-shop *::after {
	box-sizing: border-box;
}

.impact-shop p,
.impact-shop h2,
.impact-shop h3,
.impact-shop ul,
.impact-shop li {
	margin: 0;
	padding: 0;
}

.impact-shop li::before {
	content: none;
}

.impact-shop a {
	color: var(--ishop-teal);
	text-decoration: none !important;
}

.impact-shop a:hover {
	color: var(--ishop-red);
}

.impact-shop img {
	max-width: 100%;
}

.impact-shop button {
	font-family: inherit;
}

/*
 * Content column. Identical to the homepage's `.impact-container`
 * (modules/homepage-preview/assets/homepage-preview.css) so every Impact page
 * lines up: full-bleed section backgrounds, content capped at 1312px.
 */
.impact-shop .ishop-container {
	width: min(100% - 128px, 1312px);
	margin-inline: auto;
}

.ishop-mono {
	font-family: 'IBM Plex Mono', monospace;
}

.ishop-i {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	overflow: visible;
}

/* ------------------------------------------------------------------ atoms */

.impact-shop .ishop-tab {
	display: inline-block;
	padding: 5px 12px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ishop-tab--shop { background: var(--ishop-grad-product); }
.ishop-tab--standard { background: #34414a; }
.ishop-tab--svc { background: var(--ishop-grad-service); }
.ishop-tab--green { background: var(--ishop-green); }
.ishop-tab--deep { background: var(--ishop-deep); }
.ishop-tab--custom { background: var(--ishop-tab-custom, #34414a); }

.impact-shop .ishop-rule {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--ishop-red);
}

.impact-shop .ishop-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px !important;
	margin: 0 !important;
	padding: 12px 22px !important;
	border: 0 !important;
	border-radius: 6px !important;
	box-shadow: none;
	font: 500 15px/1.2 'IBM Plex Sans', sans-serif !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	cursor: pointer;
	transition: background .15s, color .15s, box-shadow .15s;
}

.impact-shop .ishop-btn svg { width: 15px; height: 15px; }

.impact-shop .ishop-btn--red,
.impact-shop .ishop-btn--red:link,
.impact-shop .ishop-btn--red:visited { background: var(--ishop-red) !important; color: #fff !important; }
.impact-shop .ishop-btn--red:hover { background: var(--ishop-red2) !important; color: #fff !important; }

.impact-shop .ishop-btn--ghost,
.impact-shop .ishop-btn--ghost:link,
.impact-shop .ishop-btn--ghost:visited { background: transparent !important; color: #fff !important; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .55) !important; }
.impact-shop .ishop-btn--ghost:hover { background: rgba(255, 255, 255, .12) !important; color: #fff !important; }

.impact-shop .ishop-btn--teal,
.impact-shop .ishop-btn--teal:link,
.impact-shop .ishop-btn--teal:visited { background: transparent !important; color: var(--ishop-deep) !important; box-shadow: inset 0 0 0 1.5px var(--ishop-deep) !important; }
.impact-shop .ishop-btn--teal:hover { background: var(--ishop-deep) !important; color: #fff !important; }

.impact-shop .ishop-btn--white,
.impact-shop .ishop-btn--white:link,
.impact-shop .ishop-btn--white:visited { background: #fff !important; color: var(--ishop-slate) !important; }
.impact-shop .ishop-btn--white:hover { background: var(--ishop-sand) !important; color: var(--ishop-slate) !important; }

.impact-shop .ishop-ph {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: repeating-linear-gradient(135deg, #efebe4 0 14px, #e4ded4 14px 28px);
	overflow: hidden;
}

.impact-shop .ishop-ph > span {
	padding: 4px 10px;
	border-radius: 4px;
	background: rgba(252, 252, 252, .85);
	color: #8b8377;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

/*
 * Packshots are portrait bottles and cartons on white. `cover` filled the tile
 * but cropped the label off, so the tile itself goes white and the image is
 * contained inside it — full-bleed to the border with nothing cut.
 */
.impact-shop .ishop-ph--photo {
	background: #fff;
}

.impact-shop .ishop-ph > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0;
}

.impact-shop .ishop-sechead {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 24px;
}

.impact-shop .ishop-sechead h2 {
	color: var(--ishop-slate) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: -.01em;
}

.impact-shop .ishop-sechead__lft {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.impact-shop .ishop-sechead p {
	max-width: 540px;
	color: var(--ishop-muted);
	font-size: 14.5px;
	line-height: 1.55;
}

.impact-shop .ishop-sechead a {
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

/* ------------------------------------------------------------ hero slider */

.impact-shop .ishop-hero {
	position: relative;
	height: 486px;
	background: var(--ishop-night);
	overflow: hidden;
}

.impact-shop .ishop-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .5s;
	pointer-events: none;
	background: var(--ishop-night);
}

.impact-shop .ishop-slide--bg-product { background: var(--ishop-grad-product); }
.impact-shop .ishop-slide--bg-service { background: var(--ishop-grad-service); }
.impact-shop .ishop-slide--bg-green { background: linear-gradient(120deg, var(--ishop-green), var(--ishop-deep)); }
.impact-shop .ishop-slide--bg-custom { background: var(--ishop-slide-custom, var(--ishop-night)); }

.impact-shop .ishop-slide__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	grid-template-rows: minmax(0, 1fr);
	height: 100%;
}

.impact-shop .ishop-slide__grid > * { min-width: 0; min-height: 0; }

.impact-shop .ishop-slide.is-on { opacity: 1; pointer-events: auto; }

.impact-shop .ishop-slide__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.impact-shop .ishop-slide__scrim { position: absolute; inset: 0; }
.impact-shop .ishop-slide__scrim--none { background: transparent; }
.impact-shop .ishop-slide__scrim--soft { background: linear-gradient(100deg, rgba(11, 26, 33, .58) 34%, rgba(11, 26, 33, .25) 63%, rgba(11, 26, 33, .08)); }
.impact-shop .ishop-slide__scrim--dark { background: linear-gradient(100deg, rgba(11, 26, 33, .92) 42%, rgba(11, 26, 33, .58) 68%, rgba(11, 26, 33, .2)); }
.impact-shop .ishop-slide__scrim--strong { background: linear-gradient(100deg, rgba(11, 26, 33, .98) 45%, rgba(11, 26, 33, .78) 72%, rgba(11, 26, 33, .4)); }

.impact-shop .ishop-slide__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 14px;
	padding: var(--impact-page-hero-padding-top, 48px) 0 112px;
	color: #fff;
}

.impact-shop .ishop-slide__copy h2 {
	max-width: 520px;
	color: #fff !important;
	font-size: 38px !important;
	font-weight: 700 !important;
	line-height: 1.14 !important;
	letter-spacing: -.015em;
}

.impact-shop .ishop-slide__copy p {
	max-width: 460px;
	color: rgba(255, 255, 255, .86);
	font-size: 16px;
	line-height: 1.6;
}

.impact-shop .ishop-slide__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, .62);
	font-size: 12.5px;
}

.impact-shop .ishop-slide__acts { display: flex; gap: 12px; margin-top: 6px; }

.impact-shop .ishop-slide__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 44px 0;
	overflow: hidden;
}

.impact-shop .ishop-slide__visual--inset { padding: 44px 0; }
.impact-shop .ishop-slide__visual--bleed { padding: 0; }

.impact-shop .ishop-plate {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: var(--ishop-visual-padding, 26px);
	border-radius: 10px;
	background: var(--ishop-visual-surface, #fff);
	overflow: hidden;
}

.impact-shop .ishop-plate img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: var(--ishop-visual-position, center);
	filter: none;
}

.impact-shop .ishop-visual-shadow--soft img { filter: drop-shadow(0 18px 24px rgba(11, 26, 33, .26)); }
.impact-shop .ishop-visual-shadow--strong img { filter: drop-shadow(0 22px 30px rgba(11, 26, 33, .4)); }

.impact-shop .ishop-plate--fit-cover img { width: 100%; height: 100%; object-fit: cover; }
.impact-shop .ishop-plate--fit-contain img { width: 100%; height: 100%; object-fit: contain; }

.impact-shop .ishop-plate--photo {
	padding: var(--ishop-visual-padding, 0);
	border-radius: 0;
	background: var(--ishop-visual-surface, #fff);
	overflow: hidden;
}

.impact-shop .ishop-plate--photo img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
}

.impact-shop .ishop-plate--photo.ishop-plate--fit-contain img { object-fit: contain; }

.impact-shop .ishop-hcard {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
	height: 100%;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 10px;
	background: var(--ishop-visual-surface, rgba(255, 255, 255, .1));
	color: #fff;
	overflow: hidden;
}

.impact-shop .ishop-hcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--ishop-visual-position, center); }
.impact-shop .ishop-hcard--fit-contain img { object-fit: contain; }
.impact-shop .ishop-hcard__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 26, 33, .05), rgba(11, 26, 33, .85)); }
.impact-shop .ishop-hcard b,
.impact-shop .ishop-hcard span { position: relative; }
.impact-shop .ishop-hcard b { font-size: 17px; font-weight: 600; }
.impact-shop .ishop-hcard span { color: rgba(255, 255, 255, .75); font-size: 13px; }

.impact-shop .ishop-hctl {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
}

.impact-shop .ishop-hdots { display: flex; gap: 8px; }

.impact-shop .ishop-hdot {
	padding: 7px 14px !important;
	border: 1px solid rgba(255, 255, 255, .28) !important;
	border-radius: 99px !important;
	background: rgba(255, 255, 255, .08) !important;
	color: rgba(255, 255, 255, .72) !important;
	font: 500 12px/1.2 'IBM Plex Sans', sans-serif !important;
	letter-spacing: .04em;
	text-transform: none !important;
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s;
}

.impact-shop .ishop-hdot:hover { background: rgba(255, 255, 255, .2) !important; color: #fff !important; }
.impact-shop .ishop-hdot.is-on { background: #fff !important; border-color: #fff !important; color: var(--ishop-deep) !important; }

.impact-shop .ishop-hprog {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 0;
	height: 3px;
	background: var(--ishop-red);
	transition: width .25s linear;
}

.impact-shop .ishop-harrow {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .28) !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .14) !important;
	color: #fff !important;
	cursor: pointer;
}

.impact-shop .ishop-harrow:hover { background: rgba(255, 255, 255, .28) !important; }
.impact-shop .ishop-harrow svg { width: 15px; height: 15px; }

/* -------------------------------------------------------- delivery strip */

.impact-shop .ishop-dstrip {
	padding: 13px 0;
	background: var(--ishop-deep);
	color: rgba(255, 255, 255, .9);
	font-size: 13.5px;
}

.impact-shop .ishop-dstrip__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
}

.impact-shop .ishop-hctl__inner {
	display: flex;
	align-items: center;
	gap: 12px;
}

.impact-shop .ishop-dstrip span { display: flex; align-items: center; gap: 9px; }
.impact-shop .ishop-dstrip svg { flex: none; width: 16px; height: 16px; color: rgba(255, 255, 255, .6); }

/* ----------------------------------------------------------- category rail */

.impact-shop .ishop-cats { padding: 44px 0 40px; }

.impact-shop .ishop-crail-wrap { position: relative; }

.impact-shop .ishop-crail {
	display: flex;
	align-items: stretch;
	gap: 12px;
	padding: 8px 0 18px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.impact-shop .ishop-crail::-webkit-scrollbar { display: none; }

.impact-shop .ishop-crail-wrap::before,
.impact-shop .ishop-crail-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 28px;
	pointer-events: none;
}

.impact-shop .ishop-crail-wrap::before { left: 0; background: linear-gradient(90deg, var(--ishop-bg), rgba(252, 252, 252, 0)); }
.impact-shop .ishop-crail-wrap::after { right: 0; background: linear-gradient(270deg, var(--ishop-bg), rgba(252, 252, 252, 0)); }

.impact-shop .ishop-cchip {
	flex: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 172px;
	padding: 14px 14px 13px;
	border: 1px solid var(--ishop-line);
	border-radius: 8px;
	background: #fff;
	scroll-snap-align: start;
	transition: border-color .15s, transform .15s, box-shadow .15s;
}

.impact-shop .ishop-cchip:hover {
	border-color: var(--ishop-red);
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(11, 26, 33, .1);
}

.impact-shop .ishop-cchip__im {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 84px;
	border-radius: 6px;
	background: #f7f5f1;
	overflow: hidden;
}

.impact-shop .ishop-cchip__im img { max-width: 76%; max-height: 70px; object-fit: contain; transition: transform .2s; }
.impact-shop .ishop-cchip:hover .ishop-cchip__im img { transform: scale(1.05); }

.impact-shop .ishop-cchip__lb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
}

.impact-shop .ishop-cchip__lb > div { min-width: 0; }

.impact-shop .ishop-cchip b {
	display: block;
	color: var(--ishop-slate);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.impact-shop .ishop-cchip:hover b { color: var(--ishop-red); }
.impact-shop .ishop-cchip__go { flex: none; color: #c4bdb1; }
.impact-shop .ishop-cchip__go svg { width: 15px; height: 15px; }
.impact-shop .ishop-cchip:hover .ishop-cchip__go { color: var(--ishop-red); }

.impact-shop .ishop-cchip--green { background: var(--ishop-green); border-color: transparent; }
.impact-shop .ishop-cchip--green .ishop-cchip__im { background: rgba(255, 255, 255, .16); color: #fff; }
.impact-shop .ishop-cchip--green .ishop-cchip__im svg { width: 26px; height: 26px; }

.impact-shop .ishop-cchip--sale { background: var(--ishop-grad-product); border-color: transparent; }
.impact-shop .ishop-cchip--sale .ishop-cchip__im {
	background: rgba(255, 255, 255, .18);
	color: #fff;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 22px;
	font-weight: 700;
}

.impact-shop .ishop-cchip--green b,
.impact-shop .ishop-cchip--sale b { color: #fff; }
.impact-shop .ishop-cchip--green:hover b,
.impact-shop .ishop-cchip--sale:hover b { color: #fff; }
.impact-shop .ishop-cchip--green .ishop-cchip__go,
.impact-shop .ishop-cchip--sale .ishop-cchip__go { color: rgba(255, 255, 255, .8); }

.impact-shop .ishop-crail-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0 !important;
	border: 1px solid var(--ishop-line2) !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--ishop-slate) !important;
	box-shadow: 0 6px 18px rgba(11, 26, 33, .14);
	transform: translateY(-50%);
	cursor: pointer;
}

.impact-shop .ishop-crail-btn:hover { background: var(--ishop-deep) !important; border-color: var(--ishop-deep) !important; color: #fff !important; }
.impact-shop .ishop-crail-btn svg { width: 16px; height: 16px; }
.impact-shop .ishop-crail-btn--prev { left: -14px; }
.impact-shop .ishop-crail-btn--next { right: -14px; }

/* ------------------------------------------------------------- product card */

.impact-shop .ishop-pcard {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--ishop-line);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	transition: box-shadow .18s, transform .18s;
}

.impact-shop .ishop-pcard:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(11, 26, 33, .12); }

.impact-shop .ishop-pcard__link,
.impact-shop .ishop-lcard__link {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: inherit;
}

.impact-shop .ishop-pcard__actions {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0 12px 14px;
}

.impact-shop .ishop-lcard .ishop-pcard__actions { padding: 0 14px 15px; }
.impact-shop .ishop-pcard .ishop-ph { aspect-ratio: 1 / 1; }

.impact-shop .ishop-pcard__bdg { position: absolute; top: 10px; left: 10px; }
.impact-shop .ishop-pcard__bdg .ishop-tab { padding: 4px 9px; font-size: 10px; }

.impact-shop .ishop-pcard__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 12px 14px;
}

.impact-shop .ishop-sku { color: #9a9184; font-size: 10px; }

.impact-shop .ishop-pcard__info h3 {
	color: var(--ishop-slate) !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}

.impact-shop .ishop-price { display: flex; align-items: baseline; gap: 6px; margin-top: 2px; }
.impact-shop .ishop-price b { color: var(--ishop-slate); font-size: 16px; font-weight: 700; }
.impact-shop .ishop-price s { color: #9a9184; font-size: 12px; }

.impact-shop .ishop-add {
	display: block;
	margin: 0 !important;
	padding: 8px !important;
	border-radius: 6px;
	border: 0 !important;
	background: var(--ishop-sand) !important;
	color: var(--ishop-slate) !important;
	font: 500 12px/1.4 'IBM Plex Sans', sans-serif !important;
	text-align: center;
	cursor: pointer;
	transition: background .15s, color .15s;
}

.impact-shop .ishop-add.loading { opacity: .6; }
.impact-shop .ishop-add.added { background: var(--ishop-green) !important; color: #fff !important; }

/* WooCommerce injects a "View cart" link after a successful AJAX add. */
.impact-shop .ishop-pcard__actions .added_to_cart {
	color: var(--ishop-teal);
	font-size: 11.5px;
	font-weight: 500;
	text-align: center;
}

.impact-shop .ishop-pcard:hover .ishop-add { background: var(--ishop-orange) !important; color: #fff !important; }

.impact-shop .ishop-addl {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px !important;
	width: 100%;
	margin: 0 !important;
	padding: 6px !important;
	border: 1px solid var(--ishop-line2) !important;
	border-radius: 6px !important;
	background: #fff !important;
	color: var(--ishop-muted) !important;
	font: 500 11.5px/1.4 'IBM Plex Sans', sans-serif !important;
	text-transform: none !important;
	cursor: pointer;
	transition: border-color .15s, color .15s;
}

.impact-shop .ishop-addl svg { width: 13px; height: 13px; }
.impact-shop .ishop-addl:hover { border-color: var(--ishop-teal) !important; color: var(--ishop-teal) !important; }

/* ------------------------------------------------------------- bestsellers */

.impact-shop .ishop-best { padding: 0 0 52px; }

.impact-shop .ishop-best__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.impact-shop .ishop-ftabs { display: flex; gap: 8px; }

.impact-shop .ishop-ftab {
	padding: 8px 16px !important;
	border: 1px solid var(--ishop-line2) !important;
	border-radius: 99px !important;
	background: #fff !important;
	color: var(--ishop-slate) !important;
	font: 500 13px/1.2 'IBM Plex Sans', sans-serif !important;
	text-transform: none !important;
	cursor: pointer;
}

.impact-shop .ishop-ftab.is-on { background: var(--ishop-deep) !important; border-color: var(--ishop-deep) !important; color: #fff !important; }
.impact-shop .ishop-ftab:hover:not(.is-on) { border-color: var(--ishop-deep) !important; }

.impact-shop .ishop-center { display: flex; justify-content: center; margin-top: 24px; }

/* ----------------------------------------------------------- shop by area */

.impact-shop .ishop-area { padding: 52px 0; background: var(--ishop-sand); }

.impact-shop .ishop-area__body {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 22px;
	align-items: start;
}

.impact-shop .ishop-arealist { display: flex; flex-direction: column; gap: 8px; }

.impact-shop .ishop-abtn {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 13px 15px !important;
	border: 1px solid var(--ishop-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--ishop-slate) !important;
	font: 500 14.5px/1.3 'IBM Plex Sans', sans-serif !important;
	text-align: left;
	text-transform: none !important;
	cursor: pointer;
	transition: border-color .15s, box-shadow .15s, background .15s;
}

.impact-shop .ishop-abtn svg { flex: none; width: 17px; height: 17px; color: var(--ishop-teal); }
.impact-shop .ishop-abtn:hover { border-color: var(--ishop-teal) !important; }
.impact-shop .ishop-abtn.is-on { background: var(--ishop-deep) !important; border-color: var(--ishop-deep) !important; color: #fff !important; }
.impact-shop .ishop-abtn.is-on svg { color: #fff; }

.impact-shop .ishop-apanels { min-width: 0; }

.impact-shop .ishop-apanel {
	display: none;
	padding: 22px 24px 24px;
	border: 1px solid var(--ishop-line);
	border-radius: 8px;
	background: #fff;
}

.impact-shop .ishop-apanel.is-on { display: block; }

.impact-shop .ishop-apanel__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 18px;
}

.impact-shop .ishop-apanel h3 {
	color: var(--ishop-slate) !important;
	font-size: 20px !important;
	font-weight: 600 !important;
}

.impact-shop .ishop-apanel__head p {
	max-width: 560px;
	margin-top: 6px;
	color: var(--ishop-muted);
	font-size: 13.5px;
	line-height: 1.6;
}

.impact-shop .ishop-prail-wrap { position: relative; }

.impact-shop .ishop-prail {
	display: flex;
	gap: 12px;
	padding: 2px 0 6px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.impact-shop .ishop-prail::-webkit-scrollbar { display: none; }
.impact-shop .ishop-prail .ishop-pcard {
	flex: 0 0 calc((100% - 36px) / 4);
	scroll-snap-align: start;
}

.impact-shop .ishop-prail .ishop-pcard__info h3 {
	font-size: 13px !important;
	line-height: 1.35 !important;
}

.impact-shop .ishop-prail-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0 !important;
	border: 1px solid var(--ishop-line2) !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--ishop-slate) !important;
	box-shadow: 0 6px 18px rgba(11, 26, 33, .16);
	transform: translateY(-50%);
	cursor: pointer;
}

.impact-shop .ishop-prail-btn:hover { background: var(--ishop-deep) !important; border-color: var(--ishop-deep) !important; color: #fff !important; }
.impact-shop .ishop-prail-btn svg { width: 15px; height: 15px; }
.impact-shop .ishop-prail-btn--prev { left: -13px; }
.impact-shop .ishop-prail-btn--next { right: -13px; }

.impact-shop .ishop-tipline {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 16px;
	padding: 13px 15px;
	border-radius: 6px;
	background: #f7f5f1;
	color: var(--ishop-slate);
	font-size: 13px;
	line-height: 1.55;
}

.impact-shop .ishop-tipline svg { flex: none; width: 15px; height: 15px; margin-top: 2px; color: var(--ishop-teal); }

/* ---------------------------------------------------------------- go green */

.impact-shop .ishop-green {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 52px auto;
	padding: 26px 34px;
	border-radius: 8px;
	background: var(--ishop-green);
	color: #fff;
}

.impact-shop .ishop-green__leaf {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50% 50% 50% 4px;
	background: rgba(255, 255, 255, .2);
}

.impact-shop .ishop-green__leaf svg { width: 22px; height: 22px; }
.impact-shop .ishop-green h3 { color: #fff !important; font-size: 20px !important; font-weight: 600 !important; }
.impact-shop .ishop-green p { margin-top: 2px; color: rgba(255, 255, 255, .9); font-size: 14px; }
.impact-shop .ishop-green .ishop-btn { flex: none; margin-left: auto !important; }

/* ------------------------------------------------------- impact own lines */

.impact-shop .ishop-lines { padding: 0 0 56px; }

.impact-shop .ishop-lines__wrap {
	padding: 36px 40px 40px;
	border-radius: 10px;
	background: var(--ishop-grad-product);
	color: #fff;
}

.impact-shop .ishop-lines__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 32px;
	margin-bottom: 26px;
}

.impact-shop .ishop-lines__top h2 {
	max-width: 520px;
	margin-top: 12px;
	color: #fff !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

.impact-shop .ishop-lines__top p {
	max-width: 420px;
	color: rgba(255, 255, 255, .88);
	font-size: 14.5px;
	line-height: 1.6;
}

.impact-shop .ishop-lines__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.impact-shop .ishop-lcard {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	transition: transform .18s, box-shadow .18s;
}

.impact-shop .ishop-lcard:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(11, 26, 33, .24); color: var(--ishop-slate); }
.impact-shop .ishop-lcard__im { aspect-ratio: 1 / 1; height: auto; }
.impact-shop .ishop-lcard__im .ishop-ph { width: 100%; height: 100%; background: repeating-linear-gradient(135deg, #f7f5f1 0 14px, #efebe4 14px 28px); }
.impact-shop .ishop-lcard__im .ishop-ph--photo { background: #fff; }

.impact-shop .ishop-lcard__tx {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 3px;
	padding: 13px 14px 15px;
	color: var(--ishop-slate);
}

.impact-shop .ishop-lcard__tx > b { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.3; }
.impact-shop .ishop-lcard__ln { display: block; color: var(--ishop-muted); font-size: 12px; line-height: 1.45; }
.impact-shop .ishop-lcard .ishop-price { margin-top: 4px; }
.impact-shop .ishop-lcard__tx { flex: 1; }
.impact-shop .ishop-lcard:hover .ishop-add { background: var(--ishop-deep) !important; color: #fff !important; }

/* ------------------------------------------------------------------ trade */

.impact-shop .ishop-trade {
	padding: 56px 0;
	border-top: 1px solid var(--ishop-line);
	background: #fff;
}

.impact-shop .ishop-trade > .ishop-container {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 52px;
	align-items: center;
}

.impact-shop .ishop-trade h2 {
	margin-top: 14px;
	color: var(--ishop-slate) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	letter-spacing: -.01em;
}

.impact-shop .ishop-trade .ishop-rule { margin-top: 14px; }

.impact-shop .ishop-trade__body {
	max-width: 480px;
	margin-top: 14px;
	color: #5a6472;
	font-size: 15.5px;
	line-height: 1.65;
}

.impact-shop .ishop-trade .ishop-btn { margin-top: 22px !important; }

.impact-shop .ishop-tben { display: flex; flex-direction: column; gap: 12px; }

.impact-shop .ishop-tb {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 6px;
	background: var(--ishop-sand);
}

.impact-shop .ishop-tb svg { flex: none; width: 16px; height: 16px; margin-top: 2px; color: var(--ishop-green); }
.impact-shop .ishop-tb b { display: block; font-size: 14.5px; font-weight: 600; }
.impact-shop .ishop-tb span { display: block; margin-top: 2px; color: var(--ishop-muted); font-size: 13px; }

/* ----------------------------------------------------------------- guides */

.impact-shop .ishop-guides { padding: 56px 0; background: var(--ishop-sand); }

.impact-shop .ishop-guides__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.impact-shop .ishop-gcard {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--ishop-line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow .18s, transform .18s;
}

.impact-shop .ishop-gcard:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(11, 26, 33, .12); }
.impact-shop .ishop-gcard__im { position: relative; height: 158px; }
.impact-shop .ishop-gcard__im img { width: 100%; height: 100%; object-fit: cover; }
.impact-shop .ishop-gcard__info { padding: 16px 18px 18px; }

.impact-shop .ishop-gcard__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #9a9184;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.impact-shop .ishop-gcard h3 {
	margin-top: 9px;
	color: var(--ishop-slate) !important;
	font-size: 16.5px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
}

.impact-shop .ishop-gcard p { margin-top: 7px; color: var(--ishop-muted); font-size: 13.5px; line-height: 1.55; }
.impact-shop .ishop-gcard__go { margin-top: 12px; color: var(--ishop-teal); font-size: 13px; font-weight: 500; }
.impact-shop .ishop-gcard:hover .ishop-gcard__go { color: var(--ishop-red); }

/* ------------------------------------------------------------------ trust */

.impact-shop .ishop-trust {
	padding: 34px 0;
	border-top: 1px solid var(--ishop-line);
	background: #fff;
}

.impact-shop .ishop-trust > .ishop-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 34px;
}

.impact-shop .ishop-tcell { display: flex; align-items: flex-start; gap: 14px; }

.impact-shop .ishop-tcell__dot {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: var(--ishop-deep);
	color: #fff;
}

.impact-shop .ishop-tcell__dot svg { width: 17px; height: 17px; }
.impact-shop .ishop-tcell h3 { margin-bottom: 4px; color: var(--ishop-slate) !important; font-size: 15px !important; font-weight: 600 !important; }
.impact-shop .ishop-tcell p { color: var(--ishop-muted); font-size: 13px; line-height: 1.5; }

/* --------------------------------------------------------------- mobile */

@media (max-width: 1120px) {
	.impact-shop .ishop-container { width: min(100% - 64px, 1056px); }
	.impact-shop .ishop-best__grid,
	.impact-shop .ishop-lines__grid { grid-template-columns: repeat(3, 1fr); }
	.impact-shop .ishop-trust > .ishop-container { grid-template-columns: repeat(2, 1fr); }
	.impact-shop .ishop-trade > .ishop-container { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 900px) {
	.impact-shop .ishop-container { width: calc(100% - 36px); }

	.impact-shop .ishop-hero { height: 452px; }
	.impact-shop .ishop-slide { display: flex; flex-direction: column; }
	/* The visual is hidden at this width, so let the copy use the full container. */
	.impact-shop .ishop-slide__grid { grid-template-columns: minmax(0, 1fr); }
	.impact-shop .ishop-slide__copy { height: 100%; justify-content: flex-end; gap: 11px; padding: 26px 0 96px; }
	.impact-shop .ishop-slide__copy h2 { font-size: 26px !important; }
	.impact-shop .ishop-slide__copy p { font-size: 14px; }
	.impact-shop .ishop-slide__visual { display: none; }
	.impact-shop .ishop-hctl { left: 0; right: 0; bottom: 18px; }
	.impact-shop .ishop-hctl__inner { gap: 8px; flex-wrap: wrap; }
	.impact-shop .ishop-hdots { flex-wrap: wrap; gap: 6px; }
	.impact-shop .ishop-hdot { padding: 6px 10px !important; font-size: 11px !important; }

	.impact-shop .ishop-dstrip { padding: 12px 0; font-size: 12.5px; }
	.impact-shop .ishop-dstrip__inner { flex-direction: column; gap: 9px; }

	.impact-shop .ishop-cats { padding: 32px 0 28px; }
	.impact-shop .ishop-sechead { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
	.impact-shop .ishop-sechead h2 { font-size: 21px !important; }
	.impact-shop .ishop-sechead p { font-size: 13.5px; }
	.impact-shop .ishop-crail { gap: 9px; }
	.impact-shop .ishop-cchip { width: 124px; }
	.impact-shop .ishop-crail-btn { display: none !important; }

	.impact-shop .ishop-best { padding: 0 0 36px; }
	.impact-shop .ishop-best__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.impact-shop .ishop-ftabs { overflow-x: auto; padding-bottom: 4px; }

	.impact-shop .ishop-area { padding: 36px 0; }
	.impact-shop .ishop-area__body { display: flex; flex-direction: column; gap: 14px; }
	.impact-shop .ishop-arealist { flex-direction: row; width: 100%; min-width: 0; gap: 8px; padding-bottom: 4px; overflow-x: auto; }
	.impact-shop .ishop-abtn { flex: none; padding: 10px 13px !important; font-size: 13.5px !important; }
	.impact-shop .ishop-apanels { width: 100%; min-width: 0; }
	.impact-shop .ishop-apanel { padding: 18px; }
	.impact-shop .ishop-apanel h3 { font-size: 17px !important; }
	.impact-shop .ishop-prail .ishop-pcard { flex: 0 0 158px; }
	.impact-shop .ishop-prail-btn { display: none !important; }

	.impact-shop .ishop-green { flex-direction: column; align-items: flex-start; gap: 12px; margin: 36px auto; padding: 20px; }
	.impact-shop .ishop-green h3 { font-size: 17px !important; }
	.impact-shop .ishop-green .ishop-btn { margin-left: 0 !important; }

	.impact-shop .ishop-lines { padding: 0 0 36px; }
	.impact-shop .ishop-lines__wrap { padding: 24px 20px 26px; }
	.impact-shop .ishop-lines__top { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
	.impact-shop .ishop-lines__top h2 { font-size: 21px !important; }
	.impact-shop .ishop-lines__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.impact-shop .ishop-lcard__im { aspect-ratio: 1 / 1; height: auto; }

	.impact-shop .ishop-trade { padding: 36px 0; }
	.impact-shop .ishop-trade > .ishop-container { display: flex; flex-direction: column; gap: 20px; }
	.impact-shop .ishop-trade h2 { font-size: 21px !important; }
	.impact-shop .ishop-trade__body { margin-top: 10px; font-size: 14px; }

	.impact-shop .ishop-guides { padding: 36px 0; }
	.impact-shop .ishop-guides__grid { display: flex; flex-direction: column; gap: 12px; }

	.impact-shop .ishop-trust { padding: 30px 0; }
	.impact-shop .ishop-trust > .ishop-container { display: flex; flex-direction: column; gap: 18px; }
}

/* --------------------------------------------------------- small phones */

@media (max-width: 600px) {
	.impact-shop .ishop-container { width: calc(100% - 40px); }

	/* A single copy column fixes the overly narrow, five-line hero heading. */
	.impact-shop .ishop-hero { height: 430px; }
	.impact-shop .ishop-slide__copy { justify-content: center; gap: 10px; padding: 20px 0 82px; }
	.impact-shop .ishop-slide__copy h2 { max-width: 100%; font-size: 25px !important; line-height: 1.16 !important; }
	.impact-shop .ishop-slide__copy p { max-width: 100%; font-size: 14px; line-height: 1.5; }
	.impact-shop .ishop-slide__acts { margin-top: 3px; }
	.impact-shop .ishop-slide__acts .ishop-btn { padding: 11px 18px !important; }
	.impact-shop .ishop-hctl { bottom: 16px; }
	.impact-shop .ishop-hdot { max-width: calc(100vw - 154px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

	/* The product grids become readable, full-width cards on phones. */
	.impact-shop .ishop-best__grid,
	.impact-shop .ishop-lines__grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	/* Full-width cards need shorter thumbnails; square images made every card a near-full screen. */
	.impact-shop .ishop-pcard .ishop-ph {
		height: clamp(170px, 44vw, 200px);
		aspect-ratio: auto;
	}
	.impact-shop .ishop-lcard__im {
		height: clamp(170px, 44vw, 200px);
		aspect-ratio: auto;
	}
	.impact-shop .ishop-pcard__info { padding: 15px 16px; }
	.impact-shop .ishop-pcard__info h3,
	.impact-shop .ishop-prail .ishop-pcard__info h3 { font-size: 16px !important; line-height: 1.35 !important; }
	.impact-shop .ishop-pcard__actions { padding: 0 16px 16px; }

	/* Keep the area product rail touch-friendly, but show one wide card at a time. */
	.impact-shop .ishop-apanel { padding: 18px 16px; }
	.impact-shop .ishop-apanel__head { flex-direction: column; gap: 9px; margin-bottom: 16px; }
	.impact-shop .ishop-apanel__head p { max-width: none; }
	.impact-shop .ishop-apanel__head > a { align-self: flex-start; }
	.impact-shop .ishop-prail { gap: 12px; }
	.impact-shop .ishop-prail .ishop-pcard { flex: 0 0 min(88%, 360px); }

	.impact-shop .ishop-lines__wrap { padding: 24px 20px 26px; }
	.impact-shop .ishop-lines__top { gap: 14px; margin-bottom: 20px; }
	.impact-shop .ishop-lines__top h2 { font-size: 25px !important; }
	.impact-shop .ishop-lcard__tx { padding: 16px; }
	.impact-shop .ishop-lcard__tx > b { font-size: 16px; line-height: 1.35; }
}

/* ------------------------------------------------ BeTheme layout overrides */

/* The design is edge-to-edge; BeTheme's content column would otherwise cap it. */
body.impact-shop-v2-active #Content .content_wrapper,
body.impact-shop-v2-active #Content .sections_group,
body.impact-shop-v2-active #Content .entry-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

body.impact-shop-v2-active #Content { padding: 0 !important; margin: 0 !important; }
body.impact-shop-v2-active #Subheader { display: none !important; }
body.impact-shop-v2-active .section-page-footer,
body.impact-shop-v2-active .mfn-breadcrumbs { display: none !important; }
