.woocommerce ul.products li.product,
.juguetes-front-page .jt-category-block ul.products li.product {
	align-items: center;
	align-self: stretch;
	background: var(--jt-color-surface);
	border: 1px solid var(--jt-color-border);
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(52, 43, 31, 0.08);
	display: flex;
	flex-direction: column;
	gap: 0;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	padding: 14px;
	position: relative;
	text-align: center;
	width: 100%;
}

.woocommerce ul.products,
.jt-shop-products ul.products,
.jt-cart-suggestions ul.products,
.juguetes-front-page .jt-category-block ul.products {
	align-items: stretch;
	grid-auto-rows: 1fr;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.juguetes-front-page .jt-category-block ul.products li.product .woocommerce-LoopProduct-link {
	align-items: center;
	color: inherit;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 0;
	text-decoration: none;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.juguetes-front-page .jt-category-block ul.products li.product .woocommerce-loop-product__title {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0.42rem 0 0.22rem;
	min-height: 0;
	order: 3;
	overflow: visible;
	padding: 0;
	text-align: center;
	text-overflow: clip;
	white-space: normal;
}

.woocommerce ul.products li.product img,
.juguetes-front-page .jt-category-block ul.products li.product img {
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	margin: 0;
	object-fit: contain;
	order: 1;
	width: 100%;
}

.woocommerce ul.products li.product .price,
.juguetes-front-page .jt-category-block ul.products li.product .price {
	color: var(--jt-color-ink);
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0.08rem auto 0.4rem;
	order: 4;
	text-align: center;
}

.woocommerce ul.products li.product .price del {
	color: var(--jt-color-muted);
	font-size: 0.84rem;
	font-weight: 500;
	opacity: 0.78;
}

.woocommerce ul.products li.product .price ins {
	font-weight: 600;
	text-decoration: none;
}

.woocommerce span.onsale {
	background: var(--jt-color-orange);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 600;
	left: 18px;
	line-height: 1;
	min-height: auto;
	min-width: 0;
	padding: 4px 8px;
	position: absolute;
	top: 18px;
	z-index: 2;
}

.juguetes-stock-badge {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.76rem;
	font-weight: 600;
	gap: 0.35rem;
	line-height: 1;
	margin: 0.6rem auto 0.16rem;
	min-height: 24px;
	order: 2;
	padding: 0.28rem 0.5rem;
	width: fit-content;
}

.juguetes-stock-badge::before {
	background: currentColor;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 0.55rem;
	width: 0.55rem;
}

.juguetes-stock-badge.is-available {
	color: #27613d;
}

.juguetes-stock-badge.is-low {
	color: #966000;
}

.juguetes-stock-badge.is-out {
	color: #9f3328;
}

.juguetes-whatsapp-button {
	background: #1f7a4d;
	border-radius: var(--jt-radius);
	color: #ffffff;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	margin-top: 0.75rem;
	padding: 0.8rem 1rem;
	text-decoration: none;
}

.woocommerce ul.products li.product .juguetes-whatsapp-button::before,
.juguetes-front-page .jt-category-block ul.products li.product .juguetes-whatsapp-button::before {
	background: currentColor;
	content: "";
	display: inline-block;
	flex: 0 0 16px;
	height: 16px;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 11.8a8.5 8.5 0 0 1-12.6 7.4L3 20.5l1.3-4.7a8.5 8.5 0 1 1 16.2-4zM8.8 7.8c-.2 0-.5.1-.7.4-.2.3-.8.8-.8 2s.8 2.3 1 2.5c.1.2 1.6 2.7 4 3.6 2 .8 2.4.6 2.9.5.4-.1 1.3-.6 1.5-1.1.2-.5.2-1 .1-1.1-.1-.1-.2-.2-.5-.3l-1.6-.8c-.2-.1-.5-.1-.6.2l-.7.9c-.1.2-.3.2-.6.1-.3-.1-1.1-.4-2-1.2-.8-.7-1.3-1.6-1.4-1.9-.1-.2 0-.4.1-.5l.4-.5c.1-.1.2-.3.3-.4.1-.2.1-.3 0-.5l-.7-1.6c-.2-.4-.4-.4-.7-.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 16px;
}

.woocommerce ul.products li.product .button,
.juguetes-front-page .jt-category-block ul.products li.product .button {
	align-items: center;
	align-self: stretch;
	background: transparent;
	border: 2px solid var(--jt-color-orange);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--jt-color-orange);
	display: inline-flex;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: 600;
	height: 40px;
	line-height: 1;
	margin-top: auto !important;
	min-height: 40px;
	order: 5;
	padding: 0.5rem 0.75rem;
	white-space: nowrap;
	width: 100%;
}

.woocommerce ul.products li.product .juguetes-whatsapp-button,
.juguetes-front-page .jt-category-block ul.products li.product .juguetes-whatsapp-button {
	align-items: center;
	align-self: stretch;
	background: #2f9e44;
	border-color: #2f9e44;
	border-radius: 999px;
	box-sizing: border-box;
	color: #fff;
	gap: 0.42rem;
	font-size: 0.86rem;
	font-weight: 600;
	height: 40px;
	line-height: 1;
	margin-top: auto !important;
	min-height: 40px;
	padding: 0.56rem 0.7rem;
	white-space: nowrap;
}

.juguetes-whatsapp-button:hover,
.juguetes-whatsapp-button:focus {
	background: #175b3a;
	color: #ffffff;
}

.juguetes-floating-whatsapp {
	align-items: center;
	background: #1f7a4d;
	border-radius: 999px;
	bottom: 1rem;
	box-shadow: var(--jt-shadow);
	color: #ffffff;
	display: inline-flex;
	font-weight: 800;
	height: 3.35rem;
	justify-content: center;
	padding: 0;
	position: fixed;
	right: 1rem;
	text-decoration: none;
	width: 3.35rem;
	z-index: 50;
}

.juguetes-floating-whatsapp svg {
	display: block;
	fill: currentColor;
	height: 1.75rem;
	width: 1.75rem;
}

.jt-shop-page {
	max-width: 1500px;
	padding-bottom: 3rem;
	padding-top: 2rem;
}

.jt-shop-header {
	align-items: end;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.jt-shop-header h1 {
	font-size: clamp(2rem, 3vw, 2.8rem);
	margin: 0 0 0.4rem;
}

.jt-shop-header .woocommerce-result-count {
	color: var(--jt-color-muted);
	float: none;
	margin: 0;
}

.jt-shop-tools {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.jt-shop-tools .woocommerce-ordering {
	float: none;
	margin: 0;
}

.jt-shop-tools select {
	background: #fff;
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	min-height: 48px;
	padding: 0 1rem;
}

.jt-filter-toggle {
	background: var(--jt-color-orange);
	border: 0;
	color: #fff;
	display: none;
	min-height: 48px;
	padding: 0 1rem;
}

.jt-shop-layout {
	align-items: start;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 240px minmax(0, 1fr);
}

.jt-shop-filters {
	background: var(--jt-color-surface);
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	box-shadow: var(--jt-shadow);
	padding: 1rem;
	position: sticky;
	top: 1rem;
}

.jt-filter-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.jt-filter-close {
	background: transparent;
	border: 0;
	color: var(--jt-color-muted);
	display: none;
	padding: 0.35rem;
}

.jt-filter-group {
	border: 0;
	margin: 0;
	padding: 0.78rem 0;
	position: relative;
}

.jt-filter-heading + .jt-filter-group {
	padding-top: 0.35rem;
}

.jt-filter-group + .jt-filter-group {
	border-top: 1px solid var(--jt-color-border);
}

.jt-filter-group legend {
	display: block;
	float: left;
	font-weight: 900;
	margin-bottom: 0.75rem;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.jt-filter-group legend + * {
	clear: both;
}

.jt-filter-option {
	align-items: center;
	color: var(--jt-color-muted);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: auto 1fr auto;
	margin-bottom: 0.6rem;
}

.jt-filter-option input {
	accent-color: var(--jt-color-leaf);
}

.jt-filter-option.is-disabled {
	cursor: not-allowed;
	opacity: 0.58;
}

.jt-filter-option.is-disabled input {
	cursor: not-allowed;
}

.jt-filter-option.is-disabled small {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
}

.jt-price-filter {
	display: grid;
	gap: 0.75rem;
}

.jt-price-filter label {
	display: grid;
	gap: 0.3rem;
}

.jt-price-filter input {
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	min-height: 40px;
	padding: 0 0.6rem;
}

.jt-apply-filters {
	background: var(--jt-color-leaf);
	border: 0;
	color: #fff;
	width: 100%;
}

.jt-clear-filters {
	display: inline-flex;
	justify-content: center;
	margin-top: 0.75rem;
	width: 100%;
}

.jt-shop-products ul.products {
	display: grid;
	gap: 1.35rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.jt-shop-products ul.products::before,
.jt-shop-products ul.products::after {
	display: none;
}

.jt-shop-products ul.products li.product {
	float: none;
	margin: 0;
	width: auto;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 2rem;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: inline-flex;
	gap: 0.5rem;
	margin: 0;
}

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	color: var(--jt-color-ink);
	min-height: 40px;
	min-width: 40px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--jt-color-leaf);
	color: #fff;
}

.woocommerce-cart .content-area,
.woocommerce-account .content-area {
	float: none;
	margin: 0 auto;
	max-width: 1280px;
	padding: 2rem 1.25rem 0;
	width: 100%;
}

.woocommerce-cart .widget-area,
.woocommerce-account .widget-area {
	display: none;
}

.woocommerce-cart .site-main > .entry-header,
.woocommerce-account .site-main > .entry-header {
	margin-bottom: 1.5rem;
}

.woocommerce-cart .entry-title,
.woocommerce-account .entry-title {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 500;
	margin: 0;
}

.jt-empty-cart-card {
	align-items: center;
	background: var(--jt-color-surface);
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	box-shadow: var(--jt-shadow);
	display: grid;
	justify-items: center;
	margin: 0 auto 2rem;
	min-height: 270px;
	padding: clamp(2rem, 5vw, 4rem);
	text-align: center;
}

.jt-empty-cart__image {
	display: block;
	height: auto;
	margin: 0 auto 1.125rem;
	max-width: 100%;
	object-fit: contain;
	width: clamp(110px, 10vw, 150px);
}

.jt-empty-cart-card h2,
.jt-cart-suggestions h2 {
	margin: 0 0 0.75rem;
}

.jt-empty-cart-card p {
	color: var(--jt-color-muted);
	margin-bottom: 1.5rem;
}

.jt-empty-cart-card .button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-account .woocommerce-button,
.woocommerce-account button.button {
	background: var(--jt-color-orange);
	border: 0;
	border-radius: var(--jt-radius);
	color: #fff;
	font-weight: 900;
}

.jt-cart-suggestions {
	margin-top: 2rem;
}

.jt-cart-suggestions ul.products {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.jt-cart-suggestions ul.products::before,
.jt-cart-suggestions ul.products::after {
	display: none;
}

body.woocommerce-cart .jt-cart-suggestions ul.products li.product {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

.woocommerce-cart .entry-content > .woocommerce:has(> form.woocommerce-cart-form) {
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
}

.woocommerce-cart .entry-content > .woocommerce:has(> form.woocommerce-cart-form) > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

.woocommerce-cart form.woocommerce-cart-form {
	float: none;
	grid-column: 1;
	min-width: 0;
	width: 100%;
}

.woocommerce-cart .cart-collaterals {
	float: none;
	grid-column: 2;
	min-width: 320px;
	width: 100%;
}

.woocommerce-cart table.shop_table {
	background: var(--jt-color-surface);
	border: 1px solid var(--jt-color-border);
	border-collapse: separate;
	border-radius: var(--jt-radius);
	box-shadow: var(--jt-shadow);
	overflow: hidden;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
	border-color: var(--jt-color-border);
	padding: 1rem;
	vertical-align: middle;
}

.woocommerce-cart table.cart img {
	border-radius: var(--jt-radius);
	width: 76px;
}

.woocommerce-cart .product-name a {
	color: var(--jt-color-ink);
	font-weight: 900;
	text-decoration: none;
}

/* Quantity stepper ([-] [qty] [+]) shared styles: see global.css. */

.woocommerce-cart .cart_totals {
	background: var(--jt-color-surface);
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	box-shadow: var(--jt-shadow);
	float: none;
	padding: 1.25rem;
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.woocommerce-cart .cart_totals h2 {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: 0;
	white-space: normal;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	display: inline-flex;
	justify-content: center;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.woocommerce-cart .coupon {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.woocommerce-cart .coupon .input-text {
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	min-height: 42px;
	padding: 0 0.75rem;
}

.jt-account-login-layout {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.jt-account-login-main,
.jt-account-side-panel {
	background: var(--jt-color-surface);
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	box-shadow: var(--jt-shadow);
}

.jt-account-login-main {
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.jt-account-login-main h2 {
	color: var(--jt-color-leaf);
	font-size: clamp(1.55rem, 3vw, 2rem);
	margin-top: 0;
}

.jt-account-intro {
	color: var(--jt-color-muted);
	margin-bottom: 1.5rem;
}

.jt-checkout-full-width #content,
.jt-checkout-full-width .site-content,
.jt-checkout-full-width .content-area {
	float: none;
	margin: 0;
	width: 100%;
}

.jt-checkout-full-width .widget-area,
.jt-checkout-full-width .entry-header {
	display: none;
}

.jt-checkout-page {
	margin: 0 auto;
	max-width: 1500px;
	padding: clamp(1.75rem, 4vw, 3.5rem) 1.25rem clamp(3rem, 6vw, 5rem);
}

.jt-checkout-hero {
	background:
		linear-gradient(135deg, rgba(102, 124, 82, 0.12), rgba(184, 120, 85, 0.1)),
		#f5efe7;
	border: 1px solid rgba(227, 216, 202, 0.9);
	border-radius: 24px;
	margin-bottom: clamp(1.4rem, 3vw, 2.25rem);
	padding: clamp(1.6rem, 4vw, 3rem);
}

.jt-checkout-eyebrow {
	color: var(--jt-color-leaf);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.jt-checkout-hero h1 {
	color: var(--jt-color-ink);
	font-size: clamp(2.1rem, 4.2vw, 4rem);
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.jt-checkout-hero p {
	color: var(--jt-color-muted);
	font-size: clamp(1rem, 1.45vw, 1.16rem);
	line-height: 1.65;
	margin: 1rem 0 0;
	max-width: 58ch;
}

.jt-checkout-content .alignwide {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.jt-checkout-page .wc-block-checkout,
.jt-checkout-page .wc-block-components-sidebar-layout,
.jt-checkout-page .wc-block-components-main,
.jt-checkout-page .wc-block-components-sidebar {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
}

.jt-checkout-page .wc-block-components-sidebar-layout {
	align-items: start;
	display: grid !important;
	gap: clamp(1.25rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
	margin: 0;
}

.jt-checkout-page .wc-block-components-main {
	padding-right: 0 !important;
	width: auto !important;
}

.jt-checkout-page .wc-block-components-sidebar {
	background: #fffdf9;
	border: 1px solid rgba(227, 216, 202, 0.92);
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(52, 43, 31, 0.08);
	padding: clamp(1.2rem, 2.4vw, 1.65rem) !important;
	position: sticky !important;
	top: 1.25rem;
	width: auto !important;
}

.jt-checkout-page .wc-block-components-form {
	display: grid;
	gap: 1rem;
}

.jt-checkout-page .wc-block-components-checkout-step {
	background: #fffdf9;
	border: 1px solid rgba(227, 216, 202, 0.92);
	border-radius: 24px;
	box-shadow: 0 16px 38px rgba(52, 43, 31, 0.065);
	margin: 0 !important;
	padding: clamp(1.25rem, 2.5vw, 1.9rem);
}

.jt-checkout-page .wc-block-components-checkout-step__heading {
	margin: 0 0 1rem;
}

.jt-checkout-page .wc-block-components-checkout-step__title,
.jt-checkout-page .wc-block-components-checkout-order-summary__title-text {
	color: var(--jt-color-ink);
	font-size: clamp(1.18rem, 2vw, 1.45rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
}

.jt-checkout-page .wc-block-components-checkout-step__description,
.jt-checkout-page .wc-block-checkout__guest-checkout-notice,
.jt-checkout-page .wc-block-components-checkout-step__heading-content,
.jt-checkout-page .wc-block-components-validation-error,
.jt-checkout-page .wc-block-components-checkbox__label,
.jt-checkout-page .wc-block-components-address-card address {
	color: var(--jt-color-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.jt-checkout-page .wc-block-checkout__guest-checkout-notice {
	background: rgba(102, 124, 82, 0.09);
	border: 1px solid rgba(102, 124, 82, 0.18);
	border-radius: 14px;
	margin: 0.85rem 0 0;
	padding: 0.75rem 0.9rem;
}

.jt-checkout-contact-help {
	color: var(--jt-color-muted);
	font-size: 0.92rem;
	line-height: 1.5;
	margin: 0 0 0.85rem;
}

.jt-checkout-page .wc-block-components-text-input,
.jt-checkout-page .wc-blocks-components-select,
.jt-checkout-page .wc-block-components-textarea {
	margin-bottom: 1rem;
}

.jt-checkout-page .wc-block-components-text-input input,
.jt-checkout-page .wc-blocks-components-select__select,
.jt-checkout-page .wc-block-components-textarea {
	background: #fbf8f3 !important;
	border: 1px solid var(--jt-color-border) !important;
	border-radius: 16px !important;
	box-shadow: none !important;
	color: var(--jt-color-ink) !important;
	min-height: 56px !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.jt-checkout-page .wc-block-components-textarea {
	min-height: 120px !important;
	padding-top: 1rem !important;
}

.jt-checkout-page .wc-block-components-text-input input:focus,
.jt-checkout-page .wc-blocks-components-select__select:focus,
.jt-checkout-page .wc-block-components-textarea:focus {
	background: #ffffff !important;
	border-color: rgba(102, 124, 82, 0.65) !important;
	box-shadow: 0 0 0 4px rgba(102, 124, 82, 0.12) !important;
	outline: 0 !important;
}

.jt-checkout-page .wc-block-components-text-input label,
.jt-checkout-page .wc-blocks-components-select__label,
.jt-checkout-page .wc-block-components-textarea label {
	color: var(--jt-color-ink) !important;
	font-weight: 800 !important;
}

.jt-checkout-page .wc-block-components-checkbox {
	align-items: flex-start;
	background: #fbf8f3;
	border: 1px solid rgba(227, 216, 202, 0.9);
	border-radius: 16px;
	display: flex;
	gap: 0.75rem;
	margin: 0.75rem 0;
	padding: 0.9rem 1rem;
}

.jt-checkout-page .wc-block-components-checkbox__input {
	accent-color: var(--jt-color-leaf);
	margin-top: 0.18rem;
}

.jt-checkout-page .wc-block-components-radio-control,
.jt-checkout-page .wc-block-checkout__shipping-method-option,
.jt-checkout-page .wc-block-components-radio-control__option,
.jt-checkout-page .wc-block-components-payment-methods__payment-method {
	background: #fbf8f3;
	border: 1px solid rgba(227, 216, 202, 0.9);
	border-radius: 18px;
	color: var(--jt-color-ink);
}

.jt-checkout-page .wc-block-checkout__shipping-method-option {
	margin-bottom: 0.75rem;
	padding: 1rem !important;
}

.jt-checkout-page .wc-block-components-radio-control__option,
.jt-checkout-page .wc-block-components-payment-methods__payment-method {
	margin-bottom: 0.75rem;
	padding: 1rem 1rem 1rem 3rem !important;
}

.jt-checkout-page .wc-block-components-radio-control__option-checked,
.jt-checkout-page .wc-block-checkout__shipping-method-option--selected,
.jt-checkout-page .wc-block-components-payment-methods__payment-method--selected {
	background: rgba(102, 124, 82, 0.1);
	border-color: rgba(102, 124, 82, 0.55);
	box-shadow: 0 0 0 3px rgba(102, 124, 82, 0.08);
}

.jt-checkout-page .wc-block-checkout__payment-method .wc-block-components-notice-banner.is-error {
	background: rgba(184, 120, 85, 0.1) !important;
	border: 1px solid rgba(184, 120, 85, 0.32) !important;
	border-radius: 18px !important;
	color: var(--jt-color-ink) !important;
	padding: 1rem !important;
}

.jt-checkout-page .wc-block-checkout__payment-method .wc-block-components-notice-banner.is-error::before {
	color: var(--jt-color-clay);
	content: "No hay medios de pago disponibles";
	display: block;
	font-size: 1.05rem;
	font-weight: 850;
	margin-bottom: 0.35rem;
}

.jt-checkout-page .wc-block-checkout__payment-method .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content {
	color: var(--jt-color-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.jt-checkout-page .wc-block-checkout__payment-method .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content::after {
	content: " Contactanos por WhatsApp y te ayudamos.";
}

.jt-checkout-page .wc-block-components-button,
.jt-checkout-page .wc-block-components-checkout-place-order-button {
	background: var(--jt-color-orange) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-weight: 850 !important;
	min-height: 56px !important;
	text-decoration: none !important;
	transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
	width: 100%;
}

.jt-checkout-page .wc-block-components-button:hover,
.jt-checkout-page .wc-block-components-button:focus-visible,
.jt-checkout-page .wc-block-components-checkout-place-order-button:hover,
.jt-checkout-page .wc-block-components-checkout-place-order-button:focus-visible {
	background: #a8663b !important;
	box-shadow: 0 12px 24px rgba(185, 120, 70, 0.22) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.jt-checkout-page .wc-block-components-button:disabled,
.jt-checkout-page .wc-block-components-checkout-place-order-button:disabled {
	cursor: not-allowed;
	opacity: 0.58;
	transform: none;
}

.jt-checkout-page .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
	align-items: center;
	border-bottom: 1px solid rgba(227, 216, 202, 0.9);
	display: flex;
	justify-content: space-between;
	margin: 0 0 1rem;
	padding-bottom: 1rem;
}


.jt-checkout-edit-cart {
	color: var(--jt-color-leaf);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 850;
	margin: 0 0 0.85rem;
	text-decoration: none;
}

.jt-checkout-edit-cart:hover,
.jt-checkout-edit-cart:focus-visible {
	color: var(--jt-color-clay);
	text-decoration: none;
}

.jt-checkout-page .wc-block-components-order-summary-item {
	align-items: start;
	border-bottom: 1px solid rgba(227, 216, 202, 0.75);
	display: grid !important;
	gap: 0.85rem;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	padding: 1rem 0 !important;
}

.jt-checkout-page .wc-block-components-order-summary-item__image {
	background: #fbf8f3;
	border: 1px solid rgba(227, 216, 202, 0.85);
	border-radius: 14px;
	height: 72px;
	overflow: hidden;
	width: 72px;
}

.jt-checkout-page .wc-block-components-order-summary-item__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.jt-checkout-page .wc-block-components-product-name {
	color: var(--jt-color-ink);
	font-weight: 800;
	line-height: 1.35;
	white-space: normal;
}

.jt-checkout-page .wc-block-components-order-summary-item__quantity {
	background: var(--jt-color-leaf);
	color: #ffffff;
}

.jt-checkout-page .wc-block-components-totals-wrapper {
	border-color: rgba(227, 216, 202, 0.9) !important;
	padding-bottom: 0.85rem !important;
	padding-top: 0.85rem !important;
}

.jt-checkout-page .wc-block-components-totals-footer-item {
	color: var(--jt-color-ink);
	font-size: 1.12rem;
	font-weight: 900;
}

.jt-checkout-page .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	color: var(--jt-color-clay);
	font-size: 1.35rem;
}

.jt-checkout-page .wc-block-components-totals-coupon {
	background: #fbf8f3;
	border: 1px solid rgba(227, 216, 202, 0.9);
	border-radius: 16px;
	margin: 0.85rem 0;
	padding: 0.85rem;
}

.jt-checkout-page .wc-block-components-panel__button {
	color: var(--jt-color-leaf) !important;
	font-weight: 850 !important;
	text-decoration: none !important;
}

.jt-checkout-page .wc-block-components-notice-banner {
	border-radius: 18px !important;
	box-shadow: none !important;
}

.jt-checkout-page .wc-block-components-notice-banner.is-error {
	background: rgba(184, 120, 85, 0.1) !important;
	border-color: rgba(184, 120, 85, 0.32) !important;
	color: var(--jt-color-ink) !important;
}

.jt-checkout-page .wc-block-components-notice-banner.is-success,
.jt-checkout-page .wc-block-components-notice-banner.is-info {
	background: rgba(102, 124, 82, 0.1) !important;
	border-color: rgba(102, 124, 82, 0.24) !important;
	color: var(--jt-color-ink) !important;
}

.jt-checkout-page .wc-block-checkout__actions_row {
	justify-content: stretch !important;
}

.jt-checkout-page .wc-block-checkout__actions_row > * {
	width: 100%;
}

.jt-checkout-trust {
	display: grid;
	gap: 0.55rem;
	margin-top: 1rem;
}

.jt-checkout-trust span {
	align-items: center;
	color: var(--jt-color-muted);
	display: flex;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 0.55rem;
}

.jt-checkout-trust svg {
	fill: none;
	height: 20px;
	stroke: var(--jt-color-leaf);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.jt-checkout-whatsapp {
	align-items: center;
	background: var(--jt-color-leaf);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	margin-top: 0.85rem;
	min-height: 48px;
	padding: 0.75rem 1rem;
	text-decoration: none;
	width: 100%;
}

.jt-checkout-whatsapp:hover,
.jt-checkout-whatsapp:focus-visible {
	background: #526843;
	color: #ffffff;
	text-decoration: none;
}

.woocommerce-account .woocommerce-form label {
	font-weight: 800;
}

.woocommerce-account .woocommerce-form input.input-text {
	border: 1px solid var(--jt-color-border);
	border-radius: var(--jt-radius);
	min-height: 48px;
	padding: 0 1rem;
}

.jt-login-actions {
	display: grid;
	gap: 1rem;
	justify-items: start;
}

.jt-register-panel {
	border-top: 1px solid var(--jt-color-border);
	margin-top: 2rem;
	padding-top: 2rem;
}

.jt-account-side-panel {
	padding: 1.5rem;
}

.jt-account-side-panel h2 {
	font-size: 1.25rem;
	margin-top: 0;
}

.jt-account-side-panel ul {
	display: grid;
	gap: 1.25rem;
	list-style: none;
	margin: 1.5rem 0;
	padding: 0;
}

.jt-account-side-panel li {
	display: grid;
	gap: 1rem;
	grid-template-columns: 52px 1fr;
}

.jt-account-side-panel b {
	align-items: center;
	background: #edf5e9;
	border-radius: 999px;
	color: var(--jt-color-leaf);
	display: inline-flex;
	font-size: 1.4rem;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.jt-account-side-panel strong,
.jt-account-side-panel span:not(.jt-icon-circle) {
	display: block;
}

.jt-account-side-panel span {
	color: var(--jt-color-muted);
	margin-top: 0.2rem;
}

.jt-account-side-visual {
	background:
		radial-gradient(circle at 64% 54%, #f2c84b 0 12%, transparent 13%),
		radial-gradient(circle at 44% 56%, #d9a56d 0 22%, transparent 23%),
		linear-gradient(135deg, #f5eadc, #fffaf2);
	border-radius: var(--jt-radius);
	height: 150px;
}

/* Logged-in My Account layout, navigation and content: see myaccount.css. */

/* Single product redesign. */

.single-product .content-area {
	float: none;
	margin: 0 auto;
	max-width: 1400px;
	padding: clamp(1.5rem, 4vw, 3rem) 1.25rem 0;
	width: 100%;
}

.single-product .widget-area,
.single-product .woocommerce-breadcrumb:not(.jt-product-breadcrumb) {
	display: none;
}

.single-product .site-main {
	margin-bottom: 0;
}

.jt-single-product {
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
}

.jt-product-main {
	align-items: start;
	display: grid;
	gap: clamp(1.75rem, 4vw, 3.25rem);
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.jt-product-gallery,
.jt-product-summary,
.jt-product-accordions,
.jt-single-product .related.products {
	min-width: 0;
}

.jt-product-gallery .woocommerce-product-gallery {
	float: none !important;
	margin: 0 !important;
	opacity: 1 !important;
	width: 100% !important;
}

.jt-product-gallery .woocommerce-product-gallery__wrapper {
	display: grid;
	gap: 0.85rem;
	margin: 0;
}

/*
 * When a product has 2+ images, WooCommerce/FlexSlider wraps this wrapper in
 * a .flex-viewport and lays out each slide with float + an inline pixel
 * width to build a horizontal filmstrip. CSS Grid ignores float on its
 * children, so it must step aside here and let FlexSlider's own layout work.
 */
.jt-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
	display: block;
}

.jt-product-gallery .woocommerce-product-gallery__image {
	align-items: center;
	box-sizing: border-box;
	display: flex !important;
	justify-content: center;
	margin: 0;
	min-height: clamp(360px, 42vw, 620px);
	padding: 0;
	width: 100%;
}

.jt-product-gallery .woocommerce-product-gallery__image a {
	align-items: center;
	background: #fbf8f3;
	border: 1px solid rgba(227, 216, 202, 0.86);
	border-radius: 24px;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: clamp(360px, 42vw, 620px);
	padding: clamp(1.25rem, 3vw, 2.5rem);
	width: 100%;
}

.jt-product-gallery .woocommerce-product-gallery__image img {
	aspect-ratio: 1 / 1;
	border-radius: 18px;
	display: block;
	height: auto;
	max-height: 560px;
	object-fit: contain;
	width: 100%;
}

.jt-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 0.15rem 0.05rem 0.35rem;
	scrollbar-width: thin;
}

.jt-product-gallery .flex-control-thumbs li {
	flex: 0 0 86px;
	list-style: none;
	margin: 0;
	width: 86px !important;
}

.jt-product-gallery .flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 1px solid var(--jt-color-border);
	border-radius: 14px;
	cursor: pointer;
	height: 86px;
	margin: 0;
	object-fit: contain;
	opacity: 0.68;
	padding: 0.45rem;
	width: 86px;
}

.jt-product-gallery .flex-control-thumbs img.flex-active,
.jt-product-gallery .flex-control-thumbs img:hover,
.jt-product-gallery .flex-control-thumbs img:focus-visible {
	border-color: var(--jt-color-leaf);
	box-shadow: 0 0 0 3px rgba(102, 124, 82, 0.14);
	opacity: 1;
}

.jt-product-summary {
	background: var(--jt-color-surface);
	border: 1px solid rgba(227, 216, 202, 0.88);
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(52, 43, 31, 0.08);
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.jt-product-breadcrumb {
	color: var(--jt-color-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 0.45rem;
	line-height: 1.4;
	order: 1;
}

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

.jt-product-breadcrumb a:hover,
.jt-product-breadcrumb a:focus-visible {
	color: var(--jt-color-leaf);
}

.jt-product-eyebrow {
	align-self: flex-start;
	color: var(--jt-color-leaf);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	order: 2;
	text-decoration: none;
	text-transform: uppercase;
}

.jt-product-summary .product_title {
	color: var(--jt-color-ink);
	font-size: clamp(1.55rem, 2.5vw, 2.35rem);
	font-weight: 820;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	max-width: 18ch;
	order: 3;
}

.jt-product-summary .price {
	color: var(--jt-color-ink);
	font-size: clamp(1.55rem, 2.6vw, 2.25rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0.1rem 0 0.25rem;
	order: 4;
	white-space: nowrap;
}

.jt-product-summary .price del {
	color: var(--jt-color-muted);
	font-size: 0.65em;
	font-weight: 600;
	opacity: 0.72;
}

.jt-product-summary .price ins {
	text-decoration: none;
}

.jt-product-summary .woocommerce-product-details__short-description {
	color: var(--jt-color-muted);
	font-size: 1rem;
	line-height: 1.7;
	max-width: 58ch;
	order: 5;
}

.jt-product-summary .woocommerce-product-details__short-description p {
	margin: 0;
}

.single-product .jt-product-summary .juguetes-stock-badge {
	align-self: flex-start;
	background: #edf5e9;
	margin: 0.2rem 0 0;
	order: 6;
}

.single-product .jt-product-summary .juguetes-stock-badge.is-out {
	background: #fff1ec;
	color: #9f3328;
}

.single-product .jt-product-summary .juguetes-stock-badge.is-low {
	background: #fff8e8;
}

.jt-product-stock-quantity {
	color: var(--jt-color-muted);
	font-size: 0.9rem;
	font-weight: 700;
	margin: -0.2rem 0 0;
	order: 7;
}

.jt-product-summary form.cart,
.jt-product-summary .juguetes-whatsapp-button {
	order: 8;
}

.jt-product-summary form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin: 0.45rem 0 0;
}

/* Quantity stepper ([-] [qty] [+]) shared styles: see global.css. */

.jt-product-summary .single_add_to_cart_button,
.jt-product-summary .juguetes-whatsapp-button {
	align-items: center;
	background: var(--jt-color-orange);
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	flex: 1 1 220px;
	font-size: 0.98rem;
	font-weight: 850;
	gap: 0.55rem;
	justify-content: center;
	min-height: 52px;
	padding: 0.85rem 1.25rem;
	text-decoration: none;
	transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.jt-product-summary .single_add_to_cart_button::before {
	background: currentColor;
	content: "";
	height: 20px;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6h15l-1.5 8.5H8L6 6Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6 5.4 3H3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 20px;
}

.jt-product-summary .single_add_to_cart_button:hover,
.jt-product-summary .single_add_to_cart_button:focus-visible,
.jt-product-summary .juguetes-whatsapp-button:hover,
.jt-product-summary .juguetes-whatsapp-button:focus-visible {
	background: #a8663b;
	box-shadow: 0 12px 24px rgba(185, 120, 70, 0.22);
	color: #fff;
	transform: translateY(-2px);
}

.jt-product-summary .variations_form {
	align-items: stretch;
	display: grid;
	gap: 1rem;
}

.jt-product-summary table.variations {
	margin: 0;
}

.jt-product-summary table.variations tr,
.jt-product-summary table.variations th,
.jt-product-summary table.variations td {
	display: block;
	padding: 0;
}

.jt-product-summary table.variations tr + tr {
	margin-top: 0.85rem;
}

.jt-product-summary table.variations label {
	color: var(--jt-color-ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 0.4rem;
}

.jt-product-summary table.variations select {
	background-color: #fbf8f3;
	border: 1px solid var(--jt-color-border);
	border-radius: 14px;
	color: var(--jt-color-ink);
	min-height: 52px;
	padding: 0 1rem;
	width: 100%;
}

.jt-product-summary .reset_variations {
	color: var(--jt-color-leaf);
	display: inline-block;
	font-size: 0.86rem;
	font-weight: 800;
	margin-top: 0.5rem;
	text-decoration: none;
}

.jt-product-summary .woocommerce-variation-add-to-cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 0.85rem;
}

.jt-product-trust {
	display: grid;
	gap: 0.75rem;
	margin-top: 0.35rem;
	order: 9;
}

.jt-product-trust-item {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 42px 1fr;
}

.jt-product-icon-circle {
	align-items: center;
	background: #edf3e8;
	border-radius: 999px;
	color: var(--jt-color-leaf);
	display: flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.jt-product-icon-circle svg {
	display: block;
	fill: none;
	height: 21px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
	width: 21px;
}

.jt-product-trust-item strong,
.jt-product-trust-item small {
	display: block;
}

.jt-product-trust-item strong {
	color: var(--jt-color-ink);
	font-size: 0.9rem;
	line-height: 1.2;
}

.jt-product-trust-item small {
	color: var(--jt-color-muted);
	font-size: 0.82rem;
	line-height: 1.35;
	margin-top: 0.08rem;
}

.jt-product-summary .product_meta {
	background: #fbf8f3;
	border: 1px solid var(--jt-color-border);
	border-radius: 18px;
	color: var(--jt-color-muted);
	display: grid;
	font-size: 0.86rem;
	gap: 0.35rem;
	margin: 0.4rem 0 0;
	order: 10;
	padding: 1rem;
}

.jt-product-summary .product_meta span {
	display: block;
}

.jt-product-summary .product_meta a {
	color: var(--jt-color-leaf);
	font-weight: 800;
	text-decoration: none;
}

.jt-product-details {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
}

.jt-product-accordions {
	display: grid;
	gap: 0.9rem;
}

.jt-product-accordion {
	background: var(--jt-color-surface);
	border: 1px solid var(--jt-color-border);
	border-radius: 20px;
	box-shadow: 0 12px 28px rgba(52, 43, 31, 0.06);
	overflow: hidden;
}

.jt-product-accordion summary {
	align-items: center;
	color: var(--jt-color-ink);
	cursor: pointer;
	display: flex;
	font-size: 1.05rem;
	font-weight: 850;
	justify-content: space-between;
	list-style: none;
	padding: 1.1rem 1.25rem;
}

.jt-product-accordion summary::-webkit-details-marker {
	display: none;
}

.jt-product-accordion summary svg {
	display: block;
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	transition: transform 0.16s ease;
	width: 20px;
}

.jt-product-accordion[open] summary svg {
	transform: rotate(180deg);
}

.jt-product-accordion .wc-tab {
	color: var(--jt-color-muted);
	font-size: 1rem;
	line-height: 1.75;
	padding: 0 1.25rem 1.25rem;
}

.jt-product-accordion .wc-tab > h2:first-child {
	display: none;
}

.jt-product-reviews {
	display: grid;
	gap: 1.25rem;
}

.jt-reviews-empty,
.jt-review-form-card {
	background: #fbf8f3;
	border: 1px solid var(--jt-color-border);
	border-radius: 18px;
	padding: clamp(1rem, 2.5vw, 1.5rem);
}

.jt-reviews-empty h2 {
	color: var(--jt-color-ink);
	font-size: 1.35rem;
	font-weight: 850;
	margin: 0 0 0.35rem;
}

.jt-reviews-empty p,
.jt-product-reviews .must-log-in,
.jt-product-reviews .woocommerce-verification-required {
	color: var(--jt-color-muted);
	margin: 0;
}

.jt-product-reviews .comment-reply-title {
	color: var(--jt-color-ink);
	display: block;
	font-size: 1.25rem;
	font-weight: 850;
	margin-bottom: 1rem;
}

.jt-product-reviews .comment-form {
	display: grid;
	gap: 1rem;
	margin: 0;
}

.jt-product-reviews .comment-form p {
	margin: 0;
}

.jt-product-reviews label {
	color: var(--jt-color-ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 0.4rem;
}

.jt-product-reviews input,
.jt-product-reviews textarea,
.jt-product-reviews select {
	background: #fff;
	border: 1px solid var(--jt-color-border);
	border-radius: 14px;
	box-shadow: none;
	color: var(--jt-color-ink);
	padding: 0.85rem 1rem;
	width: 100%;
}

.jt-product-reviews textarea {
	min-height: 130px;
	resize: vertical;
}

.jt-product-reviews .form-submit .submit {
	background: var(--jt-color-orange);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-weight: 850;
	min-height: 48px;
	padding: 0.8rem 1.35rem;
}

.jt-product-reviews .stars a {
	color: var(--jt-color-orange);
}

.jt-single-product .related.products {
	margin: 0;
}

.jt-single-product .related.products > h2 {
	color: var(--jt-color-ink);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 850;
	margin: 0 0 1rem;
}

.jt-single-product .related.products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jt-single-product .related.products ul.products::before,
.jt-single-product .related.products ul.products::after {
	display: none;
}

/* Account login redesign. */

.woocommerce-account:not(.logged-in) .content-area {
	max-width: 1400px;
	padding-bottom: clamp(3rem, 6vw, 5rem);
	padding-top: clamp(1rem, 2.5vw, 2rem);
}

.woocommerce-account:not(.logged-in) .site-main article > .entry-header {
	display: none;
}

.jt-account-login-page {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.35rem);
}

.jt-account-login-hero {
	max-width: 760px;
}

.jt-account-login-hero h1 {
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	font-weight: 820;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.jt-account-login-hero p {
	color: var(--jt-color-muted);
	font-size: clamp(1.02rem, 1.4vw, 1.18rem);
	line-height: 1.65;
	margin: 0;
	max-width: 58ch;
}

.woocommerce-account:not(.logged-in) .jt-account-login-layout {
	align-items: stretch;
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
}

.woocommerce-account:not(.logged-in) .jt-account-login-main,
.woocommerce-account:not(.logged-in) .jt-account-side-panel,
.jt-account-trust-band {
	background: var(--jt-color-surface);
	border: 1px solid rgba(227, 216, 202, 0.88);
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(52, 43, 31, 0.08);
}

.woocommerce-account:not(.logged-in) .jt-account-login-main {
	padding: clamp(1.5rem, 4vw, 3rem);
}

.jt-account-card-heading {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
}

.jt-account-card-heading h2,
.woocommerce-account:not(.logged-in) .jt-account-side-panel h2 {
	color: var(--jt-color-ink);
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.jt-icon-circle {
	align-items: center;
	background: #edf3e8;
	border-radius: 999px;
	color: var(--jt-color-leaf);
	display: flex;
	flex: 0 0 56px;
	height: 56px;
	justify-content: center;
	line-height: 0;
	padding: 0;
	width: 56px;
}

.jt-account-card-heading .jt-icon-circle {
	flex-basis: 64px;
	height: 64px;
	width: 64px;
}

.jt-icon-circle svg,
.jt-input-icon svg,
.jt-login-submit svg {
	display: block;
	fill: none;
	flex: 0 0 auto;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.jt-icon-circle svg {
	height: 26px;
	margin: 0;
	padding: 0;
	width: 26px;
}

.jt-login-form {
	display: grid;
	gap: 1.1rem;
}

.jt-auth-view[hidden] {
	display: none;
}

.jt-auth-view {
	animation: jtAuthFade 180ms ease;
}

@keyframes jtAuthFade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.woocommerce-account .jt-field {
	margin: 0;
}

.woocommerce-account .jt-field label {
	color: var(--jt-color-ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 0.45rem;
}

.jt-input-shell {
	align-items: center;
	background: #fbf8f3;
	border: 1px solid var(--jt-color-border);
	border-radius: 16px;
	display: flex;
	min-height: 56px;
	padding: 0 0.9rem;
	transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.jt-input-shell--password {
	position: relative;
}

.jt-input-shell--password .password-input {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	width: 100%;
}

.jt-input-shell:focus-within {
	background: #fff;
	border-color: rgba(102, 124, 82, 0.65);
	box-shadow: 0 0 0 4px rgba(102, 124, 82, 0.12);
}

.jt-input-icon {
	align-items: center;
	color: var(--jt-color-leaf);
	display: flex;
	flex: 0 0 22px;
	height: 22px;
	justify-content: center;
	margin-right: 0.75rem;
	width: 22px;
}

.jt-input-icon svg,
.jt-login-submit svg {
	height: 22px;
	width: 22px;
}

.woocommerce-account .jt-input-shell input.input-text {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--jt-color-ink);
	flex: 1 1 auto;
	font-size: 1rem;
	min-height: 54px;
	padding: 0;
	width: 100%;
}

.woocommerce-account .jt-input-shell--password .password-input input.input-text {
	padding-right: 3.25rem;
}

.jt-input-shell--password .password-input input.input-text::-ms-clear,
.jt-input-shell--password .password-input input.input-text::-ms-reveal {
	display: none;
	height: 0;
	width: 0;
}

.jt-input-shell--password .show-password-input {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--jt-color-muted);
	display: flex;
	height: 42px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
}

.jt-input-shell--password .show-password-input:hover,
.jt-input-shell--password .show-password-input:focus-visible {
	background: transparent;
	box-shadow: none;
	color: var(--jt-color-leaf);
}

.woocommerce-account .jt-input-shell input.input-text:focus {
	outline: 0;
}

.woocommerce-account:not(.logged-in) .jt-login-actions {
	display: grid;
	gap: 1rem;
	justify-items: stretch;
	margin-top: 0.25rem;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
	align-items: center;
	color: var(--jt-color-muted);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 0.45rem;
}

.jt-login-submit {
	align-items: center;
	background: var(--jt-color-orange);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	gap: 0.55rem;
	justify-content: center;
	min-height: 54px;
	padding: 0 1.15rem 0 1.45rem;
	text-decoration: none;
	transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
	width: 100%;
}

.jt-login-submit:hover,
.jt-login-submit:focus-visible {
	background: #a8663b;
	box-shadow: 0 12px 24px rgba(185, 120, 70, 0.22);
	color: #fff;
	transform: translateY(-2px);
}

.jt-login-divider {
	align-items: center;
	color: var(--jt-color-muted);
	display: grid;
	font-size: 0.86rem;
	font-weight: 700;
	gap: 0.85rem;
	grid-template-columns: 1fr auto 1fr;
	margin: 0.65rem 0 0.1rem;
	text-align: center;
}

.jt-login-divider::before,
.jt-login-divider::after {
	background: var(--jt-color-border);
	content: "";
	height: 1px;
}

.jt-register-switch {
	align-items: center;
	background: #fbf8f3;
	border: 1px solid rgba(227, 216, 202, 0.9);
	border-radius: 18px;
	display: grid;
	gap: 0.85rem;
	margin-top: 0.35rem;
	padding: 1.1rem;
	text-align: center;
}

.jt-register-switch p {
	color: var(--jt-color-ink);
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.jt-secondary-auth-button {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(102, 124, 82, 0.72);
	border-radius: 999px;
	color: var(--jt-color-leaf);
	cursor: pointer;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.2rem;
	text-decoration: none;
	transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
	width: 100%;
}

.jt-secondary-auth-button:hover,
.jt-secondary-auth-button:focus-visible {
	background: rgba(102, 124, 82, 0.1);
	border-color: var(--jt-color-leaf);
	color: var(--jt-color-leaf);
	transform: translateY(-1px);
}

.jt-google-login {
	align-items: center;
	background: #fff;
	border: 1px solid var(--jt-color-border);
	border-radius: 999px;
	color: var(--jt-color-ink);
	display: inline-flex;
	font-weight: 800;
	gap: 0.7rem;
	justify-content: center;
	min-height: 52px;
	text-decoration: none;
	width: 100%;
}

.jt-google-login.is-disabled {
	cursor: not-allowed;
	opacity: 0.72;
}

.jt-google-logo {
	display: block;
	height: 20px;
	width: 20px;
}

.woocommerce-account:not(.logged-in) .lost_password {
	margin: 0.65rem 0 0;
	text-align: center;
}

.woocommerce-account:not(.logged-in) .lost_password a {
	color: var(--jt-color-leaf);
	font-weight: 800;
	text-decoration: none;
}

.jt-auth-subtitle {
	color: var(--jt-color-muted);
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0.4rem 0 0;
	max-width: 46ch;
}

.jt-register-form {
	display: grid;
	gap: 1.05rem;
}

.jt-register-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jt-password-strength {
	display: grid;
	gap: 0.45rem;
	margin-top: -0.2rem;
}

.jt-password-strength-bar {
	background: rgba(227, 216, 202, 0.9);
	border-radius: 999px;
	display: block;
	height: 7px;
	overflow: hidden;
}

.jt-password-strength-bar span {
	background: var(--jt-color-clay);
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: background 0.16s ease, width 0.16s ease;
	width: 0;
}

.jt-password-strength[data-strength="weak"] .jt-password-strength-bar span {
	background: var(--jt-color-clay);
	width: 34%;
}

.jt-password-strength[data-strength="medium"] .jt-password-strength-bar span {
	background: var(--jt-color-mustard);
	width: 67%;
}

.jt-password-strength[data-strength="strong"] .jt-password-strength-bar span {
	background: var(--jt-color-leaf);
	width: 100%;
}

.jt-password-strength small,
.jt-password-match {
	color: var(--jt-color-muted);
	font-size: 0.86rem;
	line-height: 1.4;
	margin: 0;
}

.jt-password-match.is-error {
	color: var(--jt-color-clay);
	font-weight: 800;
}

.jt-password-match.is-success {
	color: var(--jt-color-leaf);
	font-weight: 800;
}

.jt-register-legal {
	color: var(--jt-color-muted);
	font-size: 0.88rem;
	line-height: 1.55;
	margin: 0.15rem 0 0;
	text-align: center;
}

.jt-register-legal a {
	color: var(--jt-color-leaf);
	font-weight: 800;
	text-decoration: none;
}

.jt-register-actions {
	display: grid;
	gap: 0.85rem;
	margin-top: 0.2rem;
}

.jt-register-actions .jt-login-submit {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.jt-register-actions .jt-login-submit svg {
	display: none;
}

.woocommerce-account:not(.logged-in) .jt-account-side-panel {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: clamp(1.5rem, 3vw, 2rem);
}

.woocommerce-account:not(.logged-in) .jt-account-benefits {
	display: grid;
	gap: 1.1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account:not(.logged-in) .jt-account-benefits li {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 56px 1fr;
}

.jt-account-benefits strong,
.jt-account-benefits li div > span,
.jt-account-trust-band strong,
.jt-account-trust-band > div > span:not(.jt-icon-circle) {
	display: block;
}

.jt-account-benefits strong,
.jt-account-trust-band strong {
	color: var(--jt-color-ink);
	font-size: 0.98rem;
	line-height: 1.25;
}

.jt-account-benefits li div > span,
.jt-account-trust-band > div > span:not(.jt-icon-circle) {
	color: var(--jt-color-muted);
	font-size: 0.88rem;
	line-height: 1.45;
	margin-top: 0.18rem;
}

.jt-account-side-image {
	border-radius: 18px;
	margin: auto 0 0;
	overflow: hidden;
}

.jt-account-side-image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.jt-account-trust-band {
	display: grid;
	gap: clamp(1rem, 2vw, 1.35rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: clamp(1.2rem, 2.5vw, 1.75rem);
}

.jt-account-trust-band > div {
	align-items: start;
	column-gap: 0.9rem;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	grid-template-rows: auto auto;
	row-gap: 0.18rem;
	min-width: 0;
	padding: clamp(0.65rem, 1.4vw, 1rem);
	text-align: left;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: manual;
}

.jt-account-trust-band > div > .jt-icon-circle {
	grid-column: 1;
	grid-row: 1 / span 2;
	margin: 0;
}

.jt-account-trust-band > div > strong,
.jt-account-trust-band > div > span:not(.jt-icon-circle) {
	grid-column: 2;
}

@media (max-width: 900px) {
	.jt-product-main {
		grid-template-columns: 1fr;
	}

	.jt-product-gallery .woocommerce-product-gallery__image {
		min-height: clamp(300px, 72vw, 520px);
	}

	.jt-product-gallery .woocommerce-product-gallery__image a {
		min-height: clamp(300px, 72vw, 520px);
	}

	.jt-single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-account:not(.logged-in) .content-area {
		padding-top: clamp(0.75rem, 3vw, 1.35rem);
	}

	.woocommerce-account:not(.logged-in) .jt-account-login-layout {
		grid-template-columns: 1fr;
	}

	.jt-checkout-page .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.jt-checkout-page .wc-block-components-sidebar {
		position: static !important;
	}

	.woocommerce-account:not(.logged-in) .jt-account-side-panel {
		gap: 1.35rem;
	}

	.jt-account-side-image {
		margin-top: 0.5rem;
	}

	.jt-account-side-image img {
		aspect-ratio: 16 / 8;
	}

	.jt-account-trust-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.single-product .content-area {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.jt-single-product {
		gap: 1.75rem;
	}

	.jt-product-summary {
		border-radius: 20px;
		padding: 1.25rem;
	}

	.jt-product-summary .product_title {
		max-width: none;
	}

	.jt-product-summary form.cart,
	.jt-product-summary .woocommerce-variation-add-to-cart {
		align-items: stretch;
		flex-direction: column;
	}

	.jt-product-summary .single_add_to_cart_button,
	.jt-product-summary .juguetes-whatsapp-button {
		flex-basis: auto;
		width: 100%;
	}

	.jt-product-gallery .woocommerce-product-gallery__image {
		min-height: 300px;
	}

	.jt-product-gallery .woocommerce-product-gallery__image a {
		border-radius: 20px;
		min-height: 300px;
		padding: 1rem;
	}

	.jt-product-gallery .flex-control-thumbs li,
	.jt-product-gallery .flex-control-thumbs img {
		height: 72px;
		width: 72px !important;
	}

	.jt-single-product .related.products ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce-account:not(.logged-in) .content-area {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.jt-account-login-page {
		gap: 1.5rem;
	}

	.woocommerce-account:not(.logged-in) .jt-account-login-main,
	.woocommerce-account:not(.logged-in) .jt-account-side-panel,
	.jt-account-trust-band {
		border-radius: 20px;
	}

	.woocommerce-account:not(.logged-in) .jt-account-login-main,
	.woocommerce-account:not(.logged-in) .jt-account-side-panel {
		padding: 1.25rem;
	}

	.jt-checkout-page {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.jt-checkout-page .wc-block-components-main,
	.jt-checkout-page .wc-block-components-sidebar {
		width: 100% !important;
	}

	.jt-checkout-hero,
	.jt-checkout-page .wc-block-components-checkout-step,
	.jt-checkout-page .wc-block-components-sidebar {
		border-radius: 20px;
	}

	.jt-checkout-page .wc-block-components-checkout-step,
	.jt-checkout-page .wc-block-components-sidebar {
		padding: 1.15rem !important;
	}

	.jt-checkout-page .wc-block-components-order-summary-item {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.jt-checkout-page .wc-block-components-order-summary-item__image {
		height: 64px;
		width: 64px;
	}

	.jt-checkout-page .wc-block-components-order-summary-item__total-price {
		grid-column: 2;
	}

	.jt-account-card-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 1.5rem;
	}

	.jt-register-grid {
		grid-template-columns: 1fr;
	}

	.jt-secondary-auth-button,
	.jt-register-actions .jt-login-submit {
		width: 100%;
	}

	.woocommerce-account:not(.logged-in) .jt-account-benefits li,
	.jt-account-trust-band > div {
		align-items: start;
	}

	.jt-account-trust-band {
		grid-template-columns: 1fr;
	}

	.jt-input-shell {
		border-radius: 14px;
		min-height: 54px;
	}

	.jt-account-side-image img {
		aspect-ratio: 4 / 3;
	}
}
