@charset "utf-8";

:root {
	--sj-primary: #CE4451;
	--sj-primary-dark: #a9343f;
	--sj-accent: #837436;
	--sj-surface: #ffffff;
	--sj-soft: #f7f3ed;
	--sj-border: #e4ded4;
	--sj-text: #111111;
}

* {
	box-sizing: border-box;
}

html {
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body.sfondo {
	background: #f6f2ec;
	color: var(--sj-text);
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.45;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

img,
embed,
object,
video {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--sj-primary);
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a:hover {
	color: var(--sj-primary-dark);
}

.tblprimaria {
	width: 100% !important;
	max-width: none;
	min-height: 100vh;
	margin: 0 auto;
	background: var(--sj-soft);
	border: 0;
	box-shadow: none;
}

.tblprimaria > tbody > tr > td {
	padding-left: clamp(12px, 2.4vw, 36px);
	padding-right: clamp(12px, 2.4vw, 36px);
}

.sj-page {
	padding-left: 0;
	padding-right: 0;
}

.dlogol,
.dlogoc,
.dlogor {
	padding: 22px 0 18px;
}

#divlogo img {
	max-height: 96px;
	width: auto;
}

.dtop,
.dtop:hover,
.dcarrello,
.dcarrello:hover {
	height: auto;
	margin: 6px 0;
	padding: 0;
	font-size: .82rem;
	line-height: 1.35;
}

.dtop a,
.dcarrello a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--sj-accent);
	text-decoration: none;
}

.sj-language-switch {
	display: flex !important;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
}

.dtop.sj-language-switch,
.dtop.sj-language-switch:hover {
	float: none !important;
	height: auto !important;
	margin: 0 0 8px auto !important;
	padding: 0 !important;
	transform: none !important;
	vertical-align: top !important;
}

.sj-lang-link {
	min-height: 34px;
	padding: 6px 9px;
	border: 1px solid var(--sj-border);
	border-radius: 999px;
	background: #fff;
	color: #111111 !important;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.sj-lang-link,
.sj-lang-link:hover,
.sj-lang-link:focus {
	transform: none !important;
}

.sj-lang-flag {
	width: 22px;
	height: 15px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(17, 17, 17, .12);
}

.sj-header-action {
	display: flex !important;
	justify-content: flex-end;
}

.sj-lang-link:hover,
.sj-header-action a:hover {
	border-color: var(--sj-primary);
	color: var(--sj-primary) !important;
}

.sj-header-action a,
.dcarrello a {
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 999px;
	padding: 8px 12px;
	color: #111111;
	font-weight: 700;
	box-shadow: 0 3px 10px rgba(60, 45, 30, .06);
}

.sj-header-action + .sj-header-action,
.dcarrello.sj-header-action {
	margin-top: 6px;
}

.sj-header-action {
	margin-top: 0;
}

.sj-header-action + .dcarrello,
.dcarrello.sj-header-action {
	margin-top: 6px;
}

.dmenu {
	height: auto;
	min-height: 44px;
	padding: 0;
	border: 0;
	border-bottom: 3px solid var(--sj-primary);
	background: #fff;
	overflow: visible;
}

#nav {
	font-size: .9rem;
	font-weight: 700;
	width: 100%;
}

#nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0;
}

#nav li {
	float: none;
	text-align: left;
}

#nav li a {
	display: block;
	padding: 13px 16px;
	background: #fff;
	color: #111111;
	border-radius: 0;
	text-transform: uppercase;
}

#nav li a:hover {
	background: var(--sj-soft);
	color: var(--sj-primary);
}

#nav ul ul {
	top: 100%;
	min-width: 210px;
	padding: 8px 0;
	background: #fff;
	border: 1px solid var(--sj-border);
	box-shadow: 0 14px 35px rgba(60, 45, 30, .14);
	z-index: 40;
}

#nav .nav-link {
	color: #111111;
}

#nav .dropdown-menu {
	position: absolute;
	display: block;
	visibility: hidden;
	margin: 0;
	border-radius: 0 0 8px 8px;
}

#nav .nav-item:hover > .dropdown-menu {
	visibility: visible;
}

#nav ul li:hover ul {
	width: auto;
	margin-left: 0;
	padding-right: 0;
	border: 1px solid var(--sj-border);
	font-size: .9rem;
	background: #fff;
}

#nav ul ul li a {
	background: #fff;
	color: #3f3f3f;
	white-space: nowrap;
	padding: 10px 16px;
	font-weight: 400;
	text-transform: none;
}

.dtrasp {
	height: auto;
	min-height: 44px;
	margin: 10px 0;
	padding: 8px 0;
	background: transparent;
	border: 0;
	border-radius: 8px;
	font-size: .86rem;
	text-align: right;
}

.sj-search-inline {
	display: none;
	align-items: center;
	gap: 9px;
	width: min(100%, 340px);
	color: #6f6f6f;
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 999px;
	padding: 7px 12px;
	box-shadow: 0 4px 14px rgba(17, 17, 17, .06);
}

.sj-search-transport-row {
	display: none;
}

.sj-home-page .sj-search-transport-row {
	display: table;
}

.sj-home-page .sj-search-inline {
	display: inline-flex;
	justify-content: flex-start;
	margin-right: auto;
}

.sj-search-inline i {
	font-size: .95rem;
	color: var(--sj-primary);
}

#dcerca #txtcerca {
	width: min(100%, 320px);
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	padding-left: 0;
}

#dcerca #txtcerca:focus {
	outline: 0;
	box-shadow: none;
}

.sj-service-strip {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px 18px;
	color: #111111;
	font-size: .9rem;
}

.sj-service-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.sj-service-item i {
	color: var(--sj-primary);
}

.dcentrale {
	height: auto;
	min-height: 220px;
	margin: 16px 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(60, 45, 30, .10);
}

#divcentro {
	float: none !important;
	width: 100%;
}

#divcentro,
#divcentro img,
#bannertop img,
#bannerbottom img {
	max-width: 100%;
	height: auto;
}

.sj-carousel-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
}

.sj-home-carousel {
	position: relative;
	width: 100%;
	min-height: clamp(220px, 32vw, 360px);
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
}

.sj-home-carousel-track {
	position: relative;
	width: 100%;
	min-height: clamp(220px, 32vw, 360px);
}

.sj-home-carousel-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .45s ease, visibility .45s ease;
}

.sj-home-carousel-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.sj-home-carousel-slide img {
	width: 100%;
	height: 100%;
	min-height: clamp(220px, 32vw, 360px);
	object-fit: cover;
	display: block;
}

.sj-home-carousel-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,.9);
	color: #111111;
	box-shadow: 0 8px 22px rgba(17, 17, 17, .14);
	transform: translateY(-50%);
}

.sj-home-carousel-btn:hover {
	background: var(--sj-primary);
	color: #fff;
}

.sj-home-carousel-prev {
	left: 14px;
}

.sj-home-carousel-next {
	right: 14px;
}

.sj-home-carousel-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	z-index: 2;
	pointer-events: auto;
	display: flex;
	justify-content: center;
	gap: 7px;
}

.sj-home-carousel-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,.68);
	box-shadow: 0 0 0 1px rgba(17, 17, 17, .12);
}

.sj-home-carousel-dot.is-active {
	width: 24px;
	background: var(--sj-primary);
}

.sj-home-carousel.is-single .sj-home-carousel-btn,
.sj-home-carousel.is-single .sj-home-carousel-dots {
	display: none;
}

.dvetrina,
.dofferte,
.dcorr {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: stretch;
	margin: 18px 0;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: 0 8px 26px rgba(60, 45, 30, .07);
	overflow: visible;
}

.dvetrina,
.dofferte {
	display: block;
	width: 100%;
}

.sj-product-grid {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.sj-product-link {
	display: flex;
	text-decoration: none;
	color: inherit;
	margin-bottom: 0;
}

.sj-product-link,
.sj-product-detail,
.sj-product-toolbar,
.sj-category-path,
.sj-product-badge,
.desprodelenco,
.dtitolo,
.dbreve,
.dquantita,
.dispprodhome,
.dispprodscheda,
.dpromosc,
#divmodal_add {
	text-transform: lowercase;
}

.sj-product-grid > .sj-product-link {
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .5);
}

.sj-product-link:hover {
	color: inherit;
}

.prodhome {
	float: none;
	flex: 1 1 210px;
	max-width: none;
	min-width: 190px;
	margin: 0;
	padding: 12px;
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(60, 45, 30, .06);
	width: 100%;
}

.prodhome:hover {
	background: #fff;
	box-shadow: 0 10px 26px rgba(60, 45, 30, .12);
	transform: translateY(-1px);
}

.imgprodhome {
	min-height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border-radius: 6px;
	box-shadow: none;
	border: 0;
	overflow: hidden;
}

.imgprodhome img {
	width: auto;
	max-height: 140px;
	object-fit: contain;
	transform: scale(1);
	transition: transform .25s ease;
	will-change: transform;
}

.sj-product-grid .imgprodhome img {
	width: 100%;
	max-width: 260px;
	max-height: 190px;
}

.sj-product-image:hover img,
.sj-product-link:hover .sj-product-image img {
	transform: scale(1.14);
}

.sj-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	min-height: 24px;
	align-items: flex-start;
}

.sj-product-badge {
	border-radius: 999px;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: lowercase;
}

.desprodhome,
.desprodelenco {
	min-height: 42px;
	color: #111111;
	font-size: .88rem;
	line-height: 1.35;
}

.prprodelenco,
.prprodhome {
	color: var(--sj-primary);
	font-size: 1rem;
}

.scrittapr {
	float: none;
	display: block;
	text-align: right;
}

.scritte_tit_off,
.dnews,
.dseiin,
.dpages {
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
}

.dnews {
	margin: 18px 0;
	padding: 18px;
	box-shadow: 0 8px 26px rgba(17, 17, 17, .05);
}

.dnews table,
.dnews tbody,
.dnews tr {
	width: 100%;
}

.dnews tr {
	display: grid;
	grid-template-columns: minmax(220px, .9fr) minmax(220px, 1fr) minmax(320px, 1.35fr);
	gap: 18px;
	align-items: start;
}

.dnews td {
	display: block;
	width: 100% !important;
	padding: 0 !important;
}

.dnews .scritte_tit_bottom {
	display: block;
	color: #111111;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.dnews input[type="text"] {
	width: 100%;
	min-height: 42px;
	margin: 0 0 10px;
	padding: 9px 11px;
	border: 1px solid var(--sj-border);
	border-radius: 6px;
	font-size: .94rem;
}

.dnews td:last-child {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 46px;
	column-gap: 10px;
	row-gap: 10px;
	align-items: start;
}

.dnews td:last-child label[for="txtmail"],
.dnews td:last-child br {
	display: none;
}

.dnews td:last-child #txtmail {
	grid-column: 1;
	margin-bottom: 0;
}

.dnews td:last-child a[href="#news"] {
	grid-column: 2;
	display: block;
	text-decoration: none;
}

.dnews #inpbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 42px;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	background: var(--sj-primary);
	color: #fff;
	font-size: 0;
	font-weight: 800;
	line-height: 1;
}

.dnews #inpbtn::before {
	content: "\f1d8";
	font-family: "Font Awesome 6 Free";
	font-size: .95rem;
	font-weight: 900;
}

.dnews #inpbtn:hover {
	background: var(--sj-primary-dark);
}

.dnews input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 2px 7px 0 0;
	vertical-align: top;
}

.dnews input[type="checkbox"] + label {
	display: inline;
	color: #5f6368;
	font-size: .82rem;
	line-height: 1.35;
}

.dnews td:last-child #chkaut2n {
	grid-column: 1 / -1;
	grid-row: 2;
	align-self: start;
	margin-top: 2px;
}

.dnews td:last-child #chkaut2n + label {
	grid-column: 1 / -1;
	grid-row: 2;
	display: block;
	padding-left: 24px;
	max-width: 100%;
}

.dnews #lblerror {
	display: block;
	margin-top: 8px;
	font-size: .85rem;
}

.sj-pagination-table {
	clear: both;
}

.sj-elenco-loader {
	padding: 24px;
	text-align: center;
}

.sj-elenco-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: auto;
	margin: 16px 0;
	padding: 16px 18px;
}

.sj-breadcrumb-area,
.dseiint.sj-breadcrumb-area {
	float: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	padding-top: 0;
}

.sj-breadcrumb-label {
	color: var(--sj-accent);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: lowercase;
}

.sj-category-path {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: var(--sj-primary);
	font-size: clamp(1.15rem, 2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.2;
	text-transform: lowercase;
}

.sj-path-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--sj-primary);
	text-decoration: none;
}

.sj-path-link:hover {
	color: var(--sj-primary-dark);
}

.sj-path-separator {
	color: #b5aa99;
	font-weight: 400;
}

.sj-list-controls,
.dback.sj-list-controls {
	float: none;
	display: flex;
	align-items: end;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
}

.sj-control-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
	color: var(--sj-accent);
	font-size: .78rem;
	font-weight: 700;
	text-transform: lowercase;
}

.sj-control-group select,
.sj-control-group input {
	min-height: 40px;
	min-width: 190px;
	font-size: .92rem;
	font-weight: 400;
	text-transform: none;
}

.sj-search-control input {
	min-width: 260px;
}

.scritte_tit_off {
	margin-top: 16px;
	padding: 12px 16px;
	font-size: 1rem;
	font-weight: 700;
}

.dnews {
	margin: 18px 0;
	padding: 18px;
}

.dnews table,
.dpie table {
	width: 100% !important;
}

input,
select,
textarea {
	max-width: 100%;
	border-color: #c9bda9;
	background: #fff;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
	border-color: var(--sj-primary);
	box-shadow: 0 0 0 .2rem rgba(206, 68, 81, .16);
}

.inpbutton,
.btnconferma,
.btnnormale,
.btnconf,
.addcarellop,
.vdettp,
.bntaddcartscheda,
.dokc {
	border-radius: 6px;
	text-decoration: none;
}

.inpbutton,
.btnconferma,
.addcarellop,
.bntaddcartscheda,
.dokc {
	background: var(--sj-primary);
	border-color: var(--sj-primary-dark);
}

.dpie {
	margin-top: 18px;
	padding: 24px 18px;
	background: #111111;
	color: #f8f4ee;
	border: 0;
	border-radius: 8px 8px 0 0;
}

.dpie table,
.dpie tbody {
	display: block;
	width: 100% !important;
}

.dpie tr {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
}

.dpie td {
	display: block;
	width: auto !important;
	padding: 4px 0;
	vertical-align: top;
}

.dpie .scritte,
.dpie .scritte a,
.dpie .scritte_tit_bottom {
	color: #f8f4ee;
}

.dpie .scritte_tit_bottom {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.dpie tr:first-child .scritte_tit_bottom::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	color: var(--sj-primary);
	font-family: "Font Awesome 6 Free";
	font-size: .95rem;
	font-weight: 900;
	line-height: 1;
}

.dpie tr:first-child td:nth-child(1).scritte_tit_bottom::before {
	content: "\f1ad";
}

.dpie tr:first-child td:nth-child(2).scritte_tit_bottom::before {
	content: "\f05a";
}

.dpie tr:first-child td:nth-child(3).scritte_tit_bottom::before {
	content: "\f1e0";
}

.dpie tr:not(:first-child) td {
	padding-left: 26px;
}

.dpie .sj-footer-dynamic-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.dpie .sj-footer-dynamic-title::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	color: var(--sj-primary);
	font-family: "Font Awesome 6 Free";
	font-size: .95rem;
	font-weight: 900;
	line-height: 1;
}

.dpie .sj-footer-contact-title::before {
	content: "\f095";
}

.dpie .sj-footer-map-title::before {
	content: "\f3c5";
}

.dpie .sj-footer-detail {
	display: block;
	padding-left: 26px;
}

.dpie #divcontatti,
.dpie #divdove {
	margin-left: -26px;
}

.dpie a {
	text-decoration: none;
}

.dpie a:hover {
	color: #fff;
	text-decoration: underline;
}

.dpie img {
	max-width: 100%;
	height: auto;
}

.dpie .imgsocial {
	width: 34px;
	height: 34px;
	margin: 0 6px 8px 0;
	border-radius: 999px;
}

.dpie .sj-footer-paypal {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(248, 244, 238, .18);
}

.dpie .sj-footer-paypal img {
	display: block;
	width: min(250px, 100%);
	height: auto;
}

.dpie.sj-footer-normalized {
	padding: 26px 22px;
}

.dpie .sj-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
	width: 100%;
}

.dpie .sj-footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}

.dpie .sj-footer-static-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 2px;
}

.dpie .sj-footer-static-title::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	color: var(--sj-primary);
	font-family: "Font Awesome 6 Free";
	font-size: .95rem;
	font-weight: 900;
	line-height: 1;
}

.dpie .sj-footer-company-title::before {
	content: "\f1ad";
}

.dpie .sj-footer-info-title::before {
	content: "\f05a";
}

.dpie .sj-footer-social-title::before {
	content: "\f1e0";
}

.dpie .sj-footer-grid .sj-footer-detail {
	width: 100%;
	padding-left: 26px;
}

.dpie .sj-footer-grid #divcontatti,
.dpie .sj-footer-grid #divdove {
	width: 100%;
	margin: 10px 0 0;
}

.dpie .sj-footer-grid #divcontatti .sj-footer-detail,
.dpie .sj-footer-grid #divdove .sj-footer-detail {
	padding-left: 26px;
}

.dpie .sj-footer-social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-height: 34px;
}

.dpie .sj-footer-social-links .imgsocial {
	margin: 0;
}

.dpie.sj-footer-normalized .sj-footer-paypal {
	width: 100%;
	margin: 8px 0 0 26px;
	padding-top: 10px;
	border-top: 1px solid rgba(248, 244, 238, .18);
}

.dpie.sj-footer-normalized .sj-footer-paypal img {
	width: min(210px, 100%);
}

@media (max-width: 767.98px) {
	.dpie .sj-footer-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.dpie.sj-footer-normalized .sj-footer-paypal {
		margin-left: 26px;
	}
}

.scrittepower {
	text-align: center;
	padding: 12px 16px;
}

.modal-content,
.modal-contentadd {
	width: min(94vw, 900px);
	max-width: 94vw;
	height: auto;
	max-height: 86vh;
	overflow: auto;
}

.modal-contenterror,
.modal-contentconf {
	width: min(92vw, 430px);
	height: auto;
	min-height: 130px;
}

#divmodal_log {
	padding: 28px 14px;
	overflow-y: auto;
}

#divmodal_log .modal-content {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, .85fr) minmax(420px, 1.35fr);
	gap: 24px;
	width: min(96vw, 1080px);
	max-height: calc(100vh - 56px);
	margin: 0 auto;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: 0 18px 55px rgba(17, 17, 17, .18);
	overflow: auto;
}

#divmodal_log .close {
	position: absolute;
	top: 12px;
	right: 16px;
	z-index: 2;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	border-radius: 999px;
	color: #5f6368;
	line-height: 1;
}

#divmodal_log .close:hover,
#divmodal_log .close:focus {
	background: #f3f3f3;
	color: #111111;
}

#divmodal_log .dlogin,
#divmodal_log .dregistrati {
	float: none;
	width: 100%;
	padding: 0;
	font-size: .95rem;
}

#divmodal_log .dlogin {
	padding-right: 0;
}

#divmodal_log .dregistrati {
	margin: 0;
	padding-left: 24px;
	border-left: 1px solid var(--sj-border);
	border-top: 0;
}

#divmodal_log table,
#divmodal_log tbody,
#divmodal_log tr,
#divmodal_log td {
	display: block;
	width: 100% !important;
	height: auto !important;
}

#divmodal_log tr {
	margin-bottom: 12px;
}

#divmodal_log td {
	padding: 0;
}

#divmodal_log label:empty {
	display: none;
}

#divmodal_log .scritte_tit_bottom {
	display: block;
	margin: 0 0 8px;
	color: #111111;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

#divmodal_log #lblerrorlog,
#divmodal_log #lblerrorreg {
	display: block;
	min-height: 18px;
	font-size: .9rem;
}

#divmodal_log input[type="text"],
#divmodal_log input[type="password"],
#divmodal_log select,
#divmodal_log textarea {
	width: 100% !important;
	max-width: 100%;
	min-height: 42px;
	padding: 9px 11px;
	border: 1px solid var(--sj-border);
	border-radius: 6px;
	font-size: .94rem;
}

#divmodal_log textarea {
	min-height: 145px;
	resize: vertical;
	line-height: 1.45;
}

#divmodal_log #txtprivacy {
	width: 100% !important;
	flex-basis: 100%;
}

#divmodal_log .dregistrati #txtragsoc {
	width: calc(100% - 24px) !important;
	flex: 0 1 calc(100% - 24px);
	max-width: calc(100% - 24px);
}

#divmodal_log .dregistrati #txtusername,
#divmodal_log .dregistrati #txtpsw {
	width: auto !important;
	min-width: 0;
	flex: 1 1 0 !important;
	max-width: none;
}

#divmodal_log .dlogin #txtuserl,
#divmodal_log .dlogin #txtpswl {
	width: calc(100% - 24px) !important;
	max-width: calc(100% - 24px);
}

#divmodal_log #txtprivacy {
	min-height: 120px;
	color: #5f6368;
	font-size: .82rem;
	line-height: 1.45;
}

#divmodal_log .dregistrati td:has(.dseparatore),
#divmodal_log .dregistrati td.sj-has-separator {
	display: block;
	width: 100%;
	margin: 4px 0 12px;
}

#divmodal_log .dregistrati .dseparatore {
	width: 100%;
	height: 1px;
	background: var(--sj-border);
	border: 0;
}

#divmodal_log .dregistrati td:has(#txtprivacy),
#divmodal_log .dregistrati td.sj-has-privacy {
	display: block;
	width: 100%;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--sj-border);
}

#divmodal_log .dregistrati td {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

#divmodal_log .dregistrati td > input[type="text"],
#divmodal_log .dregistrati td > input[type="password"],
#divmodal_log .dregistrati td > select,
#divmodal_log .dregistrati td > textarea {
	flex: 1 1 220px;
}

#divmodal_log #txtcap {
	flex: 0 1 110px;
}

#divmodal_log #txtprov {
	flex: 0 1 82px;
}

#divmodal_log #txtcitta {
	flex: 1 1 220px;
}

#divmodal_log .dregistrati td:has(#txtragsoc),
#divmodal_log .dregistrati td:has(#txtcap),
#divmodal_log .dregistrati td:has(#txtusername),
#divmodal_log .dregistrati td.sj-has-company,
#divmodal_log .dregistrati td.sj-has-location,
#divmodal_log .dregistrati td.sj-has-account {
	display: grid;
	align-items: center;
	column-gap: 8px;
	width: 100%;
}

#divmodal_log .dregistrati td:has(#txtragsoc),
#divmodal_log .dregistrati td.sj-has-company {
	grid-template-columns: minmax(0, 1fr) 14px;
}

#divmodal_log .dregistrati td:has(#txtcap),
#divmodal_log .dregistrati td.sj-has-location {
	grid-template-columns: minmax(82px, 110px) 14px minmax(0, 1fr) 14px minmax(62px, 82px) 14px;
}

#divmodal_log .dregistrati td:has(#txtusername),
#divmodal_log .dregistrati td.sj-has-account {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px;
}

#divmodal_log .dregistrati td:has(#txtragsoc) input,
#divmodal_log .dregistrati td:has(#txtcap) input,
#divmodal_log .dregistrati td:has(#txtusername) input,
#divmodal_log .dregistrati td.sj-has-company input,
#divmodal_log .dregistrati td.sj-has-location input,
#divmodal_log .dregistrati td.sj-has-account input {
	width: 100% !important;
	min-width: 0;
	margin: 0;
}

#divmodal_log .dregistrati td:has(#txtragsoc) .scritterosse,
#divmodal_log .dregistrati td:has(#txtcap) .scritterosse,
#divmodal_log .dregistrati td:has(#txtusername) .scritterosse,
#divmodal_log .dregistrati td.sj-has-company .scritterosse,
#divmodal_log .dregistrati td.sj-has-location .scritterosse,
#divmodal_log .dregistrati td.sj-has-account .scritterosse {
	justify-content: center;
	min-width: 14px;
	white-space: nowrap;
}

#divmodal_log .dregistrati #txtusername + .scritterosse,
#divmodal_log .dregistrati #txtpsw + .scritterosse {
	flex: 0 0 14px;
	justify-content: center;
	min-width: 14px;
	white-space: nowrap;
}

#divmodal_log .dlogin td:has(#txtuserl),
#divmodal_log .dlogin td:has(#txtpswl),
#divmodal_log .dlogin td.sj-has-login-user,
#divmodal_log .dlogin td.sj-has-login-password {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 14px;
	align-items: center;
	column-gap: 8px;
	width: 100%;
	text-align: left;
}

#divmodal_log .dlogin td:has(#txtuserl) input,
#divmodal_log .dlogin td:has(#txtpswl) input,
#divmodal_log .dlogin td.sj-has-login-user input,
#divmodal_log .dlogin td.sj-has-login-password input {
	width: 100% !important;
	min-width: 0;
	margin: 0;
}

#divmodal_log .dlogin td:has(#txtuserl) .scritterosse,
#divmodal_log .dlogin td:has(#txtpswl) .scritterosse,
#divmodal_log .dlogin td.sj-has-login-user .scritterosse,
#divmodal_log .dlogin td.sj-has-login-password .scritterosse {
	justify-content: center;
	min-width: 14px;
	white-space: nowrap;
}

#divmodal_log .scritterosse {
	display: inline-flex;
	align-items: center;
	min-width: 8px;
	color: var(--sj-primary);
	font-weight: 800;
}

#divmodal_log .btnconferma {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin: 8px 0 0;
	padding: 10px 14px;
}

#divmodal_log a {
	text-decoration: none;
}

#divmodal_log #tbloksend {
	margin-top: 16px;
	padding: 12px;
	background: #f7f7f7;
	border-radius: 8px;
}

#divmodal_log a[onclick*="login("],
#divmodal_log a[onclick*="re_invia("],
#divmodal_log #lnkreg {
	display: block;
	width: 100%;
	flex: 1 1 100%;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--sj-border);
}

#divmodal_log #lnkreg .btnconferma {
	width: 100%;
}

.dlogin,
.dregistrati,
.ddati,
.ddest,
.add_sx,
.add_dx {
	float: none;
	width: 100%;
}

.dregistrati,
.ddest,
.add_dx {
	margin-top: 16px;
	border-left: 0;
	border-top: 1px solid var(--sj-border);
}

.dprodotti {
	height: auto;
	min-height: 520px;
	margin-left: 0;
	padding: 12px;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.dfiltri {
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
}

.dscheda,
.ddettcarrello,
.dcarrellotop {
	overflow-x: auto;
}

.dcarrellotop {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 18px 0;
	padding: 14px;

	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(17, 17, 17, .05);
	overflow: visible;
}

.dpassi,
.dpassisel {
	float: none;
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	width: fit-content;
	max-width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid var(--sj-border);
	border-radius: 999px;
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.25;
}

.dpassi {
	background: #f7f7f7;
	color: #5f6368;
	font-weight: 600;
}

.dpassisel {
	background: var(--sj-primary);
	border-color: var(--sj-primary);
	color: #fff;
}

.demptycar {
	margin-left: auto;
	align-self: center;
	flex: 0 0 auto;
}

.demptycar a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid var(--sj-border);
	border-radius: 999px;
	background: #fff;
	color: #111111;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.demptycar a:hover {
	border-color: var(--sj-primary);
	color: var(--sj-primary);
}

.ddettcarrello {
	width: 100%;
	min-height: 360px;
	margin-top: 22px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(17, 17, 17, .04);
	overflow-x: auto;
}

.tableprodottodettagli,
.sj-cart-table,
.ddettcarrello table {
	width: 100% !important;
}

.tableprodottodettagli img,
.ddettcarrello img {
	max-width: 100%;
	height: auto;
}

.sj-cart-responsive,
.sj-cart-table,
.sj-checkout-table,
.sj-checkout-confirm,
.dcarrello3,
.ddati,
.ddest {
	width: 100%;
}

.sj-cart-table,
.sj-checkout-table,
.sj-checkout-confirm {
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	overflow: hidden;
}

.sj-cart-lines,
.sj-cart-review,
.sj-cart-confirm-lines table {
	border-collapse: separate;
	border-spacing: 0 10px;
	background: transparent !important;
}

.sj-cart-lines > tbody > tr,
.sj-cart-review > tbody > tr,
.sj-cart-confirm-lines table > tbody > tr {
	background: #fff;
	box-shadow: 0 8px 22px rgba(17, 17, 17, .06);
}

.sj-cart-lines td,
.sj-cart-review td,
.sj-cart-confirm-lines td {
	padding: 12px !important;
	border-top: 1px solid var(--sj-border);
	border-bottom: 1px solid var(--sj-border);
	background: #fff !important;
	vertical-align: middle !important;
}

.sj-cart-lines td:first-child,
.sj-cart-review td:first-child,
.sj-cart-confirm-lines td:first-child {
	border-left: 1px solid var(--sj-border);
	border-radius: 8px 0 0 8px;
}

.sj-cart-lines td:last-child,
.sj-cart-review td:last-child,
.sj-cart-confirm-lines td:last-child {
	border-right: 1px solid var(--sj-border);
	border-radius: 0 8px 8px 0;
}

.sj-cart-lines img,
.sj-cart-review img,
.sj-cart-confirm-lines img {
	border-radius: 6px;
	object-fit: contain;
}

.divsfcellatop,
.dhtabella {
	background: #f7f7f7;
	color: #111111;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	border: 0;
}

.divsfcellatop {
	padding: 14px 16px;
	font-size: 1rem;
}

.dhtabella {
	padding: 10px 12px;
	border: 0 !important;
	font-size: .9rem;
}

.sj-cart-review > tbody > tr:first-child,
.sj-cart-review > tr:first-child {
	box-shadow: none;
}

.sj-cart-review > tbody > tr:first-child td,
.sj-cart-review > tr:first-child td {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
}

.sj-cart-review .dhtabella {
	background: transparent;
	color: #5f6368;
	font-weight: 700;
	text-transform: lowercase;
}

.ddtabella,
.divscritteelenco {
	color: #111111;
	font-size: .92rem;
	line-height: 1.45;
}

.dadd,
.dcestino,
.dcestinodest {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: #f3f3f3;
	color: #111111;
	font-weight: 800;
	text-decoration: none;
}

.dadd:hover,
.dcestino:hover,
.dcestinodest:hover {
	background: var(--sj-primary);
	color: #fff;
}

.daddqta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	float: none;
	font-weight: 700;
}

.sj-cart-qty,
.sj-cart-line-total {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
}

.sj-cart-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: #f3f3f3;
	color: #111111;
	font-size: .78rem;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease;
}

.sj-cart-icon-btn:hover {
	background: var(--sj-primary);
	color: #fff;
}

.sj-cart-delete-btn {
	color: var(--sj-primary);
}

.sj-cart-summary {
	width: min(100%, 420px) !important;
	margin-top: 14px;
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(17, 17, 17, .06);
}

.sj-cart-summary td,
.sj-cart-summary .ddtabellacoupon {
	padding: 12px;
}

.ddtabellacoupon {
	color: #111111;
	font-size: .92rem;
	line-height: 1.45;
}

.dtestacarrello3 {
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(17, 17, 17, .05);
	padding: 18px;
	margin-bottom: 18px;
}

.ddati,
.ddest {
	width: 50%;
	margin: 0 0 14px 0;
	padding: 0 6px 0 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.sj-checkout-billing {
	float: left;
	box-sizing: border-box;
	border-right: 1px solid var(--sj-border);
}

.sj-checkout-shipping {
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 6px;
}

.sj-checkout-step2 {
	clear: both;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	width: 100%;
	margin-top: 22px;
}

.sj-checkout-step2 .ddati,
.sj-checkout-step2 .ddest {
	float: none;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 16px;
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(17, 17, 17, .05);
}

.sj-checkout-step2 .sj-checkout-billing,
.sj-checkout-step2 .sj-checkout-shipping {
	float: none;
	border-right: 1px solid var(--sj-border);
	padding: 16px;
}

.sj-checkout-step2 .sj-checkout-form,
.sj-checkout-step2 .sj-checkout-form tbody,
.sj-checkout-step2 .sj-checkout-form tr,
.sj-checkout-step2 .sj-checkout-form td {
	width: 100% !important;
	height: auto !important;
	min-width: 0;
}

.sj-checkout-step2 .sj-checkout-form tr {
	display: block;
}

.sj-checkout-step2 .sj-checkout-form td {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 6px 0 !important;
	overflow-wrap: anywhere;
}

.sj-checkout-step2 .sj-checkout-form input[type="text"],
.sj-checkout-step2 .sj-checkout-form input[type="password"],
.sj-checkout-step2 .sj-checkout-form select {
	min-width: 0;
	min-height: 0 !important;
	height: auto !important;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	line-height: 1.2;
}

.sj-checkout-field {
	display: block;
	flex: 1 1 220px;
	min-width: 0;
}

.sj-checkout-field.sj-field-small {
	flex: 0 0 auto;
}

.sj-field-label {
	color: #5f6368;
	font-size: .76rem;
	font-weight: 700;
}

.sj-checkout-billing .sj-checkout-form .sj-checkout-field input[type="text"],
.sj-checkout-billing .sj-checkout-form .sj-checkout-field input[type="password"],
.sj-checkout-billing .sj-checkout-form .sj-checkout-field select {
	width: 100% !important;
	margin-bottom: 0;
}

.sj-checkout-step2 .form-floating.sj-checkout-field > .form-control,
.sj-checkout-step2 .form-floating.sj-checkout-field > .form-select {
	height: 42px !important;
	min-height: 42px !important;
	padding: 1.05rem .65rem .25rem !important;
	line-height: 1.2;
}

.sj-checkout-step2 .form-floating.sj-checkout-field > label {
	height: auto;
	padding: .52rem .65rem;
	margin: 0;
	line-height: 1.1;
	pointer-events: none;
}

.sj-checkout-step2 .form-floating.sj-checkout-field > .form-control:focus ~ label,
.sj-checkout-step2 .form-floating.sj-checkout-field > .form-control:not(:placeholder-shown) ~ label,
.sj-checkout-step2 .form-floating.sj-checkout-field > .form-select ~ label {
	opacity: .75;
	transform: scale(.78) translateY(-.35rem) translateX(.1rem);
}

.sj-checkout-billing .sj-checkout-form .sj-checkout-field + .scritterosse,
.sj-checkout-billing .sj-checkout-form .sj-checkout-field + .scrittearancio,
.sj-checkout-billing .sj-checkout-form .sj-checkout-field + .scritte {
	align-self: flex-end;
	margin-bottom: 0;
}

.sj-checkout-shipping .sj-checkout-form td > .sj-checkout-field {
	flex: 1 1 0;
}

.sj-checkout-shipping .sj-checkout-form td > .sj-checkout-field.sj-field-small {
	flex: 0 1 92px;
}

.sj-checkout-shipping .sj-checkout-form .sj-checkout-field + .scritterosse {
	flex: 0 0 10px;
	align-self: center;
	margin: 0;
	white-space: nowrap;
}

.sj-checkout-step2 .sj-checkout-form tr:has(> td:first-child input[type="radio"]),
.sj-checkout-step2 .sj-checkout-form tr.sj-has-radio-row {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	column-gap: 10px;
	align-items: start;
	padding: 10px 0;
	border-bottom: 1px solid var(--sj-border);
}

.sj-checkout-step2 .sj-checkout-form tr:has(> td:first-child input[type="radio"]) > td,
.sj-checkout-step2 .sj-checkout-form tr.sj-has-radio-row > td {
	display: block;
	padding: 0 !important;
}

.sj-checkout-step2 .sj-checkout-form tr:has(> td:first-child input[type="radio"]) > td:first-child,
.sj-checkout-step2 .sj-checkout-form tr.sj-has-radio-row > td:first-child {
	width: 34px !important;
	text-align: center;
}

.sj-checkout-step2 .sj-checkout-form tr:has(> td:first-child input[type="radio"]) > td:nth-child(2),
.sj-checkout-step2 .sj-checkout-form tr.sj-has-radio-row > td:nth-child(2) {
	width: 100% !important;
	min-width: 0;
}

.sj-checkout-billing .sj-checkout-form td:has(#chkprd),
.sj-checkout-billing .sj-checkout-form td.sj-has-different-delivery {
	display: grid;
	grid-template-columns: max-content max-content;
	column-gap: 18px;
	row-gap: 8px;
	align-items: center;
}

.sj-checkout-billing .sj-checkout-form td:has(#chkprd) .scritte,
.sj-checkout-billing .sj-checkout-form td.sj-has-different-delivery .scritte {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.sj-checkout-panel {
	color: #111111;
	font-size: .9rem;
	line-height: 1.45;
}

.sj-checkout-panel .scritte_tit_bottom {
	display: block;
	margin-bottom: 10px;
	color: #111111;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: lowercase;
}

.sj-checkout-panel .scritte,
.sj-checkout-panel .ddtabellacoupon {
	color: #3f4347;
	font-size: .9rem;
	line-height: 1.45;
}

.sj-checkout-panel table,
.sj-checkout-panel tbody,
.sj-checkout-panel tr,
.sj-checkout-panel td {
	border: 0 !important;
	background: transparent !important;
}

.sj-checkout-form label:empty {
	display: none;
}

.ddati table,
.ddest table,
.dtestacarrello3 table,
.dcarrello3 table {
	width: 100% !important;
}

.ddati input[type="text"],
.ddati input[type="password"],
.ddati select,
.ddest input[type="text"],
.ddest select,
.dcarrello3 input[type="text"] {
	box-sizing: border-box;
	min-height: 40px;
	margin: 4px 4px 8px 0;
	padding: 8px 10px;
	border: 1px solid var(--sj-border);
	border-radius: 6px;
	background: #fff;
}

.ddati input[size="48"],
.ddest input[size="48"],
.ddati input[size="30"],
.ddati input[size="21"],
.dcarrello3 input[size="60"] {
	width: min(100%, 420px);
}

.sj-checkout-form td {
	padding: 5px 0 !important;
}

.sj-checkout-billing .sj-checkout-form,
.sj-checkout-billing .sj-checkout-form tbody,
.sj-checkout-billing .sj-checkout-form tr,
.sj-checkout-billing .sj-checkout-form td {
	display: block;
	width: 100% !important;
}

.sj-checkout-billing .sj-checkout-form td {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	min-height: 0;
	overflow: visible;
	text-align: left;
}

.sj-checkout-billing .sj-checkout-form .scritterosse,
.sj-checkout-billing .sj-checkout-form .scrittearancio,
.sj-checkout-billing .sj-checkout-form .scritte {
	flex: 0 0 auto;
}

.sj-checkout-form input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	vertical-align: middle;
	accent-color: var(--sj-primary);
}

.sj-checkout-form label {
	margin-right: 16px;
	color: #3f4347;
	font-weight: 600;
}

.sj-checkout-billing .sj-checkout-form input[type="text"],
.sj-checkout-billing .sj-checkout-form input[type="password"],
.sj-checkout-billing .sj-checkout-form select {
	flex: 1 1 220px;
	width: auto !important;
	max-width: none;
}

.sj-checkout-form #txtcapd,
.sj-checkout-form #txtcapdest {
	width: 88px !important;
}

.sj-checkout-billing .sj-checkout-form #txtcapd,
.sj-checkout-form #txtcapdest {
	flex: 0 0 92px;
}

.sj-checkout-form #txtcittad,
.sj-checkout-form #txtcittadest {
	width: min(100%, 230px) !important;
}

.sj-checkout-billing .sj-checkout-form #txtcittad {
	flex: 1 1 180px;
}

.sj-checkout-form #txtprovd,
.sj-checkout-form #txtprovdest {
	width: 70px !important;
}

.sj-checkout-billing .sj-checkout-form #txtprovd {
	flex: 0 0 70px;
}

.sj-checkout-form #txtpid,
.sj-checkout-form #txtcfd,
.sj-checkout-form #txtteld,
.sj-checkout-form #txtcelld,
.sj-checkout-form #txtuserd,
.sj-checkout-form #txtpswd,
.sj-checkout-form #txtteldest {
	width: min(100%, 210px) !important;
}

.sj-checkout-billing .sj-checkout-form #txtpid,
.sj-checkout-billing .sj-checkout-form #txtcfd,
.sj-checkout-billing .sj-checkout-form #txtteld,
.sj-checkout-billing .sj-checkout-form #txtcelld,
.sj-checkout-billing .sj-checkout-form #txtuserd,
.sj-checkout-billing .sj-checkout-form #txtpswd {
	flex: 1 1 180px;
	width: auto !important;
}

.sj-checkout-form select {
	width: min(100%, 420px);
}

.sj-checkout-options tr.scritte,
.sj-checkout-options tr:has(input[type="radio"]),
.sj-checkout-options tr.sj-has-radio {
	border-bottom: 1px solid var(--sj-border) !important;
}

.sj-checkout-options tr:has(input[type="radio"]) td,
.sj-checkout-options tr.sj-has-radio td {
	padding: 12px 0 !important;
	vertical-align: top !important;
}

.sj-checkout-options td:first-child {
	width: 42px !important;
}

.sj-checkout-step2 .sj-checkout-options td[colspan="2"] {
	display: block;
	width: 100% !important;
	max-width: 100%;
}

.sj-checkout-step2 .sj-checkout-options #tr2 > td,
.sj-checkout-step2 .sj-checkout-options #tr3 > td,
.sj-checkout-step2 .sj-checkout-options #tr5 > td {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 10px;
	column-gap: 6px;
	align-items: center;
}

.sj-checkout-step2 .sj-checkout-options #tr4 > td {
	display: grid !important;
	grid-template-columns: 92px 10px minmax(0, 1fr) 10px 70px 10px;
	column-gap: 6px;
	align-items: center;
}

.sj-checkout-step2 .sj-checkout-options #tr6 > td,
.sj-checkout-step2 .sj-checkout-options #tr7 > td {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
}

.sj-checkout-step2 .sj-checkout-options #tr2 > td > .sj-checkout-field,
.sj-checkout-step2 .sj-checkout-options #tr3 > td > .sj-checkout-field,
.sj-checkout-step2 .sj-checkout-options #tr4 > td > .sj-checkout-field,
.sj-checkout-step2 .sj-checkout-options #tr5 > td > .sj-checkout-field,
.sj-checkout-step2 .sj-checkout-options #tr6 > td > .sj-checkout-field,
.sj-checkout-step2 .sj-checkout-options #tr7 > td > .sj-checkout-field {
	width: 100%;
}

.sj-checkout-step2 .sj-checkout-options #tr2 > td > .scritterosse,
.sj-checkout-step2 .sj-checkout-options #tr3 > td > .scritterosse,
.sj-checkout-step2 .sj-checkout-options #tr4 > td > .scritterosse,
.sj-checkout-step2 .sj-checkout-options #tr5 > td > .scritterosse {
	white-space: nowrap;
}

.sj-checkout-step2 .sj-checkout-options td[colspan="2"] .scritte_tit_bottom,
.sj-checkout-step2 .sj-checkout-options td[colspan="2"] .scritte {
	display: block;
	width: 100%;
	overflow-wrap: normal;
}

.sj-checkout-step2 .sj-checkout-options td[colspan="2"] .btnnormale {
	width: min(100%, 320px);
}

.sj-checkout-options img {
	max-width: min(100%, 220px);
	height: auto;
	object-fit: contain;
}

.sj-checkout-options img[src*="carte"] {
	max-width: min(100%, 280px);
}

.sj-checkout-options .dcestinodest img {
	width: 16px;
	height: 16px;
}

.sj-checkout-actions {
	clear: both;
	width: 100%;
	margin-top: 4px;
	padding: 16px 0 0;
}

.sj-checkout-actions table,
.sj-checkout-actions tbody,
.sj-checkout-actions tr,
.sj-checkout-actions td {
	display: block;
	width: 100% !important;
	border: 0 !important;
	background: transparent !important;
	text-align: right;
}

.sj-checkout-actions .btnconf {
	min-width: min(100%, 340px);
}

.dseparatore {
	height: 1px;
	background: var(--sj-border);
	margin: 10px 0;
}

.btnconf,
.btnnormale,
.dokc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 8px;
	font-weight: 800;
	text-align: center;
}

.btnnormale {
	background: #f3f3f3;
	color: #111111;
}

.dtestacarrello3 {
	min-height: 180px;
}

.sj-checkout-confirm .sj-confirm-addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
	width: 100%;
	margin-top: 22px;
}

.sj-checkout-confirm .sj-confirm-addresses > td {
	display: flex;
	width: 100% !important;
}

.sj-confirm-addresses .dtestacarrello3 {
	width: 100%;
	flex: 1 1 auto;
	height: 100%;
	margin-top: 0;
}

.sj-confirm-addresses .dtestacarrello3 table {
	width: 100% !important;
}

.sj-cart-confirm-lines .dhtabella {
	background: #fff;
	text-transform: lowercase;
}

.sj-confirm-summary {
	float: right;
	width: min(100%, 520px) !important;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

.sj-cart-confirm-lines .sj-confirm-summary {
	border-spacing: 0;
}

.sj-cart-confirm-lines .sj-confirm-summary > tbody > tr {
	box-shadow: none;
}

.sj-confirm-summary .ddtabellacoupon {
	height: auto;
	min-height: 46px;
	border-right: 0;
}

.sj-confirm-summary img {
	max-width: min(100%, 220px);
	height: auto;
	object-fit: contain;
}

.sj-confirm-summary img[src*="carte"] {
	max-width: min(100%, 280px);
}

.sj-confirm-summary #txtnote {
	width: 100% !important;
	min-width: 0;
}

.sj-confirm-security img {
	width: auto;
	max-height: 74px;
	margin: 0 8px 8px 0;
}

.sj-confirm-actions td {
	padding-top: 12px;
}

.sj-confirm-actions a {
	text-decoration: none;
}

.dfotodett {
	height: auto !important;
	min-height: 0;
	margin: 10px 0 20px;
	border: 0 !important;
	border-right: 0 !important;
}

.sj-product-detail {
	width: 100%;
}

.sj-product-detail-layout {
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	table-layout: auto;
	overflow: visible;
}

.sj-product-detail-layout > tbody > tr > td {
	padding: 16px;
}

.sj-product-detail-layout > tbody > tr:first-child > td:nth-child(2),
.sj-product-detail-layout > tbody > tr:nth-child(2) > td,
.sj-product-detail-layout > tbody > tr:nth-child(3) > td,
.sj-product-detail-layout > tbody > tr:nth-child(4) > td {
	background: #fff;
}

.sj-product-toolbar {
	align-items: center;
}

.sj-product-back {
	float: none;
}

.sj-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid var(--sj-border);
	border-radius: 999px;
	color: var(--sj-accent);
	font-size: .9rem;
	font-weight: 700;
	padding: 9px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.sj-product-toolbar .sj-back-link {
	justify-content: center;
	min-width: min(100%, 340px);
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 8px;
	font-weight: 800;
	line-height: 1.2;
}

.sj-back-link:hover {
	border-color: var(--sj-primary);
	color: var(--sj-primary);
}

.dtitolo {
	font-size: clamp(2.1rem, 4vw, 3.45rem);
	line-height: 1.12;
	padding: 12px 0 8px;
	color: var(--sj-primary);
	text-transform: uppercase;
}

.sj-inline-product-sheet {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--sj-border);
}

.sj-product-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 10px;
}

.sj-product-meta #divdisp {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0;
	padding: 4px 10px;
}

.dbreve {
	color: #111111;
	font-size: .95rem;
	line-height: 1.55;
	padding: 10px 0 18px;
}

.dispprodscheda {
	display: flex;
	align-items: center;
	min-height: 34px;
}

.dquantita {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
}

.dquantita input {
	width: 92px;
	text-align: center;
}

.sj-product-buybox {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--sj-border);
}

.sj-product-buyrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.prscheda {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 54px;
}

.scrittaprscheda {
	float: none;
	color: var(--sj-primary);
	font-size: clamp(1.55rem, 2.5vw, 2.15rem);
	font-weight: 800;
	padding-right: 0;
}

.dprezzi {
	background: #fbfaf8;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	margin: 12px 0 0;
	padding: 16px;
}

.bntaddcartscheda {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	width: min(100%, 420px);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(206, 68, 81, .22);
	font-size: 1.05rem;
	letter-spacing: 0;
}

.bntaddcartscheda:hover {
	background-color: var(--sj-primary-dark);
	color: #fff;
}

.bntaddcartscheda:disabled {
	cursor: wait;
	opacity: .7;
}

#divimg0 {
	position: relative;
	text-align: center;
}

#divimg0 img#img0 {
	width: min(100%, 760px);
	height: auto;
	object-fit: contain;
}

.sj-gallery-cell {
	width: 48%;
	border-right: 1px solid var(--sj-border);
}

.sj-gallery {
	position: relative;
	max-width: 100%;
	background: #fff;
	border: 0;
	border-radius: 0;
	padding: 14px;
}

.sj-gallery-main {
	background: #faf8f4;
	border-radius: 8px;
	overflow: hidden;
}

.sj-gallery-main-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: clamp(280px, 44vw, 560px);
	padding: 16px;
	background: transparent;
	border: 0;
	cursor: zoom-in;
}

.sj-gallery-main-button img {
	display: block;
	max-width: 100%;
	max-height: 520px;
}

.sj-gallery-zoom-indicator {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,.94);
	border: 1px solid var(--sj-border);
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(60, 45, 30, .12);
	pointer-events: none;
}

.sj-gallery-thumbnails {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
	gap: 10px;
	height: auto !important;
	max-height: none !important;
	margin-top: 12px;
	overflow: visible !important;
}

.dschedaimg.sj-gallery-thumbnails {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.sj-share-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.sj-share-link {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--sj-accent);
	color: #fff;
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}

.sj-share-link:hover {
	background: var(--sj-primary);
	color: #fff;
}

.sj-gallery-thumb {
	aspect-ratio: 4 / 3;
	background: transparent;
	border: 1px solid var(--sj-border);
	border-radius: 6px;
	cursor: pointer;
	padding: 5px;
}

.sj-gallery-thumb:hover,
.sj-gallery-thumb.is-active {
	border-color: var(--sj-primary);
	box-shadow: 0 0 0 2px rgba(31, 58, 95, .14);
}

.sj-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sj-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(18, 16, 14, .86);
	padding: 22px;
}

.sj-gallery-lightbox.is-open {
	display: flex;
}

.sj-gallery-open {
	overflow: hidden;
}

.sj-gallery-lightbox-panel {
	position: relative;
	width: min(96vw, 1180px);
	height: min(92vh, 820px);
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 12px;
}

.sj-gallery-lightbox-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	background: #fff;
	border-radius: 8px;
	padding: 18px;
}

.sj-gallery-lightbox-stage img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transform-origin: center center;
	transition: transform .18s ease;
}

.sj-gallery-lightbox-close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111111;
	font-size: 30px;
	line-height: 1;
}

.sj-gallery-lightbox-tools {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.sj-gallery-lightbox-tools button {
	min-width: 54px;
	border: 0;
	border-radius: 6px;
	background: #fff;
	color: #111111;
	font-weight: 700;
	padding: 9px 12px;
}

.delimg {
	width: calc(100% - 74px);
}

.modal,
.modaladd,
.modalerror,
.modalconf {
	z-index: 10000 !important;
	padding-left: 12px;
	padding-right: 12px;
}

.modal-content,
.modal-contentadd,
.modal-contenterror,
.modal-contentconf {
	position: relative;
	z-index: 10001;
}

/* Professional visual refresh */
:root {
	--sj-primary: #1f3a5f;
	--sj-primary-dark: #14263f;
	--sj-primary-soft: #e9eef6;
	--sj-accent: #d97706;
	--sj-accent-soft: #fff4df;
	--sj-surface: #ffffff;
	--sj-soft: #f4f7fb;
	--sj-border: #d9e2ec;
	--sj-text: #172033;
	--sj-muted: #667085;
	--sj-shadow-sm: 0 4px 14px rgba(16, 24, 40, .07);
	--sj-shadow-md: 0 14px 34px rgba(16, 24, 40, .11);
}

body.sfondo {
	background: linear-gradient(180deg, #f7fafc 0%, #eef4f7 44%, #f6f8fb 100%);
	color: var(--sj-text);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

.tblprimaria {
	background: transparent;
}

.scritte,
.scritte a,
.scritte_tit_bottom,
.scritte_tit_bottom a {
	color: var(--sj-text);
}

.scritte_tit_bottom,
.scritte_tit_off,
.dtitolo {
	letter-spacing: 0;
}

.dlogol,
.dlogoc,
.dlogor {
	padding-top: 18px;
	padding-bottom: 16px;
}

#divlogo img {
	filter: drop-shadow(0 8px 18px rgba(16, 24, 40, .10));
}

.tblprimaria > tbody > tr:first-child > td:first-child {
	width: 60% !important;
}

.tblprimaria > tbody > tr:first-child > td:last-child {
	display: table-cell;
	width: 40% !important;
	padding-top: 16px;
	text-align: right !important;
	vertical-align: top;
}

.tblprimaria > tbody > tr:first-child > td:last-child[align="right"] {
	text-align: right;
}

.sj-language-switch,
.sj-header-action {
	justify-content: flex-end;
	width: auto;
}

.tblprimaria > tbody > tr:first-child > td:last-child .sj-header-action,
.tblprimaria > tbody > tr:first-child > td:last-child .dcarrello.sj-header-action {
	display: inline-flex;
	vertical-align: top;
	margin-top: 0;
	white-space: nowrap;
}

.sj-language-switch {
	display: flex;
	gap: 0;
	width: max-content;
	margin: 0 0 6px auto;
	padding: 3px;
	background: #ffffff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: none;
}

.sj-lang-link,
.sj-header-action a,
.dcarrello a {
	border-radius: 6px;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.sj-lang-link,
.sj-header-action a,
.dcarrello a,
.sj-back-link {
	background: #ffffff;
	border-color: var(--sj-border);
	color: var(--sj-text) !important;
	box-shadow: none;
}

.sj-lang-link {
	min-height: 28px;
	padding: 5px 8px;
	border: 0;
	background: transparent;
	color: var(--sj-muted) !important;
	font-size: .76rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.sj-header-action a,
.dcarrello a {
	justify-content: flex-start;
	min-width: 0;
	min-height: 38px;
	padding: 8px 10px;
	border-radius: 8px;
	font-size: .8rem;
	font-weight: 600;
	line-height: 1.2;
}

.sj-header-action a i,
.dcarrello a i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 0;
	background: transparent;
	color: var(--sj-primary-dark);
	font-size: .88rem;
	flex: 0 0 20px;
}

.dcarrello a {
	border-color: rgba(217, 119, 6, .28);
	color: var(--sj-text) !important;
}

.dcarrello a i {
	color: #9a4f00;
}

.dcarrello #lblcar {
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
}

.sj-lang-link:hover,
.sj-header-action a:hover,
.dcarrello a:hover,
.sj-back-link:hover {
	background: var(--sj-primary-soft);
	border-color: var(--sj-primary);
	color: var(--sj-primary-dark) !important;
}

.dcarrello a:hover {
	background: var(--sj-accent-soft);
	border-color: var(--sj-accent);
	color: #8a4b05 !important;
}

.dmenu {
	min-height: 52px;
	border: 1px solid rgba(31, 58, 95, .18);
	border-bottom: 3px solid var(--sj-primary);
	background: linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
	border-radius: 8px;
	box-shadow: var(--sj-shadow-sm);
	overflow: visible;
}

#nav li a,
#nav .nav-link {
	background: transparent;
	color: var(--sj-text);
	font-weight: 700;
	letter-spacing: .02em;
}

#nav li a:hover,
#nav .nav-link:hover {
	background: rgba(31, 58, 95, .11);
	color: var(--sj-primary-dark);
}

#nav ul ul,
#nav ul li:hover ul,
#nav .dropdown-menu {
	border-color: var(--sj-border);
	border-radius: 0 0 8px 8px;
	box-shadow: var(--sj-shadow-md);
}

#nav ul ul li a,
#nav .dropdown-menu a,
#nav .dropdown-item {
	font-weight: 400;
}

.sj-search-inline,
.dcentrale,
.dvetrina,
.dofferte,
.dcorr,
.dnews,
.dseiin,
.dpages,
.scritte_tit_off,
.sj-product-detail-layout,
.ddettcarrello,
.dcarrello3,
.sj-checkout-panel,
.dtestacarrello3,
#divmodal_log .modal-content {
	background: var(--sj-surface);
	border-color: var(--sj-border);
	box-shadow: var(--sj-shadow-sm);
}

.dcentrale,
.dvetrina,
.dofferte,
.dcorr,
.dnews,
.sj-product-detail-layout,
.ddettcarrello,
.dcarrello3,
.sj-checkout-panel,
.dtestacarrello3 {
	border-radius: 8px;
}

.prodhome {
	background: #ffffff;
	border-color: var(--sj-border);
	box-shadow: var(--sj-shadow-sm);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.prodhome:hover {
	border-color: rgba(31, 58, 95, .34);
	box-shadow: var(--sj-shadow-md);
	transform: translateY(-3px);
}

.imgprodhome,
.sj-gallery-main {
	background: transparent;
}

.desprodhome,
.desprodelenco,
.dbreve {
	color: var(--sj-text);
}

.prprodelenco,
.prprodhome,
.scrittaprscheda,
.dtitolo {
	color: var(--sj-primary-dark);
}

.sj-product-badge,
.dispprodhome,
.dispprodscheda,
.ddisponibile,
.dndisponibile,
.sj-product-meta #divdisp {
	background: transparent;
	color: #8a4b05;
	border-color: transparent;
	box-shadow: none;
}

.sj-product-link,
.sj-product-detail,
.sj-product-toolbar,
.sj-category-path,
.sj-product-badge,
.desprodelenco,
.dtitolo,
.dbreve,
.dquantita,
.dispprodhome,
.dispprodscheda,
.dpromosc,
#divmodal_add {
	text-transform: none;
}

input,
select,
textarea,
.form-control,
.form-select {
	border-color: var(--sj-border);
	color: var(--sj-text);
	background-color: #ffffff;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus,
.form-select:focus {
	border-color: var(--sj-primary);
	box-shadow: 0 0 0 .2rem rgba(31, 58, 95, .16);
}

.inpbutton,
.btnconferma,
.addcarellop,
.bntaddcartscheda,
.dokc,
.dnews #inpbtn,
.sj-home-carousel-dot.is-active {
	background: var(--sj-primary);
	border-color: var(--sj-primary-dark);
	color: #ffffff;
}

.btnconferma:hover,
.btnnormale:hover,
.btnconf:hover,
.addcarellop:hover,
.bntaddcartscheda:hover,
.dokc:hover,
.dnews #inpbtn:hover,
.sj-home-carousel-btn:hover {
	background: var(--sj-primary-dark);
	color: #ffffff;
}

.btnnormale,
.btnconf,
.vdettp {
	background: #ffffff;
	border: 1px solid var(--sj-border);
	color: var(--sj-primary-dark);
	box-shadow: var(--sj-shadow-sm);
}

.bntaddcartscheda {
	box-shadow: 0 12px 28px rgba(31, 58, 95, .22);
}

.dprezzi,
.sj-product-buybox,
.sj-inline-product-sheet {
	border-color: var(--sj-border);
	background: #f8fbfa;
}

.dnews .scritte_tit_bottom {
	color: var(--sj-primary-dark);
}

.dpie {
	background: #101828;
	color: #f8fafc;
	border-top: 4px solid var(--sj-primary);
}

.dpie .scritte,
.dpie .scritte a,
.dpie .scritte_tit_bottom {
	color: #f8fafc;
}

.dpie a:hover {
	color: #fbbf24;
}

.scritterosse {
	color: #dc2626;
}

.scrittearancio {
	color: var(--sj-accent);
}

.modalerror,
.modalconf {
	z-index: 1000;
	padding: 24px 12px;
	background: rgba(15, 23, 42, .58);
}

.modal-contenterror,
.modal-contentconf {
	position: relative;
	width: min(92vw, 460px);
	min-height: 0;
	height: auto;
	margin: 12vh auto 0;
	padding: 24px 24px 20px;
	background: #ffffff;
	border: 1px solid var(--sj-border);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
	color: var(--sj-text);
}

.errormess,
.errorconf {
	padding: 8px 34px 8px 0;
	color: var(--sj-text);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.45;
}

.errormess label,
.errorconf label,
#lblberrocart,
#lblberrorconf {
	color: var(--sj-text);
	font-size: 1rem;
	line-height: 1.45;
}

.errormess b,
.errorconf b,
#lblberrocart b,
#lblberrorconf b {
	display: inline-block;
	margin-bottom: 4px;
	color: #b42318;
	font-size: 1.05rem;
	letter-spacing: 0;
}

.closeerror,
.closeconf {
	position: absolute;
	top: 10px;
	right: 14px;
	float: none;
	color: var(--sj-muted);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}

.closeerror:hover,
.closeerror:focus,
.closeconf:hover,
.closeconf:focus {
	color: var(--sj-text);
	text-decoration: none;
	cursor: pointer;
}

.modal-contentconf .btnconf {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	margin: 12px 0 0;
	background: var(--sj-primary);
	border-color: var(--sj-primary-dark);
	color: #ffffff;
	box-shadow: var(--sj-shadow-sm);
}

.modal-contentconf .btnconf:hover {
	background: var(--sj-primary-dark);
	color: #ffffff;
}

.sj-action-loading,
.sj-action-loading:hover {
	pointer-events: none;
	cursor: wait;
	opacity: .82;
}

.sj-action-loading > div,
.sj-action-loading > span,
button.sj-action-loading,
input.sj-action-loading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.sj-btn-loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: sjSpin .75s linear infinite;
	flex: 0 0 16px;
}

.sj-input-btn-loader {
	margin-left: 8px;
	vertical-align: middle;
	color: var(--sj-primary);
}

@keyframes sjSpin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 991.98px) {
	.sj-checkout-step2 {
		grid-template-columns: 1fr;
	}

	#divmodal_log .modal-content {
		grid-template-columns: 1fr;
		gap: 18px;
		width: min(96vw, 720px);
		padding: 24px;
	}

	#divmodal_log .dregistrati {
		padding-left: 0;
		padding-top: 18px;
		border-left: 0;
		border-top: 1px solid var(--sj-border);
	}

	.tblprimaria > tbody > tr:first-child > td {
		display: block;
		width: 100% !important;
		text-align: center !important;
	}

	.tblprimaria > tbody > tr:first-child > td:first-child,
	.tblprimaria > tbody > tr:first-child > td:last-child {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		text-align: center !important;
	}

	#divlogo,
	.dlogol,
	.dlogoc,
	.dlogor {
		text-align: center;
	}

	.dtop,
	.dcarrello {
		text-align: center;
	}

	.sj-language-switch,
	.sj-header-action,
	.sj-service-strip {
		justify-content: center;
	}

	.sj-language-switch {
		width: max-content;
		margin: 4px auto 6px;
	}

	.tblprimaria > tbody > tr:first-child > td:last-child .sj-header-action,
	.tblprimaria > tbody > tr:first-child > td:last-child .dcarrello.sj-header-action {
		display: inline-flex;
	}

	.sj-header-action a,
	.dcarrello a {
		min-width: min(100%, 260px);
		justify-content: center;
	}

	.dtrasp table,
	.dtrasp tbody,
	.dtrasp tr,
	.dtrasp td {
		display: block;
		width: 100% !important;
		text-align: center;
	}

	#dcerca {
		margin-bottom: 10px;
		text-align: left !important;
	}

	.sj-search-inline {
		justify-content: flex-start;
		margin-left: 0;
		margin-right: auto;
	}

	.dvetrina,
	.dofferte,
	.dcorr {
		justify-content: center;
	}

	.prodhome {
		flex-basis: calc(50% - 18px);
		max-width: none;
	}

	.dprodotti .sj-product-link {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767.98px) {
	html,
	body.sfondo {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.tblprimaria,
	.tblprimaria > tbody,
	.tblprimaria > tbody > tr,
	.tblprimaria > tbody > tr > td {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
	}

	.tblprimaria > tbody > tr:first-child > td:first-child,
	.tblprimaria > tbody > tr:first-child > td:last-child {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
	}

	.tblprimaria > tbody > tr:first-child > td:last-child .sj-header-action,
	.tblprimaria > tbody > tr:first-child > td:last-child .dcarrello.sj-header-action {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		margin-top: 6px;
		white-space: normal;
	}

	.sj-language-switch {
		width: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.sj-header-action a,
	.dcarrello a {
		width: 100%;
		max-width: 290px;
		min-width: 0 !important;
		white-space: normal;
	}

	.dcarrello #lblcar {
		white-space: normal;
	}

	#divmodal_log {
		padding: 12px 8px;
	}

	#divmodal_log .modal-content {
		width: 100%;
		max-width: 100%;
		max-height: calc(100vh - 24px);
		padding: 20px 14px 16px;
	}

	#divmodal_log .close {
		top: 8px;
		right: 8px;
	}

	#divmodal_log .scritte_tit_bottom {
		padding-right: 36px;
		font-size: .98rem;
	}

	#divmodal_log .dregistrati td {
		display: block;
	}

	#divmodal_log .dregistrati td:has(#txtragsoc),
	#divmodal_log .dregistrati td:has(#txtcap),
	#divmodal_log .dregistrati td:has(#txtusername),
	#divmodal_log .dlogin td:has(#txtuserl),
	#divmodal_log .dlogin td:has(#txtpswl),
	#divmodal_log .dregistrati td.sj-has-company,
	#divmodal_log .dregistrati td.sj-has-location,
	#divmodal_log .dregistrati td.sj-has-account,
	#divmodal_log .dlogin td.sj-has-login-user,
	#divmodal_log .dlogin td.sj-has-login-password {
		display: block;
	}

	#divmodal_log input[type="text"],
	#divmodal_log input[type="password"],
	#divmodal_log select,
	#divmodal_log textarea {
		margin-top: 6px;
	}

	#divmodal_log .dregistrati #txtragsoc,
	#divmodal_log .dregistrati #txtusername,
	#divmodal_log .dregistrati #txtpsw,
	#divmodal_log .dlogin #txtuserl,
	#divmodal_log .dlogin #txtpswl {
		width: 100% !important;
		max-width: 100%;
		flex: 1 1 100%;
	}

	#divmodal_log .scritterosse {
		margin-top: 3px;
	}

	body.sfondo {
		background: var(--sj-soft);
	}

	.tblprimaria {
		border: 0;
		box-shadow: none;
	}

	.tblprimaria > tbody > tr > td {
		display: block;
		width: 100% !important;
		padding-left: 12px;
		padding-right: 12px;
	}

	#nav ul {
		display: block;
	}

	#nav li {
		display: block;
		width: 100%;
		border-bottom: 1px solid var(--sj-border);
	}

	#nav ul ul,
	#nav ul li:hover ul {
		position: static;
		visibility: visible;
		display: block;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		background: #f9f6f1;
	}

	#nav ul ul li a {
		padding-left: 28px;
		white-space: normal;
		background: #f9f6f1;
		color: #3f3f3f;
		text-transform: lowercase;
	}

	.dcentrale {
		min-height: 180px;
	}

	.sj-home-carousel,
	.sj-home-carousel-track,
	.sj-home-carousel-slide img {
		min-height: 210px;
	}

	.sj-home-carousel-btn {
		width: 36px;
		height: 36px;
	}

	.dvetrina,
	.dofferte,
	.dcorr {
		display: block;
		padding: 12px;
	}

	.prodhome {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin: 0 0 14px;
	}

	.dprodotti .sj-product-link,
	.sj-product-link {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dnews table,
	.dnews tbody,
	.dnews tr,
	.dnews td,
	.dpie table,
	.dpie tbody,
	.dpie tr,
	.dpie td {
		display: block;
		width: 100% !important;
	}

	.dnews input[type="text"],
	.dnews input[type="email"] {
		width: 100%;
		margin-top: 8px;
	}

	.dnews td:last-child {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 46px;
	}

	.dpie tr {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.inpbutton {
		float: none;
		right: auto;
		display: inline-block;
		width: auto;
		margin-top: 10px;
		padding: 8px 14px;
	}

	.dpie td {
		margin-bottom: 10px;
	}

	.dpassi,
	.dpassisel {
		width: fit-content;
		justify-content: center;
	}

	.dcarrellotop {
		padding: 12px;
		gap: 8px;
	}

	.demptycar {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.demptycar a {
		justify-content: center;
		width: 100%;
	}

	.ddettcarrello {
		padding: 12px;
	}

	.modal,
	.modaladd,
	.modalerror,
	.modalconf {
		padding-top: 24px;
	}

	.sj-product-detail-layout,
	.sj-product-detail-layout > tbody,
	.sj-product-detail-layout > tbody > tr,
	.sj-product-detail-layout > tbody > tr > td {
		display: block;
		width: 100% !important;
	}

	.sj-product-detail-layout > tbody > tr > td {
		padding: 12px;
	}

	.sj-cart-lines,
	.sj-cart-lines > tbody,
	.sj-cart-lines > tbody > tr,
	.sj-cart-lines > tbody > tr > td,
	.sj-cart-review,
	.sj-cart-review > tbody,
	.sj-cart-review > tbody > tr,
	.sj-cart-review > tbody > tr > td,
	.sj-cart-confirm-lines table,
	.sj-cart-confirm-lines tbody,
	.sj-cart-confirm-lines tr,
	.sj-cart-confirm-lines td {
		display: block;
		width: 100% !important;
	}

	.sj-cart-lines > tbody > tr,
	.sj-cart-review > tbody > tr,
	.sj-cart-confirm-lines tr {
		margin-bottom: 14px;
		border: 1px solid var(--sj-border);
		border-radius: 8px;
		overflow: hidden;
	}

	.sj-cart-lines td,
	.sj-cart-review td,
	.sj-cart-confirm-lines td {
		border: 0 !important;
		border-radius: 0 !important;
		text-align: left !important;
	}

	.sj-cart-lines td:first-child,
	.sj-cart-review td:first-child,
	.sj-cart-confirm-lines td:first-child {
		padding-top: 14px !important;
	}

	.sj-cart-lines td img,
	.sj-cart-review td img,
	.sj-cart-confirm-lines td img {
		max-width: 120px;
		height: auto;
	}

	.sj-cart-summary {
		float: none;
		width: 100% !important;
	}

	.ddati,
	.ddest,
	.dtestacarrello3 {
		float: none;
		width: 100% !important;
		margin-right: 0;
		padding: 14px;
	}

	.sj-checkout-billing {
		float: none;
		border-right: 0;
		border-bottom: 1px solid var(--sj-border);
		padding: 0 0 14px 0;
		margin-bottom: 14px;
	}

	.sj-checkout-shipping {
		float: none;
		padding: 0;
	}

	.ddati table,
	.ddati tbody,
	.ddati tr,
	.ddati td,
	.ddest table,
	.ddest tbody,
	.ddest tr,
	.ddest td {
		display: block;
		width: 100% !important;
	}

	.ddati input[type="text"],
	.ddati input[type="password"],
	.ddati select,
	.ddest input[type="text"],
	.ddest select,
	.dcarrello3 input[type="text"] {
		width: 100% !important;
		margin-right: 0;
	}

	.sj-checkout-form #txtcapd,
	.sj-checkout-form #txtcapdest,
	.sj-checkout-form #txtcittad,
	.sj-checkout-form #txtcittadest,
	.sj-checkout-form #txtprovd,
	.sj-checkout-form #txtprovdest,
	.sj-checkout-form #txtpid,
	.sj-checkout-form #txtcfd,
	.sj-checkout-form #txtteld,
	.sj-checkout-form #txtcelld,
	.sj-checkout-form #txtuserd,
	.sj-checkout-form #txtpswd,
	.sj-checkout-form #txtteldest {
		width: 100% !important;
	}

	.sj-checkout-options tr:has(input[type="radio"]),
	.sj-checkout-options tr.sj-has-radio {
		display: grid;
		grid-template-columns: 34px minmax(0, 1fr);
		align-items: start;
	}

	.sj-checkout-step2 .sj-checkout-form td {
		display: block;
		width: 100% !important;
	}

	.sj-checkout-step2 .sj-checkout-form tr:has(> td:first-child input[type="radio"]),
	.sj-checkout-step2 .sj-checkout-form tr.sj-has-radio-row {
		display: grid;
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.sj-checkout-actions {
		padding-top: 8px;
	}

	.sj-checkout-actions table,
	.sj-checkout-actions td {
		text-align: left;
	}

	.sj-checkout-confirm,
	.sj-checkout-confirm > tbody,
	.sj-checkout-confirm > tbody > tr,
	.sj-checkout-confirm > tbody > tr > td {
		display: block;
		width: 100% !important;
	}

	.sj-checkout-confirm > tbody > tr:first-child {
		display: block;
	}

	.sj-checkout-confirm .sj-confirm-addresses {
		display: block;
	}

	.sj-confirm-summary,
	.sj-confirm-summary tbody,
	.sj-confirm-summary tr,
	.sj-confirm-summary td {
		display: block;
		width: 100% !important;
	}

	.sj-confirm-summary {
		float: none;
		margin-top: 10px;
	}

	.sj-confirm-summary tr {
		border-bottom: 1px solid var(--sj-border);
	}

	.sj-confirm-summary tr:last-child {
		border-bottom: 0;
	}

	.sj-confirm-summary td {
		text-align: left !important;
	}

	.sj-confirm-actions {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.btnconf,
	.btnnormale,
	.dokc {
		width: 100%;
	}

	.sj-product-toolbar {
		align-items: stretch;
	}

	.sj-product-back,
	.sj-back-link {
		width: 100%;
		justify-content: center;
	}

	.dtitolo {
		padding-top: 18px;
	}

	.prscheda {
		justify-content: flex-start;
	}

	.dprezzi {
		padding: 12px;
	}

	.bntaddcartscheda {
		width: 100%;
	}

	.sj-gallery-cell {
		border-right: 0;
		border-bottom: 1px solid var(--sj-border);
	}

	.sj-gallery {
		padding: 10px;
	}

	.sj-gallery-main-button {
		min-height: 260px;
	}

	.sj-gallery-thumbnails {
		grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
	}

	.sj-elenco-toolbar {
		align-items: stretch;
		flex-direction: column;
		padding: 14px;
	}

	.sj-list-controls,
	.dback.sj-list-controls {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.sj-control-group select,
	.sj-control-group input,
	.sj-search-control input {
		width: 100%;
		min-width: 0;
	}

	.dschedaimg {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.delimg {
		width: calc(100% - 70px);
		overflow-x: auto;
	}
}

@media (max-width: 479.98px) {
	.tblprimaria > tbody > tr > td {
		padding-left: 8px;
		padding-right: 8px;
	}

	#divlogo img {
		max-height: 74px;
	}

	.dcarrello a {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.imgprodhome {
		min-height: 130px;
	}

	.scritte,
	.scritte_tit_bottom,
	.scritte_tit_off,
	.dtrasp {
		font-size: .86rem;
	}
}

@media (max-width: 767.98px) {
	/* Strong mobile single-column safety net */
	*,
	*::before,
	*::after {
		max-width: 100%;
	}

	.sj-header-action,
	.dcarrello.sj-header-action,
	.sj-header-action a,
	.dcarrello a,
	#btn_log,
	#divcarello a {
		display: flex;
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center;
	}

	#divtop,
	#divcarello {
		display: block !important;
		width: 100% !important;
		margin-top: 6px !important;
	}

	.sj-language-switch {
		justify-content: center;
	}

	.dcarrellotop {
		display: grid !important;
		grid-template-columns: 1fr;
		align-items: stretch;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		gap: 8px;
	}

	.dpassi,
	.dpassisel,
	.demptycar,
	.demptycar a {
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center;
		text-align: center;
	}

	.ddettcarrello {
		margin-top: 14px !important;
		overflow: visible !important;
	}

	.sj-product-detail-layout,
	.sj-product-detail-layout tbody,
	.sj-product-detail-layout tr,
	.sj-product-detail-layout td,
	.sj-gallery-cell,
	.sj-product-detail-layout > tbody > tr:first-child > td:nth-child(2),
	.sj-product-detail-layout > tbody > tr:nth-child(2) > td,
	.sj-product-detail-layout > tbody > tr:nth-child(3) > td,
	.sj-product-detail-layout > tbody > tr:nth-child(4) > td {
		display: block !important;
		width: 100% !important;
		float: none !important;
		clear: both;
	}

	.sj-product-detail-layout > tbody > tr {
		margin: 0 0 14px;
		overflow: visible !important;
	}

	.sj-product-detail-layout > tbody > tr > td {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.sj-product-detail-layout > tbody > tr > td[colspan],
	.sj-product-detail-layout > tbody > tr > td[colspan] > table,
	.sj-product-detail-layout > tbody > tr > td[colspan] > table > tbody,
	.sj-product-detail-layout > tbody > tr > td[colspan] > table > tbody > tr,
	.sj-product-detail-layout > tbody > tr > td[colspan] > table > tbody > tr > td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		clear: both;
		height: auto !important;
	}

	#divbreve,
	#divschedadett,
	#divallegati,
	#divsei2,
	#divofferte,
	#divsei3,
	#divrec {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		clear: both;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 0 16px !important;
		overflow: visible !important;
	}

	#divschedadett,
	#divallegati,
	#divrec {
		padding: 14px 0 0 !important;
		border-top: 1px solid var(--sj-border);
	}

	.ddispscheda,
	.dodispscheda,
	.dndispscheda,
	.drecensione,
	.drecensioneno,
	.prbarratoscheda,
	.scrittascscheda,
	.scrittaprscheda,
	.scrittafascescheda {
		float: none !important;
		clear: both;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 0 8px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: left !important;
	}

	.sj-product-meta,
	.sj-product-meta span,
	.sj-product-meta #divdisp {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		clear: both;
		margin: 0 0 8px !important;
		padding-left: 0 !important;
	}

	.sj-product-toolbar,
	.sj-product-buyrow,
	.sj-product-meta,
	.dquantita,
	.prscheda {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 10px;
	}

	.prscheda,
	.scrittaprscheda {
		text-align: left;
		justify-content: flex-start;
	}

	.sj-gallery,
	.dfotodett,
	#divimg0,
	#divimg0 img#img0,
	.sj-gallery-main,
	.sj-gallery-main-button {
		width: 100% !important;
		max-width: 100% !important;
	}

	.sj-gallery-cell {
		border-right: 0;
		border-bottom: 1px solid var(--sj-border);
	}

	.dprezzi,
	.dprezzi table,
	.dprezzi tbody,
	.dprezzi tr,
	.dprezzi td,
	.sj-inline-product-sheet,
	.sj-inline-product-sheet table,
	.sj-inline-product-sheet tbody,
	.sj-inline-product-sheet tr,
	.sj-inline-product-sheet td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
	}

	.sj-inline-product-sheet img,
	.dprezzi img {
		max-width: 100%;
		height: auto;
	}

	.sj-cart-table,
	.sj-checkout-table,
	.sj-checkout-confirm,
	.sj-cart-lines,
	.sj-cart-review,
	.sj-cart-confirm-lines table,
	.sj-cart-lines tbody,
	.sj-cart-review tbody,
	.sj-cart-confirm-lines tbody,
	.sj-cart-lines tr,
	.sj-cart-review tr,
	.sj-cart-confirm-lines tr,
	.sj-cart-lines td,
	.sj-cart-review td,
	.sj-cart-confirm-lines td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.sj-cart-lines tr,
	.sj-cart-review tr,
	.sj-cart-confirm-lines tr {
		margin-bottom: 12px;
		overflow: hidden;
	}

	.sj-cart-review > tbody > tr:first-child,
	.sj-cart-review > tr:first-child,
	.sj-cart-lines > tbody > tr:first-child,
	.sj-cart-lines > tr:first-child,
	.sj-cart-confirm-lines table > tbody > tr:first-child,
	.sj-cart-confirm-lines table > tr:first-child {
		display: none !important;
	}

	.sj-cart-qty,
	.sj-cart-line-total {
		justify-content: flex-start;
	}

	.sj-checkout-step2,
	.sj-checkout-step2 .ddati,
	.sj-checkout-step2 .ddest,
	.sj-checkout-billing,
	.sj-checkout-shipping,
	.sj-checkout-form,
	.sj-checkout-form tbody,
	.sj-checkout-form tr,
	.sj-checkout-form td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		clear: both;
	}

	.sj-checkout-step2 {
		grid-template-columns: 1fr !important;
		gap: 12px;
	}

	.sj-checkout-step2 .sj-checkout-form td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.sj-checkout-field,
	.sj-checkout-step2 .form-floating.sj-checkout-field,
	.sj-checkout-step2 .form-floating.sj-checkout-field > .form-control,
	.sj-checkout-step2 .form-floating.sj-checkout-field > .form-select {
		width: 100% !important;
		max-width: 100% !important;
	}

	.sj-checkout-options #tr2 > td,
	.sj-checkout-options #tr3 > td,
	.sj-checkout-options #tr4 > td,
	.sj-checkout-options #tr5 > td,
	.sj-checkout-options #tr6 > td,
	.sj-checkout-options #tr7 > td {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 14px !important;
		column-gap: 6px;
		align-items: center;
	}

	.sj-checkout-options #tr6 > td,
	.sj-checkout-options #tr7 > td {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

/* Order Success Page Styles */
.sj-order-success-container {
	width: 100%;
	min-height: clamp(420px, 55vh, 640px);
	margin: 28px auto 36px;
	padding: 0 12px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.sj-order-success-card {
	box-sizing: border-box;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: clamp(36px, 5vw, 64px) clamp(18px, 4vw, 48px);
	text-align: center;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 26px;
	width: 100%;
	max-width: 760px;
}

.sj-order-success-card * {
	box-sizing: border-box;
}

.sj-order-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(150px, 19vw, 230px);
	height: clamp(150px, 19vw, 230px);
	border-radius: 999px;
	background: radial-gradient(circle at 35% 30%, #ffffff 0%, #e8f7ee 42%, #c8ead6 100%);
	color: #15803d;
	font-size: clamp(5.5rem, 9vw, 9rem);
	flex-shrink: 0;
	margin: 0 auto;
	box-shadow: 0 18px 42px rgba(21, 128, 61, .18);
}

.sj-order-success-content {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	padding: 0;
}

.sj-order-success-title {
	margin: 0 0 16px 0;
	padding: 0;
	color: var(--sj-primary);
	font-size: clamp(2rem, 5vw, 2.8rem);
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
	letter-spacing: 0;
}

.sj-order-success-number {
	display: block;
	margin: 20px 0 16px 0;
	color: var(--sj-text);
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
}

.sj-order-id {
	display: inline-block;
	background: #f7f7f7;
	border: 2px solid var(--sj-border);
	border-radius: 8px;
	padding: 8px 18px;
	margin-left: 10px;
	color: var(--sj-primary);
	font-weight: 800;
	font-size: 1.3rem;
	font-family: 'Courier New', monospace;
	letter-spacing: 1px;
}

.sj-order-success-message {
	margin: 20px 0 0 0;
	color: var(--sj-muted);
	font-size: 1rem;
	line-height: 1.7;
	text-align: center;
}

.sj-order-success-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	max-width: 380px;
	margin-top: 24px;
}

.sj-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 20px;
	border: 0;
	border-radius: 8px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	text-transform: lowercase;
	transition: all .2s ease;
	cursor: pointer;
	white-space: nowrap;
}

.sj-btn-primary {
	background: var(--sj-primary);
	color: #fff;
	box-shadow: 0 8px 22px rgba(31, 58, 95, .22);
}

.sj-btn-primary:hover {
	background: var(--sj-primary-dark);
	box-shadow: 0 12px 28px rgba(31, 58, 95, .28);
	transform: translateY(-2px);
}

.sj-btn-secondary {
	background: #f3f3f3;
	color: #111111;
	border: 1px solid var(--sj-border);
}

.sj-btn-secondary:hover {
	background: #e8e8e8;
	border-color: var(--sj-primary);
	color: var(--sj-primary);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.sj-order-success-container {
		min-height: 0;
		margin: 18px auto 28px;
		padding: 0 10px;
	}

	.sj-order-success-card {
		padding: 34px 20px;
		gap: 18px;
	}

	.sj-order-success-icon {
		width: 150px;
		height: 150px;
		font-size: 5.6rem;
	}

	.sj-order-success-title {
		font-size: clamp(1.7rem, 4vw, 2.4rem);
	}

	.sj-order-id {
		display: block;
		margin: 10px 0 0 0;
		font-size: 1.2rem;
	}

	.sj-order-success-actions {
		max-width: 100%;
	}

	.sj-btn {
		width: 100%;
		font-size: .98rem;
	}
}

@media (max-width: 480px) {
	.sj-order-success-container {
		margin: 14px auto 24px;
		padding: 0;
	}

	.sj-order-success-card {
		padding: 28px 14px;
		gap: 16px;
	}

	.sj-order-success-icon {
		width: 128px;
		height: 128px;
		font-size: 4.8rem;
	}

	.sj-order-success-title {
		font-size: clamp(1.4rem, 3.5vw, 1.8rem);
		margin-bottom: 12px;
	}

	.sj-order-success-number {
		margin: 16px 0 12px 0;
		font-size: 1rem;
	}

	.sj-order-id {
		display: block;
		margin: 8px 0 0 0;
		padding: 6px 12px;
		font-size: 1.1rem;
	}

	.sj-order-success-message {
		font-size: .92rem;
		line-height: 1.6;
	}

	.sj-order-success-actions {
		max-width: 100%;
		margin-top: 18px;
		gap: 10px;
	}

	.sj-btn {
		min-height: 44px;
		padding: 10px 14px;
		font-size: .9rem;
	}

	.sj-btn i {
		font-size: 0.9rem;
	}
}
