.woocommerce-cart.rochford-empty-cart {
	--ec-ink: #1d2017;
	--ec-olive: #616b2e;
	--ec-olive-dark: #4d5622;
	--ec-gold: #b49d5a;
	--ec-gold-light: #d2b96e;
	--ec-canvas: #f6f3ec;
	--ec-card: #fff;
	--ec-line: #dedbd2;
	--ec-muted: #696960;
	background: var(--ec-canvas);
}

.woocommerce-cart.rochford-empty-cart > .woocommerce {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--ec-canvas);
}

.woocommerce-cart.rochford-empty-cart > .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-cart.rochford-empty-cart > .woocommerce > :where(.woocommerce-message, .woocommerce-error, .woocommerce-info) {
	width: min(1280px, calc(100% - 48px));
	margin: 18px auto !important;
}

.woocommerce-cart.rochford-empty-cart > .woocommerce > .woocommerce-notices-wrapper:empty {
	display: none !important;
	margin: 0 !important;
}

.woocommerce-cart.rochford-empty-cart .dgwt-wcas-suggestions-wrapp.woocommerce {
	min-height: 0 !important;
}

.woocommerce-cart.rochford-empty-cart .dgwt-wcas-suggestions-wrapp.woocommerce:empty {
	display: none !important;
}

.woocommerce-cart.rochford-empty-cart .return-to-shop { display: none !important; }

.rochford-empty-case,
.rochford-empty-case * { box-sizing: border-box; }

.rochford-empty-case {
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	color: var(--ec-ink);
	font-family: "Suisse Intl", Arial, sans-serif;
}

.rochford-empty-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(480px, 33.333vw, 620px);
	isolation: isolate;
	overflow: hidden;
	background: #14150f;
}

.rochford-empty-hero__media,
.rochford-empty-hero__media img,
.rochford-empty-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.rochford-empty-hero__media { z-index: -2; }
.rochford-empty-hero__media img { display: block; object-fit: cover; object-position: center; }
.rochford-empty-hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(7, 9, 5, .9) 0%, rgba(7, 9, 5, .7) 29%, rgba(7, 9, 5, .22) 56%, rgba(7, 9, 5, 0) 76%); }

.rochford-empty-hero__content {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
	padding: 46px 8px;
	color: #fff;
}

.rochford-empty-hero__eyebrow,
.rochford-empty-selection > header span,
.rochford-empty-product__eyebrow {
	display: block;
	color: var(--ec-gold-light);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rochford-empty-hero h1 {
	max-width: 480px;
	margin: 13px 0 12px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(58px, 5.5vw, 88px);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: .9;
}

.rochford-empty-hero__content > p {
	margin: 0 0 17px;
	font-size: 18px;
	line-height: 1.45;
}

.rochford-empty-hero__tiers { display: flex; width: min(480px, 100%); margin-bottom: 20px; }
.rochford-empty-hero__tiers > div {
	display: flex;
	flex: 1 1 0;
	gap: 13px;
	align-items: center;
	min-height: 78px;
	padding: 8px 22px;
	border: 1px solid rgba(180, 157, 90, .38);
	background: rgba(40, 47, 22, .72);
	backdrop-filter: blur(5px);
}
.rochford-empty-hero__tiers > div:first-child { border-radius: 7px 0 0 7px; }
.rochford-empty-hero__tiers > div:last-child { border-left: 0; border-radius: 0 7px 7px 0; }
.rochford-empty-hero__tiers strong { font-family: Georgia, "Times New Roman", serif; font-size: 58px; font-weight: 400; line-height: 1; }
.rochford-empty-hero__tiers strong sup { position: relative; top: -.72em; margin-left: 1px; font-family: "Suisse Intl", Arial, sans-serif; font-size: .32em; font-weight: 650; }
.rochford-empty-hero__tier-detail { display: grid; min-width: 82px; gap: 2px; justify-items: start; margin-left: auto; text-align: left; }
.rochford-empty-hero__tier-detail > small { color: #fff; font-size: 13px; font-style: normal; line-height: 1.2; }
.rochford-empty-hero__tier-detail > span { display: flex; gap: 4px; align-items: baseline; }
.rochford-empty-hero__tier-detail b { color: var(--ec-gold-light); font-size: 25px; font-weight: 500; line-height: 1; }
.rochford-empty-hero__tier-detail em { color: var(--ec-gold-light); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.rochford-empty-hero__actions { display: flex; gap: 14px; }
.rochford-empty-hero__actions a {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	min-width: 220px;
	min-height: 54px;
	padding: 12px 20px;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 4px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.rochford-empty-hero__actions a span { font-size: 24px; font-weight: 300; line-height: 1; }
.rochford-empty-hero__actions .rochford-empty-hero__start { border-color: var(--ec-gold); background: var(--ec-gold); color: #fff !important; }
.rochford-empty-hero__actions .rochford-empty-hero__start:hover { border-color: #c2aa63; background: #c2aa63; }
.rochford-empty-hero__actions .rochford-empty-hero__explore:hover { border-color: #fff; background: rgba(255, 255, 255, .12); }

.rochford-empty-selection {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
	padding: 34px 0 24px;
	scroll-margin-top: 110px;
}

.rochford-empty-selection > header {
	margin-bottom: 16px;
}
.rochford-empty-selection > header h2 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3vw, 44px); font-weight: 400; letter-spacing: -.025em; line-height: 1; }

.rochford-empty-selection__toolbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 18px;
	margin: -55px 0 16px 320px;
}
.rochford-empty-selection__view-all { flex: 0 0 auto; color: var(--ec-olive) !important; font-size: 12px; font-weight: 650; white-space: nowrap; text-underline-offset: 4px; }

.rochford-empty-tabs {
	display: flex;
	justify-content: flex-end;
	gap: 7px;
	min-width: 0;
}
.rochford-empty-tabs button {
	min-height: 42px;
	padding: 8px 17px;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--ec-ink) !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1 !important;
	cursor: pointer;
}
.rochford-empty-tabs button:hover { border-color: var(--ec-line) !important; }
.rochford-empty-tabs button[aria-selected="true"] { border-color: var(--ec-olive) !important; background: var(--ec-olive) !important; color: #fff !important; }

.rochford-empty-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.rochford-empty-product {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--ec-line);
	border-radius: 10px;
	background: var(--ec-card);
	box-shadow: 0 8px 30px rgba(37, 35, 28, .055);
	transition: transform .2s ease, box-shadow .2s ease;
}
.rochford-empty-product:hover { transform: translateY(-3px); box-shadow: 0 13px 35px rgba(37, 35, 28, .1); }
.rochford-empty-product__image { display: flex; justify-content: center; align-items: center; height: 230px; padding: 18px 18px 7px; background: linear-gradient(145deg, #f2eee5, #faf9f5); }
.rochford-empty-product__image img { display: block; width: 100% !important; height: 100% !important; max-width: 190px !important; object-fit: contain; transition: transform .25s ease; }
.rochford-empty-product:hover .rochford-empty-product__image img { transform: scale(1.025); }
.rochford-empty-product__content { display: flex; flex: 1 1 auto; flex-direction: column; padding: 18px 18px 15px; }
.rochford-empty-product__eyebrow { margin-bottom: 7px; color: #8b7639; font-size: 10px; }
.rochford-empty-product h3 { min-height: 49px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; line-height: 1.18; }
.rochford-empty-product h3 a { color: var(--ec-ink) !important; text-decoration: none !important; }
.rochford-empty-product__meta { min-height: 34px; margin-top: 7px; color: var(--ec-muted); font-size: 11px; line-height: 1.45; }
.rochford-empty-product__price { display: flex; gap: 7px; align-items: baseline; margin-top: auto; padding-top: 10px; color: var(--ec-ink); font-size: 17px; font-weight: 650; }
.rochford-empty-product__price ins { color: var(--ec-ink); text-decoration: none; }
.rochford-empty-product__price del { color: #85857d; font-size: 12px; font-weight: 500; }

.rochford-empty-product__actions { display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 6px; padding: 0 12px 12px; }
.rochford-empty-product__actions > a:only-child { grid-column: 1 / -1; }
.rochford-empty-product__actions label,
.rochford-empty-product__quantity { width: 100%; height: 48px; }
.rochford-empty-product__quantity { padding: 0 8px; border: 1px solid var(--ec-line); border-radius: 4px; background: #fff; color: var(--ec-ink); font-size: 13px; }
.rochford-empty-product__add {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	min-height: 48px !important;
	padding: 9px 16px !important;
	border: 1px solid var(--ec-olive) !important;
	border-radius: 4px !important;
	background: var(--ec-olive) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}
.rochford-empty-product__add:hover { border-color: var(--ec-olive-dark) !important; background: var(--ec-olive-dark) !important; }
.rochford-empty-product__add b {
	display: inline-grid;
	flex: 0 0 20px;
	place-items: center;
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}
.rochford-empty-product__add.is-adding { cursor: wait; opacity: .78; }
.woocommerce .rochford-empty-product__add.loading,
.woocommerce .rochford-empty-product__add.is-adding { padding-right: 16px !important; }
.woocommerce .rochford-empty-product__add.loading::after,
.woocommerce .rochford-empty-product__add.is-adding::after { display: none !important; content: none !important; }
.rochford-empty-product__add.loading b,
.rochford-empty-product__add.is-adding b {
	border: 2px solid rgba(255, 255, 255, .38);
	border-top-color: #fff;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	animation: rochford-empty-add-spin .7s linear infinite;
}
.rochford-empty-product__add.is-added { border-color: var(--ec-gold) !important; background: var(--ec-gold) !important; }
.rochford-empty-product + a.added_to_cart,
.rochford-empty-panel a.added_to_cart.wc-forward { display: none !important; }

@keyframes rochford-empty-add-spin {
	to { transform: rotate(360deg); }
}

.rochford-empty-selection__fallback { padding: 38px; border: 1px solid var(--ec-line); border-radius: 10px; background: #fff; text-align: center; }
.rochford-empty-selection__fallback .button { margin-top: 8px; background: var(--ec-olive) !important; color: #fff !important; }

.rochford-empty-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto 34px;
	border: 1px solid #d8cfb9;
	border-radius: 8px;
	background: rgba(255, 255, 255, .42);
}
.rochford-empty-trust > div { display: flex; gap: 14px; align-items: center; min-height: 88px; padding: 16px 21px; }
.rochford-empty-trust > div + div { border-left: 1px solid #d8cfb9; }
.rochford-empty-trust .rochford-icon { width: 29px; height: 29px; flex: 0 0 auto; color: var(--ec-gold); }
.rochford-empty-trust span { display: grid; gap: 3px; }
.rochford-empty-trust strong { font-size: 11px; font-weight: 650; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.rochford-empty-trust small { color: var(--ec-muted); font-size: 11px; line-height: 1.35; }

.rochford-empty-cart :where(a, button, select):focus-visible { outline: 3px solid rgba(180, 157, 90, .48) !important; outline-offset: 3px; box-shadow: none !important; }

@media (max-width: 1024px) {
	.rochford-empty-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rochford-empty-selection__toolbar { justify-content: space-between; margin: 0 0 16px; }
	.rochford-empty-tabs { justify-content: flex-start; overflow-x: auto; }
	.rochford-empty-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rochford-empty-trust > div:nth-child(3) { border-left: 0; border-top: 1px solid #d8cfb9; }
	.rochford-empty-trust > div:nth-child(4) { border-top: 1px solid #d8cfb9; }
}

@media (max-width: 620px) {
	.woocommerce-cart.rochford-empty-cart :where(.elementor-location-header, .main-rochford-header) {
		width: 100% !important;
		max-width: none !important;
		margin-inline: 0 !important;
	}
	.woocommerce-cart.rochford-empty-cart > .woocommerce > .woocommerce-notices-wrapper,
	.woocommerce-cart.rochford-empty-cart > .woocommerce > :where(.woocommerce-message, .woocommerce-error, .woocommerce-info),
	.rochford-empty-selection,
	.rochford-empty-trust { width: calc(100% - 28px); }
	.rochford-empty-hero { align-items: flex-start; min-height: 580px; }
	.rochford-empty-hero__media img { object-position: center 68%; }
	.rochford-empty-hero__shade { background: linear-gradient(180deg, rgba(7, 9, 5, .9) 0%, rgba(7, 9, 5, .67) 34%, rgba(7, 9, 5, .12) 70%, rgba(7, 9, 5, .18) 100%); }
	.rochford-empty-hero__content { width: calc(100% - 28px); padding: 34px 0 28px; }
	.rochford-empty-hero h1 { max-width: 330px; margin-top: 9px; font-size: clamp(49px, 16vw, 66px); }
	.rochford-empty-hero__content > p { max-width: 340px; margin-bottom: 14px; font-size: 15px; }
	.rochford-empty-hero__tiers { width: min(335px, 100%); }
	.rochford-empty-hero__tiers > div { gap: 8px; min-height: 65px; padding: 7px 10px; }
	.rochford-empty-hero__tiers strong { font-size: 45px; }
	.rochford-empty-hero__tier-detail { min-width: 60px; gap: 2px; }
	.rochford-empty-hero__tier-detail > small { font-size: 11px; }
	.rochford-empty-hero__tier-detail b { font-size: 20px; }
	.rochford-empty-hero__tier-detail em { font-size: 7px; }
	.rochford-empty-hero__actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 8px; }
	.rochford-empty-hero__actions a { min-width: 0; min-height: 48px; padding: 9px 12px; font-size: 12px; }
	.rochford-empty-selection { position: relative; padding-top: 27px; scroll-margin-top: 90px; }
	.rochford-empty-selection > header { margin-bottom: 8px; }
	.rochford-empty-selection > header span { font-size: 10px; letter-spacing: .14em; }
	.rochford-empty-selection > header h2 { margin-top: 4px; font-size: 30px; line-height: 1.05; }
	.rochford-empty-selection__toolbar { display: flex; gap: 7px; margin: 0 0 13px; }
	.rochford-empty-selection__view-all { position: absolute; top: 29px; right: 0; width: auto; font-size: 11px; line-height: 1.2; text-align: right; }
	.rochford-empty-tabs { width: calc(100% + 14px); gap: 4px; margin-right: -14px; padding-right: 14px; scrollbar-width: none; }
	.rochford-empty-tabs::-webkit-scrollbar { display: none; }
	.rochford-empty-tabs button { min-height: 44px; padding-inline: 14px; white-space: nowrap; }
	.rochford-empty-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
	.rochford-empty-product { min-width: 0; border-radius: 8px; }
	.rochford-empty-product__image { height: clamp(138px, 40vw, 165px); padding: 10px 8px 5px; }
	.rochford-empty-product__image img { max-width: 120px !important; }
	.rochford-empty-product__content { padding: 10px 9px 9px; }
	.rochford-empty-product__eyebrow { margin-bottom: 5px; font-size: 8px; letter-spacing: .11em; }
	.rochford-empty-product h3 { display: -webkit-box; min-height: 50px; overflow: hidden; font-size: clamp(13px, 3.8vw, 15px); line-height: 1.17; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
	.rochford-empty-product__meta { min-height: 39px; margin-top: 5px; font-size: 9px; line-height: 1.35; }
	.rochford-empty-product__price { flex-wrap: wrap; gap: 4px; padding-top: 7px; font-size: 14px; }
	.rochford-empty-product__price del { font-size: 10px; }
	.rochford-empty-product__actions { grid-template-columns: 42px minmax(0, 1fr); gap: 5px; padding: 0 6px 6px; }
	.rochford-empty-product__actions label,
	.rochford-empty-product__quantity { height: 44px; }
	.rochford-empty-product__quantity { padding: 0 4px; font-size: 11px; }
	.rochford-empty-product__add { min-height: 44px !important; padding: 7px 8px !important; font-size: 10.5px !important; }
	.rochford-empty-product__add b { font-size: 16px; }
	.rochford-empty-trust { grid-template-columns: 1fr; margin-bottom: 22px; }
	.rochford-empty-trust > div { min-height: 72px; padding: 13px 16px; }
	.rochford-empty-trust > div + div { border-top: 1px solid #d8cfb9; border-left: 0; }
}

@media (max-width: 360px) {
	.rochford-empty-hero { min-height: 560px; }
	.rochford-empty-hero h1 { font-size: 46px; }
	.rochford-empty-hero__actions a { width: 100%; font-size: 11px; }
	.rochford-empty-product__add b { display: none; }
	.rochford-empty-product__add.loading b,
	.rochford-empty-product__add.is-adding b { display: inline-grid; }
}

@media (prefers-reduced-motion: reduce) {
	.rochford-empty-product,
	.rochford-empty-product__image img,
	.rochford-empty-hero__actions a { transition: none !important; }
	.rochford-empty-product:hover,
	.rochford-empty-product:hover .rochford-empty-product__image img { transform: none; }
	.rochford-empty-product__add.loading b,
	.rochford-empty-product__add.is-adding b { animation: none; }
}
