.jtp-si-language-switcher {
	align-items: center;
	background: #17251d;
	color: #fff;
	display: flex;
	font-size: 13px;
	gap: 8px;
	justify-content: flex-end;
	padding: 7px max(20px, calc((100vw - 1200px) / 2));
	position: relative;
	z-index: 1000;
}

.jtp-si-language-switcher a {
	color: #fff;
	text-decoration: none;
}

.jtp-si-language-switcher a.is-active {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.jtp-si-store {
	margin: 0 auto;
	max-width: 1200px;
	padding: 48px 20px 72px;
}

.jtp-si-slider {
	background: #eef9f1;
	border-radius: 22px;
	box-shadow: 0 16px 42px rgb(0 0 0 / 8%);
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
}

.jtp-si-slider-track {
	display: flex;
	overflow: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.jtp-si-slide {
	align-items: center;
	background: linear-gradient(135deg, #f7fff8 0%, #e8f8ec 64%, #d6f6df 100%);
	display: grid;
	flex: 0 0 100%;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
	min-height: 470px;
	padding: clamp(30px, 5vw, 70px);
	scroll-snap-align: start;
}

.jtp-si-slide-copy {
	max-width: 650px;
	position: relative;
	z-index: 2;
}

.jtp-si-slide h1 {
	font-size: clamp(34px, 5vw, 60px);
	line-height: 1.03;
	margin: 8px 0 18px;
}

.jtp-si-slide-copy > p:not(.jtp-si-kicker) {
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.5;
	margin: 0 0 25px;
	max-width: 620px;
}

.jtp-si-slide-image {
	align-items: center;
	display: flex;
	height: 330px;
	justify-content: center;
}

.jtp-si-slide-image img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.jtp-si-slider-arrow {
	align-items: center;
	background: rgb(255 255 255 / 92%);
	border: 1px solid #d8e7dc;
	border-radius: 50%;
	color: #173b21;
	display: flex;
	font-size: 30px;
	height: 44px;
	justify-content: center;
	padding: 0 0 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	z-index: 3;
}

.jtp-si-slider-arrow:hover,
.jtp-si-slider-arrow:focus-visible {
	background: #00CE33;
	color: #fff;
}

.jtp-si-slider-arrow.is-prev { left: 14px; }
.jtp-si-slider-arrow.is-next { right: 14px; }

.jtp-si-slider-dots {
	bottom: 17px;
	display: flex;
	gap: 8px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.jtp-si-slider-dots button {
	background: #fff;
	border: 1px solid #80a78a;
	border-radius: 999px;
	height: 10px;
	padding: 0;
	width: 10px;
}

.jtp-si-slider-dots button[aria-current="true"] {
	background: #00CE33;
	border-color: #00CE33;
	width: 28px;
}

.jtp-si-cta,
.jtp-si-card .button {
	background: #00CE33 !important;
	border-color: #00CE33 !important;
	border-radius: 8px !important;
	color: #062b11 !important;
	font-weight: 700 !important;
}

.jtp-si-trust {
	background: #17251d;
	border-radius: 14px;
	color: #fff;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 30px;
}

.jtp-si-trust div {
	padding: 18px 22px;
}

.jtp-si-trust div + div {
	border-left: 1px solid rgb(255 255 255 / 16%);
}

.jtp-si-trust strong,
.jtp-si-trust span {
	display: block;
}

.jtp-si-trust span {
	color: #cbd8cf;
	font-size: 13px;
	margin-top: 3px;
}

.jtp-si-hero {
	background: linear-gradient(135deg, #eef6ed, #f8f2e6);
	border-radius: 18px;
	margin-bottom: 30px;
	padding: clamp(28px, 5vw, 64px);
}

.jtp-si-hero h1 {
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.05;
	margin: 8px 0 18px;
}

.jtp-si-kicker {
	color: #386444;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.jtp-si-categories {
	margin: 0 0 28px;
}

.jtp-si-category-tree,
.jtp-si-category-tree .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jtp-si-category-tree {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jtp-si-category-tree > li {
	position: relative;
}

.jtp-si-category-row {
	align-items: center;
	display: flex;
}

.jtp-si-category-tree a {
	border: 1px solid #ced9cf;
	border-radius: 999px;
	color: #203c28;
	display: block;
	padding: 9px 15px;
	text-decoration: none;
}

.jtp-si-category-tree .menu-item-has-children > .jtp-si-category-row > a {
	border-radius: 999px 0 0 999px;
}

.jtp-si-category-tree button,
.jtp-si-submenu-toggle {
	background: #f3f7f4;
	border: 1px solid #ced9cf;
	border-left: 0;
	border-radius: 0 999px 999px 0;
	color: #203c28;
	cursor: pointer;
	min-height: 41px;
	padding: 8px 12px;
}

.jtp-si-category-tree .sub-menu {
	background: #fff;
	border: 1px solid #dce5de;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
	display: none;
	left: 0;
	min-width: 290px;
	padding: 8px;
	position: absolute;
	top: calc(100% + 5px);
	z-index: 30;
}

.jtp-si-category-tree .sub-menu a {
	border: 0;
	border-radius: 6px;
	padding: 9px 10px;
}

.jtp-si-category-tree .sub-menu a:hover,
.jtp-si-category-tree .sub-menu a:focus {
	background: #f1f8f3;
}

.jtp-si-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.jtp-si-card {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgb(0 0 0 / 5%);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 18px;
}

.jtp-si-card img {
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.jtp-si-card h2,
.jtp-si-card h3 {
	font-size: 20px;
	line-height: 1.25;
	margin: 16px 0 8px;
}

.jtp-si-card .button {
	margin-top: auto;
	text-align: center;
}

.jtp-si-search {
	display: flex;
	gap: 8px;
	margin: 0 auto 28px;
	max-width: 720px;
	position: relative;
}

.jtp-si-search input {
	border: 1px solid #d7ddd9;
	border-radius: 7px;
	flex: 1;
	min-width: 0;
	padding: 12px 14px;
}

.jtp-si-search button {
	align-items: center;
	background: #00CE33;
	border: 0;
	border-radius: 7px;
	color: #062b11;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-width: 48px;
	padding: 11px 20px;
}

.jtp-si-search button svg {
	fill: currentcolor;
	height: 21px;
	width: 21px;
}

body.jtp-si-context .jtp-si-search-enabled {
	position: relative !important;
}

.jtp-si-live-search {
	background: #fff;
	border: 1px solid #dce5de;
	border-radius: 10px;
	box-shadow: 0 14px 36px rgb(0 0 0 / 16%);
	display: none;
	left: 0;
	margin-top: 6px;
	max-height: min(62vh, 540px);
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 100%;
	width: auto;
	z-index: 10050;
}

.jtp-si-live-search.is-open {
	display: block;
}

.jtp-si-live-search-status,
.jtp-si-live-search-empty {
	color: #536158;
	padding: 18px;
	text-align: center;
}

.jtp-si-live-search-status.is-loading::before {
	animation: jtp-si-search-spin .75s linear infinite;
	border: 2px solid #cfdbd2;
	border-top-color: #00CE33;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 17px;
	margin-right: 8px;
	vertical-align: -3px;
	width: 17px;
}

@keyframes jtp-si-search-spin {
	to { transform: rotate(360deg); }
}

.jtp-si-live-search-list {
	list-style: none;
	margin: 0;
	padding: 6px;
}

.jtp-si-live-search-result {
	align-items: center;
	border-radius: 7px;
	color: #17251d;
	display: grid;
	gap: 4px 12px;
	grid-template-columns: 58px minmax(0, 1fr);
	min-height: 70px;
	padding: 6px;
	text-decoration: none;
}

.jtp-si-live-search-result:hover,
.jtp-si-live-search-result:focus,
.jtp-si-live-search-result.is-active {
	background: #eef8f0;
	outline: 0;
}

.jtp-si-live-search-result:focus-visible {
	box-shadow: inset 0 0 0 2px #006b1b;
}

.jtp-si-live-search-result img {
	background: #fff;
	border-radius: 6px;
	grid-row: 1 / span 2;
	height: 58px !important;
	object-fit: contain;
	width: 58px !important;
}

.jtp-si-live-search-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	min-width: 0;
}

.jtp-si-live-search-price {
	color: #263a2b;
	font-size: 13px;
	line-height: 1.3;
}

.jtp-si-live-search-price del {
	color: #7c867f;
	margin-right: 5px;
}

.jtp-si-live-search-price ins {
	color: #c53b32;
	font-weight: 700;
	text-decoration: none;
}

.jtp-si-live-search-all {
	background: #f5f8f6;
	border-top: 1px solid #e2e9e4;
	color: #173d22;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 16px;
	text-align: center;
	text-decoration: none;
}

.jtp-si-live-search-all:hover,
.jtp-si-live-search-all:focus-visible {
	background: #eaf7ed;
	color: #0a6e24;
}

.jtp-si-search-summary,
.jtp-si-search-message {
	margin: 0 0 20px;
}

.jtp-si-search-empty {
	background: #f6f8f6;
	border: 1px solid #e1e7e2;
	border-radius: 12px;
	padding: 24px;
}

.jtp-si-search-empty h2 {
	font-size: 24px;
	margin: 0 0 8px;
}

.jtp-si-search-empty p {
	margin: 0;
}

.jtp-si-search-empty p + p {
	margin-top: 16px;
}

.jtp-si-search-results-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jtp-si-search-page .jtp-si-search-results-grid .jtp-si-card img {
	aspect-ratio: 1;
	display: block;
	height: clamp(150px, 18vw, 220px) !important;
	max-height: 220px;
	object-fit: contain;
	width: 100% !important;
}

.jtp-si-section {
	margin: 50px 0 0;
}

.jtp-si-section-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.jtp-si-section-heading h2 {
	font-size: clamp(26px, 3vw, 36px);
	margin: 0;
}

.jtp-si-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jtp-si-category-card {
	background: #fff;
	border: 1px solid #e0e8e2;
	border-radius: 14px;
	color: #17251d;
	display: grid;
	grid-template-columns: 78px 1fr;
	min-height: 98px;
	overflow: hidden;
	text-decoration: none;
}

.jtp-si-category-card img {
	height: 98px;
	object-fit: cover;
	width: 78px;
}

.jtp-si-category-card span {
	align-self: center;
	font-weight: 700;
	line-height: 1.25;
	padding: 12px;
}

.jtp-si-category-children {
	margin: 0 0 32px;
}

.jtp-si-category-children h2 {
	font-size: clamp(22px, 3vw, 30px);
	margin: 0 0 16px;
}

.jtp-si-category-children-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.jtp-si-category-child-card {
	align-items: center;
	background: #fff;
	border: 1px solid #dce5de;
	border-radius: 12px;
	color: #17251d;
	display: grid;
	gap: 2px 12px;
	grid-template-columns: minmax(0, 1fr);
	min-height: 76px;
	padding: 14px 16px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.jtp-si-category-child-card:hover,
.jtp-si-category-child-card:focus-visible {
	border-color: #00CE33;
	box-shadow: 0 7px 20px rgb(0 206 51 / 13%);
	transform: translateY(-1px);
}

.jtp-si-category-child-card:focus-visible {
	outline: 3px solid #006b1b;
	outline-offset: 2px;
}

.jtp-si-category-child-card span {
	font-weight: 600;
	line-height: 1.25;
}

.jtp-si-category-child-card small {
	color: #617067;
	font-size: 12px;
}

.jtp-si-all-products {
	margin: 38px 0 0;
	text-align: center;
}

.jtp-si-page {
	margin: 28px auto 64px;
	max-width: 1180px;
	min-height: 420px;
	padding: 0 20px;
}

.jtp-si-page article {
	max-width: 920px;
}

.jtp-si-page-content {
	line-height: 1.7;
}

.jtp-si-page-content h2,
.jtp-si-page-content h3 {
	margin-top: 1.4em;
}

body.jtp-si-context h1,
body.jtp-si-context h2,
body.jtp-si-context h3,
body.jtp-si-context .jtp-si-page-content h2,
body.jtp-si-context .jtp-si-page-content h3 {
	font-weight: 600;
}

body.jtp-si-context .jtp-si-page-content p {
	font-weight: 400;
	margin: 0 0 14px;
}

.jtp-si-page-content ul,
.jtp-si-page-content ol {
	margin: 0 0 20px;
	padding-left: 24px;
}

.jtp-si-page-content li {
	margin: 0 0 7px;
}

body.jtp-si-context .jtp-si-woocommerce {
	box-sizing: border-box;
	margin: 34px auto 72px;
	max-width: 1280px;
	padding: 0 24px;
	width: 100%;
}

body.jtp-si-context .jtp-si-woocommerce > .jtp-si-breadcrumb {
	color: #66736a;
	font-size: 13px;
	margin-bottom: 12px;
}

body.jtp-si-context .jtp-si-woocommerce > h1 {
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1.15;
	margin: 0 0 24px;
}

body.jtp-si-context .jtp-si-woocommerce .woocommerce-form-login-toggle,
body.jtp-si-context .jtp-si-woocommerce .woocommerce-form-coupon-toggle {
	background: #f4f8f5;
	border: 1px solid #dce6de;
	border-radius: 10px;
	margin: 0 0 12px;
	padding: 13px 16px;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout {
	align-items: start;
	display: grid;
	gap: 0 30px;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	margin-top: 20px;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout #customer_details {
	background: #fff;
	border: 1px solid #dfe7e1;
	border-radius: 14px;
	box-shadow: 0 10px 32px rgb(18 52 28 / 7%);
	grid-column: 1;
	grid-row: 1 / span 2;
	margin: 0;
	padding: clamp(22px, 3vw, 34px);
	width: 100%;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout #customer_details .col-1,
body.jtp-si-context .jtp-si-woocommerce form.checkout #customer_details .col-2 {
	float: none;
	padding: 0;
	width: 100%;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout #customer_details .col-2 {
	margin-top: 18px;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout #order_review_heading {
	background: #f7faf8;
	border: 1px solid #dfe7e1;
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	grid-column: 2;
	margin: 0;
	padding: 24px 26px 12px;
	width: 100%;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout #order_review {
	background: #f7faf8;
	border: 1px solid #dfe7e1;
	border-radius: 0 0 14px 14px;
	box-shadow: 0 10px 32px rgb(18 52 28 / 7%);
	grid-column: 2;
	margin: 0;
	padding: 8px 26px 26px;
	width: 100%;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout h3 {
	font-size: 23px;
	line-height: 1.25;
	margin: 0 0 20px;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout .form-row {
	box-sizing: border-box;
	margin-bottom: 16px;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout .form-row label {
	color: #26362b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 7px;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout input.input-text,
body.jtp-si-context .jtp-si-woocommerce form.checkout select,
body.jtp-si-context .jtp-si-woocommerce form.checkout textarea,
body.jtp-si-context .jtp-si-woocommerce form.checkout .select2-selection {
	background: #fff;
	border: 1px solid #cfd9d2;
	border-radius: 8px;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 15px;
	width: 100%;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout input.input-text,
body.jtp-si-context .jtp-si-woocommerce form.checkout select,
body.jtp-si-context .jtp-si-woocommerce form.checkout .select2-selection {
	height: 48px;
	min-height: 48px;
	padding: 0 13px;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout .select2-selection__rendered {
	line-height: 46px;
	padding-left: 0;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout .select2-selection__arrow {
	height: 46px;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout textarea {
	min-height: 112px;
	padding: 12px 13px;
	resize: vertical;
}

body.jtp-si-context .jtp-si-woocommerce form.checkout input:focus,
body.jtp-si-context .jtp-si-woocommerce form.checkout select:focus,
body.jtp-si-context .jtp-si-woocommerce form.checkout textarea:focus,
body.jtp-si-context .jtp-si-woocommerce form.checkout .select2-container--focus .select2-selection {
	border-color: #00a82a;
	box-shadow: 0 0 0 3px rgb(0 206 51 / 15%);
	outline: 0;
}

body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table {
	background: transparent;
	border: 0;
	table-layout: fixed;
	width: 100%;
}

body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table th,
body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table td {
	border-bottom: 1px solid #dce4de;
	padding: 13px 8px;
	vertical-align: middle;
}

body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table .product-name {
	overflow-wrap: anywhere;
	width: 66%;
}

body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table .product-total {
	text-align: right;
	width: 34%;
}

body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table .product-name img {
	border-radius: 8px;
	display: block;
	height: 82px !important;
	margin: 0 0 8px;
	max-height: 82px !important;
	max-width: 92px !important;
	object-fit: contain;
	width: 92px !important;
}

body.jtp-si-context .jtp-si-woocommerce #payment {
	background: transparent;
	border: 0;
	margin-top: 18px;
}

body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods > li {
	background: #fff;
	border: 1px solid #dce5de;
	border-radius: 9px;
	list-style: none;
	margin: 0 0 10px;
	padding: 13px 14px;
}

body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods > li::before,
body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods > li::marker {
	content: none;
	display: none;
}

body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods > li > input[type="radio"] {
	margin: 3px 8px 0 0;
	vertical-align: top;
}

body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods > li > label {
	color: #26362b;
	cursor: pointer;
	font-weight: 600;
	line-height: 1.4;
}

body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods img {
	display: inline-block;
	height: auto !important;
	margin: 2px 0 2px 8px;
	max-height: 30px !important;
	max-width: 180px !important;
	object-fit: contain;
	vertical-align: middle;
	width: auto !important;
}

body.jtp-si-context .jtp-si-woocommerce #payment .payment_box {
	background: #f1f6f2;
	border-radius: 8px;
	color: #405047;
	font-size: 13px;
	line-height: 1.55;
	margin: 12px 0 0;
	padding: 13px 14px;
}

body.jtp-si-context .jtp-si-woocommerce #payment .payment_box::before {
	display: none;
}

body.jtp-si-context .jtp-si-woocommerce #payment .place-order {
	margin: 18px 0 0;
	padding: 0;
}

body.jtp-si-context .jtp-si-woocommerce #payment #place_order {
	background: #00CE33 !important;
	border: 2px solid #00CE33 !important;
	border-radius: 9px !important;
	color: #062b11 !important;
	float: none;
	font-size: 15px;
	font-weight: 700;
	min-height: 50px;
	padding: 13px 20px;
	text-transform: uppercase;
	width: 100%;
}

body.jtp-si-context .jtp-si-woocommerce #payment #place_order:hover,
body.jtp-si-context .jtp-si-woocommerce #payment #place_order:focus-visible {
	background: #00a82a !important;
	border-color: #00a82a !important;
	color: #fff !important;
	outline: 3px solid rgb(0 168 42 / 28%);
	outline-offset: 2px;
}

body.jtp-si-context .jtp-si-woocommerce .woocommerce-privacy-policy-text,
body.jtp-si-context .jtp-si-woocommerce .woocommerce-terms-and-conditions-wrapper {
	color: #4a5a50;
	font-size: 13px;
	line-height: 1.6;
}

body.jtp-si-context .jtp-si-woocommerce .woocommerce-error,
body.jtp-si-context .jtp-si-woocommerce .woocommerce-info,
body.jtp-si-context .jtp-si-woocommerce .woocommerce-message {
	border-radius: 9px;
	margin-bottom: 18px;
	padding: 14px 18px 14px 46px;
}

@media (max-width: 920px) {
	body.jtp-si-context .jtp-si-woocommerce form.checkout {
		display: block;
	}

	body.jtp-si-context .jtp-si-woocommerce form.checkout #customer_details,
	body.jtp-si-context .jtp-si-woocommerce form.checkout #order_review_heading,
	body.jtp-si-context .jtp-si-woocommerce form.checkout #order_review {
		width: 100%;
	}

	body.jtp-si-context .jtp-si-woocommerce form.checkout #order_review_heading {
		margin-top: 22px;
	}
}

@media (max-width: 600px) {
	body.jtp-si-context .jtp-si-woocommerce {
		margin: 22px auto 48px;
		overflow-x: hidden;
		padding: 0 14px;
	}

	body.jtp-si-context .jtp-si-woocommerce > h1 {
		font-size: 30px;
		margin-bottom: 18px;
	}

	body.jtp-si-context .jtp-si-woocommerce form.checkout #customer_details {
		padding: 18px 15px;
	}

	body.jtp-si-context .jtp-si-woocommerce form.checkout #order_review_heading {
		padding: 20px 16px 10px;
	}

	body.jtp-si-context .jtp-si-woocommerce form.checkout #order_review {
		padding: 6px 16px 20px;
	}

	body.jtp-si-context .jtp-si-woocommerce form.checkout .form-row-first,
	body.jtp-si-context .jtp-si-woocommerce form.checkout .form-row-last,
	body.jtp-si-context .jtp-si-woocommerce form.checkout #billing_first_name_field,
	body.jtp-si-context .jtp-si-woocommerce form.checkout #billing_last_name_field,
	body.jtp-si-context .jtp-si-woocommerce form.checkout #billing_phone_field,
	body.jtp-si-context .jtp-si-woocommerce form.checkout #billing_email_field,
	body.jtp-si-context .jtp-si-woocommerce form.checkout #shipping_first_name_field,
	body.jtp-si-context .jtp-si-woocommerce form.checkout #shipping_last_name_field {
		clear: both;
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}

	body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table th,
	body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table td {
		font-size: 13px;
		padding: 11px 5px;
	}

	body.jtp-si-context .jtp-si-woocommerce .woocommerce-checkout-review-order-table .product-name img {
		height: 68px !important;
		max-height: 68px !important;
		max-width: 76px !important;
		width: 76px !important;
	}

	body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods > li {
		padding: 12px;
	}

	body.jtp-si-context .jtp-si-woocommerce #payment ul.payment_methods img {
		max-height: 24px !important;
		max-width: 140px !important;
	}
}

.jtp-si-contact-form {
	background: #f5faf6;
	border: 1px solid #dce8df;
	border-radius: 14px;
	margin-top: 30px;
	padding: clamp(22px, 4vw, 38px);
}

.jtp-si-form-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jtp-si-form-grid label {
	display: block;
	font-weight: 600;
}

.jtp-si-form-grid label:nth-of-type(4),
.jtp-si-form-grid .wpcf7-submit {
	grid-column: 1 / -1;
}

.jtp-si-form-grid input:not([type="submit"]),
.jtp-si-form-grid textarea {
	background: #fff;
	border: 1px solid #cfd8d1;
	border-radius: 7px;
	margin-top: 7px;
	padding: 12px 13px;
	width: 100%;
}

.jtp-si-form-grid textarea {
	min-height: 150px;
}

.jtp-si-form-grid .wpcf7-submit {
	background: #00CE33;
	border: 0;
	border-radius: 8px;
	color: #062b11;
	font-weight: 700;
	padding: 13px 22px;
	width: max-content;
}

body.jtp-si-context .product-categories,
body.jtp-si-context .nasa-product-categories-widget,
body.jtp-si-context .nasa-menu-vertical-header > .nasa-vertical-header > .vertical-menu-container > ul,
body.jtp-si-context .nasa-mobile-nav-wrap > ul {
	max-height: min(70vh, 620px);
	overscroll-behavior: contain;
	overflow-y: auto;
}

body.jtp-si-context .woocommerce-Tabs-panel--description p,
body.jtp-si-context .woocommerce-Tabs-panel--description div,
body.jtp-si-context .woocommerce-Tabs-panel--description ul,
body.jtp-si-context .woocommerce-Tabs-panel--description ol,
body.jtp-si-context .woocommerce-Tabs-panel--description li,
body.jtp-si-context .woocommerce-product-details__short-description p,
body.jtp-si-context .woocommerce-product-details__short-description div,
body.jtp-si-context .woocommerce-product-details__short-description ul,
body.jtp-si-context .woocommerce-product-details__short-description ol,
body.jtp-si-context .woocommerce-product-details__short-description li {
	height: auto !important;
	min-height: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

body.jtp-si-context .woocommerce-Tabs-panel--description p,
body.jtp-si-context .woocommerce-product-details__short-description p {
	margin: 0 0 10px !important;
}

body.jtp-si-context .woocommerce-Tabs-panel--description ul,
body.jtp-si-context .woocommerce-Tabs-panel--description ol,
body.jtp-si-context .woocommerce-product-details__short-description ul,
body.jtp-si-context .woocommerce-product-details__short-description ol {
	margin: 0 0 24px !important;
	padding-left: 24px !important;
}

body.jtp-si-context .woocommerce-Tabs-panel--description li,
body.jtp-si-context .woocommerce-product-details__short-description li {
	line-height: 1.55;
	margin: 0 0 10px !important;
}

body.jtp-si-context .woocommerce-Tabs-panel--description li > p:first-child,
body.jtp-si-context .woocommerce-Tabs-panel--description li > div:first-child,
body.jtp-si-context .woocommerce-product-details__short-description li > p:first-child,
body.jtp-si-context .woocommerce-product-details__short-description li > div:first-child {
	display: inline;
	margin: 0 !important;
}

body.jtp-si-context .woocommerce-Tabs-panel--description li > p:not(:first-child),
body.jtp-si-context .woocommerce-Tabs-panel--description li > div:not(:first-child),
body.jtp-si-context .woocommerce-product-details__short-description li > p:not(:first-child),
body.jtp-si-context .woocommerce-product-details__short-description li > div:not(:first-child) {
	display: block;
	margin: 4px 0 0 !important;
}

body.jtp-si-context .woocommerce-Tabs-panel--description .jtp-si-numbered-list,
body.jtp-si-context .woocommerce-product-details__short-description .jtp-si-numbered-list {
	margin-bottom: 18px !important;
}

body.jtp-si-context .woocommerce-Tabs-panel--description h2,
body.jtp-si-context .woocommerce-Tabs-panel--description h3,
body.jtp-si-context .woocommerce-product-details__short-description h2,
body.jtp-si-context .woocommerce-product-details__short-description h3 {
	margin: 26px 0 12px !important;
}

body.jtp-si-context .woocommerce-Tabs-panel--description p:empty,
body.jtp-si-context .woocommerce-Tabs-panel--description div:empty,
body.jtp-si-context .woocommerce-product-details__short-description p:empty,
body.jtp-si-context .woocommerce-product-details__short-description div:empty {
	display: none !important;
}

.jtp-si-breadcrumb {
	color: #65716a;
	font-size: 14px;
	margin: 0 0 24px;
}

.jtp-si-product-breadcrumb {
	color: #65716a;
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 16px;
}

.jtp-si-product-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jtp-si-product-breadcrumb li {
	align-items: baseline;
	display: flex;
	margin: 0;
	min-width: 0;
}

.jtp-si-product-breadcrumb li + li::before {
	color: #9aa19d;
	content: "/";
	margin-right: 7px;
}

.jtp-si-product-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.jtp-si-product-breadcrumb a:hover,
.jtp-si-product-breadcrumb a:focus-visible {
	color: #00a329;
	text-decoration: underline;
}

body.jtp-si-context.single-product .nasa-buy-now,
body.jtp-si-context.single-product .ns_btn-fixed .button.nasa-buy-now {
	background-color: #f76b6a !important;
	border-color: #f76b6a !important;
	color: #fff !important;
}

body.jtp-si-context.single-product .nasa-buy-now:hover,
body.jtp-si-context.single-product .nasa-buy-now:focus,
body.jtp-si-context.single-product .ns_btn-fixed .button.nasa-buy-now:hover,
body.jtp-si-context.single-product .ns_btn-fixed .button.nasa-buy-now:focus {
	background-color: #e85f5e !important;
	border-color: #e85f5e !important;
	color: #fff !important;
}

body.jtp-si-context.single-product .nasa-buy-now:focus-visible,
body.jtp-si-context.single-product .ns_btn-fixed .button.nasa-buy-now:focus-visible {
	box-shadow: 0 0 0 2px #fff !important;
	outline: 3px solid #222 !important;
	outline-offset: 3px;
}

body.jtp-si-context .elementor-social-icons-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.jtp-si-context .elementor-social-icons-wrapper .jtp-si-footer-social {
	align-items: center;
	background: #858b88 !important;
	border-radius: 50%;
	color: #fff !important;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	transition: background-color 160ms ease, transform 160ms ease;
	width: 44px;
}

body.jtp-si-context .elementor-social-icons-wrapper .jtp-si-footer-social:hover,
body.jtp-si-context .elementor-social-icons-wrapper .jtp-si-footer-social:focus-visible {
	background: #00ce33 !important;
	color: #fff !important;
}

body.jtp-si-context .elementor-social-icons-wrapper .jtp-si-footer-social:focus-visible {
	outline: 3px solid #006b1b;
	outline-offset: 3px;
}

body.jtp-si-context .elementor-social-icons-wrapper .jtp-si-footer-social svg {
	fill: currentcolor;
	height: 22px;
	width: 22px;
}

.jtp-si-language-switcher {
	z-index: 10000;
}

.dgwt-wcas-suggestions-wrapp {
	display: none !important;
}

.nasa-popup-exit-intent-wrap {
	display: none !important;
}

@media (min-width: 1024px) {
	body.jtp-si-context .jtp-si-category-tree {
		display: block;
		max-width: 330px;
		overflow: visible;
	}

	body.jtp-si-context .nasa-menu-vertical-header > .nasa-vertical-header > .vertical-menu-container,
	body.jtp-si-context .nasa-menu-vertical-header > .nasa-vertical-header > .vertical-menu-container > ul {
		max-height: none;
		overflow: visible;
	}

	body.jtp-si-context .jtp-si-category-tree > li,
	body.jtp-si-context .vertical-menu-wrapper > li {
		position: relative;
	}

	body.jtp-si-context .jtp-si-category-tree > li:hover,
	body.jtp-si-context .jtp-si-category-tree > li:focus-within,
	body.jtp-si-context .vertical-menu-wrapper > li:hover,
	body.jtp-si-context .vertical-menu-wrapper > li:focus-within {
		z-index: 1001;
	}

	body.jtp-si-context .jtp-si-category-tree > li + li {
		margin-top: 6px;
	}

	body.jtp-si-context .jtp-si-category-row {
		width: 100%;
	}

	body.jtp-si-context .jtp-si-category-row > a {
		border-radius: 7px;
		flex: 1;
		min-width: 0;
	}

	body.jtp-si-context .menu-item-has-children > .jtp-si-category-row > a {
		border-radius: 7px 0 0 7px;
	}

	body.jtp-si-context .jtp-si-submenu-toggle {
		align-items: center;
		border-radius: 0 7px 7px 0;
		display: flex;
		font-size: 21px;
		justify-content: center;
		pointer-events: none;
	}

	body.jtp-si-context .jtp-si-category-tree .sub-menu,
	body.jtp-si-context .vertical-menu-wrapper > li > .sub-menu {
		background: #fff;
		border: 1px solid #dce5de;
		border-radius: 10px;
		box-shadow: 0 12px 30px rgb(0 0 0 / 14%);
		display: none !important;
		left: 100%;
		margin: 0;
		max-height: min(70vh, calc(100vh - 24px));
		max-width: min(340px, calc(100vw - 360px));
		min-width: 280px;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 8px;
		pointer-events: auto;
		position: absolute;
		top: 0;
		transform: translateY(var(--jtp-si-flyout-shift, 0px));
		width: max-content;
		z-index: 1002;
	}

	body.jtp-si-context .jtp-si-category-tree li:hover > .sub-menu,
	body.jtp-si-context .jtp-si-category-tree li:focus-within > .sub-menu,
	body.jtp-si-context .jtp-si-category-tree li.is-flyout-open > .sub-menu,
	body.jtp-si-context .vertical-menu-wrapper > li:hover > .sub-menu,
	body.jtp-si-context .vertical-menu-wrapper > li:focus-within > .sub-menu,
	body.jtp-si-context .vertical-menu-wrapper > li.is-flyout-open > .sub-menu {
		display: block !important;
	}

	body.jtp-si-context .vertical-menu-wrapper > li > .sub-menu li,
	body.jtp-si-context .vertical-menu-wrapper > li > .sub-menu a {
		position: relative;
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.jtp-si-search-results-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.jtp-si-context .jtp-si-category-tree {
		display: block;
		max-height: min(70vh, 620px);
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	body.jtp-si-context .jtp-si-category-tree > li {
		margin-bottom: 7px;
	}

	body.jtp-si-context .jtp-si-category-row {
		position: relative;
		width: 100%;
	}

	body.jtp-si-context .jtp-si-category-row > a {
		flex: 1;
		min-width: 0;
		overflow-wrap: anywhere;
		padding-right: 12px;
	}

	body.jtp-si-context .jtp-si-submenu-toggle {
		align-items: center;
		display: flex;
		flex: 0 0 44px;
		justify-content: center;
		position: relative;
		z-index: 2;
	}

	body.jtp-si-context .jtp-si-category-tree .sub-menu,
	body.jtp-si-context .vertical-menu-wrapper > li > .sub-menu,
	body.jtp-si-context .product-categories > li > .sub-menu {
		border: 0;
		box-shadow: none;
		display: none !important;
		margin: 4px 0 8px;
		max-height: none;
		min-width: 0;
		overflow: visible;
		padding: 0 0 0 18px;
		position: static;
		width: 100%;
	}

	body.jtp-si-context .jtp-si-category-tree li.is-open > .sub-menu,
	body.jtp-si-context .vertical-menu-wrapper > li.is-open > .sub-menu,
	body.jtp-si-context .product-categories > li.is-open > .sub-menu {
		display: block !important;
	}

	body.jtp-si-context .nasa-static-group-btn .btn-compare,
	body.jtp-si-context .nasa-static-group-btn .btn-wishlist,
	body.jtp-si-context .nasa-static-group-btn .nasa-icon-compare,
	body.jtp-si-context .nasa-static-group-btn .nasa-icon-wishlist {
		display: none !important;
	}
}

@media (max-width: 760px) {
	.jtp-si-search-results-grid {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jtp-si-search-results-grid .jtp-si-card {
		padding: 12px;
	}

	.jtp-si-search-results-grid .jtp-si-card h2 {
		font-size: 16px;
	}
}

@media (max-width: 600px) {
	.jtp-si-product-breadcrumb {
		font-size: 12px;
		margin-bottom: 12px;
		overflow-wrap: anywhere;
	}

	.jtp-si-store {
		padding-top: 24px;
	}

	.jtp-si-slide {
		grid-template-columns: 1fr;
		min-height: 570px;
		padding: 34px 28px 52px;
	}

	.jtp-si-slide-copy {
		padding-right: 10px;
	}

	.jtp-si-slide-image {
		height: 230px;
	}

	.jtp-si-slider-arrow {
		height: 38px;
		width: 38px;
	}

	.jtp-si-trust {
		grid-template-columns: 1fr;
	}

	.jtp-si-trust div + div {
		border-left: 0;
		border-top: 1px solid rgb(255 255 255 / 16%);
	}

	.jtp-si-category-grid {
		grid-template-columns: 1fr 1fr;
	}

	.jtp-si-category-card {
		display: block;
	}

	.jtp-si-category-card img {
		height: 105px;
		width: 100%;
	}

	.jtp-si-category-card span {
		display: block;
	}

	.jtp-si-form-grid {
		grid-template-columns: 1fr;
	}

	.jtp-si-form-grid label,
	.jtp-si-form-grid .wpcf7-submit {
		grid-column: 1;
	}
}

@media (max-width: 430px) {
	.jtp-si-search-results-grid {
		grid-template-columns: 1fr;
	}

	.jtp-si-live-search {
		max-height: min(68vh, 520px);
	}
}
