:root {
	--ns-max: 1400px;
	--ns-gap: 1.25rem;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
}

body.novashop-storefront {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	background: var(--ns-color-bg, #fff);
	color: var(--ns-color-text, #111);
	font-family: var(--ns-font-body, "Segoe UI", system-ui, sans-serif);
	line-height: 1.5;
}

/* Neutralize Elementor / theme wrappers if they leak into storefront */
body.novashop-storefront .elementor,
body.novashop-storefront .elementor-section,
body.novashop-storefront .elementor-container,
body.novashop-storefront .elementor-column,
body.novashop-storefront .elementor-widget-wrap,
body.novashop-storefront .elementor-top-section,
body.novashop-storefront .e-con,
body.novashop-storefront .e-con-inner,
body.novashop-storefront #page,
body.novashop-storefront #content,
body.novashop-storefront #primary,
body.novashop-storefront .site,
body.novashop-storefront .site-content,
body.novashop-storefront .content-area,
body.novashop-storefront .entry-content,
body.novashop-storefront .wp-site-blocks,
body.novashop-storefront .wp-block-group {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: none !important;
}

.ns-container {
	width: 100% !important;
	max-width: var(--ns-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
	box-sizing: border-box;
}

.ns-header--bricover,
.ns-header__top,
.ns-header__panel,
.ns-main {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	box-sizing: border-box;
}

body.novashop-storefront footer.ns-footer--bricover {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	z-index: 5 !important;
	clear: both !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	box-sizing: border-box;
	padding: 0 !important;
	background: #fff !important;
	color: #222 !important;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* ——— Header ——— */
.ns-header--bricover {
	position: sticky;
	top: 0;
	z-index: 60;
}

.ns-header__top {
	background: #000;
	color: #fff;
}

.ns-header__top-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	min-height: 5.5rem;
	padding-block: 0.65rem;
}

.ns-header--bricover .ns-logo {
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 1.55rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1;
}

.ns-header--bricover .ns-logo-img {
	max-height: 48px;
	width: auto;
	display: block;
	filter: brightness(0) invert(1);
}

.ns-header__desktop-tools {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	min-width: 0;
}

.ns-header__search {
	position: relative;
	max-width: 420px;
	width: 100%;
	justify-self: center;
	min-width: 0;
}

.ns-header--bricover .ns-header__search .ns-search {
	max-width: none;
	width: 100%;
}

.ns-header--bricover .ns-header__search .ns-search__form {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 2.65rem;
	background: #fff !important;
	color: #111 !important;
	border: 0;
	border-radius: 999px;
	overflow: hidden;
}

.ns-header--bricover .ns-header__search .ns-search__input {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	height: auto;
	border: 0 !important;
	border-radius: 0;
	padding: 0.55rem 0.35rem 0.55rem 1rem;
	font: inherit;
	font-size: 0.92rem;
	line-height: 1.3;
	background: transparent !important;
	color: #111 !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.ns-header--bricover .ns-header__search .ns-search__input::placeholder {
	color: #666;
	opacity: 1;
}

.ns-header--bricover .ns-header__search .ns-search__input::-webkit-search-decoration,
.ns-header--bricover .ns-header__search .ns-search__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.ns-header--bricover .ns-header__search .ns-search__submit {
	flex: 0 0 auto;
	width: 2.65rem;
	min-width: 2.65rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	color: #111 !important;
	opacity: 0.75;
}

.ns-header--bricover .ns-header__search .ns-search__submit:hover {
	opacity: 1;
}

.ns-header--bricover .ns-header__search .ns-search__dropdown {
	z-index: 90;
}

.ns-header__search input[type="search"] {
	width: 100%;
	height: 2.55rem;
	border: 0;
	border-radius: 999px;
	padding: 0 2.75rem 0 1rem;
	font: inherit;
	background: #fff;
	color: #111;
}

.ns-header__search input[type="search"]::-webkit-search-decoration,
.ns-header__search input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.ns-header__search-btn {
	position: absolute;
	right: 0.35rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #111;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.ns-header__utils {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	justify-self: end;
}

.ns-header__cart {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.35rem 0.7rem;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	text-decoration: none;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}

.ns-header__cart-total .woocommerce-Price-amount,
.ns-header__cart-total {
	color: #fff;
}

.ns-header__icon {
	color: #fff;
	display: grid;
	place-items: center;
	opacity: 0.95;
}

.ns-header__icon:hover,
.ns-header__cart:hover {
	opacity: 0.8;
}

.ns-cart-count {
	position: absolute;
	top: -0.4rem;
	right: -0.4rem;
	min-width: 1.1rem;
	height: 1.1rem;
	padding: 0 0.25rem;
	border-radius: 999px;
	background: #fff;
	color: #000;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1.1rem;
	text-align: center;
	box-sizing: border-box;
}

.ns-cart-count[hidden] {
	display: none !important;
}

.ns-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	justify-self: end;
	z-index: 130;
}

.ns-nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 1.35rem;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.ns-nav-toggle.is-open span:not(.screen-reader-text):nth-child(2) {
	transform: translateY(7px) rotate(45deg);
}

.ns-nav-toggle.is-open span:not(.screen-reader-text):nth-child(3) {
	opacity: 0;
}

.ns-nav-toggle.is-open span:not(.screen-reader-text):nth-child(4) {
	transform: translateY(-7px) rotate(-45deg);
}

.ns-nav-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 110;
	background: rgba(0, 0, 0, 0.45);
	border: 0;
	padding: 0;
	cursor: pointer;
}

.ns-nav-backdrop.is-visible {
	display: block;
}

body.ns-nav-open {
	overflow: hidden;
}

.ns-header__panel {
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ns-header__panel-search,
.ns-header__panel-utils {
	display: none;
}

.ns-header__cats {
	background: transparent;
	border: 0;
}

.ns-header__cats-list {
	list-style: none;
	margin: 0;
	padding: 0.55rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.35rem;
	justify-content: center;
}

.ns-header__cats-list a {
	color: #fff;
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.ns-header__cats-list a:hover {
	text-decoration: underline;
}

.ns-header__panel-inner > .ns-header__cats > .ns-container {
	width: 100%;
}

/* Desktop: panel is the horizontal cats bar */
@media (min-width: 981px) {
	.ns-header__panel-inner {
		width: min(100% - 2rem, var(--ns-max));
		margin-inline: auto;
	}
}

/* ——— Hero ——— */
.ns-hero--bricover {
	position: relative;
	min-height: min(62vh, 540px);
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #1a120c;
	color: #fff;
	text-align: center;
}

.ns-hero__media {
	position: absolute;
	inset: 0;
}

.ns-hero__media img,
.ns-hero__media video,
.ns-hero__media iframe,
.ns-hero__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	display: block;
}

.ns-hero__placeholder {
	background:
		radial-gradient(ellipse at 30% 40%, rgba(120, 80, 40, 0.35), transparent 55%),
		radial-gradient(ellipse at 70% 60%, rgba(60, 40, 20, 0.5), transparent 50%),
		linear-gradient(160deg, #2a1c12 0%, #0d0a08 55%, #1a100a 100%);
}

.ns-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55));
}

.ns-hero__content {
	position: relative;
	z-index: 2;
	width: min(100% - 2rem, 46rem);
	padding-block: 3.5rem;
}

.ns-hero__subtitle {
	font-size: clamp(0.98rem, 1.6vw, 1.15rem);
	line-height: 1.65;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.ns-hero__subtitle strong {
	font-weight: 700;
}

.ns-hero__subtitle p {
	margin: 0 0 0.85rem;
}

.ns-btn {
	display: inline-block;
	margin-top: 1.25rem;
	padding: 0.7rem 1.4rem;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 999px;
	border: 1px solid #000;
}

.ns-btn--ghost {
	background: transparent;
	color: #111;
	border-color: #111;
}

.ns-btn:hover {
	opacity: 0.88;
}

/* ——— Sections ——— */
.ns-section-title {
	margin: 0 0 1.5rem;
	text-align: center;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ns-section-title::after {
	content: "";
	display: block;
	width: 7rem;
	height: 1px;
	margin: 0.75rem auto 0;
	background: rgba(0, 0, 0, 0.18);
}

.ns-archive,
.ns-offers,
.ns-arrivals {
	background: transparent;
}

.ns-main {
	background: #f5f6f8;
	min-height: 50vh;
}

.ns-archive.ns-container,
.ns-offers.ns-container,
.ns-arrivals.ns-container {
	border-radius: 0;
}

.ns-offers,
.ns-arrivals,
.ns-archive,
.ns-single-product,
.ns-cart,
.ns-checkout,
.ns-account {
	padding-block: 2.75rem;
}

/* ——— Cart (OBI-style, responsive) ——— */
.ns-cart--obi {
	width: 100%;
	max-width: var(--ns-max, 1400px);
}

.ns-cart--obi .woocommerce,
.ns-cart--obi .woocommerce-cart-form,
.ns-cart--obi .ns-cart-layout,
.ns-cart--obi .cart-collaterals,
.ns-cart--obi .ns-cart-aside,
.ns-cart--obi .ns-cart-main,
.ns-cart--obi .cart_totals,
.ns-cart--obi .ns-cart-totals,
.woocommerce .ns-cart--obi .cart-collaterals .cart_totals,
.woocommerce-page .ns-cart--obi .cart-collaterals .cart_totals,
.woocommerce .ns-cart-aside .cart_totals,
.woocommerce-page .ns-cart-aside .cart_totals {
	float: none !important;
	clear: none !important;
}

/* Astra/WC layout sets .cart-collaterals .cart_totals { width:48% } — kills Riepilogo */
.woocommerce .ns-cart--obi .cart-collaterals .cart_totals,
.woocommerce-page .ns-cart--obi .cart-collaterals .cart_totals,
.woocommerce .ns-cart-aside .cart_totals,
.woocommerce-page .ns-cart-aside .cart_totals,
.ns-cart--obi .ns-cart-totals,
.ns-cart--obi .cart_totals {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.ns-cart__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 1rem;
	margin: 0 0 1.35rem;
}

.ns-cart__title {
	margin: 0;
	font-size: clamp(1.4rem, 3.5vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111;
}

.ns-cart__subtitle {
	margin: 0;
	font-size: 0.92rem;
	color: #6b7280;
}

.ns-cart-layout {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1.5rem 2rem;
	width: 100%;
	min-width: 0;
}

.ns-cart-main {
	display: grid;
	gap: 1rem;
	flex: 1 1 34rem;
	min-width: 0;
	width: auto;
	max-width: 100%;
}

.ns-cart-item {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	width: 100%;
	min-width: 0;
}

.ns-cart-item__ship {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.65rem;
	padding: 0.65rem 0.9rem;
	border-bottom: 1px solid #eee;
	background: #fafafa;
}

.ns-cart-item__ship-ico {
	display: grid;
	place-items: center;
	color: #111;
	flex: 0 0 auto;
}

.ns-cart-item__ship-text {
	margin: 0;
	flex: 1 1 10rem;
	font-size: 0.86rem;
	color: #222;
	line-height: 1.35;
	min-width: 0;
}

.ns-cart-item__ship-sep {
	margin: 0 0.2rem;
	color: #999;
}

.ns-cart-item__seller {
	margin-left: auto;
	font-size: 0.76rem;
	color: #888;
}

.ns-cart-item__grid {
	display: grid;
	grid-template-columns: 6.5rem minmax(0, 1fr) auto;
	gap: 0.85rem 1rem;
	padding: 1rem 0.9rem 1.1rem;
	align-items: start;
	min-width: 0;
}

.ns-cart-item__media {
	width: 6.5rem;
	max-width: 100%;
	aspect-ratio: 1;
	background: #f5f5f5;
	border-radius: 2px;
	overflow: hidden;
}

.ns-cart-item__media a,
.ns-cart-item__media img,
.ns-cart-item__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
}

.ns-cart-item__info {
	min-width: 0;
}

.ns-cart-item__name {
	margin: 0 0 0.65rem;
	font-size: clamp(0.88rem, 2vw, 1rem);
	font-weight: 700;
	line-height: 1.35;
	color: #111;
	word-break: break-word;
}

.ns-cart-item__name a {
	color: inherit;
	text-decoration: none;
}

.ns-cart-item__name a:hover {
	text-decoration: underline;
}

.ns-cart-item__info .variation,
.ns-cart-item__info dl {
	margin: 0 0 0.55rem;
	font-size: 0.8rem;
	color: #666;
}

.ns-cart-item__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

.ns-cart-item__qty .quantity {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
	margin: 0;
}

.ns-cart-item__qty .ns-qty-btn {
	appearance: none;
	width: 2.1rem;
	border: 0;
	background: #fff;
	color: #111;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.ns-cart-item__qty .ns-qty-btn:hover {
	background: #f3f3f3;
}

.ns-cart-item__qty .qty {
	width: 2.5rem !important;
	min-height: 2.1rem;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	border-radius: 0 !important;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 600;
	box-shadow: none !important;
	-moz-appearance: textfield;
}

.ns-cart-item__qty .qty::-webkit-outer-spin-button,
.ns-cart-item__qty .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ns-cart-item__remove {
	display: grid;
	place-items: center;
	width: 2.1rem;
	height: 2.1rem;
	color: #111;
	text-decoration: none;
	border-radius: 2px;
}

.ns-cart-item__remove:hover {
	background: #f3f3f3;
}

.ns-cart-item__pricing {
	text-align: right;
	min-width: 5.5rem;
	display: grid;
	justify-items: end;
	gap: 0.25rem;
}

.ns-cart-item__was {
	font-size: 0.85rem;
	color: #999;
	text-decoration: line-through;
}

.ns-cart-item__badge {
	display: inline-flex;
	padding: 0.15rem 0.4rem;
	background: #c62828;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	border-radius: 2px;
}

.ns-cart-item__now {
	font-size: clamp(1.1rem, 2.5vw, 1.35rem);
	font-weight: 800;
	color: #111;
	line-height: 1.15;
}

.ns-cart-item__now.is-sale {
	color: #c62828;
}

.ns-cart-item__now .amount,
.ns-cart-item__now bdi {
	font-weight: 800;
}

.ns-cart-notice {
	display: flex;
	gap: 0.7rem;
	padding: 0.9rem 1rem;
	background: #e8f1fb;
	border: 1px solid #b7d3f0;
	border-left: 4px solid #005eb8;
	border-radius: 2px;
	color: #123;
}

.ns-cart-notice__ico {
	flex: 0 0 auto;
	width: 1.35rem;
	height: 1.35rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #005eb8;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1;
}

.ns-cart-notice__body {
	min-width: 0;
}

.ns-cart-notice__body strong {
	display: block;
	margin: 0 0 0.3rem;
	font-size: 0.92rem;
	color: #005eb8;
}

.ns-cart-notice__body p {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.45;
	color: #234;
}

.ns-cart-aside {
	position: sticky;
	top: 6rem;
	flex: 0 1 24rem;
	width: 24rem;
	min-width: min(100%, 22rem);
	max-width: 28rem;
	overflow: visible;
	box-sizing: border-box;
}

.ns-cart-totals {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	padding: 1.25rem 1.35rem;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	overflow: visible;
	float: none !important;
}

.ns-cart-totals__title {
	margin: 0 0 0.95rem;
	font-size: 1.15rem;
	font-weight: 800;
}

.ns-cart-totals__list {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: grid;
	gap: 0.85rem;
	width: 100%;
}

.ns-cart-totals__row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.75rem 1rem;
	font-size: 0.92rem;
	color: #222;
	width: 100%;
}

.ns-cart-totals__label {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: manual;
}

.ns-cart-totals__label > span:last-child {
	min-width: 0;
}

.ns-cart-totals__ico {
	display: grid;
	place-items: center;
	color: #444;
	flex: 0 0 auto;
	margin-top: 0.1rem;
}

.ns-cart-totals__ico svg {
	width: 1.1rem;
	height: 1.1rem;
}

.ns-cart-totals__value {
	flex: 0 0 auto;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
}

.ns-cart-totals__sub {
	display: inline;
	font-size: inherit;
	font-weight: 400;
	color: #666;
	margin-left: 0.2rem;
}

.ns-cart-totals__value--muted {
	color: #5a7a52;
	font-weight: 600;
}

.ns-cart-totals__row--total {
	padding-top: 0.75rem;
	border-top: 1px solid #eee;
	font-size: 1rem;
}

.ns-cart-totals__row--total .ns-cart-totals__value {
	font-size: 1.15rem;
}

.ns-cart-coupon {
	margin: 0 0 0.5rem;
	width: 100%;
	max-width: 100%;
}

.ns-cart-coupon__row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0.2rem 0.55rem 0.2rem 0.65rem;
	background: #fff;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	min-width: 0;
}

.ns-cart-coupon__row .input-text {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	max-width: 100%;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0.55rem 0 !important;
	font-size: 0.9rem;
	background: transparent;
}

.ns-cart-coupon__btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: #005eb8;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
	padding: 0.35rem 0.15rem;
	white-space: nowrap;
	flex: 0 0 auto;
}

.ns-cart-coupon__hint {
	margin: 0 0 1rem;
	font-size: 0.8rem;
	color: #666;
	line-height: 1.45;
	overflow-wrap: break-word;
	word-break: normal;
}

.ns-cart-coupon__hint a {
	color: #005eb8;
	font-weight: 600;
}

.ns-cart-totals__checkout {
	display: grid;
	gap: 0.65rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.ns-cart-checkout,
.ns-cart-totals .checkout-button,
.ns-cart--obi a.checkout-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 3rem;
	padding: 0.85rem 1rem !important;
	background: #000 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 4px !important;
	font-size: 0.95rem !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	text-align: center;
	letter-spacing: 0.01em;
	box-sizing: border-box;
	white-space: normal !important;
	line-height: 1.25 !important;
	overflow: visible !important;
}

.ns-cart-checkout:hover,
.ns-cart-totals .checkout-button:hover {
	background: #111 !important;
	filter: none;
	opacity: 1;
}

/* PayPal / gateway widgets stay inside Riepilogo */
.ns-cart-aside .ns-cart-totals,
.ns-cart-totals__checkout,
.ns-cart-aside .ns-cart-totals__checkout > *,
.ns-cart-aside iframe,
.ns-cart-aside [id*="paypal"],
.ns-cart-aside [class*="paypal"],
.ns-cart-aside [class*="PayPal"],
.ns-cart-aside .paypal-buttons,
.ns-cart-aside .wc-ppcp,
.ns-cart-aside a.button,
.ns-cart-aside button.button {
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.ns-cart-aside .ns-cart-totals__checkout > *,
.ns-cart-aside a.button,
.ns-cart-aside button.button,
.ns-cart-aside .checkout-button {
	width: 100% !important;
}

.ns-cart-aside iframe {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
}

.ns-cart-empty {
	padding: 2rem 0 1rem;
	text-align: center;
}

.ns-cart-empty__text {
	margin: 0 0 1.25rem;
	font-size: 1.05rem;
	color: #444;
}

.ns-cart-empty__btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.7rem 1.35rem !important;
	background: #000 !important;
	color: #fff !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.ns-cart--obi .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.ns-cart--obi .cart-empty,
.ns-cart--obi .return-to-shop {
	display: none;
}

.ns-cart--obi .ns-cart-empty .return-to-shop {
	display: block;
}

/* Narrow viewports: summary full-width under items */
@media (max-width: 1024px) {
	.ns-cart-main {
		flex: 1 1 100%;
	}

	.ns-cart-aside {
		position: static;
		flex: 1 1 100%;
		min-width: 0;
		max-width: 100%;
		width: 100%;
	}
}

/* Compact item row on medium */
@media (max-width: 720px) {
	.ns-cart-item__grid {
		grid-template-columns: 5rem minmax(0, 1fr);
		grid-template-areas:
			"media info"
			"media price";
		gap: 0.75rem;
		padding: 0.85rem;
	}

	.ns-cart-item__media {
		grid-area: media;
		width: 5rem;
	}

	.ns-cart-item__info {
		grid-area: info;
	}

	.ns-cart-item__pricing {
		grid-area: price;
		text-align: left;
		justify-items: start;
		min-width: 0;
		margin-top: 0.15rem;
	}

	.ns-cart-item__seller {
		margin-left: 0;
		width: 100%;
		flex: 1 1 100%;
	}

	.ns-cart-item__ship {
		padding: 0.55rem 0.75rem;
	}

	.ns-cart-notice {
		flex-direction: row;
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.ns-cart__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.25rem;
	}

	.ns-cart-item__grid {
		grid-template-columns: 4.25rem minmax(0, 1fr);
	}

	.ns-cart-item__media {
		width: 4.25rem;
	}

	.ns-cart-item__ship-text {
		font-size: 0.8rem;
		flex-basis: 100%;
	}

	.ns-cart-totals {
		padding: 0.95rem;
	}

	.ns-cart-checkout,
	.ns-cart-totals .checkout-button {
		min-height: 2.85rem;
		font-size: 0.95rem !important;
	}
}

.ns-arrivals__cta {
	margin-top: 1.75rem;
	text-align: center;
}

.ns-archive__title {
	margin: 0 0 1.25rem;
	font-size: 1.75rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

/* ——— Products (ManoMano-style cards) ——— */
.ns-catalog,
.ns-archive__layout,
.ns-archive__main,
[data-ns-shop-loop] {
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.ns-products,
ul.products,
.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
	gap: 1.25rem;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	clear: both !important;
}

.ns-products::before,
ul.products::before {
	display: none !important;
}

.woocommerce ul.products li.product,
.ns-products li.product,
.ns-product-card {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	background: #fff;
	border: 1px solid #e6e8eb;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.ns-product-card:hover {
	border-color: #d0d5dd;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}

.ns-product-card__media-wrap {
	position: relative;
	background: #fff;
}

.ns-product-card__media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1;
	background: #fff;
	overflow: hidden;
}

.ns-product-card__media img,
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 1rem;
	box-sizing: border-box;
	object-fit: contain !important;
	object-position: center;
	display: block;
	opacity: 1 !important;
}

.ns-product-card__brand {
	position: absolute;
	left: 0.65rem;
	bottom: 0.65rem;
	z-index: 2;
	max-width: 42%;
	padding: 0.2rem 0.4rem;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #e6e8eb;
	border-radius: 4px;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1a1f36;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ns-product-card__badge {
	position: absolute;
	z-index: 2;
	padding: 0.22rem 0.5rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.2;
}

.ns-product-card__badge--sales {
	left: 0.65rem;
	top: 0.65rem;
	bottom: auto;
	background: #dff7e8;
	color: #0b6b3a;
}

.ns-product-card__badge--opts {
	right: 0.65rem;
	bottom: 0.65rem;
	background: #eef0f3;
	color: #3b4458;
}

.ns-product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0.45rem;
	padding: 0.75rem 0.85rem 0.9rem;
}

.ns-product-card__title {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.35;
	text-transform: none;
	color: #1a1f36;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	min-height: 2.7em;
}

.ns-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.ns-product-card__title a:hover {
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.ns-product-card__rating {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 1.1rem;
}

.ns-product-card__stars {
	display: inline-flex;
	gap: 0.05rem;
	font-size: 0.85rem;
	line-height: 1;
	color: #c5cad3;
}

.ns-product-card__stars .is-on,
.ns-product-card__stars .is-half {
	color: #1a1f36;
}

.ns-product-card__reviews {
	font-size: 0.78rem;
	color: #5b6475;
}

.ns-product-card__price {
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.2;
	color: #1a1f36;
	letter-spacing: -0.01em;
}

.ns-product-card__price .amount,
.ns-product-card__price bdi,
.ns-product-card__price ins {
	font-weight: 800;
	text-decoration: none;
	background: none;
}

.ns-product-card__price del {
	display: block;
	margin: 0.15rem 0 0;
	opacity: 1;
	font-size: 0.85rem;
	font-weight: 500;
	color: #8b93a3;
}

.ns-product-card__price del .amount {
	font-weight: 500;
}

.ns-product-card__ship {
	margin: 0;
	font-size: 0.75rem;
	color: #5b6475;
	line-height: 1.3;
}

.ns-product-card__ship-brand {
	font-weight: 700;
	color: #1a1f36;
}

.ns-product-card__ship em {
	font-style: italic;
	font-weight: 500;
}

.ns-product-card__add,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .ns-product-card__add,
.ns-product-card a.ns-product-card__add,
.ns-product-card a.ns-product-card__add.button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0.35rem 0 0 !important;
	padding: 0.7rem 0.85rem !important;
	background: #000 !important;
	background-color: #000 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 8px !important;
	font-size: 0.88rem !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	text-align: center;
	float: none !important;
	transition: opacity 0.15s ease;
}

.ns-product-card__add:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .ns-product-card__add:hover,
.ns-product-card a.ns-product-card__add:hover {
	opacity: 0.88;
	filter: none;
	background: #000 !important;
	background-color: #111 !important;
	color: #fff !important;
}

.ns-product-card__soldout {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.35rem;
	padding: 0.7rem 0.85rem;
	border-radius: 8px;
	background: #f2f4f7;
	font-size: 0.85rem;
	font-weight: 600;
	color: #8b93a3;
	text-align: center;
}

/* Accedi — nero / bianco */
.ns-header__accedi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.4rem 0.95rem;
	background: #000 !important;
	color: #fff !important;
	border: 1.5px solid #fff;
	border-radius: 8px;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 1.2;
}

.ns-header__accedi:hover {
	background: #111 !important;
	color: #fff !important;
	opacity: 1;
}

.ns-account .woocommerce-form-login .woocommerce-form-login__submit,
.ns-account button.woocommerce-form-login__submit,
.woocommerce-form-login button[name="login"] {
	background: #000 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
}

/* Load more (replaces numbered pagination) */
.woocommerce-pagination {
	display: none !important;
}

.ns-load-more {
	display: flex;
	justify-content: center;
	margin: 2rem 0 0.5rem;
}

.ns-load-more__btn {
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 0.85rem 1.75rem;
	background: #000;
	color: #fff;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 0.02em;
}

.ns-load-more__btn:hover:not(:disabled) {
	opacity: 0.88;
}

.ns-load-more__btn:disabled {
	opacity: 0.55;
	cursor: wait;
}

/* ——— Footer (OBI-style) ——— */
.ns-footer--bricover.ns-footer--obi {
	margin-top: 2rem;
	border-top: 1px solid #e5e5e5;
	background: #fff;
	color: #222;
	font-size: 0.92rem;
}

.ns-footer--obi .ns-footer__reviews {
	padding: 1.75rem 0 1.5rem;
	border-bottom: 1px solid #e5e5e5;
	background: #fafafa;
}

.ns-footer--obi .ns-footer__reviews-inner {
	width: 100%;
}

.ns-footer--obi .ns-footer__reviews-title {
	margin: 0 0 1rem;
	text-align: center;
}

.ns-footer--obi .ns-footer__reviews-widget {
	width: 100%;
	max-width: 100%;
	overflow: visible;
	min-height: 0;
}

.ns-footer--obi .ns-footer__reviews-widget .ti-widget {
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

.ns-footer--obi .ns-footer__reviews-widget .ti-widget[style*="display: none"],
.ns-footer--obi .ns-footer__reviews-widget pre.ti-widget {
	display: none !important;
}

.ns-footer--obi .ns-footer__reviews-widget img,
.ns-footer--obi .ns-footer__reviews-widget trustindex-image,
.ns-footer--obi .ns-footer__reviews-widget iframe {
	max-width: 100%;
	height: auto;
}

.ns-footer--obi .ns-footer__heading {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #222;
}

.ns-footer--obi .ns-footer__top {
	padding: 1.75rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.ns-footer--obi .ns-footer__top-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1.3fr;
	gap: 2rem 2.5rem;
	align-items: start;
}

.ns-footer--obi .ns-footer__pay-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 5.5rem));
	gap: 0.5rem;
}

.ns-footer--obi .ns-footer__pay {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.25rem 0.4rem;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #1a1a1a;
}

.ns-footer--obi .ns-footer__pay--visa span {
	color: #1a1f71;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.ns-footer--obi .ns-footer__pay-mc {
	display: inline-block;
	width: 2rem;
	height: 1.25rem;
	position: relative;
}

.ns-footer--obi .ns-footer__pay-mc::before,
.ns-footer--obi .ns-footer__pay-mc::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
}

.ns-footer--obi .ns-footer__pay-mc::before {
	left: 0;
	background: #eb001b;
}

.ns-footer--obi .ns-footer__pay-mc::after {
	right: 0;
	background: #f79e1b;
	opacity: 0.92;
}

.ns-footer--obi .ns-footer__pay--pp span span {
	color: #009cde;
}

.ns-footer--obi .ns-footer__pay--klarna {
	background: #ffb3c7;
	border-color: #ffb3c7;
	color: #0a0a0a;
	font-weight: 800;
}

.ns-footer--obi .ns-footer__pay--gpay {
	font-weight: 700;
}

.ns-footer--obi .ns-footer__pay--apple .ns-footer__pay-apple {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	font-weight: 700;
}

.ns-footer--obi .ns-footer__pay--apple .ns-footer__pay-apple i {
	display: inline-block;
	width: 0.85rem;
	height: 1rem;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.4 12.3c0-2.1 1.7-3.1 1.8-3.2-1-1.4-2.5-1.6-3-1.6-1.3-.1-2.5.8-3.1.8-.7 0-1.7-.7-2.8-.7-1.4 0-2.8.9-3.5 2.2-1.5 2.6-.4 6.5 1.1 8.6.7 1 1.6 2.2 2.7 2.1 1.1 0 1.5-.7 2.8-.7s1.6.7 2.8.7 1.9-1.1 2.6-2.1c.8-1.2 1.2-2.3 1.2-2.4-.1 0-2.2-.8-2.2-3.7zM14.2 6.5c.6-.7 1-1.7.9-2.7-0.9 0-1.9.6-2.5 1.3-.6.6-1.1 1.7-.9 2.6 1 .1 1.9-.5 2.5-1.2z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.4 12.3c0-2.1 1.7-3.1 1.8-3.2-1-1.4-2.5-1.6-3-1.6-1.3-.1-2.5.8-3.1.8-.7 0-1.7-.7-2.8-.7-1.4 0-2.8.9-3.5 2.2-1.5 2.6-.4 6.5 1.1 8.6.7 1 1.6 2.2 2.7 2.1 1.1 0 1.5-.7 2.8-.7s1.6.7 2.8.7 1.9-1.1 2.6-2.1c.8-1.2 1.2-2.3 1.2-2.4-.1 0-2.2-.8-2.2-3.7zM14.2 6.5c.6-.7 1-1.7.9-2.7-0.9 0-1.9.6-2.5 1.3-.6.6-1.1 1.7-.9 2.6 1 .1 1.9-.5 2.5-1.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ns-footer--obi .ns-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.ns-footer--obi .ns-footer__social-link {
	display: grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	background: #111;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.ns-footer--obi .ns-footer__social-link:hover {
	opacity: 0.8;
}

.ns-footer--obi .ns-footer__promo-kicker {
	margin: 0 0 0.55rem;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #444;
}

.ns-footer--obi .ns-footer__promo-kicker strong {
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.ns-footer--obi .ns-footer__promo-sep {
	margin: 0 0.35rem;
	color: #999;
}

.ns-footer--obi .ns-footer__promo-text {
	margin: 0 0 0.75rem;
	color: #444;
	font-size: 0.9rem;
	line-height: 1.45;
	max-width: 28rem;
}

.ns-footer--obi .ns-footer__promo-text p {
	margin: 0;
}

.ns-footer--obi .ns-footer__promo-cta {
	display: inline-block;
	color: #000;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ns-footer--obi .ns-footer__promo-cta:hover {
	opacity: 0.75;
}

.ns-footer--obi .ns-footer__nav {
	padding: 1.75rem 0 2rem;
	border-bottom: 1px solid #e5e5e5;
}

.ns-footer--obi .ns-footer__nav-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem 2rem;
	align-items: start;
}

.ns-footer--obi .ns-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.ns-footer--obi .ns-footer__links a {
	color: #333;
	text-decoration: underline;
	text-underline-offset: 0.12em;
	font-size: 0.9rem;
}

.ns-footer--obi .ns-footer__links a:hover {
	color: #000;
}

.ns-footer--obi .ns-footer__link--accent {
	color: #000 !important;
	font-weight: 800;
}

.ns-footer--obi .ns-footer__bar {
	background: #333;
	color: #fff;
	padding: 0.85rem 0;
}

.ns-footer--obi .ns-footer__bar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1.25rem;
}

.ns-footer--obi .ns-footer__copy {
	margin: 0;
	font-size: 0.8rem;
	opacity: 0.95;
}

.ns-footer--obi .ns-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0;
	font-size: 0.78rem;
}

.ns-footer--obi .ns-footer__legal a {
	color: inherit;
	text-decoration: none;
	padding: 0 0.55rem;
}

.ns-footer--obi .ns-footer__legal a:hover {
	text-decoration: underline;
}

.ns-footer--obi .ns-footer__legal-sep {
	display: inline-block;
	width: 1px;
	height: 0.85em;
	background: rgba(255, 255, 255, 0.45);
}

/* ——— Single product (OBI-inspired layout, Bricover palette) ——— */
.ns-single-product .product,
.ns-product-page--bricover {
	display: block;
}

.ns-product-page--bricover .ns-product-page__breadcrumb {
	margin-bottom: 1rem;
	font-size: 0.82rem;
}

.ns-product-page--bricover .ns-product-page__bc-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.15rem;
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.4;
}

.ns-product-page--bricover .ns-product-page__bc-list a {
	color: #1a5fb4;
	text-decoration: none;
}

.ns-product-page--bricover .ns-product-page__bc-list a:hover {
	text-decoration: underline;
}

.ns-product-page--bricover .ns-product-page__bc-sep {
	opacity: 0.45;
	margin-inline: 0.15rem;
}

.ns-product-page--bricover .ns-product-page__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin-bottom: 1.5rem;
}

.ns-product-page--bricover .ns-product-page__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}

.ns-product-page--bricover .ns-product-page__rating {
	font-size: 0.88rem;
	color: #555;
}

.ns-product-page--bricover .ns-product-page__rating .star-rating {
	display: inline-block;
	float: none;
	margin-right: 0.4rem;
	vertical-align: middle;
}

.ns-product-page--bricover .ns-product-page__sku {
	margin: 0.15rem 0 0;
	font-size: 0.82rem;
	color: #777;
	white-space: nowrap;
}

.ns-product-page--bricover .ns-product-page__sku span {
	margin-right: 0.25rem;
}

.ns-product-page--bricover .ns-product-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.85fr);
	gap: 1.75rem 2rem;
	align-items: start;
}

.ns-product-page--bricover .ns-product-page__media {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.85rem;
	min-width: 0;
	width: 100%;
	align-items: start;
}

.ns-product-page--bricover .ns-product-page__media:has(.ns-product-page__thumbs) {
	grid-template-columns: auto minmax(0, 1fr);
}

.ns-product-page--bricover .ns-product-page__thumbs {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-height: 28rem;
	overflow-y: auto;
	padding: 0.1rem;
}

.ns-product-page--bricover .ns-product-page__thumb {
	flex: 0 0 auto;
	width: 4.5rem;
	height: 4.5rem;
	padding: 0.2rem;
	border: 1px solid #d8d8d8;
	border-radius: 0.35rem;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}

.ns-product-page--bricover .ns-product-page__thumb.is-active {
	border-color: #111;
	box-shadow: 0 0 0 1px #111;
}

.ns-product-page--bricover .ns-product-page__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.ns-product-page--bricover .ns-product-page__stage {
	position: relative;
	min-width: 0;
	width: 100%;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 0.5rem;
	overflow: hidden;
}

.ns-product-page--bricover .ns-product-page__badge {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: #f5c518;
	color: #111;
	font-size: 0.75rem;
	font-weight: 700;
}

.ns-product-page--bricover .ns-product-page__main-image {
	position: relative;
	width: 100%;
	min-height: 16rem;
	aspect-ratio: 1;
	background: #f7f7f7;
}

.ns-product-page--bricover .ns-product-page__main-image img,
.ns-product-page--bricover .ns-product-page__image,
.ns-product-page--bricover .woocommerce-placeholder {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 1.25rem;
	box-sizing: border-box;
	object-fit: contain !important;
	object-position: center;
	display: block;
	opacity: 1 !important;
	visibility: visible !important;
}

.ns-product-page--bricover .ns-product-page__gallery-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.65rem 0.85rem 0.85rem;
	background: #f7f7f7;
	border-top: 1px solid #ebebeb;
}

.ns-product-page--bricover .ns-product-page__gallery-count {
	font-size: 0.85rem;
	font-weight: 600;
	color: #333;
}

.ns-product-page--bricover .ns-product-page__gallery-arrows {
	display: flex;
	gap: 0.35rem;
}

.ns-product-page--bricover .ns-product-page__gallery-prev,
.ns-product-page--bricover .ns-product-page__gallery-next {
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 0.25rem;
	background: #111;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}

.ns-product-page--bricover .ns-product-page__gallery-prev:hover,
.ns-product-page--bricover .ns-product-page__gallery-next:hover {
	opacity: 0.85;
}

.ns-product-page--bricover .ns-product-page__buy {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
}

.ns-product-page--bricover .ns-product-page__promo-box,
.ns-product-page--bricover .ns-product-page__price-box {
	border: 1px solid #ddd;
	border-radius: 0.55rem;
	background: #fff;
	padding: 1rem 1.1rem;
}

.ns-product-page--bricover .ns-product-page__promo-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.ns-product-page--bricover .ns-product-page__promo-text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: #222;
}

.ns-product-page--bricover .ns-product-page__promo-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	gap: 0.2rem;
	width: 4.25rem;
	padding: 0.45rem 0.25rem;
	border-radius: 0.4rem;
	background: #111;
	color: #fff;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
}

.ns-product-page--bricover .ns-product-page__price-box {
	position: relative;
}

.ns-product-page--bricover .ns-product-page__discount {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	display: inline-flex;
	padding: 0.2rem 0.45rem;
	background: #c62828;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	border-radius: 0.2rem;
}

.ns-product-page--bricover .ns-product-page__price {
	margin: 0 0 0.25rem;
	font-size: clamp(1.65rem, 3vw, 2.1rem);
	font-weight: 800;
	line-height: 1.1;
	color: #111;
}

.ns-product-page--bricover .ns-product-page__price del {
	display: block;
	margin-bottom: 0.15rem;
	font-size: 1rem;
	font-weight: 500;
	color: #777;
	opacity: 1;
}

.ns-product-page--bricover .ns-product-page__price ins {
	text-decoration: none;
	color: #c62828;
}

.ns-product-page--bricover .ns-product-page__tax-note {
	margin: 0 0 0.85rem;
	font-size: 0.78rem;
	color: #777;
}

.ns-product-page--bricover .ns-product-page__stock {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.85rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	background: #eee;
	color: #333;
}

.ns-product-page--bricover .ns-product-page__stock.is-in {
	background: #fff3e0;
	color: #b35a00;
}

.ns-product-page--bricover .ns-product-page__stock.is-out {
	background: #f5f5f5;
	color: #777;
}

.ns-product-page--bricover .ns-product-page__delivery-list {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	border: 1px solid #e5e5e5;
	border-radius: 0.4rem;
	overflow: hidden;
}

.ns-product-page--bricover .ns-product-page__delivery-item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0.65rem;
	align-items: start;
	padding: 0.75rem 0.85rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: 0.88rem;
}

.ns-product-page--bricover .ns-product-page__delivery-item:last-child {
	border-bottom: 0;
}

.ns-product-page--bricover .ns-product-page__delivery-item.is-active {
	background: #fafafa;
}

.ns-product-page--bricover .ns-product-page__delivery-radio {
	width: 1rem;
	height: 1rem;
	margin-top: 0.15rem;
	border: 2px solid #bbb;
	border-radius: 50%;
	box-sizing: border-box;
}

.ns-product-page--bricover .ns-product-page__delivery-item.is-active .ns-product-page__delivery-radio {
	border-color: #111;
	box-shadow: inset 0 0 0 3px #111;
}

.ns-product-page--bricover .ns-product-page__delivery-body {
	display: grid;
	gap: 0.15rem;
}

.ns-product-page--bricover .ns-product-page__delivery-body strong {
	font-weight: 700;
	color: #111;
}

.ns-product-page--bricover .ns-product-page__delivery-body span {
	color: #555;
	font-size: 0.82rem;
}

.ns-product-page--bricover .ns-product-page__delivery-item em {
	font-style: normal;
	font-size: 0.78rem;
	font-weight: 700;
	color: #333;
}

.ns-product-page--bricover .ns-product-page__purchase form.cart {
	display: grid;
	gap: 0.75rem;
	margin: 0;
}

.ns-product-page--bricover .ns-product-page__purchase .quantity {
	display: inline-flex;
	align-items: center;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 0.35rem;
	overflow: hidden;
	width: max-content;
}

.ns-product-page--bricover .ns-product-page__purchase .quantity .qty {
	width: 3.25rem;
	height: 2.75rem;
	border: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	-moz-appearance: textfield;
}

.ns-product-page--bricover .ns-product-page__purchase .quantity .qty::-webkit-outer-spin-button,
.ns-product-page--bricover .ns-product-page__purchase .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ns-product-page--bricover .ns-product-page__purchase .single_add_to_cart_button,
.ns-product-page--bricover .ns-product-page__purchase button.button {
	width: 100%;
	min-height: 3.15rem;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0.45rem !important;
	background: #111 !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none !important;
}

.ns-product-page--bricover .ns-product-page__purchase .single_add_to_cart_button:hover {
	opacity: 0.9;
}

.ns-product-page--bricover .ns-product-page__excerpt {
	font-size: 0.9rem;
	line-height: 1.55;
	color: #444;
}

.ns-product-page--bricover .ns-product-page__tabs {
	margin-top: 2.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e5e5e5;
}

.ns-product-page--bricover .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

.ns-product-page--bricover .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

.ns-product-page--bricover .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0.65rem 0.15rem;
	border-bottom: 2px solid transparent;
	color: #555;
	text-decoration: none;
	font-weight: 600;
}

.ns-product-page--bricover .woocommerce-tabs ul.tabs li.active a {
	color: #111;
	border-bottom-color: #111;
}

.ns-product-page--bricover .related,
.ns-product-page--bricover .upsells {
	margin-top: 2.5rem;
}

.ns-product-page--bricover .related > h2,
.ns-product-page--bricover .upsells > h2 {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	text-transform: uppercase;
}

/* Legacy WC gallery safety */
.ns-single-product .woocommerce-product-gallery {
	margin: 0;
	opacity: 1 !important;
	max-width: 100%;
}

.ns-single-product .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1 !important;
}

.button,
.woocommerce button.button,
.woocommerce a.button {
	background: #000;
	color: #fff;
	border-radius: 999px;
	border: 0;
}

@media (max-width: 980px) {
	.ns-footer--obi .ns-footer__top-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ns-footer--obi .ns-footer__promo {
		grid-column: 1 / -1;
	}

	.ns-footer--obi .ns-footer__nav-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ns-header__top-inner {
		grid-template-columns: 1fr auto;
		min-height: 3.75rem;
		padding-block: 0.55rem;
		gap: 0.75rem;
	}

	.ns-header--bricover .ns-logo {
		font-size: 1.25rem;
	}

	.ns-header--bricover .ns-logo-img {
		max-height: 36px;
	}

	.ns-header__desktop-tools {
		display: none !important;
	}

	.ns-nav-toggle {
		display: inline-flex;
	}

	.ns-header__panel {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 120;
		width: min(100vw - 3.5rem, 20rem);
		max-width: 100%;
		background: #0a0a0a;
		border-top: 0;
		transform: translateX(105%);
		transition: transform 0.28s ease;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-shadow: -12px 0 32px rgba(0, 0, 0, 0.35);
	}

	.ns-header__panel.is-open {
		transform: translateX(0);
	}

	.ns-header__panel-inner {
		display: flex;
		flex-direction: column;
		gap: 1.25rem;
		padding: 4.5rem 1.25rem 2rem;
		min-height: 100%;
	}

	.ns-header__panel-search,
	.ns-header__panel-utils {
		display: block;
	}

	.ns-header__panel-search .ns-header__search {
		max-width: none;
		width: 100%;
	}

	.ns-header__cats-list {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		padding: 0;
	}

	.ns-header__cats-list li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.ns-header__cats-list a {
		display: block;
		padding: 0.95rem 0.15rem;
		font-size: 0.98rem;
		text-decoration: none;
	}

	.ns-header__panel-utils .ns-header__utils {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0.75rem;
	}

	.ns-header__panel-utils .ns-header__cart {
		flex: 1 1 auto;
		justify-content: center;
	}
}

@media (max-width: 720px) {
	.ns-products,
	ul.products,
	.woocommerce ul.products {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
		gap: 0.85rem;
	}

	.ns-footer--obi .ns-footer__top-grid,
	.ns-footer--obi .ns-footer__nav-grid {
		grid-template-columns: 1fr;
	}

	.ns-footer--obi .ns-footer__pay-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ns-footer--obi .ns-footer__bar-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.ns-footer--obi .ns-footer__legal a {
		padding-left: 0;
		padding-right: 0.65rem;
	}

	.ns-footer--obi .ns-footer__legal-sep {
		display: none;
	}

	.ns-single-product .product {
		grid-template-columns: 1fr;
	}

	.ns-product-page--bricover .ns-product-page__layout {
		grid-template-columns: 1fr;
	}

	.ns-product-page--bricover .ns-product-page__media {
		grid-template-columns: 1fr;
	}

	.ns-product-page--bricover .ns-product-page__thumbs {
		flex-direction: row;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		order: 2;
	}

	.ns-product-page--bricover .ns-product-page__stage {
		order: 1;
	}

	.ns-product-page--bricover .ns-product-page__head {
		flex-direction: column;
	}
}

/* —— Side cart drawer (Moda-like UX, Bricover graphic style) —— */
.ns-side-cart {
	position: fixed;
	inset: 0;
	z-index: 10000;
	pointer-events: none;
	visibility: hidden;
}

.ns-side-cart.is-open {
	pointer-events: auto;
	visibility: visible;
}

.ns-side-cart__backdrop {
	position: absolute;
	inset: 0;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: rgba(17, 17, 17, 0.45) !important;
	background-color: rgba(17, 17, 17, 0.45) !important;
	opacity: 0;
	transition: opacity 0.28s ease;
	cursor: pointer;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.ns-side-cart.is-open .ns-side-cart__backdrop {
	opacity: 1;
}

.ns-side-cart__panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(26rem, 100%);
	display: flex;
	flex-direction: column;
	background: #fff;
	color: #111;
	box-shadow: -8px 0 28px rgba(0, 0, 0, 0.16);
	transform: translateX(105%);
	transition: transform 0.3s ease;
}

.ns-side-cart.is-open .ns-side-cart__panel {
	transform: translateX(0);
}

.ns-side-cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.25rem;
	border-bottom: 1px solid #e5e5e5;
}

.ns-side-cart__title {
	margin: 0;
	font-family: var(--ns-font-body, "Segoe UI", system-ui, sans-serif);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.ns-side-cart__close {
	border: 0;
	background: transparent;
	color: #111;
	width: 2rem;
	height: 2rem;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.ns-side-cart__close:hover {
	opacity: 0.65;
}

.ns-side-cart__body {
	flex: 1;
	overflow-y: auto;
	padding: 1rem 1.25rem;
	-webkit-overflow-scrolling: touch;
}

.ns-side-cart__empty {
	margin: 2rem 0;
	text-align: center;
	opacity: 0.7;
}

.ns-side-cart__items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
}

.ns-side-cart__item {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
}

.ns-side-cart__media {
	display: block;
	background: #f3f3f3;
	overflow: hidden;
}

.ns-side-cart__thumb,
.ns-side-cart__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

.ns-side-cart__info {
	min-width: 0;
	display: grid;
	gap: 0.35rem;
}

.ns-side-cart__name {
	font-size: 0.82rem;
	line-height: 1.4;
	text-decoration: none;
	color: #111;
	font-weight: 700;
}

.ns-side-cart__name:hover {
	text-decoration: underline;
}

.ns-side-cart__price {
	font-size: 0.9rem;
	font-weight: 600;
}

.ns-side-cart__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.25rem;
}

.ns-side-cart__qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #111;
	background: #fff;
}

.ns-side-cart__qty-btn {
	width: 2rem;
	height: 2rem;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
}

.ns-side-cart__qty-btn:hover {
	background: #f3f3f3;
}

.ns-side-cart__qty-val {
	min-width: 1.5rem;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 600;
}

.ns-side-cart__remove {
	border: 0;
	background: transparent;
	color: #666;
	padding: 0.25rem;
	cursor: pointer;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ns-side-cart__remove:hover {
	color: #111;
}

.ns-side-cart__footer {
	padding: 1rem 1.25rem 1.35rem;
	border-top: 1px solid #e5e5e5;
	display: grid;
	gap: 0.75rem;
}

.ns-side-cart__subtotal {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 1rem;
	font-weight: 800;
}

.ns-side-cart__note {
	margin: 0;
	font-size: 0.78rem;
	opacity: 0.7;
	line-height: 1.4;
}

.ns-side-cart__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1rem;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.75rem;
	font-weight: 800;
	box-sizing: border-box;
}

.ns-side-cart__btn--ghost {
	color: #111;
	background: #fff;
	border: 1px solid #111;
}

.ns-side-cart__btn--ghost:hover {
	background: #f5f5f5;
}

.ns-side-cart__btn--primary {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

.ns-side-cart__btn--primary:hover {
	background: #111;
}

body.ns-side-cart-open {
	overflow: hidden;
}

/* ——— Checkout (OBI / Bricover) ——— */
.ns-checkout--obi {
	width: 100%;
	max-width: var(--ns-max, 1400px);
}

.ns-checkout--obi .woocommerce,
.ns-checkout--obi .woocommerce-checkout,
.ns-checkout--obi .ns-checkout-layout,
.ns-checkout--obi .ns-checkout-main,
.ns-checkout--obi .ns-checkout-aside,
.ns-checkout--obi .col2-set,
.ns-checkout--obi .col-1,
.ns-checkout--obi .col-2,
.ns-checkout--obi #customer_details,
.ns-checkout--obi #order_review,
.ns-checkout--obi .woocommerce-billing-fields,
.ns-checkout--obi .woocommerce-shipping-fields {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none;
}

.ns-checkout__head {
	margin: 0 0 1.35rem;
}

.ns-checkout__title {
	margin: 0;
	font-size: clamp(1.4rem, 3.5vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111;
}

.ns-checkout-form {
	margin: 0;
}

.ns-checkout-layout {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1.5rem 2rem;
	width: 100%;
	min-width: 0;
}

.ns-checkout-main {
	flex: 1 1 34rem;
	min-width: 0;
	width: auto;
	max-width: 100%;
}

.ns-checkout-aside {
	position: sticky;
	top: 6rem;
	flex: 0 1 24rem;
	width: 24rem;
	min-width: min(100%, 22rem);
	max-width: 28rem;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	padding: 1.25rem 1.35rem;
}

.ns-checkout-aside__title,
.ns-checkout--obi #order_review_heading,
.woocommerce.woocommerce-checkout .ns-checkout--obi #order_review_heading,
.woocommerce-page.woocommerce-checkout .ns-checkout--obi #order_review_heading {
	margin: 0 0 1rem !important;
	padding: 0 !important;
	font-size: 1.15rem !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.01em !important;
	color: #111 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	width: auto !important;
	max-width: 100% !important;
	display: block !important;
}

.ns-checkout-section {
	padding: 0 0 1.5rem;
	margin: 0 0 1.5rem;
	border-bottom: 1px solid #eee;
}

.ns-checkout-section:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ns-checkout-section h3,
.ns-checkout--obi .woocommerce-billing-fields h3,
.ns-checkout--obi .woocommerce-shipping-fields h3,
.ns-checkout--obi .woocommerce-additional-fields h3 {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 800;
	color: #111;
}

.ns-checkout--obi .form-row {
	margin: 0 0 0.95rem;
	padding: 0;
	float: none !important;
	width: 100% !important;
}

.ns-checkout--obi .form-row-first,
.ns-checkout--obi .form-row-last {
	width: calc(50% - 0.5rem) !important;
	float: left !important;
}

.ns-checkout--obi .form-row-first {
	margin-right: 1rem !important;
}

.ns-checkout--obi .form-row-wide {
	clear: both;
}

.ns-checkout--obi .form-row label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #222;
}

.ns-checkout--obi .form-row .required {
	color: #c00;
	text-decoration: none;
}

.ns-checkout--obi .input-text,
.ns-checkout--obi select,
.ns-checkout--obi textarea {
	width: 100%;
	min-height: 2.85rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	box-shadow: none;
	line-height: 1.35;
	box-sizing: border-box;
	font: inherit;
	color: #111;
}

.ns-checkout--obi select {
	height: 2.85rem;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 2.85rem;
}

.ns-checkout--obi .select2-container {
	width: 100% !important;
	max-width: 100%;
}

.novashop-storefront .ns-checkout--obi .select2-container .select2-selection--single,
.novashop-storefront .ns-checkout--obi .select2-container--default .select2-selection--single {
	display: flex !important;
	align-items: center !important;
	height: 2.85rem !important;
	min-height: 2.85rem !important;
	padding: 0 2.25rem 0 0.85rem !important;
	border: 1px solid #ccc !important;
	border-radius: 2px !important;
	background: #fff !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

.novashop-storefront .ns-checkout--obi .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block !important;
	float: none !important;
	padding: 0 !important;
	line-height: 1.25 !important;
	color: #111 !important;
}

.novashop-storefront .ns-checkout--obi .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute !important;
	top: 0 !important;
	right: 0.35rem !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
}

.ns-checkout--obi textarea.input-text {
	min-height: 6rem;
	line-height: 1.45;
}

.ns-checkout-review {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.ns-checkout-review .shop_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.15rem;
	font-size: 0.92rem;
}

.ns-checkout-review .shop_table th,
.ns-checkout-review .shop_table td {
	padding: 0.7rem 0;
	border-bottom: 1px solid #eee;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}

.ns-checkout-review .shop_table td {
	text-align: right;
}

.ns-checkout-review .product-name {
	text-align: left !important;
}

.ns-checkout-review .order-total th,
.ns-checkout-review .order-total td {
	font-size: 1.05rem;
	font-weight: 800;
	border-bottom: 0;
	padding-top: 0.95rem;
}

.ns-checkout--obi #payment {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.ns-checkout--obi #payment ul.payment_methods {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
}

.ns-checkout--obi #payment ul.payment_methods li {
	padding: 0.75rem 0;
	border-bottom: 1px solid #eee;
}

.ns-checkout--obi #payment div.payment_box {
	background: #f7f7f7;
	border-radius: 2px;
	padding: 0.85rem 1rem;
	margin: 0.65rem 0 0;
}

.ns-checkout--obi #payment div.form-row {
	padding: 0;
	width: 100% !important;
	float: none !important;
}

.ns-checkout--obi #place_order,
.ns-checkout--obi .woocommerce-checkout-payment button#place_order {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 3rem;
	margin-top: 0.75rem;
	padding: 0.85rem 1rem !important;
	background: #000 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 4px !important;
	font-size: 0.95rem !important;
	font-weight: 800 !important;
	text-transform: none;
	letter-spacing: 0.01em;
	cursor: pointer;
	box-sizing: border-box;
}

.ns-checkout--obi #place_order:hover {
	background: #111 !important;
}

.ns-checkout--obi .woocommerce-form-coupon-toggle,
.ns-checkout--obi .woocommerce-form-login-toggle {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fafafa;
	font-size: 0.9rem;
}

.ns-checkout--obi .woocommerce-privacy-policy-text {
	font-size: 0.82rem;
	color: #666;
	line-height: 1.45;
}

.ns-checkout--obi iframe,
.ns-checkout--obi [id*="paypal"],
.ns-checkout--obi [class*="paypal"],
.ns-checkout--obi .paypal-buttons,
.ns-checkout--obi .wc-ppcp {
	max-width: 100% !important;
	box-sizing: border-box !important;
}

/* Thank you */
.ns-checkout--thankyou {
	max-width: 52rem;
}

.ns-thankyou {
	display: grid;
	gap: 1.5rem;
}

.ns-thankyou__hero {
	padding: 1.25rem 0 0.5rem;
}

.ns-thankyou__subtitle {
	margin: 0.65rem 0 0;
	color: #555;
	font-size: 0.95rem;
}

.ns-thankyou__meta {
	list-style: none;
	margin: 0;
	padding: 1.15rem 1.25rem;
	display: grid;
	gap: 0.85rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}

.ns-thankyou__meta li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 0;
	border: 0;
}

.ns-thankyou__meta-label {
	color: #666;
	font-size: 0.88rem;
}

.ns-thankyou__meta-value {
	font-weight: 700;
	text-align: right;
}

.ns-thankyou__btn,
.ns-thankyou__continue .ns-thankyou__btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.7rem 1.35rem !important;
	background: #000 !important;
	color: #fff !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	border: 0 !important;
}

.ns-thankyou__btn--ghost {
	background: #fff !important;
	color: #111 !important;
	border: 1px solid #111 !important;
}

.ns-thankyou__continue {
	margin: 0.5rem 0 0;
}

@media (max-width: 1024px) {
	.ns-checkout-main {
		flex: 1 1 100%;
	}

	.ns-checkout-aside {
		position: static;
		flex: 1 1 100%;
		min-width: 0;
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 640px) {
	.ns-checkout--obi .form-row-first,
	.ns-checkout--obi .form-row-last {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}

	.ns-checkout-aside {
		padding: 1rem;
	}
}
