/*
 * CheckoutWC-compatible v5.6.4, calibrated against the supplied Shopify reference.
 * CheckoutWC keeps ownership of the form, gateway, validation and AJAX flow.
 * Desktop adjustments are limited to its existing header/order/summary nodes.
 */
body.checkout-wc.copify {
	--cspui5-black: #090d0f;
	--cspui5-border: #dedede;
	--cspui5-summary: #f5f5f5;
	background: #fff !important;
	color: #171717 !important;
	font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	overflow-x: clip !important;
	overflow-y: auto !important;
}

/*
 * Fixed desktop summary canvas.  JavaScript supplies the live divider and the
 * visible remainder of the header; unlike an inline body gradient this layer
 * cannot retain a stale 100px white strip after a nested or window scroll.
 */
@media (min-width: 992px) {
	body.checkout-wc.copify::before {
		content: "" !important;
		position: fixed !important;
		z-index: 0 !important;
		top: var(--cspui5-canvas-top, 100px) !important;
		right: 0 !important;
		bottom: 0 !important;
		left: var(--cspui5-canvas-left, calc(50% + 48px)) !important;
		background: var(--cspui5-summary) !important;
		pointer-events: none !important;
	}
}

body.checkout-wc.copify #cfw,
body.checkout-wc.copify #cfw button,
body.checkout-wc.copify #cfw input,
body.checkout-wc.copify #cfw select,
body.checkout-wc.copify #cfw textarea {
	font-family: inherit !important;
}

/* Measured content shell from the supplied 1905px-wide Shopify reference. */
body.checkout-wc.copify #cfw {
	position: relative !important;
	z-index: 2 !important;
	width: 100% !important;
	max-width: 980px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

/* 100px white header and slightly overscanned divider, matching the reference. */
body.checkout-wc.copify #cfw > .row.cspui5-header-row {
	position: relative !important;
	width: 100% !important;
	min-height: 100px !important;
	height: 100px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	align-items: center !important;
	margin-top: 0 !important;
}

body.checkout-wc.copify #checkout.row {
	position: relative !important;
	z-index: 1 !important;
	width: 100% !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.checkout-wc.copify #cfw > .row.cspui5-header-row > .cspui5-header-column {
	height: 100px !important;
	display: flex !important;
	align-items: center !important;
}

body.checkout-wc.copify #cfw-logo-container {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(3px) !important;
}

body.checkout-wc.copify #cfw-logo-container .cfw-logo {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	min-height: 1px !important;
}

body.checkout-wc.copify #cfw-logo-container img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	max-height: 46px !important;
	object-fit: contain !important;
}

body.checkout-wc.copify #cfw > .row.cspui5-header-row::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: calc(100vw + 2px);
	height: 1px;
	transform: translateX(-50%);
	background: var(--cspui5-border) !important;
	pointer-events: none;
}

/*
 * Reference geometry inside the 980px shell:
 * left 538px / right 442px, with 500px / 400px usable content.
 */
@media (min-width: 992px) {
	body.checkout-wc.copify #cfw > .row.cspui5-header-row > .cspui5-header-column,
	body.checkout-wc.copify #order_review.cspui5-main-column {
		width: 54.897959% !important;
		max-width: 54.897959% !important;
		flex: 0 0 54.897959% !important;
	}

	body.checkout-wc.copify #cfw > .row.cspui5-header-row > .cspui5-header-column {
		padding-left: 0 !important;
		padding-right: 40px !important;
	}

	body.checkout-wc.copify #order_review.cspui5-main-column {
		position: relative !important;
		z-index: 2 !important;
		padding-left: 0 !important;
		padding-right: 40px !important;
		background: #fff !important;
	}

	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column {
		position: relative !important;
		z-index: 1 !important;
		align-self: stretch !important;
		width: 45.102041% !important;
		max-width: 45.102041% !important;
		flex: 0 0 45.102041% !important;
		padding-left: 40px !important;
		padding-right: 0 !important;
	}
}

body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column {
	border-left: 1px solid var(--cspui5-border) !important;
	background: var(--cspui5-summary) !important;
	overflow: visible !important;
}

body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column::before {
	display: none !important;
}

body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column::after {
	display: none !important;
}

.cspui5-summary-viewport-fill {
	display: none !important;
}

/* Shopify keeps the summary content at 400px, 40px from the center line. */
body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column > #cfw-cart-summary-content {
	width: 100% !important;
	max-width: 400px !important;
	box-sizing: border-box !important;
	padding-top: 42px !important;
	padding-left: 0 !important;
	padding-right: 4px !important;
	padding-bottom: 0 !important;
	overflow: visible !important;
}

@media (min-width: 992px) {
	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column > #cfw-cart-summary-content {
		position: static !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column.cspui5-summary-sticky-enabled > #cfw-cart-summary-content {
		position: sticky !important;
		top: 0 !important;
		align-self: flex-start !important;
	}
}

body.checkout-wc.copify .cfw-input-wrap input[type="text"],
body.checkout-wc.copify .cfw-input-wrap input[type="email"],
body.checkout-wc.copify .cfw-input-wrap input[type="tel"],
body.checkout-wc.copify .cfw-input-wrap select {
	min-height: 49px !important;
	height: 49px !important;
	padding-left: 11px !important;
	padding-right: 11px !important;
	border-color: var(--cspui5-border) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #333 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

body.checkout-wc.copify .cfw-input-wrap textarea {
	border-color: var(--cspui5-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.checkout-wc.copify .cfw-input-wrap input:focus,
body.checkout-wc.copify .cfw-input-wrap select:focus,
body.checkout-wc.copify .cfw-input-wrap textarea:focus {
	border-color: #333 !important;
	box-shadow: 0 0 0 1px #333 !important;
	outline: 0 !important;
}

body.checkout-wc.copify #cfw input[type="checkbox"],
body.checkout-wc.copify #cfw input[type="radio"] {
	accent-color: #26343a !important;
}

body.checkout-wc.copify #cfw .cfw-input-wrap-row .invalid-feedback,
body.checkout-wc.copify #cfw .cfw-input-wrap-row .cfw-input-invalid-message,
body.checkout-wc.copify #cfw .woocommerce-error {
	margin-top: 5px !important;
	color: #d72c0d !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 16px !important;
}

body.checkout-wc.copify .cfw-input-wrap .cfw-floatable-label {
	color: #666 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}

body.checkout-wc.copify #cfw-customer-info > h3,
body.checkout-wc.copify #cfw-customer-info-address > h3,
body.checkout-wc.copify #cfw-shipping-method > h3,
body.checkout-wc.copify #cfw-shipping-methods > h3,
body.checkout-wc.copify #cfw-shipping-method .cfw-shipping-methods-heading,
body.checkout-wc.copify #cfw-shipping-methods .cfw-shipping-methods-heading,
body.checkout-wc.copify #cfw-billing-methods > h3 {
	margin: 0 0 14px !important;
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 700 !important;
	letter-spacing: -.18px !important;
	text-transform: none !important;
}

body.checkout-wc.copify #cfw-account-details,
body.checkout-wc.copify #cfw-customer-info-address,
body.checkout-wc.copify #cfw-shipping-method > .cfw-module,
body.checkout-wc.copify #cfw-shipping-methods > .cfw-module,
body.checkout-wc.copify #cfw-shipping-method #cfw-shipping-packages-container > .cfw-module,
body.checkout-wc.copify #cfw-shipping-methods #cfw-shipping-packages-container > .cfw-module,
body.checkout-wc.copify #cfw-billing-methods {
	margin-bottom: 29px !important;
}

body.checkout-wc.copify .cfw-input-wrap-row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

body.checkout-wc.copify .cfw-input-wrap-row > .cfw-input-wrap {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

body.checkout-wc.copify .cfw-input-wrap.form-row {
	margin-bottom: 11px !important;
}

body.checkout-wc.copify #cfw-billing-methods > .secure-notice {
	margin: -8px 0 15px !important;
	color: #777 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

body.checkout-wc.copify #cfw-shipping-method .cfw-radio-reveal-group,
body.checkout-wc.copify #cfw-shipping-methods .cfw-radio-reveal-group,
body.checkout-wc.copify #cfw-shipping-method ul,
body.checkout-wc.copify #cfw-shipping-methods ul {
	border-color: var(--cspui5-border) !important;
	border-radius: 5px !important;
	background: #fff !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

body.checkout-wc.copify #cfw-shipping-method li,
body.checkout-wc.copify #cfw-shipping-methods li {
	min-height: 50px !important;
	padding: 0 14px !important;
	display: flex !important;
	align-items: center !important;
	border-radius: 0 !important;
	background: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

body.checkout-wc.copify #cfw-shipping-method li + li,
body.checkout-wc.copify #cfw-shipping-methods li + li {
	border-top: 1px solid var(--cspui5-border) !important;
}

body.checkout-wc.copify #cfw-shipping-method li .cfw-shipping-method-inner,
body.checkout-wc.copify #cfw-shipping-methods li .cfw-shipping-method-inner {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
}

body.checkout-wc.copify #cfw-shipping-method li label,
body.checkout-wc.copify #cfw-shipping-methods li label {
	font: inherit !important;
}

body.checkout-wc.copify #payment {
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.checkout-wc.copify #payment .cfw-radio-reveal-group,
body.checkout-wc.copify #payment .cfw-radio-reveal-li {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.checkout-wc.copify #payment .cfw-radio-reveal-title-wrap {
	min-height: 52px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	box-sizing: border-box !important;
	border: 1px solid var(--cspui5-border) !important;
	border-radius: 0 !important;
	background: #fff !important;
}

body.checkout-wc.copify #payment .cfw-radio-reveal-li + .cfw-radio-reveal-li .cfw-radio-reveal-title-wrap {
	border-top: 0 !important;
}

body.checkout-wc.copify #payment .cfw-radio-reveal-li.cfw-active > .cfw-radio-reveal-title-wrap {
	position: relative !important;
	z-index: 2 !important;
	border: 1px solid #26343a !important;
	background: #f1f6f8 !important;
}

body.checkout-wc.copify #payment .cfw-radio-reveal-li:not(.cspui5-card-gateway) > .cfw-radio-reveal-title-wrap {
	min-height: 48px !important;
	height: 48px !important;
}

body.checkout-wc.copify #payment .cfw-radio-reveal-label,
body.checkout-wc.copify #payment .cfw-radio-reveal-label > div {
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
}

body.checkout-wc.copify #payment .cfw-radio-reveal-title-wrap input[type="radio"] {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	margin: 0 10px 0 0 !important;
	accent-color: #26343a !important;
}

body.checkout-wc.copify #payment .cfw-radio-reveal-content {
	box-sizing: border-box !important;
	margin: 0 !important;
	border: 1px solid var(--cspui5-border) !important;
	border-top: 0 !important;
	border-color: var(--cspui5-border) !important;
	border-radius: 0 !important;
	background: #f4f4f4 !important;
}

body.checkout-wc.copify #payment li[class*="paypal"] .cfw-radio-reveal-content,
body.checkout-wc.copify #payment li[class*="ppcp"] .cfw-radio-reveal-content {
	min-height: 47px !important;
	padding: 0 18px !important;
	align-items: center !important;
	justify-content: center !important;
	color: #171717 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	text-align: center !important;
}

body.checkout-wc.copify #payment li[class*="paypal"] .cfw-radio-reveal-content > p,
body.checkout-wc.copify #payment li[class*="ppcp"] .cfw-radio-reveal-content > p {
	margin: 0 !important;
}

body.checkout-wc.copify #payment li[class*="paypal"].cfw-active > .cfw-radio-reveal-content,
body.checkout-wc.copify #payment li[class*="ppcp"].cfw-active > .cfw-radio-reveal-content {
	display: flex !important;
}

body.checkout-wc.copify #payment .payment_method_icons > img {
	width: auto !important;
	max-width: 74px !important;
	height: 22px !important;
	max-height: 22px !important;
	object-fit: contain !important;
}

body.checkout-wc.copify #payment .payment_method_icons {
	margin-left: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	line-height: 0 !important;
}

body.checkout-wc.copify #payment .payment_method_title {
	color: #171717 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

body.checkout-wc.copify #cfw-billing-address > h3,
body.checkout-wc.copify .cfw-billing-address-heading,
body.checkout-wc.copify .cspui5-billing-address-heading {
	margin: 15px 0 14px !important;
	color: #171717 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 22px !important;
	text-transform: none !important;
}

/* Shopify checkout summary rows: fixed thumbnail, compact details and quantity badge. */
@media (min-width: 992px) {
	body.checkout-wc.copify #cfw-cart .cfw-cart-table {
		display: block !important;
		width: 100% !important;
		margin: 0 0 20px !important;
		overflow: visible !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-cart-table > tbody {
		display: block !important;
		width: 100% !important;
		overflow: visible !important;
	}

	body.checkout-wc.copify #cfw-cart .cart-item-row {
		display: grid !important;
		grid-template-columns: 64px minmax(0, 1fr) auto !important;
		grid-template-areas: "image details price" !important;
		align-items: start !important;
		column-gap: 15px !important;
		width: 100% !important;
		min-height: 64px !important;
		padding: 0 !important;
		margin: 0 0 18px !important;
		box-sizing: border-box !important;
		overflow: visible !important;
	}

	body.checkout-wc.copify #cfw-cart .cart-item-row:last-child {
		margin-bottom: 0 !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-cart-item-image {
		grid-area: image !important;
		display: block !important;
		width: 64px !important;
		min-width: 64px !important;
		padding: 0 !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-cart-item-image-wrap {
		position: relative !important;
		display: block !important;
		width: 64px !important;
		height: 64px !important;
		border: 1px solid #dedede !important;
		border-radius: 5px !important;
		background: #fff !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-cart-item-image-wrap img {
		display: block !important;
		width: 62px !important;
		height: 62px !important;
		padding: 0 !important;
		box-sizing: border-box !important;
		object-fit: contain !important;
		border-radius: 4px !important;
		background: #fff !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-cart-item-description {
		grid-area: details !important;
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		padding: 10px 0 0 !important;
		font-size: 14px !important;
		line-height: 1.22 !important;
		font-weight: 400 !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-cart-item-title {
		margin: 0 0 3px !important;
		font-size: 14px !important;
		line-height: 1.22 !important;
		font-weight: 400 !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-cart-item-subtotal {
		grid-area: price !important;
		display: block !important;
		width: auto !important;
		min-width: 72px !important;
		padding: 10px 1px 0 8px !important;
		font-size: 14px !important;
		line-height: 1.22 !important;
		font-weight: 400 !important;
		white-space: nowrap !important;
		text-align: right !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-edit-item-quantity-control-wrap,
	body.checkout-wc.copify #cfw-cart .cfw-cart-item-quantity {
		display: none !important;
	}

	body.checkout-wc.copify #cfw-cart .cfw-items-summary-item-discount {
		display: none !important;
	}

	body.checkout-wc.copify .cspui5-summary-quantity-badge {
		position: absolute !important;
		top: -8px !important;
		right: -8px !important;
		z-index: 2 !important;
		min-width: 20px !important;
		height: 20px !important;
		padding: 0 5px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 999px !important;
		background: #1f1f1f !important;
		color: #fff !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		line-height: 20px !important;
	}
}

body.checkout-wc.copify #cfw-cart,
body.checkout-wc.copify #cfw-cart-summary-totals,
body.checkout-wc.copify #cfw_trust_badges_list {
	overflow: visible !important;
}

.cspui5-express,
.cspui5-express *,
.cspui5-card-marks,
.cspui5-card-marks *,
.cspui5-cart-payment-marks,
.cspui5-cart-payment-marks * {
	box-sizing: border-box;
}

/* Hide stale DOM inserted by the retired v1-v3 script, if a page cache kept it. */
.cspui-express,
.cspui-header-bag,
.cspui4-express,
.cspui4-header-bag,
.cspui4-cart-payment-marks,
.cspui4-card-marks,
.cspui-card-marks,
.cspui5-header-bag,
.cspui-cart-payment-marks {
	display: none !important;
}

.cspui5-express {
	width: 100%;
	max-width: 100%;
	margin: 42px 0 27px;
	overflow: hidden;
}

.cspui5-express-title {
	margin: 0 0 15px !important;
	color: #555;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

.cspui5-express-buttons {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	overflow: hidden;
}

.cspui5-express-button {
	min-width: 0;
	max-width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	user-select: none;
	pointer-events: none;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% 100% !important;
}

.cspui5-express-logo {
	display: block;
	height: 26px;
	max-height: 26px;
	flex: 0 0 auto;
	overflow: visible;
}

.cspui5-shop-logo {
	width: 72px;
}

.cspui5-paypal-logo {
	width: 92px;
}

.cspui5-gpay-logo {
	width: 82px;
}

.cspui5-shop {
	background-color: #592ff4;
	background-image: url("payment-marks/express-shop.png");
	color: #fff;
	font-style: italic;
}

.cspui5-paypal-large {
	background-color: #ffc439;
	background-image: url("payment-marks/express-paypal.png");
	color: #043087;
	font-style: italic;
}

.cspui5-gpay {
	gap: 3px;
	background-color: #000;
	background-image: url("payment-marks/express-gpay.png");
	color: #fff;
	font-weight: 500;
}

.cspui5-express-button > .cspui5-express-logo {
	visibility: hidden !important;
}

.cspui5-or {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 23px 0 0;
	color: #555;
	font-size: 12px;
	line-height: 1;
}

.cspui5-or::before,
.cspui5-or::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #d2d2d2;
}

.cspui5-card-marks {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	line-height: 0;
}

.cspui5-card-svg,
.cspui5-cart-svg {
	display: block;
	width: 38px;
	height: 24px;
	flex: 0 0 auto;
	overflow: visible;
}

.cspui5-card-svg-more {
	width: 29px;
}

.cspui5-mini-card,
.cspui5-cart-mark {
	position: relative;
	display: inline-grid;
	place-items: center;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1;
}

.cspui5-mini-card {
	width: 37px;
	height: 24px;
	font-size: 7px;
}

.cspui5-visa {
	color: #172b85;
	font-size: 10px;
	font-style: italic;
}

.cspui5-mastercard i,
.cspui5-mastercard b {
	position: absolute;
	top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.cspui5-mastercard i {
	left: 8px;
	background: #eb001b;
}

.cspui5-mastercard b {
	right: 8px;
	background: #f79e1b;
	opacity: .9;
}

.cspui5-amex {
	border-color: #1877b9;
	background: #1877b9;
	color: #fff;
	font-size: 7px;
}

.cspui5-more {
	width: 28px;
	background: #f7f7f7;
	color: #333;
	font-size: 9px;
}

#payment .payment_method_icons.cspui5-branded-payment {
	display: inline-flex !important;
	align-items: center !important;
	margin-left: auto !important;
}

#payment .payment_method_icons.cspui5-branded-payment > img {
	display: none !important;
}

#payment .payment_method_label > div {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	gap: 10px;
}

#payment .cspui5-card-svg {
	width: 38px;
	height: 24px;
}

#payment .cspui5-card-svg-more {
	width: 29px;
}

body.checkout-wc.copify #payment .cspui5-card-marks {
	width: 146px !important;
	height: 24px !important;
	min-width: 146px !important;
	display: inline-block !important;
	background: url("payment-marks/card-group.png") center / 146px 24px no-repeat !important;
}

body.checkout-wc.copify #payment .cspui5-card-marks > .cspui5-card-svg {
	display: none !important;
}

#payment .cspui5-mini-card {
	width: 34px;
	height: 22px;
}

#payment .cspui5-more {
	width: 26px;
}

body.checkout-wc.copify #payment .cspui5-card-gateway .cspui5-gateway-security-note {
	display: none !important;
}

body.checkout-wc.copify #payment .cspui5-card-gateway > .cfw-radio-reveal-content {
	padding: 14px !important;
}

body.checkout-wc.copify #payment .cspui5-card-gateway #payment-gateway-form {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.checkout-wc.copify #payment li[class*="paypal"] .payment_method_icons > img,
body.checkout-wc.copify #payment li[class*="ppcp"] .payment_method_icons > img {
	width: auto !important;
	max-width: 54px !important;
	height: 20px !important;
	max-height: 20px !important;
}

body.checkout-wc.copify .cspui5-save-information {
	width: 100% !important;
	margin: 38px 0 0 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 20px !important;
	align-items: center !important;
	color: #171717 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 17px !important;
}

body.checkout-wc.copify .cspui5-save-information strong {
	display: block !important;
	margin: 0 0 1px !important;
	color: #171717 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 17px !important;
}

body.checkout-wc.copify .cspui5-save-information p {
	max-width: 360px !important;
	margin: 0 !important;
	color: #777 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 16px !important;
}

body.checkout-wc.copify .cspui5-save-information a {
	color: #666 !important;
	font-size: inherit !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
}

body.checkout-wc.copify .cspui5-save-information > span {
	white-space: nowrap !important;
	color: #171717 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}

body.checkout-wc.copify #cfw-payment-action {
	width: 100% !important;
	max-width: none !important;
	margin: 55px 0 0 !important;
	display: block !important;
}

body.checkout-wc.copify .cspui5-save-information + #cfw-payment-action {
	margin-top: 52px !important;
}

body.checkout-wc.copify #cfw-payment-action > .previous-button {
	display: none !important;
}

body.checkout-wc.copify #cfw-payment-action > .cfw-place-order-wrap,
body.checkout-wc.copify #cfw-place-order {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	flex: 0 0 100% !important;
	float: none !important;
}

body.checkout-wc.copify #cfw-place-order #place_order {
	width: 100% !important;
	height: 50px !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	float: none !important;
	border: 1px solid #202b30 !important;
	border-radius: 8px !important;
	background: #202b30 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 48px !important;
	text-transform: none !important;
}

body.checkout-wc.copify #cfw-place-order #place_order:hover {
	background: #11191d !important;
}

body.checkout-wc.copify #cfw-place-order #place_order.cspui5-pay-now-blocked,
body.checkout-wc.copify #cfw-place-order #place_order.cspui5-pay-now-blocked:hover {
	border-color: #737b7f !important;
	background: #737b7f !important;
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

body.checkout-wc.copify #cfw-footer {
	width: 100% !important;
	margin: 48px 0 0 !important;
	padding: 16px 0 36px !important;
	border-top: 1px solid var(--cspui5-border) !important;
	color: #333 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

body.checkout-wc.copify #cfw-footer.cspui5-source-footer-hidden {
	display: none !important;
}

body.checkout-wc.copify .cspui5-checkout-policy-footer {
	position: relative !important;
	z-index: 20 !important;
	width: 100% !important;
	margin: 47px 0 0 !important;
	padding: 16px 0 36px !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	overflow: visible !important;
	pointer-events: auto !important;
	border-top: 1px solid var(--cspui5-border) !important;
	color: #333 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

body.checkout-wc.copify .cspui5-checkout-policy-footer .cspui5-policy-links {
	position: relative !important;
	z-index: 21 !important;
	margin: 0 0 17px !important;
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 7px 18px !important;
}

body.checkout-wc.copify .cspui5-checkout-policy-footer a {
	position: relative !important;
	z-index: 22 !important;
	display: inline-block !important;
	color: #222 !important;
	font-size: 12px !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
	pointer-events: auto !important;
	cursor: pointer !important;
	touch-action: manipulation !important;
}

body.checkout-wc.copify .cspui5-checkout-policy-footer p {
	max-width: 340px !important;
	margin: 0 !important;
	color: #333 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

body.checkout-wc.copify #cfw-footer > .col-lg-12,
body.checkout-wc.copify #cfw-footer .cfw-footer-inner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.checkout-wc.copify #cfw-footer a {
	color: #222 !important;
	font-size: 12px !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
}

body.checkout-wc.copify #cfw-footer .cspui5-policy-links {
	margin: 0 0 17px !important;
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 7px 18px !important;
}

body.checkout-wc.copify #cfw-footer .cspui5-policy-links a {
	display: inline-block !important;
}

body.checkout-wc.copify #cfw-footer .cspui5-footer-legal {
	max-width: 340px !important;
	margin: 0 !important;
	color: #333 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

body.checkout-wc.copify #cfw-footer .cspui5-native-copyright,
body.checkout-wc.copify .cspui5-original-privacy,
body.checkout-wc.copify .cspui5-original-privacy-wrap {
	display: none !important;
}

/* CheckoutWC coupon: reveal the existing form; do not create a replacement. */
#cfw-cart-summary-coupons.cspui5-coupon-always-open .slide-toggle > .row:first-child {
	display: none !important;
}

#cfw-cart-summary-coupons.cspui5-coupon-always-open .slide-toggle > div:nth-child(2) {
	height: auto !important;
	overflow: visible !important;
}

#cfw-cart-summary-coupons.cspui5-coupon-always-open .wrapper {
	overflow: visible !important;
}

#cfw-cart-summary-coupons.cspui5-coupon-always-open .cfw-promo-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 70px !important;
	gap: 10px !important;
	margin: 0 !important;
}

#cfw-cart-summary-coupons.cspui5-coupon-always-open .cfw-promo-row > .col-8,
#cfw-cart-summary-coupons.cspui5-coupon-always-open .cfw-promo-row > .col-4 {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	flex: none !important;
}

#cfw-cart-summary-coupons.cspui5-coupon-always-open input,
#cfw-cart-summary-coupons.cspui5-coupon-always-open button {
	width: 100% !important;
	min-height: 49px !important;
	border-radius: 8px !important;
}

body.checkout-wc.copify #cfw-cart-summary-coupons.cspui5-coupon-always-open {
	margin: 0 0 22px !important;
}

body.checkout-wc.copify #cfw-cart-summary-coupons.cspui5-coupon-always-open input {
	height: 49px !important;
	padding: 0 12px !important;
	border: 1px solid var(--cspui5-border) !important;
	background: #fff !important;
	font-size: 14px !important;
}

body.checkout-wc.copify #cfw-cart-summary-coupons.cspui5-coupon-always-open button {
	height: 49px !important;
	padding: 0 8px !important;
	border: 1px solid #c9c9c9 !important;
	background: #fff !important;
	color: #555 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

body.checkout-wc.copify #cfw-cart-summary-coupons.cspui5-coupon-always-open button.cfw-secondary-btn-inactive,
body.checkout-wc.copify #cfw-cart-summary-coupons.cspui5-coupon-always-open button:disabled {
	border-color: #e1e1e1 !important;
	background: #f1f1f1 !important;
	color: #888 !important;
}

body.checkout-wc.copify #cfw-cart-summary-totals {
	margin: 0 !important;
}

body.checkout-wc.copify #cfw-cart-summary-totals table {
	width: 100% !important;
	margin: 0 !important;
	border-collapse: collapse !important;
}

body.checkout-wc.copify #cfw-cart-summary-totals th,
body.checkout-wc.copify #cfw-cart-summary-totals td {
	padding: 5px 0 !important;
	border: 0 !important;
	color: #333 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

body.checkout-wc.copify #cfw-cart-summary-totals td {
	text-align: right !important;
}

body.checkout-wc.copify #cfw-cart-summary-totals .order-total th,
body.checkout-wc.copify #cfw-cart-summary-totals .order-total td {
	padding-top: 13px !important;
	color: #222 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

body.checkout-wc.copify #cfw_trust_badges_list {
	margin: 29px 0 0 !important;
	padding: 0 !important;
}

body.checkout-wc.copify #cfw_trust_badges_list .cfw-trust-badges-list-title {
	margin: 0 0 27px !important;
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
	color: #555 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	white-space: nowrap !important;
}

body.checkout-wc.copify #cfw_trust_badges_list .cfw-trust-badges-list-title::before,
body.checkout-wc.copify #cfw_trust_badges_list .cfw-trust-badges-list-title::after {
	content: "" !important;
	flex: 1 1 auto !important;
	height: 1px !important;
	background: #c9c9c9 !important;
}

body.checkout-wc.copify #cfw_trust_badges_list #cfw-trust-badges > div {
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 22px !important;
}

body.checkout-wc.copify #cfw_trust_badges_list #cfw-trust-badges > div > div {
	width: 100% !important;
	max-width: none !important;
	min-height: 58px !important;
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: 58px minmax(0, 1fr) !important;
	align-items: center !important;
	column-gap: 14px !important;
}

body.checkout-wc.copify #cfw_trust_badges_list #cfw-trust-badges > div > div > div:first-child {
	width: 44px !important;
	height: 44px !important;
	margin: 0 0 0 8px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid #f1b8b8 !important;
	border-radius: 50% !important;
	overflow: hidden !important;
	background: #fff8f8 !important;
}

body.checkout-wc.copify #cfw_trust_badges_list img {
	width: 38px !important;
	height: 38px !important;
	max-width: 38px !important;
	object-fit: contain !important;
}

body.checkout-wc.copify #cfw_trust_badges_list h3 {
	margin: 0 0 5px !important;
	color: #3c3c3c !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 18px !important;
}

body.checkout-wc.copify #cfw_trust_badges_list p {
	margin: 0 !important;
	color: #555 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

/*
 * Shopify Dawn-inspired side cart, mapped onto CheckoutWC's own DOM.
 * CheckoutWC still owns open/close, quantity, remove, coupon and checkout actions.
 */
#cfw-side-cart-overlay {
	position: fixed !important;
	inset: 0 !important;
	width: 100vw !important;
	height: 100dvh !important;
	min-height: 100svh !important;
	overflow: hidden !important;
	overscroll-behavior: none !important;
	background: rgba(0, 0, 0, .48) !important;
	backdrop-filter: none !important;
}

html.cspui5-side-cart-open,
html:has(body.cfw-side-cart-open),
body.cfw-side-cart-open {
	height: 100% !important;
	overflow: hidden !important;
	overscroll-behavior: none !important;
}

#cfw-side-cart.cspui5-dawn-cart {
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: auto !important;
	right: 0 !important;
	width: 480px !important;
	max-width: 100vw !important;
	min-height: 100svh !important;
	height: 100dvh !important;
	max-height: 100dvh !important;
	overflow: hidden !important;
	overscroll-behavior: none !important;
	border-left: 1px solid rgba(0, 0, 0, .16) !important;
	background: #fff !important;
	box-shadow: -18px 0 45px rgba(0, 0, 0, .14) !important;
	transform: translateX(100%) !important;
	transition: transform .25s ease, visibility .25s ease !important;
}

body.cfw-side-cart-open #cfw-side-cart.cspui5-dawn-cart {
	transform: translateX(0) !important;
}

#cfw-side-cart.cspui5-dawn-cart #cfw-side-cart-container,
#cfw-side-cart.cspui5-dawn-cart #cfw-side-cart-form {
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	min-height: 0 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

#cfw-side-cart.cspui5-dawn-cart #cfw-side-cart-form {
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	background: #fff !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-contents-header {
	position: relative !important;
	flex: 0 0 68px !important;
	width: 100% !important;
	height: 68px !important;
	margin: 0 !important;
	padding: 0 18px 0 24px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	border-bottom: 1px solid #e5e5e5 !important;
	background: #fff !important;
}

#cfw-side-cart.cspui5-dawn-cart .cspui5-cart-title {
	order: 1;
	margin: 0 !important;
	padding: 0 !important;
	color: #171717 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

#cfw-side-cart.cspui5-dawn-cart .cspui5-cart-title-count {
	color: #666 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-quantity-wrap {
	display: none !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-close-btn {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	order: 2;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	margin: 0 -10px 0 auto !important;
	padding: 0 !important;
	display: block !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-close-btn:hover {
	background: #f2f2f2 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-close-btn svg {
	display: none !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-close-btn::before,
#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-close-btn::after {
	content: "" !important;
	position: absolute !important;
	left: 13px !important;
	top: 21px !important;
	width: 18px !important;
	height: 1.5px !important;
	border-radius: 2px !important;
	background: #171717 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-close-btn::before {
	transform: rotate(45deg) !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-close-btn::after {
	transform: rotate(-45deg) !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-contents {
	flex: 1 1 auto !important;
	min-height: 0 !important;
	width: 100% !important;
	height: auto !important;
	padding: 0 24px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	overscroll-behavior-x: none !important;
	overscroll-behavior-y: contain !important;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
	scrollbar-width: thin;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-contents::-webkit-scrollbar {
	width: 3px;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-contents::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: rgba(0, 0, 0, .42);
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-table,
#cfw-side-cart.cspui5-dawn-cart .cfw-cart-table > tbody {
	display: block !important;
	width: 100% !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-table {
	margin: 0 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cart-item-row {
	display: grid !important;
	grid-template-columns: 76px minmax(0, 1fr) 76px !important;
	grid-template-areas: "image details price" !important;
	column-gap: 12px !important;
	align-items: start !important;
	width: 100% !important;
	min-height: 116px !important;
	padding: 20px 0 !important;
	border-bottom: 1px solid #ededed !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-image {
	grid-area: image !important;
	display: block !important;
	width: 76px !important;
	height: 76px !important;
	padding: 0 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-image-wrap {
	display: block !important;
	width: 76px !important;
	height: 76px !important;
	border: 1px solid #e2e2e2 !important;
	border-radius: 7px !important;
	background: #f7f7f7 !important;
	overflow: hidden !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-image-wrap img {
	display: block !important;
	width: 74px !important;
	height: 74px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	object-fit: contain !important;
	object-position: center center !important;
	background: #fff !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-description {
	grid-area: details !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	width: auto !important;
	min-width: 0 !important;
	height: 100% !important;
	padding: 0 !important;
	font-weight: 400 !important;
	text-align: left !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-title {
	margin: 0 0 5px !important;
	color: #171717 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.28 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-items-summary-item-discount {
	margin: 0 0 11px !important;
	color: #666 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-items-summary-item-discount ins {
	color: #171717 !important;
	text-decoration: none !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw_cart_item_after_data {
	margin-top: auto !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-quantity-stepper {
	width: 104px !important;
	height: 34px !important;
	display: grid !important;
	grid-template-columns: 34px 36px 34px !important;
	align-items: center !important;
	border: 1px solid #d9d9d9 !important;
	border-radius: 18px !important;
	overflow: hidden !important;
	background: #fff !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-quantity-stepper button,
#cfw-side-cart.cspui5-dawn-cart .cfw-quantity-stepper-value-label {
	width: 100% !important;
	height: 32px !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #171717 !important;
	font-size: 13px !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-quantity-stepper-value-label {
	border-left: 1px solid #e1e1e1 !important;
	border-right: 1px solid #e1e1e1 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-quantity-stepper-value-label.cspui5-static-quantity-label {
	pointer-events: none !important;
	cursor: default !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-quantity-stepper svg {
	width: 13px !important;
	height: 13px !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-quantity {
	display: none !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-subtotal {
	grid-area: price !important;
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-end !important;
	width: auto !important;
	min-width: 76px !important;
	height: 100% !important;
	padding: 1px 0 0 !important;
	color: #171717 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	white-space: nowrap !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-remove-item-button {
	order: 2 !important;
	width: 30px !important;
	height: 30px !important;
	margin-top: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	color: #666 !important;
	background: transparent !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-remove-item-button:hover {
	background: #f2f2f2 !important;
	color: #111 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-remove-item-button svg {
	width: 15px !important;
	height: 15px !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-contents-footer {
	flex: 0 0 auto !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 17px 24px max(15px, env(safe-area-inset-bottom)) !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	border-top: 1px solid #d7d7d7 !important;
	background: #fff !important;
	box-shadow: 0 -10px 24px rgba(0, 0, 0, .035) !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-contents-footer-border-shim {
	display: none !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-coupon-wrap {
	order: 10 !important;
	margin: 0 0 14px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-show-coupons-module {
	min-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 6px !important;
	color: #333 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-show-coupons-module svg,
#cfw-side-cart.cspui5-dawn-cart .cfw-show-coupons-module img,
#cfw-side-cart.cspui5-dawn-cart .cfw-show-coupons-module i {
	position: static !important;
	width: 14px !important;
	height: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	flex: 0 0 14px !important;
	vertical-align: middle !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-totals {
	order: 20 !important;
	height: auto !important;
	margin: 0 0 15px !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-totals table {
	margin: 0 !important;
	border-collapse: collapse !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-totals th,
#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-totals td {
	padding: 5px 0 !important;
	border: 0 !important;
	color: #333 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-totals td {
	text-align: right !important;
}

#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-totals .order-total th,
#cfw-side-cart.cspui5-dawn-cart .cfw-side-cart-totals .order-total td {
	padding-top: 11px !important;
	border-top: 0 !important;
	color: #111 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

#cfw-side-cart.cspui5-dawn-cart .wc-proceed-to-checkout {
	order: 30 !important;
	width: calc(100% + 42px) !important;
	max-width: none !important;
	margin: 0 -21px !important;
}

#cfw-side-cart.cspui5-dawn-cart .cspui5-secure-cart-button {
	width: 100% !important;
	min-height: 51px !important;
	height: 51px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #0d1012 !important;
	background-image: url("payment-marks/secure-cart-button.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% 100% !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: none !important;
}

#cfw-side-cart.cspui5-dawn-cart .cspui5-secure-cart-button:hover {
	background-color: #0d1012 !important;
	background-image: url("payment-marks/secure-cart-button.png") !important;
}

#cfw-side-cart.cspui5-dawn-cart .cspui5-secure-cart-button > * {
	visibility: hidden !important;
}

.cspui5-white-lock {
	position: relative;
	width: 9px;
	height: 9px;
	margin-top: 4px;
	border-radius: 1px;
	background: #fff;
}

.cspui5-white-lock::before {
	content: "";
	position: absolute;
	left: 2px;
	top: -6px;
	width: 6px;
	height: 7px;
	border: 2px solid #fff;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}

.cspui5-cart-payment-marks {
	order: 40 !important;
	width: calc(100% + 42px);
	max-width: none;
	min-height: 40px;
	margin: 0 -21px;
	padding: 16px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px;
	background-color: #fff;
	background-image: url("payment-marks/cart-payment-strip.png");
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size: 390px 24px;
	line-height: 0;
}

#cfw-side-cart.cspui5-dawn-cart .cspui5-cart-svg {
	display: none !important;
}

.cspui5-cart-assurance {
	order: 50 !important;
	display: none !important;
	min-height: 0;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: #666;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}

.cspui5-cart-assurance svg {
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
}

@media (max-width: 430px) {
	#cfw-side-cart.cspui5-dawn-cart {
		width: 100vw !important;
		max-width: 100vw !important;
		border-left: 0 !important;
	}

	#cfw-side-cart.cspui5-dawn-cart .cart-item-row {
		grid-template-columns: 72px minmax(0, 1fr) 70px !important;
		column-gap: 10px !important;
	}

	#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-image,
	#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-image-wrap {
		width: 72px !important;
		height: 72px !important;
	}

	#cfw-side-cart.cspui5-dawn-cart .cfw-cart-item-image-wrap img {
		width: 70px !important;
		height: 70px !important;
	}

	#cfw-side-cart.cspui5-dawn-cart .cspui5-cart-svg {
		display: none !important;
	}

	#cfw-side-cart.cspui5-dawn-cart .cspui5-cart-payment-marks {
		background-size: calc(100% - 10px) auto;
	}
}

@media (max-width: 991px) {
	html,
	body.checkout-wc.copify {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	body.checkout-wc.copify #cfw {
		width: 100% !important;
		max-width: 660px !important;
		min-height: 0 !important;
		height: auto !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		overflow-x: clip !important;
	}

	body.checkout-wc.copify #checkout.row,
	body.checkout-wc.copify #order_review.cspui5-main-column,
	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column {
		min-height: 0 !important;
		height: auto !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	body.checkout-wc.copify #cfw > .row.cspui5-header-row {
		min-height: 72px !important;
		height: 72px !important;
	}

	body.checkout-wc.copify #cfw > .row.cspui5-header-row > .cspui5-header-column {
		height: 72px !important;
	}

	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column {
		border-left: 0 !important;
	}

	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column::before {
		display: none !important;
	}

	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column::after {
		display: none !important;
	}

	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column > #cfw-cart-summary-content {
		width: auto !important;
		max-width: none !important;
		max-height: none !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 0 !important;
		overflow: visible !important;
	}

	body.checkout-wc.copify #cfw-footer {
		margin-bottom: 0 !important;
		padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
	}

	.cspui5-express {
		margin-top: 24px;
	}

	.cspui5-cart-payment-marks {
		gap: 5px;
	}

	.cspui5-cart-mark {
		width: 35px;
	}

	.cspui5-cart-svg {
		width: 35px;
		height: 23px;
	}
}

@media (max-width: 520px) {
	body.checkout-wc.copify #cfw,
	body.checkout-wc.copify #checkout.row,
	body.checkout-wc.copify #order_review.cspui5-main-column,
	body.checkout-wc.copify #cfw-cart-summary.cspui5-summary-column {
		max-width: 100% !important;
	}

	body.checkout-wc.copify #order_review.cspui5-main-column {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.cspui5-express-buttons {
		gap: 6px;
	}

	.cspui5-express-button {
		height: 45px;
		font-size: 17px;
	}

	.cspui5-express-logo {
		max-width: 82% !important;
	}

	#payment .cspui5-mini-card {
		width: 31px;
		height: 21px;
	}

	#payment .cspui5-card-marks {
		gap: 3px;
	}

	#cfw-cart-summary-coupons.cspui5-coupon-always-open .cfw-promo-row {
		grid-template-columns: minmax(0, 1fr) 96px !important;
	}
}

@media (max-width: 390px) {
	.cspui5-cart-payment-marks {
		gap: 4px;
	}

	.cspui5-cart-mark {
		width: 32px;
		font-size: 6px;
	}

	.cspui5-cart-svg {
		width: 32px;
		height: 21px;
	}
}

@media (max-width: 350px) {
	#cfw-side-cart.cspui5-dawn-cart .cspui5-cart-svg {
		display: none !important;
	}
}

/*
 * CheckoutWC outputs a 60x60 image inside our 72/76px thumbnail frame.  These
 * selectors deliberately do not depend on the JS-added dawn-cart class, and
 * target the native attachment classes as well as every known wrapper shape.
 */
#cfw-side-cart .cfw-cart-item-image,
#cfw-side-cart .cfw-cart-item-image-wrap {
	box-sizing: border-box !important;
	padding: 0 !important;
	overflow: hidden !important;
}

#cfw-side-cart .cfw-cart-item-image > a,
#cfw-side-cart .cfw-cart-item-image-wrap > a,
#cfw-side-cart .cfw-cart-item-image a,
#cfw-side-cart .cfw-cart-item-image-wrap a {
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

#cfw-side-cart img.attachment-cfw_cart_thumb,
#cfw-side-cart img.size-cfw_cart_thumb,
#cfw-side-cart .cfw-cart-item-image > img,
#cfw-side-cart .cfw-cart-item-image-wrap > img,
#cfw-side-cart .cfw-cart-item-image img,
#cfw-side-cart .cfw-cart-item-image-wrap img {
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-sizing: border-box !important;
	object-fit: contain !important;
	object-position: center center !important;
	background: #fff !important;
}
