/**
 * ZERO Vape cart page.
 * Scoped by both the cart body class and the zero-cart component namespace.
 */

body.woocommerce-cart {
	--zero-cart-ink: #030402;
	--zero-cart-paper: #fbfaf8;
	--zero-cart-lime: #d5f249;
	--zero-cart-line: #dcdbda;
	--zero-cart-white: #fefefe;
}

body.woocommerce-cart #rbb-page-title,
body.woocommerce-cart #rbb-breadcrumb {
	display: none !important;
}

body.woocommerce-cart .zero-cart {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: var(--zero-cart-paper);
	font-family: Poppins, Arial, Helvetica, sans-serif;
}

body.woocommerce-cart .zero-cart > .woocommerce {
	width: 100%;
}

body.woocommerce-cart .zero-cart-empty,
body.woocommerce-cart .zero-cart-empty * {
	box-sizing: border-box;
}

body.woocommerce-cart .zero-cart-empty__extensions:empty {
	display: none;
}

body.woocommerce-cart .zero-cart-empty__hero {
	position: relative;
	min-height: 580px;
	overflow: hidden;
	background: var(--zero-cart-ink);
	color: var(--zero-cart-white);
}

body.woocommerce-cart .zero-cart-empty__hero::after {
	position: absolute;
	z-index: 0;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 30%;
	background: var(--zero-cart-lime);
	clip-path: polygon(84% 0, 100% 0, 100% 100%, 61% 100%, 43% 58%, 36% 50%);
	content: '';
}

body.woocommerce-cart .zero-cart-empty__hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	grid-template-rows: auto auto;
	align-items: center;
	align-content: center;
	min-height: 580px;
	max-width: 1360px;
	margin: 0 auto;
	padding: 76px clamp(54px, 5.5vw, 82px);
}

body.woocommerce-cart .zero-cart-empty__copy {
	position: relative;
	z-index: 2;
	grid-column: 1;
	grid-row: 1;
	max-width: 700px;
}

body.woocommerce-cart .zero-cart-empty__eyebrow,
body.woocommerce-cart .zero-cart-empty__directory h2 {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.woocommerce-cart .zero-cart-empty__eyebrow {
	color: var(--zero-cart-lime);
}

body.woocommerce-cart .zero-cart-empty__directory h2 {
	color: #405400;
}

body.woocommerce-cart .zero-cart-empty__copy h1 {
	max-width: 700px;
	margin: 46px 0 24px;
	color: var(--zero-cart-white);
	font-size: clamp(68px, 6.3vw, 96px);
	font-weight: 800;
	line-height: .93;
	letter-spacing: -.065em;
}

body.woocommerce-cart .zero-cart-empty__lede {
	margin: 0;
	color: var(--zero-cart-white);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.55;
}

body.woocommerce-cart .zero-cart-empty__actions {
	display: flex;
	grid-column: 1;
	grid-row: 2;
	align-items: center;
	gap: 34px;
	margin-top: 42px;
}

body.woocommerce-cart .zero-cart-empty__button,
body.woocommerce-cart .zero-cart-empty__text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .035em;
	text-transform: uppercase;
}

body.woocommerce-cart .zero-cart-empty__button {
	min-width: 288px;
	padding: 18px 26px;
	background: var(--zero-cart-lime);
	color: var(--zero-cart-ink) !important;
	transition: background-color .2s ease, color .2s ease;
}

body.woocommerce-cart .zero-cart-empty__button:hover,
body.woocommerce-cart .zero-cart-empty__button:focus-visible {
	background: var(--zero-cart-white);
	color: var(--zero-cart-ink) !important;
}

body.woocommerce-cart .zero-cart-empty__text-link {
	position: relative;
	min-width: 0;
	color: var(--zero-cart-white) !important;
}

body.woocommerce-cart .zero-cart-empty__text-link::after {
	position: absolute;
	right: 0;
	bottom: 9px;
	left: 0;
	height: 2px;
	background: var(--zero-cart-lime);
	content: '';
}

body.woocommerce-cart .zero-cart-empty a:focus-visible {
	outline: 3px solid var(--zero-cart-lime);
	outline-offset: 4px;
}

body.woocommerce-cart .zero-cart-empty__bag {
	position: relative;
	z-index: 2;
	display: grid;
	grid-column: 2;
	grid-row: 1 / span 2;
	place-items: center;
	justify-self: center;
	width: 280px;
	height: 300px;
	margin: 60px 16% 0 0;
	color: var(--zero-cart-white);
	font-size: 210px;
	line-height: 1;
}

body.woocommerce-cart .zero-cart-empty__bag i {
	display: block;
}

body.woocommerce-cart .zero-cart-empty__directory {
	max-width: 1360px;
	margin: 0 auto;
	padding: 48px clamp(54px, 5.5vw, 82px) 52px;
	background: var(--zero-cart-paper);
	color: var(--zero-cart-ink);
}

body.woocommerce-cart .zero-cart-empty__start-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
}

body.woocommerce-cart .zero-cart-empty__start-links a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 0 48px;
	color: var(--zero-cart-ink) !important;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	text-transform: uppercase;
}

body.woocommerce-cart .zero-cart-empty__start-links a:first-child {
	padding-left: 0;
}

body.woocommerce-cart .zero-cart-empty__start-links a:not(:first-child) {
	border-left: 1px solid var(--zero-cart-line);
}

body.woocommerce-cart .zero-cart-empty__start-links a:hover,
body.woocommerce-cart .zero-cart-empty__start-links a:focus-visible,
body.woocommerce-cart .zero-cart-empty__access-links a:hover,
body.woocommerce-cart .zero-cart-empty__access-links a:focus-visible {
	color: #405400 !important;
}

body.woocommerce-cart .zero-cart-empty__directory a:focus-visible {
	outline-color: #405400;
}

body.woocommerce-cart .zero-cart-empty__access {
	margin-top: 40px;
	padding-top: 34px;
	border-top: 1px solid var(--zero-cart-line);
}

body.woocommerce-cart .zero-cart-empty__access-links {
	display: flex;
	align-items: center;
	margin-top: 22px;
}

body.woocommerce-cart .zero-cart-empty__access-links a {
	display: grid;
	grid-template-columns: 26px auto 20px;
	align-items: center;
	gap: 14px;
	min-width: 240px;
	min-height: 48px;
	padding-right: 44px;
	color: var(--zero-cart-ink) !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
}

body.woocommerce-cart .zero-cart-empty__access-links a + a {
	padding-left: 44px;
	border-left: 1px solid var(--zero-cart-line);
}

body.woocommerce-cart .zero-cart-empty__access-links a > i:first-child {
	font-size: 24px;
}

body.woocommerce-cart .zero-cart-empty__access-links a > i:last-child {
	justify-self: end;
	font-size: 16px;
}

body.woocommerce-cart .zero-cart--filled {
	padding: 72px 5.5vw 104px;
	background: var(--zero-cart-paper);
}

body.woocommerce-cart .zero-cart--filled > .woocommerce {
	max-width: 1360px;
	margin: 0 auto;
}

body.woocommerce-cart .zero-cart__filled-header {
	max-width: 1360px;
	margin: 0 auto 42px;
}

body.woocommerce-cart .zero-cart__filled-header p {
	margin: 0 0 10px;
	color: #405400;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.woocommerce-cart .zero-cart__filled-header h1 {
	margin: 0;
	color: var(--zero-cart-ink);
	font-size: clamp(44px, 5vw, 72px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.05em;
}

body.woocommerce-cart .zero-cart__filled-header span {
	display: block;
	margin-top: 14px;
	color: #545752;
	font-size: 16px;
}

body.woocommerce-cart .zero-cart--filled .cart-template {
	width: 100%;
}

body.woocommerce-cart .zf26 > .zf26-utility {
	display: none !important;
}

@media (min-width: 768px) {
	body.woocommerce-cart #rbb-default-header .rbb-header-sticky {
		height: 90px !important;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search,
	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search-content,
	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-search-form,
	body.woocommerce-cart #rbb-default-header #rbb-header-right .input-group {
		width: 30px !important;
		min-width: 0 !important;
		background: transparent !important;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search {
		flex: 0 0 30px;
		margin-right: 22px !important;
		transition: width .2s ease, flex-basis .2s ease;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-search-form .relative.w-full {
		width: 30px !important;
		min-width: 0 !important;
		height: 50px;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .input-group {
		height: 50px;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .input-search {
		position: absolute !important;
		z-index: 2;
		top: 0;
		right: 0;
		width: 30px !important;
		min-width: 30px !important;
		height: 50px;
		padding: 0 !important;
		border-color: transparent !important;
		background: transparent !important;
		opacity: 0;
		cursor: text;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-search-form label {
		display: none !important;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .btn-search {
		position: absolute !important;
		z-index: 1;
		top: 50% !important;
		right: 0 !important;
		width: 30px !important;
		height: 30px !important;
		margin: 0 !important;
		transform: translateY(-50%) !important;
		background: transparent !important;
		pointer-events: none;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search:focus-within {
		width: 250px !important;
		flex-basis: 250px;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search:focus-within .rbb-product-search-content,
	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search:focus-within .rbb-search-form,
	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search:focus-within .input-group,
	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search:focus-within .rbb-search-form .relative.w-full {
		width: 250px !important;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search:focus-within .input-search {
		width: 250px !important;
		min-width: 250px !important;
		padding: 0 48px 0 18px !important;
		border: 1px solid var(--zero-cart-line) !important;
		background: var(--zero-cart-white) !important;
		opacity: 1;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-product-search:focus-within .btn-search {
		z-index: 3;
		pointer-events: auto;
	}

	body.woocommerce-cart #rbb-default-header #rbb-header-right .rbb-wishlist {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	body.woocommerce-cart .zero-cart-empty__hero,
	body.woocommerce-cart .zero-cart-empty__hero-inner {
		min-height: 540px;
	}

	body.woocommerce-cart .zero-cart-empty__hero-inner {
		grid-template-columns: minmax(0, 1.25fr) minmax(220px, .75fr);
		padding-top: 64px;
		padding-bottom: 64px;
	}

	body.woocommerce-cart .zero-cart-empty__copy h1 {
		font-size: clamp(58px, 7.5vw, 74px);
	}

	body.woocommerce-cart .zero-cart-empty__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	body.woocommerce-cart .zero-cart-empty__bag {
		width: 210px;
		height: 240px;
		margin-right: 6%;
		font-size: 160px;
	}

	body.woocommerce-cart .zero-cart-empty__start-links a {
		padding-right: 28px;
		padding-left: 28px;
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart {
		--rbb-mobile-navigation-bg-color: var(--zero-cart-ink);
		--rbb-mobile-navigation-text-color: var(--zero-cart-white);
	}

	body.woocommerce-cart #rbb-default-header .header-mobile {
		min-height: 74px;
		padding-right: 22px;
		padding-left: 22px;
		border-bottom: 1px solid rgba(3, 4, 2, .12);
		background: var(--zero-cart-white) !important;
		box-shadow: none;
		color: var(--zero-cart-ink);
	}

	body.woocommerce-cart #rbb-default-header .header-mobile > .flex,
	body.woocommerce-cart #rbb-default-header .header-mobile .menu-mobile {
		height: 74px;
		max-height: 74px;
	}

	body.woocommerce-cart #rbb-default-header .header-mobile .menu-mobile > div {
		display: none !important;
	}

	body.woocommerce-cart #rbb-default-header .header-mobile .search-mobile,
	body.woocommerce-cart #rbb-default-header .header-mobile #_mobile_cart .mini-cart-icon .cart-icon {
		color: var(--zero-cart-ink) !important;
	}

	body.woocommerce-cart #rbb-default-header .header-mobile .menu-mobile .toggle-megamenu::before,
	body.woocommerce-cart #rbb-default-header .header-mobile .menu-mobile .toggle-megamenu::after,
	body.woocommerce-cart #rbb-default-header .header-mobile .menu-mobile .toggle-megamenu .icon-directional::before {
		background-color: var(--zero-cart-ink) !important;
	}

	body.woocommerce-cart #rbb-default-header .header-mobile #_mobile_logo img {
		max-width: 136px;
		max-height: 30px;
		filter: none !important;
	}

	body.woocommerce-cart .zero-cart-empty__hero {
		min-height: 560px;
	}

	body.woocommerce-cart .zero-cart-empty__hero::after {
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 92px;
		clip-path: polygon(0 68%, 100% 10%, 100% 100%, 0 100%);
	}

	body.woocommerce-cart .zero-cart-empty__hero-inner {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		min-height: 560px;
		padding: 46px 32px 88px;
	}

	body.woocommerce-cart .zero-cart-empty__eyebrow {
		font-size: 11px;
	}

	body.woocommerce-cart .zero-cart-empty__copy h1 {
		max-width: 320px;
		margin: 23px 0 15px;
		font-size: clamp(43px, 12.2vw, 49px);
		line-height: .98;
		letter-spacing: -.055em;
	}

	body.woocommerce-cart .zero-cart-empty__lede {
		max-width: 270px;
		font-size: 16px;
		line-height: 1.45;
	}

	body.woocommerce-cart .zero-cart-empty__bag {
		order: 2;
		width: 118px;
		height: 120px;
		margin: 18px auto 6px;
		font-size: 104px;
	}

	body.woocommerce-cart .zero-cart-empty__actions {
		align-items: stretch;
		order: 3;
		gap: 10px;
		margin-top: 0;
	}

	body.woocommerce-cart .zero-cart-empty__button,
	body.woocommerce-cart .zero-cart-empty__text-link {
		width: 100%;
		min-width: 0;
		min-height: 48px;
		font-size: 12px;
	}

	body.woocommerce-cart .zero-cart-empty__button {
		padding: 0 26px;
	}

	body.woocommerce-cart .zero-cart-empty__text-link::after {
		right: 50%;
		left: 50%;
		width: 136px;
		transform: translateX(-50%);
	}

	body.woocommerce-cart .zero-cart-empty__directory {
		padding: 34px 32px 38px;
	}

	body.woocommerce-cart .zero-cart-empty__directory h2 {
		font-size: 10px;
	}

	body.woocommerce-cart .zero-cart-empty__start-links {
		display: flex;
		flex-direction: column;
		margin-top: 11px;
	}

	body.woocommerce-cart .zero-cart-empty__start-links a,
	body.woocommerce-cart .zero-cart-empty__start-links a:first-child,
	body.woocommerce-cart .zero-cart-empty__start-links a:not(:first-child) {
		min-height: 44px;
		padding: 0;
		border: 0;
		border-bottom: 1px solid var(--zero-cart-line);
		font-size: 16px;
	}

	body.woocommerce-cart .zero-cart-empty__access {
		margin-top: 24px;
		padding-top: 0;
		border-top: 0;
	}

	body.woocommerce-cart .zero-cart-empty__access-links {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		margin-top: 11px;
	}

	body.woocommerce-cart .zero-cart-empty__access-links a,
	body.woocommerce-cart .zero-cart-empty__access-links a + a {
		grid-template-columns: 24px 1fr 20px;
		gap: 12px;
		min-width: 0;
		min-height: 48px;
		padding: 0;
		border: 0;
		border-bottom: 1px solid var(--zero-cart-line);
		font-size: 12px;
	}

	body.woocommerce-cart .zero-cart--filled {
		padding: 44px 15px 88px;
	}

	body.woocommerce-cart .zero-cart__filled-header {
		margin-bottom: 28px;
	}

	body.woocommerce-cart .zero-cart__filled-header h1 {
		font-size: 42px;
	}

	body.woocommerce-cart #rbb-mobile-navigation {
		min-height: 76px;
		background: var(--zero-cart-ink) !important;
		color: var(--zero-cart-white) !important;
	}

	body.woocommerce-cart #rbb-mobile-navigation > .grid {
		min-height: 76px;
		padding: 8px 0 7px;
		box-shadow: 0 -1px 0 rgba(255, 255, 255, .14);
	}

	body.woocommerce-cart #rbb-mobile-navigation > .grid > div:not(:last-child) {
		border-color: rgba(255, 255, 255, .16) !important;
	}

	body.woocommerce-cart #rbb-mobile-navigation a,
	body.woocommerce-cart #rbb-mobile-navigation span {
		color: var(--zero-cart-white) !important;
	}

	body.woocommerce-cart #rbb-mobile-navigation > .grid > div:nth-child(1) a,
	body.woocommerce-cart #rbb-mobile-navigation > .grid > div:nth-child(1) span {
		color: var(--zero-cart-lime) !important;
	}

	body.woocommerce-cart #rbb-mobile-navigation i {
		font-size: 19px !important;
	}

	body.woocommerce-cart .zf26 {
		padding-bottom: 76px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-cart .zero-cart-empty__button {
		transition: none;
	}
}
