.site-main--store {
	padding-block: clamp(2.5rem, 5vw, 5rem);
}

.woocommerce .woocommerce-breadcrumb {
	color: #777;
	font-size: .82rem;
	margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #555;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 2rem;
}

.woocommerce ul.products {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid #e8e8e8;
	display: flex;
	flex-direction: column;
	float: none;
	margin: 0;
	padding: 1rem;
	transition: border-color .2s ease, box-shadow .2s ease;
	width: auto;
}

.woocommerce ul.products li.product:hover {
	border-color: #ccc;
	box-shadow: 0 10px 24px rgb(0 0 0 / 9%);
}

.woocommerce ul.products li.product a img {
	margin: 0 0 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #222;
	font-size: 1rem;
	line-height: 1.35;
	padding: 0;
}

.woocommerce ul.products li.product .price {
	color: #222;
	font-size: 1rem;
	font-weight: 700;
	margin-top: auto;
}

.woocommerce ul.products li.product .button {
	margin-top: .8rem;
	text-align: center;
}

.woocommerce span.onsale {
	background: #d9271c;
	font-size: .75rem;
	line-height: 3.1;
	min-height: 3.1em;
	min-width: 3.1em;
}

.woocommerce div.product {
	display: flow-root;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product .woocommerce-product-gallery__image img {
	display: block;
	height: auto;
	width: 100%;
}

.woocommerce div.product .product_title {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #222;
	font-size: 1.45rem;
	font-weight: 700;
}

.woocommerce div.product p.stock {
	color: #5e6800;
	font-weight: 600;
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #d9271c;
	color: #fff;
	font-weight: 700;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #b51f16;
	color: #fff;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #d9271c;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #d9271c;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce select {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: .7rem;
}

.woocommerce table.shop_table {
	border-color: #ddd;
	border-radius: 3px;
}

.woocommerce-checkout #payment {
	background: #f5f5f5;
}

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

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid #ddd;
	min-width: 2.5rem;
	padding: .65rem;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #d9271c;
	border-color: #d9271c;
	color: #fff;
}

@media (max-width: 900px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Live-store consistency layer. */
.store-page-header {
	background: #171717;
	border-bottom: 5px solid #ccc;
	border-top: 5px solid #384045;
	min-height: 110px;
	padding-block: 22px;
}

.store-page-header .woocommerce-breadcrumb {
	color: #888;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.store-page-header .woocommerce-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.store-page-header .woocommerce-breadcrumb a:hover,
.store-page-header .woocommerce-breadcrumb a:focus-visible {
	color: #00b09b;
}

.store-page-header h1 {
	color: #fff;
	font-size: 30.8px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 36.96px;
	margin: 0;
}

.single-product .store-page-header h1 {
	display: inline-block;
	position: relative;
}

.woocommerce-shop .store-page-header,
.single-product .store-page-header {
	padding-top: 30px;
}

.single-product .store-page-header h1::after {
	border-bottom: 5px solid #00b09b;
	bottom: -27px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.site-main--store {
	padding-block: 35px 70px;
}

.kepd-shop-toolbar {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin: 0 0 28px;
}

.kepd-shop-toolbar__sort,
.kepd-products-per-page {
	align-items: center;
	display: flex;
	gap: .55rem;
}

.kepd-shop-toolbar__sort > span,
.kepd-products-per-page label {
	color: #6b6b6b;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.woocommerce .kepd-shop-toolbar .woocommerce-ordering {
	float: none;
	margin: 0;
}

.woocommerce .kepd-shop-toolbar select {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333;
	font-size: 13px;
	height: 38px;
	padding: 0 34px 0 12px;
}

.kepd-shop-toolbar--bottom {
	justify-content: flex-end;
	margin: 12px 0 6px;
}

.woocommerce ul.products {
	gap: 34px 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 0;
	box-shadow: none;
	min-width: 0;
	padding: 5px 20px 20px;
	position: relative;
}

.woocommerce ul.products li.product:hover {
	border-color: transparent;
	box-shadow: 0 10px 26px rgb(0 0 0 / 8%);
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
	position: relative;
}

.woocommerce ul.products li.product a img {
	background: #fff;
	margin: 0 0 12px;
	width: 100%;
}

.kepd-loop-availability {
	background: rgb(255 255 255 / 96%);
	color: #222529;
	font-size: 16px;
	font-weight: 600;
	left: 50%;
	line-height: 1.3;
	max-width: 80%;
	opacity: 0;
	padding: 12px 16px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 43%;
	transform: translate(-50%, -42%);
	transition: opacity .18s ease, transform .18s ease;
	width: max-content;
	z-index: 2;
}

.woocommerce ul.products li.product:hover .kepd-loop-availability,
.woocommerce ul.products li.product:focus-within .kepd-loop-availability {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #007568;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0;
	text-align: center;
}

.woocommerce ul.products li.product .kepd-loop-sku {
	color: #007568;
	font-size: 14px;
	font-weight: 600;
}

.woocommerce div.product .kepd-previous-number {
	margin: 0 0 1rem;
}

.woocommerce ul.products li.product .price {
	color: #222529;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin: 8px 0 0;
	text-align: center;
	width: 100%;
}

.woocommerce ul.products li.product .button {
	align-self: center;
	background: #00b09b;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-top: 12px;
	opacity: 1;
	padding: 10px 18px;
	transform: none;
	transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

.woocommerce ul.products li.product .button.product_type_simple:not(.add_to_cart_button) {
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #333;
}

.woocommerce ul.products li.product .button.product_type_simple:not(.add_to_cart_button)::before {
	content: "→";
	margin-right: .45em;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:focus-within .button {
	opacity: 1;
	transform: translateY(0);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible {
	background: #008f7e;
	color: #fff;
}

.woocommerce span.onsale {
	background: #00b09b;
	color: #fff;
}

.single-product.woocommerce div.product .woocommerce-product-gallery {
	float: left;
	margin-bottom: 45px;
	width: 40.1%;
}

.single-product.woocommerce div.product .summary {
	float: right;
	margin-bottom: 45px;
	width: 57.2%;
}

.single-product.woocommerce div.product .product_title {
	color: #222529;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
	margin-bottom: 12px;
}

.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price {
	color: #007f70;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin: 20px 0;
}

.single-product .woocommerce-product-details__short-description {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 1.6;
}

.single-product.woocommerce div.product .product_meta {
	color: #222529;
	display: inline;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 18px;
}

.kepd-product-details {
	color: #222529;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 18px;
}

.kepd-product-details .product_meta {
	display: block !important;
	margin: 0 !important;
}

.kepd-product-availability,
.single-product.woocommerce div.product .kepd-product-details .product_meta > span {
	display: block;
	margin: 0 0 3px;
}

.kepd-product-details .product_meta a {
	color: #007f70;
}

.kepd-product-availability .stock {
	color: #007568;
}

body.single-product.woocommerce div.product .kepd-product-availability .stock {
	color: #007f70;
}

.single-product.woocommerce div.product p.stock {
	color: #007568;
	font-size: 12px;
	font-weight: 600;
}

.single-product.woocommerce div.product form.cart {
	align-items: stretch;
	display: flex;
	margin: 30px 0 20px;
}

.woocommerce .kepd-quantity {
	display: inline-flex;
	float: none;
	height: 48px;
	margin: 0 12px 0 0;
}

.woocommerce .kepd-quantity .qty {
	border: 1px solid #ddd;
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	color: #222529;
	font-size: 15px;
	font-weight: 700;
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 44px;
}

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

.woocommerce .kepd-quantity__button {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	cursor: pointer;
	font-size: 18px;
	height: 48px;
	line-height: 1;
	padding: 0;
	width: 40px;
}

.woocommerce .kepd-quantity__button:hover,
.woocommerce .kepd-quantity__button:focus-visible {
	background: #f4f4f4;
	color: #00b09b;
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #00b09b;
	border-radius: 0;
	color: #fff;
}

.woocommerce div.product form.cart .button {
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	min-width: 172px;
	padding: 0 24px;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #008f7e;
	color: #fff;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #00b09b;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #00b09b;
}

.single-product.woocommerce div.product .woocommerce-tabs {
	border-top: 1px solid #e7e7e7;
	clear: both;
	padding-top: 25px;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
	align-items: flex-end;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	gap: 26px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

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

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

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #555;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 0;
	text-decoration: none;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom: 2px solid #00b09b;
	color: #007568;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 32px;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel > h2 {
	color: #222529;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 18px;
}

.kepd-product-sharing {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.kepd-product-sharing__label {
	color: #444;
	font-size: 12px;
	font-weight: 600;
	margin-right: 2px;
}

.kepd-product-sharing a {
	align-items: center;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	color: #007f70;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	text-decoration: none;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
	width: 32px;
}

.kepd-product-sharing a:hover,
.kepd-product-sharing a:focus-visible {
	background: #00b09b;
	border-color: #00b09b;
	color: #fff;
}

.kepd-product-sharing svg {
	fill: currentColor;
	height: 15px;
	width: 15px;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 24px;
}

.single-product .related.products .woocommerce-loop-product__title,
.single-product .upsells.products .woocommerce-loop-product__title {
	font-size: 14px !important;
	line-height: 1.35;
}

.single-product .related.products .price,
.single-product .upsells.products .price {
	font-size: 15px !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #00b09b;
	border-color: #00b09b;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination {
	clear: both;
	margin: 28px 0 8px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	display: block;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding: 0 10px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus-visible {
	background: #008f7e;
	border-color: #008f7e;
	color: #fff;
}

.single-product.woocommerce #reviews #comments h2,
.single-product.woocommerce #review_form #reply-title {
	color: #222529;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 18px;
}

.single-product.woocommerce #review_form_wrapper {
	border-top: 1px solid #e7e7e7;
	margin-top: 28px;
	padding-top: 26px;
}

.single-product.woocommerce #review_form .comment-form {
	display: grid;
	gap: 15px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-product.woocommerce #review_form .comment-form > p,
.single-product.woocommerce #review_form .comment-form-rating {
	margin: 0;
}

.single-product.woocommerce #review_form .comment-notes,
.single-product.woocommerce #review_form .comment-form-rating,
.single-product.woocommerce #review_form .comment-form-comment,
.single-product.woocommerce #review_form .form-submit {
	grid-column: 1 / -1;
}

.single-product.woocommerce #review_form label {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
}

.single-product.woocommerce #review_form input[type="text"],
.single-product.woocommerce #review_form input[type="email"],
.single-product.woocommerce #review_form textarea {
	background: #f8f8f8;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	color: #222529;
	font: inherit;
	padding: 11px 12px;
	width: 100%;
}

.single-product.woocommerce #review_form textarea {
	min-height: 150px;
	resize: vertical;
}

.single-product.woocommerce #review_form input:focus,
.single-product.woocommerce #review_form textarea:focus {
	border-color: #00b09b;
	box-shadow: 0 0 0 2px rgb(0 176 155 / 15%);
	outline: 0;
}

.single-product.woocommerce #review_form .required {
	color: #00b09b;
}

.single-product.woocommerce #review_form p.stars {
	margin: 5px 0 0;
}

.single-product.woocommerce #review_form p.stars span {
	display: inline-flex;
	gap: 4px;
}

.single-product.woocommerce #review_form p.stars a {
	color: transparent;
	display: block;
	font-size: 0;
	height: 25px;
	position: relative;
	width: 25px;
}

.single-product.woocommerce #review_form p.stars a::before {
	color: #c7c7c7;
	content: "★";
	font-size: 24px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
}

.single-product.woocommerce #review_form p.stars span:hover a::before,
.single-product.woocommerce #review_form p.stars span.selected a::before,
.single-product.woocommerce #review_form p.stars a.active::before,
.single-product.woocommerce #review_form p.stars a:has(~ a.active)::before {
	color: #00b09b;
}

.single-product.woocommerce #review_form p.stars a:hover ~ a::before,
.single-product.woocommerce #review_form p.stars span.selected a.active ~ a::before {
	color: #c7c7c7;
}

.single-product.woocommerce #review_form #submit {
	background: #00b09b;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 11px 22px;
}

.single-product.woocommerce #review_form #submit:hover,
.single-product.woocommerce #review_form #submit:focus-visible {
	background: #008f7e;
}

.single-product.woocommerce #reviews .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-product.woocommerce #reviews .comment_container {
	display: grid;
	gap: 16px;
	grid-template-columns: 54px minmax(0, 1fr);
	margin-bottom: 20px;
}

.single-product.woocommerce #reviews .avatar {
	border-radius: 50%;
	height: 54px;
	width: 54px;
}

.single-product.woocommerce #reviews .comment-text {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 16px 18px;
}

.woocommerce .star-rating {
	display: inline-block;
	height: 1.15em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 5.5em;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
	content: "★★★★★";
	left: 0;
	letter-spacing: .1em;
	position: absolute;
	top: 0;
}

.woocommerce .star-rating::before {
	color: #ccc;
}

.woocommerce .star-rating span {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 0;
}

.woocommerce .star-rating span::before {
	color: #00b09b;
	text-indent: 0;
}

.commerce-steps {
	background: #fff;
	min-height: 98px;
	padding-block: 20px;
}

.commerce-steps ol {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commerce-steps li {
	align-items: center;
	display: flex;
}

.commerce-steps li + li::before {
	color: #aaa;
	content: "›";
	font-size: 30px;
	font-weight: 300;
	margin: 0 26px;
}

.commerce-steps a,
.commerce-steps span {
	color: #222529;
	font-size: 20px;
	font-weight: 700;
	line-height: 58px;
	text-decoration: none;
}

.commerce-steps .is-current a,
.commerce-steps .is-current span {
	color: #00b09b;
}

.cart-page {
	background: #fff;
}

.cart-page__inner {
	max-width: 1090px;
}

.cart-page .content-shell,
.checkout-page .content-shell {
	padding-block: 72px 80px;
}

.checkout-page .content-shell {
	padding-top: 5px;
}

.cart-page .woocommerce table.shop_table {
	border: 0;
	border-collapse: collapse;
	border-radius: 5px;
	font-size: 14px;
}

.cart-page .woocommerce table.shop_table thead {
	background: #f4f4f4;
}

.cart-page .woocommerce table.shop_table th {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	padding: 15px 12px;
	text-transform: uppercase;
}

.cart-page .woocommerce table.shop_table td {
	border-bottom: 1px solid #eee;
	padding: 12px;
	vertical-align: middle;
}

.cart-page .woocommerce table.shop_table .product-thumbnail img {
	width: 80px;
}

.cart-page .woocommerce table.shop_table .product-name a,
.cart-page .woocommerce table.shop_table .product-remove button {
	color: #00b09b;
	text-decoration: none;
}

.cart-page .woocommerce .quantity.kepd-quantity {
	height: 38px;
	margin-right: 0;
}

.cart-page .woocommerce .quantity.kepd-quantity .qty,
.cart-page .woocommerce .quantity .kepd-quantity__button {
	height: 38px;
}

.cart-page .woocommerce .quantity .kepd-quantity__button {
	width: 34px;
}

.cart-page .woocommerce .cart-collaterals .cart_totals,
.cart-page .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	margin-top: 55px;
	width: 100%;
}

.cart-page .cart_totals h2 {
	color: #222529;
	font-size: 20px;
	font-weight: 700;
}

.cart-page .wc-proceed-to-checkout {
	padding: 12px 0 0;
	text-align: left;
}

.cart-page .wc-proceed-to-checkout a.checkout-button {
	background: #00b09b;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 0;
	min-height: 0;
	padding: 12px 24px;
}

.woocommerce-cart .cart-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .cart-page .wc-proceed-to-checkout a.checkout-button:focus-visible {
	background: #008f7e;
	color: #fff;
}

.cart-page .kepd-account-toggle__button,
.checkout-page .kepd-account-toggle__button {
	color: #007568;
}

.checkout-page .kepd-account-toggle {
	margin: 0 0 10px;
	min-height: 44px;
	padding: 10px 3px 10px 42px;
}

.checkout-page form.checkout {
	column-gap: 64px;
	display: grid;
	grid-template-columns: minmax(0, 635px) minmax(0, 377px);
	grid-template-rows: 67px auto;
	justify-content: start;
}

.checkout-page form.checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.checkout-page form.checkout #order_review_heading {
	align-self: end;
	grid-column: 2;
	grid-row: 1;
	line-height: 32px;
	margin: 0 0 13px;
}

.checkout-page form.checkout #order_review {
	grid-column: 2;
	grid-row: 2;
}

.checkout-page #customer_details .col-1,
.checkout-page #customer_details .col-2 {
	float: none;
	width: 100%;
}

.checkout-page #customer_details .col-2 {
	margin-top: 0;
	padding-top: 10px;
}

.checkout-page .woocommerce-billing-fields > h3,
.checkout-page #order_review_heading {
	color: #222529;
	font-size: 16px;
	font-weight: 700;
}

.checkout-page .form-row label {
	color: #444;
	font-size: 13px;
	font-weight: 600;
}

.checkout-page .select2-container .select2-selection--single,
.checkout-page input.input-text,
.checkout-page textarea {
	background: #fff;
	border: 1px solid rgb(0 0 0 / 8%);
	border-radius: 3px;
	color: #777;
	padding-inline: 12px;
}

.checkout-page input.input-text,
.checkout-page .select2-container .select2-selection--single {
	min-height: 48px;
}

body.woocommerce-checkout .checkout-page form.checkout .form-row input.input-text,
body.woocommerce-checkout .checkout-page form.checkout .form-row textarea,
body.woocommerce-checkout .checkout-page form.checkout .select2-container .select2-selection--single {
	background: #fff;
	border-color: rgb(0 0 0 / 8%) !important;
	color: #777 !important;
}

.checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
	color: #777;
	line-height: 46px;
}

.checkout-page .select2-container .select2-selection--single .select2-selection__arrow {
	height: 46px;
}

.checkout-page .woocommerce-checkout-review-order {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.checkout-page .woocommerce-checkout-review-order table.shop_table {
	border: 0;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 20px;
}

.checkout-page .woocommerce-checkout-review-order table.shop_table th,
.checkout-page .woocommerce-checkout-review-order table.shop_table td {
	padding: 12px 8px;
}

.checkout-page #ship-to-different-address {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.checkout-page #ship-to-different-address label {
	align-items: center;
	display: flex;
	font-size: inherit;
	font-weight: inherit;
	gap: 9px;
}

.checkout-page #ship-to-different-address-checkbox {
	accent-color: #00b09b;
	height: 16px;
	margin: 0;
	width: 16px;
}

.checkout-page .woocommerce-shipping-fields {
	margin-bottom: 24px;
}

.checkout-page .kepd-checkout-product {
	padding-block: 12px !important;
}

.kepd-checkout-product__inner {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 60px minmax(0, 1fr);
	min-height: 66px;
	position: relative;
}

.kepd-checkout-product__thumb img {
	display: block;
	height: 48px;
	object-fit: contain;
	width: 60px;
}

.kepd-checkout-product__name {
	color: #333;
	font-size: 13px;
	font-weight: 600;
	padding-right: 18px;
}

.kepd-checkout-product__meta {
	color: #777;
	font-size: 12px;
}

.kepd-checkout-product__price {
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin-top: 8px;
}

.kepd-checkout-product__remove {
	color: #999;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 4px;
}

.checkout-page .woocommerce-checkout-payment {
	background: transparent !important;
}

.checkout-page .woocommerce-checkout-payment .place-order {
	padding: 18px 0 0 !important;
}

.checkout-page #place_order {
	background: #00b09b;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	min-height: 50px;
	width: 100%;
}

.checkout-page--complete .content-shell {
	max-width: 1090px;
}

.checkout-page--complete .woocommerce-order {
	color: #666;
}

.checkout-page--complete .woocommerce-thankyou-order-received {
	border-top: 3px solid #00b09b;
	color: #007568;
	font-size: 20px;
	font-weight: 600;
	padding: 20px 24px;
}

.checkout-page--complete .woocommerce-order-overview {
	background: #f5f5f5;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 28px 0 45px !important;
	padding: 24px !important;
}

.checkout-page--complete .woocommerce-order-overview li {
	border-right: 1px solid #ddd;
	font-size: 11px;
	margin: 0;
	padding: 0 18px 0 0;
}

.checkout-page--complete .woocommerce-order-overview li:last-child {
	border: 0;
}

.checkout-page--complete .woocommerce-order-details,
.checkout-page--complete .woocommerce-customer-details {
	margin-top: 38px;
}

.checkout-page--complete .woocommerce-order-details__title,
.checkout-page--complete .woocommerce-column__title {
	color: #222529;
	font-size: 20px;
}

@media (max-width: 1100px) {
	.checkout-page form.checkout {
		grid-template-columns: minmax(0, 1.68fr) minmax(320px, 1fr);
	}
}

@media (max-width: 900px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-product.woocommerce div.product .woocommerce-product-gallery,
	.single-product.woocommerce div.product .summary {
		float: none;
		width: 100%;
	}

	.checkout-page form.checkout {
		display: block;
	}

	.checkout-page form.checkout #order_review_heading {
		margin-top: 42px;
	}
}

@media (max-width: 680px) {
	.single-product.woocommerce #review_form .comment-form {
		grid-template-columns: 1fr;
	}

	.single-product.woocommerce #review_form .comment-form > p,
	.single-product.woocommerce #review_form .comment-form-rating {
		grid-column: 1;
	}

	.kepd-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.kepd-shop-toolbar--bottom {
		align-items: flex-end;
	}

	.woocommerce ul.products {
		gap: 22px 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding-inline: 8px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 15px;
	}

	.kepd-loop-availability {
		font-size: 12px;
		padding: 8px;
	}

	.commerce-steps {
		min-height: 72px;
		padding-block: 10px;
	}

	.commerce-steps li + li::before {
		font-size: 20px;
		margin: 0 8px;
	}

	.commerce-steps a,
	.commerce-steps span {
		font-size: 13px;
		line-height: 52px;
	}

	.cart-page .content-shell,
	.checkout-page .content-shell {
		padding-block: 38px 55px;
	}

	.checkout-page--complete .woocommerce-order-overview {
		grid-template-columns: 1fr 1fr;
	}
}
