.kp-site-header {
	background: #fff;
	border-bottom: 1px solid #e9edf5;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	position: relative;
	z-index: 20;
}

body.post-type-archive-product .kp-woo-page-head,
body.tax-product_cat .kp-woo-page-head,
body.tax-product_tag .kp-woo-page-head {
	background:
		radial-gradient(circle at top left, rgba(24, 78, 197, 0.1), transparent 42%),
		linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
	border-top: 1px solid #eef2f7;
	border-bottom: 1px solid #dfe7f1;
	padding: 26px 0 34px;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{
	font-size: 12px !important;
}

h2.has-text-align-center.wp-block-post-title.has-medium-font-size {
    font-size: 12px !important;
}
.wc-block-components-product-image.wc-block-grid__product-image.wc-block-components-product-image--aspect-ratio-auto.wp-block-woocommerce-product-image {
    width: 100%;
    height: 150px;
    border: #eee solid 1px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-block-components-product-image.wc-block-grid__product-image.wc-block-components-product-image--aspect-ratio-auto.wp-block-woocommerce-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

h2.has-text-align-center.wp-block-post-title.has-medium-font-size {
    height: 36px;
}

body.post-type-archive-product .kp-woo-page-head .breadcrumbs,
body.tax-product_cat .kp-woo-page-head .breadcrumbs,
body.tax-product_tag .kp-woo-page-head .breadcrumbs {
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(23, 26, 58, 0.08);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 18px;
	padding: 10px 16px;
}
span.wc-block-components-payment-method-label {
    padding-left: 24px;
    padding-top: 6px;
}
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__content .wc-block-components-checkbox{
	margin-bottom:0px !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__order-notes .wc-block-components-checkbox {
	display: none !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__order-notes .wc-block-components-textarea {
	align-items: flex-start;
	display: block;
	min-height: 110px;
	padding-top: 0;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__order-notes .wc-block-components-textarea textarea {
	min-height: 110px;
	padding-top: 20px;
	vertical-align: top;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__order-notes .wc-block-components-textarea textarea::placeholder {
	color: #97a1b2;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	opacity: 1;
}
.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block > div,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper{
	padding-left:0px !important;
	padding-right:0px !important;
}
body.post-type-archive-product .kp-woo-page-head .page-title,
body.tax-product_cat .kp-woo-page-head .page-title,
body.tax-product_tag .kp-woo-page-head .page-title {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0;
	max-width: 12ch;
}

body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content {
	padding-top: 10px;
}

body.woocommerce-cart .site-content {
	padding-top: 10px;
}

body.woocommerce-checkout .site-content {
	padding-top: 10px;
}

.kp-woo-catalog-layout {
	padding: 40px 0 72px;
}

.kp-woo-content-row {
	align-items: flex-start;
	row-gap: 32px;
}

.kp-woo-archive-main .woocommerce-notices-wrapper:empty {
	display: none;
}

.kp-woo-archive-main .woocommerce-notices-wrapper:not(:empty) {
	margin-bottom: 20px;
}

.kp-woo-archive-main .woocommerce-breadcrumb,
.kp-woo-archive-main .term-description,
.kp-woo-archive-main .page-description,
.kp-woo-archive-main .woocommerce-products-header__description {
	color: #566074;
	font-size: 15px;
	line-height: 1.7;
	margin: 16px 0 0;
	max-width: 760px;
}

.kp-woo-archive-main .woocommerce-result-count,
.kp-woo-archive-main .woocommerce-ordering {
	float: none;
	margin: 0;
}

.kp-woo-archive-main .woocommerce-ordering {
	float: right;
	min-width: 170px;
	width: auto;
}

.kp-woo-archive-main .woocommerce-ordering select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #394154 50%),
		linear-gradient(135deg, #394154 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 3px),
		calc(100% - 12px) calc(50% - 3px);
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	border: 1px solid #d7dfeb;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	color: #273043;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.02em;
	min-height: 36px;
	padding: 0 34px 0 12px;
	text-transform: uppercase;
	width: auto;
	min-width: 170px;
}

.kp-woo-archive-main .woocommerce-result-count {
	align-items: center;
	background: #fff;
	border: 1px solid #d7dfeb;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	color: #5c667b;
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-right: auto;
	min-height: 36px;
	padding: 0 12px;
	text-transform: uppercase;
}

.kp-woo-archive-main .woocommerce::after,
.kp-woo-archive-main .woocommerce::before {
	content: "";
	display: table;
}

.kp-woo-archive-main .woocommerce::after {
	clear: both;
}

.kp-woo-archive-main .woocommerce-ordering,
.kp-woo-archive-main .woocommerce-result-count {
	margin-bottom: 16px;
}

.kp-woo-archive-main ul.products {
	gap: 28px;
	padding-top: 26px;
}

.kp-woo-archive-main ul.products li.product .product-inner {
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: 0;
	text-align: left;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.kp-woo-archive-main ul.products li.product:hover .product-inner,
.kp-woo-archive-main ul.products li.product:focus-within .product-inner {
	border-color: #cdd8e8;
	box-shadow: 0 22px 55px rgba(15, 23, 42, 0.1);
	transform: translateY(-4px);
}

.kp-woo-archive-main ul.products li.product .woo-product-image {
	align-items: stretch;
	/* background: linear-gradient(180deg, #f6f9fc 0%, #edf2f7 100%); */
	display: flex;
	flex: 0 0 320px;
	height: 320px;
	margin: 0;
	min-height: 320px;
	overflow: hidden;
	padding: 22px 22px 12px;
	border-bottom: #eee solid 1px;
	margin-bottom: 20px;
	position: relative;
}

.kp-woo-archive-main ul.products li.product .woo-product-image > a,
.kp-woo-archive-main ul.products li.product .woo-product-image .woocommerce-LoopProduct-link {
	align-items: center;
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex: 1 1 auto;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 18px;
	width: 100%;
}

.kp-woo-archive-main ul.products li.product .woo-product-image img {
	height: auto;
	max-height: 260px;
	object-fit: contain;
	transition: transform 0.3s ease;
	width: auto;
	max-width: 100%;
}

.kp-woo-archive-main ul.products li.product:hover .woo-product-image img,
.kp-woo-archive-main ul.products li.product:focus-within .woo-product-image img {
	transform: scale(1.03);
}

.kp-woo-archive-main ul.products li.product .onsale,
.kp-woo-archive-main span.onsale {
	background: linear-gradient(135deg, #ff5f57 0%, #e10600 100%);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(225, 6, 0, 0.18);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	left: 18px;
	line-height: 1;
	min-height: 0;
	min-width: 0;
	padding: 10px 12px;
	text-transform: uppercase;
	top: 18px;
}

.kp-woo-archive-main ul.products li.product .product-inner-contents {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	padding: 0 22px 22px;
}

.kp-woo-archive-main ul.products li.product .woocommerce-loop-product__title {
	color: #161d31;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 4px 0 0;
	min-height: 2.3em;
}

.kp-woo-archive-main ul.products li.product .star-rating {
	display: none;
}

.kp-woo-archive-main ul.products li.product .price {
	color: #111827;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: auto;
}

.kp-woo-archive-main ul.products li.product .price del {
	color: #8b95a7;
	font-size: 0.78em;
	font-weight: 600;
	margin-right: 8px;
	opacity: 1;
}

.kp-woo-archive-main ul.products li.product .price ins {
	text-decoration: none;
}

.kp-woo-archive-main ul.products li.product .button-cart_button_two,
.kp-woo-archive-main ul.products li.product .button-cart_button_three {
	margin-top: 4px;
	position: static;
}

.kp-woo-archive-main ul.products li.product .button-cart_button_two a,
.kp-woo-archive-main ul.products li.product .button-cart_button_three a,
.kp-woo-archive-main ul.products li.product a.button,
.kp-woo-archive-main ul.products li.product a.added_to_cart {
	align-items: center;
	background: #0066FF;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.08em;
	margin-top: 0;
	min-height: 36px;
	padding: 0 12px;
	text-transform: uppercase;
	width: auto;
}

.kp-woo-archive-main ul.products li.product .button-cart_button_two a:hover,
.kp-woo-archive-main ul.products li.product .button-cart_button_three a:hover,
.kp-woo-archive-main ul.products li.product a.button:hover,
.kp-woo-archive-main ul.products li.product a.added_to_cart:hover {
	background: #171a3a;
	color: #fff;
}

.kp-woo-archive-main nav.woocommerce-pagination {
	margin-top: 36px;
}

.kp-woo-archive-main nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kp-woo-archive-main nav.woocommerce-pagination ul li {
	border: 0;
	float: none;
}

.kp-woo-archive-main nav.woocommerce-pagination ul li a,
.kp-woo-archive-main nav.woocommerce-pagination ul li span {
	align-items: center;
	background: #fff;
	border: 1px solid #d7dfeb;
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
	color: #273043;
	display: inline-flex;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	min-width: 46px;
	padding: 0 14px;
}

.kp-woo-archive-main nav.woocommerce-pagination ul li span.current,
.kp-woo-archive-main nav.woocommerce-pagination ul li a:hover {
	background: #171a3a;
	border-color: #171a3a;
	color: #fff;
}

body.post-type-archive-product #secondary .widget,
body.tax-product_cat #secondary .widget,
body.tax-product_tag #secondary .widget,
body.post-type-archive-product #secondary .widget_block,
body.tax-product_cat #secondary .widget_block,
body.tax-product_tag #secondary .widget_block {
	background: #fff;
	border: 1px solid #e1e7f0;
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
	margin-bottom: 24px;
	padding: 24px;
}

body.post-type-archive-product #secondary .widget-title,
body.tax-product_cat #secondary .widget-title,
body.tax-product_tag #secondary .widget-title,
body.post-type-archive-product #secondary .wp-block-heading,
body.tax-product_cat #secondary .wp-block-heading,
body.tax-product_tag #secondary .wp-block-heading {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.kp-woo-catalog-layout {
		padding: 28px 0 56px;
	}

	.kp-woo-archive-main ul.products {
		gap: 20px;
	}

	.kp-woo-archive-main ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	body.post-type-archive-product .kp-woo-page-head,
	body.tax-product_cat .kp-woo-page-head,
	body.tax-product_tag .kp-woo-page-head {
		padding: 22px 0 26px;
	}

	.kp-woo-archive-main .woocommerce-result-count,
	.kp-woo-archive-main .woocommerce-ordering {
		display: block;
		float: none;
		margin-bottom: 14px;
		width: 100%;
	}

	.kp-woo-archive-main .woocommerce-result-count {
		margin-right: 0;
	}

	.kp-woo-archive-main ul.products {
		padding-top: 18px;
	}

	.kp-woo-archive-main ul.products li.product .woo-product-image {
		flex-basis: 280px;
		height: 280px;
		min-height: 280px;
		padding: 18px 18px 10px;
	}

	.kp-woo-archive-main ul.products li.product .product-inner-contents {
		padding: 0 18px 18px;
	}
}

.kp-header-bar {
	background: #fff;
}

.kp-header-inner {
	gap: 24px;
	min-height: 102px;
}

@media (min-width: 992px) {
	.kp-header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
}

.kp-header-branding {
	flex: 0 0 auto;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 20px;
}

.kp-header-branding .custom-logo-link,
.kp-header-branding .custom-logo {
}

.kp-header-branding .custom-logo {
	height: auto;
	max-height: 30px;
	width: auto;
}

.kp-site-title {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
}

.kp-primary-nav {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}

.kp-mobile-menu-container {
	display: none;
}

.kp-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.kp-menu li {
	margin: 0;
	position: relative;
}

.kp-menu a {
	color: #222;
	display: inline-block;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	padding: 8px 0;
	text-decoration: none;
}

.kp-menu > .menu-item > a {
	position: relative;
}

.kp-menu > .menu-item-has-children > a {
	padding-right: 18px;
}

.kp-menu > .menu-item-has-children > a::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-35%);
	transition: transform 0.2s ease;
}

.kp-menu a:hover,
.kp-menu a:focus {
	color: #171a3a;
}

.kp-menu .current-menu-item > a,
.kp-menu .current-menu-ancestor > a,
.kp-menu .current_page_item > a,
.kp-menu .current_page_ancestor > a {
	color: #171a3a;
}

.kp-menu .sub-menu {
	background: #fff;
	border: 1px solid #e7ebf1;
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
	display: block;
	left: 50%;
	list-style: none;
	margin: 0;
	min-width: 240px;
	opacity: 0;
	padding: 12px 0;
	position: absolute;
	pointer-events: none;
	top: calc(100% + 18px);
	transform: translateX(-50%) translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	visibility: hidden;
	z-index: 30;
}

.kp-menu .sub-menu::before {
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	right: 0;
	top: -18px;
}

.kp-menu .sub-menu li {
	display: block;
}

.kp-menu .sub-menu a {
	color: #2f3446;
	display: block;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 18px;
}

.kp-menu .sub-menu a:hover,
.kp-menu .sub-menu a:focus {
	background: #f5f8fc;
	color: #11162f;
}

.kp-menu > li:hover > .sub-menu,
.kp-menu > li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.kp-menu > li:hover > a::after,
.kp-menu > li:focus-within > a::after {
	transform: translateY(-35%) rotate(180deg);
}

.kp-menu .sub-menu .menu-item-has-children > a {
	padding-right: 34px;
	position: relative;
}

.kp-menu .sub-menu .menu-item-has-children > a::after {
	border-bottom: 4px solid transparent;
	border-left: 5px solid currentColor;
	border-top: 4px solid transparent;
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.kp-menu .sub-menu .sub-menu {
	left: calc(100% + 10px);
	top: -12px;
	transform: translateX(0) translateY(10px);
}

.kp-menu .sub-menu li:hover > .sub-menu,
.kp-menu .sub-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0) translateY(0);
	visibility: visible;
}

.kp-header-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 18px;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.kp-header-action .header-my-account,
.kp-header-action .header-cart {
	margin: 0;
}

.kp-account-action a,
.kp-cart-action a {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	position: relative;
	text-decoration: none;
}

.kp-account-action .info-tooltip,
.kp-cart-action .amount-cart,
.kp-cart-action .info-tooltip {
	display: none;
}

.kp-account-action .header-svg-icon,
.kp-cart-action .header-svg-icon {
	display: inline-flex;
}

.kp-account-action svg,
.kp-cart-action svg {
	height: 24px;
	width: 24px;
}

.kp-account-action svg path,
.kp-cart-action svg path {
	fill: #111;
}

.kp-cart-action .icon-cart {
	padding-right: 10px;
}

.kp-cart-action .count {
	align-items: center;
	background: #e10600;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding: 0 5px;
	position: absolute;
	right: -6px;
	top: -8px;
}

.kp-cart-hero {
	background: #fff;
	border-top: 1px solid #eef2f7;
}

.kp-order-confirmation {
	padding: 72px 0 24px;
}

.kp-order-confirmation-hero {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto 48px;
	max-width: 760px;
	padding: 8px 24px 0;
	text-align: center;
}

.kp-order-confirmation-hero__icon {
	align-items: center;
	display: grid;
	height: 132px;
	justify-items: center;
	margin-bottom: 18px;
	position: relative;
	width: 132px;
}

.kp-order-confirmation-hero__icon-ring {
	background: rgba(24, 175, 120, 0.12);
	border-radius: 999px;
	box-shadow: 0 0 0 10px rgba(24, 175, 120, 0.08), 0 0 0 22px rgba(24, 175, 120, 0.04);
	inset: 0;
	position: absolute;
}

.kp-order-confirmation-hero__icon-core {
	align-items: center;
	background: linear-gradient(180deg, #17b56d 0%, #11a964 100%);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(17, 169, 100, 0.18);
	color: #fff;
	display: inline-flex;
	font-size: 44px;
	font-weight: 700;
	height: 82px;
	justify-content: center;
	line-height: 1;
	position: relative;
	width: 82px;
}

.kp-order-confirmation-hero__eyebrow {
	color: #18a96a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.38em;
	line-height: 1.2;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.kp-order-confirmation-hero__title {
	color: #1a1d36;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.95;
	margin: 0 0 32px;
	max-width: 14ch;
}

.kp-order-confirmation-hero__pill {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
	border: 1px solid #d9dee8;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(20, 24, 50, 0.06);
	color: #7a8194;
	display: inline-flex;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-bottom: 26px;
	padding: 15px 24px;
}

.kp-order-confirmation-hero__pill strong {
	color: #1a1d36;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.kp-order-confirmation-hero__message {
	color: #70788c;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.kp-order-confirmation-hero__message strong {
	color: #1a1d36;
	font-weight: 700;
}

.kp-order-confirmation .woocommerce-order-overview {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.kp-order-confirmation .woocommerce-order-overview + .woocommerce-order-details,
.kp-order-confirmation .woocommerce-order-details {
	margin-top: 28px;
}

.kp-order-confirmation .woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details {
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	border: 1px solid #dfe5f1;
	border-collapse: separate;
	border-radius: 20px;
	border-spacing: 0;
	box-shadow: 0 10px 30px rgba(20, 24, 50, 0.05);
	overflow: hidden;
	width: 100%;
}

.kp-order-confirmation .woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details th,
.kp-order-confirmation .woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details td {
	border-color: #edf1f7;
	padding: 16px 20px;
}

.kp-order-confirmation .woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details thead th {
	text-align: left;
}

.kp-order-confirmation .woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details thead th:last-child,
.kp-order-confirmation .woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tbody td:last-child,
.kp-order-confirmation .woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tfoot th:last-child,
.kp-order-confirmation .woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tfoot td:last-child {
	text-align: right;
}

.kp-order-confirmation .woocommerce-customer-details {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	width: 100%;
}

.kp-order-confirmation .woocommerce-customer-details .woocommerce-columns--addresses,
.kp-order-confirmation .woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
	align-items: stretch;
	flex: auto;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 22px;
	margin: 0;
	width: 100%;
}

.kp-order-confirmation .woocommerce-customer-details .woocommerce-column,
.kp-order-confirmation .woocommerce-customer-details .woocommerce-column--billing-address,
.kp-order-confirmation .woocommerce-customer-details .woocommerce-column--shipping-address {
	float: none !important;
	flex: 1 1 0;
	height: auto;
	margin: 0;
	min-width: 0;
	padding: 0;
	width: auto !important;
}

.kp-order-confirmation .woocommerce-customer-details .woocommerce-column--billing-address,
.kp-order-confirmation .woocommerce-customer-details .woocommerce-column--shipping-address {
	max-width: none !important;
}

.kp-order-confirmation .woocommerce-customer-details .woocommerce-column__title {
	color: #1a1d36;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 14px;
}

.kp-order-confirmation .woocommerce-customer-details address {
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	border: 1px solid #dfe5f1;
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(20, 24, 50, 0.05);
	color: #70788c;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	font-style: normal;
	gap: 10px;
	margin: 0;
	min-height: 100%;
	padding: 24px 26px;
}

.kp-order-confirmation .woocommerce-customer-details address p {
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
	align-items: stretch;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin: 24px 0 0;
	max-width: none !important;
	width: 100% !important;
}

.woocommerce-account .woocommerce {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	flex: 0 0 260px;
	float: none;
	width: 260px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	flex: 1 1 auto;
	max-width: none;
	width: auto;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
	float: none !important;
	margin: 0;
	min-width: 0;
	padding: 0;
	width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 14px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
	color: #1a1d36;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	border: 1px solid #dfe5f1;
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(20, 24, 50, 0.05);
	color: #70788c;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	font-style: normal;
	gap: 10px;
	margin: 0;
	min-height: 100%;
	max-width: none;
	padding: 24px 26px;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address p {
	margin: 0;
}

.kp-cart-hero-inner {
	padding: 24px 0 24px;
}

.kp-cart-title {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	margin: 0 0 18px;
}

	.kp-checkout-steps {
		align-items: center;
		display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.kp-checkout-step {
	align-items: center;
	color: #7f8799;
	display: flex;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	position: relative;
}

.kp-checkout-step:not(:last-child) {
	margin-right: 34px;
}

.kp-checkout-step:not(:last-child)::after {
	background: #e5eaf2;
	content: "";
	height: 2px;
	left: calc(100% + 8px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.kp-step-number {
	align-items: center;
	background: #eef2f7;
	border-radius: 999px;
	color: #6e7688;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.kp-checkout-step.is-active .kp-step-number,
.kp-checkout-step.is-complete .kp-step-number {
	background: #050505;
	color: #fff;
}

.kp-checkout-step.is-active .kp-step-number {
	background: #0066ff;
	color: #fff;
}

.kp-checkout-step.is-active .kp-step-label,
.kp-checkout-step.is-complete .kp-step-label {
	color: #171a3a;
}

.kp-site-footer {
	background: #020202;
	border: 0;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
}

.kp-footer-main {
	padding: 92px 0 34px;
}

.kp-footer-grid {
	align-items: start;
	column-gap: 68px;
	display: grid;
	grid-template-columns: minmax(290px, 1.35fr) repeat(4, minmax(120px, 1fr));
	row-gap: 0;
}

.kp-footer-brand {
	max-width: 370px;
}

.kp-footer-logo {
	display: inline-block;
	margin-bottom: 34px;
}

.kp-footer-logo img {
	display: block;
	height: auto;
	max-width: 270px;
}

.kp-footer-badge-group,
.kp-footer-badge-single {
	display: block;
}

.kp-footer-badge-group {
	margin-bottom: 18px;
}

.kp-footer-badge-group img {
	display: block;
	height: auto;
	max-width: 340px;
	width: 100%;
}

.kp-footer-copy {
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	max-width: 310px;
}

.kp-footer-copy--wide {
	margin-bottom: 30px;
}

.kp-footer-badge-single {
	margin-bottom: 18px;
}

.kp-footer-badge-single img {
	display: block;
	height: auto;
	max-width: 84px;
}

.kp-site-footer .kp-footer-heading {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.28em;
	line-height: 1.2;
	margin: 8px 0 16px;
	text-transform: uppercase;
}

.kp-footer-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.kp-site-footer .kp-footer-links a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}

.kp-site-footer .kp-footer-links a:hover,
.kp-site-footer .kp-footer-links a:focus {
	color: #fff;
}

.kp-footer-lower {
	align-items: flex-end;
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	margin-top: 8px;
	width: 100%;
}

.kp-footer-nasa {
	max-width: 360px;
}

.kp-footer-bottom {
	display: flex;
	justify-content: flex-end;
}

.kp-footer-bottom-right {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: left;
}

.kp-footer-legal {
	color: rgba(255, 255, 255, 0.52);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.kp-footer-region {
	align-items: center;
	display: flex;
	gap: 22px;
}

.kp-footer-region a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.kp-footer-region a.is-active,
.kp-footer-region a:hover,
.kp-footer-region a:focus {
	color: #fff;
}

.kp-cart-page-wrap {
	padding-top: 26px;
}

body.woocommerce-cart {
	background: #F5F7FA;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
}

body.woocommerce-cart .kp-cart-page-wrap,
body.woocommerce-cart .kp-cart-page-wrap *,
body.woocommerce-cart .woocommerce,
body.woocommerce-cart .woocommerce *,
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .wc-block-cart *,
body.woocommerce-cart input,
body.woocommerce-cart select,
body.woocommerce-cart textarea,
body.woocommerce-cart button {
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
}


.kp-cart-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.8fr) minmax(320px, 420px);
}

.kp-cart-main,
.kp-cart-sidebar {
	min-width: 0;
}

.kp-cart-table {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 20px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

.kp-cart-table thead th {
	background: #fff;
	border-bottom: 1px solid #e7edf6;
	color: #78829a;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2em;
	padding: 22px 24px;
	text-transform: uppercase;
}

.kp-cart-table .product-column-product {
	width: 54%;
}

.kp-cart-table tbody td {
	background: #fff;
	border-bottom: 1px solid #e7edf6;
	padding: 26px 24px;
	vertical-align: middle;
}

.kp-cart-table tbody tr:last-child td {
	border-bottom: 0;
}

.kp-cart-item .product-remove {
	text-align: center;
	width: 56px;
}

.kp-cart-item .product-remove a.remove {
	color: #6b7287 !important;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}

.kp-cart-product {
	align-items: center;
	display: flex;
	gap: 20px;
}

.kp-cart-product-media {
	flex: 0 0 190px;
}

.kp-cart-product-content {
	flex: 1 1 auto;
	min-width: 0;
}

.kp-cart-product-media img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.kp-cart-product-name,
.kp-cart-product-name a {
	color: #171a3a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.kp-cart-product-meta {
	color: #7b849c;
	font-size: 13px;
	margin-top: 6px;
}

.kp-cart-product-meta .woocommerce-Price-amount,
.kp-cart-product-meta .amount,
.kp-cart-product-meta .price {
	display: none;
}

.kp-cart-table .product-price,
.kp-cart-table .product-subtotal {
	color: #2d324b;
	font-size: 19px;
	font-weight: 600;
}

.kp-cart-table .product-subtotal {
	font-size: 20px;
	font-weight: 700;
}

.kp-cart-table .quantity .qty {
	border: 1px solid #dfe5f1;
	border-radius: 12px;
	color: #171a3a;
	font-size: 16px;
	font-weight: 600;
	height: 52px;
	padding: 0 12px;
	text-align: center;
	width: 84px;
}

.kp-cart-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.kp-cart-coupon {
	align-items: center;
	display: flex;
	gap: 10px;
}

.kp-cart-coupon .input-text {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 14px;
	height: 58px;
	min-width: 230px;
	padding: 0 18px;
}

.kp-cart-coupon .button,
.kp-update-cart-button {
	background: #fff;
	border: 1.5px solid #20263f;
	border-radius: 14px;
	box-shadow: none;
	color: #20263f;
	font-size: 15px;
	font-weight: 700;
	height: 58px;
	padding: 0 28px;
	text-transform: uppercase;
}

.kp-cart-actions-right {
	align-items: center;
	display: flex;
	gap: 18px;
}

.kp-continue-shopping {
	color: #0f62fe;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.kp-cart-summary-card,
.kp-cart-note-card {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 20px;
	padding: 28px 30px;
}

.kp-cart-summary-card h2 {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.36px;
	line-height: 20.7px;
	margin: 0 0 24px;
}

.kp-cart-summary-card table {
	margin: 0;
}

.kp-cart-summary-card table th,
.kp-cart-summary-card table td {
	border-bottom: 1px solid #e7edf6;
	color: #5f6880;
	font-size: 16px;
	font-weight: 500;
	padding: 16px 0;
}

.kp-cart-summary-card table td {
	color: #20263f;
	font-weight: 700;
	text-align: right;
}

.kp-cart-summary-card .order-total th,
.kp-cart-summary-card .order-total td {
	border-bottom: 0;
	color: #171a3a;
	font-size: 20px;
	font-weight: 800;
	padding-top: 22px;
}

.kp-proceed-to-checkout {
	margin-top: 12px;
}

.kp-checkout-button {
	align-items: center;
	background: #0f62fe !important;
	border: 0 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: #fff !important;
	display: flex !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	justify-content: center;
	gap: 10px;
	min-height: 68px;
	text-transform: uppercase;
}

.kp-secure-checkout {
	align-items: center;
	color: #7f8799;
	display: flex;
	font-size: 14px;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}

.kp-secure-icon {
	font-size: 16px;
}

.kp-cart-note-card {
	background: #0f1830;
	border-color: #0f1830;
	color: rgba(255, 255, 255, 0.78);
	margin-top: 22px;
}

.kp-cart-note-title {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 16px;
}

.kp-cart-note-card p {
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 20px;
}

.kp-cart-note-card p:last-child {
	margin-bottom: 0;
}

.kp-cart-cross-sells-section {
	background: #f5f7fa;
	margin: 56px 0 0 calc(50% - 50vw);
	padding: 38px 42px 56px;
	width: 100vw;
}

.kp-cart-cross-sells {
	clear: both;
	display: block;
	margin: 0;
	max-width: none;
	padding: 0;
	position: relative;
	width: 100%;
}

.kp-cart-recommendations-title {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 46px;
}

.kp-cart-recommendations-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

.kp-cart-recommendation-card {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe5ef;
	border-radius: 18px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 58px;
	min-height: 144px;
	padding: 24px;
}

.kp-cart-recommendation-link {
	align-items: center;
	color: inherit;
	display: grid;
	gap: 26px;
	grid-template-columns: 130px minmax(0, 1fr);
	min-width: 0;
	text-decoration: none;
}

.kp-cart-recommendation-image {
	align-items: center;
	background: #f1f4f8;
	border-radius: 12px;
	display: flex;
	flex: 0 0 112px;
	height: 88px;
	justify-content: center;
	overflow: hidden;
	width: 112px;
}

.kp-cart-recommendation-image img {
	display: block;
	height: 72px;
	margin: 0;
	object-fit: contain;
	width: 92px;
}

.kp-cart-recommendation-info {
	display: block;
	min-width: 0;
}

.kp-cart-recommendation-name {
	color: #171a3a;
	display: block;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	margin-bottom: 8px;
	overflow-wrap: anywhere;
}

.kp-cart-recommendation-price {
	color: #2a2f3c;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
}

.kp-cart-recommendation-price del {
	color: #8b93a6;
	margin-right: 8px;
	opacity: 1;
}

.kp-cart-recommendation-price ins {
	text-decoration: none;
}

.kp-cart-recommendation-add {
	align-items: center;
	background: #f5f7fb !important;
	border: 0 !important;
	border-radius: 14px !important;
	box-shadow: none !important;
	color: #0066ff !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 58px;
	justify-content: center;
	line-height: 1;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 58px;
}

.kp-cart-recommendation-add::before {
	content: "+";
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
}

.kp-cart-recommendation-add:hover,
.kp-cart-recommendation-add:focus {
	background: #eaf1ff !important;
	color: #0050cc !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-title,
body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-name {
	color: #171a3a !important;
	font-family: "Bricolage Grotesque", "Inter", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	margin: 0 0 6px !important;
	padding: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-image,
body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-image {
	align-items: center !important;
	background: #f1f4f8 !important;
	border-radius: 12px !important;
	display: flex !important;
	height: 88px !important;
	justify-content: center !important;
	margin: 0 !important;
	overflow: hidden !important;
	width: 112px !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-image a,
body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-image a {
	align-items: center !important;
	display: flex !important;
	height: 100% !important;
	justify-content: center !important;
	width: 100% !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-image img,
body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-image img {
	display: block !important;
	height: 72px !important;
	margin: 0 !important;
	max-height: 72px !important;
	max-width: 92px !important;
	object-fit: contain !important;
	width: 92px !important;
}

.kp-cart-cross-sells .cross-sells > h2 {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 46px;
}

.kp-cart-cross-sells ul.products {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.kp-cart-cross-sells ul.products::before,
.kp-cart-cross-sells ul.products::after {
	display: none;
}

.kp-cart-cross-sells ul.products li.product {
	background: #fff;
	border: 1px solid #dfe5ef;
	border-radius: 24px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
	margin: 0;
	min-height: 146px;
	min-width: 0;
	padding: 26px 92px 26px 26px;
	position: relative;
	width: 100%;
}

.kp-cart-cross-sells ul.products li.product a.woocommerce-LoopProduct-link {
	align-items: center;
	color: inherit;
	display: grid;
	gap: 20px;
	grid-template-columns: 138px minmax(0, 1fr);
	grid-template-rows: auto auto;
	text-decoration: none;
}

.kp-cart-cross-sells ul.products li.product a img {
	align-self: center;
	background: linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
	border-radius: 18px;
	grid-column: 1;
	grid-row: 1 / span 2;
	height: 92px;
	margin: 0;
	object-fit: contain;
	padding: 8px 10px;
	width: 138px;
}

.kp-cart-cross-sells ul.products li.product .woocommerce-loop-product__title {
	align-self: end;
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 22px;
	font-weight: 700;
	grid-column: 2;
	grid-row: 1;
	line-height: 1.12;
	margin: 0;
}

.kp-cart-cross-sells ul.products li.product .price {
	align-self: start;
	color: #222632;
	font-size: 18px;
	font-weight: 500;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.2;
	margin: 6px 0 0;
}

.kp-cart-cross-sells ul.products li.product .price del {
	color: #8b93a6;
	margin-right: 8px;
	opacity: 1;
}

.kp-cart-cross-sells ul.products li.product .price ins {
	text-decoration: none;
}

.kp-cart-cross-sells ul.products li.product .star-rating,
.kp-cart-cross-sells ul.products li.product .onsale,
.kp-cart-cross-sells ul.products li.product a.added_to_cart {
	display: none !important;
}

.kp-cart-cross-sells ul.products li.product a.button {
	align-items: center;
	background: #f5f7fb;
	border: 0;
	border-radius: 16px;
	box-shadow: none;
	color: #0066ff;
	display: inline-flex;
	font-size: 0;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 0;
	padding: 0;
	position: absolute;
	right: 26px;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
}

.kp-cart-cross-sells ul.products li.product a.button::before {
	content: "+";
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
}

.kp-cart-cross-sells ul.products li.product a.button:hover,
.kp-cart-cross-sells ul.products li.product a.button:focus {
	background: #eaf1ff;
	color: #0050cc;
}

body.woocommerce-cart .woocommerce a.checkout-button,
body.woocommerce-cart .woocommerce button[name="apply_coupon"],
body.woocommerce-cart .woocommerce button[name="update_cart"] {
	border-radius: 14px !important;
	box-shadow: none !important;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-weight: 700 !important;
	min-height: 56px;
	text-transform: uppercase;
}

body.woocommerce-cart .woocommerce a.checkout-button {
	background: #0066FF !important;
	border: 1px solid #0066FF !important;
	border-radius: 8px !important;
	color: #ffffff !important;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button:not(.outlined) {
	background: #0066FF !important;
	border: 1px solid #0066FF !important;
	border-radius: 8px !important;
	color: #ffffff !important;
}

body.woocommerce-cart .woocommerce button[name="apply_coupon"],
body.woocommerce-cart .woocommerce button[name="update_cart"] {
	background: #ffffff !important;
	border: 1.5px solid #20263f !important;
	color: #20263f !important;
}

body.woocommerce-cart .woocommerce a.checkout-button:hover,
body.woocommerce-cart .woocommerce a.checkout-button:focus {
	background: #0052cc !important;
	border-color: #0052cc !important;
	color: #ffffff !important;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus,
body.woocommerce-cart .wc-block-components-button:not(.outlined):hover,
body.woocommerce-cart .wc-block-components-button:not(.outlined):focus {
	background: #0052cc !important;
	border-color: #0052cc !important;
	color: #ffffff !important;
}

body.woocommerce-cart .woocommerce button[name="apply_coupon"]:hover,
body.woocommerce-cart .woocommerce button[name="apply_coupon"]:focus,
body.woocommerce-cart .woocommerce button[name="update_cart"]:hover,
body.woocommerce-cart .woocommerce button[name="update_cart"]:focus {
	background: #20263f !important;
	border-color: #20263f !important;
	color: #ffffff !important;
}

body.woocommerce-cart .wc-block-cart-item__prices {
	display: none !important;
}

body.woocommerce-cart .wc-block-cart__main .wc-block-cart-items {
	border-bottom: 0 !important;
}

body.woocommerce-cart .wc-block-cart-items tbody tr:last-child td,
body.woocommerce-cart .wc-block-cart-items tbody tr:last-of-type td,
body.woocommerce-cart .wc-block-cart-items__row:last-child td,
body.woocommerce-cart .wc-block-cart-items__row:last-of-type td {
	border-bottom: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
body.woocommerce-cart .wc-block-cart__totals-title {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.36px;
	line-height: 20.7px;
	margin: 0 0 24px;
	text-transform: none;
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label,
body.woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-formatted-money-amount {
	color: #6c7180 !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
	background: #fff !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 18px !important;
	border-radius: 12px !important;
	border: #0A16281A solid 1px !important;
}

body.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header-image,
body.woocommerce-cart .wc-block-cart-items td.wc-block-cart-item__image {
	width: 140px !important;
}

body.woocommerce-cart .wc-block-cart-items td.wc-block-cart-item__image img {
	width: 100% !important;
	max-width: 150px !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
	align-items: start !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main{
	align-self: start;
	margin-right: 3.5283018868%;
	width: 60%;
	background-color: #fff;
	padding: 10px;
	border-radius: 12px;
	border: #0A16281A solid 1px !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	align-self: start;
}

@media (max-width: 991px) {
	body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main{
		margin-right: 0;
		width: 100%;
	}

	body.woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
		margin-top: 20px !important;
	}

	.kp-cart-cross-sells {
		padding-left: 0;
		padding-right: 0;
	}

	.kp-cart-cross-sells-section {
		padding-left: 24px;
		padding-right: 24px;
	}

	.kp-cart-recommendations-grid {
		grid-template-columns: 1fr;
	}

	.kp-cart-recommendation-card {
		min-height: 128px;
	}

	.kp-cart-cross-sells ul.products {
		grid-template-columns: 1fr;
	}

	.kp-cart-cross-sells ul.products li.product {
		padding: 20px 84px 20px 20px;
	}

	.kp-cart-cross-sells ul.products li.product a.woocommerce-LoopProduct-link {
		gap: 14px;
		grid-template-columns: 100px minmax(0, 1fr);
	}

	.kp-cart-cross-sells ul.products li.product a img {
		height: 88px;
		width: 100px;
	}

	.kp-cart-cross-sells .cross-sells > h2 {
		font-size: 30px;
		margin-bottom: 28px;
	}
}

@media (max-width: 768px) {
	.kp-order-confirmation {
		padding: 40px 0 16px;
	}

	.kp-order-confirmation-hero {
		margin-bottom: 28px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.kp-order-confirmation-hero__icon {
		height: 108px;
		margin-bottom: 12px;
		width: 108px;
	}

	.kp-order-confirmation-hero__icon-core {
		font-size: 34px;
		height: 66px;
		width: 66px;
	}

	.kp-order-confirmation-hero__eyebrow {
		font-size: 11px;
		letter-spacing: 0.28em;
		margin-bottom: 16px;
	}

	.kp-order-confirmation-hero__title {
		font-size: clamp(30px, 9vw, 44px);
		margin-bottom: 22px;
	}

	.kp-order-confirmation-hero__pill {
		font-size: 14px;
		margin-bottom: 18px;
		padding: 13px 18px;
	}

	.kp-order-confirmation-hero__message {
		font-size: 16px;
		line-height: 1.55;
	}

	.kp-order-confirmation .woocommerce-customer-details .woocommerce-columns--addresses {
		display: grid !important;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		grid-template-columns: 1fr;
	}

	.kp-order-confirmation .woocommerce-customer-details address {
		border-radius: 20px;
		padding: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
	.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
		display: grid !important;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce {
		display: block;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
		border-radius: 20px;
		padding: 20px;
	}

	.checkout-order-summary-block-fill {
		padding: 10px !important;
	}

	}

body.woocommerce-checkout.kp-custom-checkout {
	background: #f5f7fa;
}

body.woocommerce-checkout.kp-custom-checkout .wrap-detail-page {
	padding-top: 26px;
}

body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout {
	background: transparent;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	margin: 0 auto;
	max-width: none;
	padding-top: 0;
	width: 100%;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout *,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout * {
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout textarea,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout button,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout input,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout select,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout textarea,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout button {
	font: inherit;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar-layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.9fr) minmax(320px, 360px);
	max-width: 1320px;
	margin: 0 auto;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__main {
	min-width: 0;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__login-prompt {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	color: #6b7280;
	float: none;
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 18px;
	padding: 12px 16px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__login-prompt a {
	color: #171a3a;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 20px;
	padding: 28px 30px 30px;
}

body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-totals-block {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-payment-block {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    padding: 10px;
    margin-top: 10px;
}

body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-terms-block {
	background: transparent;
	border: 0;
	box-shadow: none;
	order: 3;
	padding: 0 0 0;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input:focus, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox-control .components-combobox-control__input, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__country select, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__state select, body.woocommerce-checkout.kp-custom-checkout .wc-blocks-components-select .wc-blocks-components-select__select, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea textarea{
	border-radius:8px !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__sidebar, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar {
	border-radius: 15px !important;
}
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-large {
	padding: 15px !important;
}
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-item, body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item {
	font-size: 14px !important;
    padding: 0px 0px !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
	margin-top: 0px !important;
}
.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
	background-color: #fff;
	padding: 15px 0 0;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-panel,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block > div {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 15px;
}

body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 10px;
}

body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
	margin-top: 12px;
	padding-top: 12px;
}

body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-payment-block {
	order: 1;
	padding: 16px 18px 18px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-title,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__heading-title {
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 15px;
	box-shadow: none;
	margin-bottom: 18px;
	overflow: hidden;
	padding: 15px;
}
.wc-block-components-radio-control--highlight-checked:after{
	border: none !important;
}
/* body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__heading,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__container {
	padding-left: 24px;
	padding-right: 24px;
} */
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background-color: #0066FF !important;
    border-radius: 8px;
    padding: 11px;
    font-size: 18px;
}
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__heading {
	padding-top: 22px;
}
span#radio-control-0-kayakpro_shipping\:7__label {
    margin-left: 26px;
}
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__content > * + * {
	margin-top: 14px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-actions-block,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-actions-block,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	order: 2;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row {
	align-items: stretch;
	flex-direction: column;
	gap: 12px;
	justify-content: flex-start;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__terms {
	display: block;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.45;
	margin: 16px 0 0;
	padding-top: 16px;
	text-align: left;
}

body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout-terms-block .wc-block-checkout__terms {
	border-top: 1px solid #e7edf6;
	padding-top: 16px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__terms a {
	color: #1665f7;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__terms a:hover,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__terms a:focus {
	text-decoration: underline;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form .wc-block-components-address-form__address_2-container,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__content .wc-block-components-text-input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__content .wc-block-components-combobox,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__content .wc-block-components-textarea,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__content .wc-blocks-components-select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__content .wc-block-components-checkbox,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__content .wc-block-components-radio-control {
	margin-bottom: 14px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox-control .components-combobox-control__input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__country select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__state select,
body.woocommerce-checkout.kp-custom-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea textarea {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 14px;
	box-shadow: none;
	color: #171a3a;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	min-height: 56px;
	padding: 28px 16px 12px;
	-webkit-appearance: none;
	appearance: none;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-form .wc-block-components-text-input label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__address_2-toggle {
	color: #6e7688;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.1;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea label,
body.woocommerce-checkout.kp-custom-checkout .wc-blocks-components-select__label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox-control label {
	left: 16px;
	top: 10px;
	transform: none;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input,
body.woocommerce-checkout.kp-custom-checkout .wc-blocks-components-select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__country,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__state {
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input::placeholder,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox-control .components-combobox-control__input::placeholder,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea textarea::placeholder {
	color: transparent;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__country select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__state select,
body.woocommerce-checkout.kp-custom-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
	padding-right: 44px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__country option,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__state option,
body.woocommerce-checkout.kp-custom-checkout .wc-blocks-components-select .wc-blocks-components-select__select option {
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 15px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-radio-control__option {
	background: #fff;
	border: 1px solid #dfe5f1;
	border-radius: 14px;
	box-shadow: none;
	margin-bottom: 12px;
	padding: 18px 20px;
}
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option-layout, body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option, body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label-group {
	align-items: normal !important;
}
.wc-block-components-radio-control-accordion-content{
	padding: 0px;
}
.wc-braintree-blocks-custom__form .row .col-md-3>*,
.wc-braintree-blocks-custom__form .row .col-md-6>*{
    margin: 0px 0px 15px 0px !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-radio-control__option-checked {
/*	border-color: #0066ff; */
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option-layout,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label-group {
	align-items: center;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option-layout {
	display: flex;
	gap: 16px;
	justify-content: flex-start;
	width: 100%;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label-group {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
	color: #6e7688;
	flex: 0 1 auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-formatted-money-amount {
	color: #4a4f5f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin-left: auto;
	white-space: nowrap;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-button:not(.is-link):not(.outlined),
body.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout #payment input#place_order,
body.woocommerce-checkout #payment button#place_order,
body.woocommerce-checkout #payment .place-order .button,
body.woocommerce-checkout #payment .place-order button.button,
body.woocommerce-checkout #payment .place-order input.button,
body.woocommerce-checkout form.checkout #place_order,
body.woocommerce-checkout form.checkout button[name="woocommerce_checkout_place_order"],
body.woocommerce-checkout form.checkout input[name="woocommerce_checkout_place_order"],
body.woocommerce-checkout .woocommerce-checkout-payment #place_order,
body.woocommerce-checkout .woocommerce #payment .button.alt {
	background: #0066ff !important;
	border: 1px solid #0066ff !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex !important;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 16px !important;
	font-weight: 700 !important;
	justify-content: center;
	min-height: 56px;
	padding: 12px 24px !important;
	text-transform: uppercase;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-place-order-button:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-button:not(.is-link):not(.outlined):hover,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-button:not(.is-link):not(.outlined):focus,
body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout #payment #place_order:focus,
body.woocommerce-checkout #payment input#place_order:hover,
body.woocommerce-checkout #payment input#place_order:focus,
body.woocommerce-checkout #payment button#place_order:hover,
body.woocommerce-checkout #payment button#place_order:focus,
body.woocommerce-checkout #payment .place-order .button:hover,
body.woocommerce-checkout #payment .place-order .button:focus,
body.woocommerce-checkout #payment .place-order button.button:hover,
body.woocommerce-checkout #payment .place-order button.button:focus,
body.woocommerce-checkout #payment .place-order input.button:hover,
body.woocommerce-checkout #payment .place-order input.button:focus,
body.woocommerce-checkout form.checkout #place_order:hover,
body.woocommerce-checkout form.checkout #place_order:focus,
body.woocommerce-checkout form.checkout button[name="woocommerce_checkout_place_order"]:hover,
body.woocommerce-checkout form.checkout button[name="woocommerce_checkout_place_order"]:focus,
body.woocommerce-checkout form.checkout input[name="woocommerce_checkout_place_order"]:hover,
body.woocommerce-checkout form.checkout input[name="woocommerce_checkout_place_order"]:focus,
body.woocommerce-checkout .woocommerce-checkout-payment #place_order:hover,
body.woocommerce-checkout .woocommerce-checkout-payment #place_order:focus,
body.woocommerce-checkout .woocommerce #payment .button.alt:hover,
body.woocommerce-checkout .woocommerce #payment .button.alt:focus {
	background: #0052cc !important;
	border-color: #0052cc !important;
}

.woocommerce-checkout #payment #place_order,
.woocommerce-checkout #payment input#place_order,
.woocommerce-checkout #payment button#place_order,
.woocommerce-checkout #payment .place-order .button,
.woocommerce-checkout #payment .place-order button.button,
.woocommerce-checkout #payment .place-order input.button,
.woocommerce-checkout form.checkout #place_order,
.woocommerce-checkout form.checkout button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout form.checkout input[name="woocommerce_checkout_place_order"] {
	background: #0066ff !important;
	background-color: #0066ff !important;
	background-image: none !important;
	border: 1px solid #0066ff !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	display: block !important;
	font-family: "Bricolage Grotesque", "Inter", sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	min-height: 56px !important;
	padding: 12px 24px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	width: 100% !important;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus,
.woocommerce-checkout #payment input#place_order:hover,
.woocommerce-checkout #payment input#place_order:focus,
.woocommerce-checkout #payment button#place_order:hover,
.woocommerce-checkout #payment button#place_order:focus,
.woocommerce-checkout #payment .place-order .button:hover,
.woocommerce-checkout #payment .place-order .button:focus,
.woocommerce-checkout #payment .place-order button.button:hover,
.woocommerce-checkout #payment .place-order button.button:focus,
.woocommerce-checkout #payment .place-order input.button:hover,
.woocommerce-checkout #payment .place-order input.button:focus,
.woocommerce-checkout form.checkout #place_order:hover,
.woocommerce-checkout form.checkout #place_order:focus,
.woocommerce-checkout form.checkout button[name="woocommerce_checkout_place_order"]:hover,
.woocommerce-checkout form.checkout button[name="woocommerce_checkout_place_order"]:focus,
.woocommerce-checkout form.checkout input[name="woocommerce_checkout_place_order"]:hover,
.woocommerce-checkout form.checkout input[name="woocommerce_checkout_place_order"]:focus {
	background: #0052cc !important;
	background-color: #0052cc !important;
	border-color: #0052cc !important;
	color: #ffffff !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order {
	align-items: stretch;
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order #place_order {
	order: 1;
}

.woocommerce-checkout .woocommerce-checkout-payment .kp-checkout-payment-copy {
	clear: both;
	order: 2;
	margin: 14px auto 0;
	max-width: 520px;
	text-align: center;
	width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-payment .kp-checkout-secure-payment {
	align-items: center;
	color: #6b7280;
	display: inline-flex;
	font-size: 18px;
	font-weight: 400;
	gap: 10px;
	line-height: 1.35;
	margin-bottom: 12px;
}

.woocommerce-checkout .woocommerce-checkout-payment .kp-checkout-secure-icon {
	color: #6b7280;
	display: inline-flex;
	flex: 0 0 auto;
	height: 22px;
	width: 22px;
}

.woocommerce-checkout .woocommerce-checkout-payment .kp-checkout-secure-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-payment .kp-checkout-policy-copy {
	color: #6b7280;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .kp-checkout-policy-copy a {
	color: #1665f7;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-checkout .woocommerce-checkout-payment .kp-checkout-policy-copy a:hover,
.woocommerce-checkout .woocommerce-checkout-payment .kp-checkout-policy-copy a:focus {
	text-decoration: underline;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary {
	border-top: 1px solid #e7edf6;
	margin-top: 18px;
	padding-top: 18px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-panel__content,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-panel__button,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-order-summary__content {
	padding-top: 16px;
	padding-bottom: 16px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-item,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item {
	color: #5f6880;
	font-size: 16px;
	padding: 18px 0;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-item__value,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	color: #171a3a;
	font-weight: 700;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item {
	border-top: 1px solid #e7edf6;
	margin-top: 10px;
	padding-top: 20px !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	font-size: 20px;
	font-weight: 800;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-return-to-cart-button {
	color: #0f62fe;
	font-weight: 600;
	text-decoration: none;
}

/* Checkout refinement */
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout,
body.woocommerce-checkout.kp-custom-checkout .wp-block-woocommerce-checkout {
	color: #475569;
	font-size: 14px;
	line-height: 1.45;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-title,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__heading-title {
	font-size: 20px;
	line-height: 1.2;
}

body.woocommerce-checkout.kp-custom-checkout .entry-content h3 {
	font-size: 16px;
	line-height: 1.25;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-validation-error,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-radio-control__secondary-label {
	font-size: 13px;
	line-height: 1.35;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox-control .components-combobox-control__input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__country select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__state select,
body.woocommerce-checkout.kp-custom-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea textarea {
	font-size: 14px;
	line-height: 1.35;
	min-height: 54px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__country select,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-address-form__state select,
body.woocommerce-checkout.kp-custom-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
	height: 54px;
	padding: 22px 44px 8px 16px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea {
	align-items: center;
	display: flex;
	min-height: 74px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea label {
	top: 50%;
	transform: translateY(-50%);
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-textarea textarea {
	min-height: 74px;
	padding-bottom: 18px;
	padding-top: 18px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option-layout,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label-group {
	text-align: left;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option-layout {
	gap: 12px;
	justify-content: flex-start;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label-group {
	align-items: center !important;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 4px;
	white-space: nowrap;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
	color: #475569;
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
	white-space: nowrap;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-formatted-money-amount {
	font-size: 14px;
	line-height: 1.35;
	margin-left: 0;
	white-space: nowrap;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-label::before {
	content: "";
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary {
	margin-top: 12px;
	padding-top: 12px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-panel__content,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-panel__button,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar .wc-block-components-order-summary__content {
	padding-top: 10px;
	padding-bottom: 10px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary-item__image {
	width: 52px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary-item__image img {
	border-radius: 8px;
	max-width: 52px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary-item__quantity {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary-item__name {
	font-size: 13px;
	line-height: 1.3;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary-item__individual-prices,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary-item__total-price {
	font-size: 13px;
	line-height: 1.3;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-order-summary-item__individual-prices {
	display: none;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-item,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item {
	font-size: 14px !important;
	line-height: 1.35;
	padding: 10px 0 !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon {
	display: none !important;
	padding-top: 8px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout .wc-block-components-totals-coupon {
	display: none !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon-link {
	align-items: center;
	color: #5f6880;
	display: inline-flex;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:hover,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon-link:hover,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon-link:focus {
	color: #0066ff;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form {
	align-items: stretch;
	gap: 12px;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form * {
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	flex: 1 1 0;
	min-width: 0;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"] {
	font-size: 15px !important;
	line-height: 1.35 !important;
	min-height: 56px !important;
	padding: 24px 16px 12px !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input label {
	color: #6e7688 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	left: 16px !important;
	right: auto !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	text-align: left;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	flex: 0 0 auto;
	font-family: "Bricolage Grotesque", "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	min-height: 56px;
	padding: 0 30px;
	background: #0066ff !important;
	border: 1px solid #0066ff !important;
	border-radius: 12px !important;
	color: #fff !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input:focus-within label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input input:focus + label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input input:-webkit-autofill + label {
	color: #7b849c !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	right: 16px !important;
	top: 8px !important;
	transform: none !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item {
	padding-top: 14px !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	font-size: 17px;
}

@media (max-width: 991px) {
	body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout.kp-custom-checkout .wc-block-checkout__sidebar,
	body.woocommerce-checkout.kp-custom-checkout .wc-block-components-sidebar {
		padding: 22px 20px 24px;
	}
}

@media (max-width: 991px) {
	.kp-header-bar .container,
	.kp-cart-hero .container,
	.kp-footer-main .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.kp-header-inner {
		gap: 14px;
		min-height: auto;
		padding: 18px 0;
		text-align: center;
	}

	.kp-primary-nav {
		display: none;
	}

	.kp-header-branding {
		display: flex;
		align-items: center;
		flex: 0 0 100%;
		justify-content: center;
		margin-top: 20px !important;
		min-width: 0;
		text-align: center;
	}

	.kp-header-branding .custom-logo-link {
		display: inline-block;
		margin: 0 auto;
	}

	.kp-header-branding .custom-logo {
		margin: 0 auto;
	}

	.kp-header-actions {
		align-items: center;
		display: flex;
		flex: 0 0 100%;
		gap: 14px;
		margin-left: 0;
		order: 3;
		justify-content: center;
	}

	.kp-mobile-menu-container {
		display: block;
		flex: 0 0 100%;
		order: 2;
		width: 100%;
	}

	.kp-mobile-menu-container .slicknav_menu {
		background: transparent;
		padding: 0;
		position: relative;
		z-index: 40;
	}

	.kp-mobile-menu-container .slicknav_btn {
		align-items: center;
		background: #f1f5f9;
		border-radius: 12px;
		display: inline-flex;
		float: none;
		gap: 8px;
		margin: 0;
		padding: 10px 14px;
		text-shadow: none;
	}

	.kp-mobile-menu-container .slicknav_menutxt {
		color: #171a3a;
		font-family: "Bricolage Grotesque", "Inter", sans-serif;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		text-shadow: none;
	}

	.kp-mobile-menu-container .slicknav_icon {
		float: none;
	}

	.kp-mobile-menu-container .slicknav_icon-bar {
		background-color: #171a3a;
		float: none;
	}

	.kp-mobile-menu-container .slicknav_nav {
		background: #fff;
		border: 1px solid #e1e7f0;
		border-radius: 16px;
		box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
		display: block;
		height: auto;
		margin-top: 12px;
		min-height: 0;
		overflow-y: visible;
		padding: 10px 0;
		position: static;
		width: 100%;
	}

	.kp-mobile-menu-container .slicknav_nav,
	.kp-mobile-menu-container .slicknav_nav ul {
		list-style: none;
	}

	.kp-mobile-menu-container .slicknav_nav li,
	.kp-mobile-menu-container .slicknav_nav ul li {
		display: block;
		float: none;
		margin: 0;
		width: 100%;
	}

	.kp-mobile-menu-container .slicknav_nav a {
		color: #475569;
		display: block;
		font-family: "Bricolage Grotesque", "Inter", sans-serif;
		font-size: 13px;
		font-weight: 500;
		margin: 0;
		padding: 10px 16px;
		width: 100%;
	}

	.kp-mobile-menu-container .slicknav_nav .slicknav_row {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.kp-mobile-menu-container .slicknav_nav .slicknav_parent-link > a {
		flex: 1 1 auto;
		padding-left: 54px;
		text-align: center;
		width: auto;
	}

	.kp-mobile-menu-container .slicknav_nav .slicknav_item {
		align-items: center;
		display: inline-flex;
		flex: 0 0 38px;
		justify-content: center;
		padding: 10px 12px;
		width: 38px;
	}

	.kp-mobile-menu-container .slicknav_menu .slicknav_nav .slicknav_row .slicknav_item {
		flex: 0 0 38px;
		width: 38px;
	}

	.kp-mobile-menu-container .slicknav_nav .slicknav_arrow {
		color: #475569;
		float: none;
		font-size: 12px;
		line-height: 1;
	}

	.kp-mobile-menu-container .slicknav_nav ul {
		margin: 6px 0 0;
		padding: 0 0 0 12px;
	}

	.kp-cart-title {
		font-size: 32px;
		margin-bottom: 16px;
		text-align: center;
	}

	.kp-footer-main {
		padding: 70px 0 28px;
	}

	.kp-cart-layout {
		grid-template-columns: 1fr;
	}

	.kp-cart-sidebar {
		order: 2;
	}

	.kp-cart-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.kp-cart-actions-right {
		flex-wrap: wrap;
	}

	.kp-footer-grid {
		column-gap: 34px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 28px;
	}

	.kp-footer-brand {
		grid-column: 1 / -1;
		max-width: none;
	}

	.kp-footer-column {
		min-width: 0;
	}

	.kp-footer-lower {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
	}

	.kp-footer-bottom {
		flex: 1 1 auto;
		justify-content: flex-start;
		margin-top: 0;
		width: 100%;
	}

	.kp-footer-bottom-right,
	.kp-footer-nasa {
		max-width: 100%;
	}

	.kp-footer-region {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {

	body.woocommerce-checkout.kp-custom-checkout .wc-block-components-radio-control-accordion-option,
	body.woocommerce-checkout.kp-custom-checkout .wc-block-components-radio-control__option {
		background: #fff;
		border: 1px solid #dfe5f1;
		border-radius: 14px;
		box-shadow: none;
		margin-bottom: 12px;
		padding: 18px 20px;
	}
	
	.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
	.wc-block-components-radio-control-accordion-option{
		padding: 5px !important;
		border: none !important;
	}

	.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
		padding: 0px !important;
	}

	.kp-header-inner {
		display: block;
	}

	.kp-header-branding,
	.kp-header-actions,
	.kp-mobile-menu-container {
		margin: 0 0 12px;
		width: 100%;
	}

	.kp-mobile-menu-container:last-child {
		margin-bottom: 0;
	}

	.kp-header-branding {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		text-align: center;
	}

	.kp-header-branding .custom-logo-link {
		display: inline-block;
		margin: 0 auto;
	}

	.kp-header-branding .custom-logo {
		margin: 0 auto;
	}

	.kp-header-branding .custom-logo {
		max-height: 26px;
		max-width: 180px;
	}

	.kp-header-actions {
		gap: 12px;
		justify-content: center;
	}

	.kp-header-action .header-my-account,
	.kp-header-action .header-cart {
		align-items: center;
		display: inline-flex;
		justify-content: center;
	}

	.kp-account-action svg,
	.kp-cart-action svg {
		height: 22px;
		width: 22px;
	}

	.kp-mobile-menu-container .slicknav_btn {
		justify-content: center;
		padding: 10px 14px;
		width: 100%;
	}

	.kp-mobile-menu-container .slicknav_menutxt {
		font-size: 12px;
	}

	.kp-mobile-menu-container .slicknav_nav {
		border-radius: 14px;
	}

	.kp-cart-hero-inner {
		padding: 18px 0 18px;
	}

	.kp-cart-title {
		font-size: 26px;
		margin-bottom: 14px;
	}

	.kp-checkout-step {
		align-items: center;
		flex-direction: row;
		font-size: 11px;
		gap: 6px;
		justify-content: center;
		text-align: center;
		width: auto;
	}

	.kp-checkout-step:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0;
	}

	.kp-checkout-step:not(:last-child)::after {
		display: none;
	}

	.kp-step-number {
		font-size: 10px;
		height: 20px;
		width: 20px;
	}

	.kp-checkout-steps {
		align-items: center;
		display: grid;
		gap: 6px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}

	.kp-step-label {
		font-size: 10px;
		line-height: 1.2;
	}

	.kp-footer-main {
		padding: 54px 0 24px;
	}

	.kp-cart-table thead {
		display: none;
	}

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

	.kp-cart-table tbody td {
		border-bottom: 0;
		padding: 8px 18px;
		text-align: left !important;
	}

	.kp-cart-table tbody td::before {
		float: none !important;
		margin-bottom: 6px;
		text-align: left;
	}

	.kp-cart-table tbody tr {
		border-bottom: 1px solid #e7edf6;
		display: flex;
		flex-direction: column;
		gap: 4px;
		padding: 18px 0;
	}

	.kp-cart-item .product-remove {
		padding-top: 0;
		text-align: right;
	}

	.kp-cart-table .product-price,
	.kp-cart-table .product-quantity,
	.kp-cart-table .product-subtotal {
		clear: both;
	}

	.kp-cart-product {
		align-items: flex-start;
	}

	.kp-cart-product-media {
		flex-basis: 120px;
	}

	.kp-cart-product-content {
		min-width: 0;
	}

	.kp-cart-product-name,
	.kp-cart-product-name a {
		font-size: 18px;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.kp-cart-coupon {
		flex-wrap: wrap;
	}

	.kp-cart-coupon .input-text,
	.kp-cart-coupon .button,
	.kp-update-cart-button {
		width: 100%;
	}

	.kp-cart-cross-sells {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.kp-cart-cross-sells-section {
		margin-left: calc(50% - 50vw);
		margin-top: 36px;
		padding: 34px 16px 42px;
		width: 100vw;
	}

	.kp-cart-recommendations-title,
	.kp-cart-cross-sells .cross-sells > h2 {
		font-size: 26px;
		margin-bottom: 24px;
	}

	.kp-cart-recommendations-grid {
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.kp-cart-recommendation-card {
		border-radius: 16px;
		gap: 14px;
		grid-template-columns: minmax(0, 1fr) 48px;
		min-height: 112px;
		padding: 18px;
	}

	.kp-cart-recommendation-link {
		gap: 14px;
		grid-template-columns: 84px minmax(0, 1fr);
	}

	.kp-cart-recommendation-image {
		border-radius: 12px;
		height: 74px;
		flex-basis: 84px;
		width: 84px;
	}

	.kp-cart-recommendation-image img {
		height: 58px;
		width: 68px;
	}

	.kp-cart-recommendation-name {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.kp-cart-recommendation-price {
		font-size: 14px;
	}

	.kp-cart-recommendation-add {
		border-radius: 12px !important;
		height: 48px;
		width: 48px;
	}

	.kp-cart-recommendation-add::before {
		font-size: 30px;
	}

	body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-title,
	body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-name {
		font-size: 13px !important;
		line-height: 1.2 !important;
		margin-bottom: 5px !important;
	}

	body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-image,
	body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-image {
		height: 74px !important;
		width: 84px !important;
	}

	body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-image img,
	body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-image img {
		height: 58px !important;
		max-height: 58px !important;
		max-width: 68px !important;
		width: 68px !important;
	}

	.kp-cart-cross-sells ul.products li.product {
		border-radius: 20px;
		padding: 18px 72px 18px 18px;
	}

	.kp-cart-cross-sells ul.products li.product a.woocommerce-LoopProduct-link {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	.kp-cart-cross-sells ul.products li.product a img {
		border-radius: 14px;
		height: 74px;
		padding: 8px;
		width: 84px;
	}

	.kp-cart-cross-sells ul.products li.product .woocommerce-loop-product__title {
		font-size: 16px;
	}

	.kp-cart-cross-sells ul.products li.product .price {
		font-size: 14px;
	}

	.kp-cart-cross-sells ul.products li.product a.button {
		height: 48px;
		right: 16px;
		width: 48px;
	}

	.kp-cart-cross-sells ul.products li.product a.button::before {
		font-size: 30px;
	}

	body.woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
		padding: 18px 16px 20px !important;
	}

	body.woocommerce-cart .wc-block-cart-items td.wc-block-cart-item__image img {
		max-width: 75px !important;
	}

	body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel,
	body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
	body.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block,
	body.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.kp-footer-grid {
		grid-template-columns: 1fr;
		row-gap: 32px;
	}

	.kp-footer-brand,
	.kp-footer-column,
	.kp-footer-lower,
	.kp-footer-nasa,
	.kp-footer-bottom,
	.kp-footer-bottom-right {
		text-align: center;
	}

	.kp-footer-column {
		min-width: 0;
	}

	.kp-footer-logo {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}

	.kp-footer-logo img {
		max-width: 220px;
	}

	.kp-footer-badge-group img {
		margin-left: auto;
		margin-right: auto;
		max-width: 290px;
	}

	.kp-footer-badge-single img {
		margin-left: auto;
		margin-right: auto;
	}

	.kp-footer-copy {
		font-size: 10px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.kp-footer-heading {
		margin-bottom: 14px;
	}

	.kp-footer-links {
		gap: 10px;
	}

	.kp-footer-links a {
		font-size: 14px;
	}

	.kp-footer-lower {
		align-items: center;
		flex-direction: column;
		gap: 18px;
	}

	.kp-footer-nasa,
	.kp-footer-bottom {
		margin-top: 0;
		width: 100%;
	}

	.kp-footer-bottom-right {
		align-items: center;
		gap: 14px;
		width: 100%;
	}

	.kp-footer-legal {
		font-size: 13px;
	}

	.kp-footer-region {
		justify-content: center;
		flex-wrap: wrap;
		gap: 16px;
	}
}

/* Keep block checkout field text from jumping on focus. */
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="number"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="password"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="tel"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="text"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="url"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input[type="email"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input[type="number"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input[type="password"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input[type="tel"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input[type="text"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active input[type="url"],
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="email"]:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="number"]:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="password"]:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="tel"]:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="text"]:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input[type="url"]:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input:-webkit-autofill,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input:-webkit-autofill:focus,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox-control .components-combobox-control__input,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox-control .components-combobox-control__input:focus {
	padding: 28px 16px 12px !important;
}

body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input.is-active label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-text-input input:-webkit-autofill + label,
body.woocommerce-checkout.kp-custom-checkout .wc-block-components-combobox-control label {
	left: 16px !important;
	top: 10px !important;
	transform: none !important;
}
