/* Nana B. Fit — Editorial Product Archive UI */
.nanabfit-premium-archive {
	background: #fff;
	color: #595959;
}

.nanabfit-premium-archive .elementor-location-archive { overflow: clip; }

.nbf-archive-shell {
	--nbf-ink: #1a1a1a;
	--nbf-body: #595959;
	--nbf-muted: #888;
	--nbf-border: #e5e5e5;
	--nbf-soft: #f4f4f4;
	--nbf-orange: #f07820;
	--nbf-orange-hover: #d9691a;
	--nbf-teal: #3dbfbf;
	width: 100%;
	background: #fff;
}

/* Editorial hero: title, short description and product count only. */
.nbf-archive-hero {
	border-bottom: 1px solid var(--nbf-border);
	background: #fff;
}

.nbf-archive-hero__inner {
	display: flex;
	max-width: 1440px;
	min-height: 205px;
	margin: 0 auto;
	padding: 42px clamp(24px, 4.5vw, 72px) 38px;
	align-items: flex-end;
}

.nbf-archive-hero__content { max-width: 760px; }

.nbf-archive-hero h1 {
	margin: 0;
	color: var(--nbf-ink);
	font-size: clamp(36px, 4.2vw, 58px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1;
}

.nbf-archive-hero__description {
	max-width: 650px;
	margin: 16px 0 0;
	color: var(--nbf-body);
	font-size: 15px;
	line-height: 1.65;
}

.nbf-archive-hero__count {
	margin: 15px 0 0;
	color: var(--nbf-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.nbf-archive-content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 32px clamp(24px, 4.5vw, 72px) 96px;
}

/* Toolbar is reserved for mobile drawer and wishlist feedback. */
.nbf-archive-mobile-tools { display: none; }

.nbf-filter-toggle {
	display: inline-flex;
	min-height: 44px;
	padding: 0 16px;
	align-items: center;
	gap: 9px;
	border: 1px solid var(--nbf-ink);
	border-radius: 999px;
	background: #fff;
	color: var(--nbf-ink);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
}

.nbf-active-filter-count,
.nbf-wishlist-count {
	display: inline-grid;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	place-items: center;
	border-radius: 999px;
	background: var(--nbf-orange);
	color: #fff;
	font-size: 10px;
}

.nbf-wishlist-summary {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--nbf-ink);
	font-size: 12px;
	font-weight: 600;
}

.nbf-wishlist-summary > span:first-child { color: var(--nbf-orange); font-size: 22px; }

/* Fixed two-column catalogue layout. */
.nbf-archive-main,
.nbf-archive-main.e-con {
	display: grid !important;
	grid-template-columns: 280px minmax(0, 1fr) !important;
	gap: clamp(36px, 4vw, 64px) !important;
	align-items: start !important;
	width: 100%;
}

.nbf-archive-sidebar,
.nbf-archive-sidebar.e-con {
	position: sticky !important;
	top: 104px;
	display: block !important;
	width: 280px !important;
	max-height: calc(100vh - 128px);
	padding: 0 !important;
	overflow-y: auto;
	background: #fff;
	scrollbar-width: thin;
	scrollbar-color: #ddd transparent;
}

.nbf-filter-drawer__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 0 18px;
	border-bottom: 1px solid var(--nbf-border);
}

.nbf-filter-drawer__header span {
	color: var(--nbf-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.nbf-filter-drawer__header h2 {
	margin: 3px 0 0;
	color: var(--nbf-ink);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -.02em;
}

.nbf-filter-close {
	display: none;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--nbf-border);
	border-radius: 999px;
	background: #fff;
	color: var(--nbf-ink);
	font-size: 22px;
}

.nbf-filter-group,
.nbf-filter-group.e-con {
	display: block !important;
	border-bottom: 1px solid var(--nbf-border);
}

.nbf-filter-group__toggle {
	display: flex;
	width: 100%;
	padding: 17px 0 14px;
	align-items: center;
	justify-content: space-between;
	border: 0;
	background: transparent;
	color: var(--nbf-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: left;
	text-transform: uppercase;
	transition: color .2s ease;
}

.nbf-filter-group__toggle:hover { color: var(--nbf-orange); }
.nbf-filter-group__toggle > span:last-child { color: var(--nbf-muted); font-size: 15px; font-weight: 400; }
.nbf-filter-group__toggle + .elementor-element { padding-bottom: 15px; }
.nbf-filter-group.is-collapsed .nbf-filter-group__toggle + .elementor-element { display: none; }

.nbf-archive-sidebar .jet-filter-row,
.nbf-archive-sidebar .jet-checkboxes-list__row { margin: 0 0 8px; }

.nbf-archive-sidebar .jet-checkboxes-list__button {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--nbf-body);
	font-size: 12px;
	line-height: 1.35;
	transition: color .18s ease;
}

.nbf-archive-sidebar .jet-checkboxes-list__button:hover { color: var(--nbf-ink); }

.nbf-archive-sidebar .jet-checkboxes-list__decorator {
	width: 16px;
	height: 16px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	background: #fff;
}

.nbf-archive-sidebar .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	border-color: var(--nbf-ink);
	background: var(--nbf-ink);
}

.nbf-archive-sidebar .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator::before { color: #fff; }
.nbf-archive-sidebar .jet-more-less__button { color: var(--nbf-muted); font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.nbf-archive-sidebar .jet-range { padding: 4px 3px 5px; }
.nbf-archive-sidebar .jet-range__slider .ui-slider-range { background: var(--nbf-ink); }
.nbf-archive-sidebar .jet-range__slider .ui-slider-handle { border-color: var(--nbf-ink); background: #fff; }

.nbf-archive-sidebar .jet-range__inputs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 14px;
}

.nbf-archive-sidebar .jet-range__inputs input {
	min-height: 36px;
	padding: 7px 8px;
	border: 1px solid var(--nbf-border);
	border-radius: 8px;
	background: #fff;
	color: var(--nbf-ink);
	font-size: 11px;
}

.nbf-archive-sidebar .jet-remove-all-filters__button {
	width: 100%;
	margin-top: 18px;
	padding: 11px 14px;
	border: 1px solid var(--nbf-border);
	border-radius: 999px;
	background: #fff;
	color: var(--nbf-body);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: border-color .2s ease, color .2s ease;
}

.nbf-archive-sidebar .jet-remove-all-filters__button:hover { border-color: var(--nbf-ink); color: var(--nbf-ink); }

/* Product area and native Woo toolbar, visually rebuilt. */
.nbf-archive-products,
.nbf-archive-products.e-con {
	display: block !important;
	min-width: 0;
	width: 100%;
}

.nbf-active-filters-wrap { display: none; }

.nbf-archive-products-widget > .elementor-widget-container::after {
	content: '';
	display: block;
	clear: both;
}

.nbf-archive-products .woocommerce-result-count {
	display: inline-flex;
	min-height: 42px;
	margin: 0;
	align-items: center;
	float: none;
	color: var(--nbf-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.nbf-archive-products .woocommerce-ordering {
	display: inline-block;
	margin: 0;
	float: right;
}

.nbf-archive-products .woocommerce-ordering select {
	min-width: 210px;
	height: 42px;
	padding: 0 38px 0 15px;
	border: 1px solid var(--nbf-border);
	border-radius: 999px;
	background-color: #fff;
	color: var(--nbf-ink);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .02em;
	outline: none;
	transition: border-color .2s ease;
}

.nbf-archive-products .woocommerce-ordering select:hover,
.nbf-archive-products .woocommerce-ordering select:focus { border-color: var(--nbf-ink); }

.nbf-archive-products ul.products {
	clear: both;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 18px;
	margin: 24px 0 0 !important;
}

.nbf-archive-products ul.products::before,
.nbf-archive-products ul.products::after { display: none !important; }

.nbf-archive-products ul.products li.product.nbf-product-card {
	position: relative;
	display: flex;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	padding: 0 0 14px;
	flex-direction: column;
	border: 1px solid #ededed;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 0 rgba(26, 26, 26, 0);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.nbf-archive-products ul.products li.product.nbf-product-card:hover {
	transform: translateY(-5px);
	border-color: #dedede;
	box-shadow: 0 16px 36px rgba(26, 26, 26, .065);
}

.nbf-product-card .woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.nbf-product-card .woocommerce-LoopProduct-link > img {
	width: 100% !important;
	aspect-ratio: 4 / 5;
	margin: 0 0 13px !important;
	object-fit: cover;
	background: var(--nbf-soft);
	transform: scale(1.001);
	transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.nbf-product-card:hover .woocommerce-LoopProduct-link > img { transform: scale(1.035); }

.nbf-product-card .woocommerce-loop-product__title {
	min-height: 31px;
	margin: 0 !important;
	padding: 0 14px !important;
	color: var(--nbf-ink);
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: .11em;
	line-height: 1.45;
	text-transform: uppercase;
}

.nbf-card-rating {
	display: flex;
	min-height: 18px;
	margin-top: 6px;
	padding: 0 14px;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}

.nbf-card-rating .star-rating {
	width: 5.4em;
	margin: 0;
	color: var(--nbf-orange);
	font-size: 10px;
}

.nbf-card-rating__count,
.nbf-card-rating__empty { color: var(--nbf-muted); font-size: 9px; line-height: 1; }
.nbf-card-rating__empty-stars { margin-right: 4px; color: var(--nbf-orange); letter-spacing: 1px; }

.nbf-product-card .price {
	min-height: 24px;
	margin: 7px 0 0 !important;
	padding: 0 14px;
	color: var(--nbf-ink) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.35;
}

.nbf-product-card .price del { margin-right: 5px; color: var(--nbf-muted) !important; font-size: 10px; font-weight: 500; }
.nbf-product-card .price ins { color: var(--nbf-orange); text-decoration: none; }

.nbf-card-installments {
	display: flex;
	min-height: 34px;
	margin: 3px 0 0;
	padding: 0 14px;
	flex-direction: column;
	color: var(--nbf-muted);
	font-size: 9px;
	line-height: 1.35;
}

.nbf-card-installments strong { color: var(--nbf-body); font-size: 10px; font-weight: 600; }

.nbf-card-pix {
	margin: -5px 0 0;
	padding: 0 14px;
	color: var(--nbf-orange);
	font-size: 9px;
	font-weight: 600;
	line-height: 1.35;
}

.nbf-card-pix strong { color: var(--nbf-orange); font-size: 10px; font-weight: 700; }

.nbf-product-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 4px 16px rgba(26,26,26,.06);
	color: var(--nbf-ink);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.nbf-product-badge.is-sale { background: var(--nbf-orange); color: #fff; }

.nbf-product-card > .button,
.nbf-product-card > a.added_to_cart {
	display: flex !important;
	width: calc(100% - 28px);
	min-height: 40px;
	margin: 10px 14px 0 !important;
	padding: 11px 14px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--nbf-ink) !important;
	border-radius: 8px !important;
	background: var(--nbf-ink) !important;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 700 !important;
	letter-spacing: .1em;
	line-height: 1.2 !important;
	text-align: center;
	text-transform: uppercase;
	transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.nbf-product-card:hover > .button,
.nbf-product-card:hover > a.added_to_cart,
.nbf-product-card > .button:hover,
.nbf-product-card > a.added_to_cart:hover {
	border-color: var(--nbf-orange-hover) !important;
	background: var(--nbf-orange-hover) !important;
	transform: translateY(-1px);
}

.nbf-product-card .jet-wishlist-button__container {
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 6;
	margin: 0;
	transition: transform .25s ease;
}

.nbf-product-card:hover .jet-wishlist-button__container { transform: translateY(-2px) scale(1.035); }

.nbf-product-card .jet-wishlist-button__link {
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0 !important;
	place-items: center;
	border: 1px solid rgba(229,229,229,.9);
	border-radius: 999px;
	background: rgba(255,255,255,.97);
	box-shadow: 0 7px 22px rgba(26,26,26,.12);
	color: var(--nbf-ink);
	font-size: 0;
	text-decoration: none;
	backdrop-filter: blur(8px);
	transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.nbf-product-card .jet-wishlist-button__link::before { content: '♡'; font-size: 26px; font-weight: 400; line-height: 1; }
.nbf-product-card .jet-wishlist-button__link:hover { background: var(--nbf-ink); color: #fff; box-shadow: 0 9px 25px rgba(26,26,26,.18); transform: scale(1.05); }
.nbf-product-card .jet-wishlist-button__link.added-to-wishlist,
.nbf-product-card .jet-wishlist-button__container.added-to-wishlist .jet-wishlist-button__link { background: var(--nbf-orange); color: #fff; }
.nbf-product-card .jet-wishlist-button__link.added-to-wishlist::before,
.nbf-product-card .jet-wishlist-button__container.added-to-wishlist .jet-wishlist-button__link::before { content: '♥'; }
.nbf-product-card .jet-wishlist-button__plane-normal,
.nbf-product-card .jet-wishlist-button__plane-added,
.nbf-product-card .jet-wishlist-button__state-normal,
.nbf-product-card .jet-wishlist-button__state-added { background: transparent !important; }
.nbf-product-card .jet-wishlist-button__label { display: none !important; }

.nbf-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99999;
	max-width: min(360px, calc(100vw - 32px));
	padding: 15px 18px;
	border: 1px solid var(--nbf-border);
	border-left: 3px solid var(--nbf-orange);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(26,26,26,.12);
	color: var(--nbf-ink);
	font-size: 12px;
	font-weight: 600;
	opacity: 0;
	transform: translateY(14px);
	pointer-events: none;
	transition: opacity .25s ease, transform .25s ease;
}
.nbf-toast.is-visible { opacity: 1; transform: translateY(0); }
.nbf-filter-overlay { display: none; }

.nbf-archive-products .woocommerce-pagination { margin-top: 48px; }
.nbf-archive-products .woocommerce-pagination ul.page-numbers { display: flex; justify-content: center; gap: 7px; border: 0; }
.nbf-archive-products .woocommerce-pagination ul.page-numbers li { border: 0; }
.nbf-archive-products .woocommerce-pagination .page-numbers a,
.nbf-archive-products .woocommerce-pagination .page-numbers span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--nbf-border);
	border-radius: 999px;
	background: #fff;
	color: var(--nbf-ink);
	font-size: 11px;
}
.nbf-archive-products .woocommerce-pagination .page-numbers .current,
.nbf-archive-products .woocommerce-pagination .page-numbers a:hover { border-color: var(--nbf-ink); background: var(--nbf-ink); color: #fff; }

@media (max-width: 1180px) {
	.nbf-archive-main,
	.nbf-archive-main.e-con { grid-template-columns: 240px minmax(0,1fr) !important; gap: 30px !important; }
	.nbf-archive-sidebar,
	.nbf-archive-sidebar.e-con { width: 240px !important; }
	.nbf-archive-products ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
	.nbf-archive-hero__inner { min-height: 0; padding: 30px 18px 28px; }
	.nbf-archive-hero h1 { font-size: clamp(34px,11vw,48px); }
	.nbf-archive-hero__description { margin-top: 12px; font-size: 13px; line-height: 1.55; }
	.nbf-archive-hero__count { margin-top: 12px; font-size: 10px; }
	.nbf-archive-content { padding: 18px 14px 64px; }
	.nbf-archive-mobile-tools { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
	.nbf-archive-main,
	.nbf-archive-main.e-con { display: block !important; }
	.nbf-archive-sidebar,
	.nbf-archive-sidebar.e-con {
		position: fixed !important;
		top: 0;
		left: 0;
		z-index: 100002;
		display: block !important;
		width: min(88vw,380px) !important;
		height: 100dvh;
		max-height: none;
		padding: 22px 18px 30px !important;
		overflow-y: auto;
		background: #fff;
		box-shadow: 20px 0 50px rgba(26,26,26,.14);
		transform: translateX(-105%);
		transition: transform .28s ease;
	}
	.nbf-archive-sidebar.is-open { transform: translateX(0); }
	.nbf-filter-close { display: inline-grid; }
	.nbf-filter-overlay {
		position: fixed;
		inset: 0;
		z-index: 100001;
		display: block;
		background: rgba(26,26,26,.36);
		opacity: 0;
		visibility: hidden;
		transition: opacity .25s ease, visibility .25s ease;
	}
	.nbf-filter-overlay.is-open { opacity: 1; visibility: visible; }
	body.nbf-filter-drawer-open { overflow: hidden; }
	.nbf-archive-products .woocommerce-result-count { min-height: 38px; font-size: 10px; }
	.nbf-archive-products .woocommerce-ordering { float: right; }
	.nbf-archive-products .woocommerce-ordering select { min-width: 150px; height: 38px; padding-left: 12px; font-size: 10px; }
	.nbf-archive-products ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 9px; margin-top: 18px !important; }
	.nbf-archive-products ul.products li.product.nbf-product-card { padding-bottom: 10px; border-radius: 10px; }
	.nbf-product-card .woocommerce-LoopProduct-link > img { margin-bottom: 10px !important; }
	.nbf-product-card .woocommerce-loop-product__title { min-height: 30px; padding: 0 9px !important; font-size: 9px !important; letter-spacing: .08em; }
	.nbf-card-rating, .nbf-product-card .price, .nbf-card-installments, .nbf-card-pix { padding-right: 9px; padding-left: 9px; }
	.nbf-card-rating { margin-top: 4px; gap: 3px; }
	.nbf-card-rating .star-rating { font-size: 8px; }
	.nbf-card-rating__count, .nbf-card-rating__empty { font-size: 8px; }
	.nbf-product-card .price { margin-top: 5px !important; font-size: 13px !important; }
	.nbf-card-installments { min-height: 32px; font-size: 8px; }
	.nbf-card-installments strong { font-size: 9px; }
	.nbf-card-pix { margin-top: -4px; font-size: 8px; }
	.nbf-card-pix strong { font-size: 9px; }
	.nbf-product-card > .button, .nbf-product-card > a.added_to_cart { width: calc(100% - 18px); min-height: 38px; margin: 8px 9px 0 !important; padding: 10px 6px !important; font-size: 8px !important; }
	.nbf-product-card .jet-wishlist-button__container { top: 7px; right: 7px; }
	.nbf-product-card .jet-wishlist-button__link { width: 40px; height: 40px; }
	.nbf-product-card .jet-wishlist-button__link::before { font-size: 22px; }
	.nbf-product-badge { top: 8px; left: 8px; padding: 5px 7px; font-size: 7px; }
	.nbf-toast { right: 14px; bottom: 14px; left: 14px; }
}

@media (max-width: 390px) {
	.nbf-wishlist-summary > span:nth-child(2) { display: none; }
	.nbf-archive-products .woocommerce-result-count { width: 100%; }
	.nbf-archive-products .woocommerce-ordering { width: 100%; margin-top: 8px; float: none; }
	.nbf-archive-products .woocommerce-ordering select { width: 100%; }
	.nbf-archive-products ul.products { margin-top: 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
	.nbf-archive-shell *, .nbf-toast { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Produto 471 — garante exibicao da imagem do Blusao Alongado Move na loja e no produto. */
.e-loop-item-471 .nbf-product-image-wrap,
.e-loop-item-471 .elementor-widget-theme-post-featured-image,
.post-471 .elementor-widget-image {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.e-loop-item-471 .nbf-product-image-wrap {
	min-height: 1px;
	aspect-ratio: 4 / 5;
}

.e-loop-item-471 .elementor-widget-theme-post-featured-image a,
.e-loop-item-471 .elementor-widget-theme-post-featured-image img,
.post-471 .elementor-widget-image img.wp-image-1185 {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.e-loop-item-471 .elementor-widget-theme-post-featured-image img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}
