/*
Theme Name: NEUROBIT
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/* Reveal a compact shopping header only after the page's intro area is passed. */
body.neurobit-sticky-header-active #header .elementor-element-8c4b7c1 {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1004;
	width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	animation: neurobit-sticky-header-enter .18s ease-out;
	transition: box-shadow .2s ease;
}

/* Product quick view */
.fancybox-wrap.fancybox-type-ajax .fancybox-close {
	right: 42px;
}

.quickview-wrap.neurobit-quick-view .summary,
.quickview-wrap.neurobit-quick-view .entry-summary {
	min-width: 0;
}

.quickview-wrap.neurobit-quick-view .summary > .quickview-inner {
	position: static !important;
	width: 100% !important;
	max-width: 100% !important;
	transform: none !important;
}

.quickview-wrap.neurobit-quick-view .woocommerce-product-rating {
	display: flex;
	min-height: 28px;
	margin-bottom: 10px;
	align-items: center;
	gap: 10px;
}

.quickview-wrap.neurobit-quick-view .neurobit-quick-view__price-label {
	display: block;
	margin: 2px 0 3px;
	color: #697177;
	font-size: 11px;
	font-weight: 600;
}

.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing--selector {
	display: grid;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	margin: 10px 0 12px;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	box-sizing: border-box;
	overflow: visible;
}

.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing--selector .neurobit-volume-pricing__row {
	display: flex;
	width: auto !important;
	min-width: 0;
	min-height: 72px;
	padding: 7px 5px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	box-sizing: border-box;
	border: 1px solid #dfe5e9;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}

.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing--selector .neurobit-volume-pricing__row.is-active {
	border-color: #01abec;
	background: #eaf9ff;
	box-shadow: inset 0 0 0 1px #01abec;
}

.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing--selector .neurobit-volume-pricing__quantity {
	color: #30363a;
	font-size: 11px;
}

.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing--selector .neurobit-volume-pricing__price {
	font-size: 15px;
}

.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing--selector .neurobit-volume-pricing__discount {
	padding: 0;
	font-size: 10px;
	text-align: center;
}

.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing__note,
.quickview-wrap.neurobit-quick-view .neurobit-quantity-opportunity {
	grid-column: 1 / -1;
}

.quickview-wrap.neurobit-quick-view .neurobit-quantity-opportunity {
	display: flex;
	min-height: 30px;
	padding: 5px 8px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px solid #dceff7;
	border-radius: 4px;
	background: #f3fbfe;
	color: #3d484f;
	font-size: 9px;
	font-weight: 600;
	text-align: center;
}

.quickview-wrap.neurobit-quick-view .neurobit-quantity-opportunity i {
	color: #01abec;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view {
	margin-top: 7px;
	padding: 6px 0;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 6px;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__header > span {
	gap: 5px;
	font-size: 10px;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__methods {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__method {
	height: 32px;
	min-width: 0;
	min-height: 32px;
	padding-inline: 4px;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__method--klarna img {
	height: 17px;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__method--klarna small {
	font-size: 7px;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__method--btpay img {
	width: 58px;
	height: 26px;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__method--gpay > img {
	height: 36px;
	max-width: none;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__method--gpay {
	overflow: hidden;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view apple-pay-button {
	width: 100%;
	height: 32px;
	min-width: 0;
	overflow: hidden;
	--apple-pay-button-height: 32px;
}

.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__method--apple {
	overflow: hidden;
}

.quickview-wrap.neurobit-quick-view .neurobit-quick-view__details {
	display: flex;
	width: 100%;
	min-height: 32px;
	margin: 0;
	align-items: center;
	gap: 7px;
	border-bottom: 1px solid #e4e8eb;
	color: #008fc5;
	font-size: 11px;
	font-weight: 700;
	box-sizing: border-box;
}

.quickview-wrap.neurobit-quick-view .neurobit-quick-view__details:hover,
.quickview-wrap.neurobit-quick-view .neurobit-quick-view__details:focus-visible {
	color: #006f99;
	text-decoration: underline;
}

.quickview-wrap.neurobit-quick-view .neurobit-quick-view__share {
	display: flex !important;
	width: 100%;
	min-height: 38px;
	margin: 0 !important;
	padding: 5px 0 !important;
	align-items: center;
	gap: 8px;
	box-sizing: border-box;
}

.quickview-wrap.neurobit-quick-view .neurobit-quick-view__share-label {
	flex: 0 0 auto;
	color: #596168;
	font-size: 10px;
	font-weight: 700;
}

.quickview-wrap.neurobit-quick-view .neurobit-quick-view__share .share-links {
	display: flex;
	width: auto;
	margin: 0;
	align-items: center;
	gap: 5px;
}

.quickview-wrap.neurobit-quick-view .neurobit-quick-view__share .share-links a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	margin: 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.quickview-wrap.neurobit-quick-view .neurobit-quick-view__share .share-whatsapp {
	border: 1px solid #d7dde1;
	border-radius: 50%;
	color: #18a957;
	font-size: 15px;
}

.quickview-wrap.neurobit-quick-view .yith-wcwl-add-to-wishlist {
	display: none !important;
}

@media (max-width: 767px) {
	.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing--selector {
		gap: 5px;
	}

	.quickview-wrap.neurobit-quick-view .neurobit-volume-pricing--selector .neurobit-volume-pricing__row {
		min-height: 66px;
	}

	.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view {
		grid-template-columns: 1fr;
	}

	.quickview-wrap.neurobit-quick-view .neurobit-express-checkout--quick-view .neurobit-express-checkout__methods {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Compact the Elementor footer while keeping its existing four-column layout. */
#footer .elementor-element-da81bc9 {
	margin-top: 0 !important;
	padding: 24px 0 18px;
}

#footer .elementor-element-da81bc9 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding-top: 0;
	padding-bottom: 0;
	align-content: flex-start;
}

#footer .elementor-element-1731bbf {
	margin-bottom: 18px !important;
	text-align: center;
}

#footer .elementor-element-1731bbf img {
	width: 230px !important;
	max-width: 100%;
	height: auto !important;
}

#footer .elementor-element-fb6920e > .elementor-widget-wrap {
	align-content: center;
}

#footer .elementor-element-33048b8 .contact-details li {
	margin-bottom: 10px !important;
	line-height: 21px;
	text-align: center;
}

#footer .elementor-element-49a543e {
	margin-top: 2px !important;
	margin-bottom: 0 !important;
}

#footer .neurobit-footer-socials--bottom {
	width: auto !important;
	margin: 0 0 0 auto !important;
}

#footer .neurobit-footer-socials--bottom .share-links {
	display: flex;
	width: auto;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

#footer .neurobit-footer-socials--bottom .share-links a {
	margin: 0;
}

#footer .elementor-element-b870c90 h4,
#footer .elementor-element-a2e4b1b h4,
#footer .elementor-element-9b89932 h4 {
	margin-bottom: 10px !important;
}

#footer .elementor-element-b870c90 .porto-u-sub-heading,
#footer .elementor-element-a2e4b1b .porto-u-sub-heading,
#footer .elementor-element-9b89932 .porto-u-sub-heading,
#footer .elementor-element-b870c90 .porto-u-sub-heading a,
#footer .elementor-element-a2e4b1b .porto-u-sub-heading a,
#footer .elementor-element-9b89932 .porto-u-sub-heading a {
	line-height: 24px;
}

@media (min-width: 768px) {
	#footer .elementor-element-07e0de5,
	#footer .elementor-element-07e0de5 > .e-con-inner,
	#footer .elementor-element-17c50cd,
	#footer .elementor-element-17c50cd .elementor-image-gallery,
	#footer .elementor-element-17c50cd .gallery {
		min-height: 56px;
		height: 56px;
	}

	#footer .elementor-element-17c50cd .gallery-item {
		height: 56px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#footer .elementor-element-17c50cd .gallery-item img {
		width: auto !important;
		max-width: 52px;
		height: 36px !important;
		object-fit: contain;
	}
}

@media (max-width: 767px) {
	#footer .elementor-element-da81bc9 {
		padding: 22px 0 14px;
	}

	#footer .elementor-element-1731bbf img {
		width: 190px !important;
	}

	#footer .elementor-element-fb6920e > .elementor-widget-wrap {
		align-content: flex-start;
	}

	#footer .neurobit-footer-socials--bottom {
		width: 100% !important;
		margin: 8px 0 0 !important;
	}

	#footer .neurobit-footer-socials--bottom .share-links {
		justify-content: center;
	}
}

body.neurobit-sticky-header-active #header .porto-block > .container-fluid > .elementor {
	padding-top: var(--neurobit-sticky-source-height, 111px);
}

body.neurobit-sticky-header-scrolled #header .elementor-element-8c4b7c1 {
	box-shadow: 0 4px 14px rgba(34, 37, 41, 0.16) !important;
}

body.admin-bar.neurobit-sticky-header-active #header .elementor-element-8c4b7c1 {
	top: 32px;
}

@keyframes neurobit-sticky-header-enter {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (min-width: 992px) {
	body.neurobit-sticky-header-active #header .elementor-element-8c4b7c1 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	/* Porto fixes the Shop filters 18px from the viewport top. Keep that
	 * breathing room below our compact header once it becomes sticky. */
	body.archive.woocommerce.neurobit-sticky-header-active .porto-woo-category-sidebar .sticky-active {
		top: calc(var(--neurobit-sticky-header-bottom, 74px) + 18px) !important;
	}

	body.neurobit-sticky-header-active #header .elementor-element-8c4b7c1 > .elementor-container,
	body.neurobit-sticky-header-active #header .elementor-element-8c4b7c1 > .elementor-container > .elementor-column > .elementor-widget-wrap {
		min-height: 0 !important;
	}

	body.neurobit-sticky-header-active #header .elementor-element-86dc209 .logo img {
		width: auto !important;
		max-width: 150px !important;
		max-height: 58px !important;
	}

	body.neurobit-sticky-header-active #header .elementor-element-472ff1e .searchform-popup input,
	body.neurobit-sticky-header-active #header .elementor-element-472ff1e .searchform-popup select,
	body.neurobit-sticky-header-active #header .elementor-element-472ff1e .searchform-popup .selectric .label,
	body.neurobit-sticky-header-active #header .elementor-element-472ff1e .searchform-popup .selectric,
	body.neurobit-sticky-header-active #header .elementor-element-472ff1e .searchform-popup button {
		height: 44px !important;
		line-height: 44px !important;
	}
}

/* YITH renders hidden carousel copies at 0,0; keep only the heart glyph visible. */
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
	font-size: 0 !important;
	line-height: 0 !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a::before {
	font-size: 22px !important;
	line-height: 1 !important;
}

@media (max-width: 782px) {
	body.admin-bar.neurobit-sticky-header-active #header .elementor-element-8c4b7c1 {
		top: 46px;
	}
}

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Reserve one row before fonts and Elementor's stretched sections finish loading. */
@media (min-width: 992px) {
	#header .elementor-element-c9e4c60 > .elementor-container > .elementor-column > .elementor-widget-wrap {
		flex-wrap: nowrap;
		column-gap: 14px;
	}

	#header .elementor-element-c9e4c60 .elementor-element-c07439c,
	#header .elementor-element-c9e4c60 .elementor-element-5989843,
	#header .elementor-element-c9e4c60 .elementor-element-181d765 {
		flex: 0 0 auto;
		margin: 0 !important;
	}

	#header .elementor-element-c9e4c60 .elementor-element-f71351b {
		flex: 1 1 0%;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 0 !important;
	}

	#header .elementor-element-f71351b #menu-sub-header {
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	#header .elementor-element-f71351b #menu-sub-header > li.menu-item {
		flex: 0 0 auto;
		margin: 0;
	}

	#header .elementor-element-f71351b #menu-sub-header > li.menu-item > a {
		padding-right: 8px !important;
		padding-left: 8px !important;
		white-space: nowrap;
	}

	#header .elementor-element-181d765 .elementor-heading-title {
		white-space: nowrap;
	}
}

/* Persistent desktop access to shopping, support and earning programs. */
.neurobit-commerce-rail,
.neurobit-commerce-panel,
.neurobit-commerce-rail-overlay {
	display: none;
}

@media (min-width: 1440px) {
	:root {
		--neurobit-commerce-rail-width: 82px;
	}

	body.neurobit-commerce-rail-ready .page-wrapper {
		width: calc(100% - var(--neurobit-commerce-rail-width));
		margin-left: var(--neurobit-commerce-rail-width);
	}

	body.neurobit-commerce-rail-ready.neurobit-sticky-header-active #header .elementor-element-8c4b7c1 {
		left: var(--neurobit-commerce-rail-width) !important;
		width: calc(100% - var(--neurobit-commerce-rail-width)) !important;
	}

	/* Match the blue header and hero grid; Elementor otherwise stretches this
	 * row across the rail and a translated trigger no longer reserves its space. */
	body.neurobit-commerce-rail-ready #header .elementor-element-c9e4c60 {
		left: 0 !important;
		width: auto !important;
		z-index: 1001;
	}

	body.neurobit-commerce-rail-ready #header .elementor-element-c9e4c60 .elementor-element-c07439c {
		flex: 0 0 278px;
		width: 278px;
	}

	body.neurobit-commerce-rail-ready #header .elementor-element-c9e4c60 .elementor-element-f71351b {
		padding-left: 10px;
	}

	body.neurobit-commerce-rail-ready #main-toggle-menu {
		z-index: 1002;
		width: 100%;
		left: 0;
		margin-left: 0;
		transform: none;
	}

	/* Keep the trigger and its dropdown on one shared column beside the fixed rail. */
	body.neurobit-commerce-rail-ready #main-toggle-menu > .menu-title {
		width: 100%;
		transform: none;
	}

	body.neurobit-commerce-rail-ready #main-toggle-menu.neurobit-categories-controlled > .toggle-menu-wrap {
		display: none !important;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}

	body.neurobit-commerce-rail-ready.neurobit-categories-panel-open #main-toggle-menu.neurobit-categories-controlled > .toggle-menu-wrap,
	body.home.neurobit-commerce-rail-ready:not(.neurobit-categories-panel-closed) #main-toggle-menu > .toggle-menu-wrap {
		display: block !important;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	body.neurobit-commerce-rail-ready #main-toggle-menu.neurobit-categories-controlled > .toggle-menu-wrap {
		width: 100%;
		border: 1px solid #e2e7ea;
		border-radius: 0 0 8px 8px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(20, 31, 38, .09);
	}

	/* Once the original navigation row has scrolled away, dock the complete
	 * category module below the compact header instead of revealing it offscreen. */
	body.neurobit-commerce-rail-ready.neurobit-categories-panel-docked #main-toggle-menu.neurobit-categories-controlled {
		position: fixed !important;
		top: var(--neurobit-category-dock-top, 74px) !important;
		left: var(--neurobit-category-dock-left, var(--neurobit-commerce-rail-width)) !important;
		z-index: 1201;
		width: var(--neurobit-category-dock-width, 278px) !important;
	}

	body.neurobit-commerce-rail-ready.neurobit-categories-panel-docked #main-toggle-menu.neurobit-categories-controlled > .menu-title {
		position: relative;
		padding-right: 52px;
		box-shadow: 0 6px 18px rgba(20, 31, 38, .12);
	}

	.neurobit-categories-panel-close {
		display: none;
	}

	body.neurobit-commerce-rail-ready.neurobit-categories-panel-docked .neurobit-categories-panel-close {
		position: absolute;
		top: 25px;
		right: 8px;
		z-index: 3;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		font-size: 18px;
		line-height: 1;
		cursor: pointer;
		transform: translateY(-50%);
	}

	body.neurobit-commerce-rail-ready.neurobit-categories-panel-docked .neurobit-categories-panel-close:hover,
	body.neurobit-commerce-rail-ready.neurobit-categories-panel-docked .neurobit-categories-panel-close:focus-visible {
		background: rgba(255, 255, 255, .14);
		outline: 2px solid #fff;
		outline-offset: -4px;
	}

body.neurobit-commerce-rail-ready.neurobit-categories-panel-docked #main-toggle-menu.neurobit-categories-controlled > .toggle-menu-wrap {
		max-height: calc(100vh - var(--neurobit-category-dock-top, 74px) - 50px);
	}

}

	.home-features [data-neurobit-benefit-info] {
		cursor: help;
		transition: background-color .18s ease, box-shadow .18s ease;
	}

	.home-features [data-neurobit-benefit-info]:hover,
	.home-features [data-neurobit-benefit-info]:focus-visible {
		background: #f5fbfe;
		box-shadow: inset 0 -3px #01abec;
		outline: none;
	}

	.neurobit-shop-benefits {
		display: block;
		width: 100%;
		border-top: 1px solid #edf0f2;
		border-bottom: 1px solid #edf0f2;
		background: #fff;
	}

	.neurobit-shop-benefits[hidden] {
		display: none;
	}

	.neurobit-shop-benefits__inner {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: 100%;
		max-width: 1780px;
		margin: 0 auto;
	}

	.neurobit-shop-benefit {
		min-width: 0;
		border-right: 1px solid #e6eaec;
	}

	.neurobit-shop-benefit:last-child {
		border-right: 0;
	}

	.neurobit-shop-benefit .porto-sicon-box {
		display: flex;
		align-items: center;
		min-height: 112px;
		padding: 16px 28px;
	}

	.neurobit-shop-benefit .porto-sicon-default {
		flex: 0 0 72px;
		margin-right: 18px;
	}

	.neurobit-shop-benefit .porto-sicon-img,
	.neurobit-shop-benefit .img-icon {
		display: block;
		width: 72px;
		height: 72px;
	}

	.neurobit-shop-benefit .img-icon {
		object-fit: contain;
	}

	.neurobit-shop-benefit .porto-sicon-header {
		min-width: 0;
	}

	.neurobit-shop-benefit .porto-sicon-title {
		margin: 0 0 4px;
		color: #252a2e;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.25;
	}

	.neurobit-shop-benefit .porto-sicon-header p {
		margin: 0;
		color: #8a969e;
		font-size: 14px;
		line-height: 1.35;
	}

	@media (max-width: 991px) {
		.neurobit-shop-benefits__inner {
			display: flex;
			overflow-x: auto;
			scroll-snap-type: x mandatory;
			scrollbar-width: none;
		}

		.neurobit-shop-benefits__inner::-webkit-scrollbar {
			display: none;
		}

		.neurobit-shop-benefit {
			flex: 0 0 min(340px, 86vw);
			scroll-snap-align: start;
		}

		.neurobit-shop-benefit .porto-sicon-box {
			min-height: 96px;
			padding: 12px 18px;
		}

		.neurobit-shop-benefit .porto-sicon-default {
			flex-basis: 60px;
			margin-right: 14px;
		}

		.neurobit-shop-benefit .porto-sicon-img,
		.neurobit-shop-benefit .img-icon {
			width: 60px;
			height: 60px;
		}
	}

	.neurobit-benefit-popover {
		position: fixed;
		top: 50% !important;
		left: 50% !important;
		z-index: 1400;
		max-height: calc(100vh - 32px);
		padding: 22px;
		overflow-y: auto;
		border: 1px solid #dce5e9;
		border-top: 3px solid #01abec;
		border-radius: 6px;
		background: #fff;
		box-shadow: 0 18px 42px rgba(25, 38, 46, .18);
		color: #242a2e;
		opacity: 0;
		transform: translate(-50%, calc(-50% - 5px));
		transition: opacity .14s ease, transform .14s ease;
	}

	.neurobit-benefit-popover[hidden] {
		display: none;
	}

	.neurobit-benefit-popover.is-open {
		opacity: 1;
		transform: translate(-50%, -50%);
	}

	.neurobit-benefit-popover__close {
		display: none;
	}

	.neurobit-benefit-popover::before,
	.neurobit-benefit-popover::after {
		display: none;
	}

	.neurobit-benefit-popover__heading {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 14px;
	}

	.neurobit-benefit-popover__icon {
		display: inline-flex;
		flex: 0 0 42px;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: #e9f8fe;
		color: #009fdc;
		font-size: 19px;
	}

	.neurobit-benefit-popover__eyebrow {
		display: block;
		margin-bottom: 2px;
		color: #008fc5;
		font-size: 11px;
		font-weight: 700;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.neurobit-benefit-popover h3 {
		margin: 0;
		font-size: 20px;
		line-height: 1.25;
	}

	.neurobit-benefit-popover__lead {
		margin: 0 0 16px;
		color: #4d5960;
		font-size: 14px;
		line-height: 1.55;
	}

	.neurobit-benefit-popover__highlight {
		display: flex;
		gap: 12px;
		margin: 0 -22px;
		padding: 15px 22px;
		border-top: 1px solid #dcecf3;
		border-bottom: 1px solid #dcecf3;
		background: #eef9fd;
	}

	.neurobit-benefit-popover__highlight > i {
		margin-top: 2px;
		color: #ef3d38;
		font-size: 17px;
	}

	.neurobit-benefit-popover__highlight strong,
	.neurobit-benefit-popover__highlight span {
		display: block;
	}

	.neurobit-benefit-popover__highlight strong {
		margin-bottom: 3px;
		font-size: 14px;
	}

	.neurobit-benefit-popover__highlight span {
		color: #52616a;
		font-size: 13px;
		line-height: 1.45;
	}

	.neurobit-benefit-popover__examples {
		margin-top: 6px;
	}

	.neurobit-benefit-popover__examples > div {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 18px;
		padding: 10px 0;
		border-bottom: 1px solid #edf0f2;
	}

	.neurobit-benefit-popover__examples > div:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.neurobit-benefit-popover__examples strong {
		flex: 0 0 auto;
		font-size: 13px;
	}

	.neurobit-benefit-popover__examples span {
		color: #008fc5;
		font-size: 13px;
		font-weight: 600;
		text-align: right;
	}

	.neurobit-benefit-popover__cta {
		display: inline-flex;
		width: 100%;
		min-height: 46px;
		margin-top: 16px;
		padding: 10px 16px;
		align-items: center;
		justify-content: center;
		gap: 9px;
		border: 1px solid #18b85a;
		border-radius: 4px;
		background: #20c869;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		transition: background-color .18s ease, border-color .18s ease;
	}

	.neurobit-benefit-popover__cta:hover,
	.neurobit-benefit-popover__cta:focus-visible {
		border-color: #109b49;
		background: #16aa52;
		color: #fff;
		outline: 2px solid rgba(1, 171, 236, .35);
		outline-offset: 2px;
	}

	.neurobit-benefit-popover__cta i {
		font-size: 18px;
	}

	@media (max-width: 575px) {
		.neurobit-benefit-popover {
			position: fixed;
			top: 50% !important;
			left: 16px !important;
			width: calc(100vw - 32px) !important;
			max-height: calc(100vh - 32px);
			padding: 18px;
			overflow-y: auto;
			transform: translateY(calc(-50% - 5px));
		}

		.neurobit-benefit-popover.is-open {
			transform: translateY(-50%);
		}

		.neurobit-benefit-popover::before,
		.neurobit-benefit-popover::after {
			display: none;
		}

		.neurobit-benefit-popover__close {
			position: absolute;
			top: 8px;
			right: 8px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 36px;
			height: 36px;
			padding: 0;
			border: 0;
			background: transparent;
			color: #65727a;
			font-size: 17px;
		}

		.neurobit-benefit-popover__close:focus-visible {
			outline: 2px solid #01abec;
			outline-offset: -3px;
		}

		.neurobit-benefit-popover__heading {
			padding-right: 26px;
		}

		.neurobit-benefit-popover__highlight {
			margin-right: -18px;
			margin-left: -18px;
			padding-right: 18px;
			padding-left: 18px;
		}

		.neurobit-benefit-popover__examples > div {
			display: block;
		}

		.neurobit-benefit-popover__examples span {
			display: block;
			margin-top: 3px;
			text-align: left;
		}
	}

@media (min-width: 1440px) {

	.neurobit-commerce-rail__item[aria-expanded="true"] {
		border-left-color: #01ABEC;
		background: #eefaff;
		color: #007da9;
	}

	.neurobit-commerce-rail {
		box-sizing: border-box;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 1202;
		display: flex;
		width: var(--neurobit-commerce-rail-width);
		padding: 10px 6px 12px;
		flex-direction: column;
		border-right: 1px solid #e1e6e9;
		background: #fff;
		box-shadow: 3px 0 14px rgba(34, 37, 41, .07);
	}

	body.admin-bar .neurobit-commerce-rail,
	body.admin-bar .neurobit-commerce-panel,
	body.admin-bar .neurobit-commerce-rail-overlay {
		top: 32px;
	}

	.neurobit-commerce-rail__brand {
		display: flex;
		width: 66px;
		max-width: 100%;
		min-height: 0;
		height: 62px;
		flex: 0 1 62px;
		margin: 0 auto 9px;
		padding: 5px 2px 8px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 4px;
		border: 0;
		border-bottom: 1px solid #e7ebed;
		background: transparent;
		box-shadow: none;
		color: #01ABEC;
		cursor: pointer;
		font: inherit;
		font-size: 10px;
		font-weight: 700;
		line-height: 1.15;
		text-align: center;
		text-decoration: none;
		transition: background-color .18s ease, color .18s ease;
	}

	.neurobit-commerce-rail__brand i {
		font-size: 21px;
	}

	.neurobit-commerce-rail__brand:hover,
	.neurobit-commerce-rail__brand:focus-visible,
	.neurobit-commerce-rail__brand.is-selected {
		background: #eefaff;
		color: #007da9;
		outline: 0;
	}

	.neurobit-commerce-rail__group {
		display: flex;
		min-width: 0;
		min-height: 0;
		flex: 0 1 auto;
		flex-direction: column;
	}

	.neurobit-commerce-rail__group--business {
		padding-top: 8px;
		border-top: 1px solid #e7ebed;
	}

	.neurobit-commerce-rail__item {
		box-sizing: border-box;
		position: relative;
		display: flex;
		width: 100%;
		min-width: 0;
		min-height: 0;
		height: 59px;
		flex: 0 1 59px;
		padding: 5px 2px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 4px;
		border: 0;
		border-left: 3px solid transparent;
		background: transparent;
		box-shadow: none;
		color: #343a3f;
		cursor: pointer;
		font: inherit;
		font-size: 10px;
		font-weight: 600;
		line-height: 1.15;
		text-align: center;
		text-decoration: none;
		transition: background-color .18s ease, border-color .18s ease, color .18s ease;
	}

	.neurobit-commerce-rail__item i {
		font-size: 19px;
	}

	.neurobit-commerce-rail__item:hover,
	.neurobit-commerce-rail__item:focus-visible,
	.neurobit-commerce-rail__item.is-selected {
		border-left-color: #01ABEC;
		background: #eefaff;
		color: #007da9;
		outline: 0;
	}

	.neurobit-commerce-rail__item.is-active {
		color: #01ABEC;
	}

	.neurobit-commerce-rail__item--creator {
		color: #e53f37;
	}

	.neurobit-commerce-rail__item--creator:hover,
	.neurobit-commerce-rail__item--creator:focus-visible,
	.neurobit-commerce-rail__item--creator.is-selected {
		border-left-color: #e53f37;
		background: #fff4f3;
		color: #c92d26;
	}

	.neurobit-commerce-rail__support {
		margin-top: auto;
		border-top: 1px solid #e7ebed;
		color: #008f67;
	}

	.neurobit-commerce-rail-overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: var(--neurobit-commerce-rail-width);
		z-index: 1198;
		display: block;
		background: rgba(24, 29, 33, .34);
		opacity: 0;
		transition: opacity .2s ease;
	}

	.neurobit-commerce-rail-overlay[hidden] {
		display: none;
	}

	.neurobit-commerce-rail-overlay.is-open {
		opacity: 1;
	}

	.neurobit-commerce-panel {
		position: fixed;
		top: 0;
		bottom: 0;
		left: var(--neurobit-commerce-rail-width);
		z-index: 1201;
		display: flex;
		width: 420px;
		max-width: calc(100vw - var(--neurobit-commerce-rail-width));
		min-height: 0;
		padding: 0;
		overflow: hidden;
		flex-direction: column;
		border-right: 1px solid #dfe5e8;
		background: #fff;
		box-shadow: 14px 0 34px rgba(20, 25, 29, .18);
		transform: translateX(-105%);
		visibility: hidden;
		transition: transform .22s ease, visibility .22s ease;
	}

	.neurobit-commerce-panel.is-open {
		transform: translateX(0);
		visibility: visible;
	}

	.neurobit-commerce-panel__header {
		display: flex;
		min-height: 102px;
		padding: 21px 22px 18px;
		flex: 0 0 auto;
		align-items: flex-start;
		justify-content: space-between;
		gap: 20px;
		border-bottom: 3px solid #01ABEC;
	}

	.neurobit-commerce-panel__eyebrow {
		display: block;
		margin-bottom: 5px;
		color: #008ebf;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.neurobit-commerce-panel__header h2 {
		margin: 0;
		color: #222529;
		font-size: 24px;
		line-height: 1.18;
	}

	.neurobit-commerce-panel__close {
		display: grid;
		width: 40px;
		height: 40px;
		padding: 0;
		place-items: center;
		flex: 0 0 40px;
		border: 1px solid #cbd5da;
		background: #fff;
		color: #1f2529;
		font-size: 17px;
		transition: border-color .18s ease, color .18s ease;
	}

	.neurobit-commerce-panel__close:hover,
	.neurobit-commerce-panel__close:focus-visible {
		border-color: #01ABEC;
		color: #008ebf;
		outline: 0;
	}

	.neurobit-commerce-panel__body {
		min-height: 0;
		padding: 30px 28px;
		flex: 1 1 auto;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.neurobit-commerce-panel__icon {
		display: grid;
		width: 58px;
		height: 58px;
		margin-bottom: 23px;
		place-items: center;
		border: 1px solid #bceaff;
		background: #eefaff;
		color: #01ABEC;
		font-size: 24px;
	}

	.neurobit-commerce-panel__lead {
		margin: 0 0 10px;
		color: #222529;
		font-size: 19px;
		font-weight: 700;
		line-height: 1.35;
	}

	.neurobit-commerce-panel__description {
		margin: 0 0 24px;
		color: #606a70;
		font-size: 14px;
		line-height: 1.65;
	}

	.neurobit-commerce-panel__benefits {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.neurobit-commerce-panel__benefits li {
		display: flex;
		min-height: 46px;
		padding: 11px 0;
		align-items: center;
		gap: 12px;
		border-top: 1px solid #e7ebed;
		color: #343a3f;
		font-size: 14px;
		font-weight: 600;
	}

	.neurobit-commerce-panel__benefits i {
		display: grid;
		width: 24px;
		height: 24px;
		place-items: center;
		border-radius: 50%;
		background: #e9f9f3;
		color: #008f67;
		font-size: 10px;
	}

	.neurobit-commerce-panel__footer {
		padding: 20px 22px;
		flex: 0 0 auto;
		border-top: 1px solid #dfe5e8;
		background: #f6f8f9;
	}

	.neurobit-commerce-panel__cta {
		display: flex;
		min-height: 52px;
		padding: 12px 18px;
		align-items: center;
		justify-content: center;
		gap: 10px;
		background: #01ABEC;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		transition: background-color .18s ease;
	}

	.neurobit-commerce-panel__cta:hover,
	.neurobit-commerce-panel__cta:focus-visible {
		background: #008ebf;
		color: #fff;
		outline: 0;
	}

	body.neurobit-commerce-panel-open {
		overflow: hidden;
	}
}

/* Hide the Buy Now buttons generated by the WPC Buy Now Button plugin. */
.wpcbn-btn {
	display: none !important;
}

/* Turn Porto's compact wishlist popup into a purchasable side drawer. */
.wishlist-offcanvas.neurobit-wishlist-drawer .wishlist-popup {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: auto !important;
	display: flex !important;
	width: 420px !important;
	max-width: 100vw;
	height: 100dvh !important;
	max-height: none !important;
	padding: 0 !important;
	overflow: hidden !important;
	flex-direction: column;
	border: 0 !important;
	background: #fff;
	box-shadow: -12px 0 36px rgba(0, 0, 0, 0.18);
	color: #222529;
}

.wishlist-offcanvas.neurobit-wishlist-drawer .minicart-overlay {
	background: rgba(20, 25, 29, 0.48);
	backdrop-filter: blur(1px);
}

.wishlist-offcanvas.neurobit-wishlist-drawer .minicart-overlay svg,
.wishlist-offcanvas .neurobit-wishlist-native-element {
	display: none !important;
}

.neurobit-wishlist-header {
	position: relative;
	display: flex;
	min-height: 74px;
	padding: 16px 20px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dfe5e8;
	background: #fff;
}

.neurobit-wishlist-header::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: #01ABEC;
	content: "";
}

.neurobit-wishlist-header__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.neurobit-wishlist-header__title {
	color: #222529;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.neurobit-wishlist-header__count {
	color: #687076;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

.neurobit-wishlist-header__actions,
.neurobit-sidecart-header__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.neurobit-share-icon {
	display: inline-flex;
	width: 68px;
	height: 40px;
	padding: 0;
	flex: 0 0 68px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid #25d366;
	border-radius: 0;
	background: #25d366;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.neurobit-share-icon__share {
	font-size: 15px;
}

.neurobit-share-icon__channel {
	font-size: 21px;
}

body.neurobit-shared-selection-page #main-toggle-menu:not(.show-always) > .menu-title.closed + .toggle-menu-wrap {
	display: none;
}

.neurobit-share-icon:hover,
.neurobit-share-icon:focus-visible {
	border-color: #168f45;
	background: #168f45;
	color: #fff;
	outline: 2px solid #25d366;
	outline-offset: 2px;
}

.neurobit-share-icon.is-loading i,
.neurobit-whatsapp-share-button.is-loading i {
	animation: neurobit-share-pulse 0.8s ease-in-out infinite alternate;
}

@keyframes neurobit-share-pulse {
	to { opacity: 0.35; }
}

.neurobit-wishlist-header__close {
	display: inline-flex;
	width: 40px;
	height: 40px;
	padding: 0;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #343a3f;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.neurobit-wishlist-header__close:hover,
.neurobit-wishlist-header__close:focus-visible {
	background: #eaf8fd;
	color: #007da9;
	outline: 2px solid #01ABEC;
	outline-offset: -2px;
}

.wishlist-offcanvas .neurobit-wishlist-list {
	display: block !important;
	min-height: 0;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 20px !important;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	scrollbar-width: thin;
	scrollbar-color: #b8c2c8 transparent;
}

.wishlist-offcanvas .neurobit-wishlist-list::-webkit-scrollbar {
	width: 6px;
}

.wishlist-offcanvas .neurobit-wishlist-list::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #b8c2c8;
}

.wishlist-offcanvas .neurobit-wishlist-item {
	position: relative;
	display: grid !important;
	min-height: 152px;
	margin: 0 !important;
	padding: 18px 30px 18px 0 !important;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	border-bottom: 1px solid #e7ecef !important;
}

.wishlist-offcanvas .neurobit-wishlist-item .product-image {
	position: static !important;
	display: block;
	width: 84px !important;
	max-width: 84px !important;
	margin: 0 !important;
	grid-column: 1;
	grid-row: 1;
	float: none !important;
	border: 1px solid #edf0f2;
	background: #fff;
}

.wishlist-offcanvas .neurobit-wishlist-item .product-image a,
.wishlist-offcanvas .neurobit-wishlist-item .product-image img {
	display: block;
	width: 82px !important;
	max-width: 82px !important;
	height: 82px !important;
	margin: 0 !important;
	padding: 5px;
	float: none !important;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

.wishlist-offcanvas .neurobit-wishlist-item .product-image a {
	padding: 0;
	overflow: hidden;
}

.wishlist-offcanvas .neurobit-wishlist-item .product-details {
	display: block;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	padding: 1px 0 0 !important;
	grid-column: 2;
	grid-row: 1;
	color: #626a70;
}

.wishlist-offcanvas .neurobit-wishlist-item .product-details > a {
	display: -webkit-box;
	margin: 0 0 5px;
	overflow: hidden;
	color: #222529 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wishlist-offcanvas .neurobit-wishlist-item .product-details > a:hover,
.wishlist-offcanvas .neurobit-wishlist-item .product-details > a:focus-visible {
	color: #008dbf !important;
}

.wishlist-offcanvas .neurobit-wishlist-item .product-details > .quantity {
	display: none !important;
}

.neurobit-wishlist-vendor {
	display: flex;
	margin: 0 0 9px;
	align-items: baseline;
	gap: 5px;
	color: #747d83;
	font-size: 10px;
	line-height: 1.3;
	text-transform: uppercase;
}

.neurobit-wishlist-vendor a,
.neurobit-wishlist-vendor strong {
	color: #222529;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}

.neurobit-wishlist-vendor a:hover,
.neurobit-wishlist-vendor a:focus-visible {
	color: #007da9;
	text-decoration: underline;
}

.neurobit-wishlist-purchase {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 8px;
}

.neurobit-wishlist-price {
	display: grid;
	min-width: 0;
	grid-template-columns: auto auto;
	align-items: baseline;
	gap: 1px 6px;
}

.neurobit-wishlist-price > span {
	grid-column: 1 / -1;
	color: #7b848a;
	font-size: 9px;
	font-style: normal;
	line-height: 1.15;
}

.neurobit-wishlist-price strong {
	color: #008dbf;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.neurobit-wishlist-price del {
	grid-column: 1;
	color: #858d92;
	font-size: 9px;
	line-height: 1.1;
}

.neurobit-wishlist-price em {
	display: inline-flex;
	min-height: 17px;
	padding: 2px 5px;
	grid-column: 2;
	grid-row: 2 / span 2;
	align-items: center;
	align-self: center;
	border-radius: 2px;
	background: #eaf8fd;
	color: #007da9;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.neurobit-wishlist-qty {
	display: grid;
	width: 100px;
	height: 34px;
	flex: 0 0 100px;
	grid-template-columns: 31px 38px 31px;
	border: 1px solid #d9dfe2;
	background: #fff;
}

.neurobit-wishlist-qty button,
.neurobit-wishlist-qty input {
	display: inline-flex;
	width: 100%;
	height: 32px;
	min-height: 32px;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #343a3f;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
}

.neurobit-wishlist-qty button {
	background: #f4f6f7;
	cursor: pointer;
}

.neurobit-wishlist-qty button:hover,
.neurobit-wishlist-qty button:focus-visible {
	background: #eaf8fd;
	color: #007da9;
}

.neurobit-wishlist-qty input {
	border-right: 1px solid #d9dfe2;
	border-left: 1px solid #d9dfe2;
	font-size: 12px;
	font-weight: 700;
	-moz-appearance: textfield;
}

.neurobit-wishlist-qty input::-webkit-outer-spin-button,
.neurobit-wishlist-qty input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.neurobit-wishlist-tier-hint {
	margin-top: 6px;
	color: #7b848a;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.25;
}

.neurobit-wishlist-item.is-unavailable .neurobit-wishlist-tier-hint {
	color: #c73535;
}

.wishlist-offcanvas .neurobit-wishlist-item .remove_from_wishlist {
	position: absolute !important;
	top: 15px !important;
	right: 0 !important;
	display: inline-flex !important;
	width: 28px !important;
	height: 28px !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #8a9297 !important;
	font-size: 0 !important;
	cursor: pointer;
}

.wishlist-offcanvas .neurobit-wishlist-item .remove_from_wishlist::before {
	font-family: Arial, sans-serif;
	font-size: 23px;
	font-weight: 400;
	content: "\00d7";
}

.wishlist-offcanvas .neurobit-wishlist-item .remove_from_wishlist:hover,
.wishlist-offcanvas .neurobit-wishlist-item .remove_from_wishlist:focus-visible {
	background: #fff1f1 !important;
	color: #c73535 !important;
	outline: 2px solid #df6b6b;
	outline-offset: -2px;
}

.neurobit-wishlist-footer {
	display: flex;
	padding: 15px 20px 20px;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 12px;
	border-top: 1px solid #dfe5e8;
	background: #f5f7f8;
}

.neurobit-wishlist-footer__summary {
	display: flex;
	min-height: 38px;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
}

.neurobit-wishlist-footer__selection {
	color: #687076;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
}

.neurobit-wishlist-footer__total {
	display: flex;
	align-items: end;
	flex-direction: column;
	gap: 1px;
}

.neurobit-wishlist-footer__total small {
	color: #687076;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
}

.neurobit-wishlist-footer__total strong {
	color: #222529;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
}

.neurobit-wishlist-checkout {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding: 10px 14px !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #01ABEC !important;
	border-radius: 3px !important;
	background: #01ABEC !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-transform: none !important;
}

.neurobit-wishlist-checkout:hover,
.neurobit-wishlist-checkout:focus-visible {
	background: #0097cf !important;
	color: #fff !important;
}

.neurobit-wishlist-checkout:disabled {
	border-color: #b8c2c8 !important;
	background: #b8c2c8 !important;
	cursor: not-allowed;
}

.neurobit-wishlist-checkout.is-loading i {
	animation: neurobit-wishlist-spin 0.8s linear infinite;
}

.neurobit-wishlist-status {
	min-height: 0;
	margin: -4px 0 0;
	color: #687076;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.neurobit-wishlist-status:empty {
	display: none;
}

.neurobit-wishlist-status.is-error {
	color: #c73535;
}

body.neurobit-wishlist-open .neurobit-floating-cart,
body.neurobit-wishlist-open #topcontrol,
body.neurobit-wishlist-open .scroll-to-top {
	opacity: 0;
	pointer-events: none;
}

@keyframes neurobit-wishlist-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
	.wishlist-offcanvas.neurobit-wishlist-drawer .wishlist-popup {
		width: 100vw !important;
	}

	.neurobit-wishlist-header {
		min-height: 68px;
		padding: 13px 16px;
	}

	.neurobit-wishlist-header__title {
		font-size: 18px;
	}

	.wishlist-offcanvas .neurobit-wishlist-list {
		padding: 0 16px !important;
	}

	.wishlist-offcanvas .neurobit-wishlist-item {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 12px;
	}

	.wishlist-offcanvas .neurobit-wishlist-item .product-image {
		width: 76px !important;
		max-width: 76px !important;
	}

	.wishlist-offcanvas .neurobit-wishlist-item .product-image a,
	.wishlist-offcanvas .neurobit-wishlist-item .product-image img {
		width: 74px !important;
		max-width: 74px !important;
		height: 74px !important;
	}

	.neurobit-wishlist-footer {
		padding-right: 16px;
		padding-bottom: max(16px, env(safe-area-inset-bottom));
		padding-left: 16px;
	}
}

/* Add breathing room so product titles do not touch the grid dividers. */
.elementor-element-d207c18 ul.products li.product .category-list,
.porto-products ul.products li.product .product-loop-title,
.archive-products ul.products li.product .product-loop-title {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}

.elementor-element-d207c18 ul.products li.product .product-content > .add-links-wrap > .add-links {
	display: flex;
	width: 100%;
	max-width: 100%;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 4px;
}

.elementor-element-d207c18 ul.products li.product .product-content > .add-links-wrap .quantity {
	flex: 0 0 90px;
}

.elementor-element-d207c18 ul.products li.product .product-content > .add-links-wrap .add_to_cart_button {
	width: 140px;
	padding-right: 10px;
	padding-left: 10px;
	flex: 0 0 140px;
}

/* Keep product photography clear of the grid dividers. */
.porto-products ul.products li.product .product-image > a,
.archive-products ul.products li.product .product-image > a {
	display: block;
	padding: 12px;
	box-sizing: border-box;
	overflow: hidden;
}

/* Reproduce the Home grid's focused-card treatment in catalog archives. */
.archive-products ul.products li.product {
	transition: background-color .2s ease, box-shadow .2s ease;
}

.archive-products ul.products li.product:hover,
.archive-products ul.products li.product:focus-within {
	z-index: 2;
	background: #fff;
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, .1);
}

.archive-products ul.products li.product .quickview {
	left: -10px;
	right: -10px;
	width: auto;
}

/* Keep the homepage Quick View overlay inside its own product column. */
.elementor-element-d207c18 ul.products li.product .quickview {
	left: 0;
	right: 0;
	width: auto;
}

/* Keep single-product recommendations on the same commercial card system. */
.single-product .porto-products ul.products li.product .quickview {
	left: -10px;
	right: -10px;
	width: auto;
}

.single-product .neurobit-standard-product-grid li.product .quickview {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	width: 100%;
	min-width: 0;
	height: 48px;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
	pointer-events: auto;
}

.single-product .neurobit-standard-product-grid li.product:hover .quickview,
.single-product .neurobit-standard-product-grid li.product:focus-within .quickview {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.single-product .neurobit-standard-product-grid .product-image .links-on-image,
.single-product .neurobit-standard-product-grid .product-image .links-on-image .add-links-wrap,
.single-product .neurobit-standard-product-grid .product-image .links-on-image .add-links {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.single-product .neurobit-standard-product-grid .product-image .yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	pointer-events: auto;
}

.single-product .neurobit-standard-product-grid .product-image .yith-wcwl-add-to-wishlist a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfe4e7;
	border-radius: 50%;
	background: #fff;
}

.single-product .neurobit-standard-product-grid .product-image .yith-wcwl-add-to-wishlist span {
	display: none;
}

.single-product .neurobit-standard-product-grid .product-inner {
	width: 100%;
}

/* Porto measures the original linked-product template before AJAX replaces it. */
.single-product .neurobit-standard-product-grid .owl-stage-outer.owl-height {
	height: auto !important;
}

.single-product .neurobit-standard-product-grid .product-content {
	text-align: center;
}

.single-product .neurobit-standard-product-grid .category-list {
	display: block;
	overflow: hidden;
	color: #777;
	font-size: 10px;
	line-height: 1.7;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.single-product .neurobit-standard-product-grid .woocommerce-loop-product__title {
	font-size: .92rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 7.2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-product .neurobit-standard-product-grid .rating-wrap {
	display: table;
	width: auto;
	margin: 0 auto 10px;
	text-align: center;
}

.single-product .neurobit-standard-product-grid .rating-content {
	display: table-cell;
	width: auto;
}

.single-product .neurobit-standard-product-grid .star-rating {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.single-product .neurobit-standard-product-grid .product-image > a {
	display: block;
	padding: 12px;
	box-sizing: border-box;
	overflow: hidden;
}

.single-product .neurobit-standard-product-grid .product-image {
	margin-bottom: 16px;
}

.single-product .neurobit-standard-product-grid .product-loop-title {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	box-sizing: border-box;
}

.single-product .neurobit-standard-product-grid .price,
.single-product .neurobit-standard-product-grid .price .amount,
.single-product .neurobit-standard-product-grid .price bdi,
.single-product .neurobit-standard-product-grid .price .woocommerce-Price-currencySymbol {
	color: #01ABEC !important;
}

.single-product .neurobit-standard-product-grid .price {
	display: block;
	font-size: 18px;
	margin-bottom: 16px;
}

/* Match product prices to the Neurobit accent color. */
.porto-products ul.products li.product .price,
.porto-products ul.products li.product .price .amount,
.porto-products ul.products li.product .price bdi,
.porto-products ul.products li.product .price .woocommerce-Price-currencySymbol,
.archive-products ul.products li.product .price,
.archive-products ul.products li.product .price .amount,
.archive-products ul.products li.product .price bdi,
.archive-products ul.products li.product .price .woocommerce-Price-currencySymbol {
	color: #01ABEC !important;
}

/* Quantity pricing for products sold directly by Duru.ro. */
.neurobit-volume-pricing {
	display: grid;
	width: min(100%, 250px);
	margin: 8px auto 10px;
	gap: 2px;
	font-size: 12px;
	line-height: 1.3;
}

.neurobit-volume-pricing__row {
	display: grid;
	min-height: 25px;
	padding: 3px 6px;
	grid-template-columns: 42px minmax(0, 1fr) 46px;
	align-items: center;
	gap: 5px;
	border-left: 3px solid transparent;
	color: #454c51;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

.neurobit-volume-pricing__quantity,
.neurobit-volume-pricing__discount {
	color: #e33b35;
	font-weight: 700;
}

.neurobit-volume-pricing__price {
	color: #222529;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.neurobit-volume-pricing__price .amount,
.neurobit-volume-pricing__price bdi,
.neurobit-volume-pricing__price .woocommerce-Price-currencySymbol {
	color: inherit !important;
}

.neurobit-volume-pricing__discount {
	padding-right: 8px;
	text-align: right;
}

.neurobit-volume-pricing__row.is-active {
	border-left-color: #01ABEC;
	background: #eaf8fd;
}

.neurobit-volume-pricing__note {
	margin-top: 2px;
	color: #7b8388;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}

.single-product .summary .neurobit-volume-pricing {
	width: min(100%, 320px);
	margin: 12px 0 16px;
}

.single-product .neurobit-single-volume-pricing {
	width: min(100%, 320px);
	margin: 10px 0 14px;
}

.single-product .summary .neurobit-volume-pricing__row,
.single-product .neurobit-single-volume-pricing .neurobit-volume-pricing__row {
	grid-template-columns: 52px minmax(0, 1fr) 52px;
	padding: 5px 8px;
}

.neurobit-cart-volume-discount {
	color: #008dbf;
	font-weight: 700;
}

.neurobit-discounted-cart-price,
.neurobit-discounted-cart-subtotal {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 7px;
}

.neurobit-discounted-cart-price del,
.neurobit-discounted-cart-subtotal del {
	color: #8b9297;
	font-size: 0.86em;
	opacity: 1;
}

.neurobit-discounted-cart-price ins,
.neurobit-discounted-cart-subtotal ins {
	color: #01ABEC;
	font-weight: 700;
	text-decoration: none;
}

.neurobit-discounted-cart-price small {
	padding: 2px 5px;
	border-radius: 2px;
	background: #eaf8fd;
	color: #007da9;
	font-size: 10px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.neurobit-volume-pricing {
		width: min(100%, 230px);
		font-size: 11px;
	}

	.neurobit-volume-pricing__row {
		grid-template-columns: 36px minmax(0, 1fr) 42px;
		gap: 3px;
	}

	.neurobit-volume-pricing__price {
		font-size: 12px;
	}
}

/* Multi-product selection for catalog grids. */
.products .product .product-inner,
.archive-products .product .product-inner {
	position: relative;
}

.neurobit-bulk-select {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 8;
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d9e0e4;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 3px 10px rgba(34, 37, 41, 0.08);
	color: transparent;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.neurobit-bulk-select:hover,
.neurobit-bulk-select:focus-visible {
	border-color: #01ABEC;
	color: #01ABEC;
	outline: 2px solid rgba(1, 171, 236, 0.18);
	outline-offset: 2px;
}

.neurobit-bulk-select.is-selected {
	border-color: #01ABEC;
	background: #01ABEC;
	color: #fff;
}

.neurobit-bulk-selected .product-inner {
	box-shadow: 0 12px 28px rgba(1, 171, 236, 0.12);
}

/* Keep the selection outline above opaque images without intercepting clicks. */
.neurobit-bulk-selected .product-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 9;
	display: block;
	box-sizing: border-box;
	border: 2px solid #01ABEC;
	border-radius: inherit;
	pointer-events: none;
}

.neurobit-bulk-cart[hidden] {
	display: none !important;
}

.neurobit-bulk-cart {
	position: fixed;
	right: 24px;
	bottom: 20px;
	left: 50%;
	z-index: 1008;
	display: grid;
	width: min(900px, calc(100vw - 48px));
	min-height: 78px;
	padding: 12px;
	grid-template-columns: minmax(150px, 1fr) auto minmax(175px, auto) 44px minmax(250px, 1.35fr);
	align-items: center;
	gap: 12px;
	transform: translate(-50%, 18px);
	border: 1px solid #dce3e7;
	border-top: 3px solid #01ABEC;
	background: #fff;
	box-shadow: 0 18px 48px rgba(17, 19, 21, 0.22);
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.neurobit-bulk-cart.is-visible {
	transform: translate(-50%, 0);
	opacity: 1;
}

.neurobit-bulk-cart__summary,
.neurobit-bulk-cart__total,
.neurobit-bulk-cart__shipping {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
}

.neurobit-bulk-cart__eyebrow,
.neurobit-bulk-cart__total span,
.neurobit-bulk-cart__shipping > span {
	color: #788187;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
}

.neurobit-bulk-cart__summary strong,
.neurobit-bulk-cart__total strong {
	color: #222529;
	font-size: 15px;
	line-height: 1.35;
}

.neurobit-bulk-cart__total {
	min-width: 110px;
	text-align: right;
}

.neurobit-bulk-cart__total strong {
	color: #01ABEC;
	font-size: 20px;
}

.neurobit-bulk-cart__shipping {
	width: 190px;
}

.neurobit-bulk-cart__shipping > strong {
	overflow: hidden;
	color: #30383d;
	font-size: 11px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.neurobit-bulk-cart__shipping.is-complete > strong {
	color: #168a52;
}

.neurobit-bulk-cart__shipping > i {
	display: block;
	height: 3px;
	margin-top: 5px;
	overflow: hidden;
	border-radius: 3px;
	background: #e6edf0;
}

.neurobit-bulk-cart__shipping > i > i {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #01ABEC;
	transition: width .2s ease, background-color .2s ease;
}

.neurobit-bulk-cart__shipping.is-complete > i > i {
	background: #19a765;
}

.neurobit-bulk-cart__clear,
.neurobit-bulk-cart__add {
	display: inline-flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	cursor: pointer;
}

.neurobit-bulk-cart__clear {
	width: 44px;
	border: 1px solid #dce3e7;
	background: #fff;
	color: #606a70;
}

.neurobit-bulk-cart__clear:hover,
.neurobit-bulk-cart__clear:focus-visible {
	border-color: #222529;
	color: #222529;
}

.neurobit-bulk-cart__add {
	gap: 10px;
	border: 1px solid #01ABEC !important;
	background: #01ABEC !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

.neurobit-bulk-cart__add:hover,
.neurobit-bulk-cart__add:focus-visible {
	border-color: #222529 !important;
	background: #222529 !important;
}

.neurobit-bulk-cart.is-success {
	border-top-color: #20a464;
}

.neurobit-bulk-cart.is-success .neurobit-bulk-cart__add {
	border-color: #20a464 !important;
	background: #20a464 !important;
}

.neurobit-bulk-cart__status {
	position: absolute;
	right: 12px;
	bottom: 3px;
	left: 12px;
	margin: 0;
	color: #d63638;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}

body.neurobit-bulk-cart-active #neurobit-floating-cart {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%) translateX(100%);
}

body.neurobit-bulk-cart-active {
	padding-bottom: 178px;
}

@media (max-width: 767px) {
	.neurobit-bulk-select {
		top: 8px;
		left: 8px;
		width: 34px;
		height: 34px;
	}

	.neurobit-bulk-cart {
		right: 8px;
		bottom: 8px;
		width: calc(100vw - 16px);
		min-height: 0;
		padding: 10px;
		grid-template-columns: minmax(0, 1fr) auto 40px;
		gap: 8px;
	}

	.neurobit-bulk-cart__summary strong {
		font-size: 12px;
	}

	.neurobit-bulk-cart__summary strong span[aria-hidden] {
		display: none;
	}

	.neurobit-bulk-cart__units {
		display: block;
	}

	.neurobit-bulk-cart__total {
		min-width: 82px;
	}

	.neurobit-bulk-cart__total strong {
		font-size: 16px;
	}

	.neurobit-bulk-cart__clear {
		width: 40px;
		height: 46px;
	}

	.neurobit-bulk-cart__shipping {
		width: auto;
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.neurobit-bulk-cart__shipping > strong {
		font-size: 10px;
	}

	.neurobit-bulk-cart__add {
		height: 46px;
		grid-column: 1 / -1;
		grid-row: 3;
		font-size: 13px !important;
	}

	body.neurobit-bulk-cart-active {
		padding-bottom: 244px;
	}

	body.neurobit-bulk-cart-active #neurobit-floating-cart {
		transform: translateY(100%);
	}
}

/* Present the product loader as a clear, self-contained call to action. */
.porto-products .woocommerce-pagination.load-more {
	display: flex !important;
	min-height: 92px;
	padding: 20px 16px !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
}

.porto-products .woocommerce-pagination.load-more > ul.page-numbers {
	width: 100%;
	margin: 0;
}

.porto-products .woocommerce-pagination.load-more .next.page-numbers {
	display: inline-flex !important;
	width: min(100%, 320px) !important;
	min-height: 52px;
	margin: 0 auto !important;
	padding: 13px 28px !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid #01ABEC !important;
	border-radius: 999px;
	background: #01ABEC !important;
	box-shadow: 0 5px 14px rgba(1, 171, 236, .2);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.porto-products .woocommerce-pagination.load-more .next.page-numbers::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	transition: transform .2s ease;
}

.porto-products .woocommerce-pagination.load-more .next.page-numbers:hover,
.porto-products .woocommerce-pagination.load-more .next.page-numbers:focus-visible {
	border-color: #008fc7 !important;
	background: #008fc7 !important;
	box-shadow: 0 8px 18px rgba(0, 143, 199, .26);
	color: #fff !important;
	transform: translateY(-1px);
}

.porto-products .woocommerce-pagination.load-more .next.page-numbers:hover::after,
.porto-products .woocommerce-pagination.load-more .next.page-numbers:focus-visible::after {
	transform: translateY(2px);
}

.porto-products .woocommerce-pagination.load-more .next.page-numbers:focus-visible {
	outline: 2px solid #222529;
	outline-offset: 3px;
}

.porto-products .woocommerce-pagination.load-more .next.page-numbers:active {
	box-shadow: 0 3px 9px rgba(0, 143, 199, .2);
	transform: translateY(0);
}

.porto-products .woocommerce-pagination.load-more.loading .next.page-numbers::after,
.porto-products .woocommerce-pagination.load-more .next.page-numbers.loading::after,
.porto-products .woocommerce-pagination.load-more .next.page-numbers.neurobit-is-loading::after {
	content: "\f110";
	animation: neurobit-load-more-spin .8s linear infinite;
}

@keyframes neurobit-load-more-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Replace an exhausted homepage product pager with a direct Shop action. */
.elementor-element-d207c18 .neurobit-weekly-shop-cta {
	display: flex;
	min-height: 92px;
	padding: 20px 16px;
	align-items: center;
	justify-content: center;
}

.elementor-element-d207c18 .neurobit-weekly-shop-cta__button {
	display: inline-flex;
	width: min(100%, 320px);
	min-height: 52px;
	padding: 13px 28px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid #01ABEC;
	border-radius: 999px;
	background: #01ABEC;
	box-shadow: 0 5px 14px rgba(1, 171, 236, .2);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.elementor-element-d207c18 .neurobit-weekly-shop-cta__button:hover,
.elementor-element-d207c18 .neurobit-weekly-shop-cta__button:focus-visible {
	border-color: #008fc7;
	background: #008fc7;
	box-shadow: 0 8px 18px rgba(0, 143, 199, .26);
	color: #fff;
	transform: translateY(-1px);
}

.elementor-element-d207c18 .neurobit-weekly-shop-cta__button i {
	font-size: 12px;
	transition: transform .2s ease;
}

.elementor-element-d207c18 .neurobit-weekly-shop-cta__button:hover i,
.elementor-element-d207c18 .neurobit-weekly-shop-cta__button:focus-visible i {
	transform: translateX(3px);
}

.elementor-element-d207c18 .neurobit-weekly-shop-cta__button:focus-visible {
	outline: 2px solid #222529;
	outline-offset: 3px;
}

.elementor-element-d207c18 .neurobit-weekly-shop-cta__button:active {
	box-shadow: 0 3px 9px rgba(0, 143, 199, .2);
	transform: translateY(0);
}

/* Use explicit, stable navigation controls in the catalog pagination. */
.shop-loop-after .woocommerce-pagination:not(.load-more) > ul.page-numbers {
	display: flex;
	width: max-content;
	max-width: 100%;
	margin: 0 0 15px auto;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 5px;
}

.shop-loop-after .woocommerce-pagination:not(.load-more) > ul.page-numbers > li {
	width: auto;
	margin: 0 !important;
}

.shop-loop-after .woocommerce-pagination .prev.page-numbers,
.shop-loop-after .woocommerce-pagination .next.page-numbers {
	display: inline-flex !important;
	width: auto !important;
	min-width: 150px;
	height: 36px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid #d4dce1 !important;
	border-radius: 3px;
	background: #fff;
	color: #4d555a !important;
	font-family: Poppins, sans-serif !important;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1 !important;
	text-indent: 0 !important;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.shop-loop-after .woocommerce-pagination .neurobit-pagination-label {
	display: inline !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	text-indent: 0 !important;
}

.shop-loop-after .woocommerce-pagination .next.page-numbers {
	flex-direction: row-reverse;
}

.shop-loop-after .woocommerce-pagination .prev.page-numbers::before,
.shop-loop-after .woocommerce-pagination .next.page-numbers::before {
	display: none !important;
	content: none !important;
}

.shop-loop-after .woocommerce-pagination a.prev.page-numbers:hover,
.shop-loop-after .woocommerce-pagination a.prev.page-numbers:focus-visible,
.shop-loop-after .woocommerce-pagination a.next.page-numbers:hover,
.shop-loop-after .woocommerce-pagination a.next.page-numbers:focus-visible {
	border-color: #01ABEC !important;
	background: #eef9fd;
	color: #008fca !important;
}

.shop-loop-after .woocommerce-pagination a.prev.page-numbers:focus-visible,
.shop-loop-after .woocommerce-pagination a.next.page-numbers:focus-visible {
	outline: 2px solid #01ABEC;
	outline-offset: 2px;
}

.shop-loop-after .woocommerce-pagination .neurobit-pagination-disabled {
	cursor: default;
	opacity: .48;
}

@media (max-width: 575px) {
	.shop-loop-after .woocommerce-pagination:not(.load-more) > ul.page-numbers {
		width: 100%;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.shop-loop-after .woocommerce-pagination:not(.load-more) > ul.page-numbers > li {
		display: none;
	}

	.shop-loop-after .woocommerce-pagination:not(.load-more) > ul.page-numbers > .neurobit-pagination-item--direction,
	.shop-loop-after .woocommerce-pagination:not(.load-more) > ul.page-numbers > .neurobit-pagination-item--current {
		display: block;
	}

	.shop-loop-after .woocommerce-pagination .prev.page-numbers,
	.shop-loop-after .woocommerce-pagination .next.page-numbers {
		min-width: 124px;
		padding: 0 10px !important;
		font-size: 11px !important;
	}
}

/* Progressive catalog loading; numbered pagination remains available as a network fallback. */
.shop-loop-after .woocommerce-pagination.neurobit-autoload-pagination[hidden] {
	display: none !important;
}

.neurobit-catalog-autoload {
	display: flex;
	width: 100%;
	min-height: 100px;
	padding: 24px 12px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #5f6870;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.neurobit-catalog-autoload__button {
	display: inline-flex;
	width: min(100%, 320px);
	min-height: 52px;
	padding: 13px 28px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid #01abec;
	border-radius: 4px;
	background: #01abec;
	box-shadow: 0 5px 14px rgba(1, 171, 236, .2);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.neurobit-catalog-autoload__button:hover,
.neurobit-catalog-autoload__button:focus-visible {
	border-color: #008fc7;
	background: #008fc7;
	box-shadow: 0 8px 18px rgba(0, 143, 199, .26);
	color: #fff;
	transform: translateY(-1px);
}

.neurobit-catalog-autoload__button:focus-visible {
	outline: 2px solid #222529;
	outline-offset: 3px;
}

.neurobit-catalog-autoload__button:disabled {
	cursor: wait;
	opacity: .78;
	transform: none;
}

.neurobit-catalog-autoload__arrow {
	font-size: 12px;
	transition: transform .2s ease;
}

.neurobit-catalog-autoload__button:hover .neurobit-catalog-autoload__arrow,
.neurobit-catalog-autoload__button:focus-visible .neurobit-catalog-autoload__arrow {
	transform: translateY(2px);
}

.neurobit-catalog-autoload__spinner {
	display: none;
	width: 17px;
	height: 17px;
	border: 2px solid rgba(255, 255, 255, .45);
	border-top-color: #fff;
	border-radius: 50%;
}

.neurobit-catalog-autoload.is-loading .neurobit-catalog-autoload__spinner {
	display: inline-block;
	animation: neurobit-load-more-spin .8s linear infinite;
}

.neurobit-catalog-autoload.is-loading .neurobit-catalog-autoload__arrow {
	display: none;
}

.neurobit-catalog-autoload__message {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.neurobit-catalog-autoload.is-complete .neurobit-catalog-autoload__message,
.neurobit-catalog-autoload.is-error .neurobit-catalog-autoload__message {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.neurobit-catalog-autoload.is-complete {
	color: #008fca;
}

.neurobit-catalog-autoload.is-error .neurobit-catalog-autoload__button {
	background: #222529;
	border-color: #222529;
}

@media (prefers-reduced-motion: reduce) {
	.neurobit-catalog-autoload.is-loading .neurobit-catalog-autoload__spinner {
		animation-duration: 1.6s;
	}
}

/* Replace Porto's generic add-to-cart popup with the custom cart feedback. */
.after-loading-success-message.style-3 > .success-message-container:not(.compare-msg) {
	display: none !important;
}

.neurobit-is-adding,
.neurobit-is-added {
	min-width: 138px;
}

.neurobit-is-added {
	background-color: #01ABEC !important;
	border-color: #01ABEC !important;
	color: #fff !important;
}

.neurobit-floating-cart[hidden] {
	display: none !important;
}

.neurobit-floating-cart {
	position: fixed;
	top: 54%;
	right: 0;
	z-index: 1004;
	display: flex;
	width: 82px;
	min-height: 88px;
	padding: 10px 8px;
	transform: translateY(-50%);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	border: 0;
	border-radius: 6px 0 0 6px;
	background: #222529;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.neurobit-floating-cart:hover,
.neurobit-floating-cart:focus-visible {
	background: #111315;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	color: #fff;
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.neurobit-floating-cart__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 1;
}

.neurobit-floating-cart__count {
	position: absolute;
	top: -9px;
	right: -14px;
	display: inline-flex;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	align-items: center;
	justify-content: center;
	border: 2px solid #01ABEC;
	border-radius: 10px;
	background: #fff;
	color: #222529;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
}

.neurobit-floating-cart__label,
.neurobit-floating-cart__total {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.neurobit-floating-cart__total {
	font-size: 10px;
	font-weight: 600;
}

.neurobit-floating-cart.is-pulsing {
	animation: neurobit-cart-pulse 0.65s ease;
}

@keyframes neurobit-cart-pulse {
	0%, 100% { transform: translateY(-50%) scale(1); }
	45% { transform: translateY(-50%) scale(1.12); }
}

.neurobit-cart-status {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1007;
	width: min(410px, calc(100vw - 48px));
	pointer-events: none;
}

.neurobit-cart-toast {
	position: relative;
	padding: 18px;
	transform: translateY(16px);
	border: 1px solid #dfe3e6;
	border-top: 4px solid #01ABEC;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
	opacity: 0;
	pointer-events: auto;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.neurobit-cart-toast.is-visible {
	transform: translateY(0);
	opacity: 1;
}

.neurobit-cart-toast.is-leaving {
	transform: translateY(10px);
	opacity: 0;
}

.neurobit-cart-toast__close {
	position: absolute;
	top: 8px;
	right: 8px;
	display: inline-flex;
	width: 32px;
	height: 32px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #687076;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.neurobit-cart-toast__close:hover,
.neurobit-cart-toast__close:focus-visible {
	color: #01ABEC;
	outline: 2px solid #01ABEC;
	outline-offset: -4px;
}

.neurobit-cart-toast__content {
	display: grid;
	min-height: 72px;
	padding-right: 26px;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.neurobit-cart-toast__content:not(.has-image) {
	grid-template-columns: minmax(0, 1fr);
}

.neurobit-cart-toast__image {
	width: 72px;
	height: 72px;
	padding: 4px;
	object-fit: contain;
	border: 1px solid #edf0f2;
	background: #fff;
}

.neurobit-cart-toast__copy {
	min-width: 0;
}

.neurobit-cart-toast__title {
	display: block;
	margin-bottom: 5px;
	color: #222529;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.neurobit-cart-toast__product {
	display: -webkit-box;
	overflow: hidden;
	color: #555b60;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

a.neurobit-cart-toast__product:hover,
a.neurobit-cart-toast__product:focus-visible {
	color: #01ABEC;
}

.neurobit-cart-toast__actions {
	display: grid;
	margin-top: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
}

.neurobit-cart-toast__button {
	display: inline-flex;
	min-height: 42px;
	padding: 9px 10px;
	align-items: center;
	justify-content: center;
	border: 1px solid #01ABEC;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.neurobit-cart-toast__button--cart {
	background: #fff;
	color: #007eaa;
}

.neurobit-cart-toast__button--cart:hover,
.neurobit-cart-toast__button--cart:focus-visible {
	background: #eaf8fd;
	color: #006f96;
}

.neurobit-cart-toast__button--checkout {
	background: #222529;
	border-color: #222529;
	color: #fff;
}

.neurobit-cart-toast__button--checkout:hover,
.neurobit-cart-toast__button--checkout:focus-visible {
	background: #01ABEC;
	border-color: #01ABEC;
	color: #fff;
}

@media (max-width: 767px) {
	body.neurobit-cart-has-items {
		padding-bottom: 76px;
	}

	.neurobit-floating-cart {
		top: auto;
		right: 12px;
		bottom: 12px;
		left: 12px;
		width: auto;
		min-height: 56px;
		padding: 8px 18px;
		transform: none;
		flex-direction: row;
		gap: 12px;
		border-radius: 6px;
	}

	.neurobit-floating-cart__label {
		font-size: 13px;
	}

	.neurobit-floating-cart__total {
		margin-left: auto;
		font-size: 12px;
	}

	.neurobit-floating-cart.is-pulsing {
		animation-name: neurobit-cart-pulse-mobile;
	}

	.neurobit-cart-status {
		right: 12px;
		bottom: 80px;
		left: 12px;
		width: auto;
	}

	.neurobit-cart-toast {
		padding: 15px;
	}

	.neurobit-cart-toast__actions {
		gap: 8px;
	}

	.neurobit-cart-toast__button {
		font-size: 11px;
	}
}

/* Keep Dokan seller attribution visible and consistent in cart surfaces. */
.woocommerce-cart-form .product-name dl.variation {
	display: grid;
	margin: 8px 0 0;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 3px 6px;
	color: #747d83;
	font-size: 11px;
	line-height: 1.35;
}

.woocommerce-cart-form .product-name dl.variation dt,
.woocommerce-cart-form .product-name dl.variation dd,
.woocommerce-cart-form .product-name dl.variation p {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

.neurobit-vendor-link {
	color: #008dbf;
	font-weight: 700;
	text-decoration: none;
}

.neurobit-vendor-link:hover,
.neurobit-vendor-link:focus-visible {
	color: #006f96;
	text-decoration: underline;
}

@keyframes neurobit-cart-pulse-mobile {
	0%, 100% { transform: scale(1); }
	45% { transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
	.neurobit-floating-cart,
	.neurobit-cart-toast {
		animation: none !important;
		transition: none !important;
	}
}

/* Turn Porto's off-canvas mini-cart into a complete side cart. */
#mini-cart.minicart-offcanvas .cart-popup {
	top: 0;
	right: 0;
	bottom: 0;
	width: 420px;
	max-width: 100vw;
	height: 100dvh;
	border: 0;
	background: #fff;
	box-shadow: -12px 0 36px rgba(0, 0, 0, 0.18);
}

#mini-cart.minicart-offcanvas .widget_shopping_cart_content {
	display: flex;
	height: 100%;
	padding: 0 !important;
	overflow: hidden;
	flex-direction: column;
	background: #fff;
	color: #222529;
}

#mini-cart.minicart-offcanvas .minicart-overlay {
	background: rgba(20, 25, 29, 0.48);
	backdrop-filter: blur(1px);
}

#mini-cart.minicart-offcanvas .minicart-overlay svg {
	display: none;
}

.neurobit-sidecart-header {
	position: relative;
	display: flex;
	min-height: 74px;
	padding: 16px 20px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dfe5e8;
	background: #fff;
}

.neurobit-sidecart-header::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: #01ABEC;
	content: "";
}

.neurobit-sidecart-header__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.neurobit-sidecart-header__title {
	color: #222529;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.neurobit-sidecart-header__count {
	color: #687076;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

/* WhatsApp sharing for cart, checkout and signed selection snapshots. */
.neurobit-share-panel {
	display: flex;
	margin: 0 0 20px;
	justify-content: flex-end;
}

.neurobit-share-panel--checkout {
	margin-bottom: 16px;
}

.neurobit-whatsapp-share-button {
	display: inline-flex !important;
	min-height: 46px;
	padding: 0 20px !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #25d366 !important;
	border-radius: 0 !important;
	background: #25d366 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.neurobit-whatsapp-share-button:hover,
.neurobit-whatsapp-share-button:focus-visible {
	border-color: #168f45 !important;
	background: #168f45 !important;
	color: #fff !important;
}

.neurobit-whatsapp-share-button i {
	font-size: 20px;
}

.neurobit-shared-selection {
	min-height: 60vh;
	padding: 48px 24px 72px;
	background: #f6f8f9;
	color: #222529;
}

.neurobit-shared-selection__inner {
	width: min(1040px, 100%);
	margin: 0 auto;
	background: #fff;
	border: 1px solid #dfe5e8;
}

.neurobit-shared-selection__header {
	display: flex;
	min-height: 112px;
	padding: 24px 28px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid #dfe5e8;
}

.neurobit-shared-selection__header span {
	display: block;
	margin-bottom: 4px;
	color: #01abec;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.neurobit-shared-selection__header h1 {
	margin: 0;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.2;
}

.neurobit-shared-selection__header > strong {
	color: #687076;
	font-size: 14px;
	white-space: nowrap;
}

.neurobit-shared-selection__notice {
	display: flex;
	min-height: 48px;
	padding: 12px 28px;
	align-items: center;
	gap: 10px;
	background: #eaf8fd;
	color: #465158;
	font-size: 13px;
}

.neurobit-shared-selection__notice i {
	color: #01abec;
}

.neurobit-shared-selection__list {
	padding: 0 28px;
}

.neurobit-shared-selection__item {
	display: grid;
	min-height: 132px;
	padding: 18px 0;
	grid-template-columns: 96px minmax(0, 1fr) 100px 150px;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid #e5eaed;
}

.neurobit-shared-selection__item.is-unavailable {
	opacity: 0.55;
}

.neurobit-shared-selection__image {
	display: flex;
	width: 96px;
	height: 96px;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5eaed;
}

.neurobit-shared-selection__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.neurobit-shared-selection__product {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
}

.neurobit-shared-selection__product > a {
	color: #222529;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.neurobit-shared-selection__product span {
	color: #7a8389;
	font-size: 12px;
}

.neurobit-shared-selection__product em {
	color: #e62d2d;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.neurobit-shared-selection__quantity,
.neurobit-shared-selection__price {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.neurobit-shared-selection__quantity {
	align-items: center;
}

.neurobit-shared-selection__quantity span,
.neurobit-shared-selection__price span {
	color: #7a8389;
	font-size: 12px;
}

.neurobit-shared-selection__quantity strong {
	display: flex;
	width: 44px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfe5e8;
}

.neurobit-shared-selection__price {
	align-items: flex-end;
	text-align: right;
}

.neurobit-shared-selection__price strong {
	font-size: 18px;
}

.neurobit-shared-selection__price em {
	padding: 2px 5px;
	background: #eaf8fd;
	color: #007da9;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}

.neurobit-shared-selection__footer {
	display: grid;
	padding: 24px 28px;
	grid-template-columns: minmax(160px, 1fr) minmax(280px, 420px);
	align-items: center;
	gap: 20px;
	background: #f6f8f9;
}

.neurobit-shared-selection__footer > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.neurobit-shared-selection__footer > div span {
	color: #687076;
	font-size: 12px;
}

.neurobit-shared-selection__footer > div strong {
	font-size: 24px;
}

.neurobit-shared-selection__add {
	display: inline-flex !important;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 0 !important;
	background: #01abec !important;
	color: #fff !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.neurobit-shared-selection__add:hover,
.neurobit-shared-selection__add:focus-visible {
	background: #007da9 !important;
}

.neurobit-shared-selection__add:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.neurobit-shared-selection__status {
	grid-column: 1 / -1;
	margin: 0;
	color: #e62d2d;
	font-size: 12px;
	text-align: right;
}

.neurobit-shared-selection--error .neurobit-shared-selection__inner {
	padding: 48px;
	text-align: center;
}

@media (max-width: 767px) {
	.neurobit-share-panel {
		justify-content: stretch;
	}

	.neurobit-whatsapp-share-button {
		width: 100%;
	}

	.neurobit-shared-selection {
		padding: 20px 12px 40px;
	}

	.neurobit-shared-selection__header {
		min-height: 0;
		padding: 20px;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.neurobit-shared-selection__header h1 {
		font-size: 22px;
	}

	.neurobit-shared-selection__notice,
	.neurobit-shared-selection__list {
		padding-right: 16px;
		padding-left: 16px;
	}

	.neurobit-shared-selection__item {
		grid-template-columns: 76px minmax(0, 1fr) 72px;
		gap: 12px;
	}

	.neurobit-shared-selection__image {
		width: 76px;
		height: 76px;
	}

	.neurobit-shared-selection__quantity {
		grid-column: 2;
		grid-row: 2;
		align-items: flex-start;
	}

	.neurobit-shared-selection__price {
		grid-column: 3;
		grid-row: 1 / span 2;
	}

	.neurobit-shared-selection__footer {
		padding: 20px 16px;
		grid-template-columns: 1fr;
	}

	.neurobit-shared-selection__status {
		text-align: left;
	}
}

.neurobit-sidecart-header__close {
	display: inline-flex;
	width: 40px;
	height: 40px;
	padding: 0;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #343a3f;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.neurobit-sidecart-header__close:hover,
.neurobit-sidecart-header__close:focus-visible {
	background: #eaf8fd;
	color: #007da9;
	outline: 2px solid #01ABEC;
	outline-offset: -2px;
}

#mini-cart.minicart-offcanvas .total-count {
	display: none;
}

#mini-cart.minicart-offcanvas .cart_list {
	min-height: 0;
	max-height: none;
	margin: 0;
	padding: 0 20px !important;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	scrollbar-width: thin;
	scrollbar-color: #b8c2c8 transparent;
}

#mini-cart.minicart-offcanvas .cart_list::-webkit-scrollbar {
	width: 6px;
}

#mini-cart.minicart-offcanvas .cart_list::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #b8c2c8;
}

#mini-cart.minicart-offcanvas .cart_list li.mini_cart_item:not(.empty) {
	position: relative;
	display: grid !important;
	min-height: 120px;
	padding: 18px 30px 18px 0 !important;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	border-bottom: 1px solid #e7ecef;
}

#mini-cart.minicart-offcanvas .cart_list .product-image {
	position: static;
	display: block;
	width: 84px !important;
	max-width: 84px !important;
	margin: 0 !important;
	order: 0;
	float: none;
	border: 1px solid #edf0f2;
	background: #fff;
}

#mini-cart.minicart-offcanvas .cart_list .product-image .inner,
#mini-cart.minicart-offcanvas .cart_list .product-image a:not(.remove-product) {
	position: static;
	display: block;
	width: 82px;
	height: 82px;
	overflow: hidden;
}

#mini-cart.minicart-offcanvas .cart_list .product-image img {
	display: block;
	width: 82px !important;
	max-width: 82px !important;
	height: 82px !important;
	margin: 0 !important;
	padding: 5px;
	float: none !important;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

#mini-cart.minicart-offcanvas .cart_list .product-details {
	display: block;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	padding: 1px 0 0;
	order: 1;
	color: #626a70;
}

#mini-cart.minicart-offcanvas .cart_list .product-details > a {
	display: -webkit-box;
	margin: 0 0 5px;
	overflow: hidden;
	color: #222529 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#mini-cart.minicart-offcanvas .cart_list .product-details > a:hover,
#mini-cart.minicart-offcanvas .cart_list .product-details > a:focus-visible {
	color: #008dbf !important;
}

#mini-cart.minicart-offcanvas .cart_list dl.variation {
	display: grid;
	margin: 4px 0 0;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 2px 5px;
	color: #747d83;
	font-size: 11px;
	line-height: 1.3;
}

#mini-cart.minicart-offcanvas .cart_list dl.variation dt,
#mini-cart.minicart-offcanvas .cart_list dl.variation dd,
#mini-cart.minicart-offcanvas .cart_list dl.variation p {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

#mini-cart.minicart-offcanvas .cart_list .remove-product {
	position: absolute !important;
	top: 15px !important;
	right: 0 !important;
	display: inline-flex !important;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #8a9297 !important;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
}

#mini-cart.minicart-offcanvas .cart_list .remove-product::before {
	font-family: Arial, sans-serif;
	font-size: 23px;
	font-weight: 400;
	content: "\00d7";
}

#mini-cart.minicart-offcanvas .cart_list .remove-product:hover,
#mini-cart.minicart-offcanvas .cart_list .remove-product:focus-visible {
	background: #fff1f1;
	color: #c73535 !important;
	outline: 2px solid #df6b6b;
	outline-offset: -2px;
}

#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added {
	display: inline-flex;
	width: 100px;
	height: 34px;
	margin: 10px 7px 0 0;
	vertical-align: middle;
	border: 1px solid #d9dfe2;
	background: #fff;
}

#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .minus,
#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .plus {
	display: inline-flex;
	width: 31px;
	height: 32px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: #f4f6f7;
	color: #343a3f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .minus:hover,
#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .plus:hover,
#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .minus:focus-visible,
#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .plus:focus-visible {
	background: #eaf8fd;
	color: #007da9;
}

#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .qty {
	width: 38px;
	height: 32px;
	padding: 0 2px;
	border: 0;
	border-right: 1px solid #d9dfe2;
	border-left: 1px solid #d9dfe2;
	background: #fff;
	color: #222529;
	font-size: 13px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	-moz-appearance: textfield;
}

#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .qty::-webkit-outer-spin-button,
#mini-cart.minicart-offcanvas .cart_list .quantity.buttons_added .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

#mini-cart.minicart-offcanvas .cart_list .product-details > span.quantity {
	display: inline-block;
	margin: 12px 0 0 !important;
	vertical-align: middle;
	color: #008dbf;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

#mini-cart.minicart-offcanvas .cart_list .ajax-loading {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: none;
	background: rgba(255, 255, 255, 0.7) url("../porto/images/ajax-loader@2x.gif") no-repeat center / 18px 18px;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__empty-message {
	display: flex;
	min-height: 240px;
	padding: 32px 20px;
	align-items: center;
	justify-content: center;
	color: #687076;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__total {
	min-height: 62px;
	margin: 0;
	padding: 18px 20px 14px !important;
	flex: 0 0 auto;
	border-top: 1px solid #dfe5e8;
	background: #f5f7f8;
	color: #4d555a;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: none !important;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__total strong {
	color: #4d555a;
	font-size: 13px;
	font-weight: 600;
	text-transform: none !important;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__total .amount {
	float: right;
	color: #222529;
	font-size: 18px;
	font-weight: 700;
}

.neurobit-cart-shipping-progress {
	display: grid;
	padding: 13px 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 5px 12px;
	border: 1px solid #dce8ed;
	border-radius: 4px;
	background: #f7fcfe;
}

.neurobit-cart-shipping-progress__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.neurobit-cart-shipping-progress__copy > span,
.neurobit-cart-shipping-progress > small {
	color: #788187;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.25;
}

.neurobit-cart-shipping-progress__copy > strong {
	color: #30383d;
	font-size: 12px;
	line-height: 1.35;
}

.neurobit-cart-shipping-progress.is-complete .neurobit-cart-shipping-progress__copy > strong {
	color: #168a52;
}

.neurobit-cart-shipping-progress__track {
	display: block;
	height: 4px;
	grid-column: 1 / -1;
	overflow: hidden;
	border-radius: 4px;
	background: #e2eaee;
}

.neurobit-cart-shipping-progress__track > span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #01ABEC;
	transition: width .22s ease, background-color .22s ease;
}

.neurobit-cart-shipping-progress.is-complete .neurobit-cart-shipping-progress__track > span {
	background: #19a765;
}

#mini-cart.minicart-offcanvas .neurobit-cart-shipping-progress--mini-cart {
	margin: 0;
	padding: 0 20px 14px;
	flex: 0 0 auto;
	border: 0;
	border-radius: 0;
	background: #f5f7f8;
}

.woocommerce-cart .cart_totals .neurobit-cart-shipping-progress--cart {
	margin: 0 0 16px;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__buttons {
	display: grid;
	min-height: 76px;
	margin: 0;
	padding: 0 20px 20px !important;
	flex: 0 0 auto;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
	gap: 10px;
	background: #f5f7f8;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__buttons .button {
	display: inline-flex;
	width: auto !important;
	min-width: 0;
	min-height: 48px;
	margin: 0 !important;
	padding: 10px 12px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #01ABEC;
	border-radius: 3px;
	background: #fff;
	color: #007da9;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-transform: none;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__buttons .button:hover,
#mini-cart.minicart-offcanvas .woocommerce-mini-cart__buttons .button:focus-visible {
	background: #eaf8fd;
	color: #006f96;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__buttons .checkout {
	background: #01ABEC;
	color: #fff;
}

#mini-cart.minicart-offcanvas .woocommerce-mini-cart__buttons .checkout:hover,
#mini-cart.minicart-offcanvas .woocommerce-mini-cart__buttons .checkout:focus-visible {
	background: #0097cf;
	color: #fff;
}

body.neurobit-sidecart-open .neurobit-floating-cart,
body.neurobit-sidecart-open #topcontrol,
body.neurobit-sidecart-open .scroll-to-top {
	opacity: 0;
	pointer-events: none;
}

body.neurobit-sidecart-open .neurobit-bulk-cart {
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 18px);
}

body.neurobit-mega-menu-open .neurobit-floating-cart {
	opacity: 0;
	transform: translate(100%, -50%);
	pointer-events: none;
}

@media (max-width: 767px) {
	#mini-cart.minicart-offcanvas .cart-popup {
		width: 100vw;
	}

	.neurobit-sidecart-header {
		min-height: 68px;
		padding: 13px 16px;
	}

	.neurobit-sidecart-header__title {
		font-size: 18px;
	}

	#mini-cart.minicart-offcanvas .cart_list {
		padding: 0 16px !important;
	}

	#mini-cart.minicart-offcanvas .cart_list li.mini_cart_item:not(.empty) {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 12px;
	}

	#mini-cart.minicart-offcanvas .cart_list .product-image {
		width: 76px !important;
		max-width: 76px !important;
	}

	#mini-cart.minicart-offcanvas .cart_list .product-image .inner,
	#mini-cart.minicart-offcanvas .cart_list .product-image a:not(.remove-product),
	#mini-cart.minicart-offcanvas .cart_list .product-image img {
		width: 74px !important;
		max-width: 74px !important;
		height: 74px !important;
	}

	#mini-cart.minicart-offcanvas .woocommerce-mini-cart__total {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	#mini-cart.minicart-offcanvas .neurobit-cart-shipping-progress--mini-cart {
		padding-right: 16px;
		padding-left: 16px;
	}

	#mini-cart.minicart-offcanvas .woocommerce-mini-cart__buttons {
		padding-right: 16px !important;
		padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
		padding-left: 16px !important;
	}
}

/* Use the free desktop header space for a wider product search. */
@media (min-width: 1200px) {
	#header .elementor-3366 .elementor-element.elementor-element-86dc209 {
		width: 230px !important;
		max-width: 230px !important;
		flex: 0 0 230px;
		padding-right: 0 !important;
		margin-right: 32px !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	#header .elementor-element-86dc209::before,
	#header .elementor-element-86dc209::after,
	#header .elementor-element-86dc209 .plus-conti-animation::before,
	#header .elementor-element-86dc209 .plus-conti-animation::after,
	#header .elementor-element-86dc209 .logo::before,
	#header .elementor-element-86dc209 .logo::after,
	#header .elementor-element-86dc209 .logo a::before,
	#header .elementor-element-86dc209 .logo a::after {
		display: none !important;
		content: none !important;
	}

	#header .elementor-3366 .elementor-element.elementor-element-472ff1e {
		width: auto !important;
		max-width: none !important;
		min-width: 0;
		flex: 1 1 0;
		margin-left: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	#header .elementor-element-472ff1e .searchform {
		max-width: none;
	}
}

/* Make the Elementor labels part of their matching header actions. */
#header .neurobit-header-action {
	display: inline-block;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

#header .neurobit-header-action:hover,
#header .neurobit-header-action:focus-visible,
#header .elementor-element-8f1ea38:hover + .elementor-element-46f6c64 .neurobit-header-action,
#header .elementor-element-5aa9606:hover + .elementor-element-24645e0 .neurobit-header-action {
	color: inherit;
	opacity: 0.72;
}

#header .neurobit-header-action:focus-visible {
	border-radius: 2px;
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}

/* Helpful hover state when the header wishlist or cart is empty. */
#header .elementor-element-46f6c64,
#header .elementor-element-24645e0 {
	position: relative;
	overflow: visible;
}

#header .neurobit-header-empty-popover {
	position: absolute;
	top: calc(100% + 16px);
	right: 0;
	z-index: 10025;
	width: min(320px, calc(100vw - 32px));
	padding: 20px;
	border: 1px solid #dfe5e9;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(31, 35, 38, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

#header .neurobit-header-empty-popover.is-populated {
	width: min(390px, calc(100vw - 32px));
	padding: 0;
	overflow: visible;
}

#header .neurobit-header-empty-popover__heading {
	display: block;
	padding: 18px 20px 14px;
	border-bottom: 1px solid #e5e8eb;
	color: #01abec;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

#header .neurobit-header-empty-popover__items {
	min-height: 70px;
	padding: 8px 20px;
	color: #7b838a;
	font-size: 13px;
}

#header .neurobit-header-empty-popover__item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 10px 0;
	color: #252a2e;
	text-decoration: none;
}

#header .neurobit-header-empty-popover__item--cart {
	grid-template-columns: 64px minmax(0, 1fr) 30px;
	gap: 12px;
	transition: opacity 0.18s ease;
}

#header .neurobit-header-empty-popover__item--cart.is-removing {
	opacity: 0.45;
}

#header .neurobit-header-empty-popover__item + .neurobit-header-empty-popover__item {
	border-top: 1px solid #edf0f2;
}

#header .neurobit-header-empty-popover__item img {
	width: 64px;
	height: 64px;
	border: 1px solid #e2e7ea;
	object-fit: contain;
}

#header .neurobit-header-empty-popover__item-image {
	display: block;
}

#header .neurobit-header-empty-popover__item-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

#header .neurobit-header-empty-popover__item-copy > strong,
#header .neurobit-header-empty-popover__item-title {
	overflow: hidden;
	color: #252a2e;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header .neurobit-header-empty-popover__item-title:hover,
#header .neurobit-header-empty-popover__item-title:focus-visible {
	color: #01abec;
}

#header .neurobit-header-empty-popover__item-copy small {
	color: #687078;
	font-size: 13px;
	line-height: 1.3;
}

#header .neurobit-header-empty-popover__item-copy .neurobit-header-empty-popover__price-label {
	color: #008fc6;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

#header .neurobit-header-empty-popover__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

#header .neurobit-header-empty-popover__price-equation {
	color: #252a2e;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

#header .neurobit-header-empty-popover__discount {
	padding: 2px 5px;
	border-radius: 3px;
	background: #e8f8fe;
	color: #008fc6;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
}

#header .neurobit-header-empty-popover__item-copy .neurobit-header-empty-popover__standard-price {
	font-size: 11px;
}

#header .neurobit-header-empty-popover__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 1px solid #d9e0e4;
	border-radius: 4px;
	background: #fff;
	color: #687078;
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

#header .neurobit-header-empty-popover__remove:hover,
#header .neurobit-header-empty-popover__remove:focus-visible {
	border-color: #e53935;
	background: #fff5f5;
	color: #e53935;
}

#header .neurobit-header-empty-popover__remove:focus-visible {
	outline: 2px solid rgba(1, 171, 236, 0.3);
	outline-offset: 2px;
}

#header .neurobit-header-empty-popover__remove.is-removing {
	pointer-events: none;
}

#header .neurobit-header-empty-popover__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 20px;
	border-top: 1px solid #e5e8eb;
	color: #252a2e;
	font-size: 14px;
}

#header .neurobit-header-empty-popover.is-populated .neurobit-header-empty-popover__action {
	margin: 0 20px 20px;
	width: calc(100% - 40px);
}

#header .neurobit-header-empty-popover::before {
	content: '';
	position: absolute;
	top: -17px;
	right: 0;
	width: 100%;
	height: 18px;
}

#header .neurobit-header-empty-popover::after {
	content: '';
	position: absolute;
	top: -7px;
	right: 28px;
	width: 13px;
	height: 13px;
	border-top: 1px solid #dfe5e9;
	border-left: 1px solid #dfe5e9;
	background: #fff;
	transform: rotate(45deg);
}

#header .neurobit-header-empty-popover__message {
	margin: 0 0 15px;
	color: #252a2e;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
}

#header .neurobit-header-empty-popover__action {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid #01abec;
	border-radius: 4px;
	background: #01abec;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

#header .neurobit-header-empty-popover__action:hover,
#header .neurobit-header-empty-popover__action:focus-visible {
	border-color: #202428;
	background: #202428;
	color: #fff;
}

/* Only the trigger/panel interaction controller may open a preview, never drawer focus. */
#header .neurobit-header-empty-popover.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

/* Drawer overlays are descendants of the header widgets and keep them hovered. */
body.neurobit-wishlist-open #header .neurobit-header-empty-popover,
body.neurobit-sidecart-open #header .neurobit-header-empty-popover {
	display: none;
}

/* Suppress previews immediately, before the drawer state observers run. */
#header:has(.wishlist-offcanvas.minicart-opened, .minicart-offcanvas.minicart-opened) .neurobit-header-empty-popover {
	display: none;
}

@media (max-width: 767px) {
	#header .neurobit-header-empty-popover {
		display: none;
	}
}

#header .elementor-element-8f1ea38.neurobit-header-action-active .my-wishlist,
#header .elementor-element-5aa9606.neurobit-header-action-active #mini-cart .minicart-icon {
	color: rgba(255, 255, 255, 0.8);
}

/* Account dropdown generated from the active WooCommerce session. */
#header .neurobit-account-control {
	position: relative;
	z-index: 1005;
	cursor: pointer;
}

#header .neurobit-account-control > .porto-sicon-box {
	transition: opacity 0.2s ease;
}

#header .neurobit-account-control:hover > .porto-sicon-box,
#header .neurobit-account-control:focus-visible > .porto-sicon-box,
#header .neurobit-account-control.is-account-menu-open > .porto-sicon-box {
	opacity: 0.76;
}

#header .neurobit-account-control:focus-visible {
	border-radius: 3px;
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 4px;
}

#header .neurobit-account-menu {
	position: absolute;
	top: calc(100% + 16px);
	left: 50%;
	z-index: 1010;
	width: 278px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	transform: translate(-50%, 8px);
	border: 1px solid #e1e6e9;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(34, 37, 41, 0.2);
	color: #333;
	cursor: default;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

/* Keep the trigger and dropdown connected while the cursor crosses their gap. */
#header .neurobit-account-control::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
}

#header .neurobit-account-menu::before,
#header .neurobit-account-menu::after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-style: solid;
	content: "";
}

#header .neurobit-account-menu::before {
	border-width: 0 11px 11px;
	border-color: transparent transparent #dfe5e8;
}

#header .neurobit-account-menu::after {
	margin-bottom: -1px;
	border-width: 0 10px 10px;
	border-color: transparent transparent #fff;
}

#header .neurobit-account-control:hover .neurobit-account-menu,
#header .neurobit-account-control:focus-within .neurobit-account-menu,
#header .neurobit-account-control.is-account-menu-open .neurobit-account-menu {
	visibility: visible;
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: auto;
}

#header .neurobit-account-menu a {
	color: #333;
	text-decoration: none;
}

#header .neurobit-account-menu a:hover,
#header .neurobit-account-menu a:focus-visible {
	color: #008dbf;
}

#header .neurobit-account-menu a:focus-visible {
	outline: 2px solid #01ABEC;
	outline-offset: -2px;
}

#header .neurobit-account-menu__greeting {
	padding: 15px 18px;
	border-bottom: 1px solid #e5eaed;
	color: #222529;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

#header .neurobit-account-menu__links {
	padding: 7px 0;
}

#header .neurobit-account-menu__links a,
#header .neurobit-account-menu__logout {
	display: block;
	padding: 9px 18px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

#header .neurobit-account-menu__links a:hover,
#header .neurobit-account-menu__links a:focus-visible,
#header .neurobit-account-menu__logout:hover,
#header .neurobit-account-menu__logout:focus-visible {
	background: #eef9fd;
}

#header .neurobit-account-menu__logout {
	border-top: 1px solid #e5eaed;
}

#header .neurobit-account-menu.is-guest {
	width: 330px;
	padding: 16px;
}

#header .neurobit-account-menu__intro {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

#header .neurobit-account-menu__icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 2px solid #01ABEC;
	border-radius: 50%;
	color: #01ABEC;
	font-size: 23px;
}

#header .neurobit-account-menu__intro p {
	margin: 0;
	color: #4d555a;
	font-size: 13px;
	line-height: 1.45;
}

#header .neurobit-account-menu__guest-actions {
	display: flex;
	margin-top: 15px;
	align-items: center;
	gap: 10px;
}

#header .neurobit-account-menu__login,
#header .neurobit-account-menu__register {
	display: inline-flex;
	min-height: 40px;
	padding: 9px 15px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700;
}

#header .neurobit-account-menu a.neurobit-account-menu__login {
	border: 1px solid #01ABEC;
	background: #01ABEC;
	color: #fff;
}

#header .neurobit-account-menu a.neurobit-account-menu__login:hover,
#header .neurobit-account-menu a.neurobit-account-menu__login:focus-visible {
	background: #0097cf;
	color: #fff;
}

#header .neurobit-account-menu__register {
	border: 1px solid transparent;
	color: #007da9;
}

#header .neurobit-account-menu__register:hover,
#header .neurobit-account-menu__register:focus-visible {
	background: #eef9fd;
	color: #006f96;
}

@media (max-width: 767px) {
	#header .neurobit-account-menu {
		display: none;
	}
}

/* Porto keeps this submit control in the DOM for automatic cart updates. */
.woocommerce-cart form.woocommerce-cart-form .update-button-hidden {
	display: none !important;
}

/* Branded fallback used only when WooCommerce has no product image. */
img.woocommerce-placeholder,
img[src*="/assets/images/duru-product-placeholder-logo.png"] {
	display: block;
	width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	padding: 22% 16%;
	object-fit: contain !important;
	background: #f5f8fa;
}

/* Give the secondary header shortcuts distinct, scannable accents. */
#header #menu-sub-header > li > a > i,
#header .elementor-element-5989843 .porto-icon > i {
	transition: color .2s ease, transform .2s ease;
}

#header #nav-menu-item-15367 > a > i {
	color: #ff6b35;
}

#header #nav-menu-item-15387 > a > i {
	color: #01ABEC;
}

#header #nav-menu-item-15368 > a > i {
	color: #2fa866;
}

#header #nav-menu-item-15371 > a > i {
	color: #e53935;
}

#header .elementor-element-5989843 .porto-icon > i {
	color: #008f9c;
}

#header #menu-sub-header > li > a:hover > i,
#header #menu-sub-header > li > a:focus-visible > i,
#header .elementor-element-5989843:hover .porto-icon > i {
	transform: translateY(-1px);
}

/* Keep the desktop category menu compact and easy to scan. */
#header .elementor-widget-porto_hb_menu .sidebar-menu > li > a {
	font-size: 13px;
}

#header .elementor-widget-porto_hb_menu .sidebar-menu > li > a > i {
	font-size: 18px;
}

@media (max-width: 991px) {
	#header .neurobit-category-popup {
		display: none !important;
	}
}

@media (min-width: 992px) {
	#header .elementor-widget-porto_hb_menu .sidebar-menu {
		display: flex;
		height: var(--neurobit-category-menu-height, auto);
		flex-direction: column;
	}

	#header .elementor-widget-porto_hb_menu .sidebar-menu > li {
		display: flex;
		min-height: 36px;
		flex: 1 1 0;
	}

	#header .elementor-widget-porto_hb_menu .sidebar-menu > li > a {
		display: flex;
		height: 100%;
		padding-top: 0;
		padding-bottom: 0;
		align-items: center;
		flex: 1 1 auto;
	}

	#header #nav-menu-item-4002 > .popup,
	#header .neurobit-leaf-category-item > .neurobit-category-popup {
		left: var(--neurobit-mega-left) !important;
		top: var(--neurobit-mega-top) !important;
		right: auto !important;
		width: var(--neurobit-mega-width) !important;
		height: var(--neurobit-mega-height) !important;
		padding: 0 !important;
		z-index: 1002;
	}

	#header #nav-menu-item-4002 > .popup > .inner,
	#header .neurobit-leaf-category-item > .neurobit-category-popup > .inner {
		width: 100% !important;
		height: 100%;
		padding: 0;
		overflow: hidden;
		border: 1px solid #e2e7ea;
		background: #fff;
		box-shadow: 0 12px 28px rgba(20, 31, 38, .12);
	}

	#header .neurobit-leaf-category-item:hover > a,
	#header .neurobit-leaf-category-item:focus-within > a {
		background: #eef9fd;
		color: #01ABEC;
	}

	#header .neurobit-leaf-category-item > .popup:not(.neurobit-category-popup) {
		display: none !important;
	}

	#header .neurobit-leaf-category-item > .neurobit-category-popup > .neurobit-category-panel {
		display: flex;
		flex-direction: column;
	}

	#header .neurobit-category-panel__header {
		display: flex;
		width: 100% !important;
		min-height: 54px;
		padding: 0 28px;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		border-bottom: 1px solid #e7ecef;
		background: #fbfcfd;
		flex: 0 0 auto;
	}

	#header .neurobit-category-panel__header strong {
		color: #222529;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.3;
	}

	#header .neurobit-category-panel__header > a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #007fae;
		font-size: 12px;
		font-weight: 700;
	}

	#header .neurobit-category-panel__header > a:hover,
	#header .neurobit-category-panel__header > a:focus-visible {
		color: #01ABEC;
	}

	#header .neurobit-category-grid {
		display: grid;
		min-height: 0;
		padding: 24px 28px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0 28px;
		align-content: start;
		overflow-x: hidden;
		overflow-y: auto;
		flex: 1 1 auto;
	}

	#header .neurobit-category-link {
		display: grid;
		min-width: 0;
		min-height: 78px;
		padding: 14px 8px;
		grid-template-columns: 38px minmax(0, 1fr) 16px;
		align-items: center;
		gap: 10px;
		border-bottom: 1px solid #e7ecef;
		color: #222529;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.35;
	}

	#header .neurobit-category-link__icon {
		display: inline-flex;
		width: 38px;
		height: 38px;
		align-items: center;
		justify-content: center;
		border: 1px solid #cdeefa;
		border-radius: 4px;
		background: #f3fbfe;
		color: #01ABEC;
		font-size: 17px;
	}

	#header .neurobit-category-link__arrow {
		color: #a4adb3;
		font-size: 10px;
		transition: transform .2s ease, color .2s ease;
	}

	#header .neurobit-category-link:hover,
	#header .neurobit-category-link:focus-visible {
		color: #01ABEC;
	}

	#header .neurobit-category-link:hover .neurobit-category-link__arrow,
	#header .neurobit-category-link:focus-visible .neurobit-category-link__arrow {
		color: #01ABEC;
		transform: translateX(3px);
	}

	#header .neurobit-category-grid--grouped {
		padding-top: 14px;
		padding-bottom: 14px;
		gap: 12px 28px;
	}

	#header .neurobit-category-group {
		min-width: 0;
	}

	#header .neurobit-category-group > .neurobit-category-link {
		min-height: 48px;
		padding: 6px;
		grid-template-columns: 32px minmax(0, 1fr) 14px;
		gap: 10px;
	}

	#header .neurobit-category-group > .neurobit-category-link .neurobit-category-link__icon {
		width: 32px;
		height: 32px;
		font-size: 15px;
	}

	#header .neurobit-category-group__children {
		display: flex;
		padding: 6px 6px 0 48px;
		flex-direction: column;
		gap: 3px;
	}

	#header .neurobit-category-group__child {
		color: #596168;
		font-size: 11.5px;
		font-weight: 500;
		line-height: 1.3;
	}

	#header a.neurobit-category-group__child:hover,
	#header a.neurobit-category-group__child:focus-visible {
		color: #01ABEC;
	}

	#header #nav-menu-item-4002 > a > .fa-angle-right {
		margin-left: auto;
		margin-right: -3px;
		flex: 0 0 auto;
	}

	#header #nav-menu-item-4002:hover > a,
	#header #nav-menu-item-4002:focus-within > a {
		background: #eef9fd;
		color: #01ABEC;
	}

	#header #nav-menu-item-4002 > .popup > .neurobit-all-categories-panel {
		display: flex;
		flex-direction: column;
	}

	#header .neurobit-all-categories-panel__header {
		display: flex;
		width: 100% !important;
		min-height: 54px;
		padding: 0 28px;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		border-bottom: 1px solid #e7ecef;
		background: #fbfcfd;
		flex: 0 0 auto;
	}

	#header .neurobit-all-categories-panel__header strong {
		color: #222529;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.3;
	}

	#header .neurobit-all-categories-panel__header > a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #007fae;
		font-size: 12px;
		font-weight: 700;
	}

	#header .neurobit-all-categories-panel__header > a:hover,
	#header .neurobit-all-categories-panel__header > a:focus-visible {
		color: #01ABEC;
	}

	#header .neurobit-all-categories-grid {
		display: grid;
		min-height: 0;
		padding: 22px 28px;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 22px 24px;
		align-content: start;
		overflow-x: hidden;
		overflow-y: auto;
		flex: 1 1 auto;
	}

	#header .neurobit-all-categories-group {
		min-width: 0;
		margin: 0;
	}

	#header .neurobit-all-categories-group__heading {
		display: grid;
		min-height: 48px;
		padding: 6px;
		grid-template-columns: 32px minmax(0, 1fr) 14px;
		align-items: center;
		gap: 10px;
		border-bottom: 1px solid #e7ecef;
		color: #222529;
	}

	#header .neurobit-all-categories-group__icon {
		display: inline-flex;
		width: 32px;
		height: 32px;
		align-items: center;
		justify-content: center;
		border: 1px solid #cdeefa;
		border-radius: 4px;
		background: #f3fbfe;
		color: #01ABEC;
		font-size: 15px;
	}

	#header .neurobit-all-categories-group__title {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.35;
	}

	#header .neurobit-all-categories-group__arrow {
		color: #a4adb3;
		font-size: 10px;
		transition: transform .2s ease, color .2s ease;
	}

	#header a.neurobit-all-categories-group__heading:hover,
	#header a.neurobit-all-categories-group__heading:focus-visible {
		color: #01ABEC;
	}

	#header a.neurobit-all-categories-group__heading:hover .neurobit-all-categories-group__arrow,
	#header a.neurobit-all-categories-group__heading:focus-visible .neurobit-all-categories-group__arrow {
		color: #01ABEC;
		transform: translateX(3px);
	}

	#header .neurobit-all-categories-group__links {
		display: flex;
		padding: 7px 6px 0 48px;
		flex-direction: column;
		gap: 3px;
	}

	#header .neurobit-all-categories-group__link {
		color: #596168;
		font-size: 11.5px;
		font-weight: 500;
		line-height: 1.3;
	}

	#header a.neurobit-all-categories-group__link:hover,
	#header a.neurobit-all-categories-group__link:focus-visible {
		color: #01ABEC;
	}
}

@media (min-width: 1500px) {
	#header .neurobit-all-categories-grid {
		padding: 26px 34px;
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 24px 36px;
	}

	#header .neurobit-category-grid {
		padding: 28px 34px;
		gap: 0 36px;
	}

	#header .neurobit-category-grid--grouped {
		padding-top: 18px;
		padding-bottom: 18px;
		gap: 14px 36px;
	}
}

/* Product page experience */
.single-product .elementor-element-5cdad68 {
	padding-top: 8px;
	padding-bottom: 34px;
}

.single-product .woocommerce-product-gallery__wrapper {
	position: relative;
}

.single-product .woocommerce-product-gallery.neurobit-gallery--single-image .product-thumbnails,
.single-product .woocommerce-product-gallery.neurobit-gallery--vertical .product-thumbnails {
	display: none !important;
}

.single-product .woocommerce-product-gallery.neurobit-gallery--single-image .product-images {
	width: 100% !important;
	max-width: 420px;
	margin-inline: auto;
}

.single-product .woocommerce-product-gallery .product-image-slider .owl-stage-outer,
.single-product .woocommerce-product-gallery .product-image-slider .owl-stage,
.single-product .woocommerce-product-gallery .product-image-slider .owl-item,
.single-product .woocommerce-product-gallery .product-image-slider .img-thumbnail,
.single-product .woocommerce-product-gallery .product-image-slider .img-thumbnail .inner {
	max-width: 100%;
}

.single-product .woocommerce-product-gallery .product-image-slider .img-thumbnail .inner {
	display: flex;
	width: 100%;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.single-product .woocommerce-product-gallery .product-image-slider .img-thumbnail .inner img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	object-position: center;
}

.single-product .woocommerce-product-gallery.neurobit-gallery--single-image .product-image-slider,
.single-product .woocommerce-product-gallery.neurobit-gallery--single-image .product-image-slider .owl-stage-outer,
.single-product .woocommerce-product-gallery.neurobit-gallery--single-image .product-image-slider .owl-stage,
.single-product .woocommerce-product-gallery.neurobit-gallery--single-image .product-image-slider .owl-item {
	width: 100% !important;
}

.single-product .woocommerce-product-gallery.neurobit-gallery--vertical .woocommerce-product-gallery__wrapper {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
}

.single-product .woocommerce-product-gallery.neurobit-gallery--vertical .product-images {
	width: 100% !important;
	min-width: 0;
}

.single-product .neurobit-product-thumb-rail {
	display: flex;
	max-height: 430px;
	padding-right: 3px;
	flex-direction: column;
	gap: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
}

.single-product .neurobit-product-thumb {
	display: flex;
	width: 62px;
	height: 62px;
	padding: 4px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfe4e7;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.single-product .neurobit-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-product .neurobit-product-thumb:hover,
.single-product .neurobit-product-thumb:focus-visible,
.single-product .neurobit-product-thumb.is-active {
	border-color: #01ABEC;
	box-shadow: 0 0 0 2px rgba(1, 171, 236, .12);
}

.single-product .elementor-widget-porto_cp_title .product_title {
	max-width: calc(100% - 195px);
	font-size: 24px !important;
	line-height: 1.18 !important;
}

.single-product .elementor-widget-porto_cp_rating .woocommerce-product-rating {
	margin-bottom: 4px;
}

.single-product .elementor-widget-porto_cp_rating .woocommerce-product-rating::after {
	margin-top: 8px;
	margin-bottom: 0;
}

.single-product .product-nav {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.single-product .product-nav .neurobit-product-nav-label {
	margin-right: 3px;
	color: #697177;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.single-product .product-nav .product-prev,
.single-product .product-nav .product-next {
	margin: 0;
}

.single-product .elementor-widget-porto_cp_price .price {
	display: flex;
	width: 100%;
	margin-bottom: 0;
	align-items: baseline;
	justify-content: center;
	gap: 9px;
	text-align: center;
}

.single-product .elementor-widget-porto_cp_price {
	margin-bottom: 0 !important;
}

.single-product .neurobit-base-price-label {
	display: block;
	margin-bottom: 3px;
	color: #5f6870;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.single-product .elementor-widget-porto_cp_price .price .amount {
	color: #01ABEC;
	font-size: 30px;
	font-weight: 700;
}

.single-product .neurobit-live-price-current {
	display: inline-flex;
	align-items: baseline;
}

.single-product .neurobit-live-price-original {
	color: #8a9298;
	font-size: 13px;
	font-weight: 600;
}

.single-product .neurobit-live-price-original .amount,
.single-product .neurobit-live-price-original bdi,
.single-product .neurobit-live-price-original .woocommerce-Price-currencySymbol {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.single-product .elementor-widget-porto_cp_meta.neurobit-product-meta--under-rating {
	margin-top: 0;
	margin-bottom: 4px;
}

.single-product .elementor-widget-porto_cp_meta.neurobit-product-meta--under-rating .product_meta {
	font-size: 11px;
}

.single-product .neurobit-single-volume-pricing,
.single-product .summary .neurobit-volume-pricing {
	width: 100%;
	max-width: none;
	margin: 18px 0;
	padding: 8px 10px;
	box-sizing: border-box;
	border: 1px solid #e5eaed;
	background: #fbfcfd;
}

.single-product .neurobit-single-volume-pricing .neurobit-volume-pricing__row,
.single-product .summary .neurobit-volume-pricing .neurobit-volume-pricing__row {
	grid-template-columns: 64px minmax(0, 1fr) 64px;
}

.single-product .neurobit-single-volume-pricing .neurobit-volume-pricing__discount,
.single-product .summary .neurobit-volume-pricing .neurobit-volume-pricing__discount {
	padding-right: 0;
}

.single-product .neurobit-volume-pricing__row {
	cursor: pointer;
}

.single-product .neurobit-volume-pricing__row:hover,
.single-product .neurobit-volume-pricing__row:focus-visible {
	border-left-color: #01ABEC;
	background: #f1fbfe;
	outline: none;
}

.single-product .neurobit-volume-pricing--selector {
	display: grid;
	margin: 10px 0 12px;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	border: 0;
	background: transparent;
}

.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__row {
	display: flex;
	min-height: 76px;
	padding: 8px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	border: 1px solid #dfe5e9;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__row:hover,
.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__row:focus-visible {
	border-color: #01ABEC;
	background: #f5fcff;
	box-shadow: 0 5px 14px rgba(1, 171, 236, .10);
	transform: translateY(-1px);
}

.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__row.is-active {
	border-color: #01ABEC;
	background: #eaf9ff;
	box-shadow: inset 0 0 0 1px #01ABEC;
}

.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__quantity {
	color: #30363a;
	font-size: 12px;
	font-weight: 700;
}

.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__price {
	font-size: 16px;
	line-height: 1.2;
}

.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__discount {
	color: #ef3434;
	font-size: 10px;
	font-weight: 700;
}

.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__row--base .neurobit-volume-pricing__discount {
	color: #7b8388;
}

.single-product .neurobit-volume-pricing--selector > .neurobit-volume-pricing__note {
	display: none;
}

.single-product .neurobit-quantity-opportunity {
	display: flex;
	min-height: 34px;
	padding: 6px 10px;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #dceff7;
	border-radius: 4px;
	background: #f3fbfe;
	color: #3d484f;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
}

.single-product .neurobit-quantity-opportunity i {
	color: #01ABEC;
}

.single-product .neurobit-product-tabs-placeholder {
	display: none !important;
}

.single-product .neurobit-purchase-area {
	width: 100%;
}

.single-product .neurobit-purchase-details {
	display: grid;
	margin-bottom: 8px;
	padding: 8px 10px 6px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	border: 1px solid #e2e7ea;
	background: #fff;
}

.single-product .neurobit-purchase-details__row {
	display: grid;
	min-width: 0;
	grid-template-columns: 32px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
}

.single-product .neurobit-purchase-details__icon {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border: 1px solid #cdeefa;
	border-radius: 4px;
	background: #f1fbfe;
	color: #01ABEC;
	font-size: 14px;
}

.single-product .neurobit-purchase-details__row small,
.single-product .neurobit-purchase-details__row strong,
.single-product .neurobit-purchase-details__row a {
	display: block;
	min-width: 0;
	line-height: 1.25;
}

.single-product .neurobit-purchase-details__row small {
	margin-bottom: 2px;
	color: #7b8388;
	font-size: 10px;
}

.single-product .neurobit-purchase-details__row strong,
.single-product .neurobit-purchase-details__row a {
	color: #222529;
	font-size: 12px;
	font-weight: 700;
}

.single-product .neurobit-purchase-details__row.is-available strong {
	color: #168a52;
}

.single-product .neurobit-purchase-details__row.is-unavailable strong {
	color: #c72e2e;
}

.single-product .neurobit-shipping-progress {
	display: grid;
	position: relative;
	min-width: 0;
	padding-top: 7px;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 4px 12px;
	border-top: 1px solid #edf0f2;
	color: #4f5a61;
	font-size: 10px;
	line-height: 1.2;
}

.single-product .neurobit-shipping-progress__label {
	min-width: 0;
}

.single-product .neurobit-shipping-progress__label strong {
	color: #222529;
}

.single-product .neurobit-shipping-progress.is-complete .neurobit-shipping-progress__label strong {
	color: #168a52;
}

.single-product .neurobit-shipping-progress > small {
	color: #7b8388;
	font-size: 9px;
	white-space: nowrap;
}

.single-product .neurobit-shipping-progress__track {
	display: block;
	height: 3px;
	grid-column: 1 / -1;
	overflow: hidden;
	border-radius: 3px;
	background: #e6edf0;
}

.single-product .neurobit-shipping-progress__track > span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #01ABEC;
	transition: width .25s ease, background-color .25s ease;
}

.single-product .neurobit-shipping-progress.is-complete .neurobit-shipping-progress__track > span {
	background: #19a765;
}

.single-product form.cart {
	display: grid !important;
	width: 100%;
	padding: 8px 0 !important;
	grid-template-columns: minmax(190px, 1fr) 116px 52px minmax(190px, 1fr);
	align-items: stretch;
	gap: 10px;
}

.single-product .neurobit-review-form-toggle {
	display: inline-flex;
	min-height: 42px;
	margin: 10px 0 18px;
	padding: 0 18px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #01ABEC;
	border-radius: 3px;
	background: #fff;
	color: #008fc5;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease;
}

.single-product .neurobit-review-form-toggle:hover,
.single-product .neurobit-review-form-toggle:focus-visible,
.single-product .neurobit-review-form-toggle.is-open {
	background: #01ABEC;
	color: #fff;
	outline: none;
}

.single-product #review_form_wrapper[hidden] {
	display: none !important;
}

.single-product form.cart .quantity {
	display: grid !important;
	width: 116px;
	height: 52px;
	margin: 0 !important;
	grid-column: 2;
	grid-row: 1;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	align-items: stretch;
}

.single-product form.cart .quantity .minus,
.single-product form.cart .quantity .qty,
.single-product form.cart .quantity .plus {
	width: 100% !important;
	height: 52px !important;
	min-height: 52px;
	max-width: none;
	margin: 0 !important;
}

.single-product form.cart > .single_add_to_cart_button:not(.wpcbn-btn):not(.neurobit-buy-now) {
	grid-column: 1;
	grid-row: 1;
}

.single-product form.cart .neurobit-wishlist-action {
	display: flex !important;
	width: 52px !important;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 !important;
	grid-column: 3;
	grid-row: 1;
	align-items: stretch;
}

.single-product form.cart .neurobit-wishlist-action .yith-wcwl-add-to-wishlist,
.single-product form.cart .neurobit-wishlist-action .yith-wcwl-add-button,
.single-product form.cart .neurobit-wishlist-action .yith-wcwl-wishlistaddedbrowse {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
}

.single-product form.cart .neurobit-wishlist-action a {
	display: inline-flex;
	width: 100%;
	height: 100%;
	min-height: 52px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid #d9dfe3;
	border-radius: 3px;
	background: #fff;
	color: #222529;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.single-product form.cart .neurobit-wishlist-action a:hover,
.single-product form.cart .neurobit-wishlist-action a:focus-visible {
	border-color: #01ABEC;
	background: #f1fbfe;
	color: #01ABEC;
}

.single-product form.cart .neurobit-wishlist-action a.delete_item,
.single-product form.cart .neurobit-wishlist-action a.neurobit-wishlist-is-active {
	border-color: #01ABEC;
	background: #eaf8fd;
	color: #01ABEC;
}

.single-product form.cart .neurobit-wishlist-action svg {
	width: 23px;
	height: 23px;
	margin: 0;
}

.single-product form.cart .neurobit-wishlist-action a > span {
	display: none;
}

.single-product form.cart .neurobit-buy-now {
	grid-column: 4;
	grid-row: 1;
}

.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .neurobit-buy-now {
	display: inline-flex;
	width: 100%;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 18px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #01ABEC;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.single-product form.cart .single_add_to_cart_button {
	background: #01ABEC;
	color: #fff;
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart .single_add_to_cart_button:focus-visible {
	border-color: #008fc4;
	background: #008fc4;
	color: #fff;
}

.single-product form.cart .neurobit-buy-now {
	border-color: #222529;
	background: #222529;
	color: #fff;
}

.single-product form.cart .neurobit-buy-now:hover,
.single-product form.cart .neurobit-buy-now:focus-visible {
	border-color: #000;
	background: #000;
	color: #fff;
}

.neurobit-express-checkout {
	display: grid;
	width: 100%;
	padding: 8px 0 10px;
	grid-template-columns: 120px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	border-top: 1px solid #e4e8eb;
	border-bottom: 1px solid #e4e8eb;
}

.neurobit-express-checkout__header {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.neurobit-express-checkout__header > span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #222529;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.neurobit-express-checkout__header i {
	color: #01abec;
}

.neurobit-express-checkout__methods {
	display: grid;
	min-width: 0;
	grid-template-columns: minmax(110px, 1fr) minmax(110px, 1fr) minmax(240px, 1.7fr) minmax(110px, 1fr);
	gap: 8px;
}

.neurobit-express-checkout__method {
	display: inline-flex;
	width: 100%;
	min-width: 0;
	height: 40px;
	min-height: 40px;
	margin: 0;
	padding: 0 12px;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: none;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	opacity: 1;
	cursor: not-allowed;
}

.neurobit-express-checkout__method--klarna {
	border-color: #d9dfe3;
	background: #fff;
	color: #111;
	flex-direction: column;
	gap: 1px;
}

.neurobit-express-checkout__method--klarna img {
	display: block;
	width: auto;
	height: 23px;
}

.neurobit-express-checkout__method--klarna small {
	color: #51464b;
	font-size: 8px;
	font-weight: 700;
	line-height: 1;
}

.neurobit-express-checkout__method--btpay {
	border-color: #d9dfe3;
	background: #fff;
}

.neurobit-express-checkout__method--btpay img {
	display: block;
	width: 82px;
	height: 34px;
	object-fit: contain;
}

.neurobit-express-checkout__method--gpay {
	padding: 0;
	border: 0;
	background: transparent;
	pointer-events: none;
}

.neurobit-express-checkout__method--gpay > img {
	display: block;
	width: auto;
	height: 34px;
	max-width: 100%;
}

.neurobit-express-checkout__method--gpay > div,
.neurobit-express-checkout__method--gpay button {
	width: 100% !important;
	min-width: 240px !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
}

.neurobit-express-checkout__method--apple {
	padding: 0;
	border: 0;
	background: transparent;
	pointer-events: none;
}

.neurobit-express-checkout__method--apple apple-pay-button {
	display: block;
	width: 100%;
	height: 40px;
	--apple-pay-button-width: 100%;
	--apple-pay-button-height: 40px;
	--apple-pay-button-border-radius: 3px;
	--apple-pay-button-padding: 0;
	--apple-pay-button-box-sizing: border-box;
}

@media (max-width: 1399px) {
	.neurobit-express-checkout--product {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.neurobit-express-checkout--product .neurobit-express-checkout__methods {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.neurobit-express-checkout--product .neurobit-express-checkout__method--gpay,
	.neurobit-express-checkout--product .neurobit-express-checkout__method--apple {
		grid-column: 1 / -1;
	}
}

.neurobit-bulk-cart__express {
	min-width: 0;
	padding-bottom: 7px;
	grid-column: 1 / -1;
}

.neurobit-express-checkout--bulk-cart {
	padding: 9px 0 0;
	grid-template-columns: 105px minmax(0, 1fr);
	border-bottom: 0;
}

#mini-cart.minicart-offcanvas .neurobit-express-checkout--mini-cart {
	margin: 0;
	padding: 0 20px 14px;
	flex: 0 0 auto;
	grid-template-columns: 1fr;
	border: 0;
	background: #f5f7f8;
}

#mini-cart.minicart-offcanvas .neurobit-express-checkout--mini-cart .neurobit-express-checkout__methods {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#mini-cart.minicart-offcanvas .neurobit-express-checkout--mini-cart .neurobit-express-checkout__method--gpay,
#mini-cart.minicart-offcanvas .neurobit-express-checkout--mini-cart .neurobit-express-checkout__method--apple {
	grid-column: 1 / -1;
}

.woocommerce-cart .cart_totals .neurobit-express-checkout--cart {
	margin-top: 14px;
	padding: 12px 0 0;
	grid-template-columns: 1fr;
	border-bottom: 0;
}

.woocommerce-cart .cart_totals .neurobit-express-checkout--cart .neurobit-express-checkout__methods {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-cart .cart_totals .neurobit-express-checkout--cart .neurobit-express-checkout__method--gpay,
.woocommerce-cart .cart_totals .neurobit-express-checkout--cart .neurobit-express-checkout__method--apple {
	grid-column: 1 / -1;
}

@media (max-width: 767px) {
	.neurobit-bulk-cart__express {
		padding-bottom: 6px;
		grid-row: 4;
	}

	.neurobit-express-checkout--bulk-cart {
		padding-top: 7px;
		grid-template-columns: 1fr;
	}

	.neurobit-express-checkout--bulk-cart .neurobit-express-checkout__methods {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.neurobit-express-checkout--bulk-cart .neurobit-express-checkout__method {
		width: 100%;
		min-width: 0;
	}

	.neurobit-express-checkout--bulk-cart .neurobit-express-checkout__method--gpay > div,
	.neurobit-express-checkout--bulk-cart .neurobit-express-checkout__method--gpay button {
		min-width: 0 !important;
	}

	body.neurobit-cart-has-items.neurobit-bulk-cart-active,
	body.neurobit-bulk-cart-active {
		padding-bottom: 334px;
	}

	#mini-cart.minicart-offcanvas .neurobit-express-checkout--mini-cart {
		padding-right: 16px;
		padding-left: 16px;
	}

	.woocommerce-cart .cart_totals .checkout-button,
	.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
		min-height: 58px;
		padding: 10px 34px 10px 14px !important;
		font-size: 11px !important;
		line-height: 1.25 !important;
		white-space: normal;
		overflow-wrap: anywhere;
	}

}

.single-product .neurobit-product-trust {
	display: grid;
	width: 100%;
	padding: 10px 0 2px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	color: #596168;
	font-size: 12px;
	font-weight: 600;
}

.single-product .neurobit-product-trust span,
.single-product .neurobit-product-trust__item {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	gap: 7px;
	text-align: center;
}

.single-product .neurobit-product-trust__item {
	min-height: 34px;
	padding: 5px 8px;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: help;
	transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.single-product .neurobit-product-trust__item:hover,
.single-product .neurobit-product-trust__item:focus-visible,
.single-product .neurobit-product-trust__item[aria-expanded="true"] {
	background: #eef9fd;
	box-shadow: inset 0 -2px #01abec;
	color: #30373c;
	outline: none;
}

.single-product .neurobit-product-trust i {
	color: #01ABEC;
	font-size: 14px;
}

.single-product .elementor-element-eb4eced {
	display: none !important;
}

.single-product .elementor-element-f565538 {
	width: auto !important;
	min-height: 34px;
	margin-top: 12px;
	padding: 0 !important;
}

.single-product .elementor-element-f565538 a {
	color: #454c51;
	font-size: 12px;
	font-weight: 700;
}

.single-product .elementor-element-f565538 a:hover {
	color: #01ABEC;
}

.single-product .woocommerce-tabs {
	margin-top: 16px;
	border-top: 1px solid #e4e8eb;
}

.single-product .woocommerce-tabs .resp-tabs-list {
	display: flex;
	justify-content: flex-start;
	gap: 28px;
	border-bottom: 1px solid #e4e8eb;
}

.single-product .woocommerce-tabs .resp-tabs-list li {
	padding: 18px 2px 14px !important;
	border-bottom: 3px solid transparent !important;
	font-size: 14px;
}

.single-product .woocommerce-tabs .resp-tabs-list li.resp-tab-active {
	border-bottom-color: #01ABEC !important;
	color: #01ABEC;
}

.single-product .related.products > h2,
.single-product .elementor-widget-porto_cp_related > .elementor-widget-container > h2 {
	margin-bottom: 22px;
	font-size: 24px;
	text-transform: none;
}

.single-product .neurobit-product-flow {
	width: 100%;
	margin-top: 26px;
}

.single-product .neurobit-product-flow > section {
	margin-bottom: 22px;
	padding: 20px;
	border: 1px solid #e1e6e9;
	background: #fff;
}

.single-product .neurobit-product-flow__heading {
	margin-bottom: 16px;
}

.single-product .neurobit-product-flow__heading > span {
	display: block;
	margin-bottom: 3px;
	color: #01ABEC;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.single-product .neurobit-product-flow__heading h2 {
	margin: 0;
	font-size: 19px;
	line-height: 1.25;
	text-transform: none;
}

.single-product .neurobit-product-bundle__products {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.single-product .neurobit-product-bundle__plus {
	display: none;
}

.single-product .neurobit-product-bundle__item {
	display: grid;
	min-width: 0;
	padding: 9px;
	grid-template-columns: 20px 68px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	border: 1px solid #e3e8eb;
	border-radius: 4px;
	background: #fff;
	transition: border-color .18s ease, background-color .18s ease;
}

.single-product .neurobit-product-bundle__item.is-selected {
	border-color: #a9e3f8;
	background: #f6fcff;
}

.single-product .neurobit-product-bundle__item input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #01ABEC;
	cursor: pointer;
}

.single-product .neurobit-product-bundle__item img {
	width: 68px;
	height: 68px;
	object-fit: contain;
	background: #fff;
}

.single-product .neurobit-product-bundle__item-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.single-product .neurobit-product-bundle__item-copy strong,
.single-product .neurobit-product-bundle__item-copy small {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.single-product .neurobit-product-bundle__item-copy strong {
	color: #222529;
	font-size: 12px;
	line-height: 1.3;
}

.single-product .neurobit-product-bundle__item.is-current .neurobit-product-bundle__item-copy strong {
	color: #01ABEC;
	font-size: 10px;
	text-transform: uppercase;
}

.single-product .neurobit-product-bundle__item-copy small {
	color: #626b71;
	font-size: 11px;
	line-height: 1.3;
}

.single-product .neurobit-product-bundle__purchase {
	display: flex;
	grid-column: 3 / -1;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.single-product .neurobit-product-bundle__unit-price {
	display: flex;
	min-width: 82px;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.15;
}

.single-product .neurobit-product-bundle__unit-price small,
.single-product .neurobit-product-bundle__unit-price em {
	color: #7b848a;
	font-size: 9px;
	font-style: normal;
	font-weight: 500;
}

.single-product .neurobit-product-bundle__unit-price strong {
	color: #01ABEC;
	font-size: 13px;
	font-weight: 700;
}

.single-product .neurobit-product-bundle__item.has-active-discount .neurobit-product-bundle__unit-price em {
	color: #f02b2b;
	font-weight: 700;
}

.single-product .neurobit-product-bundle__cart-state {
	margin-top: 3px;
	color: #168a52;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.25;
}

.single-product .neurobit-product-bundle__cart-state[hidden] {
	display: none;
}

.single-product .neurobit-product-bundle__quantity {
	display: grid;
	width: 102px;
	height: 36px;
	grid-template-columns: 31px 40px 31px;
	border: 1px solid #dce2e6;
	background: #fff;
}

.single-product .neurobit-product-bundle__quantity button,
.single-product .neurobit-product-bundle__quantity input {
	width: 100%;
	height: 34px;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #222529;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
}

.single-product .neurobit-product-bundle__quantity button {
	cursor: pointer;
}

.single-product .neurobit-product-bundle__quantity button:hover,
.single-product .neurobit-product-bundle__quantity button:focus-visible {
	background: #eef9fd;
	color: #008fc4;
}

.single-product .neurobit-product-bundle__quantity input {
	border-right: 1px solid #dce2e6;
	border-left: 1px solid #dce2e6;
	font-weight: 700;
	-moz-appearance: textfield;
}

.single-product .neurobit-product-bundle__quantity input::-webkit-inner-spin-button,
.single-product .neurobit-product-bundle__quantity input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.single-product .neurobit-product-bundle__summary {
	display: grid;
	margin-top: 14px;
	grid-template-columns: minmax(110px, auto) minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.single-product .neurobit-product-bundle__summary > span,
.single-product .neurobit-product-bundle__summary small,
.single-product .neurobit-product-bundle__summary strong {
	display: block;
}

.single-product .neurobit-product-bundle__summary small {
	margin-bottom: 2px;
	color: #747d83;
	font-size: 10px;
}

.single-product .neurobit-product-bundle__total {
	color: #222529;
	font-size: 18px;
}

.single-product .neurobit-product-bundle__selection {
	display: block;
	margin-top: 2px;
	color: #747d83;
	font-size: 9px;
	font-style: normal;
}

.single-product .neurobit-product-bundle__button {
	min-height: 46px;
	margin: 0;
	border-color: #01ABEC;
	background: #01ABEC;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.single-product .neurobit-product-bundle__button:hover,
.single-product .neurobit-product-bundle__button:focus-visible {
	border-color: #008fc4;
	background: #008fc4;
	color: #fff;
}

.single-product .neurobit-product-bundle__status {
	min-height: 16px;
	margin: 0;
	grid-column: 1 / -1;
	color: #168a52;
	font-size: 11px;
}

.single-product .neurobit-product-information__items {
	border-top: 1px solid #e2e7ea;
}

.single-product .neurobit-product-information__item {
	border-bottom: 1px solid #e2e7ea;
}

.single-product .neurobit-product-information__item summary {
	display: flex;
	padding: 14px 2px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	color: #222529;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.single-product .neurobit-product-information__item summary::-webkit-details-marker {
	display: none;
}

.single-product .neurobit-product-information__item summary span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.single-product .neurobit-product-information__item summary span i {
	color: #01ABEC;
}

.single-product .neurobit-product-information__item summary > i {
	color: #8a9399;
	font-size: 10px;
	transition: transform .18s ease;
}

.single-product .neurobit-product-information__item[open] summary > i {
	transform: rotate(180deg);
}

.single-product .neurobit-product-information__content {
	padding: 0 2px 15px;
	color: #5c656b;
	font-size: 12px;
	line-height: 1.55;
}

.single-product .neurobit-product-information__content p:last-child {
	margin-bottom: 0;
}

.single-product .neurobit-product-information__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.single-product .neurobit-product-information__facts span,
.single-product .neurobit-product-information__facts small,
.single-product .neurobit-product-information__facts strong {
	display: block;
	min-width: 0;
}

.single-product .neurobit-product-information__facts small {
	margin-bottom: 3px;
	color: #828a90;
	font-size: 10px;
}

.single-product .neurobit-product-information__facts strong {
	color: #30363a;
	font-size: 11px;
	line-height: 1.4;
}

.neurobit-mobile-buy-bar {
	display: none;
}

@media (min-width: 992px) {
	.single-product .neurobit-product-main-layout > .elementor-container {
		align-items: flex-start;
	}

	.single-product .neurobit-product-content-column {
		align-self: stretch;
	}

	.single-product .neurobit-product-sticky-column {
		position: sticky !important;
		top: 18px;
		height: auto !important;
		align-self: flex-start;
		z-index: 3;
	}

	body.single-product.neurobit-sticky-header-active .neurobit-product-sticky-column {
		top: calc(var(--neurobit-sticky-header-bottom, 90px) + 18px);
	}

	.single-product .neurobit-product-sticky-column > .elementor-widget-wrap {
		height: auto !important;
		padding: 16px !important;
		align-content: flex-start;
		border: 1px solid #e1e6e9;
		background: #fff;
		box-shadow: 0 12px 34px rgba(34, 37, 41, .08);
	}

	.single-product .neurobit-product-detail-flow {
		width: 100% !important;
		margin-top: 30px;
		padding: 22px 20px 8px;
		border: 1px solid #e4e8eb;
		background: #fff;
	}

	.single-product .neurobit-product-detail-flow .woocommerce-tabs {
		margin-top: 0;
		border-top: 0;
	}

	.single-product .neurobit-product-detail-flow .resp-tabs-list {
		margin-top: 0;
	}
}

@media (max-width: 1199px) {
	.single-product .elementor-widget-porto_cp_title .product_title {
		max-width: calc(100% - 70px);
	}

	.single-product .product-nav .neurobit-product-nav-label {
		display: none;
	}
}

@media (max-width: 991px) {
	.single-product .neurobit-product-flow {
		width: calc(100% - 30px);
		max-width: 720px;
		margin: 22px auto 0;
	}

	.single-product .neurobit-purchase-details {
		grid-template-columns: 1fr;
	}

	.single-product .neurobit-shipping-progress {
		grid-template-columns: 1fr;
	}

	.single-product .neurobit-shipping-progress > small {
		white-space: normal;
	}

	.single-product form.cart {
		grid-template-columns: minmax(0, 1fr) 116px 52px;
	}

	.single-product form.cart .neurobit-buy-now {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}

@media (max-width: 767px) {
	.single-product {
		padding-bottom: 72px;
	}

	.single-product .neurobit-mobile-buy-bar {
		display: grid;
		position: fixed;
		z-index: 9999;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
		grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
		align-items: center;
		gap: 10px;
		border-top: 1px solid #dfe4e7;
		background: #fff;
		box-shadow: 0 -8px 24px rgba(34, 37, 41, .14);
		transform: translateY(120%);
		transition: transform .22s ease;
	}

	.single-product .neurobit-mobile-buy-bar.is-visible {
		transform: translateY(0) !important;
	}

	.single-product .neurobit-mobile-buy-bar__price {
		color: #01ABEC;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.1;
		white-space: nowrap;
	}

	.single-product .neurobit-mobile-buy-bar__price .amount,
	.single-product .neurobit-mobile-buy-bar__price bdi,
	.single-product .neurobit-mobile-buy-bar__price .woocommerce-Price-currencySymbol {
		color: inherit !important;
		font-size: inherit !important;
	}

	.single-product .neurobit-mobile-buy-bar__button {
		display: inline-flex;
		min-height: 48px;
		padding: 0 16px;
		align-items: center;
		justify-content: center;
		border: 1px solid #01ABEC;
		border-radius: 3px;
		background: #01ABEC;
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.single-product .neurobit-volume-pricing--selector {
		gap: 6px;
	}

	.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__row {
		min-height: 76px;
		padding: 8px 4px;
	}

	.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__quantity {
		font-size: 10px;
	}

	.single-product .neurobit-volume-pricing--selector .neurobit-volume-pricing__price {
		font-size: 13px;
	}

	.single-product .neurobit-quantity-opportunity {
		padding-inline: 8px;
		font-size: 10px;
	}

	.single-product .neurobit-product-flow {
		width: calc(100% - 24px);
		margin-top: 18px;
	}

	.single-product .neurobit-product-flow > section {
		margin-bottom: 14px;
		padding: 15px;
	}

	.single-product .neurobit-product-flow__heading h2 {
		font-size: 17px;
	}

	.single-product .neurobit-product-bundle__item {
		grid-template-columns: 18px 58px minmax(0, 1fr);
		gap: 8px;
	}

	.single-product .neurobit-product-bundle__item img {
		width: 58px;
		height: 58px;
	}

	.single-product .neurobit-product-bundle__purchase {
		grid-column: 2 / -1;
		justify-content: space-between;
	}

	.single-product .neurobit-product-bundle__unit-price {
		align-items: flex-start;
	}

	.single-product .neurobit-product-bundle__summary {
		grid-template-columns: 1fr;
	}

	.single-product .neurobit-product-bundle__button {
		width: 100%;
	}

	.single-product .neurobit-product-information__facts {
		grid-template-columns: 1fr;
	}

	.single-product .woocommerce-product-gallery.neurobit-gallery--vertical .woocommerce-product-gallery__wrapper {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto;
	}

	.single-product .woocommerce-product-gallery.neurobit-gallery--vertical .product-images {
		grid-row: 1;
	}

	.single-product .neurobit-product-thumb-rail {
		grid-row: 2;
		max-height: none;
		padding: 2px 0;
		flex-direction: row;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.single-product .elementor-widget-porto_cp_title .product_title {
		font-size: 22px !important;
	}

	.single-product .product-nav .neurobit-product-nav-label {
		display: none;
	}

	.single-product form.cart {
		grid-template-columns: minmax(0, 1fr) 108px 48px;
	}

	.single-product form.cart .quantity {
		width: 108px;
		height: 48px;
		grid-template-columns: 30px minmax(0, 1fr) 30px;
	}

	.single-product form.cart .quantity .minus,
	.single-product form.cart .quantity .qty,
	.single-product form.cart .quantity .plus {
		height: 48px !important;
		min-height: 48px;
	}

	.single-product form.cart .neurobit-wishlist-action {
		width: 48px !important;
		min-height: 48px;
	}

	.single-product form.cart .neurobit-wishlist-action a {
		min-height: 48px;
	}

	.single-product form.cart .single_add_to_cart_button,
	.single-product form.cart .neurobit-buy-now {
		min-height: 48px;
		padding-inline: 10px;
		font-size: 12px;
	}

	.single-product .neurobit-product-trust {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
