/* Product cards and product carousels */
.wd-products, .products, .wd-products-element, .wd-carousel-container, .wd-carousel-wrap, .wd-slider, .wd-slider-wrapper, .related-products, .upsells-products, .cross-sells, .cart-collaterals, .wd-products-tabs,
.wd-products .wd-product, .products .product, .product-grid-item, .wd-carousel-item .wd-product{
	background: transparent !important;
	color: var(--jt-ink) !important;
}


.wd-products .wd-product .wd-product-wrapper,
.product-grid-item .product-wrapper,
.product-grid-item .wd-product-wrapper,
.wd-product .product-wrapper,
.wd-carousel-item .wd-product-wrapper,
.wd-products .product-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: var(--jt-surface-solid) !important;
	border: 1px solid var(--jt-line-soft) !important;
	border-radius: 8px !important;
	color: var(--jt-ink) !important;
	overflow: hidden;
	box-shadow: none !important;
}

.wd-product .product-element-top,
.product-grid-item .product-element-top,
.wd-product .product-image-link,
.wd-product .hover-img,
.wd-product .product-image-link img,
.wd-product .product-element-top img {
	background: #f4f4f6 !important;
}

.wd-product .product-element-top,
.product-grid-item .product-element-top {
	border-bottom: 1px solid var(--jt-line-soft) !important;
}

.wd-product .product-information,
.product-grid-item .product-information,
.wd-product .wd-product-info,
.product-grid-item .wd-product-info,
.wd-product .product-list-content,
.wd-product .wrap-price,
.wd-product .wd-product-footer {
	background: var(--jt-surface-solid) !important;
	color: var(--jt-ink) !important;
}

.wd-product .product-information,
.product-grid-item .product-information,
.wd-product .wd-product-info,
.product-grid-item .wd-product-info {
	padding: 14px !important;
}

.wd-product :is(.wd-entities-title, .product-title, .woocommerce-loop-product__title),
.wd-product :is(.wd-entities-title, .product-title, .woocommerce-loop-product__title) a,
.product-grid-item :is(.wd-entities-title, .product-title, .woocommerce-loop-product__title),
.product-grid-item :is(.wd-entities-title, .product-title, .woocommerce-loop-product__title) a {
	color: var(--jt-ink) !important;
	opacity: 1 !important;
}

.wd-product :is(.wd-entities-title, .product-title, .woocommerce-loop-product__title) a:hover,
.product-grid-item :is(.wd-entities-title, .product-title, .woocommerce-loop-product__title) a:hover {
	color: var(--jt-accent) !important;
}

.wd-product .price,
.wd-product .price .amount,
.wd-product .price ins,
.product-grid-item .price,
.product-grid-item .price .amount,
.product-grid-item .price ins {
	color: var(--jt-ink) !important;
	opacity: 1 !important;
}

.wd-product .price del,
.wd-product .wd-product-cats,
.wd-product .wd-product-cats a,
.wd-product .wd-product-brands-links,
.wd-product .wd-product-sku,
.wd-product .wd-product-stock,
.product-grid-item .wd-product-cats,
.product-grid-item .wd-product-cats a {
	color: var(--jt-ink-dim) !important;
	opacity: 1 !important;
}

.wd-product .add_to_cart_button,
.wd-product .product_type_simple,
.wd-product .product_type_variable,
.wd-product .single_add_to_cart_button,
.product-grid-item .add_to_cart_button,
.product-grid-item .product_type_simple,
.product-grid-item .product_type_variable {
	width: 100% !important;
	background: var(--jt-accent) !important;
	border-color: var(--jt-accent) !important;
	color: var(--jt-bg-deep) !important;
	box-shadow: 0 10px 24px rgba(147, 190, 32, 0.18) !important;
}

.wd-product .add_to_cart_button:hover,
.wd-product .product_type_simple:hover,
.wd-product .product_type_variable:hover,
.product-grid-item .add_to_cart_button:hover,
.product-grid-item .product_type_simple:hover,
.product-grid-item .product_type_variable:hover {
	background: var(--jt-accent-hover) !important;
	border-color: var(--jt-accent-hover) !important;
	color: var(--jt-bg-deep) !important;
}

.wd-product .wd-buttons,
.wd-product .wd-action-buttons,
.wd-product .wd-action-btn > a,
.wd-product .quick-shop-wrapper {
	background: var(--jt-surface-solid) !important;
	border-color: var(--jt-line-soft) !important;
	color: var(--jt-ink) !important;
}

.wd-products .owl-dots .owl-dot span,
.wd-carousel-container .owl-dots .owl-dot span,
.wd-nav-pagin-wrap li span {
	background: var(--jt-line-strong) !important;
	border-color: var(--jt-line-strong) !important;
}

.wd-products .owl-dots .owl-dot.active span,
.wd-carousel-container .owl-dots .owl-dot.active span,
.wd-nav-pagin-wrap li.wd-active span {
	background: var(--jt-accent) !important;
	border-color: var(--jt-accent) !important;
}

/* Listing, filters and shop controls */
:is(.archive.woocommerce, .tax-product_cat, .woocommerce-shop) :is(.sidebar-container, .wd-sidebar, .widget-area) {
	background: transparent !important;
	color: var(--jt-ink-dim) !important;
}

:is(.archive.woocommerce, .tax-product_cat, .woocommerce-shop) :is(.widget, .wd-widget),
.woodmart-woocommerce-layered-nav,
.wd-widget-layered-nav,
.wd-widget-stock-status,
.widget_product_categories,
.widget_layered_nav,
.widget_price_filter,
.widget_rating_filter,
.widget_recently_viewed_products {
	background: var(--jt-surface-solid) !important;
	border: 1px solid var(--jt-line-soft) !important;
	border-radius: 8px !important;
	color: var(--jt-ink-dim) !important;
	box-shadow: none !important;
}

:is(.archive.woocommerce, .tax-product_cat, .woocommerce-shop) .widget a,
.widget_product_categories a,
.widget_layered_nav a,
.wd-widget a,
.wd-filter-list a,
.wd-scroll-content a {
	color: var(--jt-ink-dim) !important;
	opacity: 1 !important;
}

:is(.archive.woocommerce, .tax-product_cat, .woocommerce-shop) .widget a:hover,
.wd-filter-list a:hover,
.wd-filter-list .chosen a,
.woocommerce-widget-layered-nav-list__item.chosen a {
	color: var(--jt-accent) !important;
}

.widget-title,
.wd-widget-title,
.widget .widget-title,
.wd-widget .widget-title,
.wd-widget .title {
	color: var(--jt-ink) !important;
	opacity: 1 !important;
}

.wd-shop-tools,
.shop-loop-head,
.wd-shop-view,
.wd-products-shop-view,
.woocommerce-ordering,
.woocommerce-result-count,
.wd-per-page,
.wd-products-per-page,
.wd-products-shop-view a,
.wd-products-per-page a,
.wd-show-sidebar-btn,
.wd-active-filters {
	background: transparent !important;
	border-color: var(--jt-line-soft) !important;
	color: var(--jt-ink-dim) !important;
}

.woocommerce-ordering select,
.wd-products-per-page select,
.wd-per-page select,
.shop-loop-head select,
.wd-dropdown-results,
.wd-dropdown-results a {
	background: var(--jt-surface-solid) !important;
	border-color: var(--jt-line-strong) !important;
	color: var(--jt-ink) !important;
}

.wd-dropdown-results .wd-suggestion > a.wd-fill {
	background: transparent !important;
}

.wd-products-shop-view a,
.wd-products-per-page a,
.wd-show-sidebar-btn a,
.wd-active-filters a {
	color: var(--jt-ink-dim) !important;
}

.wd-products-shop-view a:hover,
.wd-products-shop-view a.current-variation,
.wd-products-per-page a:hover,
.wd-products-per-page a.current-variation,
.wd-show-sidebar-btn a:hover,
.wd-active-filters a:hover {
	color: var(--jt-accent) !important;
}

.term-description,
.term-description p,
.archive.woocommerce .page-description,
.tax-product_cat .page-description {
	color: var(--jt-ink-dim) !important;
}

.jt-archive-head-stack {
	display: flex;
	grid-column: 1 / -1;
	flex-direction: column;
	width: 100%;
	min-width: 0;
}

.jt-archive-top-description {
	max-width: 920px;
	margin: 12px 0 20px;
}

.jt-archive-top-description__lead {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.jt-archive-top-description:has(.jt-archive-top-description__more[open]) > .jt-archive-top-description__lead {
	display: none;
}

.jt-archive-top-description__more > summary {
	margin-top: 8px;
	color: var(--jt-accent);
	font-weight: 700;
	cursor: pointer;
}

.jt-archive-top-description__full {
	margin-top: 16px;
}

.jt-archive-top-description__full .shortener,
.jt-archive-top-description__full .content,
.jt-archive-top-description__full .inner {
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
}

@media (max-width: 767px) {
	.jt-archive-top-description__lead {
		-webkit-line-clamp: 3;
	}
}

/* WoodMart Product Loop Item layout 242642 */
.wd-products.wd-loop-builder-on,
.wd-products-element.wd-loop-builder-on {
	--jt-listing-card-bg: #0b1208;
	--jt-listing-line-default: rgba(255, 255, 255, 0.08);
	--jt-listing-line-hover: rgba(255, 255, 255, 0.14);
	--jt-listing-card-glow: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 58%);
	align-items: stretch !important;
}

.wd-product.wd-loop-item-242642 {
	display: flex !important;
	align-items: stretch;
	height: 100%;
	min-height: 100%;
}

.wd-product.wd-loop-item-242642 .wd-product-wrapper {
	position: relative;
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 14px !important;
	background: var(--jt-listing-card-bg) !important;
	border: 1px solid var(--jt-listing-line-default) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	isolation: isolate;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wd-product.wd-loop-item-242642 .wd-product-wrapper::before {
	content: "";
	position: absolute;
	inset: -2px;
	z-index: -1;
	background: var(--jt-listing-card-glow);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

.wd-product.wd-loop-item-242642:hover .wd-product-wrapper {
	transform: translateY(-1px);
	border-color: var(--jt-listing-line-hover) !important;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28) !important;
}

.wd-product.wd-loop-item-242642:hover .wd-product-wrapper::before {
	opacity: 1;
}

.wd-product.wd-loop-item-242642:focus-within .wd-product-wrapper {
	border-color: var(--jt-accent) !important;
	box-shadow: var(--jt-focus-ring) !important;
}

.wd-product.wd-loop-item-242642 :is(.wd-product-thumb, .wd-loop-prod-thumb, .product-element-top) {
	display: grid !important;
	place-items: stretch;
	height: auto;
	min-height: 0;
	aspect-ratio: 1 / 1;
	padding: 0;
	background: #fff !important;
	border-radius: 8px;
	border-bottom: 0 !important;
	overflow: hidden;
}

.wd-product.wd-loop-item-242642 .wd-product-img-link {
	display: grid !important;
	place-items: center;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	background: #fff !important;
	overflow: hidden;
}

.wd-product.wd-loop-item-242642 :is(.wd-product-thumb img, .wd-loop-prod-thumb img, .product-element-top img, .wd-product-img-link img) {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
	object-position: center;
	filter: none;
}

.wd-product.wd-loop-item-242642 :is(.product-label, .onsale) {
	min-height: 30px;
	padding: 5px 11px !important;
	border: 1px solid var(--jt-listing-line-hover) !important;
	border-radius: 8px !important;
	background: var(--jt-surface-solid-3) !important;
	color: var(--jt-ink) !important;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.wd-product.wd-loop-item-242642 .product-label.onsale {
	border-color: transparent !important;
	background: var(--jt-orange) !important;
	color: var(--jt-bg-deep) !important;
}

.wd-product.wd-loop-item-242642 .wd-5f879d6f {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 8px;
	padding: 12px 0 0 !important;
	background: transparent !important;
	transform: none !important;
}

.wd-product.wd-loop-item-242642 :is(.wd-entities-title, .product-title, .woocommerce-loop-product__title) {
	min-height: 40px;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0;
}

.wd-product.wd-loop-item-242642 :is(.wd-entities-title a, .product-title a, .woocommerce-loop-product__title a) {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wd-product.wd-loop-item-242642 .jarajto-loop-rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	min-height: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(244, 244, 246, 0.78);
	font-size: 12px;
	font-weight: 650;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
}

.wd-product.wd-loop-item-242642 .jarajto-loop-rating .jarajto-rating-stars {
	flex: 0 0 auto;
	color: #f6b400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
}

.wd-product.wd-loop-item-242642 .jarajto-loop-rating :is(.jarajto-rating-score, .jarajto-rating-count) {
	flex: 0 0 auto;
	color: rgba(241, 246, 228, 0.72);
	font-size: 12px;
	line-height: 18px;
}

.wd-product.wd-loop-item-242642 :is(.wd-product-sku, .wd-loop-prod-attrs, .wd-product-card-hover, .wd-loop-prod-short-desc, .wd-loop-prod-stock-status) {
	display: none !important;
}

.wd-product.wd-loop-item-242642 :is(.star-rating, .wd-star-rating) {
	color: #ffc42d !important;
}

body.single-product .jarajto-pdp-layout--layout-259915 .star-rating,
body.single-product .jarajto-pdp-layout--layout-259915 .star-rating span,
body.single-product .jarajto-pdp-layout--layout-259915 .wd-star-rating,
body.single-product .jarajto-pdp-layout--layout-259915 .star-rating::before,
body.single-product .jarajto-pdp-layout--layout-259915 .star-rating span::before {
	color: var(--jt-yellow, #f5d014) !important;
	border-color: currentColor !important;
}

.wd-product.wd-loop-item-242642 :is(.price, .price .amount, .price ins, .price ins .amount),
.wd-product.wd-loop-item-242642 .jt-loop-price {
	color: var(--jt-ink) !important;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.15;
	text-shadow: none;
}

.wd-product.wd-loop-item-242642 .jt-loop-price {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	column-gap: 8px;
	row-gap: 0;
	margin-top: 6px !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-current,
.wd-product.wd-loop-item-242642 .jt-loop-price-sale {
	display: inline-flex;
	align-items: flex-start;
	gap: 5px;
	color: var(--jt-ink) !important;
	text-decoration: none !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-sale {
	order: 1;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-prefix {
	align-self: center;
	color: var(--jt-ink-dim);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: lowercase;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-amount {
	display: inline-flex;
	align-items: flex-start;
	gap: 2px;
	color: inherit;
	line-height: 1;
	letter-spacing: 0;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-whole {
	color: inherit;
	font-size: 26px;
	font-weight: 900;
	line-height: 0.92;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-tail {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding-top: 1px;
	color: inherit;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-decimals,
.wd-product.wd-loop-item-242642 .jt-loop-price-currency {
	display: block;
	color: inherit;
	font-size: 11px;
	line-height: 1;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-regular-group {
	display: inline-flex;
	order: 2;
	align-self: flex-end;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-regular {
	display: inline-flex;
	width: auto;
	margin: 0 0 2px;
	color: var(--jt-ink-dim) !important;
	text-decoration: line-through !important;
	text-decoration-thickness: 1px !important;
	text-decoration-color: currentColor !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-discount-badge {
	display: inline-flex;
	order: 2;
	align-self: center;
	align-items: center;
	min-height: 20px;
	padding: 2px 6px;
	border: 1px solid var(--jt-orange);
	border-radius: 999px;
	background: transparent;
	color: var(--jt-orange);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.wd-product.wd-loop-item-242642 :is(.product-labels, .jt-loop-badge-row) > :is(.onsale, .product-label.onsale) {
	display: none !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-regular .jt-loop-price-whole {
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-regular .jt-loop-price-tail,
.wd-product.wd-loop-item-242642 .jt-loop-price-regular .jt-loop-price-decimals,
.wd-product.wd-loop-item-242642 .jt-loop-price-regular .jt-loop-price-currency {
	font-size: 9px;
}

.wd-product.wd-loop-item-242642 .jt-loop-installments {
	display: block;
	order: 3;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin-top: 4px;
	color: #aab6a3 !important;
	font-size: 9px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none !important;
	white-space: nowrap;
}

.wd-product.wd-loop-item-242642 .jt-loop-installments.jt-loop-benefit--quantity {
	margin-top: 3px;
	font-size: 10px;
}

.wd-product.wd-loop-item-242642 :is(.price del, .price del .amount, .wd-product-cats, .wd-product-cats a, .wd-product-sku, .wd-product-stock) {
	color: var(--jt-ink-dim) !important;
	font-size: 14px;
	line-height: 1.35;
	text-shadow: none;
}

.wd-product.wd-loop-item-242642 :is(.wd-wishlist-btn, .jt-loop-price-tracker, .wd-compare-btn, .wd-quick-view-btn) {
	position: absolute;
	right: 24px !important;
	left: auto !important;
	z-index: 7;
	display: flex !important;
	width: 42px;
	height: 42px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(6px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.wd-product.wd-loop-item-242642 .wd-wishlist-btn {
	top: 28px !important;
	/* Wishlist is positioned from the image container; compensate for its 14px inset. */
	right: 10px !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-price-tracker {
	/* The tracker follows the wishlist with the same 8px action-rail gap. */
	top: 80px !important;
	right: 10px !important;
}

.wd-product.wd-loop-item-242642 .wd-compare-btn {
	top: 146px !important;
	right: 24px !important;
}

.wd-product.wd-loop-item-242642 .wd-quick-view-btn {
	top: 198px !important;
	right: 24px !important;
}

.wd-product.wd-loop-item-242642:hover :is(.wd-wishlist-btn, .jt-loop-price-tracker, .wd-compare-btn, .wd-quick-view-btn),
.wd-product.wd-loop-item-242642:focus-within :is(.wd-wishlist-btn, .jt-loop-price-tracker, .wd-compare-btn, .wd-quick-view-btn) {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}

.wd-product.wd-loop-item-242642 .wd-action-btn > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px !important;
	min-width: 44px !important;
	height: 44px !important;
	min-height: 44px !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 8px !important;
	background: rgb(18, 23, 17) !important;
	color: rgba(244, 244, 246, 0.92) !important;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24) !important;
	backdrop-filter: none !important;
	transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.wd-product.wd-loop-item-242642 .wd-action-btn > a::before,
.wd-product.wd-loop-item-242642 .wd-action-btn > a .wd-action-icon,
.wd-product.wd-loop-item-242642 .wd-action-btn > a .wd-action-icon::before{
	color: currentColor !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
}


.wd-product.wd-loop-item-242642 .wd-action-btn > a:hover {
	border-color: var(--jt-listing-line-hover) !important;
	background: var(--jt-surface-solid-2) !important;
	color: var(--jt-ink) !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24) !important;
}

.wd-product.wd-loop-item-242642 .wd-action-btn > a:focus-visible {
	border-color: var(--jt-accent) !important;
	background: var(--jt-surface-solid-2) !important;
	color: var(--jt-ink) !important;
	transform: none;
	box-shadow: var(--jt-focus-ring) !important;
}

.wd-product.wd-loop-item-242642 .wd-91e6a817 {
	gap: 8px;
	margin-top: auto;
	position: static !important;
}

.wd-product.wd-loop-item-242642 .wd-add-btn-wrapp {
	min-width: 0;
	max-width: 100%;
	flex: 1 1 0 !important;
	position: static !important;
}

.wd-product.wd-loop-item-242642 .wd-add-btn {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	flex: 1 1 0 !important;
	position: static !important;
}

.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable) {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 44px !important;
	min-height: 44px !important;
	max-height: none !important;
	order: 2;
	border-radius: var(--jt-radius-md) !important;
	background: linear-gradient(180deg, var(--jt-accent-hover), var(--jt-accent)) !important;
	border-color: transparent !important;
	color: var(--jt-bg-deep) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 24px rgba(147, 190, 32, 0.12) !important;
	font-weight: 900 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable):hover {
	background: linear-gradient(180deg, var(--jt-accent-hover), var(--jt-accent)) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 14px 30px rgba(147, 190, 32, 0.18) !important;
	transform: translateY(-1px);
}

.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable):focus-visible {
	outline: 0;
	box-shadow: var(--jt-focus-ring), inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 24px rgba(147, 190, 32, 0.12) !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-badge-row {
	order: initial;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 4px;
	width: 100%;
	margin: 4px 0 8px !important;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

.wd-product.wd-loop-item-242642 .jt-loop-badge-row::-webkit-scrollbar {
	display: none;
}

.wd-product.wd-loop-item-242642 .jt-loop-badge-row > :is(.product-label, .onsale, .wlr-product-message, .jt-loop-free-shipping-badge, .jt-loop-last-unit-badge, .jt-loop-dynamic-badge) {
	position: static !important;
	inset: auto !important;
	display: inline-flex !important;
	flex: 0 0 auto;
	align-items: center;
	align-self: flex-start;
	width: auto !important;
	min-width: 0 !important;
	min-height: 24px;
	margin: 0 !important;
	padding: 4px 6px !important;
	border: 1px solid var(--jt-listing-line-hover) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.05) !important;
	color: var(--jt-ink-dim) !important;
	font-size: 9px;
	font-weight: 900;
	line-height: 1.1 !important;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-shadow: none !important;
}

.wd-product.wd-loop-item-242642 .wlr-product-message[data-jt-loyalty-badge="1"] {
	max-width: none;
	direction: ltr;
}

.wd-product.wd-loop-item-242642 .jt-loop-free-shipping-badge {
	border-color: var(--jt-listing-line-hover) !important;
	background: rgba(255, 255, 255, 0.05) !important;
	color: var(--jt-ink) !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-last-unit-badge {
	border-color: rgba(255, 196, 45, 0.34) !important;
	background: rgba(255, 196, 45, 0.1) !important;
	color: #ffc42d !important;
}

.wd-product.wd-loop-item-242642 .jt-product-badge--low-stock {
	border-color: rgba(255, 196, 45, 0.34) !important;
	background: rgba(255, 196, 45, 0.1) !important;
	color: #ffc42d !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-free-shipping-badge__mobile {
	display: none;
}

@media (max-width: 767px) {
	.wd-product.wd-loop-item-242642 .jt-loop-badge-row {
		gap: 3px;
	}

	.wd-product.wd-loop-item-242642 .jt-loop-badge-row > :is(.product-label, .onsale, .wlr-product-message, .jt-loop-free-shipping-badge, .jt-loop-last-unit-badge, .jt-loop-dynamic-badge) {
		padding-inline: 4px !important;
		font-size: 8px;
	}

	.wd-product.wd-loop-item-242642 .jt-loop-free-shipping-badge__desktop {
		display: none;
	}

	.wd-product.wd-loop-item-242642 .jt-loop-free-shipping-badge__mobile {
		display: inline;
	}
}

.wd-product.wd-loop-item-242642 .jt-loop-badge-row > .product-label.onsale {
	border-color: transparent !important;
	background: var(--jt-orange) !important;
	color: var(--jt-bg-deep) !important;
}

.wd-product.wd-loop-item-242642 .jt-loop-badge-row > :is(.product-label.out-of-stock, .out-of-stock) {
	border-color: rgba(255, 93, 93, 0.32) !important;
	background: rgba(255, 93, 93, 0.12) !important;
	color: var(--jt-danger) !important;
}

.wd-product.wd-loop-item-242642 .product-labels:empty {
	display: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.wd-product.wd-loop-item-242642 .wd-product-wrapper,
	.wd-product.wd-loop-item-242642 .wd-product-wrapper::before,
	.wd-product.wd-loop-item-242642 .wd-action-btn > a,
	.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable) {
		transition: none !important;
	}

	.wd-product.wd-loop-item-242642:hover .wd-product-wrapper,
	.wd-product.wd-loop-item-242642 .wd-action-btn > a:hover,
	.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable):hover {
		transform: none !important;
	}
}

/* Single-product ratings use the promo/rating token, never the action token. */
html body.single-product .star-rating,
html body.single-product .star-rating span,
html body.single-product .wd-star-rating,
html body.single-product .star-rating::before,
html body.single-product .star-rating span::before {
	color: var(--jt-yellow, #f5d014) !important;
	border-color: currentColor !important;
}

:is(.archive.woocommerce, .tax-product_cat, .woocommerce-shop, .post-type-archive-product) .wd-products.wd-loop-builder-on:not(.wd-products-list):not(.wd-list-view) {
	grid-auto-rows: 1fr !important;
}

body:not(.home) :is(.wd-products, .products, .wd-products-element) :is(.wd-product.outofstock, .product-grid-item.outofstock) :is(.wd-product-wrapper, .product-wrapper) {
	filter: grayscale(0.82) saturate(0.54) brightness(0.88);
	opacity: 0.82;
	transition: filter .18s ease, opacity .18s ease, transform .18s ease;
}

body:not(.home) :is(.wd-products, .products, .wd-products-element) :is(.wd-product.outofstock, .product-grid-item.outofstock):hover :is(.wd-product-wrapper, .product-wrapper) {
	opacity: 0.88;
}

body :is(.wd-product, .product-grid-item, .product) :is(.jt-out-of-stock-cta, .button.jt-out-of-stock-cta, .add_to_cart_button.jt-out-of-stock-cta, .product_type_simple.jt-out-of-stock-cta),
body.single-product .product.outofstock :is(.wd-wtl-subscribe, .wd-wtl-subscribe.button),
body.single-product .jarajto-pdp-layout :is(.wd-wtl-subscribe, .wd-wtl-subscribe.button) {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	max-height: 44px !important;
	padding: 0 16px !important;
	border: 1px solid var(--jt-accent) !important;
	border-radius: var(--jt-radius-md) !important;
	background: rgba(147, 190, 32, 0.08) !important;
	color: var(--jt-accent) !important;
	box-shadow: none !important;
	opacity: 0.84;
	overflow: hidden;
}

body :is(.wd-product, .product-grid-item, .product) :is(.jt-out-of-stock-cta, .button.jt-out-of-stock-cta, .add_to_cart_button.jt-out-of-stock-cta, .product_type_simple.jt-out-of-stock-cta)::before,
body :is(.wd-product, .product-grid-item, .product) :is(.jt-out-of-stock-cta, .button.jt-out-of-stock-cta, .add_to_cart_button.jt-out-of-stock-cta, .product_type_simple.jt-out-of-stock-cta)::after {
	content: none !important;
	display: none !important;
}

body :is(.wd-product, .product-grid-item, .product) :is(.jt-out-of-stock-cta, .button.jt-out-of-stock-cta, .add_to_cart_button.jt-out-of-stock-cta, .product_type_simple.jt-out-of-stock-cta) :is(span, .wd-action-text) {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	opacity: 1 !important;
	transform: none !important;
}

body :is(.wd-product, .product-grid-item, .product) :is(.jt-out-of-stock-cta, .button.jt-out-of-stock-cta, .add_to_cart_button.jt-out-of-stock-cta, .product_type_simple.jt-out-of-stock-cta) :is(.wd-action-icon, .wd-check-icon) {
	display: none !important;
}

body :is(.wd-product, .product-grid-item, .product) :is(.jt-out-of-stock-cta, .button.jt-out-of-stock-cta, .add_to_cart_button.jt-out-of-stock-cta, .product_type_simple.jt-out-of-stock-cta):hover,
body.single-product .product.outofstock :is(.wd-wtl-subscribe, .wd-wtl-subscribe.button):hover,
body.single-product .jarajto-pdp-layout :is(.wd-wtl-subscribe, .wd-wtl-subscribe.button):hover {
	border-color: var(--jt-accent-hover) !important;
	background: rgba(147, 190, 32, 0.13) !important;
	color: var(--jt-accent-hover) !important;
	box-shadow: none !important;
	opacity: 0.96;
}

body :is(.wd-product, .product-grid-item, .product) :is(.jt-out-of-stock-cta, .button.jt-out-of-stock-cta, .add_to_cart_button.jt-out-of-stock-cta, .product_type_simple.jt-out-of-stock-cta):focus-visible,
body.single-product .product.outofstock :is(.wd-wtl-subscribe, .wd-wtl-subscribe.button):focus-visible,
body.single-product .jarajto-pdp-layout :is(.wd-wtl-subscribe, .wd-wtl-subscribe.button):focus-visible {
	border-color: var(--jt-accent-hover) !important;
	background: rgba(147, 190, 32, 0.13) !important;
	color: var(--jt-accent-hover) !important;
	box-shadow: var(--jt-focus-ring) !important;
	opacity: 1;
}

.archive.woocommerce .site-content,
.tax-product_cat .site-content,
.woocommerce-shop .site-content,
.post-type-archive-product .site-content {
	display: grid;
	grid-template-columns: 1fr auto auto auto minmax(220px, 250px);
	gap: 12px;
	align-items: center;
}

@media (min-width: 1025px) {
	.archive.woocommerce .wd-content-layout.content-layout-wrapper.container,
	.tax-product_cat .wd-content-layout.content-layout-wrapper.container,
	.woocommerce-shop .wd-content-layout.content-layout-wrapper.container,
	.post-type-archive-product .wd-content-layout.content-layout-wrapper.container,
	.search-results.woocommerce .wd-content-layout.content-layout-wrapper.container,
	.search-no-results.woocommerce .wd-content-layout.content-layout-wrapper.container {
		width: 100%;
		max-width: 1920px;
	}
}

.archive.woocommerce .site-content > :is(h1, h2, .wp-block-heading, .wd-shop-page-title, .wd-woo-page-title, .wd-products, .wd-products-element, .wd-shop-product, .products, .wd-active-filters, .wd-shop-desc, .jarajto-archive-description-bottom, .jt-archive-breadcrumbs, .jt-archive-category-rail, .jt-archive-toolbar),
.tax-product_cat .site-content > :is(h1, h2, .wp-block-heading, .wd-shop-page-title, .wd-woo-page-title, .wd-products, .wd-products-element, .wd-shop-product, .products, .wd-active-filters, .wd-shop-desc, .jarajto-archive-description-bottom, .jt-archive-breadcrumbs, .jt-archive-category-rail, .jt-archive-toolbar),
.woocommerce-shop .site-content > :is(h1, h2, .wp-block-heading, .wd-shop-page-title, .wd-woo-page-title, .wd-products, .wd-products-element, .wd-shop-product, .products, .wd-active-filters, .wd-shop-desc, .jarajto-archive-description-bottom, .jt-archive-breadcrumbs, .jt-archive-category-rail, .jt-archive-toolbar),
.post-type-archive-product .site-content > :is(h1, h2, .wp-block-heading, .wd-shop-page-title, .wd-woo-page-title, .wd-products, .wd-products-element, .wd-shop-product, .products, .wd-active-filters, .wd-shop-desc, .jarajto-archive-description-bottom, .jt-archive-breadcrumbs, .jt-archive-category-rail, .jt-archive-toolbar) {
	grid-column: 1 / -1;
}

.archive.woocommerce .site-content > :is(h1, h2, .wp-block-heading, .wd-woo-page-title),
.tax-product_cat .site-content > :is(h1, h2, .wp-block-heading, .wd-woo-page-title),
.woocommerce-shop .site-content > :is(h1, h2, .wp-block-heading, .wd-woo-page-title),
.post-type-archive-product .site-content > :is(h1, h2, .wp-block-heading, .wd-woo-page-title) {
	margin-bottom: 8px;
}

.jt-archive-breadcrumbs {
	display: block;
	min-width: 0;
	margin: 0 0 8px;
	color: var(--jt-ink-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.jt-archive-breadcrumbs .wd-breadcrumbs,
.jt-archive-breadcrumbs .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: inherit;
}

.jt-archive-breadcrumbs :is(a, span) {
	color: inherit;
}

.jt-archive-breadcrumbs a {
	text-decoration: none;
	transition: color .18s ease;
}

.jt-archive-breadcrumbs a:hover,
.jt-archive-breadcrumbs a:focus-visible {
	color: var(--jt-accent-hover);
	outline: 0;
}

.jt-archive-breadcrumbs :is(.wd-last, .breadcrumb_last, .last) {
	color: var(--jt-ink-dim);
}

.jt-archive-title-count {
	display: inline-block;
	margin-left: 8px;
	color: var(--jt-ink-muted);
	font-size: .52em;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
}

.page-id-15969 .wd-page-title .container,
.woocommerce-shop .wd-page-title .container,
.post-type-archive-product .wd-page-title .container {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}

.page-id-15969 .wd-page-title .entry-title,
.woocommerce-shop .wd-page-title .entry-title,
.post-type-archive-product .wd-page-title .entry-title {
	order: 2 !important;
}

.page-id-15969 .wd-page-title .wd-breadcrumbs,
.woocommerce-shop .wd-page-title .wd-breadcrumbs,
.post-type-archive-product .wd-page-title .wd-breadcrumbs {
	order: 1 !important;
	margin: 0 0 8px;
	color: var(--jt-ink-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.page-id-15969 .wd-page-title .wd-breadcrumbs a:hover,
.page-id-15969 .wd-page-title .wd-breadcrumbs a:focus-visible,
.woocommerce-shop .wd-page-title .wd-breadcrumbs a:hover,
.woocommerce-shop .wd-page-title .wd-breadcrumbs a:focus-visible,
.post-type-archive-product .wd-page-title .wd-breadcrumbs a:hover,
.post-type-archive-product .wd-page-title .wd-breadcrumbs a:focus-visible {
	color: var(--jt-accent-hover);
	outline: 0;
}

.page-id-15969 .wd-page-title .container {
	display: grid !important;
	grid-template-columns: auto auto minmax(0, 1fr);
	align-items: baseline !important;
	column-gap: 0;
}

.page-id-15969 .wd-page-title .wd-breadcrumbs {
	grid-column: 1 / -1;
	grid-row: 1;
	order: initial !important;
}

.page-id-15969 .wd-page-title .entry-title {
	grid-column: 1;
	grid-row: 2;
	order: initial !important;
}

.page-id-15969 .wd-page-title .jt-shop-page-title-count {
	grid-column: 2;
	grid-row: 2;
	order: initial !important;
	margin-bottom: 0;
}

.jt-archive-category-rail {
	--jt-cat-card-width: 214px;
	--jt-cat-card-media-h: 130px;
	position: relative;
	min-width: 0;
	margin: 2px 0 22px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(18, 22, 21, 0.9), rgba(8, 11, 10, 0.96));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	color: var(--jt-ink);
	overflow: hidden;
}

.jt-archive-category-rail__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
}

.jt-archive-category-rail__head h2 {
	margin: 0;
	color: var(--jt-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.jt-archive-category-rail__controls {
	display: flex;
	gap: 8px;
	align-items: center;
	flex: 0 0 auto;
}

.jt-archive-category-rail__control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	min-height: 38px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.045);
	color: var(--jt-ink);
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
}

.jt-archive-category-rail__control:hover,
.jt-archive-category-rail__control:focus-visible {
	border-color: rgba(147, 190, 32, 0.62);
	background: rgba(147, 190, 32, 0.11);
	color: var(--jt-accent-hover);
	outline: 0;
}

.jt-archive-category-rail__control[disabled] {
	cursor: default;
	opacity: 0.38;
}

.jt-archive-category-rail.is-static .jt-archive-category-rail__controls {
	display: none;
}

.jt-archive-category-rail__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(164px, var(--jt-cat-card-width));
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 1px 1px 2px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.jt-archive-category-rail__track::-webkit-scrollbar {
	display: none;
}

.jt-archive-category-rail__track:focus-visible {
	outline: 2px solid rgba(147, 190, 32, 0.72);
	outline-offset: 3px;
}

.jt-archive-category-card {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--jt-ink) !important;
	text-decoration: none !important;
	scroll-snap-align: start;
	transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.jt-archive-category-card:hover,
.jt-archive-category-card:focus-visible {
	border-color: rgba(147, 190, 32, 0.54);
	background: rgba(147, 190, 32, 0.075);
	color: var(--jt-ink) !important;
	outline: 0;
	transform: translateY(-1px);
}

.jt-archive-category-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--jt-cat-card-media-h);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.jt-archive-category-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	font-size: 0;
	object-fit: contain;
	object-position: center;
}

.jt-archive-category-card__title {
	display: -webkit-box;
	min-height: 39px;
	overflow: hidden;
	color: var(--jt-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.18;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.jt-archive-toolbar {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0 0 24px;
	padding: 10px;
	border: 1px solid var(--jt-line-soft);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(22, 25, 28, 0.96), rgba(10, 12, 14, 0.96));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.jt-archive-toolbar__filter {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(6, 8, 10, 0.62);
	color: var(--jt-ink);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.jt-archive-toolbar__sort {
	grid-column: 1;
	min-width: 0;
}

.jt-archive-toolbar__view {
	grid-column: 2;
	display: inline-flex;
	justify-self: end;
	gap: 7px;
}

.jt-archive-toolbar .woocommerce-ordering {
	width: 100%;
	margin: 0 !important;
}

.jt-archive-toolbar .woocommerce-ordering select {
	width: 100%;
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 8px !important;
	background-color: rgba(6, 8, 10, 0.62) !important;
	color: var(--jt-ink) !important;
	font-size: 13px;
	font-weight: 800;
}

.jt-view-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(6, 8, 10, 0.62);
	color: var(--jt-ink) !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.jt-view-toggle:hover,
.jt-view-toggle:focus-visible,
.jt-view-toggle.is-active {
	border-color: rgba(166, 226, 46, 0.72);
	background: rgba(166, 226, 46, 0.08);
	color: var(--jt-accent) !important;
	outline: 0;
}

.jt-view-icon,
.jt-toolbar-icon {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	color: currentColor;
}

.jt-view-icon--grid {
	background:
		linear-gradient(currentColor 0 0) 0 0 / 6px 6px no-repeat,
		linear-gradient(currentColor 0 0) 10px 0 / 6px 6px no-repeat,
		linear-gradient(currentColor 0 0) 0 10px / 6px 6px no-repeat,
		linear-gradient(currentColor 0 0) 10px 10px / 6px 6px no-repeat;
}

.jt-view-icon--list::before,
.jt-view-icon--list::after {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

.jt-toolbar-icon--filter::before,
.jt-toolbar-icon--filter::after {
	content: "";
	position: absolute;
	left: 1px;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

.jt-toolbar-icon--filter::after {
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: var(--jt-bg-deep);
	box-shadow: 6px 6px 0 var(--jt-bg-deep), -2px 12px 0 var(--jt-bg-deep);
}

.jt-archive-toolbar .woocommerce-pagination {
	margin: 0;
}

.jt-archive-toolbar__pagination {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 42px !important;
	min-height: 42px !important;
	max-height: 42px !important;
	align-self: center;
	overflow: visible;
}

.jt-archive-toolbar .woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jt-archive-toolbar .woocommerce-pagination :is(.page-numbers, a.page-numbers, span.page-numbers) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(6, 8, 10, 0.62);
	color: var(--jt-ink) !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
}

.jt-archive-toolbar .woocommerce-pagination .current {
	border-color: rgba(166, 226, 46, 0.72);
	color: var(--jt-accent) !important;
}

.archive.woocommerce .site-content > .wd-shop-desc.is-layout-constrained,
.tax-product_cat .site-content > .wd-shop-desc.is-layout-constrained,
.woocommerce-shop .site-content > .wd-shop-desc.is-layout-constrained,
.post-type-archive-product .site-content > .wd-shop-desc.is-layout-constrained {
	margin: 0 0 18px;
	color: var(--jt-ink-dim);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
	body:not(.home) .wd-product.wd-loop-item-242642 .wd-add-btn {
		opacity: 0;
		pointer-events: none;
		transform: translateY(8px);
		transition: opacity .18s ease, transform .18s ease;
	}

	body:not(.home) .wd-product.wd-loop-item-242642:hover .wd-add-btn,
	body:not(.home) .wd-product.wd-loop-item-242642:focus-within .wd-add-btn {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
}

.archive.woocommerce :is(.wd-shop-result-count, .wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.tax-product_cat :is(.wd-shop-result-count, .wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.woocommerce-shop :is(.wd-shop-result-count, .wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.post-type-archive-product :is(.wd-shop-result-count, .wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering) {
	margin: 0 0 20px !important;
}

.archive.woocommerce .site-content > :is(.wd-shop-result-count, .wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.tax-product_cat .site-content > :is(.wd-shop-result-count, .wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.woocommerce-shop .site-content > :is(.wd-shop-result-count, .wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.post-type-archive-product .site-content > :is(.wd-shop-result-count, .wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering) {
	min-height: 42px;
	padding: 0;
}

.archive.woocommerce .site-content > .wd-shop-result-count,
.tax-product_cat .site-content > .wd-shop-result-count,
.woocommerce-shop .site-content > .wd-shop-result-count,
.post-type-archive-product .site-content > .wd-shop-result-count {
	grid-column: 1;
	grid-row: 2;
	display: none !important;
}

.archive.woocommerce .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.tax-product_cat .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.woocommerce-shop .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering),
.post-type-archive-product .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-prod-per-page, .wd-shop-view, .wd-shop-ordering) {
	display: none !important;
}

.archive.woocommerce .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons),
.tax-product_cat .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons),
.woocommerce-shop .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons),
.post-type-archive-product .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons) {
	grid-column: 2;
	grid-row: 2;
}

.archive.woocommerce .site-content > .wd-shop-prod-per-page,
.tax-product_cat .site-content > .wd-shop-prod-per-page,
.woocommerce-shop .site-content > .wd-shop-prod-per-page,
.post-type-archive-product .site-content > .wd-shop-prod-per-page {
	grid-column: 3;
	grid-row: 2;
}

.archive.woocommerce .site-content > .wd-shop-view,
.tax-product_cat .site-content > .wd-shop-view,
.woocommerce-shop .site-content > .wd-shop-view,
.post-type-archive-product .site-content > .wd-shop-view {
	grid-column: 4;
	grid-row: 2;
	justify-self: end;
}

.archive.woocommerce .site-content > .wd-shop-ordering,
.tax-product_cat .site-content > .wd-shop-ordering,
.woocommerce-shop .site-content > .wd-shop-ordering,
.post-type-archive-product .site-content > .wd-shop-ordering {
	grid-column: 5;
	grid-row: 2;
}

.archive.woocommerce :is(.wd-shop-filters-area-btn a, .wd-filter-buttons, .wd-filter-buttons a, .wd-show-sidebar-btn, .wd-products-shop-view a, .wd-products-per-page a, .wd-active-filters a, .woocommerce-ordering select),
.tax-product_cat :is(.wd-shop-filters-area-btn a, .wd-filter-buttons, .wd-filter-buttons a, .wd-show-sidebar-btn, .wd-products-shop-view a, .wd-products-per-page a, .wd-active-filters a, .woocommerce-ordering select),
.woocommerce-shop :is(.wd-shop-filters-area-btn a, .wd-filter-buttons, .wd-filter-buttons a, .wd-show-sidebar-btn, .wd-products-shop-view a, .wd-products-per-page a, .wd-active-filters a, .woocommerce-ordering select),
.post-type-archive-product :is(.wd-shop-filters-area-btn a, .wd-filter-buttons, .wd-filter-buttons a, .wd-show-sidebar-btn, .wd-products-shop-view a, .wd-products-per-page a, .wd-active-filters a, .woocommerce-ordering select) {
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 8px !important;
	background: rgba(6, 8, 10, 0.62) !important;
	color: var(--jt-ink) !important;
	font-weight: 700;
}

.archive.woocommerce .wd-shop-result-count .woocommerce-result-count,
.tax-product_cat .wd-shop-result-count .woocommerce-result-count,
.woocommerce-shop .wd-shop-result-count .woocommerce-result-count,
.post-type-archive-product .wd-shop-result-count .woocommerce-result-count {
	margin: 0;
	color: var(--jt-ink-dim);
	font-weight: 700;
	white-space: nowrap;
}

.archive.woocommerce .wd-products-per-page,
.tax-product_cat .wd-products-per-page,
.woocommerce-shop .wd-products-per-page,
.post-type-archive-product .wd-products-per-page {
	gap: 5px;
}

.archive.woocommerce .wd-products-shop-view,
.tax-product_cat .wd-products-shop-view,
.woocommerce-shop .wd-products-shop-view,
.post-type-archive-product .wd-products-shop-view {
	display: flex;
	flex-wrap: nowrap;
	gap: 7px;
}

.archive.woocommerce .woocommerce-ordering, .tax-product_cat .woocommerce-ordering, .woocommerce-shop .woocommerce-ordering, .post-type-archive-product .woocommerce-ordering,
.archive.woocommerce .woocommerce-ordering select, .tax-product_cat .woocommerce-ordering select, .woocommerce-shop .woocommerce-ordering select, .post-type-archive-product .woocommerce-ordering select{
	width: 100%;
}


@media (max-width: 1180px) {
	.wd-products.wd-loop-builder-on,
	.wd-products-element.wd-loop-builder-on {
		--jt-listing-media-h: 260px;
	}

	.archive.woocommerce .site-content,
	.tax-product_cat .site-content,
	.woocommerce-shop .site-content,
	.post-type-archive-product .site-content {
		grid-template-columns: 1fr auto auto auto minmax(220px, 250px);
	}

	.archive.woocommerce .site-content > .wd-shop-result-count,
	.tax-product_cat .site-content > .wd-shop-result-count,
	.woocommerce-shop .site-content > .wd-shop-result-count,
	.post-type-archive-product .site-content > .wd-shop-result-count {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1024px) {
	.archive.woocommerce .site-content > .wd-shop-desc.is-layout-constrained,
	.tax-product_cat .site-content > .wd-shop-desc.is-layout-constrained,
	.woocommerce-shop .site-content > .wd-shop-desc.is-layout-constrained,
	.post-type-archive-product .site-content > .wd-shop-desc.is-layout-constrained {
		order: 10;
	}

	.archive.woocommerce .site-content > .jt-archive-category-rail,
	.tax-product_cat .site-content > .jt-archive-category-rail,
	.woocommerce-shop .site-content > .jt-archive-category-rail,
	.post-type-archive-product .site-content > .jt-archive-category-rail {
		order: 20;
	}

	.archive.woocommerce .site-content > .jt-archive-breadcrumbs,
	.tax-product_cat .site-content > .jt-archive-breadcrumbs,
	.woocommerce-shop .site-content > .jt-archive-breadcrumbs,
	.post-type-archive-product .site-content > .jt-archive-breadcrumbs {
		order: -10;
	}

	.archive.woocommerce .site-content > .filters-area.wd-shop-filters-area,
	.tax-product_cat .site-content > .filters-area.wd-shop-filters-area,
	.woocommerce-shop .site-content > .filters-area.wd-shop-filters-area,
	.post-type-archive-product .site-content > .filters-area.wd-shop-filters-area {
		order: 30;
	}

	.archive.woocommerce .site-content > :is(.wd-products, .wd-products-element, .wd-shop-product, .products),
	.tax-product_cat .site-content > :is(.wd-products, .wd-products-element, .wd-shop-product, .products),
	.woocommerce-shop .site-content > :is(.wd-products, .wd-products-element, .wd-shop-product, .products),
	.post-type-archive-product .site-content > :is(.wd-products, .wd-products-element, .wd-shop-product, .products) {
		order: 40;
	}

	.archive.woocommerce .site-content > .wd-shop-desc:not(.is-layout-constrained),
	.tax-product_cat .site-content > .wd-shop-desc:not(.is-layout-constrained),
	.woocommerce-shop .site-content > .wd-shop-desc:not(.is-layout-constrained),
	.post-type-archive-product .site-content > .wd-shop-desc:not(.is-layout-constrained) {
		order: 50;
	}
}

@media (max-width: 767px) {
	.wd-products.wd-loop-builder-on,
	.wd-products-element.wd-loop-builder-on {
		--jt-listing-media-h: auto;
	}

	.jt-archive-toolbar {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.jt-archive-toolbar__filter {
		grid-column: 1;
	}

	.jt-archive-toolbar__sort {
		grid-column: 2;
	}

	.jt-archive-toolbar__view {
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-self: stretch;
		width: 100%;
	}

	.jt-view-toggle {
		justify-content: center;
		min-width: 0;
	}

	.jt-archive-toolbar__pagination {
		grid-column: 1 / -1;
	}

	.jt-archive-category-rail {
		--jt-cat-card-width: 156px;
		--jt-cat-card-media-h: 106px;
		margin-bottom: 18px;
		padding: 12px;
		border-radius: 12px;
	}

	.jt-archive-category-rail__head {
		margin-bottom: 10px;
	}

	.jt-archive-category-rail__head h2 {
		font-size: 16px;
	}

	.jt-archive-category-rail__control {
		width: 34px;
		height: 34px;
		min-height: 34px;
	}

	.jt-archive-category-rail__track {
		grid-auto-columns: minmax(142px, var(--jt-cat-card-width));
		gap: 10px;
	}

	.jt-archive-category-card {
		padding: 8px;
		border-radius: 10px;
	}

	.jt-archive-category-card__title {
		min-height: 36px;
		font-size: 13px;
	}

	.wd-product.wd-loop-item-242642 .wd-product-wrapper {
		padding: 8px !important;
	}

	.wd-product.wd-loop-item-242642 .wd-5f879d6f {
		gap: 7px;
		padding: 10px 0 0 !important;
	}

	.wd-product.wd-loop-item-242642 :is(.wd-entities-title, .product-title, .woocommerce-loop-product__title) {
		min-height: 38px;
		font-size: 16px !important;
		line-height: 1.16;
	}

	.wd-product.wd-loop-item-242642 .jarajto-loop-rating {
		min-height: 18px;
		font-size: 12px;
	}

	.wd-product.wd-loop-item-242642 .jarajto-loop-rating__star {
		font-size: 13px;
	}

	.wd-product.wd-loop-item-242642 :is(.price, .price .amount, .price ins, .price ins .amount),
.wd-product.wd-loop-item-242642 .jt-loop-price-sale, .wd-product.wd-loop-item-242642 .jt-loop-price-sale :is(.jt-loop-price-whole, .jt-loop-price-tail, .jt-loop-price-decimals, .jt-loop-price-currency){
		font-size: 15px !important;
	}


	.wd-product.wd-loop-item-242642 :is(.price del, .price del .amount),
	.wd-product.wd-loop-item-242642 .jt-loop-price-regular,
	.wd-product.wd-loop-item-242642 .jt-loop-price-regular :is(.jt-loop-price-whole, .jt-loop-price-tail, .jt-loop-price-decimals, .jt-loop-price-currency) {
		font-size: 13px !important;
	}

	.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable) {
		padding-right: 6px !important;
		padding-left: 6px !important;
		font-size: 12px !important;
		line-height: 1.1;
		max-width: none !important;
		overflow: hidden;
		text-overflow: clip;
		white-space: nowrap;
	}

	.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable, .product_type_grouped, .product_type_external) {
		font-size: 12px !important;
	}

	.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable, .product_type_grouped, .product_type_external) .wd-action-text {
		overflow: visible !important;
		text-overflow: clip !important;
		font-size: inherit !important;
	}

	.wd-product.wd-loop-item-242642 :is(.add_to_cart_button, .product_type_simple, .product_type_variable, .product_type_grouped, .product_type_external) .wd-action-text::after {
		content: none;
	}

	.wd-product.wd-loop-item-242642 :is(.wd-wishlist-btn, .wd-compare-btn, .wd-quick-view-btn) > a {
		width: 44px !important;
		min-width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
		border: 1px solid rgba(255, 255, 255, 0.1) !important;
		border-radius: 8px !important;
		background: rgb(18, 23, 17) !important;
		color: rgba(244, 244, 246, 0.92) !important;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24) !important;
	}

	.wd-product.wd-loop-item-242642 .wd-wishlist-btn {
		top: 10px !important;
		right: -14px !important;
		width: 44px;
		height: 44px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
	}

	.wd-product.wd-loop-item-242642 :is(.wd-compare-btn, .wd-quick-view-btn) {
		display: none !important;
	}

	.archive.woocommerce .site-content,
	.tax-product_cat .site-content,
	.woocommerce-shop .site-content,
	.post-type-archive-product .site-content {
		grid-template-columns: auto 1fr auto;
		gap: 10px;
	}

	.archive.woocommerce .site-content > :is(.wd-shop-result-count, .wd-shop-ordering),
	.tax-product_cat .site-content > :is(.wd-shop-result-count, .wd-shop-ordering),
	.woocommerce-shop .site-content > :is(.wd-shop-result-count, .wd-shop-ordering),
	.post-type-archive-product .site-content > :is(.wd-shop-result-count, .wd-shop-ordering) {
		grid-column: 1 / -1;
	}

	.archive.woocommerce .site-content > .wd-shop-result-count,
	.tax-product_cat .site-content > .wd-shop-result-count,
	.woocommerce-shop .site-content > .wd-shop-result-count,
	.post-type-archive-product .site-content > .wd-shop-result-count {
		grid-row: 2;
	}

	.archive.woocommerce .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons),
	.tax-product_cat .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons),
	.woocommerce-shop .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons),
	.post-type-archive-product .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons) {
		grid-column: 1;
		grid-row: 3;
	}

	.archive.woocommerce .site-content > .wd-shop-view,
	.tax-product_cat .site-content > .wd-shop-view,
	.woocommerce-shop .site-content > .wd-shop-view,
	.post-type-archive-product .site-content > .wd-shop-view {
		grid-column: 2 / -1;
		grid-row: 3;
		justify-self: end;
	}

	.archive.woocommerce .site-content > .wd-shop-ordering,
	.tax-product_cat .site-content > .wd-shop-ordering,
	.woocommerce-shop .site-content > .wd-shop-ordering,
	.post-type-archive-product .site-content > .wd-shop-ordering {
		grid-row: 4;
	}

	.archive.woocommerce .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-view),
	.tax-product_cat .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-view),
	.woocommerce-shop .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-view),
	.post-type-archive-product .site-content > :is(.wd-shop-filters-area-btn, .wd-filter-buttons, .wd-shop-view) {
		margin-bottom: 12px !important;
	}

	.archive.woocommerce .site-content > .wd-shop-prod-per-page,
	.tax-product_cat .site-content > .wd-shop-prod-per-page,
	.woocommerce-shop .site-content > .wd-shop-prod-per-page,
	.post-type-archive-product .site-content > .wd-shop-prod-per-page {
		display: none !important;
	}

	.archive.woocommerce .woocommerce-ordering select,
	.tax-product_cat .woocommerce-ordering select,
	.woocommerce-shop .woocommerce-ordering select,
	.post-type-archive-product .woocommerce-ordering select {
		max-width: 100%;
	}
}

.category-grid-item,
.wd-cat,
.wd-cat-wrap,
.wd-cats .category-grid-item {
	background: transparent !important;
	color: var(--jt-ink) !important;
}

.wd-cat .wd-entities-title,
.wd-cat .wd-entities-title a,
.category-grid-item .wd-entities-title,
.category-grid-item .wd-entities-title a,
.wd-cat .more-products,
.category-grid-item .more-products {
	color: var(--jt-ink) !important;
	opacity: 1 !important;
}

.home .wd-cat-image.category-image[href*="/c/bongo/"] {
	--jt-home-category-image: url("../images/home-categories/bongo-ds-surface-halo.webp");
}

.home .wd-cat-image.category-image[href*="/c/waporyzatory/"] {
	--jt-home-category-image: url("../images/home-categories/waporyzatory-ds-surface-halo.webp");
}

.home .wd-cat-image.category-image[href*="/c/niezbednik/"] {
	--jt-home-category-image: url("../images/home-categories/niezbednik-ds-surface-halo.webp");
}

.home .wd-cat-image.category-image[href*="/c/lufki/"] {
	--jt-home-category-image: url("../images/home-categories/lufki-ds-surface-halo.webp");
}

.home .wd-cat-image.category-image[href*="/c/bletki/"] {
	--jt-home-category-image: url("../images/home-categories/bletki-ds-surface-halo.webp");
}

.home .wd-cat-image.category-image[href*="/c/mlynki/"] {
	--jt-home-category-image: url("../images/home-categories/mlynki-ds-surface-halo.webp");
}

.home .wd-cat-image.category-image[href*="/c/bongo/"],
.home .wd-cat-image.category-image[href*="/c/waporyzatory/"],
.home .wd-cat-image.category-image[href*="/c/niezbednik/"],
.home .wd-cat-image.category-image[href*="/c/lufki/"],
.home .wd-cat-image.category-image[href*="/c/bletki/"],
.home .wd-cat-image.category-image[href*="/c/mlynki/"] {
	display: grid !important;
	isolation: isolate;
	overflow: visible;
	border-radius: 50%;
	place-items: center;
}

.home .wd-cat-image.category-image[href*="/c/bongo/"]::before,
.home .wd-cat-image.category-image[href*="/c/waporyzatory/"]::before,
.home .wd-cat-image.category-image[href*="/c/niezbednik/"]::before,
.home .wd-cat-image.category-image[href*="/c/lufki/"]::before,
.home .wd-cat-image.category-image[href*="/c/bletki/"]::before,
.home .wd-cat-image.category-image[href*="/c/mlynki/"]::before {
	content: "";
	z-index: 1;
	grid-area: 1 / 1;
	display: block;
	width: 100%;
	aspect-ratio: 1;
	background: var(--jt-home-category-image) center / contain no-repeat;
	pointer-events: none;
	transition: transform 200ms ease, filter 200ms ease;
}

.home .wd-cat-image.category-image[href*="/c/bongo/"] > img,
.home .wd-cat-image.category-image[href*="/c/waporyzatory/"] > img,
.home .wd-cat-image.category-image[href*="/c/niezbednik/"] > img,
.home .wd-cat-image.category-image[href*="/c/lufki/"] > img,
.home .wd-cat-image.category-image[href*="/c/bletki/"] > img,
.home .wd-cat-image.category-image[href*="/c/mlynki/"] > img {
	grid-area: 1 / 1;
	width: 100%;
	height: auto;
	opacity: 0;
}

.home .elementor-element-7ddcdd5 .wd-cat-image.category-image::before {
	content: none !important;
	display: none !important;
}

.home .elementor-element-7ddcdd5 .wd-cat-image.category-image > img {
	grid-area: auto !important;
	width: 100%;
	height: auto;
	opacity: 1 !important;
	filter: none !important;
}

.home .category-grid-item:hover .wd-cat-image.category-image::before,
.home .category-grid-item:focus-within .wd-cat-image.category-image::before {
	filter: drop-shadow(0 14px 24px rgba(147, 190, 32, 0.16));
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.home .wd-cat-image.category-image::before {
		transition: none;
	}

	.home .category-grid-item:hover .wd-cat-image.category-image::before,
	.home .category-grid-item:focus-within .wd-cat-image.category-image::before {
		transform: none;
	}
}

html body.single-product .jarajto-related-mockup .star-rating,
html body.single-product .jarajto-related-mockup .star-rating span,
html body.single-product .jarajto-related-mockup .star-rating::before,
html body.single-product .jarajto-related-mockup .star-rating span::before {
	color: var(--jt-yellow, #f5d014) !important;
	border-color: currentColor !important;
}
/* Shared WoodMart product-card secondary actions popover. */
.wd-product:not(.product-list-item) { position:relative; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu { position:absolute; top:var(--jt-actions-top,62px); right:var(--jt-actions-right,7px); z-index:30; opacity:0; visibility:hidden; pointer-events:none; transition:opacity .18s ease,visibility .18s ease; }
.wd-product:not(.product-list-item):is(:hover,:focus-within) .jt-loop-actions-menu,
.wd-product:not(.product-list-item) .jt-loop-actions-menu.is-open { opacity:1; visibility:visible; pointer-events:auto; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__toggle { display:grid; place-items:center; width:34px; height:34px; padding:0; border:1px solid rgba(255,255,255,.14); border-radius:9px; color:#fff; background:rgba(28,31,28,.96); box-shadow:none; font-size:16px; line-height:1; letter-spacing:1px; cursor:pointer; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__toggle:is(:hover,:focus-visible),
.wd-product:not(.product-list-item) .jt-loop-actions-menu.is-open .jt-loop-actions-menu__toggle { border-color:rgba(255,255,255,.28); background:#1c1f1c; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__panel { position:absolute; top:42px; right:0; width:max-content; min-width:172px; padding:6px; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:10px; background:#161916; box-shadow:0 12px 28px rgba(0,0,0,.34); }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__panel[hidden] { display:none !important; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__action { position:static !important; display:block !important; width:100% !important; height:44px !important; min-height:44px !important; max-height:44px !important; margin:0 !important; opacity:1 !important; visibility:visible !important; transform:none !important; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__link { gap:8px; padding:0 10px !important; border:0 !important; border-radius:7px !important; color:#fff !important; background:transparent !important; box-shadow:none !important; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__link:is(:hover,:focus-visible) { background:rgba(255,255,255,.08) !important; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__panel .wd-action-icon { display:inline-flex !important; flex:0 0 22px; align-items:center; justify-content:center; width:22px !important; height:22px !important; margin:0; font-size:16px; line-height:1; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__panel .wd-action-text { position:static !important; display:block !important; flex:1 1 auto; width:auto !important; height:auto !important; margin:0 !important; overflow:visible !important; clip:auto !important; white-space:nowrap !important; font-size:13px; font-weight:600; line-height:20px; text-align:left; }
.wd-product:not(.product-list-item) .jt-loop-actions-menu__panel :is(.wd-tooltip-label,.wd-tooltip-content),
.wd-product:not(.product-list-item) .jt-loop-actions-menu__panel [class*="wd-tooltip"]::before,
.wd-product:not(.product-list-item) .jt-loop-actions-menu__panel [class*="wd-tooltip"]::after { display:none !important; content:none !important; }
.wd-product.jarajto-related-card .jt-loop-actions-menu { right:auto; left:7px; }
.wd-product.jarajto-related-card .jt-loop-actions-menu__panel { right:auto; left:0; }
