:root {
	--pc-ink: #1f211d;
	--pc-ink-soft: #34372f;
	--pc-muted: #6d7269;
	--pc-line: #dedbd3;
	--pc-paper: #ffffff;
	--pc-bone: #f7f5f0;
	--pc-smoke: #ece7dc;
	--pc-green: #2f4632;
	--pc-rust: #8e3f2d;
	--pc-gold: #c8953c;
	--pc-red: #b1412e;
	--pc-shadow: 0 22px 60px rgba(31, 33, 29, 0.14);
	--pc-max: 1240px;
	--pc-wide: 1440px;
	--pc-radius: 8px;
	--pc-speed: 180ms;
	font-family: Inter, Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--pc-ink);
	background: var(--pc-paper);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.pc-panels-open,
body.pc-quick-open {
	overflow: hidden;
}

img,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--pc-rust);
}

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	border-bottom: 1px solid var(--pc-line);
	padding: 14px 0;
	text-align: left;
}

::selection {
	color: var(--pc-paper);
	background: var(--pc-green);
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 10000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	color: var(--pc-paper);
	background: var(--pc-ink);
	border-radius: 4px;
}

.pc-announcement {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 8px 16px;
	color: var(--pc-paper);
	background: #221f1b;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}

.pc-site-header,
.header-wrapper {
	position: relative;
	z-index: 900;
	color: #ffffff;
	background: #242833;
	transition: box-shadow var(--pc-speed) ease, border-color var(--pc-speed) ease;
}

.header-wrapper--border-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pc-site-header.gradient {
	background: #242833;
}

.pc-site-header.is-scrolled {
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.pc-site-header.is-scrolled .pc-header-top {
	min-height: 112px;
	padding: 8px 0 6px;
}

.pc-site-header.is-scrolled .pc-wild-logo__icon {
	width: 66px;
	height: 66px;
}

.pc-site-header.is-scrolled .pc-wild-logo__icon svg {
	width: 48px;
	height: 48px;
}

.pc-header-shell {
	width: 100%;
	margin-inline: auto;
}

.pc-header-top {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto;
	align-items: center;
	width: min(100% - 100px, 1200px);
	min-height: 132px;
	margin-inline: auto;
	padding: 8px 0;
	transition: min-height var(--pc-speed) ease, padding var(--pc-speed) ease;
}

.pc-header-mobile-slot {
	display: none;
	align-items: center;
	justify-content: flex-start;
}

.pc-branding {
	display: flex;
	align-items: center;
	min-width: 0;
}

.pc-branding--left {
	justify-content: flex-start;
	text-align: left;
}

.pc-wild-logo {
	display: inline-grid;
	justify-items: center;
	gap: 4px;
	width: 120px;
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase;
}

.pc-wild-logo:hover {
	color: #ffffff;
}

.pc-wild-logo__icon {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	color: #ffffff;
	border: 2px solid currentColor;
	border-radius: 50%;
	transition: width var(--pc-speed) ease, height var(--pc-speed) ease;
}

.pc-wild-logo__icon svg {
	width: 54px;
	height: 54px;
	fill: currentColor;
	transition: width var(--pc-speed) ease, height var(--pc-speed) ease;
}

.pc-wild-logo__text {
	display: grid;
	gap: 1px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
}

.pc-wild-logo__text span {
	display: block;
}

.pc-site-title {
	display: inline-flex;
	align-items: center;
	color: var(--pc-ink);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.custom-logo {
	width: auto;
	max-width: 220px;
	max-height: 120px;
}

.pc-header-nav-row {
	display: flex;
	justify-content: flex-start;
	min-height: 48px;
	border-top: 0;
}

.pc-primary-nav {
	display: flex;
	justify-content: flex-start;
	width: min(100% - 100px, 1200px);
	margin-inline: auto;
}

.pc-menu,
.pc-footer-menu {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-menu {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pc-menu li {
	position: relative;
}

.pc-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 16px 0 0;
	margin-right: 20px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	transition: color var(--pc-speed) ease, background var(--pc-speed) ease;
}

.pc-menu a::after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: 12px;
	left: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform var(--pc-speed) ease;
}

.pc-menu a:hover,
.pc-menu a:focus-visible,
.pc-menu .current-menu-item > a {
	color: #ffffff;
	outline: none;
}

.pc-menu a:hover::after,
.pc-menu a:focus-visible::after,
.pc-menu .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left center;
}

.pc-menu .menu-item-has-children > a::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 8px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	order: 2;
	transform: translateY(-2px) rotate(45deg);
}

.pc-menu .sub-menu {
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 50%;
	width: 232px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: #242833;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0 0 4px 4px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 10px);
	transition: opacity var(--pc-speed) ease, transform var(--pc-speed) ease, visibility var(--pc-speed) ease;
}

.pc-menu li:hover > .sub-menu,
.pc-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.pc-menu .sub-menu a {
	justify-content: flex-start;
	width: 100%;
	min-height: 38px;
	padding: 0 18px;
	margin-right: 0;
	font-size: 13px;
	text-transform: none;
}

.pc-menu .sub-menu a::after,
.pc-menu .sub-menu a::before {
	display: none;
}

.pc-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}

.pc-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: #ffffff;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background var(--pc-speed) ease, border-color var(--pc-speed) ease, color var(--pc-speed) ease;
}

.pc-icon-button:hover,
.pc-icon-button:focus-visible {
	color: rgba(255, 255, 255, 0.72);
	background: transparent;
	border-color: transparent;
	outline: none;
}

.pc-icon,
.pc-burger {
	position: relative;
	display: inline-block;
	width: 21px;
	height: 21px;
}

.pc-icon--search::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.pc-icon--search::after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 3px;
	width: 8px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	transform: rotate(45deg);
	transform-origin: center;
}

.pc-icon--bag::before {
	content: "";
	position: absolute;
	right: 4px;
	bottom: 3px;
	left: 4px;
	height: 13px;
	border: 2px solid currentColor;
	border-radius: 2px 2px 4px 4px;
}

.pc-icon--bag::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 7px;
	width: 7px;
	height: 8px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.pc-icon--account::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 7px;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.pc-icon--account::after {
	content: "";
	position: absolute;
	right: 3px;
	bottom: 3px;
	left: 3px;
	height: 10px;
	border: 2px solid currentColor;
	border-radius: 12px 12px 0 0;
}

.pc-icon--x::before,
.pc-icon--x::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 3px;
	width: 16px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.pc-icon--x::before {
	transform: rotate(45deg);
}

.pc-icon--x::after {
	transform: rotate(-45deg);
}

.pc-burger,
.pc-burger::before,
.pc-burger::after {
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.pc-burger::before,
.pc-burger::after {
	content: "";
	position: absolute;
	left: 0;
}

.pc-burger::before {
	top: -7px;
}

.pc-burger::after {
	top: 7px;
}

.pc-mobile-toggle {
	display: none;
}

.pc-cart-count {
	position: absolute;
	top: 2px;
	right: 0;
	display: grid;
	min-width: 18px;
	height: 18px;
	padding-inline: 4px;
	place-items: center;
	color: #242833;
	background: #ffffff;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.pc-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	color: var(--pc-ink);
	background: var(--pc-paper);
	border: 1px solid var(--pc-ink);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	transition: background var(--pc-speed) ease, color var(--pc-speed) ease, border-color var(--pc-speed) ease, transform var(--pc-speed) ease;
}

.pc-button:hover,
.pc-button:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover {
	color: var(--pc-paper);
	background: var(--pc-rust);
	border-color: var(--pc-rust);
	transform: translateY(-1px);
	outline: none;
}

.pc-button--dark,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.single_add_to_cart_button {
	color: var(--pc-paper);
	background: var(--pc-ink);
	border-color: var(--pc-ink);
}

.pc-button--dark:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.single_add_to_cart_button:hover {
	background: var(--pc-green);
	border-color: var(--pc-green);
}

.pc-button--ghost {
	color: var(--pc-paper);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.72);
}

.pc-button--ghost:hover {
	color: var(--pc-ink);
	background: var(--pc-paper);
	border-color: var(--pc-paper);
}

.pc-eyebrow {
	margin: 0 0 12px;
	color: var(--pc-rust);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pc-hero {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	min-height: 720px;
	padding: 0;
	overflow: hidden;
	color: var(--pc-paper);
	background: #242833;
	isolation: isolate;
}

.pc-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: #000000;
	opacity: 0;
}

.pc-hero__media {
	position: absolute;
	top: 0;
	left: 0;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.pc-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pc-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	min-height: 720px;
	padding: 50px;
	text-align: center;
}

.pc-hero__box {
	position: relative;
	width: auto;
	min-width: 450px;
	max-width: 890px;
	height: fit-content;
	padding: 40px 0;
	color: #ffffff;
	background: transparent;
	border: 0;
	box-shadow: none;
	word-wrap: break-word;
}

.pc-hero h1,
.pc-hero h2,
.pc-hero__heading {
	margin: 0;
	color: #ffffff;
	font-size: clamp(40px, 4.6vw, 52px);
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.pc-hero__actions {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	max-width: 450px;
	margin-top: 20px;
	word-break: break-word;
}

.pc-button--hero {
	min-height: 48px;
	padding: 14px 28px;
	color: #ffffff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.pc-button--hero:hover,
.pc-button--hero:focus-visible {
	color: #242833;
	background: #ffffff;
	border-color: #ffffff;
	transform: none;
}

.pc-hero-fallback {
	position: relative;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(180deg, rgba(36, 40, 51, 0.04), rgba(36, 40, 51, 0.18)),
		linear-gradient(135deg, #cab99b 0%, #8c744f 42%, #514533 100%);
}

.pc-hero-fallback__image-shape {
	position: absolute;
	right: 6%;
	bottom: 8%;
	width: min(74vw, 920px);
	height: min(44vw, 500px);
	background:
		radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.34), transparent 24%),
		linear-gradient(135deg, rgba(31, 33, 29, 0.28), rgba(255, 255, 255, 0));
	border-radius: 48% 52% 38% 62% / 44% 48% 52% 56%;
	opacity: 0.58;
}

.pc-section,
.pc-content-page,
.pc-woo-page,
.pc-shop-page,
.pc-single-product-page {
	width: min(100% - 32px, var(--pc-wide));
	margin-inline: auto;
}

.pc-section {
	padding-block: clamp(58px, 8vw, 104px);
}

.pc-products-section {
	--color-background: 255, 255, 255;
	--gradient-background: #ffffff;
	--color-foreground: 18, 18, 18;
	--color-button: 18, 18, 18;
	--color-button-text: 255, 255, 255;
	--color-link: 18, 18, 18;
	--color-shadow: 18, 18, 18;
	--color-badge-background: 255, 255, 255;
	--color-badge-border: 18, 18, 18;
	--color-badge-foreground: 18, 18, 18;
	--page-width: 1200px;
	--grid-desktop-horizontal-spacing: 8px;
	--grid-desktop-vertical-spacing: 8px;
	--grid-mobile-horizontal-spacing: 4px;
	--grid-mobile-vertical-spacing: 4px;
	--font-body-scale: 1;
	--font-heading-scale: 1;
	--duration-short: 100ms;
	--duration-long: 500ms;
	--duration-extra-long: 600ms;
	--ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: rgba(var(--color-foreground), 0.75);
	background: rgb(var(--color-background));
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 1.8;
}

.pc-products-section *,
.pc-products-section *::before,
.pc-products-section *::after {
	box-sizing: border-box;
}

.pc-products-section a {
	color: inherit;
	text-decoration: none;
}

.pc-products-section a:hover {
	color: rgb(var(--color-foreground));
}

.pc-products-section img {
	display: block;
	max-width: 100%;
	height: auto;
}

.pc-products-section .color-scheme-1 {
	--color-background: 255, 255, 255;
	--gradient-background: #ffffff;
	--color-foreground: 18, 18, 18;
	--color-button: 18, 18, 18;
	--color-button-text: 255, 255, 255;
	--color-link: 18, 18, 18;
}

.pc-products-section .color-scheme-2 {
	--color-background: 243, 243, 243;
	--gradient-background: #f3f3f3;
	--color-foreground: 18, 18, 18;
	--color-button: 18, 18, 18;
	--color-button-text: 243, 243, 243;
	--color-link: 18, 18, 18;
}

.pc-products-section .gradient {
	background: rgb(var(--color-background));
	background: var(--gradient-background);
	background-attachment: fixed;
}

.pc-products-section .isolate {
	position: relative;
	z-index: 0;
}

.pc-products-section .section-template--26101644198208__featured_collection-padding {
	padding-top: 33px;
	padding-bottom: 27px;
}

.pc-products-section .page-width {
	max-width: var(--page-width);
	margin: 0 auto;
	padding: 0 15px;
}

.pc-products-section .page-width-desktop {
	margin: 0 auto;
	padding: 0;
}

.pc-products-section .title,
.pc-products-section .title-wrapper-with-link {
	margin: 30px 0 20px;
}

.pc-products-section .title-wrapper {
	margin-bottom: 30px;
}

.pc-products-section .title-wrapper--no-top-margin {
	margin-top: 0;
}

.pc-products-section .title-wrapper--no-top-margin > .title {
	margin-top: 0;
}

.pc-products-section .collection__title.title-wrapper {
	margin-bottom: 25px;
}

.pc-products-section h1,
.pc-products-section h2,
.pc-products-section h3,
.pc-products-section h4,
.pc-products-section h5,
.pc-products-section .h1,
.pc-products-section .h2,
.pc-products-section .h3,
.pc-products-section .h4,
.pc-products-section .h5 {
	color: rgb(var(--color-foreground));
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
	word-break: break-word;
}

.pc-products-section h2,
.pc-products-section .h2 {
	font-size: 20px;
}

.pc-products-section h5,
.pc-products-section .h5 {
	font-size: 12px;
}

.pc-products-section .grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 0;
	column-gap: var(--grid-mobile-horizontal-spacing);
	row-gap: var(--grid-mobile-vertical-spacing);
	list-style: none;
}

.pc-products-section .grid:last-child {
	margin-bottom: 0;
}

.pc-products-section .grid__item {
	width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
	max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
	flex-grow: 1;
	flex-shrink: 0;
}

.pc-products-section slider-component {
	display: block;
}

.pc-products-section .product-card-wrapper .card,
.pc-products-section .contains-card--product {
	--border-radius: 0;
	--border-width: 0;
	--border-opacity: 0.1;
	--shadow-horizontal-offset: 0;
	--shadow-vertical-offset: 4px;
	--shadow-blur-radius: 5px;
	--shadow-opacity: 0;
	--image-padding: 0;
	--text-alignment: left;
}

.pc-products-section .card-wrapper {
	position: relative;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.pc-products-section .card {
	text-align: var(--text-alignment);
	text-decoration: none;
}

.pc-products-section .card:not(.ratio) {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pc-products-section .card--standard .card__inner {
	position: relative;
	box-sizing: border-box;
	border: var(--border-width) solid rgba(var(--color-foreground), var(--border-opacity));
	border-radius: var(--border-radius);
}

.pc-products-section .card--standard .card__inner::after {
	position: absolute;
	z-index: -1;
	top: calc(var(--border-width) * -1);
	right: auto;
	left: calc(var(--border-width) * -1);
	width: calc(var(--border-width) * 2 + 100%);
	height: calc(var(--border-width) * 2 + 100%);
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
	content: "";
}

.pc-products-section .card--card.gradient,
.pc-products-section .card__inner.gradient {
	transform: perspective(0);
}

.pc-products-section .ratio {
	position: relative;
	display: flex;
	align-items: stretch;
}

.pc-products-section .ratio::before {
	width: 0;
	height: 0;
	padding-bottom: var(--ratio-percent);
	content: "";
}

.pc-products-section .card__inner {
	width: 100%;
}

.pc-products-section .card__media,
.pc-products-section .card .media {
	position: absolute;
	top: 0;
	bottom: 0;
}

.pc-products-section .card__media {
	width: calc(100% - 2 * var(--image-padding));
	margin: var(--image-padding);
}

.pc-products-section .card .media {
	width: 100%;
}

.pc-products-section .card .card__inner .card__media {
	z-index: 0;
	overflow: hidden;
	border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}

.pc-products-section .media {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: rgba(var(--color-foreground), 0.1);
}

.pc-products-section .media--transparent {
	background-color: transparent;
}

.pc-products-section .card__media .media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pc-products-section .card__media .media img.pc-direct-product-image {
	display: block;
	opacity: 1;
	visibility: visible;
}

.pc-products-section .card__media,
.pc-products-section .card__media .media {
	opacity: 1;
	visibility: visible;
}

.pc-products-section .product-grid > .grid__item.scroll-trigger,
.pc-product-dawn-related .product-grid > .grid__item.scroll-trigger {
	opacity: 1 !important;
	transform: none !important;
}

.pc-products-section .media--hover-effect > img {
	transition: opacity var(--duration-long) ease, transform var(--duration-long) ease;
}

.pc-products-section .pc-pack-favorite-card-item {
	display: block;
	min-width: 0;
}

.pc-products-section .pc-pack-favorite-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	color: rgb(var(--color-foreground));
}

.pc-products-section .pc-pack-favorite-card__media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f3f3f3;
	color: inherit;
	text-decoration: none;
}

.pc-products-section .pc-pack-favorite-card__media img {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center center;
	opacity: 1 !important;
	visibility: visible !important;
	transform: scale(1);
	transition: transform var(--duration-long) ease;
}

.pc-products-section .pc-pack-favorite-card:hover .pc-pack-favorite-card__media img,
.pc-products-section .pc-pack-favorite-card:focus-within .pc-pack-favorite-card__media img {
	transform: scale(1.03);
}

.pc-products-section .product-grid > .grid__item,
.pc-wildwolf-related-section .product-grid > .grid__item {
	display: flex;
	height: 100%;
}

.pc-products-section .card-wrapper,
.pc-products-section .card,
.pc-products-section .pc-pack-favorite-card,
.pc-wildwolf-related-section .card-wrapper,
.pc-wildwolf-related-section .card {
	width: 100%;
	height: 100%;
}

.pc-products-section .card__media .media img,
.pc-products-section .pc-pack-favorite-card__media img,
.pc-wildwolf-related-section .pc-wildwolf-related-media img {
	object-fit: contain !important;
	object-position: center center;
}

.pc-products-section .card__media .media img,
.pc-wildwolf-related-section .pc-wildwolf-related-media img {
	padding: 10px;
}

.pc-products-section .card__heading,
.pc-wildwolf-related-section .card__heading {
	display: -webkit-box;
	min-height: 3.75em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pc-products-section .pc-pack-favorite-card__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
	padding: 17px 0 0;
}

.pc-products-section .pc-pack-favorite-card__title {
	margin: 0;
	color: rgb(var(--color-foreground));
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.6px;
}

.pc-products-section .pc-pack-favorite-card__title a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 3px;
}

.pc-products-section .pc-pack-favorite-card__title a:hover,
.pc-products-section .pc-pack-favorite-card__title a:focus-visible {
	text-decoration: underline;
}

.pc-products-section .pc-pack-favorite-card__price {
	color: rgba(var(--color-foreground), 0.75);
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
}

.pc-products-section .pc-pack-favorite-card__price del {
	margin-right: 6px;
	color: rgba(var(--color-foreground), 0.45);
}

.pc-products-section .pc-pack-favorite-card__price ins {
	background: transparent;
	color: rgb(var(--color-foreground));
	text-decoration: none;
}

.pc-wildwolf-page {
	background: rgb(var(--color-background, 255, 255, 255));
	color: rgb(var(--color-foreground, 18, 18, 18));
}

.pc-dawn-page-section {
	padding-top: 36px;
	padding-bottom: 36px;
}

.pc-dawn-page-section .main-page-title {
	min-height: 0;
	margin: 0;
}

.pc-dawn-page-section .rte {
	color: rgb(var(--color-foreground, 18, 18, 18));
}

.pc-dawn-contact-section {
	padding-top: 36px;
	padding-bottom: 36px;
}

.pc-dawn-contact-section .contact__button {
	margin-top: 2rem;
}

.form-status {
	margin-bottom: 2rem;
	padding: 1.4rem 1.6rem;
	border-radius: 0.8rem;
	font-size: 1.5rem;
	line-height: 1.6;
}

.form-status--success {
	background: rgba(34, 139, 34, 0.08);
	border: 1px solid rgba(34, 139, 34, 0.22);
	color: #1f5f1f;
}

.form-status--error {
	background: rgba(183, 61, 37, 0.08);
	border: 1px solid rgba(183, 61, 37, 0.22);
	color: #8d311f;
}

.shopify-policy__container {
	width: min(100% - 5rem, 86rem);
	margin: 0 auto;
	padding: 4.8rem 0 7.2rem;
}

.shopify-policy__title h1 {
	margin: 0 0 2.4rem;
	font-size: clamp(3.2rem, 5vw, 5.8rem);
	line-height: 1.1;
	font-weight: 500;
}

.shopify-policy__body .rte {
	font-size: 1.5rem;
	line-height: 1.75;
	color: rgba(var(--color-foreground, 18, 18, 18), 0.82);
}

.shopify-policy__body .rte h2 {
	margin-top: 3.2rem;
	margin-bottom: 1.2rem;
	font-size: 2rem;
	line-height: 1.25;
	color: rgb(var(--color-foreground, 18, 18, 18));
}

.shopify-policy__body .rte ul {
	margin: 1.6rem 0 1.6rem 2rem;
}

.shopify-policy__body .rte li + li,
.shopify-policy__body .rte p + p {
	margin-top: 0.8rem;
}

.pc-dawn-collection {
	padding-top: 2.7rem;
	padding-bottom: 3.6rem;
}

.pc-dawn-collection__header {
	margin-bottom: 3rem;
}

.pc-dawn-collection__header .title {
	margin: 0;
}

.pc-dawn-collection__description {
	max-width: 90rem;
	margin-top: 1.6rem;
}

.pc-dawn-collection .facets-wrapper {
	margin-bottom: 2rem;
}

.pc-dawn-collection .facets-container {
	display: flex;
	justify-content: flex-end;
}

.pc-dawn-collection .facet-filters.sorting {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.6rem;
	margin-left: auto;
}

.pc-dawn-collection .facet-filters__field {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0;
}

.pc-dawn-collection .facet-filters__label {
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.5;
}

.pc-dawn-collection .select__select {
	min-width: 21rem;
}

.pc-direct-product-image.is-broken {
	opacity: 0 !important;
}

.pc-products-section .card__media .media .pc-product-placeholder {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.pc-products-section .card--standard.card--media .card__inner {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-height: 180px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.pc-products-section .card--standard.card--media .card__inner.ratio::before {
	display: none !important;
}

.pc-products-section .card--standard.card--media .card__inner .card__media,
.pc-products-section .card--standard.card--media .card__inner .card__media .media {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pc-products-section .card--standard.card--media .card__inner .card__media {
	z-index: 1 !important;
}

.pc-products-section .card--standard.card--media .card__inner .card__media .media img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center center !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pc-products-section .card--standard.card--media .card__inner .card__media .media img + img {
	opacity: 0 !important;
}

.pc-products-section .card--standard.card--media .card__inner .card__content {
	position: absolute !important;
	inset: 0 !important;
	z-index: 3 !important;
	display: block !important;
	padding: 0 !important;
	background: transparent !important;
	pointer-events: none;
}

.pc-products-section .card--standard.card--media .card__inner .card__content a,
.pc-products-section .card__heading a::after {
	pointer-events: auto;
}

.pc-product-dawn .product__media,
.pc-product-dawn .product__media img,
.woocommerce-product-gallery__image img {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pc-product-dawn .product-media-container {
	min-height: 260px;
}

.pc-wildwolf-hero {
	position: relative;
	display: grid;
	min-height: min(72vh, 720px);
	overflow: hidden;
	background: #111;
	color: #fff;
}

.pc-wildwolf-hero__media {
	position: absolute;
	inset: 0;
}

.pc-wildwolf-hero__media::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.38);
	content: "";
}

.pc-wildwolf-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pc-wildwolf-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 18px;
	padding-top: 72px;
	padding-bottom: 72px;
}

.pc-wildwolf-hero__content h1 {
	max-width: 760px;
	margin: 0;
	color: currentColor;
	font-size: clamp(38px, 6vw, 76px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.02;
}

.pc-wildwolf-hero__content p:not(.pc-eyebrow) {
	max-width: 640px;
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
}

.pc-wildwolf-content {
	padding-top: 64px;
	padding-bottom: 72px;
}

.pc-wildwolf-blocks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.pc-wildwolf-block {
	padding: 28px 0;
	border-top: 1px solid rgba(var(--color-foreground, 18, 18, 18), 0.16);
}

.pc-wildwolf-block h2 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
}

.pc-wildwolf-block p,
.pc-wildwolf-policy .pc-wildwolf-content > p {
	margin: 0;
	color: rgba(var(--color-foreground, 18, 18, 18), 0.76);
	font-size: 15px;
	line-height: 1.75;
}

.pc-wildwolf-contact-form {
	display: grid;
	gap: 18px;
	max-width: 720px;
	margin-top: 48px;
}

.pc-wildwolf-form-title,
.pc-wildwolf-account-panel h2 {
	margin: 0 0 24px;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.pc-wildwolf-form-title + .pc-wildwolf-contact-form {
	margin-top: 0;
}

.pc-wildwolf-contact-form .field {
	min-height: 54px;
}

.pc-wildwolf-contact-form .field--textarea {
	min-height: 160px;
}

.pc-wildwolf-contact-form textarea.field__input {
	min-height: 160px;
	padding-top: 20px;
	resize: vertical;
}

.pc-wildwolf-search-form,
.pc-wildwolf-account-form {
	display: grid;
	gap: 18px;
	max-width: 720px;
}

.pc-wildwolf-search-form {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	margin-bottom: 42px;
}

.pc-wildwolf-search-form .field__input {
	height: 54px;
	padding: 0 18px;
	border: 1px solid rgba(var(--color-foreground, 18, 18, 18), 0.22);
	background: rgb(var(--color-background, 255, 255, 255));
}

.pc-wildwolf-search-summary {
	margin: 0 0 24px;
	color: rgba(var(--color-foreground, 18, 18, 18), 0.72);
	font-size: 15px;
	line-height: 1.6;
}

.pc-wildwolf-account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 5vw, 72px);
	max-width: 1040px;
}

.pc-wildwolf-account-panel {
	padding-top: 32px;
	border-top: 1px solid rgba(var(--color-foreground, 18, 18, 18), 0.18);
}

.pc-wildwolf-account-panel p {
	max-width: 460px;
	margin: 0 0 24px;
	color: rgba(var(--color-foreground, 18, 18, 18), 0.74);
	font-size: 15px;
	line-height: 1.7;
}

.pc-wildwolf-account-form .underlined-link {
	justify-self: start;
	font-size: 14px;
}

.pc-wildwolf-policy .pc-wildwolf-content {
	max-width: 860px;
}

.pc-wildwolf-policy h1 {
	margin-top: 0;
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 500;
	letter-spacing: 0;
}

.pc-wildwolf-source-page .pc-wildwolf-content {
	width: min(100% - 40px, 980px);
}

.pc-wildwolf-page-heading {
	display: grid;
	gap: 16px;
	max-width: 860px;
	margin-bottom: clamp(34px, 5vw, 58px);
}

.pc-wildwolf-page-heading h1 {
	margin: 0;
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
}

.pc-wildwolf-page-heading p {
	max-width: 760px;
	margin: 0;
	color: rgba(var(--color-foreground, 18, 18, 18), 0.76);
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.65;
}

.pc-wildwolf-source-page .pc-wildwolf-blocks {
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 900px;
}

.pc-wildwolf-source-page .pc-wildwolf-block {
	display: grid;
	gap: 14px;
	padding: clamp(26px, 4vw, 42px) 0;
}

.pc-wildwolf-source-page .pc-wildwolf-block h2 {
	margin: 0;
	font-size: clamp(22px, 3vw, 34px);
}

.pc-wildwolf-source-page .pc-wildwolf-block p + p {
	margin-top: 2px;
}

.pc-wildwolf-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 1.2em;
	color: rgba(var(--color-foreground, 18, 18, 18), 0.76);
	font-size: 15px;
	line-height: 1.7;
}

.pc-wildwolf-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 8px;
}

.pc-wildwolf-stat {
	display: grid;
	gap: 6px;
	padding: 18px;
	border: 1px solid rgba(var(--color-foreground, 18, 18, 18), 0.14);
	border-radius: 8px;
	background: rgba(var(--color-foreground, 18, 18, 18), 0.03);
}

.pc-wildwolf-stat strong {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}

.pc-wildwolf-stat span {
	color: rgba(var(--color-foreground, 18, 18, 18), 0.72);
	font-size: 13px;
	line-height: 1.45;
}

.pc-wildwolf-source-page .pc-wildwolf-block .button {
	justify-self: start;
	margin-top: 6px;
}

.pc-virtual-collection .pc-shop-products {
	margin-top: 10px;
	padding-bottom: 72px;
}

.pc-shop-page .pc-shop-products {
	margin-top: 10px;
}

.pc-products-section .media--hover-effect > img + img {
	opacity: 0;
}

.pc-products-section .card--media .card__inner .card__content {
	position: relative;
	padding: calc(var(--image-padding) + 10px);
}

.pc-products-section .card__content {
	display: grid;
	grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
	width: 100%;
	padding: 10px;
	flex-grow: 1;
}

.pc-products-section .card__information {
	grid-row-start: 2;
	padding: 13px 10px;
}

.pc-products-section .card--standard.card--media .card__inner .card__information,
.pc-products-section .card--standard:not(.card--horizontal) > .card__content .card__badge {
	display: none;
}

.pc-products-section .card--standard > .card__content {
	padding: 0;
}

.pc-products-section .card--standard > .card__content .card__information {
	padding-right: 0;
	padding-left: 0;
}

.pc-products-section .card__heading {
	margin-top: 0;
	margin-bottom: 0;
}

.pc-products-section .card__heading:last-child {
	margin-bottom: 0;
}

.pc-products-section .card__badge:empty {
	display: none;
}

.pc-products-section .card__heading a::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.pc-products-section .full-unstyled-link {
	display: block;
	color: currentColor;
	text-decoration: none;
}

.pc-products-section .card-information {
	width: 100%;
	text-align: var(--text-alignment);
}

.pc-products-section .card-information > * {
	color: rgb(var(--color-foreground));
	line-height: 1.4;
}

.pc-products-section .card-information > * + * {
	margin-top: 5px;
}

.pc-products-section .card-information > .price {
	color: rgb(var(--color-foreground));
}

.pc-products-section .caption-large {
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1.5;
}

.pc-products-section .light {
	opacity: 0.7;
}

.pc-products-section .price {
	color: rgb(var(--color-foreground));
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.pc-products-section .price > * {
	display: inline-block;
	vertical-align: top;
}

.pc-products-section .price .price-item {
	display: inline-block;
	margin: 0 10px 0 0;
}

.pc-products-section .price__regular {
	display: block;
}

.pc-products-section .price__regular .price-item--regular {
	margin-right: 0;
}

.pc-products-section .price__sale,
.pc-products-section .price__availability {
	display: none;
}

.pc-products-section .price--on-sale .price__regular {
	display: none;
}

.pc-products-section .price--on-sale .price__sale {
	display: flex;
	flex-flow: row wrap;
}

.pc-products-section .price--on-sale .price-item--regular {
	color: rgba(var(--color-foreground), 0.75);
	font-size: 12px;
	text-decoration: line-through;
}

.pc-products-section .badge {
	display: inline-block;
	padding: 5px 13px 6px;
	color: rgb(var(--color-badge-foreground));
	background-color: rgb(var(--color-badge-background));
	border: 1px solid rgba(var(--color-badge-border), 0.1);
	border-radius: 40px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	word-break: break-word;
}

.pc-products-section .visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}

.pc-products-section .visually-hidden--inline {
	height: 1em;
	margin: 0;
}

.pc-products-section .center {
	text-align: center;
}

.pc-products-section .collection__view-all a:not(.link) {
	margin-top: 10px;
}

.pc-products-section .button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	min-height: 45px;
	padding: 0 30px;
	color: rgb(var(--color-button-text));
	background: rgba(var(--color-button), 1);
	border: 0;
	border-radius: 0;
	font: inherit;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
}

.pc-products-section .button::before,
.pc-products-section .button::after {
	position: absolute;
	border-radius: 0;
	content: "";
	pointer-events: none;
}

.pc-products-section .button::after {
	z-index: 1;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	box-shadow: 0 0 0 1px rgba(var(--color-button), 1);
	transition: box-shadow var(--duration-short) ease;
}

.pc-products-section .button:hover {
	color: rgb(var(--color-button-text));
	background: rgba(var(--color-button), 1);
}

.pc-products-section .button:hover::after {
	box-shadow: 0 0 0 2px rgba(var(--color-button), 1);
}

.pc-products-section .underline-links-hover:hover a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
	.pc-products-section .scroll-trigger.animate--fade-in,
	.pc-products-section .scroll-trigger.animate--slide-in {
		opacity: 0.01;
	}

	.pc-products-section .scroll-trigger.animate--slide-in {
		transform: translateY(20px);
	}

	.pc-products-section .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
		animation: pc-dawn-fade-in var(--duration-extra-long) var(--ease-out-slow) forwards;
	}

	.pc-products-section .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
		animation: pc-dawn-slide-in var(--duration-extra-long) var(--ease-out-slow) forwards;
		animation-delay: calc(var(--animation-order, 0) * 75ms);
	}
}

@keyframes pc-dawn-slide-in {
	0% {
		opacity: 0.01;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pc-dawn-fade-in {
	0% {
		opacity: 0.01;
	}

	100% {
		opacity: 1;
	}
}

@media (min-width: 750px) {
	.pc-products-section .section-template--26101644198208__featured_collection-padding {
		padding-top: 44px;
		padding-bottom: 36px;
	}

	.pc-products-section .page-width {
		padding: 0 50px;
	}

	.pc-products-section .page-width-desktop {
		padding: 0;
	}

	.pc-products-section h2,
	.pc-products-section .h2 {
		font-size: 24px;
	}

	.pc-products-section h5,
	.pc-products-section .h5 {
		font-size: 13px;
	}

	.pc-products-section .grid {
		column-gap: var(--grid-desktop-horizontal-spacing);
		row-gap: var(--grid-desktop-vertical-spacing);
	}

	.pc-products-section .grid__item {
		width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
		max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.pc-products-section .card__information {
		padding-top: 17px;
		padding-bottom: 17px;
	}
}

@media (min-width: 990px) {
	.pc-products-section .page-width-desktop {
		max-width: var(--page-width);
		padding: 0 50px;
	}

	.pc-products-section .title,
	.pc-products-section .title-wrapper-with-link {
		margin: 50px 0 30px;
	}

	.pc-products-section .grid--4-col-desktop .grid__item {
		width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
		max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
	}

	.pc-products-section .card .media.media--hover-effect > img:only-child,
	.pc-products-section .card-wrapper .media.media--hover-effect > img:only-child {
		transition: transform var(--duration-long) ease;
	}

	.pc-products-section .card:hover .media.media--hover-effect > img:first-child:only-child,
	.pc-products-section .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
		transform: scale(1.03);
	}

	.pc-products-section .card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child) {
		opacity: 0;
	}

	.pc-products-section .card-wrapper:hover .media.media--hover-effect > img + img {
		opacity: 1;
		transform: scale(1.03);
		transition: transform var(--duration-long) ease;
	}
}

.pc-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 26px;
}

.pc-section-heading h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 900;
	line-height: 1;
}

.pc-section-heading > a {
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 2px solid currentColor;
}

.woocommerce ul.products,
ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 26px);
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

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

.woocommerce ul.products li.product,
ul.products li.product {
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
}

.pc-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: var(--pc-paper);
}

.pc-card-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.08;
	overflow: hidden;
	background: var(--pc-bone);
	border: 1px solid var(--pc-line);
	border-radius: var(--pc-radius);
}

.pc-card-image > a {
	display: block;
	width: 100%;
	height: 100%;
}

.pc-card-image img,
.pc-product-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 260ms ease, transform 260ms ease;
}

.pc-card-image__primary,
.pc-card-image__hover {
	position: absolute;
	inset: 0;
}

.pc-card-image__hover {
	opacity: 0;
	transform: scale(1.04);
}

.pc-product-card:hover .pc-card-image__primary {
	transform: scale(1.03);
}

.pc-product-card:hover .pc-card-image__hover {
	opacity: 1;
	transform: scale(1);
}

.pc-card-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.pc-card-badges span,
.pc-product-pill {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 6px 9px;
	color: var(--pc-paper);
	background: var(--pc-rust);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pc-quick-button {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 2;
	min-height: 42px;
	padding: 10px 14px;
	color: var(--pc-paper);
	background: rgba(31, 33, 29, 0.88);
	border: 0;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity var(--pc-speed) ease, transform var(--pc-speed) ease, background var(--pc-speed) ease;
}

.pc-product-card:hover .pc-quick-button,
.pc-product-card:focus-within .pc-quick-button {
	opacity: 1;
	transform: translateY(0);
}

.pc-quick-button:hover {
	background: var(--pc-rust);
}

.pc-card-body {
	display: grid;
	gap: 8px;
	padding-top: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.pc-card-body h2 {
	margin: 0;
	padding: 0;
	color: var(--pc-ink);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.25;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.price {
	color: var(--pc-ink);
	font-size: 15px;
	font-weight: 900;
}

.woocommerce ul.products li.product .price del {
	color: var(--pc-muted);
	font-weight: 600;
	opacity: 1;
}

.woocommerce ul.products li.product .price ins {
	color: var(--pc-rust);
	text-decoration: none;
}

.woocommerce .star-rating {
	color: var(--pc-gold);
	font-size: 12px;
}

.woocommerce ul.products li.product .button,
.pc-card-button {
	width: 100%;
	margin-top: 4px;
	min-height: 42px;
	padding-inline: 14px;
	font-size: 12px;
}

.pc-shop-page .page-title,
.pc-shop-page .woocommerce-notices-wrapper,
.pc-shop-page .woocommerce-result-count,
.pc-shop-page .woocommerce-ordering,
.pc-woo-page .page-title,
.pc-woo-page .woocommerce-notices-wrapper,
.pc-woo-page .woocommerce-result-count,
.pc-woo-page .woocommerce-ordering,
.woocommerce-page .page-title,
.woocommerce-page .woocommerce-notices-wrapper,
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.pc-shop-page .add_to_cart_button,
.pc-shop-page .ajax_add_to_cart,
.pc-shop-page ul.products li.product .button.add_to_cart_button,
.pc-woo-page .add_to_cart_button,
.pc-woo-page .ajax_add_to_cart,
.pc-woo-page ul.products li.product .button.add_to_cart_button {
	display: none !important;
}

.woocommerce ul.products li.product,
ul.products li.product,
.pc-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pc-card-image {
	aspect-ratio: 1 / 1;
}

.pc-card-image img,
.pc-product-placeholder {
	object-fit: contain;
	object-position: center center;
}

.pc-card-image img {
	padding: 10px;
}

.pc-card-body {
	flex: 1;
	align-content: start;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.pc-card-body h2 {
	display: -webkit-box;
	min-height: 3.75em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pc-product-placeholder {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(47, 70, 50, 0.08), rgba(142, 63, 45, 0.08)),
		var(--pc-bone);
	color: var(--pc-ink);
}

.pc-product-placeholder__stick {
	position: absolute;
	width: 72%;
	height: 18%;
	border-radius: 999px 44px 999px 48px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent),
		linear-gradient(135deg, #b97943, #6c3d2b);
	box-shadow: 0 12px 26px rgba(31, 33, 29, 0.12);
}

.pc-product-placeholder__stick--one {
	transform: rotate(-15deg) translateY(-16px);
}

.pc-product-placeholder__stick--two {
	width: 58%;
	transform: rotate(12deg) translateY(30px);
	opacity: 0.82;
}

.pc-product-placeholder__label {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	z-index: 1;
	padding: 9px 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(222, 219, 211, 0.8);
	border-radius: 4px;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

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

.pc-category-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 290px;
	padding: 24px;
	overflow: hidden;
	color: var(--pc-paper);
	background:
		linear-gradient(180deg, rgba(31, 33, 29, 0.02), rgba(31, 33, 29, 0.62)),
		linear-gradient(135deg, #8c6537, #3a2a22);
	border-radius: var(--pc-radius);
}

.pc-category-card::before {
	content: "";
	position: absolute;
	top: 22%;
	left: 16%;
	width: 86%;
	height: 34%;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	transform: rotate(-16deg);
	transition: transform 260ms ease;
}

.pc-category-card:hover::before {
	transform: rotate(-10deg) scale(1.04);
}

.pc-category-card--rust {
	background:
		linear-gradient(180deg, rgba(31, 33, 29, 0.02), rgba(31, 33, 29, 0.56)),
		linear-gradient(135deg, #b1412e, #4b2d27);
}

.pc-category-card--green {
	background:
		linear-gradient(180deg, rgba(31, 33, 29, 0.02), rgba(31, 33, 29, 0.56)),
		linear-gradient(135deg, #2f4632, #152119);
}

.pc-category-card span {
	position: relative;
	z-index: 1;
	max-width: 12ch;
	font-size: clamp(24px, 3vw, 42px);
	font-weight: 900;
	line-height: 0.98;
}

.pc-story-band {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: clamp(22px, 5vw, 70px);
	width: min(100% - 32px, var(--pc-wide));
	margin: 0 auto clamp(58px, 8vw, 104px);
	padding: clamp(34px, 6vw, 70px);
	color: var(--pc-paper);
	background: var(--pc-green);
	border-radius: var(--pc-radius);
}

.pc-story-band .pc-eyebrow {
	color: var(--pc-gold);
}

.pc-story-band h2 {
	max-width: 14ch;
	margin: 0;
	font-size: clamp(34px, 5vw, 68px);
	font-weight: 900;
	line-height: 1;
}

.pc-story-band p:not(.pc-eyebrow) {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
}

.pc-story-band__stats {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	align-content: end;
}

.pc-story-band__stats div {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: center;
	gap: 16px;
	min-height: 76px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--pc-radius);
}

.pc-story-band__stats strong {
	color: var(--pc-gold);
	font-size: 28px;
	font-weight: 900;
}

.pc-story-band__stats span {
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

.pc-newsletter {
	padding: clamp(40px, 7vw, 86px) 16px;
	background: var(--pc-bone);
	border-block: 1px solid var(--pc-line);
}

.pc-newsletter__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	align-items: end;
	gap: 28px;
	width: min(100%, var(--pc-wide));
	margin-inline: auto;
}

.pc-newsletter h2 {
	margin: 0;
	font-size: clamp(34px, 5vw, 70px);
	font-weight: 900;
	line-height: 0.98;
}

.pc-newsletter p:not(.pc-eyebrow) {
	max-width: 560px;
	color: var(--pc-muted);
}

.pc-newsletter-form,
.pc-search-form {
	display: flex;
	gap: 10px;
}

.pc-newsletter-form input,
.pc-search-form input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.input-text,
select,
textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	color: var(--pc-ink);
	background: var(--pc-paper);
	border: 1px solid var(--pc-line);
	border-radius: 4px;
	outline: none;
	transition: border-color var(--pc-speed) ease, box-shadow var(--pc-speed) ease;
}

.pc-newsletter-form input:focus,
.pc-search-form input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.input-text:focus,
select:focus,
textarea:focus {
	border-color: var(--pc-green);
	box-shadow: 0 0 0 3px rgba(47, 70, 50, 0.12);
}

.pc-site-footer {
	padding: 44px 16px 28px;
	color: var(--pc-paper);
	background: var(--pc-ink);
}

.pc-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.4fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr);
	gap: 28px;
	width: min(100%, var(--pc-wide));
	margin-inline: auto;
}

.pc-site-footer .pc-site-title {
	color: var(--pc-paper);
}

.pc-footer-brand p,
.pc-footer-col,
.pc-site-footer a {
	color: rgba(255, 255, 255, 0.78);
}

.pc-footer-col h2,
.pc-footer-widget .widget-title {
	margin: 0 0 12px;
	color: var(--pc-paper);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.pc-footer-menu {
	display: grid;
	gap: 8px;
}

.pc-footer-menu a:hover {
	color: var(--pc-gold);
}

.pc-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	width: min(100%, var(--pc-wide));
	margin: 34px auto 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}

.pc-footer-bottom p {
	margin: 0;
}

.pc-site-footer.footer {
	--color-background: 255, 255, 255;
	--gradient-background: #ffffff;
	--color-foreground: 18, 18, 18;
	--color-link: 18, 18, 18;
	--color-button: 18, 18, 18;
	--color-button-text: 255, 255, 255;
	--inputs-border-width: 1px;
	--font-body-scale: 1;
	--font-heading-scale: 1;
	--duration-short: 100ms;
	--duration-default: 200ms;
	--duration-extra-long: 600ms;
	--ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
	width: 100%;
	margin: 0;
	padding: 27px 0;
	color: rgba(var(--color-foreground), 0.75);
	background: rgb(var(--color-background));
	background: var(--gradient-background);
	border-top: 1px solid rgba(var(--color-foreground), 0.08);
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 1.8;
}

.pc-site-footer.footer *,
.pc-site-footer.footer *::before,
.pc-site-footer.footer *::after {
	box-sizing: border-box;
}

.pc-site-footer.footer a {
	color: currentColor;
	text-decoration: none;
}

.pc-site-footer.footer .page-width {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.pc-site-footer.footer .footer__content-top.page-width {
	width: 100%;
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
}

.pc-site-footer.footer .list-unstyled,
.pc-site-footer.footer .list-payment,
.pc-site-footer.footer .list-social,
.pc-site-footer.footer .policies {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-site-footer.footer .visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}

.pc-site-footer.footer .svg-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.pc-site-footer.footer .svg-wrapper > svg {
	width: 100%;
	height: 100%;
}

.pc-site-footer.footer .footer__content-top {
	display: block;
	padding-bottom: 50px;
}

.pc-site-footer.footer .footer__content-bottom {
	padding-top: 30px;
	border-top: 1px solid rgba(var(--color-foreground), 0.08);
}

.pc-site-footer.footer .footer__content-bottom-wrapper {
	display: flex;
	width: 100%;
}

.pc-site-footer.footer .footer__column {
	width: 100%;
	align-items: flex-end;
}

.pc-site-footer.footer .footer__column--info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
	padding-left: 20px;
}

.pc-site-footer.footer .footer__localization {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	padding: 10px 10px 0;
}

.pc-site-footer.footer .footer__localization:empty {
	display: none;
}

.pc-site-footer.footer .footer__localization:empty + .footer__column--info {
	align-items: center;
}

.pc-site-footer.footer .footer-block--newsletter {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 10px;
	margin-top: 30px;
}

.pc-site-footer.footer .footer-block--newsletter:only-child {
	margin-top: 0;
}

.pc-site-footer.footer .footer-block__newsletter {
	flex: 1 1 auto;
	flex-grow: 1;
	min-width: 0;
	text-align: center;
}

.pc-site-footer.footer .footer-block__heading {
	margin: 0 0 20px;
	color: rgb(var(--color-foreground));
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
}

.pc-site-footer.footer .newsletter-form {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: 360px;
}

.pc-site-footer.footer .newsletter-form__field-wrapper {
	width: 100%;
	max-width: 360px;
}

.pc-site-footer.footer .field {
	position: relative;
	z-index: 0;
	display: flex;
	width: 100%;
	min-height: 45px;
	overflow: hidden;
	background: rgb(var(--color-background));
	border: 1px solid rgba(var(--color-foreground), 0.75);
	transition: box-shadow var(--duration-short) ease;
}

.pc-site-footer.footer .field::before,
.pc-site-footer.footer .field::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.pc-site-footer.footer .field::before {
	display: none;
}

.pc-site-footer.footer .field::after {
	z-index: 1;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0);
	transition: box-shadow var(--duration-short) ease;
}

.pc-site-footer.footer .field:focus-within::after {
	box-shadow: 0 0 0 1px rgba(var(--color-foreground), 1);
}

.pc-site-footer.footer .field__input {
	width: 100%;
	min-height: 45px;
	margin: 0;
	padding: 12px 58px 12px 20px;
	color: rgb(var(--color-foreground));
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font: inherit;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1.5;
	outline: 0;
}

.pc-site-footer.footer .field__input::placeholder {
	color: rgba(var(--color-foreground), 0.75);
	opacity: 1;
}

.pc-site-footer.footer .field__label {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}

.pc-site-footer.footer .field__input:focus ~ .field__label,
.pc-site-footer.footer .field__input:not(:placeholder-shown) ~ .field__label {
	position: absolute !important;
}

.pc-site-footer.footer .newsletter-form__button {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: rgb(var(--color-foreground));
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: inherit;
	cursor: pointer;
}

.pc-site-footer.footer .newsletter-form__button .svg-wrapper {
	width: 24px;
	height: 24px;
}

.pc-site-footer.footer .newsletter-form__button .icon {
	width: 18px;
	height: auto;
}

.pc-site-footer.footer .footer__follow-on-shop {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-bottom: 4px;
	text-align: center;
}

.pc-site-footer.footer .pc-follow-shop-button {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 140.39px;
	height: 36px;
	min-height: 36px;
	padding: 0;
	isolation: isolate;
	color: #ffffff;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	transition: transform var(--duration-short) ease;
}

.pc-site-footer.footer .pc-follow-shop-button:hover,
.pc-site-footer.footer .pc-follow-shop-button:focus-visible {
	color: #ffffff;
	transform: translateY(-1px);
	outline: 0;
}

.pc-site-footer.footer .pc-follow-shop-button__background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #5a31f4;
	border-radius: 999px;
	transition: background var(--duration-short) ease;
}

.pc-site-footer.footer .pc-follow-shop-button:hover .pc-follow-shop-button__background,
.pc-site-footer.footer .pc-follow-shop-button:focus-visible .pc-follow-shop-button__background {
	background: #4b22d6;
}

.pc-site-footer.footer .pc-follow-shop-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding-right: 8px;
	padding-left: 8px;
	color: #ffffff;
}

.pc-site-footer.footer .pc-follow-shop-button__icon .size-5 {
	width: 20px;
	height: 20px;
}

.pc-site-footer.footer .pc-follow-shop-button__text {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	height: 36px;
	padding-right: 12px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
	white-space: nowrap;
}

.pc-site-footer.footer .pc-follow-shop-button__shop-logo {
	width: auto;
	height: 16px;
	color: #ffffff;
	vertical-align: -3px;
}

.pc-site-footer.footer .list-social {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.pc-site-footer.footer .footer__list-social:empty,
.pc-site-footer.footer .footer-block--newsletter:empty {
	display: none;
}

.pc-site-footer.footer .footer__list-social.list-social:only-child {
	justify-content: center;
}

.pc-site-footer.footer .list-social__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px;
	color: rgb(var(--color-foreground));
}

.pc-site-footer.footer .list-social__link .svg-wrapper {
	width: 22px;
	height: 22px;
}

.pc-site-footer.footer .list-social__item .icon {
	width: 22px;
	height: 22px;
	transition: transform var(--duration-short) ease;
}

.pc-site-footer.footer .list-social__link:hover .icon {
	transform: scale(1.07);
}

.pc-site-footer.footer .footer__payment {
	width: 100%;
	margin-top: 15px;
}

.pc-site-footer.footer .list-payment {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -5px 0;
	padding-top: 10px;
	padding-left: 0;
}

.pc-site-footer.footer .list-payment__item {
	display: flex;
	align-items: center;
	padding: 5px;
}

.pc-site-footer.footer .icon--full-color {
	width: 38px;
	height: 24px;
	flex: 0 0 auto;
	color: #231f20;
	overflow: hidden;
}

.pc-site-footer.footer .pc-pay-amex {
	color: #2e77bc;
}

.pc-site-footer.footer .pc-pay-apple {
	color: #000000;
}

.pc-site-footer.footer .pc-pay-diners {
	color: #3086c8;
}

.pc-site-footer.footer .pc-pay-discover {
	color: #f48120;
}

.pc-site-footer.footer .pc-pay-google {
	color: #5f6368;
}

.pc-site-footer.footer .pc-pay-master {
	color: #eb001b;
}

.pc-site-footer.footer .pc-pay-paypal {
	color: #003087;
}

.pc-site-footer.footer .pc-pay-shop {
	color: #5a31f4;
}

.pc-site-footer.footer .pc-pay-visa {
	color: #142688;
}

.pc-site-footer.footer .footer__copyright {
	width: 100%;
	margin-top: 15px;
	color: rgba(var(--color-foreground), 0.75);
	text-align: center;
}

.pc-site-footer.footer .caption {
	font-size: 10px;
	letter-spacing: 0.7px;
	line-height: 1.7;
}

.pc-site-footer.footer .copyright__content {
	font-size: 11px;
}

.pc-site-footer.footer .copyright__content a {
	color: currentColor;
	text-decoration: none;
}

.pc-site-footer.footer .copyright__content a:hover {
	color: rgb(var(--color-foreground));
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pc-site-footer.footer .policies {
	display: inline;
}

.pc-site-footer.footer .policies li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pc-site-footer.footer .policies li::before {
	padding: 0 8px;
	content: "\00b7";
}

.pc-site-footer.footer .policies li a {
	display: block;
	padding: 6px 0;
}

@media (prefers-reduced-motion: no-preference) {
	.pc-site-footer.footer .scroll-trigger.animate--fade-in,
	.pc-site-footer.footer .scroll-trigger.animate--slide-in {
		opacity: 0.01;
	}

	.pc-site-footer.footer .scroll-trigger.animate--slide-in {
		transform: translateY(20px);
	}

	.pc-site-footer.footer .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
		animation: pc-dawn-fade-in var(--duration-extra-long) var(--ease-out-slow) forwards;
	}

	.pc-site-footer.footer .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
		animation: pc-dawn-slide-in var(--duration-extra-long) var(--ease-out-slow) forwards;
		animation-delay: calc(var(--animation-order, 0) * 75ms);
	}
}

@media (min-width: 750px) {
	.pc-site-footer.footer {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.pc-site-footer.footer .page-width {
		padding: 0 50px;
	}

	.pc-site-footer.footer .footer__content-top.page-width {
		width: 100%;
		max-width: 1200px;
		padding-right: 50px;
		padding-left: 50px;
	}

	.pc-site-footer.footer .footer__content-top .grid {
		row-gap: 60px;
		margin-bottom: 0;
	}

	.pc-site-footer.footer .footer__column--info {
		align-items: flex-end;
		padding-right: 0;
		padding-left: 0;
	}

	.pc-site-footer.footer .footer__localization {
		justify-content: flex-start;
		padding: 4px 0;
	}

	.pc-site-footer.footer .footer-block--newsletter {
		flex-wrap: nowrap;
		justify-content: center;
	}

	.pc-site-footer.footer .footer-block__newsletter:not(:only-child) {
		margin-right: auto;
		text-align: left;
	}

	.pc-site-footer.footer .footer-block__newsletter:not(:only-child) .footer__newsletter {
		justify-content: flex-start;
		margin: 0;
	}

	.pc-site-footer.footer .newsletter-form {
		align-items: flex-start;
		max-width: 360px;
		margin: 0 auto;
	}

	.pc-site-footer.footer .footer__follow-on-shop {
		margin-bottom: 4px;
	}

	.pc-site-footer.footer .footer__follow-on-shop:first-child:not(:last-child) {
		justify-content: flex-start;
		margin-right: auto;
		text-align: left;
	}

	.pc-site-footer.footer .footer__follow-on-shop:not(:first-child):not(:last-child) {
		justify-content: flex-end;
		text-align: right;
	}

	.pc-site-footer.footer .footer-block__newsletter + .footer__list-social {
		margin-top: 0;
	}

	.pc-site-footer.footer .list-payment {
		justify-content: flex-end;
		margin: -5px;
		padding-top: 0;
	}

	.pc-site-footer.footer .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
		text-align: right;
	}

	.pc-site-footer.footer .policies li a {
		padding: 0;
	}
}

@media (min-width: 990px) {
	.pc-site-footer.footer .footer-block__heading {
		font-size: 18px;
	}
}

@media (max-width: 749px) {
	.pc-site-footer.footer .footer__content-top {
		padding-right: 40px;
		padding-bottom: 30px;
		padding-left: 40px;
	}

	.pc-site-footer.footer .footer__content-top.page-width {
		width: 100%;
		max-width: 1200px;
		padding-right: 40px;
		padding-left: 40px;
	}

	.pc-site-footer.footer .footer__content-bottom {
		flex-wrap: wrap;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		row-gap: 15px;
	}

	.pc-site-footer.footer .footer__content-bottom-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 15px;
	}

	.pc-site-footer.footer .footer__localization:empty + .footer__column {
		padding-top: 15px;
	}

	.pc-site-footer.footer .footer-block--newsletter {
		display: flex;
		flex: 1 1 100%;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.pc-site-footer.footer .footer__list-social.list-social,
	.pc-site-footer.footer .footer__follow-on-shop,
	.pc-site-footer.footer .footer-block__newsletter {
		display: flex;
		justify-content: center;
	}

	.pc-site-footer.footer .footer-block__newsletter {
		flex-direction: column;
	}

	.pc-site-footer.footer .list-social {
		justify-content: center;
	}

	.pc-site-footer.footer .footer__content-bottom.scroll-trigger.animate--slide-in {
		opacity: 1;
		transform: inherit;
		animation: none;
	}
}

.pc-mobile-panel,
.pc-cart-drawer {
	position: fixed;
	z-index: 1100;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(420px, calc(100vw - 28px));
	padding: 18px;
	background: var(--pc-paper);
	box-shadow: var(--pc-shadow);
	transform: translateX(110%);
	transition: transform 260ms ease;
}

.pc-mobile-panel {
	right: auto;
	left: 0;
	transform: translateX(-110%);
}

.pc-mobile-panel.is-open,
.pc-cart-drawer.is-open {
	transform: translateX(0);
}

.pc-panel-header,
.pc-filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 52px;
	border-bottom: 1px solid var(--pc-line);
}

.pc-panel-title,
.pc-filter-header h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.pc-menu--mobile {
	display: grid;
	gap: 0;
	margin-top: 18px;
}

.pc-menu--mobile a {
	width: 100%;
	min-height: 50px;
	margin-right: 0;
	padding: 0;
	color: var(--pc-ink);
	border-bottom: 1px solid var(--pc-line);
}

.pc-menu--mobile a:hover,
.pc-menu--mobile a:focus-visible,
.pc-menu--mobile .current-menu-item > a {
	color: var(--pc-rust);
}

.pc-menu--mobile .sub-menu {
	position: static;
	width: auto;
	padding: 0 0 0 16px;
	background: transparent;
	border: 0;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.pc-menu--mobile li:hover > .sub-menu,
.pc-menu--mobile li:focus-within > .sub-menu {
	transform: none;
}

.pc-panel-scrim {
	position: fixed;
	z-index: 1000;
	inset: 0;
	pointer-events: none;
	background: rgba(31, 33, 29, 0.44);
	opacity: 0;
	transition: opacity 260ms ease;
}

body.pc-panels-open .pc-panel-scrim {
	pointer-events: auto;
	opacity: 1;
}

.pc-search-overlay {
	position: fixed;
	z-index: 1200;
	inset: 0;
	display: grid;
	place-items: start center;
	padding: clamp(80px, 12vw, 150px) 16px 16px;
	pointer-events: none;
	background: rgba(31, 33, 29, 0.62);
	opacity: 0;
	transition: opacity 220ms ease;
}

.pc-search-overlay.is-open {
	pointer-events: auto;
	opacity: 1;
}

.pc-search-shell {
	position: relative;
	width: min(760px, 100%);
	padding: clamp(20px, 4vw, 34px);
	background: var(--pc-paper);
	border-radius: var(--pc-radius);
	box-shadow: var(--pc-shadow);
	transform: translateY(-12px);
	transition: transform 220ms ease;
}

.pc-search-overlay.is-open .pc-search-shell {
	transform: translateY(0);
}

.pc-search-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.pc-search-form {
	padding-right: 46px;
}

.pc-cart-drawer__body {
	display: flex;
	flex-direction: column;
	height: calc(100% - 58px);
	padding-top: 16px;
	overflow-y: auto;
}

.pc-empty-message,
.woocommerce-mini-cart__empty-message {
	padding: 22px;
	color: var(--pc-muted);
	background: var(--pc-bone);
	border-radius: var(--pc-radius);
	text-align: center;
}

.woocommerce-mini-cart {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-mini-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 12px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--pc-line);
}

.woocommerce-mini-cart-item img {
	width: 76px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 4px;
	background: var(--pc-bone);
}

.woocommerce-mini-cart-item .remove {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	color: var(--pc-paper) !important;
	background: var(--pc-rust);
	border-radius: 50%;
	line-height: 1;
}

.woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	margin: auto 0 12px;
	padding-top: 18px;
	border-top: 1px solid var(--pc-line);
}

.woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.pc-quick-view {
	position: fixed;
	z-index: 1300;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 18px;
	pointer-events: none;
	background: rgba(31, 33, 29, 0.58);
	opacity: 0;
	transition: opacity 220ms ease;
}

.pc-quick-view.is-open {
	pointer-events: auto;
	opacity: 1;
}

.pc-quick-view__dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
	width: min(920px, 100%);
	max-height: calc(100vh - 36px);
	overflow: auto;
	background: var(--pc-paper);
	border-radius: var(--pc-radius);
	box-shadow: var(--pc-shadow);
	transform: translateY(10px) scale(0.98);
	transition: transform 220ms ease;
}

.pc-quick-view.is-open .pc-quick-view__dialog {
	transform: translateY(0) scale(1);
}

.pc-quick-view__close {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 12px;
	background: rgba(255, 255, 255, 0.88);
	border-color: var(--pc-line);
}

.pc-quick-view__media {
	min-height: 420px;
	background: var(--pc-bone);
}

.pc-quick-view__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pc-quick-view__content {
	display: grid;
	align-content: center;
	gap: 14px;
	padding: clamp(28px, 5vw, 58px);
}

.pc-quick-view__content h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1;
}

.pc-quick-view__price {
	font-size: 20px;
	font-weight: 900;
}

.pc-page-header,
.pc-shop-hero {
	padding: clamp(42px, 8vw, 92px) 0 34px;
}

.pc-page-header h1,
.pc-shop-hero h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(38px, 6vw, 78px);
	font-weight: 900;
	line-height: 1;
}

.pc-page-header p,
.pc-shop-description {
	max-width: 720px;
	color: var(--pc-muted);
}

.pc-content-page {
	padding-bottom: clamp(58px, 8vw, 104px);
}

.pc-entry {
	width: min(100%, 900px);
	margin-inline: auto;
}

.pc-entry-content {
	font-size: 17px;
}

.pc-entry-content a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.pc-entry-content img,
.pc-entry-media img {
	border-radius: var(--pc-radius);
}

.pc-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pc-post-card {
	display: grid;
	gap: 14px;
}

.pc-post-card__media {
	aspect-ratio: 1.22 / 1;
	overflow: hidden;
	background: var(--pc-bone);
	border-radius: var(--pc-radius);
}

.pc-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.pc-post-card:hover .pc-post-card__media img {
	transform: scale(1.03);
}

.pc-post-card__body h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.12;
}

.pc-meta {
	margin: 0;
	color: var(--pc-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pc-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
	padding: 14px 0;
	border-block: 1px solid var(--pc-line);
}

.pc-shop-toolbar__meta {
	display: flex;
	align-items: center;
	gap: 18px;
	color: var(--pc-muted);
	font-size: 14px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	float: none;
	margin: 0;
}

.woocommerce .woocommerce-ordering select {
	min-height: 40px;
	padding: 8px 34px 8px 12px;
	background: var(--pc-paper);
}

.pc-shop-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: clamp(22px, 4vw, 42px);
	padding-bottom: clamp(58px, 8vw, 104px);
}

.pc-shop-filters {
	align-self: start;
	position: sticky;
	top: 100px;
	display: grid;
	gap: 18px;
}

.pc-filter-header {
	display: none;
}

.pc-filter-widget {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--pc-line);
}

.pc-filter-widget .widget-title {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.pc-filter-widget ul {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-filter-widget a {
	color: var(--pc-muted);
	font-weight: 700;
}

.pc-filter-widget a:hover {
	color: var(--pc-rust);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--pc-rust);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: var(--pc-line);
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 34px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 6px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	color: var(--pc-ink);
	background: var(--pc-paper);
	border: 1px solid var(--pc-line);
	border-radius: 50%;
	font-weight: 800;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: var(--pc-paper);
	background: var(--pc-ink);
	border-color: var(--pc-ink);
}

.pc-product-breadcrumb {
	padding: 24px 0 0;
	color: var(--pc-muted);
	font-size: 13px;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0;
	color: var(--pc-muted);
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--pc-ink);
}

.pc-product-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: clamp(28px, 5vw, 72px);
	padding: 28px 0 clamp(52px, 7vw, 82px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	display: grid;
	gap: 14px;
	margin: 0;
}

.woocommerce div.product div.images img {
	width: 100%;
	border-radius: var(--pc-radius);
	background: var(--pc-bone);
}

.pc-product-summary {
	position: sticky;
	top: 104px;
	align-self: start;
}

.pc-product-summary .product_title {
	margin: 12px 0 12px;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 900;
	line-height: 0.98;
}

.pc-product-summary .price {
	margin: 18px 0;
	font-size: 24px;
}

.pc-product-summary .woocommerce-product-details__short-description {
	color: var(--pc-muted);
	font-size: 17px;
}

body.single-product .pc-woo-page {
	--pc-product-text: 18, 18, 18;
	--pc-product-bg: 255, 255, 255;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 36px 0 12px;
	color: rgba(var(--pc-product-text), 0.75);
	background: rgb(var(--pc-product-bg));
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.8;
}

body.single-product .pc-woo-page .woocommerce-breadcrumb,
body.single-product .pc-woo-page .woocommerce-product-rating,
body.single-product .pc-woo-page #reviews,
body.single-product .pc-woo-page .woocommerce-Reviews,
body.single-product .pc-woo-page .commentlist,
body.single-product .pc-woo-page .woocommerce-review-link,
body.single-product .pc-woo-page .sku_wrapper {
	display: none;
}

body.single-product .pc-woo-page .woocommerce-notices-wrapper {
	width: min(100% - 100px, 1200px);
	margin: 0 auto;
}

body.single-product .pc-woo-page div.product {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	color: rgba(var(--pc-product-text), 0.75);
}

body.single-product .pc-woo-page div.product .pc-product-main-frame {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 65fr) minmax(330px, 35fr);
	align-items: start;
	width: 100%;
	gap: 0;
	isolation: isolate;
}

body.single-product .pc-woo-page div.product::before,
body.single-product .pc-woo-page div.product::after {
	display: none;
}

body.single-product .pc-woo-page div.product div.images.woocommerce-product-gallery {
	grid-column: 1;
	grid-row: 1;
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1 !important;
}

body.single-product .pc-woo-page div.product div.images .flex-viewport {
	overflow: visible !important;
}

body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__wrapper {
	display: grid;
	width: auto !important;
	margin: 0 0 20px;
	padding: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	transform: none !important;
}

body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image {
	position: relative;
	float: none !important;
	width: auto !important;
	max-width: 100%;
	margin: 0 !important;
	cursor: zoom-in;
	scroll-snap-align: start;
	transition: opacity 100ms ease;
}

body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image:first-child {
	grid-column: 1 / -1;
}

body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image::before,
body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image::after {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 12px;
	width: 30px;
	height: 30px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 100ms ease;
}

body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image::before {
	content: "";
	background: rgb(var(--pc-product-bg));
	border: 1px solid rgba(var(--pc-product-text), 0.1);
	border-radius: 50%;
}

body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image::after {
	display: grid;
	place-items: center;
	color: rgb(var(--pc-product-text));
	content: "+";
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
}

body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image:hover::before,
body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image:hover::after,
body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image:focus-within::before,
body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image:focus-within::after {
	opacity: 1;
}

body.single-product .pc-woo-page div.product div.images a {
	display: block;
	color: inherit;
	text-decoration: none;
}

body.single-product .pc-woo-page div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	background: transparent;
	border: 1px solid rgba(var(--pc-product-text), 0.05);
	border-radius: 0;
	object-fit: contain;
	object-position: center center;
	transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.single-product .pc-woo-page div.product div.images .flex-control-thumbs {
	display: none;
}

body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

body.single-product .pc-woo-page div.product div.summary.entry-summary {
	grid-column: 2;
	grid-row: 1;
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 0 0 40px;
	color: rgba(var(--pc-product-text), 0.75);
}

body.single-product .pc-woo-page div.product div.summary.entry-summary > * + * {
	margin: 15px 0;
}

body.single-product .pc-woo-page div.product div.summary.entry-summary > *:first-child {
	margin-top: 0;
}

body.single-product .pc-woo-page div.product .product_title {
	margin: 0 0 15px;
	color: rgb(var(--pc-product-text));
	font-family: "system_ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
	word-break: break-word;
}

body.single-product .pc-woo-page div.product div.summary.entry-summary > .woocommerce-product-details__short-description {
	display: none;
}

body.single-product .pc-woo-page div.product p.price,
body.single-product .pc-woo-page div.product span.price {
	display: block;
	margin: 15px 0;
	color: rgb(var(--pc-product-text));
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.3px;
	line-height: 1.5;
}

body.single-product .pc-woo-page div.product p.price del,
body.single-product .pc-woo-page div.product span.price del {
	color: rgba(var(--pc-product-text), 0.75);
	font-size: 13px;
	opacity: 1;
}

body.single-product .pc-woo-page div.product p.price ins,
body.single-product .pc-woo-page div.product span.price ins {
	color: rgb(var(--pc-product-text));
	font-weight: 400;
	text-decoration: none;
}

body.single-product .pc-woo-page div.product .woocommerce-product-details__short-description {
	margin: 25px 0;
	color: rgba(var(--pc-product-text), 0.75);
}

body.single-product .pc-woo-page div.product .woocommerce-product-details__short-description > *:first-child {
	margin-top: 0;
}

body.single-product .pc-woo-page div.product .woocommerce-product-details__short-description > *:last-child {
	margin-bottom: 0;
}

body.single-product .pc-woo-page div.product form.cart {
	display: block;
	max-width: 440px;
	margin: 25px 0;
	padding: 0;
}

body.single-product .pc-woo-page div.product form.cart::before,
body.single-product .pc-woo-page div.product form.cart::after {
	display: none;
}

body.single-product .pc-woo-page div.product form.cart .quantity {
	width: 142px;
	min-height: 47px;
	margin: 0 0 12px;
	border: 0;
	border-radius: 0;
}

body.single-product .pc-woo-page div.product form.cart .quantity::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: rgb(var(--pc-product-bg));
}

body.single-product .pc-woo-page div.product form.cart .quantity::after {
	position: absolute;
	z-index: 1;
	inset: 1px;
	content: "";
	box-shadow: 0 0 0 1px rgba(var(--pc-product-text), 0.55);
	pointer-events: none;
	transition: box-shadow 100ms ease;
}

body.single-product .pc-woo-page div.product form.cart .quantity .qty {
	height: 47px;
	color: rgb(var(--pc-product-text));
	background: transparent;
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 16px;
	font-weight: 500;
	line-height: 47px;
}

body.single-product .pc-woo-page div.product form.cart .single_add_to_cart_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 47px;
	margin: 0;
	padding: 0 30px;
	color: rgb(var(--pc-product-text));
	background: rgb(var(--pc-product-bg));
	border: 1px solid rgb(var(--pc-product-text));
	border-radius: 0;
	font: inherit;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
	text-transform: none;
	transition: box-shadow 100ms ease, opacity 100ms ease;
}

body.single-product .pc-woo-page div.product form.cart .pc-buy-with-shop-button {
	margin-top: 10px;
}

body.single-product .pc-woo-page div.product form.cart .single_add_to_cart_button:hover,
body.single-product .pc-woo-page div.product form.cart .single_add_to_cart_button:focus-visible {
	color: rgb(var(--pc-product-text));
	background: rgb(var(--pc-product-bg));
	box-shadow: 0 0 0 1px rgb(var(--pc-product-text));
}

body.single-product .pc-woo-page div.product form.cart .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

body.single-product .pc-woo-page div.product .product_meta {
	display: grid;
	gap: 6px;
	margin: 25px 0;
	color: rgba(var(--pc-product-text), 0.75);
	font-size: 13px;
	letter-spacing: 0.4px;
}

body.single-product .pc-woo-page div.product .product_meta a {
	color: rgb(var(--pc-product-text));
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.single-product .pc-woo-page div.product > .woocommerce-tabs,
body.single-product .pc-woo-page div.product div.summary.entry-summary .woocommerce-tabs {
	grid-column: 2;
	grid-row: 2;
	width: 100%;
	margin: 25px 0 0;
	padding: 0;
	clear: none;
	color: rgba(var(--pc-product-text), 0.75);
	background: transparent;
	border: 0;
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.8;
}

body.single-product .pc-woo-page div.product div.summary.entry-summary .woocommerce-tabs {
	grid-column: auto;
	grid-row: auto;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs .tabs.wc-tabs,
body.single-product .pc-woo-page div.product .woocommerce-tabs ul.tabs {
	display: none !important;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs .woocommerce-Tabs-panel,
body.single-product .pc-woo-page div.product .woocommerce-tabs .panel {
	display: block !important;
	margin: 0;
	padding: 0;
	color: rgba(var(--pc-product-text), 0.75);
	background: transparent;
	border: 0;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2,
body.single-product .pc-woo-page div.product .woocommerce-tabs .panel > h2 {
	display: block;
	margin: 0 0 16px;
	color: rgb(var(--pc-product-text));
	font-family: "system_ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs h3 {
	margin: 22px 0 10px;
	color: rgb(var(--pc-product-text));
	font-family: "system_ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs p {
	margin: 0 0 16px;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs ul,
body.single-product .pc-woo-page div.product .woocommerce-tabs ol {
	margin: 0 0 16px;
	padding-left: 20px;
	list-style-position: inside;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs li {
	margin-bottom: 4px;
	list-style: inherit;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs a {
	color: currentColor;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: text-decoration-thickness 100ms ease;
}

body.single-product .pc-woo-page div.product .woocommerce-tabs a:hover {
	text-decoration-thickness: 2px;
}

body.single-product .pc-woo-page div.product .related,
body.single-product .pc-woo-page div.product .upsells {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 36px;
	clear: both;
}

body.single-product .pc-woo-page div.product .related.products.pc-product-dawn-related {
	max-width: none;
	padding: 0;
	color: rgba(var(--color-foreground), 0.75);
	background: rgb(var(--color-background));
}

body.single-product .pc-woo-page div.product .related.products.pc-product-dawn-related .page-width {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

@media (prefers-reduced-motion: no-preference) {
	body.single-product .pc-woo-page .scroll-trigger.animate--fade-in,
	body.single-product .pc-woo-page .scroll-trigger.animate--slide-in {
		opacity: 0.01;
	}

	body.single-product .pc-woo-page .scroll-trigger.animate--slide-in {
		transform: translateY(20px);
	}

	body.single-product .pc-woo-page .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
		animation: pc-dawn-fade-in 600ms cubic-bezier(0, 0, 0.3, 1) forwards;
	}

	body.single-product .pc-woo-page .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
		animation: pc-dawn-slide-in 600ms cubic-bezier(0, 0, 0.3, 1) forwards;
	}
}

@media screen and (min-width: 750px) {
	body.single-product .pc-woo-page div.product div.images.woocommerce-product-gallery {
		position: sticky;
		top: 30px;
		z-index: 1;
	}

	body.single-product .pc-woo-page div.product div.summary.entry-summary {
		position: static;
		top: auto;
		z-index: auto;
	}
}

@media screen and (max-width: 989px) {
	body.single-product .pc-woo-page div.product,
	body.single-product .pc-woo-page div.product .pc-product-main-frame {
		display: block;
	}

	body.single-product .pc-woo-page div.product div.summary.entry-summary {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width: 749px) {
	body.single-product .pc-woo-page {
		padding-top: 27px;
		padding-bottom: 9px;
		font-size: 15px;
	}

	body.single-product .pc-woo-page .woocommerce-notices-wrapper {
		width: calc(100% - 30px);
	}

	body.single-product .pc-woo-page div.product {
		padding: 0 15px;
	}

	body.single-product .pc-woo-page div.product div.images.woocommerce-product-gallery {
		margin-bottom: 30px;
	}

	body.single-product .pc-woo-page div.product div.images .flex-viewport {
		width: calc(100% + 40px);
		margin-left: -25px;
		overflow-x: auto !important;
		scrollbar-width: thin;
	}

	body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__wrapper {
		display: flex;
		width: calc(100% + 40px) !important;
		margin-left: -25px;
		margin-bottom: 30px;
		flex-wrap: nowrap;
		gap: 4px;
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	body.single-product .pc-woo-page div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper {
		width: auto !important;
		margin-left: 0;
		overflow: visible;
	}

	body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image,
	body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image:first-child {
		display: flex;
		align-items: center;
		width: calc(100% - 30px - 4px) !important;
		max-width: calc(100% - 30px - 4px);
		flex: 0 0 calc(100% - 30px - 4px);
		grid-column: auto;
	}

	body.single-product .pc-woo-page div.product div.images .woocommerce-product-gallery__image:first-child {
		margin-left: 15px !important;
	}

	body.single-product .pc-woo-page div.product .product_title {
		font-size: 30px;
	}

	body.single-product .pc-woo-page div.product form.cart,
	body.single-product .pc-woo-page div.product form.cart .quantity {
		width: 100%;
		max-width: 100%;
	}
}

.pc-product-purchase {
	margin: 26px 0;
	padding: 22px 0;
	border-block: 1px solid var(--pc-line);
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
}

.woocommerce .quantity {
	position: relative;
	display: inline-grid;
	grid-template-columns: 42px 56px 42px;
	height: 48px;
	border: 1px solid var(--pc-line);
	border-radius: 4px;
	overflow: hidden;
}

.woocommerce .quantity .qty {
	width: 56px;
	height: 46px;
	padding: 0;
	border: 0;
	text-align: center;
	appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.pc-qty-button {
	display: grid;
	width: 42px;
	height: 46px;
	place-items: center;
	background: var(--pc-paper);
	border: 0;
	color: var(--pc-ink);
	font-size: 19px;
	font-weight: 800;
}

.pc-qty-button:hover {
	background: var(--pc-bone);
}

.pc-product-assurance {
	display: grid;
	gap: 10px;
	margin: 20px 0;
}

.pc-product-assurance div {
	padding: 14px;
	background: var(--pc-bone);
	border-radius: var(--pc-radius);
}

.pc-product-assurance strong {
	display: block;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.pc-product-assurance span {
	color: var(--pc-muted);
	font-size: 14px;
}

.product_meta {
	display: grid;
	gap: 6px;
	color: var(--pc-muted);
	font-size: 13px;
}

.pc-product-tabs {
	width: min(100%, 980px);
	margin: 0 auto clamp(52px, 7vw, 82px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	border-bottom: 1px solid var(--pc-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 12px 0;
	color: var(--pc-muted);
	font-weight: 900;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--pc-ink);
	border-bottom: 2px solid var(--pc-ink);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-top: 0;
}

.pc-related-products {
	padding-bottom: clamp(52px, 7vw, 82px);
}

.pc-related-products > section > h2,
.related.products > h2 {
	margin: 0 0 24px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	width: min(100% - 32px, var(--pc-wide));
	margin: 18px auto !important;
	padding: 14px 18px;
	color: var(--pc-ink);
	background: var(--pc-bone);
	border-top: 3px solid var(--pc-green);
	border-radius: var(--pc-radius);
}

.woocommerce-error {
	border-top-color: var(--pc-red);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--pc-green);
}

.woocommerce-error::before {
	color: var(--pc-red);
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout,
.woocommerce-order {
	width: min(100%, 1040px);
	margin-inline: auto;
}

.woocommerce-cart-form table.shop_table,
.cart_totals table,
.woocommerce-checkout-review-order table {
	border: 1px solid var(--pc-line);
	border-radius: var(--pc-radius);
	overflow: hidden;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wc-block-components-totals-wrapper.wp-block-woocommerce-cart-order-summary-coupon-form-block {
	display: none !important;
}

.woocommerce table.shop_table {
	border: 1px solid var(--pc-line);
	border-radius: var(--pc-radius);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 14px;
}

.woocommerce a.remove {
	color: var(--pc-rust) !important;
}

.woocommerce a.remove:hover {
	color: var(--pc-paper) !important;
	background: var(--pc-rust);
}

/* Wild Wolf / Dawn-style cart */
body.pc-cart-page {
	background: #ffffff;
}

.pc-cart-content-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.pc-cart-content-page .pc-entry,
.pc-cart-content-page .pc-entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.pc-wildwolf-cart {
	--color-background: 255, 255, 255;
	--gradient-background: #ffffff;
	--color-foreground: 18, 18, 18;
	--color-button: 18, 18, 18;
	--color-button-text: 255, 255, 255;
	--color-shadow: 18, 18, 18;
	--page-width: 1200px;
	--cart-line: rgba(var(--color-foreground), 0.12);
	--cart-line-strong: rgba(var(--color-foreground), 0.75);
	--duration-short: 100ms;
	width: 100%;
	color: rgba(var(--color-foreground), 0.75);
	background: rgb(var(--color-background));
	background: var(--gradient-background);
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 15px;
	line-height: 1.5;
}

.pc-wildwolf-cart *,
.pc-wildwolf-cart *::before,
.pc-wildwolf-cart *::after {
	box-sizing: border-box;
}

.pc-wildwolf-cart .page-width {
	width: 100%;
	max-width: var(--page-width);
	margin: 0 auto;
	padding: 0 50px;
}

.pc-wildwolf-cart cart-items {
	display: block;
	padding-top: 44px;
}

.pc-wildwolf-cart .title-wrapper-with-link {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 32px;
}

.pc-wildwolf-cart .title {
	margin: 0;
	color: rgb(var(--color-foreground));
	font-family: "system_ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
}

.pc-wildwolf-cart .underlined-link,
.pc-wildwolf-cart .cart__login-paragraph a {
	color: rgb(var(--color-foreground));
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.pc-wildwolf-cart .underlined-link:hover,
.pc-wildwolf-cart .cart__login-paragraph a:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.pc-wildwolf-cart .woocommerce-cart-form,
.pc-wildwolf-cart .cart_totals {
	width: 100%;
	max-width: none;
	margin: 0;
}

.pc-wildwolf-cart .cart__contents {
	position: relative;
}

.pc-wildwolf-cart .cart__items {
	position: relative;
}

.pc-wildwolf-cart table.cart-items,
.pc-wildwolf-cart .woocommerce table.shop_table {
	width: 100%;
	margin: 0;
	border: 0 !important;
	border-collapse: collapse;
	border-radius: 0;
	box-shadow: none;
}

.pc-wildwolf-cart table.cart-items th,
.pc-wildwolf-cart table.cart-items td {
	border: 0;
}

.pc-wildwolf-cart table.cart-items thead th {
	padding: 0 0 17px;
	color: rgba(var(--color-foreground), 0.75);
	border-bottom: 1px solid var(--cart-line);
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
}

.pc-wildwolf-cart table.cart-items thead th.right {
	text-align: right;
}

.pc-wildwolf-cart .cart-items__heading--wide {
	width: 180px;
	padding-left: 56px !important;
}

.pc-wildwolf-cart .cart-item {
	position: relative;
}

.pc-wildwolf-cart .cart-item > td {
	padding-top: 36px !important;
	padding-bottom: 36px !important;
	border-bottom: 1px solid var(--cart-line) !important;
	vertical-align: top;
}

.pc-wildwolf-cart .cart-item__media {
	position: relative;
	width: 154px;
	padding-right: 28px !important;
}

.pc-wildwolf-cart .cart-item__link {
	position: absolute;
	z-index: 2;
	inset: 36px 28px 36px 0;
	display: block;
}

.pc-wildwolf-cart .cart-item__image-container {
	width: 150px;
	background: #f3f3f3;
	border: 0;
	overflow: hidden;
}

.pc-wildwolf-cart .cart-item__image-container img,
.pc-wildwolf-cart .cart-item__image {
	display: block;
	width: 150px;
	height: 150px;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.pc-wildwolf-cart .cart-item__details {
	width: auto;
	padding-right: 40px !important;
	color: rgba(var(--color-foreground), 0.75);
}

.pc-wildwolf-cart .cart-item__name {
	display: inline-block;
	color: rgb(var(--color-foreground));
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
	text-underline-offset: 3px;
}

.pc-wildwolf-cart .cart-item__name:hover {
	text-decoration: underline;
}

.pc-wildwolf-cart .product-option,
.pc-wildwolf-cart .variation,
.pc-wildwolf-cart .backorder_notification {
	margin: 8px 0 0;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 13px;
	line-height: 1.45;
}

.pc-wildwolf-cart .variation {
	display: grid;
	gap: 4px;
}

.pc-wildwolf-cart .variation dt,
.pc-wildwolf-cart .variation dd,
.pc-wildwolf-cart .variation p {
	margin: 0;
}

.pc-wildwolf-cart .cart-item__quantity {
	width: 220px;
	padding-left: 56px !important;
}

.pc-wildwolf-cart quantity-popover,
.pc-wildwolf-cart quantity-input,
.pc-wildwolf-cart cart-remove-button {
	display: block;
}

.pc-wildwolf-cart .cart-item__quantity-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

.pc-wildwolf-cart .quantity {
	position: relative;
	display: flex;
	width: 142px;
	min-height: 47px;
	color: rgb(var(--color-foreground));
	background: rgb(var(--color-background));
	border: 1px solid rgba(var(--color-foreground), 0.55);
}

.pc-wildwolf-cart .quantity__button,
.pc-wildwolf-cart .pc-qty-button {
	display: flex;
	flex: 0 0 45px;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: auto;
	margin: 0;
	padding: 0;
	color: rgb(var(--color-foreground));
	background: transparent;
	border: 0;
	cursor: pointer;
}

.pc-wildwolf-cart .quantity__button:hover {
	background: transparent;
}

.pc-wildwolf-cart .quantity__button .svg-wrapper,
.pc-wildwolf-cart .button--tertiary .svg-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	pointer-events: none;
}

.pc-wildwolf-cart .quantity__input,
.pc-wildwolf-cart .quantity .qty {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 45px;
	padding: 0 5px;
	color: currentColor;
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 45px;
	text-align: center;
	appearance: textfield;
}

.pc-wildwolf-cart .quantity__input::-webkit-outer-spin-button,
.pc-wildwolf-cart .quantity__input::-webkit-inner-spin-button,
.pc-wildwolf-cart .quantity .qty::-webkit-outer-spin-button,
.pc-wildwolf-cart .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.pc-wildwolf-cart .quantity__input:focus,
.pc-wildwolf-cart .quantity .qty:focus {
	outline: 0;
}

.pc-wildwolf-cart .button--tertiary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	color: rgba(var(--color-foreground), 0.75) !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
	text-decoration: none;
	transform: none;
}

.pc-wildwolf-cart .button--tertiary:hover,
.pc-wildwolf-cart .button--tertiary:focus-visible {
	color: rgb(var(--color-foreground)) !important;
	background: transparent !important;
	transform: none;
	outline: 0;
}

.pc-wildwolf-cart .button--tertiary .svg-wrapper {
	width: 15px;
	height: 15px;
}

.pc-wildwolf-cart .cart-item__totals {
	position: relative;
	width: 140px;
	color: rgb(var(--color-foreground));
	text-align: right;
	white-space: nowrap;
}

.pc-wildwolf-cart .cart-item__price-wrapper {
	display: flex;
	justify-content: flex-end;
}

.pc-wildwolf-cart .price--end,
.pc-wildwolf-cart .cart-item__totals .amount {
	color: rgb(var(--color-foreground));
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
}

.pc-wildwolf-cart .cart-item__error {
	margin-top: 8px;
	color: #b1412e;
	font-size: 12px;
}

.pc-wildwolf-cart .loading-overlay {
	position: absolute;
	top: 34px;
	right: 0;
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(var(--color-foreground), 0.18);
	border-top-color: rgb(var(--color-foreground));
	border-radius: 50%;
	animation: pcWildwolfCartSpin 700ms linear infinite;
}

.pc-wildwolf-cart.is-updating .loading-overlay.hidden {
	display: block !important;
}

.pc-wildwolf-cart.is-updating .cart-item__price-wrapper {
	opacity: 0.35;
}

.pc-wildwolf-cart .cart__actions {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.pc-wildwolf-cart .cart__footer-wrapper {
	padding-bottom: 72px;
}

.pc-wildwolf-cart .cart__footer {
	display: flex;
	justify-content: flex-end;
	padding: 36px 0 0;
}

.pc-wildwolf-cart .cart__blocks {
	width: 100%;
	max-width: 360px;
}

.pc-wildwolf-cart .totals {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.pc-wildwolf-cart .totals__total {
	margin: 0;
	color: rgb(var(--color-foreground));
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.pc-wildwolf-cart .totals__total-value {
	margin: 0;
	color: rgb(var(--color-foreground));
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: right;
}

.pc-wildwolf-cart .tax-note {
	display: block;
	margin: 10px 0 0;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 13px;
	line-height: 1.45;
	text-align: right;
}

.pc-wildwolf-cart .cart__ctas {
	margin-top: 18px;
}

.pc-wildwolf-cart .cart__checkout-button,
.pc-wildwolf-cart .cart__warnings .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 47px;
	padding: 0 30px;
	color: rgb(var(--color-button-text)) !important;
	background: rgba(var(--color-button), 1) !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transform: none;
	transition: box-shadow var(--duration-short) ease, opacity var(--duration-short) ease;
}

.pc-wildwolf-cart .cart__checkout-button:hover,
.pc-wildwolf-cart .cart__warnings .button:hover,
.pc-wildwolf-cart .cart__checkout-button:focus-visible,
.pc-wildwolf-cart .cart__warnings .button:focus-visible {
	opacity: 0.9;
	transform: none;
	outline: 0;
}

.pc-wildwolf-cart--empty .cart__warnings {
	display: grid;
	place-items: center;
	min-height: 440px;
	padding-top: 72px;
	padding-bottom: 92px;
	text-align: center;
}

.pc-wildwolf-cart .cart__empty-text {
	margin: 0 0 24px;
	color: rgb(var(--color-foreground));
	font-family: "system_ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
}

.pc-wildwolf-cart .cart__warnings .button {
	width: auto;
	min-width: 240px;
}

.pc-wildwolf-cart .cart__login-title {
	margin: 42px 0 8px;
	color: rgb(var(--color-foreground));
	font-family: "system_ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
}

.pc-wildwolf-cart .cart__login-paragraph {
	margin: 0;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 14px;
	line-height: 1.5;
}

.pc-wildwolf-cart .visually-hidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}

@keyframes pcWildwolfCartSpin {
	to {
		transform: rotate(360deg);
	}
}

@media screen and (min-width: 990px) {
	.pc-wildwolf-cart .large-up-hide {
		display: none !important;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.pc-wildwolf-cart .medium-hide {
		display: none !important;
	}

	.pc-wildwolf-cart .cart-item__media,
	.pc-wildwolf-cart .cart-item__image-container,
	.pc-wildwolf-cart .cart-item__image-container img,
	.pc-wildwolf-cart .cart-item__image {
		width: 120px;
		height: 120px;
	}

	.pc-wildwolf-cart .cart-item__quantity {
		width: 190px;
		padding-left: 28px !important;
	}
}

@media screen and (max-width: 749px) {
	.pc-wildwolf-cart .page-width {
		padding: 0 15px;
	}

	.pc-wildwolf-cart cart-items {
		padding-top: 30px;
	}

	.pc-wildwolf-cart .title-wrapper-with-link {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 26px;
	}

	.pc-wildwolf-cart .title,
	.pc-wildwolf-cart .cart__empty-text {
		font-size: 30px;
	}

	.pc-wildwolf-cart table.cart-items,
	.pc-wildwolf-cart table.cart-items tbody,
	.pc-wildwolf-cart table.cart-items tr,
	.pc-wildwolf-cart table.cart-items td {
		display: block;
		width: 100%;
	}

	.pc-wildwolf-cart table.cart-items thead,
	.pc-wildwolf-cart .small-hide {
		display: none !important;
	}

	.pc-wildwolf-cart .medium-hide.large-up-hide {
		display: block !important;
	}

	.pc-wildwolf-cart .cart-item {
		display: grid !important;
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 14px 18px;
		padding: 28px 0;
		border-bottom: 1px solid var(--cart-line);
	}

	.pc-wildwolf-cart .cart-item > td {
		padding: 0 !important;
		border-bottom: 0 !important;
	}

	.pc-wildwolf-cart .cart-item__media {
		grid-row: 1 / 3;
		grid-column: 1;
	}

	.pc-wildwolf-cart .cart-item__details {
		grid-row: 1;
		grid-column: 2;
		padding-right: 0 !important;
	}

	.pc-wildwolf-cart .cart-item__totals {
		grid-row: 2;
		grid-column: 2;
		justify-self: end;
	}

	.pc-wildwolf-cart .cart-item__quantity {
		grid-row: 3;
		grid-column: 1 / -1;
		width: 100%;
		padding-left: 0 !important;
	}

	.pc-wildwolf-cart .cart-item__image-container,
	.pc-wildwolf-cart .cart-item__image-container img,
	.pc-wildwolf-cart .cart-item__image {
		width: 110px;
		height: 110px;
	}

	.pc-wildwolf-cart .cart-item__link {
		inset: 0;
	}

	.pc-wildwolf-cart .cart-item__quantity-wrapper {
		justify-content: flex-start;
	}

	.pc-wildwolf-cart .quantity {
		width: 128px;
	}

	.pc-wildwolf-cart .cart__footer {
		justify-content: stretch;
		padding-top: 28px;
	}

	.pc-wildwolf-cart .cart__blocks {
		max-width: none;
	}

	.pc-wildwolf-cart .totals,
	.pc-wildwolf-cart .tax-note {
		text-align: left;
	}

	.pc-wildwolf-cart .cart__footer-wrapper {
		padding-bottom: 54px;
	}

	.pc-wildwolf-cart--empty .cart__warnings {
		min-height: 360px;
		padding-top: 52px;
		padding-bottom: 72px;
	}
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid var(--pc-line);
	border-radius: var(--pc-radius);
}

/* Shopify-style checkout */
body.pc-shopify-checkout-page {
	color: #1f1f1f;
	background: linear-gradient(90deg, #ffffff 0, #ffffff calc(50% + 190px), #f5f5f5 calc(50% + 190px), #f5f5f5 100%);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	min-height: 100vh;
}

body.pc-shopify-checkout-page .pc-announcement,
body.pc-shopify-checkout-page .pc-site-header,
body.pc-shopify-checkout-page .pc-mobile-panel,
body.pc-shopify-checkout-page .pc-search-overlay,
body.pc-shopify-checkout-page .pc-cart-drawer,
body.pc-shopify-checkout-page .pc-panel-scrim,
body.pc-shopify-checkout-page .pc-site-footer {
	display: none !important;
}

.pc-shopify-checkout-content-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.pc-shopify-checkout-content-page .pc-entry {
	width: 100%;
	max-width: none;
	margin: 0;
}

.pc-shopify-checkout-content-page .pc-entry-content {
	font-size: 14px;
	line-height: 1.5;
}

.pc-shopify-checkout,
.pc-shopify-checkout-content-page .wp-block-woocommerce-checkout {
	width: 100%;
	max-width: none !important;
	margin: 0;
	color: #1f1f1f;
}

.pc-shopify-checkout__shell,
.pc-shopify-checkout-content-page .wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 470px);
	align-items: stretch !important;
	gap: 0 !important;
	width: min(100%, 1180px);
	min-height: 100vh;
	margin: 0 auto;
}

.pc-shopify-checkout__main,
.pc-shopify-checkout-content-page .wc-block-components-main {
	grid-column: 1;
	grid-row: 1;
	flex: 1 1 auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	padding: 56px clamp(32px, 5vw, 72px) 42px 0;
	background: #ffffff;
}

.pc-shopify-checkout__sidebar,
.pc-shopify-checkout-content-page .wc-block-components-sidebar {
	grid-column: 2;
	grid-row: 1;
	flex: 0 0 auto !important;
	position: relative;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	padding: 56px 0 42px clamp(34px, 4vw, 52px);
	background: #f5f5f5;
	border-left: 1px solid #dedede;
}

.pc-shopify-checkout-content-page .wc-block-components-sidebar::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100vw;
	content: "";
	background: #f5f5f5;
}

.pc-shopify-checkout__header,
.pc-shopify-checkout-header {
	margin-bottom: 34px;
}

.pc-shopify-checkout__brand .pc-wild-logo,
.pc-shopify-checkout-header .pc-wild-logo {
	justify-content: flex-start;
	width: fit-content;
	color: #1f1f1f;
	text-decoration: none;
}

.pc-shopify-checkout__brand .pc-wild-logo__icon,
.pc-shopify-checkout-header .pc-wild-logo__icon {
	width: 38px;
	height: 38px;
}

.pc-shopify-checkout__brand .pc-wild-logo__text,
.pc-shopify-checkout-header .pc-wild-logo__text {
	font-size: 21px;
	line-height: 0.92;
}

.pc-shopify-checkout__breadcrumbs,
.pc-shopify-checkout-header__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: #737373;
	font-size: 12px;
	line-height: 1.4;
}

.pc-shopify-checkout__breadcrumbs a,
.pc-shopify-checkout-header__breadcrumbs a {
	color: #1878b9;
	text-decoration: none;
}

.pc-shopify-checkout__breadcrumbs a:hover,
.pc-shopify-checkout-header__breadcrumbs a:hover {
	color: #0d5f95;
	text-decoration: underline;
}

.pc-shopify-checkout__express {
	padding: 22px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.pc-shopify-checkout__express-title {
	display: flex;
	justify-content: center;
	margin: -32px 0 18px;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.pc-shopify-checkout__express-title span {
	padding: 0 12px;
	background: #ffffff;
}

.pc-shopify-checkout__express-buttons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.pc-express-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 10px;
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	cursor: default;
	opacity: 1;
}

.pc-express-button--shop {
	background: #5433eb;
}

.pc-express-button--paypal {
	color: #111;
	background: #ffc439;
}

.pc-express-button--gpay {
	background: #111;
}

.pc-shopify-checkout__divider {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 22px 0 26px;
	color: #737373;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.pc-shopify-checkout__divider::before,
.pc-shopify-checkout__divider::after {
	flex: 1;
	height: 1px;
	content: "";
	background: #dedede;
}

.pc-checkout-section,
.pc-shopify-checkout__payment-section,
.pc-shopify-checkout-content-page .wc-block-components-checkout-step,
.pc-shopify-checkout-content-page .wc-block-checkout__contact,
.pc-shopify-checkout-content-page .wc-block-checkout__shipping-method,
.pc-shopify-checkout-content-page .wc-block-checkout__payment-method,
.pc-shopify-checkout-content-page .wc-block-checkout__billing-fields {
	margin-top: 28px;
}

.pc-checkout-billing-fields > .pc-checkout-section:first-child,
.pc-shopify-checkout__fields > .pc-checkout-section:first-child {
	margin-top: 0;
}

.pc-shopify-checkout__section-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 13px;
}

.pc-shopify-checkout__section-header h2,
.pc-shopify-checkout-content-page .wc-block-components-title,
.pc-shopify-checkout-content-page .wc-block-components-checkout-step__title {
	margin: 0;
	color: #1f1f1f;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
}

.pc-shopify-checkout-content-page .wc-block-components-checkout-step__heading,
.pc-shopify-checkout-content-page .wc-block-components-checkout-step__container {
	margin: 0 !important;
	padding: 0 !important;
}

.pc-shopify-checkout-content-page .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title::before {
	display: none !important;
}

.pc-shopify-checkout__section-header p,
.pc-shopify-checkout-content-page .wc-block-components-checkout-step__description {
	margin: 4px 0 0;
	color: #737373;
	font-size: 13px;
}

.pc-shopify-checkout__section-header a {
	color: #1878b9;
	font-size: 14px;
	text-decoration: none;
}

.pc-checkout-fields,
.pc-shopify-checkout .woocommerce-billing-fields__field-wrapper,
.pc-shopify-checkout .woocommerce-shipping-fields__field-wrapper,
.pc-shopify-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.pc-shopify-checkout .form-row,
.pc-shopify-checkout-content-page .wc-block-components-text-input,
.pc-shopify-checkout-content-page .wc-block-components-combobox,
.pc-shopify-checkout-content-page .wc-block-components-country-input {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}

.pc-shopify-checkout .form-row-wide,
.pc-shopify-checkout .address-field,
.pc-shopify-checkout .pc-checkout-fields--contact .form-row,
.pc-shopify-checkout-content-page .wc-block-components-address-form__address_1,
.pc-shopify-checkout-content-page .wc-block-components-address-form__address_2,
.pc-shopify-checkout-content-page .wc-block-components-address-form__country,
.pc-shopify-checkout-content-page .wc-block-components-address-form__email,
.pc-shopify-checkout-content-page .wc-block-components-address-form__phone {
	grid-column: 1 / -1;
}

.pc-shopify-checkout label,
.pc-shopify-checkout-content-page .wc-block-components-text-input label,
.pc-shopify-checkout-content-page .wc-block-components-combobox label,
.pc-shopify-checkout-content-page .wc-block-components-address-form__label {
	color: #555;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}

.pc-shopify-checkout .form-row label {
	display: block;
	margin: 0 0 6px;
}

.pc-shopify-checkout .woocommerce-input-wrapper {
	display: block;
}

.pc-shopify-checkout input.input-text,
.pc-shopify-checkout select,
.pc-shopify-checkout textarea,
.pc-shopify-checkout .select2-container .select2-selection--single,
.pc-shopify-checkout-content-page .wc-block-components-text-input input,
.pc-shopify-checkout-content-page .wc-block-components-combobox input,
.pc-shopify-checkout-content-page .wc-block-components-combobox select,
.pc-shopify-checkout-content-page .wc-block-components-address-form input,
.pc-shopify-checkout-content-page .wc-block-components-address-form select {
	width: 100%;
	min-height: 52px;
	padding: 16px 13px 6px;
	color: #1f1f1f;
	background: #ffffff;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.4;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.pc-shopify-checkout select,
.pc-shopify-checkout .select2-container .select2-selection--single {
	padding-top: 10px;
}

.pc-shopify-checkout textarea {
	min-height: 90px;
	padding-top: 13px;
}

.pc-shopify-checkout .select2-container .select2-selection__rendered {
	padding: 0;
	line-height: 30px;
}

.pc-shopify-checkout .select2-container .select2-selection__arrow {
	top: 13px;
	right: 9px;
}

.pc-shopify-checkout input.input-text:focus,
.pc-shopify-checkout select:focus,
.pc-shopify-checkout textarea:focus,
.pc-shopify-checkout .select2-container--focus .select2-selection--single,
.pc-shopify-checkout-content-page .wc-block-components-text-input input:focus,
.pc-shopify-checkout-content-page .wc-block-components-combobox input:focus {
	border-color: #1878b9;
	box-shadow: 0 0 0 1px #1878b9;
	outline: 0;
}

.pc-shopify-checkout .woocommerce-invalid input.input-text,
.pc-shopify-checkout .woocommerce-invalid select,
.pc-shopify-checkout .woocommerce-invalid textarea {
	border-color: #d82c0d;
	box-shadow: 0 0 0 1px #d82c0d;
}

.pc-shopify-checkout .woocommerce-form__label-for-checkbox,
.pc-shopify-checkout-content-page .wc-block-components-checkbox label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #1f1f1f;
	font-size: 14px;
}

.pc-shopify-checkout input[type="checkbox"],
.pc-shopify-checkout-content-page input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #1878b9;
}

.pc-shopify-checkout #ship-to-different-address {
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 400;
}

.pc-checkout-account-fields {
	margin-top: 16px;
}

.pc-shopify-checkout__payment-section #payment,
.pc-shopify-checkout-content-page .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container,
.pc-shopify-checkout-content-page .wc-block-components-radio-control {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	overflow: hidden;
}

.pc-shopify-checkout #payment {
	margin: 0;
}

.pc-shopify-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
}

.pc-shopify-checkout #payment ul.payment_methods li {
	margin: 0;
	padding: 16px;
	border-bottom: 1px solid #e6e6e6;
}

.pc-shopify-checkout #payment ul.payment_methods li:last-child {
	border-bottom: 0;
}

.pc-shopify-checkout #payment div.payment_box {
	margin: 12px 0 0;
	padding: 14px;
	color: #555;
	background: #f4f4f4;
	border-radius: 5px;
	font-size: 13px;
}

.pc-shopify-checkout #payment .woocommerce-info,
.pc-shopify-checkout #payment .woocommerce-notice {
	width: auto;
	margin: 0 !important;
	padding: 15px 16px;
	color: #555;
	background: #f7f7f7;
	border: 0;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.45;
}

.pc-shopify-checkout #payment div.form-row.place-order {
	display: grid;
	gap: 16px;
	margin: 0 !important;
	padding: 18px 0 0 !important;
}

.pc-checkout-gateway-note {
	margin: 14px 0 0;
	padding: 12px 14px;
	color: #664d03;
	background: #fff3cd;
	border: 1px solid #ffecb5;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.45;
}

.pc-checkout-gateway-debug {
	margin: 14px 0 0;
	padding: 12px 14px;
	color: #1f1f1f;
	background: #ffffff;
	border: 1px solid #ffecb5;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.45;
}

.pc-checkout-gateway-debug ul {
	display: grid;
	gap: 4px;
	margin: 10px 0;
	padding-left: 18px;
}

.pc-checkout-gateway-debug table {
	width: 100%;
	margin: 10px 0 0;
	border-collapse: collapse;
}

.pc-checkout-gateway-debug th,
.pc-checkout-gateway-debug td {
	padding: 6px;
	border: 1px solid #dedede;
	text-align: left;
	vertical-align: top;
}

body.pc-shopify-checkout-page .woocommerce-form-coupon-toggle,
body.pc-shopify-checkout-page form.checkout_coupon {
	display: none !important;
}

.pc-shopify-checkout #place_order,
.pc-shopify-checkout button[type="submit"],
.pc-shopify-checkout-content-page .wc-block-components-checkout-place-order-button,
.pc-shopify-checkout-content-page .wc-block-components-button:not(.is-link) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 58px;
	padding: 17px 24px;
	color: #ffffff;
	background: #1878b9;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background 160ms ease, transform 160ms ease;
}

.pc-shopify-checkout #place_order:hover,
.pc-shopify-checkout button[type="submit"]:hover,
.pc-shopify-checkout-content-page .wc-block-components-checkout-place-order-button:hover,
.pc-shopify-checkout-content-page .wc-block-components-button:not(.is-link):hover {
	background: #0d5f95;
	transform: translateY(-1px);
}

.pc-shopify-checkout__footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	margin-top: 36px;
	padding-top: 20px;
	border-top: 1px solid #dedede;
	font-size: 12px;
}

.pc-shopify-checkout__footer-links a {
	color: #1878b9;
	text-decoration: none;
}

.pc-shopify-checkout__summary-toggle,
.pc-shopify-checkout-header__summary-toggle {
	display: none;
}

.pc-shopify-checkout__sidebar-title,
.pc-shopify-checkout-content-page .wc-block-components-sidebar h2,
.pc-shopify-checkout-content-page .wp-block-woocommerce-checkout-totals-block h2 {
	margin: 0 0 20px;
	color: #1f1f1f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

.pc-shopify-review-table,
.pc-shopify-checkout-content-page .wc-block-components-order-summary,
.pc-shopify-checkout-content-page .wc-block-components-totals-wrapper {
	width: 100%;
	color: #1f1f1f;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pc-shopify-review-table,
.pc-shopify-review-table thead,
.pc-shopify-review-table tbody,
.pc-shopify-review-table tfoot,
.pc-shopify-review-table tr,
.pc-shopify-review-table th,
.pc-shopify-review-table td {
	display: block;
	border: 0 !important;
}

.pc-shopify-review-table thead {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.pc-shopify-review-item,
.pc-shopify-checkout-content-page .wc-block-components-order-summary-item {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 0 0 18px !important;
	margin-bottom: 18px;
	border-bottom: 1px solid #dedede !important;
}

.pc-shopify-review-product,
.pc-shopify-checkout-content-page .wc-block-components-order-summary-item__description {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.pc-shopify-review-product__media,
.pc-shopify-checkout-content-page .wc-block-components-order-summary-item__image {
	position: relative;
	width: 64px;
	height: 64px;
	background: #ffffff;
	border: 1px solid #dedede;
	border-radius: 8px;
}

.pc-shopify-review-product__media img,
.pc-shopify-checkout-content-page .wc-block-components-order-summary-item__image img {
	width: 100%;
	height: 100%;
	padding: 4px;
	object-fit: contain;
	border-radius: 8px;
}

.pc-shopify-review-product__qty,
.pc-shopify-checkout-content-page .wc-block-components-order-summary-item__quantity {
	position: absolute;
	top: -9px;
	right: -9px;
	display: grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	color: #ffffff;
	background: #737373;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.pc-shopify-review-product__title,
.pc-shopify-checkout-content-page .wc-block-components-order-summary-item__description,
.pc-shopify-checkout-content-page .wc-block-components-product-name {
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

.pc-shopify-review-product__details .variation {
	margin: 5px 0 0;
	color: #737373;
	font-size: 12px;
	line-height: 1.35;
}

.pc-shopify-review-product__details .variation dt,
.pc-shopify-review-product__details .variation dd,
.pc-shopify-review-product__details .variation p {
	display: inline;
	margin: 0;
	padding: 0;
}

.pc-shopify-review-table .product-total,
.pc-shopify-checkout-content-page .wc-block-components-order-summary-item__total-price {
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
}

.pc-shopify-review-table tfoot tr,
.pc-shopify-checkout-content-page .wc-block-components-totals-wrapper,
.pc-shopify-checkout-content-page .wc-block-components-totals-footer-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0 !important;
	border-top: 0 !important;
	color: #555;
	font-size: 14px;
}

.pc-shopify-review-table tfoot th,
.pc-shopify-review-table tfoot td,
.pc-shopify-checkout-content-page .wc-block-components-totals-item__label,
.pc-shopify-checkout-content-page .wc-block-components-totals-item__value {
	margin: 0;
	padding: 0 !important;
	color: inherit;
	font-size: inherit;
	font-weight: 400;
}

.pc-shopify-review-table tfoot .order-total,
.pc-shopify-checkout-content-page .wc-block-components-totals-footer-item {
	margin-top: 14px;
	padding-top: 18px !important;
	border-top: 1px solid #dedede !important;
	color: #1f1f1f;
}

.pc-shopify-review-table tfoot .order-total th,
.pc-shopify-review-table tfoot .order-total td,
.pc-shopify-checkout-content-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.pc-shopify-checkout-content-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 19px;
	font-weight: 600;
}

.pc-shopify-review-product__title a {
	color: inherit;
	text-decoration: none;
}

.pc-shopify-review-product__title a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pc-shopify-review-table tfoot .pc-shopify-review-coupon-row {
	display: block;
	margin: 16px 0;
	padding: 16px 0 !important;
	border-block: 1px solid #dedede !important;
}

.pc-shopify-review-table tfoot .pc-shopify-review-coupon-row td {
	display: block;
	width: 100%;
	padding: 0 !important;
}

.pc-shopify-checkout__review .pc-shopify-discount-form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
	border: 0;
}

.pc-shopify-checkout__review .pc-shopify-discount-form input.input-text {
	width: 100%;
	height: 46px;
	min-height: 46px;
	padding: 0 13px;
	color: #1f1f1f;
	background: #ffffff;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	font-size: 14px;
	line-height: 46px;
}

.pc-shopify-checkout__review .pc-shopify-discount-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 84px;
	height: 46px;
	min-height: 46px;
	padding: 0 18px;
	color: #ffffff;
	background: #545454;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
}

.pc-shopify-checkout__review .pc-shopify-discount-form button:hover {
	background: #3d3d3d;
	transform: none;
}

.pc-shopify-checkout__review .pc-shopify-discount-form button[disabled] {
	cursor: wait;
	opacity: 0.65;
}

.pc-shopify-discount-form__status {
	grid-column: 1 / -1;
	min-height: 0;
	color: #737373;
	font-size: 12px;
	line-height: 1.35;
}

.pc-shopify-checkout--rebuilt .woocommerce-billing-fields > h3,
.pc-shopify-checkout--rebuilt .woocommerce-additional-fields > h3,
.pc-shopify-checkout--rebuilt .woocommerce-shipping-fields > h3 {
	margin: 0 0 13px;
	color: #1f1f1f;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
}

.pc-shopify-checkout--rebuilt .woocommerce-billing-fields > h3 {
	margin-top: 0;
}

.pc-shopify-checkout--rebuilt .woocommerce-shipping-fields,
.pc-shopify-checkout--rebuilt .woocommerce-additional-fields {
	margin-top: 28px;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 0;
	color: #1f1f1f;
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table thead,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tbody,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tfoot,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tr,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table th,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table td {
	display: block;
	border: 0 !important;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table thead {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tbody .cart_item {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 16px;
	padding: 0 0 18px !important;
	margin-bottom: 18px;
	border-bottom: 1px solid #dedede !important;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tbody .product-name,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tbody .product-total {
	margin: 0;
	padding: 0 !important;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tbody .product-name {
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tbody .product-total {
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table .product-quantity {
	color: #737373;
	font-weight: 400;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tfoot tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0 !important;
	color: #555;
	font-size: 14px;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tfoot th,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tfoot td {
	margin: 0;
	padding: 0 !important;
	color: inherit;
	font-size: inherit;
	font-weight: 400;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tfoot .order-total {
	margin-top: 14px;
	padding-top: 18px !important;
	border-top: 1px solid #dedede !important;
	color: #1f1f1f;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tfoot .order-total th,
.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-review-order-table tfoot .order-total td {
	font-size: 19px;
	font-weight: 600;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__payment-target {
	min-height: 1px;
}

.pc-shopify-checkout--rebuilt .pc-shopify-checkout__review .woocommerce-checkout-payment {
	display: none;
}

.pc-shopify-checkout-content-page .wc-block-components-totals-coupon {
	display: block !important;
	margin: 16px 0 12px !important;
	padding: 16px 0 !important;
	border-block: 1px solid #dedede !important;
}

.pc-shopify-checkout-content-page .wc-block-components-totals-coupon form,
.pc-shopify-checkout-content-page .wc-block-components-totals-coupon .wc-block-components-panel__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	gap: 8px;
}

.pc-shopify-checkout-content-page .wc-block-components-totals-coupon input {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	color: #1f1f1f;
	background: #ffffff;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	font-size: 14px;
}

.pc-shopify-checkout-content-page .wc-block-components-totals-coupon button,
.pc-shopify-checkout-content-page .wc-block-components-totals-coupon .wc-block-components-button {
	min-height: 46px;
	padding: 0 18px;
	color: #ffffff !important;
	background: #1878b9 !important;
	border: 0 !important;
	border-radius: 5px !important;
	font-size: 14px;
	font-weight: 600;
}

.pc-shopify-checkout-content-page .wc-block-checkout__actions,
.pc-shopify-checkout-content-page .wc-block-components-checkout-place-order-button {
	margin-top: 18px;
}

body.pc-shopify-checkout-page .woocommerce-message,
body.pc-shopify-checkout-page .woocommerce-info,
body.pc-shopify-checkout-page .woocommerce-error {
	width: min(100% - 40px, 700px);
	margin: 18px auto !important;
	border-radius: 5px;
}

@media (max-width: 980px) {
	body.pc-shopify-checkout-page {
		background: #ffffff;
	}

	.pc-shopify-checkout__shell,
	.pc-shopify-checkout-content-page .wc-block-components-sidebar-layout {
		display: block;
		width: 100%;
		min-height: 0;
	}

	.pc-shopify-checkout__main,
	.pc-shopify-checkout-content-page .wc-block-components-main {
		padding: 30px 18px 42px;
	}

	.pc-shopify-checkout__sidebar,
	.pc-shopify-checkout-content-page .wc-block-components-sidebar {
		grid-column: auto;
		grid-row: auto;
		padding: 0;
		background: #f5f5f5;
		border: 0;
	}

	.pc-shopify-checkout__summary-toggle,
	.pc-shopify-checkout-header__summary-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		min-height: 58px;
		padding: 16px 18px;
		color: #1878b9;
		background: #f5f5f5;
		border: 0;
		border-block: 1px solid #dedede;
		border-radius: 0;
		font-size: 14px;
		font-weight: 500;
		text-align: left;
	}

	.pc-shopify-checkout__summary-toggle strong,
	.pc-shopify-checkout-header__summary-toggle strong {
		color: #1f1f1f;
		font-size: 18px;
		font-weight: 600;
		white-space: nowrap;
	}

	.pc-shopify-checkout__summary-panel,
	.pc-shopify-checkout-content-page .wc-block-components-sidebar {
		display: none;
		padding: 20px 18px 24px;
		border-bottom: 1px solid #dedede;
	}

	.pc-shopify-checkout__summary-panel.is-open,
	.pc-shopify-checkout-content-page .wc-block-components-sidebar.is-open {
		display: block;
	}

	.pc-shopify-checkout__header,
	.pc-shopify-checkout-header {
		margin-bottom: 26px;
	}

	.pc-shopify-checkout__express-buttons {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.pc-checkout-fields,
	.pc-shopify-checkout .woocommerce-billing-fields__field-wrapper,
	.pc-shopify-checkout .woocommerce-shipping-fields__field-wrapper,
	.pc-shopify-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.pc-shopify-checkout__section-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.pc-shopify-checkout__footer-links {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 1100px) {
	.pc-header-top {
		grid-template-columns: auto minmax(0, 1fr) auto;
		width: min(100% - 32px, var(--pc-wide));
		min-height: 86px;
		padding: 10px 0;
	}

	.pc-site-header.is-scrolled .pc-header-top {
		min-height: 86px;
		padding: 10px 0;
	}

	.pc-header-mobile-slot {
		display: flex;
	}

	.pc-branding--left {
		justify-content: center;
		text-align: center;
	}

	.pc-header-nav-row {
		display: none;
	}

	.pc-primary-nav {
		display: none;
	}

	.pc-mobile-toggle {
		display: inline-flex;
	}

	.woocommerce ul.products,
	ul.products,
	.pc-post-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pc-shop-layout,
	.pc-product-detail {
		grid-template-columns: 1fr;
	}

	.pc-shop-filters {
		position: fixed;
		z-index: 1150;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(380px, calc(100vw - 28px));
		padding: 18px;
		overflow-y: auto;
		background: var(--pc-paper);
		box-shadow: var(--pc-shadow);
		transform: translateX(-110%);
		transition: transform 260ms ease;
	}

	.pc-shop-filters.is-open {
		transform: translateX(0);
	}

	.pc-filter-header {
		display: flex;
		margin-bottom: 12px;
	}

	.pc-product-summary {
		position: static;
	}
}

@media (max-width: 780px) {
	.pc-header-top {
		width: min(100% - 20px, var(--pc-wide));
		min-height: 76px;
		gap: 10px;
	}

	.pc-site-header.is-scrolled .pc-header-top {
		min-height: 76px;
		padding: 10px 0;
	}

	.pc-site-title {
		font-size: 18px;
	}

	.pc-wild-logo {
		gap: 4px;
	}

	.pc-wild-logo__icon {
		width: 46px;
		height: 46px;
		border-width: 1.5px;
	}

	.pc-site-header.is-scrolled .pc-wild-logo__icon {
		width: 46px;
		height: 46px;
	}

	.pc-wild-logo__icon svg {
		width: 34px;
		height: 34px;
	}

	.pc-site-header.is-scrolled .pc-wild-logo__icon svg {
		width: 34px;
		height: 34px;
	}

	.pc-wild-logo__text {
		font-size: 14px;
	}

	.custom-logo {
		max-width: 168px;
		max-height: 58px;
	}

	.pc-hero {
		min-height: 390px;
		padding: 0;
	}

	.pc-hero__content {
		min-height: 390px;
		padding: 0;
	}

	.pc-hero__box {
		width: 100%;
		min-width: 0;
		max-width: none;
		padding: 40px 15px;
	}

	.pc-hero h1,
	.pc-hero h2,
	.pc-hero__heading {
		font-size: 40px;
		line-height: 1.2;
	}

	.pc-hero__actions {
		margin-top: 20px;
	}

	.pc-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.woocommerce ul.products,
	ul.products,
	.pc-category-grid,
	.pc-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.pc-card-body h2,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
	}

	.pc-quick-button {
		position: static;
		width: 100%;
		margin-top: 10px;
		color: var(--pc-paper);
		background: var(--pc-ink);
		opacity: 1;
		transform: none;
	}

	.pc-category-card {
		min-height: 220px;
		padding: 18px;
	}

	.pc-story-band {
		grid-template-columns: 1fr;
		padding: 28px 18px;
	}

	.pc-newsletter__inner,
	.pc-footer-grid,
	.pc-quick-view__dialog {
		grid-template-columns: 1fr;
	}

	.pc-newsletter-form,
	.pc-search-form {
		flex-direction: column;
	}

	.pc-search-form {
		padding-right: 0;
	}

	.pc-wildwolf-search-form,
	.pc-wildwolf-account-grid {
		grid-template-columns: 1fr;
	}

	.pc-dawn-page-section,
	.pc-dawn-contact-section {
		padding-top: 2.7rem;
		padding-bottom: 2.7rem;
	}

	.shopify-policy__container {
		width: min(100% - 3rem, 86rem);
		padding-top: 3.6rem;
		padding-bottom: 5.4rem;
	}

	.pc-dawn-collection .facets-container,
	.pc-dawn-collection .facet-filters.sorting,
	.pc-dawn-collection .facet-filters__field {
		width: 100%;
	}

	.pc-dawn-collection .facet-filters.sorting {
		justify-content: space-between;
	}

	.pc-dawn-collection .facet-filters__field {
		flex-wrap: wrap;
	}

	.pc-dawn-collection .select,
	.pc-dawn-collection .select__select {
		width: 100%;
	}

	.pc-footer-bottom,
	.pc-shop-toolbar,
	.pc-shop-toolbar__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.pc-quick-view__media {
		min-height: 300px;
	}

	.pc-product-detail {
		padding-top: 12px;
	}

	.pc-wildwolf-stats {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce .quantity,
	.single_add_to_cart_button {
		width: 100%;
	}

	.woocommerce .quantity {
		grid-template-columns: 1fr 80px 1fr;
	}

	.woocommerce .quantity .qty {
		width: 80px;
	}

}

@media (max-width: 520px) {
	.pc-announcement {
		font-size: 12px;
	}

	.pc-header-top {
		grid-template-columns: 42px minmax(0, 1fr) auto;
	}

	.pc-header-actions {
		gap: 2px;
	}

	.pc-icon-button {
		width: 38px;
		height: 38px;
	}

	.pc-header-actions .pc-icon-button[href] {
		display: none;
	}

	.pc-hero h1,
	.pc-hero h2,
	.pc-hero__heading {
		font-size: 34px;
	}

	.pc-hero__actions {
		display: inline-flex;
		width: 100%;
		max-width: none;
	}

	.pc-button--hero {
		width: 100%;
	}

	.woocommerce ul.products,
	ul.products,
	.pc-category-grid,
	.pc-post-grid {
		grid-template-columns: 1fr;
	}

	.pc-card-image {
		aspect-ratio: 1 / 0.9;
	}

	.pc-section,
	.pc-content-page,
	.pc-woo-page,
	.pc-shop-page,
	.pc-single-product-page,
	.pc-story-band {
		width: min(100% - 20px, var(--pc-wide));
	}

	.pc-products-section {
		width: 100%;
	}

	.pc-page-header h1,
	.pc-shop-hero h1 {
		font-size: 42px;
	}

	.pc-product-summary .product_title {
		font-size: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Dawn-style WooCommerce product page */
.pc-single-product-page {
	width: 100%;
	margin-inline: 0;
}

.pc-product-dawn {
	--color-background: 255, 255, 255;
	--gradient-background: #ffffff;
	--color-foreground: 18, 18, 18;
	--color-shadow: 18, 18, 18;
	--color-button: 18, 18, 18;
	--color-button-text: 255, 255, 255;
	--color-secondary-button: 255, 255, 255;
	--color-secondary-button-text: 18, 18, 18;
	--color-link: 18, 18, 18;
	--color-badge-foreground: 18, 18, 18;
	--color-badge-background: 255, 255, 255;
	--color-badge-border: 18, 18, 18;
	--alpha-button-background: 1;
	--alpha-button-border: 1;
	--alpha-link: 0.85;
	--alpha-badge-border: 0.1;
	--media-border-opacity: 0.05;
	--media-border-width: 1px;
	--media-radius: 0px;
	--media-shadow-opacity: 0;
	--media-shadow-horizontal-offset: 0px;
	--media-shadow-vertical-offset: 4px;
	--media-shadow-blur-radius: 5px;
	--media-shadow-visible: 0;
	--buttons-radius: 0px;
	--buttons-radius-outset: 0px;
	--buttons-border-width: 1px;
	--buttons-border-opacity: 1;
	--buttons-border-offset: 0px;
	--buttons-shadow-opacity: 0;
	--buttons-shadow-horizontal-offset: 0px;
	--buttons-shadow-vertical-offset: 4px;
	--buttons-shadow-blur-radius: 5px;
	--inputs-radius: 0px;
	--inputs-radius-outset: 0px;
	--inputs-border-width: 1px;
	--inputs-border-opacity: 0.55;
	--inputs-shadow-opacity: 0;
	--inputs-shadow-horizontal-offset: 0px;
	--inputs-shadow-vertical-offset: 4px;
	--inputs-shadow-blur-radius: 5px;
	--badge-corner-radius: 40px;
	--grid-desktop-vertical-spacing: 8px;
	--grid-desktop-horizontal-spacing: 8px;
	--grid-mobile-vertical-spacing: 4px;
	--grid-mobile-horizontal-spacing: 4px;
	display: block;
	padding-top: 36px;
	padding-bottom: 12px;
	color: rgba(var(--color-foreground), 0.75);
	background: rgb(var(--color-background));
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.8;
}

.pc-product-dawn *,
.pc-product-dawn *::before,
.pc-product-dawn *::after,
.pc-product-dawn-related *,
.pc-product-dawn-related *::before,
.pc-product-dawn-related *::after {
	box-sizing: border-box;
}

.pc-product-dawn .page-width,
.pc-product-dawn-related .page-width {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}

.pc-product-dawn .color-scheme-1,
.pc-product-dawn-related .color-scheme-1 {
	color: rgba(var(--color-foreground), 0.75);
	background-color: rgb(var(--color-background));
}

.pc-product-dawn .gradient,
.pc-product-dawn-related .gradient {
	background: var(--gradient-background);
}

.pc-product-dawn .visually-hidden,
.pc-product-dawn-related .visually-hidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}

.pc-product-dawn .visually-hidden--inline {
	height: 1em;
	margin: 0;
}

.pc-product-dawn .hidden {
	display: none !important;
}

.pc-product-dawn .list-unstyled,
.pc-product-dawn-related .list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-product-dawn .svg-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.pc-product-dawn .svg-wrapper > svg {
	width: 100%;
	height: 100%;
}

.pc-product-dawn .product {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-product-dawn .grid__item {
	flex-grow: 1;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}

.pc-product-dawn .product__media-wrapper {
	padding-left: 0;
}

.pc-product-dawn .product__media-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: var(--grid-mobile-horizontal-spacing);
	row-gap: var(--grid-mobile-vertical-spacing);
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.pc-product-dawn .product__media-item {
	flex-grow: 1;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}

.pc-product-dawn .product__media-item > * {
	position: relative;
	display: block;
}

.pc-product-dawn .product-media-container {
	--aspect-ratio: var(--preview-ratio);
	--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
	position: relative;
	width: 100%;
	max-width: 100%;
}

.pc-product-dawn .product-media-container.constrain-height {
	--viewport-offset: 400px;
	--constrained-min-height: 300px;
	--constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
	margin-right: auto;
	margin-left: auto;
}

.pc-product-dawn .product-media-container.constrain-height.media-fit-contain {
	--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
	width: min(var(--contained-width), 100%);
}

.pc-product-dawn .global-media-settings {
	border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
	border-radius: var(--media-radius);
	box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.pc-product-dawn .media {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: rgba(var(--color-foreground), 0.1);
}

.pc-product-dawn .media--transparent {
	background-color: transparent;
}

.pc-product-dawn .product-media-container .media {
	padding-top: var(--ratio-percent);
}

.pc-product-dawn .product-media-container.constrain-height .media {
	padding-top: min(var(--constrained-height), var(--ratio-percent));
}

.pc-product-dawn .media > *:not(.zoom):not(.deferred-media__poster-button) {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.pc-product-dawn .media > img,
.pc-product-dawn .media picture > img {
	object-fit: cover;
	object-position: center center;
	background: transparent;
	border: 0;
	border-radius: 0;
	transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pc-product-dawn .media-fit-contain .product__media img {
	object-fit: contain;
}

.pc-product-dawn .product__modal-opener {
	position: relative;
	display: block;
	width: 100%;
	cursor: zoom-in;
}

.pc-product-dawn .product__media-icon {
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: rgb(var(--color-foreground));
	background-color: rgb(var(--color-background));
	border: 1px solid rgba(var(--color-foreground), 0.1);
	border-radius: 50%;
	opacity: 1;
	transition: color 100ms ease, opacity 100ms ease;
}

.pc-product-dawn .product__media-icon .icon {
	width: 12px;
	height: 14px;
}

.pc-product-dawn .product__media-toggle {
	position: absolute;
	z-index: 2;
	inset: calc(var(--media-border-width) * -1);
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: currentColor;
	background: transparent;
	border: 0;
}

.pc-product-dawn .loading__spinner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: currentColor;
}

.pc-product-dawn .loading__spinner .spinner {
	width: 20px;
	height: 20px;
	animation: pcProductRotator 1.4s linear infinite;
}

.pc-product-dawn .loading__spinner .path {
	stroke: currentColor;
	stroke-dasharray: 280;
	stroke-dashoffset: 0;
	transform-origin: center;
}

.pc-product-dawn .product__modal-opener > .loading__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pc-product-dawn .slider-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.pc-product-dawn .slider-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: rgba(var(--color-foreground), 0.75);
	background: transparent;
	border: 0;
}

.pc-product-dawn .slider-button--prev .icon-caret {
	transform: rotate(90deg);
}

.pc-product-dawn .slider-button--next .icon-caret {
	transform: rotate(-90deg);
}

.pc-product-dawn .slider-counter {
	min-width: 56px;
	color: rgba(var(--color-foreground), 0.75);
	text-align: center;
}

.pc-product-dawn h1,
.pc-product-dawn h2,
.pc-product-dawn h3,
.pc-product-dawn h4,
.pc-product-dawn h5,
.pc-product-dawn .h1,
.pc-product-dawn .h2,
.pc-product-dawn .h3,
.pc-product-dawn .h4,
.pc-product-dawn .h5 {
	margin: 0;
	color: rgb(var(--color-foreground));
	font-family: "system_ui", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
	word-break: break-word;
}

.pc-product-dawn h1,
.pc-product-dawn .h1 {
	font-size: 40px;
}

.pc-product-dawn h2,
.pc-product-dawn .h2 {
	font-size: 24px;
}

.pc-product-dawn h3,
.pc-product-dawn .h3 {
	font-size: 18px;
}

.pc-product-dawn .caption {
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 1.7;
}

.pc-product-dawn .caption-large,
.pc-product-dawn .field__input,
.pc-product-dawn .form__label {
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1.5;
}

.pc-product-dawn .caption-with-letter-spacing {
	font-size: 10px;
	letter-spacing: 1.3px;
	line-height: 1.2;
	text-transform: uppercase;
}

.pc-product-dawn .inline-richtext a,
.pc-product-dawn .rte a {
	color: currentColor;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: text-decoration-thickness 100ms ease;
}

.pc-product-dawn .inline-richtext a:hover,
.pc-product-dawn .rte a:hover {
	text-decoration-thickness: 2px;
}

.pc-product-dawn .product__info-container > * + * {
	margin: 15px 0;
}

.pc-product-dawn .product__info-container {
	max-width: 600px;
}

.pc-product-dawn .product__info-container > *:first-child {
	margin-top: 0;
}

.pc-product-dawn .product__info-container .product-form,
.pc-product-dawn .product__info-container .product__description,
.pc-product-dawn .product__info-container .icon-with-text {
	margin: 25px 0;
}

.pc-product-dawn .product__text {
	margin-bottom: 0;
}

.pc-product-dawn a.product__text {
	display: block;
	color: rgba(var(--color-foreground), 0.75);
	text-decoration: none;
}

.pc-product-dawn .product__text.caption-with-letter-spacing {
	text-transform: uppercase;
}

.pc-product-dawn .product__title {
	margin-bottom: 15px;
	word-break: break-word;
}

.pc-product-dawn .product__title > * {
	margin: 0;
}

.pc-product-dawn .product__title > a,
.pc-product-dawn a.product__title {
	display: none;
}

.pc-product-dawn .price {
	color: rgb(var(--color-foreground));
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.pc-product-dawn .price > * {
	display: inline-block;
	vertical-align: top;
}

.pc-product-dawn .price--large {
	font-size: 18px;
	letter-spacing: 1.3px;
	line-height: 1.5;
}

.pc-product-dawn .price .price-item {
	display: inline-block;
	margin: 0 10px 0 0;
}

.pc-product-dawn .price__regular {
	display: block;
}

.pc-product-dawn .price__sale,
.pc-product-dawn .price__availability,
.pc-product-dawn .price .price__badge-sale,
.pc-product-dawn .price .price__badge-sold-out,
.pc-product-dawn .price--on-sale .price__regular {
	display: none;
}

.pc-product-dawn .price--on-sale .price__sale {
	display: initial;
	flex-flow: row wrap;
}

.pc-product-dawn .price--on-sale .price__badge-sale,
.pc-product-dawn .price--sold-out .price__badge-sold-out {
	display: inline-block;
}

.pc-product-dawn .price--sold-out .price__badge-sale {
	display: none;
}

.pc-product-dawn .price--on-sale .price-item--regular {
	color: rgba(var(--color-foreground), 0.75);
	font-size: 13px;
	text-decoration: line-through;
}

.pc-product-dawn .badge {
	display: inline-block;
	padding: 5px 13px 6px;
	color: rgb(var(--color-badge-foreground));
	background-color: rgb(var(--color-badge-background));
	border: 1px solid rgba(var(--color-badge-border), var(--alpha-badge-border));
	border-radius: var(--badge-corner-radius);
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	word-break: break-word;
}

.pc-product-dawn .color-scheme-3 {
	--color-background: 36, 40, 51;
	--color-foreground: 255, 255, 255;
	--color-badge-background: 36, 40, 51;
	--color-badge-foreground: 255, 255, 255;
	--color-badge-border: 255, 255, 255;
}

.pc-product-dawn .color-scheme-4 {
	--color-background: 18, 18, 18;
	--color-foreground: 255, 255, 255;
	--color-badge-background: 18, 18, 18;
	--color-badge-foreground: 255, 255, 255;
	--color-badge-border: 255, 255, 255;
}

.pc-product-dawn .pc-product-dawn__installment {
	margin-top: 0;
	color: rgba(var(--color-foreground), 0.75);
}

.pc-product-dawn .installment {
	margin: 0;
}

.pc-product-dawn .pc-payment-terms {
	display: inline-block;
}

.pc-product-dawn .product-form {
	display: block;
}

.pc-product-dawn form.cart.form {
	display: block;
	margin: 0;
}

.pc-product-dawn .product-form__error-message-wrapper:not([hidden]) {
	display: none;
	align-items: flex-start;
	margin-bottom: 15px;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1.4;
}

.pc-product-dawn .product-form__error-message-wrapper .svg-wrapper {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	margin-top: 2px;
	margin-right: 7px;
}

.pc-product-dawn .product-form__input {
	flex: 0 0 100%;
	min-width: fit-content;
	max-width: 440px;
	margin: 0 0 12px;
	padding: 0;
	border: none;
}

.pc-product-dawn .product-form__quantity .form__label {
	margin-bottom: 6px;
	padding-left: 0;
}

.pc-product-dawn .price-per-item__container {
	display: flex;
	align-items: center;
}

.pc-product-dawn .quantity {
	position: relative;
	display: flex;
	width: 142px;
	min-height: 47px;
	color: rgba(var(--color-foreground), 1);
	border: 0;
	border-radius: var(--inputs-radius);
	overflow: visible;
}

.pc-product-dawn .quantity::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: rgb(var(--color-background));
	border-radius: var(--inputs-radius-outset);
	box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
	pointer-events: none;
}

.pc-product-dawn .quantity::after {
	position: absolute;
	z-index: 1;
	inset: var(--inputs-border-width);
	content: "";
	border: 1px solid transparent;
	border-radius: var(--inputs-radius);
	box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
	pointer-events: none;
	transition: box-shadow 100ms ease;
}

.pc-product-dawn .quantity__button,
.pc-product-dawn .pc-qty-button {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: auto;
	margin: 0;
	padding: 0;
	color: rgb(var(--color-foreground));
	background-color: transparent;
	border: 0;
	font-size: 18px;
	cursor: pointer;
}

.pc-product-dawn .quantity__button:first-child {
	margin-left: var(--inputs-border-width);
}

.pc-product-dawn .quantity__button:last-child {
	margin-right: var(--inputs-border-width);
}

.pc-product-dawn .quantity__button .svg-wrapper {
	width: 10px;
	height: 10px;
	pointer-events: none;
}

.pc-product-dawn .quantity__input,
.pc-product-dawn .quantity .qty {
	flex-grow: 1;
	width: 100%;
	height: auto;
	min-width: 0;
	padding: 0 5px;
	color: currentColor;
	background-color: transparent;
	border: 0;
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 16px;
	font-weight: 500;
	line-height: 47px;
	text-align: center;
	appearance: textfield;
	opacity: 0.85;
}

.pc-product-dawn .quantity__input::-webkit-outer-spin-button,
.pc-product-dawn .quantity__input::-webkit-inner-spin-button,
.pc-product-dawn .quantity .qty::-webkit-outer-spin-button,
.pc-product-dawn .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.pc-product-dawn .quantity__button:focus-visible,
.pc-product-dawn .quantity__input:focus-visible,
.pc-product-dawn .quantity .qty:focus-visible {
	z-index: 2;
	background-color: rgb(var(--color-background));
	outline: 0;
}

.pc-product-dawn .quantity__rules {
	position: relative;
	margin-top: 5px;
	font-size: 12px;
}

.pc-product-dawn .product-form__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 440px;
}

.pc-product-dawn .pc-product-dawn__woo-form form.cart {
	display: block;
	max-width: 440px;
	margin: 0;
}

.pc-product-dawn .pc-product-dawn__woo-form table.variations {
	width: 100%;
	margin: 0 0 16px;
	border: 0;
}

.pc-product-dawn .pc-product-dawn__woo-form table.variations th,
.pc-product-dawn .pc-product-dawn__woo-form table.variations td {
	display: block;
	padding: 0 0 8px;
	border: 0;
}

.pc-product-dawn .pc-product-dawn__woo-form select {
	width: 100%;
	min-height: 45px;
	padding: 0 14px;
	color: rgb(var(--color-foreground));
	background: rgb(var(--color-background));
	border: 1px solid rgba(var(--color-foreground), var(--inputs-border-opacity));
	border-radius: var(--inputs-radius);
}

.pc-product-dawn .button,
.pc-product-dawn .shopify-payment-button__button,
.pc-product-dawn .single_add_to_cart_button {
	--shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
	--shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
	--shadow-blur-radius: var(--buttons-shadow-blur-radius);
	--shadow-opacity: var(--buttons-shadow-opacity);
	--border-offset: var(--buttons-border-offset);
	--border-opacity: calc(1 - var(--buttons-border-opacity));
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: calc(120px + var(--buttons-border-width) * 2);
	min-height: calc(45px + var(--buttons-border-width) * 2);
	margin: 0;
	padding: 0 30px;
	color: rgb(var(--color-button-text));
	background-color: rgba(var(--color-button), var(--alpha-button-background));
	border: 0;
	border-radius: var(--buttons-radius-outset);
	box-shadow: none;
	font: inherit;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	appearance: none;
	transition: box-shadow 100ms ease;
}

.pc-product-dawn .button::before,
.pc-product-dawn .shopify-payment-button__button::before,
.pc-product-dawn .single_add_to_cart_button::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	border-radius: var(--buttons-radius-outset);
	box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.pc-product-dawn .button::after,
.pc-product-dawn .shopify-payment-button__button::after,
.pc-product-dawn .single_add_to_cart_button::after {
	position: absolute;
	z-index: 1;
	inset: var(--buttons-border-width);
	content: "";
	border-radius: var(--buttons-radius);
	box-shadow:
		0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
		0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
	transition: box-shadow 100ms ease;
}

.pc-product-dawn .button:not([disabled]):hover::after,
.pc-product-dawn .shopify-payment-button__button:not([disabled]):hover::after,
.pc-product-dawn .single_add_to_cart_button:not([disabled]):hover::after {
	--border-offset: 1.3px;
	box-shadow:
		0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
		0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.pc-product-dawn .button--secondary,
.pc-product-dawn .single_add_to_cart_button.product-form__submit {
	--color-button: var(--color-secondary-button);
	--color-button-text: var(--color-secondary-button-text);
}

.pc-product-dawn .button--secondary::after,
.pc-product-dawn .single_add_to_cart_button.product-form__submit::after {
	--border-opacity: var(--buttons-border-opacity);
}

.pc-product-dawn .button--full-width,
.pc-product-dawn .single_add_to_cart_button,
.pc-product-dawn .shopify-payment-button__button {
	display: flex;
	width: 100%;
}

.pc-product-dawn .button:disabled,
.pc-product-dawn .button[aria-disabled="true"],
.pc-product-dawn .single_add_to_cart_button:disabled,
.pc-product-dawn .shopify-payment-button__button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.pc-product-dawn .button.loading {
	position: relative;
	color: transparent;
}

.pc-product-dawn .button.loading > .loading__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	height: 100%;
	transform: translate(-50%, -50%);
}

.pc-product-dawn .product-form__submit {
	margin-bottom: 0;
}

.pc-single-product-page .woocommerce-notices-wrapper,
.pc-single-product-page .woocommerce-message,
.pc-single-product-page .woocommerce-info,
.pc-single-product-page .woocommerce-error,
.pc-product-dawn .product-form__error-message-wrapper {
	display: none !important;
}

.pc-product-dawn .single_add_to_cart_button.product-form__submit,
.pc-product-dawn .single_add_to_cart_button.product-form__submit.loading,
.pc-product-dawn .single_add_to_cart_button.product-form__submit:active,
.pc-product-dawn .single_add_to_cart_button.product-form__submit:not([disabled]):hover,
.pc-product-dawn .single_add_to_cart_button.product-form__submit:not([disabled]):focus-visible {
	color: rgb(var(--color-button-text));
	background: rgba(var(--color-button), var(--alpha-button-background));
	border-color: transparent;
	transform: none;
	transition: none;
}

.pc-product-dawn .single_add_to_cart_button.product-form__submit .loading__spinner {
	display: none !important;
}

.pc-product-dawn .shopify-payment-button__button {
	min-height: 46px;
	color: rgb(255, 255, 255);
	background: rgb(90, 49, 244);
	font-weight: 400;
}

.pc-product-dawn .shopify-payment-button__button::after {
	box-shadow: none;
}

.pc-product-dawn .shopify-payment-button__button:hover {
	background: rgb(74, 38, 215);
}

.pc-product-dawn .shopify-payment-button__more-options {
	display: block;
	margin: 16px 0 10px;
	color: rgb(var(--color-foreground));
	background: transparent;
	border: 0;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pc-product-dawn .shopify-block.shopify-app-block {
	max-width: 440px;
}

.pc-product-dawn .product__pickup-availabilities {
	display: block;
}

.pc-product-dawn .pickup-availability-preview {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 8px 0;
}

.pc-product-dawn .pickup-availability-info p {
	margin: 0;
}

.pc-product-dawn .product__description {
	color: rgba(var(--color-foreground), 0.75);
}

.pc-product-dawn .rte::after {
	display: block;
	clear: both;
	content: "";
}

.pc-product-dawn .rte > *:first-child {
	margin-top: 0;
}

.pc-product-dawn .rte > *:last-child {
	margin-bottom: 0;
}

.pc-product-dawn .rte h2 {
	margin: 0 0 16px;
	font-size: 24px;
}

.pc-product-dawn .rte h3 {
	margin: 22px 0 10px;
	font-size: 18px;
}

.pc-product-dawn .rte p {
	margin: 0 0 16px;
}

.pc-product-dawn .rte ul,
.pc-product-dawn .rte ol {
	padding-left: 20px;
	list-style-position: inside;
}

.pc-product-dawn .rte li {
	margin-bottom: 4px;
	list-style: inherit;
}

.pc-product-dawn .share-button {
	position: relative;
	display: block;
}

.pc-product-dawn .share-button details {
	width: fit-content;
}

.pc-product-dawn summary {
	position: relative;
	list-style: none;
	cursor: pointer;
}

.pc-product-dawn summary::-webkit-details-marker {
	display: none;
}

.pc-product-dawn .share-button__button {
	display: flex;
	align-items: center;
	min-height: 44px;
	margin-left: 0;
	padding: 0;
	color: rgb(var(--color-link));
	background-color: transparent;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

.pc-product-dawn .share-button__button:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pc-product-dawn .share-button__button .icon-share {
	width: 13px;
	min-width: 13px;
	height: 12px;
	margin-right: 10px;
}

.pc-product-dawn .share-button__fallback {
	position: absolute;
	z-index: 3;
	top: 30px;
	left: 1px;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: max-content;
	background: rgb(var(--color-background));
	border: 0;
	border-radius: var(--inputs-radius);
}

.pc-product-dawn details[open] > .share-button__fallback {
	animation: pcProductAnimateMenuOpen 200ms ease;
}

.pc-product-dawn .share-button__fallback::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: rgb(var(--color-background));
	border-radius: var(--inputs-radius-outset);
	box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
	pointer-events: none;
}

.pc-product-dawn .share-button__fallback::after {
	position: absolute;
	z-index: 1;
	inset: var(--inputs-border-width);
	content: "";
	border: 1px solid transparent;
	border-radius: var(--inputs-radius);
	box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
	pointer-events: none;
	transition: box-shadow 100ms ease;
}

.pc-product-dawn .field {
	position: relative;
	display: flex;
	width: 100%;
	transition: box-shadow 100ms ease;
}

.pc-product-dawn .share-button__fallback .field {
	min-width: auto;
	min-height: auto;
	border-radius: 0;
	transition: none;
}

.pc-product-dawn .field__input {
	position: relative;
	flex-grow: 1;
	width: 100%;
	min-width: calc(70px + (var(--inputs-border-width) * 2));
	height: 45px;
	min-height: calc(var(--inputs-border-width) * 2);
	margin: var(--inputs-border-width);
	padding: 22px 15px 8px 20px;
	color: rgb(var(--color-foreground));
	background-color: rgb(var(--color-background));
	border: 0;
	border-radius: var(--inputs-radius);
	box-shadow: none;
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 16px;
	letter-spacing: 0.4px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	appearance: none;
	transition: box-shadow 100ms ease;
}

.pc-product-dawn .field__label {
	position: absolute;
	top: calc(var(--inputs-border-width) + 5px);
	left: calc(var(--inputs-border-width) + 20px);
	margin-bottom: 0;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 10px;
	letter-spacing: 0.4px;
	line-height: 1.5;
	pointer-events: none;
	transition: top 100ms ease, font-size 100ms ease;
}

.pc-product-dawn .share-button__fallback button {
	position: relative;
	right: var(--inputs-border-width);
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: rgb(var(--color-foreground));
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.pc-product-dawn .share-button__fallback .icon {
	width: 15px;
	height: 15px;
}

.pc-product-dawn .share-button__message:not(:empty) {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: var(--inputs-border-width);
	padding: 8px 0 8px 15px;
}

.pc-product-dawn .share-button__message:not(:empty):not(.hidden) ~ * {
	display: none;
}

.pc-product-dawn .link {
	color: rgb(var(--color-link));
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	cursor: pointer;
}

.pc-product-dawn .product__view-details {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.pc-product-dawn .product__view-details .icon-arrow {
	width: 14px;
	height: 10px;
	transition: transform 100ms ease;
}

.pc-product-dawn .product__view-details:hover .icon-arrow,
.pc-product-dawn .product__view-details:focus-visible .icon-arrow {
	transform: translateX(3px);
}

.pc-product-dawn .shopify_subscriptions_fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.pc-product-dawn .plan_card {
	color: #6d7175;
	background: #ffffff;
	border: 1px solid #8f8d8d;
	border-radius: 0;
}

.pc-product-dawn .subscription_group {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 18px;
	border-bottom: 1px solid #8f8d8d;
}

.pc-product-dawn .subscription_group:last-child {
	border-bottom: none;
}

.pc-product-dawn .title_and_price_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	gap: 16px;
}

.pc-product-dawn .group_list {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

.pc-product-dawn .group_name {
	margin-bottom: 10px;
}

.pc-product-dawn .group_list_item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 7px;
}

.pc-product-dawn .group_list li:last-child .group_list_item {
	margin-bottom: 0;
}

.pc-product-dawn .group_list_item.one_time_purchase_option_app_block {
	margin: 5px 0;
}

.pc-product-dawn .in_widget_price {
	flex-shrink: 0;
	align-self: flex-start;
	margin: 0;
	padding-left: 10px;
	font-weight: 500;
	white-space: nowrap;
}

.pc-product-dawn .title_and_price_wrapper:has(.one_time_purchase_option_app_block) .in_widget_price {
	align-self: center;
}

.pc-product-dawn .custom_radio_button {
	position: relative;
}

.pc-product-dawn .custom_radio_button input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	clip-path: inset(50%);
	border-width: 0;
}

.pc-product-dawn .custom_radio_button::before {
	display: inline-block;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	margin-right: 10px;
	vertical-align: baseline;
	content: "";
	border-radius: 50%;
	box-shadow: 0 0 0 1px #6d7175;
	transition: background 200ms ease-in-out;
}

.pc-product-dawn .custom_radio_button:has(input[type="radio"]:checked)::before {
	background: #6d7175;
	border: 2px solid #ffffff;
}

.pc-product-dawn .custom_radio_button:has(input[type="radio"]:focus-visible),
.pc-product-dawn .title_and_price_wrapper:has(input[type="radio"]:focus-visible) {
	border-radius: 4px;
	outline: 2px solid #6d7175;
	outline-offset: 5px;
}

.pc-product-dawn .shopify_subscriptions_app_policy {
	margin: 10px 0 0;
	color: #6d7175;
}

.pc-product-dawn .shopify_subscriptions_app_block--hidden {
	display: none;
}

.pc-product-dawn .product-media-modal {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(var(--color-background));
	opacity: 0;
	visibility: hidden;
}

.pc-product-dawn .product-media-modal[open] {
	z-index: 1300;
	opacity: 1;
	visibility: visible;
}

.pc-product-dawn .product-media-modal__dialog {
	display: flex;
	align-items: center;
	height: 100vh;
}

.pc-product-dawn .product-media-modal__content {
	width: 100%;
	max-height: 100vh;
	padding: 20px 110px 15px;
	overflow: auto;
}

.pc-product-dawn .product-media-modal__content > * {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

.pc-product-dawn .product-media-modal__content > * + * {
	margin-top: 15px;
}

.pc-product-dawn .product-media-modal__content img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: none;
	border: none;
	border-radius: 0;
}

.pc-product-dawn .product-media-modal__content > *:not(.active) {
	display: block;
}

.pc-product-dawn .product-media-modal__toggle {
	position: fixed;
	z-index: 2;
	top: 22px;
	right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	padding: 12px;
	color: rgba(var(--color-foreground), 0.55);
	background-color: rgb(var(--color-background));
	border: 1px solid rgba(var(--color-foreground), 0.1);
	border-radius: 50%;
	cursor: pointer;
}

.pc-product-dawn .product-media-modal__toggle:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.pc-product-dawn .product-media-modal__toggle .icon {
	width: 22px;
	height: auto;
	margin: 0;
}

body.pc-product-modal-open {
	overflow: hidden;
}

.pc-product-dawn-related {
	--color-background: 255, 255, 255;
	--gradient-background: #ffffff;
	--color-foreground: 18, 18, 18;
	position: relative;
	z-index: 2;
	display: block;
	clear: both;
	color: rgba(var(--color-foreground), 0.75);
	background: rgb(var(--color-background));
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	letter-spacing: 0.6px;
}

.pc-product-dawn-related .section-template--packchews-wc-product__related-products-padding,
.pc-product-dawn-related .section-template--26101644362048__related-products-padding {
	padding-top: 36px;
	padding-bottom: 28px;
}

.pc-product-dawn-related .related.products > h2 {
	margin: 0 0 24px;
	color: rgb(var(--color-foreground));
	font-family: "system_ui", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
}

.pc-product-dawn-related .related-products__heading {
	margin: 0 0 24px;
	color: rgb(var(--color-foreground));
	font-family: "system_ui", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
}

.pc-product-dawn-related .product-grid {
	margin-bottom: 0;
}

.pc-product-dawn-related .related-products .product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--grid-desktop-vertical-spacing) var(--grid-desktop-horizontal-spacing);
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-product-dawn-related .related-products .product-grid > .grid__item {
	width: auto;
	max-width: none;
	min-width: 0;
	flex: initial;
}

.pc-product-dawn-related product-recommendations,
.pc-product-dawn-related .related-products {
	display: block;
	width: 100%;
}

.pc-wildwolf-related-section {
	--color-background: 255, 255, 255;
	--gradient-background: #ffffff;
	--color-foreground: 18, 18, 18;
	--color-shadow: 18, 18, 18;
	--page-width: 1200px;
	--grid-desktop-horizontal-spacing: 8px;
	--grid-desktop-vertical-spacing: 8px;
	--grid-mobile-horizontal-spacing: 4px;
	--grid-mobile-vertical-spacing: 4px;
	--duration-short: 100ms;
	--duration-long: 500ms;
	--border-radius: 0;
	--border-width: 0;
	--border-opacity: 0.1;
	--shadow-horizontal-offset: 0;
	--shadow-vertical-offset: 4px;
	--shadow-blur-radius: 5px;
	--shadow-opacity: 0;
	--image-padding: 0;
	--text-alignment: left;
	position: relative;
	z-index: 2;
	display: block;
	clear: both;
	color: rgba(var(--color-foreground), 0.75);
	background: rgb(var(--color-background));
	font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
	font-size: 16px;
	letter-spacing: 0.6px;
	line-height: 1.8;
}

.pc-wildwolf-related-section *,
.pc-wildwolf-related-section *::before,
.pc-wildwolf-related-section *::after {
	box-sizing: border-box;
}

.pc-wildwolf-related-section .gradient {
	background: var(--gradient-background);
}

.pc-wildwolf-related-section .page-width {
	width: 100%;
	max-width: var(--page-width);
	margin: 0 auto;
	padding: 0 15px;
}

.pc-wildwolf-related-section .section-template--26101644362048__related-products-padding {
	padding-top: 27px;
	padding-bottom: 21px;
}

.pc-wildwolf-related-section product-recommendations,
.pc-wildwolf-related-section .related-products {
	display: block;
	width: 100%;
}

.pc-wildwolf-related-section .related-products__heading {
	margin: 0 0 30px;
	color: rgb(var(--color-foreground));
	font-family: "system_ui", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
	word-break: break-word;
}

.pc-wildwolf-related-section .pc-wildwolf-related-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	column-gap: var(--grid-mobile-horizontal-spacing);
	row-gap: var(--grid-mobile-vertical-spacing);
	width: 100%;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.pc-wildwolf-related-section .pc-wildwolf-related-item {
	display: block !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	flex: initial !important;
	list-style: none;
}

.pc-wildwolf-related-section .pc-wildwolf-related-card-wrapper {
	position: relative;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.pc-wildwolf-related-section .pc-wildwolf-related-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: var(--text-alignment);
	text-decoration: none;
}

.pc-wildwolf-related-section .pc-wildwolf-related-card__inner {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	overflow: hidden;
	border: var(--border-width) solid rgba(var(--color-foreground), var(--border-opacity));
	border-radius: var(--border-radius);
}

.pc-wildwolf-related-section .pc-wildwolf-related-card__inner::after {
	position: absolute;
	z-index: -1;
	top: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	width: calc(var(--border-width) * 2 + 100%);
	height: calc(var(--border-width) * 2 + 100%);
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
	content: "";
}

.pc-wildwolf-related-section .ratio {
	position: relative;
	display: block;
}

.pc-wildwolf-related-section .ratio::before {
	display: none;
}

.pc-wildwolf-related-section .pc-wildwolf-related-card__media,
.pc-wildwolf-related-section .pc-wildwolf-related-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pc-wildwolf-related-section .pc-wildwolf-related-card__media {
	margin: var(--image-padding);
	width: calc(100% - 2 * var(--image-padding));
	overflow: hidden;
	border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}

.pc-wildwolf-related-section .pc-wildwolf-related-media {
	left: 0;
	display: block;
	overflow: hidden;
	background-color: transparent;
}

.pc-wildwolf-related-section .pc-wildwolf-related-media img {
	position: absolute !important;
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center center;
	opacity: 1;
	visibility: visible !important;
	z-index: 1;
	transition: opacity var(--duration-long) ease, transform var(--duration-long) ease;
}

.pc-wildwolf-related-section .pc-wildwolf-related-media img + img {
	opacity: 0;
	z-index: 2;
}

.pc-wildwolf-related-section .pc-wildwolf-related-card__content {
	display: grid;
	grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
	width: 100%;
	padding: 0;
	flex-grow: 1;
}

.pc-wildwolf-related-section .pc-wildwolf-related-card__content--hidden {
	position: relative;
	padding: 10px;
}

.pc-wildwolf-related-section .pc-wildwolf-related-card__content--hidden .card__information,
.pc-wildwolf-related-section .pc-wildwolf-related-card__content--hidden .card__badge {
	display: none;
}

.pc-wildwolf-related-section .card__information {
	grid-row-start: 2;
	padding: 17px 0;
}

.pc-wildwolf-related-section .card__heading {
	margin: 0;
	color: rgb(var(--color-foreground));
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.3;
	word-break: break-word;
}

.pc-wildwolf-related-section .card__heading.h5 {
	font-size: 13px;
}

.pc-wildwolf-related-section .full-unstyled-link {
	display: block;
	color: currentColor;
	text-decoration: none;
}

.pc-wildwolf-related-section .card__heading a::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
}

.pc-wildwolf-related-section .card-information {
	width: 100%;
	text-align: var(--text-alignment);
}

.pc-wildwolf-related-section .caption-large {
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1.5;
}

.pc-wildwolf-related-section .light {
	opacity: 0.7;
}

.pc-wildwolf-related-section .price {
	color: rgb(var(--color-foreground));
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.pc-wildwolf-related-section .price > * {
	display: inline-block;
	vertical-align: top;
}

.pc-wildwolf-related-section .price .price-item {
	display: inline-block;
	margin: 0 10px 0 0;
}

.pc-wildwolf-related-section .price__regular {
	display: block;
}

.pc-wildwolf-related-section .price__regular .price-item--regular {
	margin-right: 0;
}

.pc-wildwolf-related-section .price__sale,
.pc-wildwolf-related-section .price__availability {
	display: none;
}

.pc-wildwolf-related-section .visually-hidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}

.pc-wildwolf-related-section .visually-hidden--inline {
	height: 1em;
	margin: 0;
}

@media screen and (min-width: 750px) {
	.pc-wildwolf-related-section .page-width {
		padding: 0 50px;
	}

	.pc-wildwolf-related-section .section-template--26101644362048__related-products-padding {
		padding-top: 36px;
		padding-bottom: 28px;
	}

	.pc-wildwolf-related-section .related-products__heading {
		font-size: 24px;
	}

	.pc-wildwolf-related-section .pc-wildwolf-related-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		column-gap: var(--grid-desktop-horizontal-spacing);
		row-gap: var(--grid-desktop-vertical-spacing);
	}
}

@media screen and (min-width: 990px) {
	.pc-wildwolf-related-section .pc-wildwolf-related-item {
		width: auto !important;
		max-width: none !important;
		flex-basis: auto !important;
	}

	.pc-wildwolf-related-section .pc-wildwolf-related-media img:only-child {
		transition: transform var(--duration-long) ease;
	}

	.pc-wildwolf-related-section .pc-wildwolf-related-card-wrapper:hover .pc-wildwolf-related-media img:first-child:only-child {
		transform: scale(1.03);
	}

	.pc-wildwolf-related-section .pc-wildwolf-related-card-wrapper:hover .pc-wildwolf-related-media img:first-child:not(:only-child) {
		opacity: 0;
	}

	.pc-wildwolf-related-section .pc-wildwolf-related-card-wrapper:hover .pc-wildwolf-related-media img + img {
		opacity: 1;
		transform: scale(1.03);
	}

	.pc-wildwolf-related-section .underline-links-hover:hover a {
		text-decoration: underline;
		text-underline-offset: 3px;
	}
}

@keyframes pcProductAnimateMenuOpen {
	0% {
		opacity: 0;
		transform: translateY(-15px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pcProductRotator {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(270deg);
	}
}

@media screen and (min-width: 750px) {
	.pc-product-dawn .product__column-sticky {
		position: sticky;
		top: 30px;
		z-index: 2;
		display: block;
	}

	.pc-product-dawn .product__info-container.product__column-sticky {
		position: static;
		top: auto;
		z-index: auto;
	}

	.pc-product-dawn .product__media-wrapper .product__column-sticky {
		position: sticky;
		top: 30px;
		z-index: 2;
	}

	.pc-product-dawn .product__media-list {
		column-gap: var(--grid-desktop-horizontal-spacing);
		row-gap: var(--grid-desktop-vertical-spacing);
		padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
	}

	.pc-product-dawn .product__info-wrapper {
		padding: 0 0 0 50px;
	}

	.pc-product-dawn .product-media-container.constrain-height {
		--viewport-offset: 170px;
		--constrained-min-height: 500px;
	}

	.pc-product-dawn .product__media-wrapper .slider-mobile-gutter .slider-button {
		display: none;
	}

	.pc-product-dawn .product__media-list .product__media-item:first-child {
		padding-left: 0;
	}
}

@media screen and (min-width: 990px) {
	.pc-product-dawn .product--large:not(.product--no-media) .product__media-wrapper {
		width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
		max-width: 65%;
	}

	.pc-product-dawn .product--large:not(.product--no-media) .product__info-wrapper {
		width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
		max-width: 35%;
		padding: 0 0 0 40px;
	}

	.pc-product-dawn .product--stacked .product__media-item {
		width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
		max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.pc-product-dawn .product:not(.product--columns) .product__media-list .product__media-item:first-child,
	.pc-product-dawn .product:not(.product--columns) .product__media-list .product__media-item--full {
		width: 100%;
		max-width: 100%;
	}

	.pc-product-dawn .product__modal-opener .product__media-icon {
		opacity: 0;
	}

	.pc-product-dawn .product__modal-opener:hover .product__media-icon,
	.pc-product-dawn .product__modal-opener:focus .product__media-icon {
		opacity: 1;
	}
}

@media screen and (max-width: 989px) {
	.pc-product-dawn .product {
		display: block;
	}

	.pc-product-dawn .product__info-wrapper {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width: 749px) {
	.pc-product-dawn {
		padding-top: 27px;
		padding-bottom: 9px;
		font-size: 15px;
	}

	.pc-product-dawn .page-width,
	.pc-product-dawn-related .page-width {
		padding: 0 15px;
	}

	.pc-product-dawn .product__media-list {
		width: calc(100% + 40px);
		margin-left: -25px;
		margin-bottom: 30px;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.pc-product-dawn .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
		display: block;
		margin-right: -15px;
		margin-left: -15px;
	}

	.pc-product-dawn .product__media-list .product__media-item {
		display: flex;
		align-items: center;
		width: calc(100% - 30px - var(--grid-mobile-horizontal-spacing));
		max-width: calc(100% - 30px - var(--grid-mobile-horizontal-spacing));
		flex: 0 0 calc(100% - 30px - var(--grid-mobile-horizontal-spacing));
		scroll-snap-align: start;
	}

	.pc-product-dawn .product__modal-opener {
		width: 100%;
	}

	.pc-product-dawn .product__media-item:first-of-type {
		margin-left: 15px;
	}

	.pc-product-dawn .product-media-container.media-fit-cover {
		display: flex;
		align-self: stretch;
	}

	.pc-product-dawn .product-media-container.media-fit-cover .media {
		position: initial;
	}

	.pc-product-dawn h1,
	.pc-product-dawn .h1 {
		font-size: 30px;
	}

	.pc-product-dawn h2,
	.pc-product-dawn .h2,
	.pc-product-dawn .rte h2 {
		font-size: 20px;
	}

	.pc-product-dawn .product-form__input,
	.pc-product-dawn .product-form__buttons {
		max-width: 100%;
	}

	.pc-product-dawn .quantity {
		width: 100%;
	}

	.pc-product-dawn .share-button__fallback {
		position: static;
		width: min(100vw - 30px, 440px);
	}

	.pc-product-dawn .title_and_price_wrapper {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.pc-product-dawn .in_widget_price {
		padding-left: 24px;
	}

	.pc-product-dawn .product-media-modal__content {
		padding: 0;
	}

	.pc-product-dawn .product-media-modal__content > *:not(.active) {
		display: none;
	}

	.pc-product-dawn .product-media-modal__dialog .global-media-settings,
	.pc-product-dawn .product-media-modal__dialog img {
		border: none;
		border-radius: 0;
	}

	.pc-product-dawn .product-media-modal__toggle {
		top: 20px;
		right: 20px;
	}

	.pc-product-dawn-related .section-template--packchews-wc-product__related-products-padding,
	.pc-product-dawn-related .section-template--26101644362048__related-products-padding {
		padding-top: 27px;
		padding-bottom: 21px;
	}

	.pc-product-dawn-related .related-products .product-grid {
		grid-template-columns: repeat(4, minmax(120px, 1fr));
		gap: var(--grid-mobile-vertical-spacing) var(--grid-mobile-horizontal-spacing);
		overflow-x: auto;
		scrollbar-width: thin;
	}

}

@media (prefers-reduced-motion: reduce) {
	.pc-product-dawn *,
	.pc-product-dawn *::before,
	.pc-product-dawn *::after,
	.pc-product-dawn-related *,
	.pc-product-dawn-related *::before,
	.pc-product-dawn-related *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
/* SharkNinja checkout port start */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/sharkninja/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/sharkninja/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: 700 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../fonts/sharkninja/DMSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../fonts/sharkninja/DMSans-Bold.ttf") format("truetype");
    font-weight: 700 800;
    font-style: normal;
    font-display: swap;
}

.sn-wc-checkout-page .sn-wc-checkout-form,
.sn-wc-checkout-page form.woocommerce-checkout {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.sn-wc-checkout-page .woocommerce-checkout-review-order-table,
.sn-wc-checkout-page .woocommerce-checkout-review-order table {
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}
.sn-checkout-footer {
    border-top: 0.0625rem solid #d1d1d1;
    background: #fff;
    padding: 2rem 0;
}

.sn-checkout-footer .container {
    width: min(100%, 90rem);
    margin: 0 auto;
    padding-inline: clamp(0.75rem, 3vw, 2.5rem);
}

.sn-checkout-footer .support-copy-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sn-checkout-footer .need-help h3 {
    margin: 0 0 1.25rem;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5rem;
}

.sn-checkout-footer .footer-support ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sn-checkout-footer .footer-support a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.375rem;
    text-decoration: none;
}

.sn-checkout-footer .footer-support a::before {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    border: 0.125rem solid currentColor;
    border-radius: 50%;
    content: "";
    font-size: 0.75rem;
    font-weight: 800;
}

.sn-checkout-footer .call-support a::before {
    content: "\260E";
}

.sn-checkout-footer .chat-support a::before {
    border-radius: 0.25rem;
    content: "";
}

.sn-checkout-footer .return-policy a::before {
    border-radius: 0.2rem;
}

.sn-checkout-footer .footer-support a:hover,
.sn-checkout-footer .footer-support a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-checkout-footer .copy-right-container {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.sn-route-checkout-page {
    --sn-checkout-ink: #000;
    --sn-checkout-muted: #454545;
    --sn-checkout-subtle: #6d6d6d;
    --sn-checkout-line: #d1d1d1;
    --sn-checkout-panel: #f9f9f9;
    --sn-checkout-soft: #f6f6f6;
    --sn-checkout-green: #042a20;
    background: var(--sn-checkout-panel);
    color: var(--sn-checkout-ink);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    min-height: 70vh;
    padding: clamp(1.25rem, 4vw, 3rem) 0 clamp(4rem, 7vw, 6rem);
}

.sn-route-checkout-page [hidden],
.sn-route-checkout-page .d-none {
    display: none !important;
}

.sn-route-checkout-page .container {
    box-sizing: border-box;
    width: min(100%, 90rem);
    margin: 0 auto;
    padding-inline: clamp(0.75rem, 3vw, 2.5rem);
}

.sn-route-checkout-page .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.sn-route-checkout-page .col-12,
.sn-route-checkout-page .col-sm-12,
.sn-route-checkout-page .col-lg-4,
.sn-route-checkout-page .col-lg-6,
.sn-route-checkout-page .col-lg-7,
.sn-route-checkout-page .col-sm-6,
.sn-route-checkout-page .col-3,
.sn-route-checkout-page .col-6,
.sn-route-checkout-page .col-9 {
    box-sizing: border-box;
}

.sn-route-checkout-page .checkout-main-summary {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(20rem, 4fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
}

.sn-route-checkout-page .sn-checkout-empty {
    display: flex;
    min-height: 28rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sn-route-checkout-page .cart-empty-body {
    display: flex;
    max-width: 32rem;
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 8px;
    background: #fff;
    padding: clamp(2rem, 6vw, 4rem);
}

.sn-route-checkout-page .cart-icon {
    position: relative;
    display: inline-block;
    width: 1.65rem;
    height: 1.5rem;
}

.sn-route-checkout-page .cart-icon::before {
    position: absolute;
    inset: 0.35rem 0 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.125rem 0.125rem 0.25rem 0.25rem;
    content: "";
}

.sn-route-checkout-page .cart-icon::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.72rem;
    height: 0.58rem;
    border: 0.125rem solid currentColor;
    border-bottom: 0;
    border-radius: 0.75rem 0.75rem 0 0;
    content: "";
    transform: translateX(-50%);
}

.sn-route-checkout-page .empty-cart-title {
    margin: 0;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
}

.sn-route-checkout-page .page-title-container {
    margin-bottom: 1.75rem;
}

.sn-route-checkout-page .checkout-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-decoration: none;
}

.sn-route-checkout-page .checkout-back::before {
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: 0.125rem solid currentColor;
    border-left: 0.125rem solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.sn-route-checkout-page .checkout-back:hover,
.sn-route-checkout-page .checkout-back:focus-visible,
.sn-route-checkout-page .edit-button:hover,
.sn-route-checkout-page .edit-button:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-route-checkout-page .page-title {
    margin: 0;
    color: var(--sn-checkout-ink);
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

.sn-route-checkout-page .sn-checkout-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    margin: 0 0 1rem;
}

.sn-route-checkout-page .sn-checkout-progress span {
    position: relative;
    display: flex;
    min-height: 2.25rem;
    align-items: center;
    justify-content: center;
    border-bottom: 0.25rem solid var(--sn-checkout-line);
    color: var(--sn-checkout-subtle);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sn-route-checkout-page .sn-checkout-progress span.is-active,
.sn-route-checkout-page .sn-checkout-progress span.is-complete {
    border-color: var(--sn-checkout-green);
    color: var(--sn-checkout-ink);
}

.sn-route-checkout-page .checkout-main-sections {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sn-route-checkout-page .card {
    border: 0;
    border-radius: 0;
    background: #fff;
}

.sn-route-checkout-page .card.ghost {
    opacity: 0.5;
    pointer-events: none;
}

.sn-route-checkout-page .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0625rem solid var(--sn-checkout-line);
    padding: 1.25rem 1.5rem;
}

.sn-route-checkout-page .card-header-custom {
    margin: 0;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.5rem;
}

.sn-route-checkout-page .card-body {
    padding: 1.5rem;
}

.sn-route-checkout-page .form-group {
    position: relative;
    margin: 0 0 1rem;
}

.sn-route-checkout-page .form-control-label {
    display: block;
    margin: 0 0 0.45rem;
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.125rem;
}

.sn-route-checkout-page .form-group.required .form-control-label::before {
    color: #b43f28;
    content: "*";
}

.sn-route-checkout-page .form-control,
.sn-route-checkout-page .custom-select {
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    border: 0.0625rem solid #8f8f8f;
    border-radius: 0;
    background: #fff;
    color: var(--sn-checkout-ink);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem;
}

.sn-route-checkout-page select.form-control,
.sn-route-checkout-page select.custom-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 1rem) 1.28rem, calc(100% - 0.65rem) 1.28rem;
    background-repeat: no-repeat;
    background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
    padding-right: 2rem;
}

.sn-route-checkout-page .form-control:focus,
.sn-route-checkout-page .custom-select:focus {
    border-color: var(--sn-checkout-green);
    outline: 0.125rem solid rgba(42, 113, 86, 0.25);
    outline-offset: 0;
}

.sn-route-checkout-page .is-invalid .form-control,
.sn-route-checkout-page .is-invalid .custom-select {
    border-color: #b43f28;
}

.sn-route-checkout-page .invalid-feedback {
    display: none;
    margin-top: 0.35rem;
    color: #b43f28;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
}

.sn-route-checkout-page .is-invalid .invalid-feedback {
    display: block;
}

.sn-route-checkout-page .guest-note-text,
.sn-route-checkout-page .required-fields-note,
.sn-route-checkout-page .checkout-privacy-policy-link,
.sn-route-checkout-page .address-po-note,
.sn-route-checkout-page .summary-details,
.sn-route-checkout-page .arrival-time,
.sn-route-checkout-page .ssl-payment-text {
    color: var(--sn-checkout-muted);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-route-checkout-page .guest-note-text,
.sn-route-checkout-page .required-fields-note {
    margin: 0 0 1rem;
}

.sn-route-checkout-page .address-po-note {
    display: block;
    margin-top: 0.35rem;
}

.sn-route-checkout-page .custom-checkbox {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.sn-route-checkout-page .custom-control-input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.05rem 0 0;
    accent-color: var(--sn-checkout-green);
}

.sn-route-checkout-page .custom-control-label {
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-route-checkout-page .custom-control-label a,
.sn-route-checkout-page .checkout-privacy-policy-link a,
.sn-route-checkout-page .checkout-forgot-pass,
.sn-route-checkout-page .cancel-wrapper .link {
    color: var(--sn-checkout-ink);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-route-checkout-page .checkout-privacy-policy-link {
    margin: 0 0 1rem;
}

.sn-route-checkout-page .sing-in-account {
    margin-top: 1.25rem;
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-route-checkout-page .customer-information-block .btn-link {
    display: inline;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--sn-checkout-ink);
    font: inherit;
    font-weight: 800;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-route-checkout-page .checkout-forgot-pass {
    display: inline-block;
    margin: -0.25rem 0 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-route-checkout-page .password-form {
    position: relative;
}

.sn-route-checkout-page .password-form .password {
    padding-right: 3.25rem;
}

.sn-route-checkout-page .show-password {
    position: absolute;
    right: 0.6rem;
    bottom: 0.45rem;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--sn-checkout-ink);
    cursor: pointer;
}

.sn-route-checkout-page .show-password span::before {
    display: block;
    width: 1.35rem;
    height: 0.82rem;
    margin: 0 auto;
    border: 0.125rem solid currentColor;
    border-radius: 50%;
    content: "";
}

.sn-route-checkout-page .show-password span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}

.sn-route-checkout-page .show-password.is-visible span::before {
    box-shadow: inset 0 0 0 0.125rem #fff;
}

.sn-route-checkout-page .register-user-btn {
    margin-top: 0.5rem;
}

.sn-route-checkout-page .cancel-wrapper {
    margin-top: 1rem;
    text-align: center;
}

.sn-route-checkout-page .cancel-wrapper button {
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.sn-route-checkout-page .btn,
.sn-route-checkout-page .continue-shopping-link {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--sn-checkout-green);
    border-radius: 999px;
    cursor: pointer;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25rem;
    padding: 0.72rem 1.75rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sn-route-checkout-page .btn-primary,
.sn-route-checkout-page .submit-customer,
.sn-route-checkout-page .submit-shipping,
.sn-route-checkout-page .submit-payment,
.sn-route-checkout-page .place-order {
    width: 100%;
    background: var(--sn-checkout-green);
    color: #fff;
}

.sn-route-checkout-page .btn-primary:hover,
.sn-route-checkout-page .btn-primary:focus-visible {
    border-color: #0a4a38;
    background: #0a4a38;
    color: #fff;
}

.sn-route-checkout-page .next-step-button {
    margin-top: 0.5rem;
    position: static;
}

.sn-route-checkout-page .next-step-button .col-12 {
    width: 100%;
    padding-inline: 0;
}

.sn-route-checkout-page .edit-button {
    border: 0;
    background: transparent;
    color: var(--sn-checkout-ink);
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0;
}

.sn-route-checkout-page .col-lg-6 {
    width: 50%;
    padding-inline: 0.375rem;
}

.sn-route-checkout-page .col-lg-4 {
    width: 33.3333%;
    padding-inline: 0.375rem;
}

.sn-route-checkout-page .col-sm-12,
.sn-route-checkout-page .col-12 {
    width: 100%;
}

.sn-route-checkout-page .shipping-method-block {
    border: 0;
    margin: 1.25rem 0 0;
    padding: 0;
}

.sn-route-checkout-page .shipping-method {
    margin: 0 0 1rem;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5rem;
}

.sn-route-checkout-page .shipping-method-list {
    border-top: 0.0625rem solid var(--sn-checkout-line);
}

.sn-route-checkout-page .shipping-method-list .form-check,
.sn-route-checkout-page .shipping-method-pricing {
    border-bottom: 0.0625rem solid var(--sn-checkout-line);
    padding-block: 1rem;
}

.sn-route-checkout-page .shipping-method-list .form-check {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    column-gap: 0.75rem;
    width: 75%;
}

.sn-route-checkout-page .shipping-method-list .form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0.18rem 0 0;
    accent-color: var(--sn-checkout-green);
}

.sn-route-checkout-page .shipping-method-option {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25rem;
}

.sn-route-checkout-page .shipping-method-pricing {
    display: flex;
    width: 25%;
    align-items: flex-start;
    justify-content: flex-end;
    font-weight: 800;
}

.sn-route-checkout-page .arrival-time {
    grid-column: 2;
    margin: 0.35rem 0 0;
}

.sn-route-checkout-page .summary-section-label {
    display: block;
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25rem;
}

.sn-route-checkout-page .summary-details {
    margin-bottom: 1rem;
}

.sn-route-checkout-page .shipping-method-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    margin-bottom: 0.35rem;
}

.sn-route-checkout-page .shipping-method-wrapper p {
    margin: 0;
}

.sn-route-checkout-page .ssl-payment {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    background: var(--sn-checkout-soft);
    padding: 0.85rem;
}

.sn-route-checkout-page .ssl-icon {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
}

.sn-route-checkout-page .ssl-icon::before {
    position: absolute;
    inset: 0.45rem 0.15rem 0.1rem;
    border: 0.125rem solid var(--sn-checkout-ink);
    border-radius: 0.125rem;
    content: "";
}

.sn-route-checkout-page .ssl-icon::after {
    position: absolute;
    top: 0.05rem;
    left: 50%;
    width: 0.7rem;
    height: 0.55rem;
    border: 0.125rem solid var(--sn-checkout-ink);
    border-bottom: 0;
    border-radius: 0.6rem 0.6rem 0 0;
    content: "";
    transform: translateX(-50%);
}

.sn-route-checkout-page .payment-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 1.25rem;
    border-bottom: 0.0625rem solid var(--sn-checkout-line);
    padding: 0;
    list-style: none;
}

.sn-route-checkout-page .payment-options .nav-link {
    width: 100%;
    border: 0;
    border-bottom: 0.25rem solid transparent;
    background: transparent;
    color: var(--sn-checkout-subtle);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 800;
    padding: 0 0 0.75rem;
}

.sn-route-checkout-page .payment-options .nav-link.active {
    box-sizing: border-box;
    width: 849.53px !important;
    max-width: 100%;
    border-color: var(--sn-checkout-green);
    color: var(--sn-checkout-ink);
}

.sn-route-checkout-page .payment-method-container {
    margin-bottom: 1.25rem;
}

.sn-route-checkout-page .payment-method-label {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.25rem;
}

.sn-route-checkout-page .credit-card-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sn-route-checkout-page .credit-card-icons .promo-icon {
    display: block;
    max-width: 2.7rem;
    max-height: 1.7rem;
    object-fit: contain;
}

.sn-route-checkout-page .sn-checkout-paypal-panel {
    border-radius: 8px;
    background: var(--sn-checkout-soft);
    padding: 1rem;
}

.sn-route-checkout-page .sn-checkout-paypal-panel p {
    margin: 0;
}

.sn-route-checkout-page .order-summary-review-desktop {
    min-width: 0;
}

.sn-route-checkout-page .checkout-order-summary {
    position: sticky;
    top: 1.25rem;
}

.sn-route-checkout-page .checkout-order-summary > .card {
    overflow: hidden;
}

.sn-route-checkout-page .order-product-summary {
    border-top: 0.0625rem solid var(--sn-checkout-line);
    border-bottom: 0.0625rem solid var(--sn-checkout-line);
}

.sn-route-checkout-page .order-product-summary .card-body,
.sn-route-checkout-page .order-total-summary {
    padding: 0;
}

.sn-route-checkout-page .accordion-button {
    display: flex;
    width: 100%;
    min-height: 3.25rem;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: #fff;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    padding: 0 1.5rem;
    text-align: left;
}

.sn-route-checkout-page .accordion-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
}

.sn-route-checkout-page .accordion-icon::before,
.sn-route-checkout-page .accordion-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.85rem;
    height: 0.125rem;
    border-radius: 999px;
    background: var(--sn-checkout-ink);
    content: "";
    transform: translate(-50%, -50%);
}

.sn-route-checkout-page .accordion-button[aria-expanded="false"] .accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.sn-route-checkout-page .accordion-body {
    border-top: 0.0625rem solid var(--sn-checkout-line);
    padding: 0 1.5rem 1.25rem;
}

.sn-route-checkout-page .product-summary-block {
    display: flex;
    flex-direction: column;
}

.sn-route-checkout-page .product-line-item {
    padding: 1.25rem 0;
}

.sn-route-checkout-page .product-line-item + .product-line-item {
    border-top: 0.0625rem dashed var(--sn-checkout-line);
}

.sn-route-checkout-page .product-summary-wrapper {
    display: grid;
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 1rem;
}

.sn-route-checkout-page .product-line-item .item-image {
    display: flex;
    width: 5.25rem;
    height: 5.25rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: var(--sn-checkout-soft);
}

.sn-route-checkout-page .product-line-item .product-image {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.55rem;
    object-fit: contain;
}

.sn-route-checkout-page .line-item-name {
    margin: 0 0 0.35rem;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2rem;
}

.sn-route-checkout-page .line-item-sku,
.sn-route-checkout-page .line-item-attributes,
.sn-route-checkout-page .line-item-quantity {
    margin: 0 0 0.35rem;
    color: var(--sn-checkout-muted);
    font-size: 0.8rem;
    line-height: 1.15rem;
}

.sn-route-checkout-page .line-item-total-price {
    margin-top: 0.75rem;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.sn-route-checkout-page .order-total-summary {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.25rem 1.5rem 1.5rem;
}

.sn-route-checkout-page .leading-lines {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    overflow: hidden;
}

.sn-route-checkout-page .leading-lines p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.25rem;
}

.sn-route-checkout-page .leading-lines .start-lines span,
.sn-route-checkout-page .leading-lines .end-lines span {
    position: relative;
    z-index: 2;
    background: #fff;
}

.sn-route-checkout-page .leading-lines .start-lines::before {
    position: absolute;
    color: #adadad;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    white-space: nowrap;
}

.sn-route-checkout-page .start-lines,
.sn-route-checkout-page .end-lines {
    position: relative;
    min-width: 0;
}

.sn-route-checkout-page .end-lines {
    text-align: right;
}

.sn-route-checkout-page .grand-total {
    border-top: 0.0625rem solid var(--sn-checkout-line);
    margin-top: 0.25rem;
    padding-top: 1rem;
}

.sn-route-checkout-page .grand-total span,
.sn-route-checkout-page .grand-total p {
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
}

.sn-route-checkout-page .alert-danger {
    border-radius: 8px;
    background: #fdf4f3;
    color: #b43f28;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 1rem;
}

.sn-route-checkout-page .sn-checkout-confirmation-modal {
    position: fixed;
    z-index: 5000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 246, 246, 0.72);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.sn-route-checkout-page .sn-checkout-confirmation-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.sn-route-checkout-page .sn-checkout-modal-backdrop {
    position: absolute;
    inset: 0;
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100% - 2rem, 34rem);
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .modal-content {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.18);
    padding: clamp(1.5rem, 5vw, 3rem);
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .modal-header,
.sn-route-checkout-page .sn-checkout-confirmation-modal .modal-footer {
    border: 0;
    padding: 0;
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .modal-title {
    margin: 0;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(1.35rem, 4vw, 2rem);
    font-weight: 800;
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .modal-body {
    padding: 1rem 0 1.25rem;
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 50%;
    background: var(--sn-checkout-soft);
    color: transparent;
    cursor: pointer;
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .close::before,
.sn-route-checkout-page .sn-checkout-confirmation-modal .close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.85rem;
    height: 0.125rem;
    border-radius: 999px;
    background: var(--sn-checkout-ink);
    content: "";
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.sn-route-checkout-page .sn-checkout-confirmation-modal .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.sn-checkout-modal-open {
    overflow: hidden;
}

.sn-route-checkout-page .sn-checkout-terms-modal {
    position: fixed;
    z-index: 5000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 246, 246, 0.72);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.sn-route-checkout-page .sn-checkout-terms-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.sn-route-checkout-page .sn-checkout-terms-backdrop {
    position: absolute;
    inset: 0;
}

.sn-route-checkout-page .sn-checkout-terms-modal .modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100% - 1.5rem, 50.375rem);
}

.sn-route-checkout-page .sn-checkout-terms-modal .modal-content {
    max-height: min(82vh, 42rem);
    overflow: hidden;
    background: #fff;
    padding: 0;
}

.sn-route-checkout-page .sn-checkout-terms-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0625rem solid var(--sn-checkout-line);
    margin: 2rem 4rem 0;
    padding: 0 0 1rem;
}

.sn-route-checkout-page .sn-checkout-terms-modal .modal-title {
    margin: 0;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5rem;
}

.sn-route-checkout-page .sn-checkout-terms-modal .modal-body {
    max-height: 28.5rem;
    overflow-y: auto;
    color: var(--sn-checkout-muted);
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 2.5rem 4rem;
}

.sn-route-checkout-page .sn-checkout-terms-modal .modal-footer {
    border: 0;
    margin: 0 4rem 2rem;
    padding: 0;
}

.sn-route-checkout-page .sn-checkout-terms-modal .close {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: auto;
    border: 0;
    border-radius: 50%;
    background: var(--sn-checkout-soft);
    color: transparent;
    cursor: pointer;
}

.sn-route-checkout-page .sn-checkout-terms-modal .close::before,
.sn-route-checkout-page .sn-checkout-terms-modal .close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.85rem;
    height: 0.125rem;
    border-radius: 999px;
    background: var(--sn-checkout-ink);
    content: "";
}

.sn-route-checkout-page .sn-checkout-terms-modal .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.sn-route-checkout-page .sn-checkout-terms-modal .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sn-route-checkout-page .data-checkout-stage[data-checkout-stage] .card.payment-summary,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage] .shipping-summary,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage] .payment-form,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage] .customer-section,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage] button.place-order,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage] button.submit-shipping {
    display: none;
}

.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .customer-section,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .submit-customer {
    display: block;
}

.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .customer-summary,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.customer,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .shipping-section,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .payment-form,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .shipping-summary,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .payment-summary {
    display: none;
}

.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .shipping-section,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .submit-shipping {
    display: block;
}

.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .payment-form,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .shipping-summary,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .payment-summary,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .card.ghost {
    display: none;
}

.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .payment-form,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .shipping-summary,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .place-order {
    display: block;
}

.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .shipping-section,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .payment-summary,
.sn-route-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .card.ghost {
    display: none;
}

@media (min-width: 1200px) {
    .sn-checkout-header .checkout-header {
        height: 5rem;
    }

    .sn-checkout-footer {
        padding: 3rem 0 4rem;
    }

    .sn-checkout-footer .support-copy-right {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (max-width: 1199px) {
    .sn-route-checkout-page .checkout-main-summary {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sn-route-checkout-page .order-summary-review-desktop {
        order: -1;
    }

    .sn-route-checkout-page .checkout-order-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .sn-route-checkout-page {
        padding-top: 1rem;
    }

    .sn-route-checkout-page .container {
        padding-inline: 0.75rem;
    }

    .sn-route-checkout-page .page-title-container {
        margin-bottom: 1.25rem;
    }

    .sn-route-checkout-page .sn-checkout-progress {
        gap: 0;
    }

    .sn-route-checkout-page .sn-checkout-progress span {
        font-size: 0.68rem;
        min-height: 2rem;
    }

    .sn-route-checkout-page .card-header,
    .sn-route-checkout-page .card-body,
    .sn-route-checkout-page .order-total-summary,
    .sn-route-checkout-page .accordion-button {
        padding-inline: 1rem;
    }

    .sn-route-checkout-page .accordion-body {
        padding-inline: 1rem;
    }

    .sn-route-checkout-page .sn-checkout-terms-modal .modal-header {
        margin: 3rem 0.75rem 0;
    }

    .sn-route-checkout-page .sn-checkout-terms-modal .modal-body {
        max-height: 54vh;
        padding: 2rem 0.75rem;
    }

    .sn-route-checkout-page .sn-checkout-terms-modal .modal-footer {
        margin: 0 0.75rem 2rem;
    }

    .sn-route-checkout-page .col-lg-6,
    .sn-route-checkout-page .col-lg-4 {
        width: 100%;
        padding-inline: 0;
    }

    .sn-route-checkout-page .shipping-method-list .form-check {
        width: 70%;
    }

    .sn-route-checkout-page .shipping-method-pricing {
        width: 30%;
    }

    .sn-route-checkout-page .product-summary-wrapper {
        grid-template-columns: 4.75rem minmax(0, 1fr);
    }

    .sn-route-checkout-page .product-line-item .item-image {
        width: 4.75rem;
        height: 4.75rem;
    }

    .sn-route-checkout-page .next-step-button {
        margin-inline: 0;
    }
}

@media (max-width: 543.98px) {
    .sn-route-checkout-page {
        padding-bottom: 7rem;
    }

    .sn-route-checkout-page .next-step-button {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 30;
        margin: 0;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.16);
        padding: 0;
    }

    .sn-route-checkout-page .next-step-button .col-12 {
        padding: 1rem;
    }
}

.sn-wc-checkout-page {
    padding-top: clamp(1.25rem, 3vw, 2.5rem);
}

.sn-wc-checkout-page .page-title {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    line-height: 1.1;
}

.sn-wc-checkout-page .woocommerce-form-coupon-toggle,
.sn-wc-checkout-page .checkout_coupon,
.sn-wc-checkout-page .woocommerce-form-login-toggle,
.sn-wc-checkout-page .woocommerce-form-login {
    display: none !important;
}

.sn-wc-checkout-page .woocommerce-notices-wrapper,
.sn-wc-checkout-page .woocommerce-NoticeGroup {
    margin-bottom: 1rem;
}

.sn-wc-checkout-page .woocommerce-error,
.sn-wc-checkout-page .woocommerce-info,
.sn-wc-checkout-page .woocommerce-message {
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    line-height: 1.35rem;
    margin: 0 0 1rem;
    padding: 1rem 1.25rem;
}

.sn-wc-checkout-page .woocommerce-error {
    background: #fdf4f3;
    color: #b43f28;
}

.sn-wc-checkout-page .woocommerce-info a,
.sn-wc-checkout-page .woocommerce-message a,
.sn-wc-checkout-page .woocommerce-error a {
    color: inherit;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-wc-checkout-page .woocommerce-form-login-toggle,
.sn-wc-checkout-page .woocommerce-form-login {
    width: min(100%, 90rem);
    margin: 0 auto 1rem;
    padding-inline: clamp(0.75rem, 3vw, 2.5rem);
}

.sn-wc-checkout-page .woocommerce-form-login {
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding-block: 1.25rem;
}

.sn-wc-checkout-page .sn-wc-checkout-form {
    display: block;
    margin: 0;
}

.sn-wc-checkout-page .sn-wc-checkout-progress {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sn-wc-checkout-page .sn-wc-checkout-progress button {
    position: relative;
    display: flex;
    min-height: 2.25rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-bottom: 0.25rem solid var(--sn-checkout-line);
    background: transparent;
    color: var(--sn-checkout-subtle);
    cursor: pointer;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1rem;
    padding: 0;
    text-transform: uppercase;
}

.sn-wc-checkout-page .sn-wc-checkout-progress button.is-active,
.sn-wc-checkout-page .sn-wc-checkout-progress button.is-complete {
    border-color: var(--sn-checkout-green);
    color: var(--sn-checkout-ink);
}

.sn-wc-checkout-page .sn-wc-checkout-progress button:focus-visible {
    outline: 0.125rem solid rgba(4, 42, 32, 0.28);
    outline-offset: 0.2rem;
}

.sn-wc-checkout-page .sn-wc-checkout-card .card-body {
    padding-bottom: 1.5rem;
}

.sn-wc-checkout-page .sn-wc-step-heading {
    display: flex;
    min-height: 4.25rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0625rem solid var(--sn-checkout-line);
    background: #fff;
    padding: 1.25rem 1.5rem;
}

.sn-wc-checkout-page .sn-wc-step-heading .card-header-custom {
    margin: 0;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.5rem;
}

.sn-wc-checkout-page .sn-wc-summary-heading {
    min-height: 3.875rem;
}

.sn-wc-checkout-page .card.ghost .sn-wc-step-heading {
    border-bottom: 0;
}

.sn-wc-checkout-page .customer-section .card-body {
    padding: 1.5rem;
}

.sn-wc-checkout-page .customer-information-block {
    border: 0;
    margin: 0;
    padding: 0;
}

.sn-wc-checkout-page .guest-form,
.sn-wc-checkout-page .registered-form {
    margin: 0;
}

.sn-wc-checkout-page .guest-form.d-none,
.sn-wc-checkout-page .registered-form.d-none {
    display: none !important;
}

.sn-wc-checkout-page .customer-information-block .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.sn-wc-checkout-page .customer-information-block .col-sm-12,
.sn-wc-checkout-page .customer-information-block .col-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}

.sn-wc-checkout-page .customer-information-block .form-group,
.sn-wc-checkout-page .customer-information-block .form-row {
    position: relative;
    margin: 0 0 1rem;
    padding: 0;
}

.sn-wc-checkout-page .customer-information-block .form-row label,
.sn-wc-checkout-page .customer-information-block .form-control-label {
    display: block;
    margin: 0 0 0.45rem;
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.125rem;
}

.sn-wc-checkout-page .customer-information-block abbr.required {
    display: none;
}

.sn-wc-checkout-page .customer-information-block .input-text,
.sn-wc-checkout-page .customer-information-block .form-control {
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    border: 0.0625rem solid #8f8f8f;
    border-radius: 0;
    background: #fff;
    color: var(--sn-checkout-ink);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem;
}

.sn-wc-checkout-page .customer-information-block .input-text:focus,
.sn-wc-checkout-page .customer-information-block .form-control:focus {
    border-color: var(--sn-checkout-green);
    outline: 0.125rem solid rgba(42, 113, 86, 0.25);
}

.sn-wc-checkout-page .customer-information-block .custom-checkbox {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.sn-wc-checkout-page .customer-information-block .custom-control-input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.05rem 0 0;
    accent-color: var(--sn-checkout-green);
}

.sn-wc-checkout-page .customer-information-block .custom-control-label {
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .customer-information-block .custom-control-label a,
.sn-wc-checkout-page .customer-information-block .checkout-privacy-policy-link a {
    color: var(--sn-checkout-ink);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-wc-checkout-page .customer-information-block .submit-customer,
.sn-wc-checkout-page .customer-information-block .submit-customer-login {
    width: 100%;
}

.sn-wc-checkout-page .customer-information-block .register-user-btn {
    margin-top: 0.5rem;
}

.sn-wc-checkout-page .customer-information-block .cancel-wrapper {
    margin-top: 1rem;
    text-align: center;
}

.sn-wc-checkout-page .customer-information-block .cancel-wrapper button {
    border: 0;
    background: transparent;
    color: var(--sn-checkout-ink);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-wc-checkout-page .customer-information-block .sing-in-account {
    margin-top: 1.25rem;
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .customer-information-block .btn-link {
    display: inline;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--sn-checkout-ink);
    font: inherit;
    font-weight: 800;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-wc-checkout-page .shipping-content,
.sn-wc-checkout-page .payment-form .card-body,
.sn-wc-checkout-page .review-section .card-body {
    padding: 1.25rem;
}

.sn-wc-checkout-page .shipping-address-block,
.sn-wc-checkout-page .shipping-method-block,
.sn-wc-checkout-page .billing-address-block,
.sn-wc-checkout-page .address-selector-block,
.sn-wc-checkout-page .billing-address,
.sn-wc-checkout-page .payment-form-fields {
    border: 0;
    margin: 0;
    padding: 0;
}

.sn-wc-checkout-page .required-fields-note {
    color: var(--sn-checkout-muted);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    margin: 0 0 1rem;
}

.sn-wc-checkout-page .form-row .description,
.sn-wc-checkout-page .address-po-note {
    display: block;
    color: var(--sn-checkout-muted);
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.35rem;
}

.sn-wc-checkout-page #billing_city_field,
.sn-wc-checkout-page #billing_state_field,
.sn-wc-checkout-page #billing_postcode_field {
    flex: 0 0 calc(33.333% - 0.5rem);
    width: calc(33.333% - 0.5rem);
}

.sn-wc-checkout-page .shipping-method-block {
    border: 0;
    margin: 1.25rem 0 0;
    padding: 0;
}

.sn-wc-checkout-page .shipping-method-block .shipping-method,
.sn-wc-checkout-page .billing-address-label {
    color: var(--sn-checkout-ink);
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin: 0 0 1rem;
}

.sn-wc-checkout-page .shipping-method-list {
    border-top: 0.0625rem solid var(--sn-checkout-line);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0;
    row-gap: 0;
}

.sn-wc-checkout-page .shipping-method-list .form-check,
.sn-wc-checkout-page .shipping-method-list .shipping-method-pricing {
    border-bottom: 0.0625rem solid var(--sn-checkout-line);
    flex: none;
    max-width: none;
    padding: 1rem 0;
    width: auto;
}

.sn-wc-checkout-page .shipping-method-list .form-check:first-of-type,
.sn-wc-checkout-page .shipping-method-list .form-check:first-of-type + .shipping-method-pricing {
    border-top: 0;
}

.sn-wc-checkout-page .shipping-method-list .form-check {
    display: grid;
    grid-template-columns: 1.2rem minmax(0, 1fr);
    column-gap: 0.75rem;
    align-items: start;
}

.sn-wc-checkout-page .shipping-method-list .form-check-input {
    grid-column: 1;
    position: relative;
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    min-height: 1rem;
    appearance: none;
    border: 0.0625rem solid var(--sn-checkout-ink);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin: 0.1rem 0 0;
    padding: 0;
}

.sn-wc-checkout-page .shipping-method-list .form-check-input:checked::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--sn-checkout-ink);
    content: "";
    transform: translate(-50%, -50%);
}

.sn-wc-checkout-page .shipping-method-list .form-check-input:disabled {
    cursor: default;
    opacity: 1;
}

.sn-wc-checkout-page .shipping-method-list .form-check-input:focus-visible {
    outline: 0.125rem solid #92c0ab;
    outline-offset: 0.125rem;
}

.sn-wc-checkout-page .shipping-method-list .form-check-label,
.sn-wc-checkout-page .shipping-method-list .estimated-delivery,
.sn-wc-checkout-page .shipping-method-list .shipment-additional-text {
    grid-column: 2;
}

.sn-wc-checkout-page .shipping-method-list .display-name,
.sn-wc-checkout-page .shipping-method-list .shipping-cost {
    color: var(--sn-checkout-ink);
    font-weight: 800;
}

.sn-wc-checkout-page .shipping-method-list .shipping-method-option {
    font-size: 0.938rem;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .shipping-method-list label.shipping-method-option {
    cursor: pointer;
    margin: 0;
}

.sn-wc-checkout-page .shipping-method-list .estimated-delivery,
.sn-wc-checkout-page .shipping-method-list .shipment-additional-text {
    color: var(--sn-checkout-muted);
    font-size: 0.8125rem;
    line-height: 1.2rem;
    margin: 0.3rem 0 0;
}

.sn-wc-checkout-page .shipping-method-pricing {
    display: block;
    min-width: 5.5rem;
    text-align: right;
}

.sn-wc-checkout-page .sn-wc-shipping-method-template {
    display: none !important;
}

.sn-wc-checkout-page .ssl-payment {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.6rem;
    align-items: start;
    color: var(--sn-checkout-muted);
    font-size: 0.8125rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}

.sn-wc-checkout-page .ssl-icon {
    position: relative;
    width: 1.05rem;
    height: 0.82rem;
    border: 0.125rem solid var(--sn-checkout-green);
    border-radius: 0.15rem;
    margin-top: 0.15rem;
}

.sn-wc-checkout-page .ssl-icon::before {
    position: absolute;
    left: 0.18rem;
    top: -0.58rem;
    width: 0.46rem;
    height: 0.52rem;
    border: 0.125rem solid var(--sn-checkout-green);
    border-bottom: 0;
    border-radius: 0.45rem 0.45rem 0 0;
    content: "";
}

.sn-wc-checkout-page .address-selector-block .custom-checkbox {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    margin-bottom: 1rem;
}

.sn-wc-checkout-page .same-as-shipping-confirmation {
    border: 0.0625rem solid var(--sn-checkout-line);
    background: var(--sn-checkout-soft);
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0 0 1.25rem;
    padding: 1rem;
}

.sn-wc-checkout-page .same-as-shipping-confirmation.d-none,
.sn-wc-checkout-page .billing-address-label.d-none,
.sn-wc-checkout-page .billing-address.d-none {
    display: none !important;
}

.sn-wc-checkout-page .same-as-shipping-text,
.sn-wc-checkout-page .billing-summary-label {
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.sn-wc-checkout-page .billing-address {
    border-top: 0.0625rem solid var(--sn-checkout-line);
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
}

.sn-wc-checkout-page .payment-options {
    border: 0;
    display: block;
    margin: 0 0 1.25rem;
    padding: 0;
}

.sn-wc-checkout-page .payment-options .nav-item {
    display: block;
    list-style: none;
    margin: 0;
}

.sn-wc-checkout-page .payment-options .nav-link {
    border: 0.0625rem solid var(--sn-checkout-line);
    display: block;
    padding: 1rem;
}

.sn-wc-checkout-page .payment-options .nav-link.active {
    box-sizing: border-box;
    width: 849.53px !important;
    max-width: 100%;
}

.sn-wc-checkout-page .payment-method-label {
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.2rem;
    margin: 0 0 0.75rem;
}

.sn-wc-checkout-page .credit-card-icons,
.sn-wc-checkout-page .sn-checkout-payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
}

.sn-wc-checkout-page .credit-card-icons img,
.sn-wc-checkout-page .sn-checkout-payment-icons img {
    width: auto;
    max-width: 2.75rem;
    height: 1.75rem;
    object-fit: contain;
}

.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .customer-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .shipping-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .payment-form,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .review-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .customer-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .shipping-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .payment-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .card.ghost.shipping,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .card.ghost.payment,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .card.ghost.review {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.25rem);
    transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease;
}

.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .customer-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.shipping,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.payment,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.review,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .customer-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .shipping-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .card.ghost.payment,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .card.ghost.review,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .customer-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .shipping-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .payment-form,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .card.ghost.review,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .customer-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .shipping-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .payment-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .review-section {
    max-height: 220rem;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.shipping,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.payment,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.review,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .card.ghost.payment,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .card.ghost.review,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .card.ghost.review {
    opacity: 0.5;
    pointer-events: none;
}

.sn-wc-checkout-page .woocommerce-billing-fields h3,
.sn-wc-checkout-page .woocommerce-shipping-fields h3,
.sn-wc-checkout-page #order_review_heading {
    display: none;
}

.sn-wc-checkout-page .woocommerce-billing-fields__field-wrapper,
.sn-wc-checkout-page .woocommerce-shipping-fields__field-wrapper,
.sn-wc-checkout-page .woocommerce-additional-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.75rem;
}

.sn-wc-checkout-page .form-row {
    position: relative;
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
}

.sn-wc-checkout-page .form-row-first,
.sn-wc-checkout-page .form-row-last {
    flex: 0 0 calc(50% - 0.375rem);
    width: calc(50% - 0.375rem);
}

.sn-wc-checkout-page .form-row-wide {
    flex: 0 0 100%;
    width: 100%;
}

.sn-wc-checkout-page .form-row label {
    display: block;
    margin: 0 0 0.45rem;
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.125rem;
}

.sn-wc-checkout-page .form-row .required,
.sn-wc-checkout-page abbr.required {
    border: 0;
    color: #b43f28;
    text-decoration: none;
}

.sn-wc-checkout-page .form-row input.input-text,
.sn-wc-checkout-page .form-row textarea,
.sn-wc-checkout-page .form-row select,
.sn-wc-checkout-page .select2-container .select2-selection--single {
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    border: 0.0625rem solid #8f8f8f;
    border-radius: 0;
    background: #fff;
    color: var(--sn-checkout-ink);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem;
}

.sn-wc-checkout-page .form-row textarea {
    min-height: 6.5rem;
    resize: vertical;
}

.sn-wc-checkout-page .form-row select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 1rem) 1.28rem, calc(100% - 0.65rem) 1.28rem;
    background-repeat: no-repeat;
    background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
    padding-right: 2rem;
}

.sn-wc-checkout-page .select2-container .select2-selection--single {
    height: 3rem;
}

.sn-wc-checkout-page .select2-container .select2-selection__rendered {
    color: var(--sn-checkout-ink);
    line-height: 1.4rem;
    padding: 0;
}

.sn-wc-checkout-page .select2-container .select2-selection__arrow {
    height: 3rem;
}

.sn-wc-checkout-page .form-row input.input-text:focus,
.sn-wc-checkout-page .form-row textarea:focus,
.sn-wc-checkout-page .form-row select:focus,
.sn-wc-checkout-page .select2-container--open .select2-selection--single {
    border-color: var(--sn-checkout-green);
    outline: 0.125rem solid rgba(42, 113, 86, 0.25);
    outline-offset: 0;
}

.sn-wc-checkout-page .shipping-address-block .woocommerce-billing-fields__field-wrapper {
    column-gap: 0.75rem;
}

.sn-wc-checkout-page .shipping-address-block .row {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -0.375rem;
}

.sn-wc-checkout-page .shipping-address-block .col-sm-12,
.sn-wc-checkout-page .shipping-address-block .col-lg-4,
.sn-wc-checkout-page .shipping-address-block .col-lg-6 {
    box-sizing: border-box;
    min-width: 0;
    padding-inline: 0.375rem;
    width: 100%;
}

@media (min-width: 768px) {
    .sn-wc-checkout-page .shipping-address-block .col-lg-6 {
        width: 50%;
    }

    .sn-wc-checkout-page .shipping-address-block .col-lg-4 {
        width: 33.3333%;
    }
}

.sn-wc-checkout-page .shipping-address-block .form-row {
    margin-bottom: 1rem;
    min-width: 0;
}

.sn-wc-checkout-page .shipping-address-block .woocommerce-input-wrapper {
    display: block;
    min-width: 0;
}

.sn-wc-checkout-page .shipping-address-block .form-row label {
    position: absolute;
    z-index: 2;
    top: 0.9375rem;
    left: 1.5rem;
    margin: 0;
    color: var(--sn-checkout-ink);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.sn-wc-checkout-page .shipping-address-block .form-row.has-value label,
.sn-wc-checkout-page .shipping-address-block .form-row:focus-within label,
.sn-wc-checkout-page .shipping-address-block .form-row label.stay,
.sn-wc-checkout-page .shipping-address-block .form-row label.always-stay {
    top: 0.3125rem;
    color: var(--sn-checkout-muted);
    font-size: 0.75rem;
    line-height: 1rem;
}

.sn-wc-checkout-page .shipping-address-block .form-row label abbr.required {
    display: none;
}

.sn-wc-checkout-page .shipping-address-block .form-row label .optional {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.sn-wc-checkout-page .shipping-address-block .form-row.validate-required label::before {
    color: #c00;
    content: "*";
}

.sn-wc-checkout-page .shipping-address-block .form-row input.input-text,
.sn-wc-checkout-page .shipping-address-block .form-row input.form-control,
.sn-wc-checkout-page .shipping-address-block .form-row select,
.sn-wc-checkout-page .shipping-address-block .form-row .custom-select,
.sn-wc-checkout-page .shipping-address-block .select2-container .select2-selection--single {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 3.125rem;
    min-height: 3.125rem;
    align-items: flex-start;
    justify-content: center;
    border: 0.0625rem solid transparent;
    border-radius: 8px;
    background: var(--sn-checkout-soft);
    background-clip: padding-box;
    color: var(--sn-checkout-ink);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    overflow: hidden;
    padding: 0.875rem 1.5rem 0 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sn-wc-checkout-page .shipping-address-block .form-row.has-value input.input-text,
.sn-wc-checkout-page .shipping-address-block .form-row.has-value input.form-control,
.sn-wc-checkout-page .shipping-address-block .form-row:focus-within input.input-text,
.sn-wc-checkout-page .shipping-address-block .form-row:focus-within input.form-control,
.sn-wc-checkout-page .shipping-address-block .form-row.has-value select,
.sn-wc-checkout-page .shipping-address-block .form-row:focus-within select {
    padding-top: 1.375rem;
}

.sn-wc-checkout-page .shipping-address-block .form-row select,
.sn-wc-checkout-page .shipping-address-block .form-row label.stay + select,
.sn-wc-checkout-page .shipping-address-block .form-row label.always-stay + select {
    padding-top: 1.375rem;
}

.sn-wc-checkout-page .shipping-address-block .select2-container .select2-selection--single {
    padding-top: 1.375rem;
}

.sn-wc-checkout-page .shipping-address-block .form-row input.input-text:hover,
.sn-wc-checkout-page .shipping-address-block .form-row input.form-control:hover,
.sn-wc-checkout-page .shipping-address-block .form-row select:hover,
.sn-wc-checkout-page .shipping-address-block .select2-container .select2-selection--single:hover {
    border-color: #888;
}

.sn-wc-checkout-page .shipping-address-block .form-row input.input-text:focus,
.sn-wc-checkout-page .shipping-address-block .form-row input.form-control:focus,
.sn-wc-checkout-page .shipping-address-block .form-row select:focus,
.sn-wc-checkout-page .shipping-address-block .select2-container--open .select2-selection--single,
.sn-wc-checkout-page .shipping-address-block .select2-container--focus .select2-selection--single {
    border-color: gray;
    background: var(--sn-checkout-soft);
    box-shadow: none;
    color: var(--sn-checkout-ink);
    outline: 0.125rem solid #92c0ab;
    outline-offset: 0.125rem;
}

.sn-wc-checkout-page .shipping-address-block .select2-container .select2-selection__rendered {
    padding: 0;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .shipping-address-block .select2-container .select2-selection__arrow {
    height: 3.125rem;
}

.sn-wc-checkout-page .shipping-address-block .form-row .description {
    padding-left: 1.5rem;
}

.sn-wc-checkout-page .shipping-address-block .invalid-feedback {
    display: none;
    margin-top: 0.35rem;
    color: #b43f28;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
}

.sn-wc-checkout-page .shipping-address-block .form-row.woocommerce-invalid .invalid-feedback,
.sn-wc-checkout-page .shipping-address-block .form-row.is-invalid .invalid-feedback {
    display: block;
}

.sn-wc-checkout-page .shipping-address-block .p65-warning-us {
    color: var(--sn-checkout-muted);
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.35rem;
}

.sn-wc-checkout-page .form-row.woocommerce-invalid input.input-text,
.sn-wc-checkout-page .form-row.woocommerce-invalid input.form-control,
.sn-wc-checkout-page .form-row.woocommerce-invalid textarea,
.sn-wc-checkout-page .form-row.woocommerce-invalid select,
.sn-wc-checkout-page .form-row.woocommerce-invalid .select2-selection--single {
    border-color: #b43f28;
}

.sn-wc-checkout-page .form-group.woocommerce-invalid,
.sn-wc-checkout-page .woocommerce-terms-and-conditions-wrapper.woocommerce-invalid,
.sn-wc-checkout-page .wc_payment_method.woocommerce-invalid {
    outline: 0.125rem solid rgba(180, 63, 40, 0.35);
    outline-offset: 0.25rem;
}

.sn-wc-checkout-page .woocommerce-account-fields,
.sn-wc-checkout-page .woocommerce-additional-fields,
.sn-wc-checkout-page .woocommerce-shipping-fields {
    width: 100%;
}

.sn-wc-checkout-page .woocommerce-form__label-for-checkbox,
.sn-wc-checkout-page .woocommerce-form__label {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    color: var(--sn-checkout-ink);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-wc-checkout-page input[type="checkbox"],
.sn-wc-checkout-page input[type="radio"] {
    width: 1.15rem;
    height: 1.15rem;
    margin: 0.05rem 0 0;
    accent-color: var(--sn-checkout-green);
}

.sn-wc-checkout-page .customer-summary,
.sn-wc-checkout-page .shipping-summary,
.sn-wc-checkout-page .payment-summary {
    overflow: hidden;
}

.sn-wc-checkout-page .customer-summary .card-body,
.sn-wc-checkout-page .shipping-summary .card-body,
.sn-wc-checkout-page .payment-summary .card-body {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.sn-wc-checkout-page .summary-section-label {
    color: var(--sn-checkout-ink);
    display: block;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.2rem;
    margin: 0 0 0.35rem;
}

.sn-wc-checkout-page .summary-details {
    color: var(--sn-checkout-muted);
    font-size: 0.875rem;
    line-height: 1.3rem;
}

.sn-wc-checkout-page .summary-details.shipping-method-summary,
.sn-wc-checkout-page .summary-details.payment-info {
    border-top: 0.0625rem solid var(--sn-checkout-line);
    margin-top: 1rem;
    padding-top: 1rem;
}

.sn-wc-checkout-page .payment-details {
    color: var(--sn-checkout-muted);
    margin-top: 0.3rem;
}

.sn-wc-checkout-page #payment {
    border-radius: 0;
    background: transparent;
}

.sn-wc-checkout-page #payment ul.payment_methods {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sn-wc-checkout-page #payment ul.payment_methods li {
    border: 0.0625rem solid var(--sn-checkout-line);
    background: #fff;
    margin: 0 0 0.75rem;
    padding: 1rem;
}

.sn-wc-checkout-page #payment ul.payment_methods li > label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 800;
}

.sn-wc-checkout-page #payment div.payment_box {
    border-radius: 8px;
    background: var(--sn-checkout-soft);
    color: var(--sn-checkout-muted);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 1rem 0 0;
    padding: 1rem;
}

.sn-wc-checkout-page #payment div.payment_box::before {
    display: none;
}

.sn-wc-checkout-page .woocommerce-terms-and-conditions-wrapper {
    color: var(--sn-checkout-muted);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 1rem 0;
}

.sn-wc-checkout-page .woocommerce-terms-and-conditions-wrapper a {
    color: var(--sn-checkout-ink);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-wc-checkout-page .sn-wc-contact-terms .woocommerce-terms-and-conditions-wrapper {
    margin: 0 0 1rem;
}

.sn-wc-checkout-page .sn-wc-contact-terms .form-row {
    margin-bottom: 0.35rem;
}

.sn-wc-checkout-page .sn-wc-contact-terms .woocommerce-form__label-for-checkbox {
    align-items: start;
}

.sn-wc-checkout-page .sn-wc-review-snapshot {
    display: flex;
    flex-direction: column;
    border-top: 0.0625rem solid var(--sn-checkout-line);
}

.sn-wc-checkout-page .sn-wc-review-snapshot-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem 1rem;
    border-bottom: 0.0625rem solid var(--sn-checkout-line);
    padding: 1rem 0;
}

.sn-wc-checkout-page .sn-wc-review-snapshot-row .summary-section-label,
.sn-wc-checkout-page .sn-wc-review-snapshot-row .summary-details {
    grid-column: 1;
    margin: 0;
}

.sn-wc-checkout-page .sn-wc-review-snapshot-row .edit-button {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
}

.sn-wc-checkout-page .terms-privacy {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.75rem;
    border-top: 0.0625rem solid var(--sn-checkout-line);
    color: var(--sn-checkout-muted);
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-top: 1rem;
    padding-top: 1.25rem;
}

.sn-wc-checkout-page .terms-privacy__icon {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--sn-checkout-ink);
    border-radius: 50%;
    color: var(--sn-checkout-ink);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
}

.sn-wc-checkout-page .terms-privacy__text {
    margin-bottom: 0.35rem;
}

.sn-wc-checkout-page .terms-privacy__link {
    color: var(--sn-checkout-ink);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-wc-checkout-page #place_order {
    display: inline-flex;
    width: 100%;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--sn-checkout-green);
    border-radius: 999px;
    background: var(--sn-checkout-green);
    color: #fff;
    cursor: pointer;
    float: none;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25rem;
    padding: 0.72rem 1.75rem;
    text-align: center;
    text-decoration: none;
}

.sn-wc-checkout-page #place_order:hover,
.sn-wc-checkout-page #place_order:focus-visible {
    border-color: #0a4a38;
    background: #0a4a38;
    color: #fff;
}

.sn-wc-checkout-page .sn-wc-review-table {
    display: block;
    width: 100%;
    border: 0;
    margin: 0;
}

.sn-wc-checkout-page .sn-wc-review-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.sn-wc-checkout-page .sn-wc-review-table tbody,
.sn-wc-checkout-page .sn-wc-review-table tfoot,
.sn-wc-checkout-page .sn-wc-review-table tr,
.sn-wc-checkout-page .sn-wc-review-table td,
.sn-wc-checkout-page .sn-wc-review-table th {
    display: block;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
}

.sn-wc-checkout-page .sn-wc-review-table .product-line-item {
    border-bottom: 0.0625rem dashed var(--sn-checkout-line);
    padding: 1.25rem 0;
}

.sn-wc-checkout-page .sn-wc-review-table .product-line-item:first-child {
    padding-top: 1.25rem;
}

.sn-wc-checkout-page .sn-wc-review-table .product-line-item:last-child {
    border-bottom: 0;
}

.sn-wc-checkout-page .sn-wc-product-summary-wrapper {
    display: grid;
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 1rem;
}

.sn-wc-checkout-page .sn-wc-review-table .line-item-name a {
    color: inherit;
    text-decoration: none;
}

.sn-wc-checkout-page .sn-wc-review-table dl.variation {
    margin: 0.35rem 0;
    color: var(--sn-checkout-muted);
    font-size: 0.8rem;
    line-height: 1.15rem;
}

.sn-wc-checkout-page .sn-wc-review-table dl.variation dt,
.sn-wc-checkout-page .sn-wc-review-table dl.variation dd,
.sn-wc-checkout-page .sn-wc-review-table dl.variation p {
    display: inline;
    margin: 0;
}

.sn-wc-checkout-page .sn-wc-review-totals {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    border-top: 0.0625rem solid var(--sn-checkout-line);
    padding: 1.25rem 0 0;
}

.sn-wc-checkout-page .sn-wc-review-totals tr {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    overflow: hidden;
    color: var(--sn-checkout-ink);
    font-size: 0.95rem;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .sn-wc-review-totals tr::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #adadad;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    white-space: nowrap;
}

.sn-wc-checkout-page .sn-wc-review-totals th,
.sn-wc-checkout-page .sn-wc-review-totals td {
    position: relative;
    z-index: 2;
    background: #fff;
}

.sn-wc-checkout-page .sn-wc-review-totals .start-lines::before {
    display: none;
}

.sn-wc-checkout-page .sn-wc-review-totals th {
    padding-right: 0.35rem;
    font-weight: 400;
}

.sn-wc-checkout-page .sn-wc-review-totals td {
    padding-left: 0.35rem;
    text-align: right;
}

.sn-wc-checkout-page .sn-wc-review-totals .order-total {
    border-top: 0.0625rem solid var(--sn-checkout-line);
    margin-top: 0.25rem;
    padding-top: 1rem;
}

.sn-wc-checkout-page .sn-wc-review-totals .order-total th,
.sn-wc-checkout-page .sn-wc-review-totals .order-total td,
.sn-wc-checkout-page .sn-wc-review-totals .order-total strong,
.sn-wc-checkout-page .sn-wc-review-totals .order-total .woocommerce-Price-amount {
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
}

.sn-wc-checkout-page .sn-wc-review-totals .shipping td {
    text-align: right;
}

.sn-wc-checkout-page .sn-wc-review-totals ul#shipping_method {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sn-wc-checkout-page .sn-wc-review-totals ul#shipping_method li {
    margin: 0 0 0.35rem;
}

.sn-wc-checkout-page .sn-wc-review-totals ul#shipping_method label {
    font-weight: 800;
}

.sn-wc-checkout-page .woocommerce-remove-coupon {
    color: var(--sn-checkout-ink);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

/* SharkNinja checkout parity overrides */
.sn-wc-checkout-page {
    background: #fff;
    padding: 0 0 5.5rem;
}

.sn-wc-checkout-page .container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding-inline: 220px;
}

.sn-wc-checkout-page .checkout-main-summary {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(20rem, 4fr);
    column-gap: clamp(2rem, 6vw, 5.5rem);
    row-gap: 1rem;
    align-items: start;
    justify-content: space-between;
    padding-top: 0;
}

.sn-wc-checkout-page .page-title-container {
    margin: 0 0 0.75rem;
}

.sn-wc-checkout-page .checkout-back {
    display: inline-block;
    max-width: 60ch;
    overflow: hidden;
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sn-wc-checkout-page .checkout-back::before {
    position: relative;
    top: 0.3125rem;
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    border: 0;
    background:
        linear-gradient(45deg, transparent 45%, #000 45%, #000 55%, transparent 55%) 0.25rem 0.55rem / 0.55rem 0.55rem no-repeat,
        linear-gradient(#000, #000) 0.35rem 0.6rem / 0.95rem 0.125rem no-repeat;
    content: "";
    margin-right: 0.5rem;
    transform: none;
}

.sn-wc-checkout-page .page-title {
    display: block;
    border-bottom: 0.0625rem solid #d1d1d1;
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 1.25rem 0 0;
    padding: 0 0 1rem;
}

.sn-wc-checkout-page .checkout-main-sections {
    display: block;
    margin-bottom: 5.5rem;
}

.sn-wc-checkout-page .checkout-main-sections .card,
.sn-wc-checkout-page .checkout-order-summary .card {
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    margin: 0 0 1rem;
}

.sn-wc-checkout-page .checkout-main-sections .card.ghost {
    opacity: 1;
}

.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .customer-section .sn-wc-step-heading {
    display: none;
}

.sn-wc-checkout-page .sn-wc-step-heading {
    min-height: 0;
    border-bottom: 0.0625rem solid #d1d1d1;
    background: #fff;
    padding: 1rem 0;
}

.sn-wc-checkout-page .sn-wc-step-heading .card-header-custom {
    display: flex;
    align-items: center;
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.sn-wc-checkout-page .card.ghost .sn-wc-step-heading {
    border-bottom: 0.0625rem solid #d1d1d1;
}

.sn-wc-checkout-page .card.ghost .sn-wc-step-heading .card-header-custom {
    color: #6d6d6d;
}

.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .customer-summary .card-header-custom::before,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .customer-summary .card-header-custom::before,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .shipping-summary .card-header-custom::before,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .customer-summary .card-header-custom::before,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .shipping-summary .card-header-custom::before,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .payment-summary .card-header-custom::before {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM16.4141 8.83985C16.7813 9.20313 16.7813 9.79688 16.4141 10.1641L11.418 15.1641C11.0547 15.5313 10.4609 15.5313 10.0938 15.1641L7.59375 12.6641C7.22656 12.3008 7.23047 11.707 7.59375 11.3398C7.95703 10.9727 8.55078 10.9727 8.91797 11.3398L10.7539 13.1758L15.0898 8.83985C15.4531 8.47266 16.0469 8.47656 16.4141 8.83985Z' fill='%233B8E6C'/%3E%3C/svg%3E") center / contain no-repeat;
    content: "";
    margin-right: 0.75rem;
}

.sn-wc-checkout-page .checkout-main-sections .card .card-body,
.sn-wc-checkout-page .shipping-content,
.sn-wc-checkout-page .payment-form .card-body,
.sn-wc-checkout-page .review-section .card-body {
    background: #fff;
    padding: 1rem 0 0;
}

.sn-wc-checkout-page .customer-section .card-body {
    padding: 0;
}

.sn-wc-checkout-page .guest-note-text,
.sn-wc-checkout-page .required-fields-note,
.sn-wc-checkout-page .checkout-privacy-policy-link {
    color: #454545;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 0 0 1rem;
}

.sn-wc-checkout-page .customer-information-block .guest-note-text {
    color: #000;
    margin-bottom: 1.25rem;
}

.sn-wc-checkout-page .customer-information-block .form-group {
    margin-bottom: 1.25rem;
}

.sn-wc-checkout-page .form-group,
.sn-wc-checkout-page .form-row {
    position: relative;
    margin: 0 0 1rem;
}

.sn-wc-checkout-page .customer-information-block .form-group:not(.custom-checkbox) .form-control-label,
.sn-wc-checkout-page .customer-information-block .form-row label,
.sn-wc-checkout-page .payment-form .form-group:not(.custom-checkbox) .form-control-label,
.sn-wc-checkout-page .payment-form .form-row label,
.sn-wc-checkout-page .billing-address-block .form-row label {
    position: absolute;
    z-index: 2;
    top: 0.9375rem;
    left: 1.5rem;
    display: block;
    margin: 0;
    color: #000;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.sn-wc-checkout-page .customer-information-block .form-group.has-value:not(.custom-checkbox) .form-control-label,
.sn-wc-checkout-page .customer-information-block .form-group:not(.custom-checkbox):focus-within .form-control-label,
.sn-wc-checkout-page .customer-information-block .form-row.has-value label,
.sn-wc-checkout-page .customer-information-block .form-row:focus-within label,
.sn-wc-checkout-page .payment-form .form-row.has-value label,
.sn-wc-checkout-page .payment-form .form-row:focus-within label {
    top: 0.3125rem;
    color: #454545;
    font-size: 0.75rem;
    line-height: 1rem;
}

.sn-wc-checkout-page .customer-information-block input.form-control,
.sn-wc-checkout-page .customer-information-block input.input-text,
.sn-wc-checkout-page .payment-form input.input-text,
.sn-wc-checkout-page .payment-form input.form-control,
.sn-wc-checkout-page .payment-form select,
.sn-wc-checkout-page .payment-form textarea {
    display: flex;
    width: 100%;
    height: 3.125rem;
    min-height: 3.125rem;
    align-items: flex-start;
    justify-content: center;
    border: 0 solid #888;
    border-radius: 8px;
    background: #f6f6f6;
    color: #000;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.875rem 1.5rem 0;
}

.sn-wc-checkout-page .customer-information-block .form-group.has-value input.form-control,
.sn-wc-checkout-page .customer-information-block .form-group:focus-within input.form-control,
.sn-wc-checkout-page .customer-information-block .form-row.has-value input.input-text,
.sn-wc-checkout-page .customer-information-block .form-row:focus-within input.input-text,
.sn-wc-checkout-page .payment-form .form-row.has-value input.input-text,
.sn-wc-checkout-page .payment-form .form-row:focus-within input.input-text {
    padding-top: 1.375rem;
}

.sn-wc-checkout-page .customer-information-block input.form-control:hover,
.sn-wc-checkout-page .customer-information-block input.input-text:hover,
.sn-wc-checkout-page .payment-form input.input-text:hover,
.sn-wc-checkout-page .payment-form input.form-control:hover,
.sn-wc-checkout-page .payment-form select:hover {
    border: 0.0625rem solid #888;
}

.sn-wc-checkout-page .customer-information-block input.form-control:focus,
.sn-wc-checkout-page .customer-information-block input.input-text:focus,
.sn-wc-checkout-page .payment-form input.input-text:focus,
.sn-wc-checkout-page .payment-form input.form-control:focus,
.sn-wc-checkout-page .payment-form select:focus,
.sn-wc-checkout-page .payment-form textarea:focus {
    border-color: gray;
    background: #f6f6f6;
    box-shadow: none;
    outline: 0.125rem solid #92c0ab;
    outline-offset: 0.125rem;
}

.sn-wc-checkout-page .checkbox.custom-checkbox,
.sn-wc-checkout-page .form-group.custom-checkbox {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.5rem;
    align-items: start;
    margin-bottom: 1rem;
}

.sn-wc-checkout-page .checkbox.custom-checkbox .custom-control-input,
.sn-wc-checkout-page .form-group.custom-checkbox .custom-control-input,
.sn-wc-checkout-page input[type="checkbox"].custom-control-input {
    position: static;
    width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    accent-color: #262626;
    margin: 0;
    opacity: 1;
}

.sn-wc-checkout-page .checkbox.custom-checkbox .custom-control-label,
.sn-wc-checkout-page .form-group.custom-checkbox .custom-control-label {
    color: #6d6d6d;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding-left: 0.5rem;
}

.sn-wc-checkout-page .customer-information-block .custom-control-label a,
.sn-wc-checkout-page .customer-information-block .checkout-privacy-policy-link,
.sn-wc-checkout-page .customer-information-block .checkout-privacy-policy-link a {
    color: #6d6d6d;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .customer-information-block .submit-customer {
    margin-top: 2rem;
}

.sn-wc-checkout-page .customer-information-block .sing-in-account {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 1.5rem 0;
}

.sn-wc-checkout-page .customer-information-block .btn-link {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    text-decoration: underline;
}

.sn-wc-checkout-page .custom-control-label::before,
.sn-wc-checkout-page .custom-control-label::after {
    display: none;
}

.sn-wc-checkout-page .btn.btn-primary,
.sn-wc-checkout-page .btn-primary,
.sn-wc-checkout-page #place_order {
    display: inline-flex;
    width: 100%;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 2.5rem;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 0.75rem 1.5rem;
    text-align: center;
}

.sn-wc-checkout-page .btn.btn-primary:hover,
.sn-wc-checkout-page .btn-primary:hover,
.sn-wc-checkout-page #place_order:hover {
    background: #454545;
    color: #fff;
}

.sn-wc-checkout-page .btn.btn-primary:disabled,
.sn-wc-checkout-page .btn-primary:disabled,
.sn-wc-checkout-page .sn-wc-stage-next.is-disabled,
.sn-wc-checkout-page .sn-wc-stage-next[aria-disabled="true"] {
    background: #d1d1d1;
    color: #6d6d6d;
    cursor: not-allowed;
    opacity: 1;
}

.sn-wc-checkout-page .btn.btn-primary:disabled:hover,
.sn-wc-checkout-page .btn-primary:disabled:hover,
.sn-wc-checkout-page .sn-wc-stage-next.is-disabled:hover,
.sn-wc-checkout-page .sn-wc-stage-next[aria-disabled="true"]:hover {
    background: #d1d1d1;
    color: #6d6d6d;
}

.sn-wc-checkout-page .edit-button {
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
}

.sn-wc-checkout-page .customer-summary .summary-section-label,
.sn-wc-checkout-page .shipping-summary .summary-section-label,
.sn-wc-checkout-page .payment-summary .summary-section-label,
.sn-wc-checkout-page .payment-summary .billing-addr-label,
.sn-wc-checkout-page .review-section .summary-section-label {
    display: inline-block;
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 0 0 1.5rem;
}

.sn-wc-checkout-page .summary-details,
.sn-wc-checkout-page .payment-details,
.sn-wc-checkout-page .shipping-summary-display {
    color: #000;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .summary-details.shipping-method-summary,
.sn-wc-checkout-page .summary-details.payment-info {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.sn-wc-checkout-page .summary-details.shipping-method-summary {
    margin-bottom: 0;
}

.sn-wc-checkout-page .summary-details .arrival-time,
.sn-wc-checkout-page .summary-details .estimated-delivery {
    color: #6d6d6d;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
}

.sn-wc-checkout-page .shipping-method-block .shipping-method,
.sn-wc-checkout-page .billing-address-label {
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin: 0 0 1rem;
}

.sn-wc-checkout-page .shipping-method-block {
    margin-top: 0.25rem;
}

.sn-wc-checkout-page .shipping-address-block .sn-wc-city-state-zip-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    margin-inline: 0;
}

.sn-wc-checkout-page .shipping-address-block .sn-wc-city-state-zip-row > .col-sm-12,
.sn-wc-checkout-page .shipping-address-block .sn-wc-city-state-zip-row > .col-lg-4 {
    flex: none;
    padding-inline: 0;
    width: 100%;
}

.sn-wc-checkout-page .shipping-address-block .sn-wc-city-state-zip-row #billing_city_field,
.sn-wc-checkout-page .shipping-address-block .sn-wc-city-state-zip-row #billing_state_field,
.sn-wc-checkout-page .shipping-address-block .sn-wc-city-state-zip-row #billing_postcode_field {
    flex: none;
    width: 100%;
}

.sn-wc-checkout-page .sn-address-suggestions {
    position: absolute;
    z-index: 40;
    top: 3.375rem;
    right: 0;
    left: 0;
    max-height: 18rem;
    overflow-y: auto;
    border: 0.0625rem solid #d1d1d1;
    border-radius: 0 0 0.5rem 0.5rem;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.14);
}

.sn-wc-checkout-page .sn-address-suggestions[hidden],
.sn-wc-checkout-page .sn-address-suggestions.is-hidden {
    display: none !important;
}

.sn-wc-checkout-page .sn-address-suggestions__header,
.sn-wc-checkout-page .sn-address-suggestions__row {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.25fr) 3.75rem 4.5rem;
    column-gap: 0.75rem;
    align-items: center;
}

.sn-wc-checkout-page .sn-address-suggestions__header {
    border-bottom: 0.0625rem solid #d1d1d1;
    background: #f6f6f6;
    color: #454545;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
    padding: 0.625rem 0.875rem;
}

.sn-wc-checkout-page .sn-address-suggestions__row {
    width: 100%;
    border: 0;
    border-bottom: 0.0625rem solid #ededed;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.75rem 0.875rem;
    text-align: left;
}

.sn-wc-checkout-page .sn-address-suggestions__row:last-child {
    border-bottom: 0;
}

.sn-wc-checkout-page .sn-address-suggestions__row:hover,
.sn-wc-checkout-page .sn-address-suggestions__row:focus-visible {
    background: #f6f6f6;
    outline: none;
}

.sn-wc-checkout-page .sn-address-suggestions__header span,
.sn-wc-checkout-page .sn-address-suggestions__row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sn-wc-checkout-page .shipping-method-list {
    border-top: 0.0625rem solid #d1d1d1;
}

.sn-wc-checkout-page .shipping-method-list .form-check,
.sn-wc-checkout-page .shipping-method-list .shipping-method-pricing {
    border-bottom: 0.0625rem solid #d1d1d1;
    padding: 1rem 0;
}

.sn-wc-checkout-page .shipping-method-list .display-name,
.sn-wc-checkout-page .shipping-method-list .shipping-cost {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .shipping-method-list .estimated-delivery,
.sn-wc-checkout-page .shipping-method-list .shipment-additional-text {
    color: #6d6d6d;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .checkout-order-summary {
    border: 0.0625rem solid #d1d1d1;
    border-radius: 0.75rem;
    background: #fff;
    margin-bottom: 2rem;
    padding: 2rem 1.25rem;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-step-heading {
    border-bottom: 0.0625rem solid #d1d1d1;
    padding: 0 0 1.5rem;
}

.sn-wc-checkout-page .checkout-order-summary .card-header-custom {
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.sn-wc-checkout-page .checkout-order-summary .order-product-summary,
.sn-wc-checkout-page .checkout-order-summary .order-product-summary .card-body,
.sn-wc-checkout-page .checkout-order-summary .accordion,
.sn-wc-checkout-page .checkout-order-summary .accordion-item,
.sn-wc-checkout-page .checkout-order-summary .accordion-body {
    border: 0;
    background: #fff;
    margin: 0;
    padding: 0;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-button {
    display: flex;
    width: 100%;
    align-items: center;
    border: 0;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 1.5rem 0;
    text-align: left;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-icon {
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.125rem solid #000;
    border-bottom: 0.125rem solid #000;
    margin-left: auto;
    transform: rotate(45deg);
}

.sn-wc-checkout-page .sn-wc-review-table .product-line-item {
    border-bottom: 0.0625rem solid #d1d1d1;
    padding: 0.75rem 0;
}

.sn-wc-checkout-page .sn-wc-review-table .product-line-item:first-child {
    padding-top: 0;
}

.sn-wc-checkout-page .sn-wc-review-table .product-line-item:last-child {
    border-bottom: 0;
    padding-bottom: 2rem;
}

.sn-wc-checkout-page .sn-wc-product-summary-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
}

.sn-wc-checkout-page .sn-wc-product-summary-wrapper .item-image,
.sn-wc-checkout-page .sn-wc-product-summary-wrapper .item-image img {
    width: 3rem;
    height: 3rem;
}

.sn-wc-checkout-page .sn-wc-product-summary-wrapper .item-image img {
    border-radius: 0.5rem;
    object-fit: cover;
}

.sn-wc-checkout-page .sn-wc-review-table .line-item-name,
.sn-wc-checkout-page .sn-wc-review-table .line-item-name a {
    color: #000;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    white-space: normal;
}

.sn-wc-checkout-page .sn-wc-review-table .line-item-sku,
.sn-wc-checkout-page .sn-wc-review-table dl.variation,
.sn-wc-checkout-page .sn-wc-review-table .line-item-quantity {
    color: #6d6d6d;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0.75rem 0 0;
}

.sn-wc-checkout-page .sn-wc-review-table .line-item-total-price {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: 0.75rem;
}

.sn-wc-checkout-page .sn-wc-review-totals {
    border-top: 0.0625rem solid #d1d1d1;
    color: #6d6d6d;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 2rem 0 0;
}

.sn-wc-checkout-page .sn-wc-review-totals tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    color: #6d6d6d;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .sn-wc-review-totals tr::before {
    content: none;
}

.sn-wc-checkout-page .sn-wc-review-totals th,
.sn-wc-checkout-page .sn-wc-review-totals td {
    background: transparent;
    color: inherit;
    padding: 0;
}

.sn-wc-checkout-page .sn-wc-review-totals td {
    color: #000;
    font-weight: 600;
    text-align: right;
}

.sn-wc-checkout-page .sn-wc-review-totals .order-total {
    border-top: 0.0625rem solid #d1d1d1;
    margin-top: 2rem;
    padding-top: 2rem;
}

.sn-wc-checkout-page .sn-wc-review-totals .order-total th {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
}

.sn-wc-checkout-page .sn-wc-review-totals .order-total td,
.sn-wc-checkout-page .sn-wc-review-totals .order-total strong,
.sn-wc-checkout-page .sn-wc-review-totals .order-total .woocommerce-Price-amount {
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.sn-wc-checkout-page .order-summary-review-desktop {
    align-self: flex-start;
    box-sizing: border-box;
    min-width: 0;
}

.sn-wc-checkout-page .checkout-order-summary {
    position: sticky;
    top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 4rem 0.875rem 0;
    transition: transform 180ms ease, opacity 180ms ease;
}

.sn-wc-checkout-page .checkout-order-summary.is-stuck {
    transform: translateY(0);
}

.sn-wc-checkout-page .checkout-order-summary > .card,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-order-summary-card {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-step-heading {
    min-height: 0;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0 0 1.5rem;
}

.sn-wc-checkout-page .checkout-order-summary .card-header-custom {
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin: 0;
}

.sn-wc-checkout-page .checkout-order-summary p {
    margin: 0;
}

.sn-wc-checkout-page .checkout-order-summary .value {
    font-weight: 600;
}

.sn-wc-checkout-page .checkout-order-summary .order-product-summary,
.sn-wc-checkout-page .checkout-order-summary .order-product-summary .card-body,
.sn-wc-checkout-page .checkout-order-summary .accordion,
.sn-wc-checkout-page .checkout-order-summary .accordion-item,
.sn-wc-checkout-page .checkout-order-summary .accordion-header,
.sn-wc-checkout-page .checkout-order-summary .accordion-body {
    border: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-button {
    display: flex;
    width: 100%;
    min-height: 2.5rem;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-top: 0.0625rem solid #d1d1d1;
    background: transparent;
    color: #000;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 1rem 0;
    text-align: left;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-button:focus-visible {
    outline: 0.125rem solid #92c0ab;
    outline-offset: 0.125rem;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-icon {
    width: 0.625rem;
    height: 0.625rem;
    border: 0;
    border-right: 0.125rem solid #000;
    border-bottom: 0.125rem solid #000;
    margin-left: auto;
    transform: rotate(45deg);
    transition: transform 180ms ease;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-button[aria-expanded="false"] .accordion-icon {
    transform: rotate(-135deg);
}

.sn-wc-checkout-page .checkout-order-summary .accordion-icon::before,
.sn-wc-checkout-page .checkout-order-summary .accordion-icon::after {
    content: none;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-collapse {
    overflow: hidden;
    transition: max-height 220ms ease, opacity 180ms ease;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-collapse.is-collapsed {
    opacity: 0;
}

.sn-wc-checkout-page .checkout-order-summary .accordion-collapse[hidden] {
    display: none !important;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table {
    display: block;
    width: 100%;
    border: 0;
    border-collapse: collapse;
    background: transparent;
    margin: 0;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table thead {
    display: none;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table tbody,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table tfoot,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table tr,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table th,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table td {
    display: block;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.sn-wc-checkout-page .checkout-order-summary .product-summary-block {
    display: flex;
    flex-direction: column;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .product-line-item {
    border-bottom: 0.0625rem solid #d1d1d1;
    padding: 1rem 0;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .product-line-item:first-child {
    padding-top: 0;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .product-line-item:last-child {
    padding-bottom: 1.5rem;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-product-summary-wrapper {
    display: grid;
    grid-template-columns: 4.75rem minmax(0, 1fr);
    gap: 1rem;
    align-items: flex-start;
}

.sn-wc-checkout-page .checkout-order-summary .product-line-item-details {
    display: block;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-product-summary-wrapper .item-image {
    display: flex;
    width: 4.75rem;
    height: 4.75rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f6f6f6;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-product-summary-wrapper .item-image img,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-product-summary-wrapper .product-image {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.45rem;
    object-fit: contain;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .line-item-name,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .line-item-name a {
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 0;
    text-decoration: none;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .line-item-sku,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table dl.variation,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .line-item-quantity {
    color: #6d6d6d;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 0.35rem 0 0;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .line-item-total-price {
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: 0.75rem;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-table .sn-wc-review-totals,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 0.0625rem solid #d1d1d1;
    color: #6d6d6d;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 1.5rem 0 0;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    color: #6d6d6d;
    overflow: visible;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals tr::before,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .start-lines::before,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .end-lines::before {
    content: none !important;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals th,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals td {
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
    min-width: 0;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals th {
    font-weight: 400;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals th span,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals td span {
    position: static;
    background: transparent;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals td {
    color: #000;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .shipping td,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals ul#shipping_method,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals ul#shipping_method li {
    text-align: right;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .estimated-total-main,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .order-total {
    border-top: 0;
    margin-top: 0.5rem;
    padding-top: 0.25rem;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .estimated-total-main th,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .order-total th {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
}

.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .estimated-total-main td,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .order-total td,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .order-total strong,
.sn-wc-checkout-page .checkout-order-summary .sn-wc-review-totals .order-total .woocommerce-Price-amount {
    color: #000;
    font-family: "Plus Jakarta Sans", "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.sn-wc-checkout-page .checkout-order-summary .woocommerce-remove-coupon {
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}

@media (max-width: 1199px) {
    .sn-wc-checkout-page .order-summary-review-desktop {
        order: -1;
    }

    .sn-wc-checkout-page .checkout-order-summary {
        position: static;
        padding: 0 0 1.5rem;
    }
}

@media (max-width: 767px) {
    .sn-wc-checkout-page .checkout-order-summary .sn-wc-product-summary-wrapper {
        grid-template-columns: 4rem minmax(0, 1fr);
        gap: 0.75rem;
    }

    .sn-wc-checkout-page .checkout-order-summary .sn-wc-product-summary-wrapper .item-image {
        width: 4rem;
        height: 4rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .order-summary-review-desktop {
    align-self: flex-start;
    box-sizing: border-box;
    min-width: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary {
    position: sticky;
    top: 1.25rem;
    display: block;
    width: 100%;
    margin: 0 0 2.5rem;
    border: 0.0625rem solid #d1d1d1;
    border-radius: 0.75rem;
    background: #fff;
    padding: 1.5rem 1rem;
    box-shadow: none;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary {
        margin-bottom: 2rem;
        padding: 2rem 1.25rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary > .card,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-order-summary-card,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .card {
    overflow: visible;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 0;
    box-shadow: none;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .card-header {
    min-height: 0;
    margin: 0;
    border: 0;
    border-bottom: 0.0625rem solid #d1d1d1;
    background: #fff;
    padding: 0 0 1.25rem;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .card-header {
        padding-bottom: 1.5rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .card-header-custom {
    display: flex;
    margin: 0;
    color: #000;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary p {
    margin: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-product-summary,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-product-summary .card-body,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-item,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-header,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-body {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: none;
    color: #000;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 1.25rem 0;
    text-align: left;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-button {
        padding: 1.5rem 0;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-button .accordian-label {
    color: #000;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: left;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    border: 0;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon=chevron-up, Color=Dark'%3E%3Cpath id='vector' d='M11.4688 7.46873C11.7625 7.17498 12.2375 7.17498 12.5281 7.46873L18.5313 13.4687C18.825 13.7625 18.825 14.2375 18.5313 14.5281C18.2375 14.8187 17.7625 14.8219 17.4719 14.5281L12.0031 9.05935L6.53126 14.5312C6.23751 14.825 5.76251 14.825 5.47189 14.5312C5.18126 14.2375 5.17814 13.7625 5.47189 13.4719L11.4688 7.46873Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
    transform: none;
    transition: none;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-button.collapsed .accordion-icon,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-button[aria-expanded="false"] .accordion-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon=chevron-down, Color=Dark'%3E%3Cpath id='Primary' d='M11.4688 16.5312C11.7625 16.825 12.2375 16.825 12.5281 16.5312L18.5313 10.5312C18.825 10.2375 18.825 9.76248 18.5313 9.47185C18.2375 9.18123 17.7625 9.1781 17.4719 9.47185L12.0031 14.9406L6.53126 9.46873C6.23751 9.17498 5.76251 9.17498 5.47189 9.46873C5.18126 9.76248 5.17814 10.2375 5.47189 10.5281L11.4688 16.5312Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
    transform: none;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-icon::before,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-icon::after {
    content: none;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-collapse {
    overflow: hidden;
    transition: height 180ms ease, max-height 180ms ease, opacity 180ms ease;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-collapse[hidden] {
    display: none;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-collapse.show {
    display: block;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-review-table {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .product-summary-block {
    display: block;
    margin: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .product-line-item {
    margin: 0;
    border-bottom: 0.0625rem solid #d1d1d1;
    padding: 0.75rem 0;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .product-line-item {
        padding-bottom: 0.75rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .product-line-item::before {
    content: none;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .product-line-item:first-child {
    padding-top: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .product-line-item:last-child {
    border-bottom: 0;
    padding-bottom: 1.5rem;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .product-line-item:last-child {
        padding-bottom: 2rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-product-summary-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: flex-start;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .product-line-item-details {
    display: block;
    overflow: initial;
    flex: 0 0 auto;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-product-summary-wrapper .item-image,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-product-summary-wrapper .item-image a {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 0.5rem;
    background: #f6f6f6;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-product-summary-wrapper .item-image img,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-product-summary-wrapper .product-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    border-radius: 0.5rem;
    padding: 0;
    object-fit: contain;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-header {
    display: block;
    min-width: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-name,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-name a,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-name span {
    margin: 0 0 0.75rem;
    color: #000;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-decoration: none;
    white-space: normal;
    text-overflow: initial;
    overflow: initial;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-name,
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-name a,
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-name span {
        margin-bottom: 1rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-sku,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-warranty,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .item-attributes,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-review-table dl.variation {
    margin: 0 0 0.75rem;
    color: #6d6d6d;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-sku,
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-warranty,
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .item-attributes,
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-review-table dl.variation {
        margin-bottom: 1rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-review-table dl.variation dt,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-review-table dl.variation dd,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-review-table dl.variation p {
    display: inline;
    margin: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .sn-wc-review-table dl.variation dt {
    font-weight: 700;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-total-price {
    margin: 0 0 0.75rem;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-total-price {
        margin-bottom: 1rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-total-price .price {
    display: flex;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-total-price .price .strike-through,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-total-price .price .line-item-total-price-amount,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-total-price .woocommerce-Price-amount {
    color: #000;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-quantity {
    margin: 0 0 0.75rem;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-quantity {
        margin-bottom: 1rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-quantity p,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-quantity span {
    margin-bottom: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-quantity .line-item-pricing-info {
    display: flex;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-quantity .line-item-total-text,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-quantity .qty-card-quantity-count {
    color: #000;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-quantity .qty-card-quantity-count {
    font-weight: 600;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary {
    display: block;
    margin: 0;
    border-top: 0.0625rem solid #d1d1d1;
    color: #6d6d6d;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 1.5rem 0 0;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary {
        padding-top: 2rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .leading-lines {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: #6d6d6d;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .start-lines,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .end-lines {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    padding: 1px;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .start-lines::before,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .end-lines::before,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .leading-lines::before {
    content: none !important;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .start-lines span,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .end-lines span {
    position: relative;
    z-index: 2;
    background: #fff;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary p {
    margin-bottom: 0.5rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .order-receipt-label {
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .end-lines {
    color: #000;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .order-discount .order-receipt-label {
    color: #6d6d6d;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .order-discount .order-discount-total {
    color: #3b8e6c;
    font-weight: 600;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .shipping-discount {
    color: #b12024;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .sub-total,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .shipping-total-cost,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .shipping-cost,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .shipping-discount-total,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .tax-total {
    font-weight: 600;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .grand-total {
    border-top: 0.0625rem solid #d1d1d1;
    margin: 1.5rem 0 0;
    padding-top: 1.5rem;
}

@media (min-width: 1200px) {
    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .grand-total {
        margin-top: 2rem;
        padding-top: 2rem;
    }
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .grand-total .start-lines,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .grand-total .end-lines {
    padding: 0;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .grand-total .order-receipt-label {
    color: #000;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .grand-total .grand-total-sum,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .grand-total .grand-total-sum strong,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .grand-total .grand-total-sum .woocommerce-Price-amount {
    color: #000;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .woocommerce-remove-coupon {
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary,
.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary * {
    box-sizing: border-box;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary :where(
    .card-header-custom,
    .accordian-label,
    .line-item-name,
    .line-item-name a,
    .line-item-name span,
    .line-item-sku,
    .line-item-warranty,
    .item-attributes,
    .item-attributes *,
    .sn-wc-review-table dl.variation,
    .sn-wc-review-table dl.variation *,
    .line-item-total-price,
    .line-item-total-price *,
    .line-item-quantity,
    .line-item-quantity *,
    .order-receipt-label,
    .shipping-method-name,
    .order-total-summary span,
    .order-total-summary a,
    .woocommerce-remove-coupon
) {
    max-width: 100%;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
    word-break: break-word;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-button .accordian-label {
    min-width: 0;
    padding-right: 0.75rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .accordion-icon {
    flex: 0 0 1.25rem;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .line-item-header {
    flex: 1 1 auto;
    max-width: calc(100% - 3.75rem);
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .leading-lines {
    align-items: flex-start;
    overflow: visible;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .end-lines {
    white-space: normal;
}

.sn-wc-checkout-page .data-checkout-stage .checkout-order-summary .order-total-summary .text-right {
    text-align: right;
}

@media (max-width: 1199px) {
    .sn-wc-checkout-page .data-checkout-stage .order-summary-review-desktop {
        order: -1;
    }

    .sn-wc-checkout-page .data-checkout-stage .checkout-order-summary {
        position: static;
        margin-bottom: 1.5rem;
    }
}

.sn-wc-checkout-page .review-section .card-body,
.sn-wc-checkout-page .review-summary .card-body {
    padding: 0;
}

.sn-wc-checkout-page .sn-wc-review-snapshot {
    border-top: 0;
}

.sn-wc-checkout-page .sn-wc-review-snapshot-row {
    border-bottom: 0.0625rem solid #d1d1d1;
    padding: 1.5rem 0;
}

.sn-wc-checkout-page .terms-privacy {
    display: flex;
    gap: 0.75rem;
    border-top: 0;
    color: #454545;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    padding-top: 0;
}

.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .customer-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .shipping-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .payment-form,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .review-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .customer-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .shipping-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .payment-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .card.ghost.shipping,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .card.ghost.payment,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage] .card.ghost.review {
    display: none !important;
    max-height: none;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
}

.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .customer-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.shipping,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.payment,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="customer"] .card.ghost.review,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .customer-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .shipping-section,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .card.ghost.payment,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="shipping"] .card.ghost.review,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .customer-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .shipping-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .payment-form,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="payment"] .card.ghost.review,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .customer-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .shipping-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .payment-summary,
.sn-wc-checkout-page .data-checkout-stage[data-checkout-stage="review"] .review-section {
    display: block !important;
}

@media (max-width: 1199px) {
    .sn-wc-checkout-page .container {
        padding-inline: 1rem;
    }

    .sn-wc-checkout-page .checkout-main-summary {
        grid-template-columns: 1fr;
        padding-top: 0;
    }

    .sn-wc-checkout-page .page-title {
        margin-top: 0.75rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .sn-wc-checkout-page .sn-wc-checkout-progress button {
        font-size: 0.68rem;
        min-height: 2rem;
    }

    .sn-wc-checkout-page .sn-wc-step-heading {
        min-height: 3.75rem;
        padding-inline: 1rem;
    }

    .sn-wc-checkout-page .form-row-first,
    .sn-wc-checkout-page .form-row-last,
    .sn-wc-checkout-page #billing_city_field,
    .sn-wc-checkout-page #billing_state_field,
    .sn-wc-checkout-page #billing_postcode_field {
        flex-basis: 100%;
        width: 100%;
    }

    .sn-wc-checkout-page .shipping-address-block .sn-wc-city-state-zip-row {
        display: block;
    }

    .sn-wc-checkout-page .sn-address-suggestions__header,
    .sn-wc-checkout-page .sn-address-suggestions__row {
        grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) 3.25rem 4rem;
        column-gap: 0.5rem;
        font-size: 0.75rem;
    }

    .sn-wc-checkout-page .shipping-content,
    .sn-wc-checkout-page .payment-form .card-body,
    .sn-wc-checkout-page .review-section .card-body {
        padding: 1.5rem 0 0;
    }

    .sn-wc-checkout-page .shipping-method-list {
        grid-template-columns: minmax(0, 1fr) 4.5rem;
    }

    .sn-wc-checkout-page .sn-wc-product-summary-wrapper {
        grid-template-columns: 4.75rem minmax(0, 1fr);
    }
}

.sn-route-cart-page input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
.sn-wc-cart-page input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
.sn-wc-checkout-page input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
.sn-wc-checkout-page select,
.sn-wc-checkout-page textarea {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sn-route-cart-page .coupon-code-field,
.sn-wc-cart-page .coupon-code-field {
    display: block;
    width: 100%;
    height: 2.5rem;
    min-height: 2.5rem;
    line-height: 1.25rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    white-space: nowrap;
}

.sn-route-cart-page .qty-input-block input,
.sn-wc-cart-page .qty-input-block input {
    display: block;
    height: 100%;
    min-height: 0;
    line-height: normal;
    padding: 0 !important;
    text-align: center;
}

.sn-wc-checkout-page .shipping-address-block .form-row input.input-text,
.sn-wc-checkout-page .shipping-address-block .form-row input.form-control,
.sn-wc-checkout-page .shipping-address-block .form-row select,
.sn-wc-checkout-page .shipping-address-block .form-row .custom-select {
    height: 3.125rem;
    min-height: 3.125rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    white-space: nowrap;
}

.sn-wc-checkout-page .shipping-address-block .form-row.has-value input.input-text,
.sn-wc-checkout-page .shipping-address-block .form-row.has-value input.form-control,
.sn-wc-checkout-page .shipping-address-block .form-row:focus-within input.input-text,
.sn-wc-checkout-page .shipping-address-block .form-row:focus-within input.form-control,
.sn-wc-checkout-page .shipping-address-block .form-row.has-value select,
.sn-wc-checkout-page .shipping-address-block .form-row:focus-within select {
    padding-top: 1.375rem;
    padding-bottom: 0.375rem;
}

.sn-wc-checkout-page .payment-form-fields input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
.sn-wc-checkout-page .payment-form-fields select,
.sn-wc-checkout-page .payment-form-fields textarea {
    width: 100%;
    max-width: 100%;
    line-height: 1.25rem;
    white-space: nowrap;
}
.sn-wc-checkout-page .form-row.place-order.sn-wc-place-order,
.sn-wc-checkout-page .form-row.place-order.sn-wc-place-order.has-value {
    box-sizing: border-box;
    background: transparent !important;
    background-color: transparent !important;
    width: 100%;
    margin: 1rem 0 0;
    padding: 0;
}

.sn-wc-checkout-page .form-row.place-order.sn-wc-place-order #place_order,
.sn-wc-checkout-page .form-row.place-order.sn-wc-place-order .button.alt {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid #000 !important;
    border-radius: 2.5rem !important;
    background: #000 !important;
    color: #fff !important;
    cursor: pointer;
    float: none;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 0.75rem 1.5rem;
    text-align: center;
    text-decoration: none;
}

.sn-wc-checkout-page .form-row.place-order.sn-wc-place-order #place_order:hover,
.sn-wc-checkout-page .form-row.place-order.sn-wc-place-order #place_order:focus-visible,
.sn-wc-checkout-page .form-row.place-order.sn-wc-place-order .button.alt:hover,
.sn-wc-checkout-page .form-row.place-order.sn-wc-place-order .button.alt:focus-visible {
    border-color: #454545 !important;
    background: #454545 !important;
    color: #fff !important;
}
/* SharkNinja checkout port end */

/* Wild Wolf WooCommerce checkout layout */
body.pc-woo-checkout-page-active {
    background: #ffffff;
}

body.pc-woo-checkout-page-active .pc-announcement,
body.pc-woo-checkout-page-active .pc-site-header,
body.pc-woo-checkout-page-active .pc-mobile-panel,
body.pc-woo-checkout-page-active .pc-search-overlay,
body.pc-woo-checkout-page-active .pc-cart-drawer,
body.pc-woo-checkout-page-active .pc-panel-scrim,
body.pc-woo-checkout-page-active .pc-site-footer {
    display: none !important;
}

body.pc-woo-checkout-page-active .pc-content-page,
body.pc-woo-checkout-page-active .pc-entry,
body.pc-woo-checkout-page-active .pc-entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.pc-woo-checkout-page-active .woocommerce {
    width: 100%;
}

body.pc-woo-checkout-page-active .woocommerce-form-coupon-toggle,
body.pc-woo-checkout-page-active form.checkout_coupon {
    display: none !important;
}

.pc-woo-checkout {
    color: #1f1f1f;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.pc-woo-checkout__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    width: min(100%, 1180px);
    min-height: 100vh;
    margin: 0 auto;
}

.pc-woo-checkout__main {
    padding: 56px 66px 40px 24px;
}

.pc-woo-checkout__sidebar {
    position: relative;
    padding: 56px 24px 40px 44px;
    background: #f5f5f5;
    border-left: 1px solid #dedede;
    box-shadow: 50vw 0 0 #f5f5f5;
}

.pc-woo-checkout__header {
    display: grid;
    gap: 18px;
    margin-bottom: 34px;
}

.pc-woo-checkout__header .pc-wild-logo {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 12px;
    color: #111111;
    text-decoration: none;
}

.pc-woo-checkout__header .pc-wild-logo__icon {
    width: 46px;
    height: 46px;
}

.pc-woo-checkout__header .pc-wild-logo__text {
    display: grid;
    gap: 0;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.95;
}

.pc-woo-checkout__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #737373;
    font-size: 12px;
    line-height: 1.4;
}

.pc-woo-checkout__breadcrumbs a,
.pc-woo-checkout__footer-links a,
.pc-woo-checkout__section-header a {
    color: #1878b9;
    text-decoration: none;
}

.pc-woo-checkout__breadcrumbs a:hover,
.pc-woo-checkout__footer-links a:hover,
.pc-woo-checkout__section-header a:hover {
    text-decoration: underline;
}

.pc-woo-checkout__fields {
    display: grid;
    gap: 30px;
}

.pc-woo-checkout__customer-details,
.pc-woo-checkout__billing-fields,
.pc-woo-checkout__billing-fields .woocommerce-billing-fields__field-wrapper,
.pc-woo-checkout .woocommerce-shipping-fields,
.pc-woo-checkout .woocommerce-additional-fields {
    display: grid;
    gap: 16px;
}

.pc-woo-checkout-section {
    display: grid;
    gap: 14px;
}

.pc-woo-checkout__section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.pc-woo-checkout__section-header h2,
.pc-woo-checkout .woocommerce-shipping-fields h3,
.pc-woo-checkout .woocommerce-additional-fields h3 {
    margin: 0;
    color: #1f1f1f;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25;
}

.pc-woo-checkout__section-header p {
    margin: 0;
    color: #737373;
    font-size: 14px;
    line-height: 1.45;
}

.pc-woo-checkout .form-row {
    margin: 0 0 12px;
}

.pc-woo-checkout .form-row-first,
.pc-woo-checkout .form-row-last {
    width: calc(50% - 6px);
}

.pc-woo-checkout .form-row-first {
    float: left;
}

.pc-woo-checkout .form-row-last {
    float: right;
}

.pc-woo-checkout .form-row-wide {
    clear: both;
}

.pc-woo-checkout label {
    margin-bottom: 6px;
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}

.pc-woo-checkout input.input-text,
.pc-woo-checkout select,
.pc-woo-checkout textarea,
.pc-woo-discount-form input {
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    padding: 12px 13px;
    color: #1f1f1f;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.35;
}

.pc-woo-checkout textarea {
    min-height: 94px;
}

.pc-woo-checkout input.input-text:focus,
.pc-woo-checkout select:focus,
.pc-woo-checkout textarea:focus,
.pc-woo-discount-form input:focus {
    border-color: #1878b9;
    outline: 0;
    box-shadow: 0 0 0 1px #1878b9;
}

.pc-woo-checkout #payment {
    margin: 0;
    background: transparent;
}

.pc-woo-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
}

.pc-woo-checkout #payment ul.payment_methods li {
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #e6e6e6;
}

.pc-woo-checkout #payment ul.payment_methods li:last-child {
    border-bottom: 0;
}

.pc-woo-checkout #payment div.payment_box {
    margin: 12px 0 0;
    padding: 14px;
    color: #555555;
    background: #f7f7f7;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.45;
}

.pc-woo-checkout #payment div.payment_box::before {
    display: none;
}

.pc-local-card-fields {
    display: grid;
    gap: 12px;
}

.pc-local-card-fields label {
    display: grid;
    gap: 6px;
    margin: 0;
}

.pc-local-card-fields label span {
    color: #555555;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.pc-local-card-fields input {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    color: #1f1f1f;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.35;
}

.pc-local-card-fields input:focus {
    border-color: #1878b9;
    outline: 0;
    box-shadow: 0 0 0 1px #1878b9;
}

.pc-local-card-fields__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
}

.pc-local-card-fields__note {
    margin: 0;
    color: #737373;
    font-size: 12px;
    line-height: 1.4;
}

.pc-woo-checkout #payment div.form-row.place-order {
    display: grid;
    gap: 15px;
    margin: 0 !important;
    padding: 18px 0 0 !important;
}

.pc-woo-checkout .woocommerce-privacy-policy-text {
    display: none !important;
}

.pc-woo-checkout #place_order {
    display: inline-flex !important;
    width: auto !important;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 17px 26px;
    color: #ffffff !important;
    background: #1878b9 !important;
    border: 0 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.pc-woo-checkout #place_order:hover,
.pc-woo-checkout #place_order:focus-visible {
    background: #0d5f95 !important;
}

.pc-woo-checkout__footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
    font-size: 12px;
}

.pc-woo-checkout__summary-toggle {
    display: none;
}

.pc-woo-checkout__sidebar-title {
    margin: 0 0 20px;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.pc-woo-review-table,
.pc-woo-review-table thead,
.pc-woo-review-table tbody,
.pc-woo-review-table tfoot,
.pc-woo-review-table tr,
.pc-woo-review-table th,
.pc-woo-review-table td {
    display: block;
    box-sizing: border-box;
}

.pc-woo-review-table {
    width: 100%;
    margin: 0;
    color: #1f1f1f;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.pc-woo-review-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.pc-woo-review-table tbody {
    display: grid;
    gap: 18px;
    padding-bottom: 24px;
}

.pc-woo-review-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.pc-woo-review-item td {
    padding: 0 !important;
    border: 0 !important;
}

.pc-woo-review-product {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.pc-woo-review-product__media {
    position: relative;
    width: 64px;
    height: 64px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.pc-woo-review-product__media a,
.pc-woo-review-product__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.pc-woo-review-product__image,
.pc-woo-review-product__media img {
    object-fit: cover;
    border-radius: 8px;
}

.pc-woo-review-product__qty {
    position: absolute;
    top: -9px;
    right: -9px;
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    color: #ffffff;
    background: #6f6f6f;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.pc-woo-review-product__title,
.pc-woo-review-product__title a {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
}

.pc-woo-review-product__meta {
    margin-top: 3px;
    color: #737373;
    font-size: 12px;
    line-height: 1.35;
}

.pc-woo-review-table tfoot {
    display: grid;
    border-top: 1px solid #dedede;
}

.pc-woo-review-table tfoot tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 0;
}

.pc-woo-review-table tfoot th,
.pc-woo-review-table tfoot td {
    padding: 0 !important;
    border: 0 !important;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.pc-woo-review-table tfoot td {
    text-align: right;
}

.pc-woo-review-table tfoot .order-total {
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid #dedede;
}

.pc-woo-review-table tfoot .order-total th,
.pc-woo-review-table tfoot .order-total td {
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 600;
}

.pc-woo-review-table .woocommerce-shipping-methods,
.pc-woo-review-table #shipping_method {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-woo-review-table #shipping_method li {
    margin: 0;
}

.pc-woo-discount-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 20px 0;
    border-block: 1px solid #dedede;
}

.pc-woo-review-coupon-row {
    display: block !important;
    padding: 0 !important;
}

.pc-woo-review-coupon-row td {
    display: block !important;
    text-align: left !important;
}

.pc-woo-discount-form .button {
    min-height: 50px;
    padding: 0 18px;
    color: #1f1f1f;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
}

.pc-woo-discount-form__status {
    grid-column: 1 / -1;
    min-height: 16px;
    color: #737373;
    font-size: 12px;
    line-height: 1.3;
}

body.pc-woo-checkout-page-active .woocommerce-message,
body.pc-woo-checkout-page-active .woocommerce-info,
body.pc-woo-checkout-page-active .woocommerce-error {
    width: min(100% - 32px, 1180px);
    margin: 18px auto 0;
}

@media (max-width: 900px) {
    .pc-woo-checkout__shell {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0;
    }

    .pc-woo-checkout__main {
        order: 1;
        padding: 30px 20px 34px;
    }

    .pc-woo-checkout__sidebar {
        order: -1;
        padding: 0;
        background: #f5f5f5;
        border-left: 0;
        border-bottom: 1px solid #dedede;
        box-shadow: none;
    }

    .pc-woo-checkout__summary-toggle {
        display: flex;
        width: 100%;
        min-height: 58px;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 16px 20px;
        color: #1878b9;
        background: transparent;
        border: 0;
        border-radius: 0;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
    }

    .pc-woo-checkout__summary-toggle strong {
        color: #1f1f1f;
        font-size: 16px;
    }

    .pc-woo-checkout__summary-panel {
        display: none;
        padding: 0 20px 24px;
    }

    .pc-woo-checkout__summary-panel.is-open {
        display: block;
    }

    .pc-woo-checkout__sidebar-title {
        display: none;
    }

    .pc-woo-checkout .form-row-first,
    .pc-woo-checkout .form-row-last {
        width: 100%;
        float: none;
    }
}

@media (max-width: 560px) {
    .pc-woo-checkout__main {
        padding-inline: 16px;
    }

    .pc-woo-checkout__header .pc-wild-logo__icon {
        width: 40px;
        height: 40px;
    }

    .pc-woo-discount-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .pc-woo-discount-form .button {
        width: 100%;
    }

    .pc-local-card-fields__row {
        grid-template-columns: minmax(0, 1fr);
    }

    .pc-woo-review-item {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .pc-woo-review-item .product-total {
        padding-left: 78px !important;
        text-align: left;
    }
}
