/* WOOCOMMERCE GENERALI */
/* Varie */
.woocommerce-shop .doctorspy-woocommerce-container {
	max-width: 100% !Important;
}
.woocommerce-notices-wrapper:focus-visible, div.wc-block-components-notice-banner.is-success, .wc-block-components-notice-banner.is-success {
	outline: none !Important;
}
p.woocommerce-result-count {
	display: none !Important;
}
.archive .doctorspy-woocommerce-container {
    margin: 1em 0;
}
.doctorspy-woocommerce-container {
	margin: 2em 0;
}
.doctorspy-woocommerce-layout {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.doctorspy-woocommerce-layout #primary {
	min-width: 0;
	width: 100%;
}
.has-woocommerce-sidebar .doctorspy-woocommerce-layout #primary {
	width: calc(75% - 20px);
}
.has-woocommerce-sidebar .doctorspy-woocommerce-layout #secondary {
	order: -1;
	flex: 0 0 calc(25% - 20px);
}
@media screen and (max-width: 921px) {
	.doctorspy-woocommerce-layout {
		display: block;
	}
	.has-woocommerce-sidebar .doctorspy-woocommerce-layout #primary,
	.has-woocommerce-sidebar .doctorspy-woocommerce-layout #secondary {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.shop-custom-style:not(.ds-product-archive-v3) .doctorspy-container {
		max-width: 100% !Important;
	}
	.shop-custom-style .doctorspy-container #primary {
		margin: 0 !Important;
	}
	.shop-custom-style .doctorspy-container .doctorspy-woocommerce-container {
		margin: 1.5em auto !Important;
	}
}
.testo-sotto-woo h3 {
	font-size: 18px;
}
.container-testo-sotto-woo h3 {
	margin-top: 1em;
}
.container-testo-sotto-woo h2, .container-testo-sotto-woo h3 {
	font-size: 20px !Important;
}
.container-testo-sotto-woo {
	background: #f2f5f7;
	padding: 50px 20px 50px 20px;
}
.testo-sotto-woo {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.et-quantita {
	font-weight: 700;
	padding-bottom: 5px;
}
.pswp {
	display: none;
}
.price, .woocommerce-Price-amount.amount {
	color: #3675b6;
}
.caratteristiche {
	display: none;
}
.woocommerce-js ul.products li.product.product-category a img {
	border-radius: 11px !Important;
}
.woocommerce-js ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	font-size: 16px !Important;
}
.woocommerce-loop-category__title {
	bottom: 0 !Important;
	left: 0 !Important;
	right: 0 !Important;
	margin-bottom: 0 !Important;
	background: #ffffff !Important;
	padding: 10px !Important;
}
li.product-category.product a {
	border: 1px solid #ededed;
	border-radius: 11px;
	overflow: hidden;
}

/* Filtro prodotti on-sale */
@media (min-width: 769px) {
  .combined-order-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .combined-order-filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; 
  }
  .combined-order-filter form {
    width: 100%; 
  }
  .woocommerce-ordering select {
    width: 100%;
  }
}

/* Filtro ordine prodotti */
.woocommerce .woocommerce-ordering {
	margin-bottom: 0 !Important;
}

/* Account page background */
body.woocommerce-account,
body.woocommerce-account .site-content,
body.woocommerce-account .site-content > .doctorspy-container,
body.woocommerce-account #primary,
body.woocommerce-account .site-main,
body.woocommerce-account .doctorspy-woocommerce-container {
	background-color: #ffffff;
}

/* Login e registrazione */
body.woocommerce-account #customer_login {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 32px;
	align-items: stretch;
	width: 100%;
}
body.woocommerce-account #customer_login::before,
body.woocommerce-account #customer_login::after {
	display: none !important;
	content: none !important;
}
body.woocommerce-account #customer_login > .u-column1,
body.woocommerce-account #customer_login > .u-column2,
body.woocommerce-account #customer_login > .col-1,
body.woocommerce-account #customer_login > .col-2 {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
}
body.woocommerce-account #customer_login > .doctorspy-account-card--login {
	grid-column: 1;
	grid-row: 1;
}
body.woocommerce-account #customer_login > .doctorspy-account-card--register {
	grid-column: 2;
	grid-row: 1;
}
body.woocommerce-account #customer_login .doctorspy-account-card {
	float: none;
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 36px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #ddd;
	box-shadow: none;
}
body.woocommerce-account #customer_login .doctorspy-account-card__header {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 30px;
}
body.woocommerce-account #customer_login .doctorspy-account-card__icon {
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #3675b6;
	border-radius: 50%;
}
body.woocommerce-account #customer_login .doctorspy-account-card__icon img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
	opacity: 1;
	filter: brightness(0) invert(1);
}
body.woocommerce-account #customer_login .doctorspy-account-card__heading h2 {
	margin: 0 0 6px;
	color: #01325a;
	font-size: 28px;
	line-height: 1.15;
}
body.woocommerce-account #customer_login .doctorspy-account-card__heading p {
	margin: 0;
	color: #5f6b7a;
	font-size: 15px;
	line-height: 1.45;
}
body.woocommerce-account #customer_login form.woocommerce-form {
	height: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	margin: 0;
	border: 0 !important;
	padding: 0 !important;
}
body.woocommerce-account #customer_login .doctorspy-account-field {
	margin: 0 0 18px;
}
body.woocommerce-account #customer_login .doctorspy-account-field label {
	display: block;
	margin-bottom: 8px;
	color: #213042;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}
body.woocommerce-account #customer_login .doctorspy-account-input-wrap {
	position: relative;
	display: block;
}
body.woocommerce-account #customer_login .doctorspy-account-input-wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 1;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.58;
	pointer-events: none;
}
body.woocommerce-account #customer_login .doctorspy-account-input-wrap--user::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 21C20 17.6863 16.4183 15 12 15C7.58172 15 4 17.6863 4 21' stroke='%2301325a' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z' stroke='%2301325a' stroke-width='2'/%3E%3C/svg%3E");
}
body.woocommerce-account #customer_login .doctorspy-account-input-wrap--email::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.5H20V17.5H4V6.5Z' stroke='%2301325a' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M4.5 7L12 13L19.5 7' stroke='%2301325a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.woocommerce-account #customer_login .doctorspy-account-input-wrap--password::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10V8C7 5.23858 9.23858 3 12 3C14.7614 3 17 5.23858 17 8V10' stroke='%2301325a' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M6 10H18V21H6V10Z' stroke='%2301325a' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12 15V17' stroke='%2301325a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
body.woocommerce-account #customer_login .doctorspy-account-input-wrap .input-text {
	width: 100%;
	min-height: 56px;
	border: 1px solid #d9dde5;
	border-radius: 14px;
	padding: 12px 16px 12px 52px;
	background: #ffffff;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.4;
	box-shadow: none;
}
body.woocommerce-account #customer_login .doctorspy-account-input-wrap .input-text:focus {
	border-color: #01325a;
	box-shadow: 0 0 0 3px rgba(1, 50, 90, 0.12);
	outline: none;
}
body.woocommerce-account #customer_login .doctorspy-account-form-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
	font-size: 14px;
}
body.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	line-height: 1.35;
}
body.woocommerce-account #customer_login .woocommerce-form-login__rememberme input {
	margin: 0;
}
body.woocommerce-account #customer_login .woocommerce-LostPassword {
	margin: 0;
	line-height: 1.35;
}
body.woocommerce-account #customer_login .woocommerce-LostPassword a {
	color: #DB3800;
	font-weight: 700;
	text-decoration: none;
}
body.woocommerce-account #customer_login .woocommerce-LostPassword a:hover {
	color: #bd3000;
}
body.woocommerce-account #customer_login .doctorspy-account-password-note {
	margin: 0 0 18px;
	color: #5f6b7a;
	font-size: 14px;
	line-height: 1.5;
}
body.woocommerce-account #customer_login .doctorspy-account-submit-row {
	width: 100%;
	margin: auto 0 0;
	padding-top: 20px;
}
body.woocommerce-account #customer_login button.woocommerce-button.button.woocommerce-form-login__submit,
body.woocommerce-account #customer_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	width: 100%;
	min-height: 56px;
	margin: 0 !important;
	border: 1px solid #DB3800 !important;
	border-radius: 999px !important;
	padding: 0 28px !important;
	background: #DB3800 !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase !important;
	box-shadow: none;
}
body.woocommerce-account #customer_login button.woocommerce-button.button.woocommerce-form-login__submit:hover,
body.woocommerce-account #customer_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
	border-color: #bd3000 !important;
	background: #bd3000 !important;
	color: #ffffff !important;
}
@media screen and (max-width: 768px) {
	body.woocommerce-account #customer_login {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	body.woocommerce-account #customer_login > .doctorspy-account-card--login,
	body.woocommerce-account #customer_login > .doctorspy-account-card--register {
		grid-column: 1;
		grid-row: auto;
	}
	body.woocommerce-account #customer_login .doctorspy-account-card {
		padding: 28px 22px;
	}
	body.woocommerce-account #customer_login .doctorspy-account-card__header {
		align-items: flex-start;
		gap: 14px;
		margin-bottom: 24px;
	}
	body.woocommerce-account #customer_login .doctorspy-account-card__heading h2 {
		font-size: 24px;
	}
	body.woocommerce-account #customer_login .doctorspy-account-form-options {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

/* Account sidebar navigation */
body.woocommerce-account .doctorspy-account-sidebar {
	float: left;
	width: 25%;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	width: 73%;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	float: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	background: #ffffff;
	border: 0;
	border-radius: 10px;
	overflow: hidden;
}
body.woocommerce-account .woocommerce-MyAccount-navigation::after {
	position: absolute;
	inset: 0;
	z-index: 10;
	box-sizing: border-box;
	content: "";
	border: 1px solid #ddd;
	border-radius: inherit;
	pointer-events: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 4px;
	height: 100%;
	background: transparent;
	transition: background 0.2s ease;
	pointer-events: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active::before {
	background: #DB3800;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 14px 18px 14px 64px;
	color: #3775b6;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	background: #ffffff;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	transform: translateY(-50%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: #ffffff;
	color: #DB3800;
	padding-left: 68px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/dashboard.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/dashboard.png");
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/clipboard.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/clipboard.png");
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/pin-map.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/pin-map.png");
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods a::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/credit-card.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/credit-card.png");
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/user-1.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/user-1.png");
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--communication a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--comunicazione a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--comunicazioni a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a[href*="communication"]::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a[href*="comunicazione"]::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a[href*="comunicazioni"]::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/message.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/message.png");
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/exit.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/exit.png");
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #DB3800;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	color: #bd3000;
}

/* Account notices */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
	display: flex;
	align-items: center;
	gap: 16px;
	box-sizing: border-box;
	width: 100%;
	min-height: 72px;
	margin: 0 0 24px;
	padding: 18px 20px;
	color: var(--ds-color-text-primary);
	font-size: 17px;
	line-height: 1.5;
	list-style: none;
	overflow-wrap: anywhere;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before {
	position: static;
	top: auto;
	left: auto;
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	color: #3775b6;
	font-size: 20px;
	line-height: 1;
	background: #e4f0fb;
	border-radius: 50%;
	transform: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::after,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::after,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::after {
	display: none;
	content: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error li {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-width: 0;
	margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error .button {
	display: inline-flex;
	float: none;
	flex: 0 0 auto;
	order: 2;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 44px;
	margin-left: auto;
	padding: 10px 22px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	background: #DB3800;
	border: 0;
	border-radius: 999px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button:focus,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button:focus,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error .button:focus {
	color: #ffffff;
	text-decoration: none;
	background: #bd3000;
}

@media screen and (max-width: 600px) {
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 16px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error li {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error .button {
		width: 100%;
		margin-left: 0;
	}
}

/* Account orders */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	box-shadow: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead {
	background: #f3f7fb;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__header {
	padding: 18px 20px;
	color: #01325a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	background: #f3f7fb;
	border: 0;
	border-bottom: 1px solid #ddd;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell {
	padding: 18px 20px;
	color: #444444;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row:last-child .woocommerce-orders-table__cell {
	border-bottom: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a {
	color: #3775b6;
	font-weight: 700;
	text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a:focus {
	color: #DB3800;
	text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
	color: #01325a;
	font-size: 15px;
	font-weight: 700;
}
/* Override mirato del sup globale del tema, troppo piccolo per i totali account. */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total sup,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details sup {
	top: -0.35em !important;
	font-size: 0.72em !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
	white-space: nowrap;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 42px;
	margin: 2px 4px 2px 0;
	padding: 10px 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	background: #DB3800;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button:focus {
	color: #ffffff;
	text-decoration: none;
	background: #bd3000;
}
@media screen and (max-width: 768px) {
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
		overflow: visible;
		background: transparent;
		border: 0;
		border-radius: 0;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead {
		display: none;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody,
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row {
		display: block;
		width: 100%;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row {
		box-sizing: border-box;
		margin-bottom: 18px;
		overflow: hidden;
		background: #ffffff;
		border: 1px solid #ddd;
		border-radius: 10px;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row:last-child {
		margin-bottom: 0;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell {
		display: grid;
		grid-template-columns: minmax(90px, 0.8fr) minmax(0, 1.2fr);
		gap: 14px;
		box-sizing: border-box;
		width: 100%;
		padding: 14px 16px;
		text-align: right;
		white-space: normal;
		border-bottom: 1px solid #e5e5e5;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell::before {
		float: none;
		color: #01325a;
		font-weight: 700;
		text-align: left;
		content: attr(data-title);
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell:last-child {
		border-bottom: 0;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button {
		justify-self: end;
		margin: 0;
	}
}

/* Account order details */
body.woocommerce-account .woocommerce-MyAccount-content > p:has(> mark.order-number):has(> mark.order-date):has(> mark.order-status) {
	box-sizing: border-box;
	margin: 0 0 24px;
	padding: 16px 18px;
	color: #444444;
	font-size: 15px;
	line-height: 1.6;
	background: #f3f7fb;
	border: 1px solid #ddd;
	border-radius: 10px;
}
body.woocommerce-account .woocommerce-MyAccount-content > p:has(> mark.order-number) mark {
	color: #01325a;
	font-weight: 700;
	background: transparent;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title {
	margin: 0 0 18px;
	color: #01325a;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	box-shadow: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead {
	background: #f3f7fb;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details th,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details td {
	padding: 16px 18px;
	color: #444444;
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid #ddd;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead th {
	color: #01325a;
	font-weight: 700;
	background: #f3f7fb;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .product-total,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details td:last-child {
	width: 30%;
	text-align: right;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .woocommerce-table__product-name a {
	color: #3775b6;
	font-weight: 700;
	text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .woocommerce-table__product-name a:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .woocommerce-table__product-name a:focus {
	color: #DB3800;
	text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .product-quantity {
	font-weight: 700;
	white-space: nowrap;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .woocommerce-Price-amount {
	color: #444444;
	font-weight: 700;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th {
	font-weight: 600;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot:last-of-type tr:has(td strong) th,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot:last-of-type tr:has(td strong) td {
	color: #01325a;
	font-size: 16px;
	font-weight: 700;
	background: #f3f7fb;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot:last-of-type tr:last-child th,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot:last-of-type tr:last-child td {
	border-bottom: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .order-again {
	margin: 24px 0 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .order-again .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 42px;
	padding: 10px 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	background: #DB3800;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .order-again .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .order-again .button:focus {
	color: #ffffff;
	text-decoration: none;
	background: #bd3000;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
	margin-top: 28px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns::after {
	display: none;
	content: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details:not(:has(.woocommerce-columns)) {
	float: none;
	box-sizing: border-box;
	width: auto;
	margin: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
	box-sizing: border-box;
	margin: 0;
	padding: 18px 20px;
	color: #01325a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	background: #f3f7fb;
	border: 0;
	border-bottom: 1px solid #ddd;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	color: #444444;
	font-size: 15px;
	font-style: normal;
	line-height: 1.7;
	overflow-wrap: anywhere;
	border: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address p {
	margin: 12px 0 0;
	overflow-wrap: anywhere;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--email::before {
	color: #3775b6;
}
@media screen and (max-width: 768px) {
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title {
		font-size: 23px;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details th,
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details td {
		padding: 14px;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details .product-total,
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details td:last-child {
		width: 34%;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}
}
@media screen and (max-width: 480px) {
	body.woocommerce-account .woocommerce-MyAccount-content .order-again .button {
		width: 100%;
	}
}

/* Account addresses */
body.woocommerce-account .woocommerce-MyAccount-content > p:has(+ .woocommerce-Addresses),
body.woocommerce-account .woocommerce-MyAccount-content > p:has(+ .woocommerce-Address) {
	margin: 0 0 24px;
	color: #555555;
	font-size: 17px;
	line-height: 1.6;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 24px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::after {
	display: none;
	content: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address,
body.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Address {
	position: relative;
	display: flex;
	float: none;
	flex-direction: column;
	box-sizing: border-box;
	width: auto;
	max-width: none;
	margin: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title,
body.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Address header.woocommerce-Address-title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	box-sizing: border-box;
	min-height: 84px;
	padding: 20px 22px;
	background: #f3f7fb;
	border: 0;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	outline: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title::before {
	display: block;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	content: "";
	background: #e4f0fb;
	border-radius: 50%;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title::after {
	position: absolute;
	top: 50%;
	left: 35px;
	width: 22px;
	height: 22px;
	content: "";
	background-color: #3775b6;
	transform: translateY(-50%);
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/pin-map.png");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/pin-map.png");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	pointer-events: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	color: #01325a;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

body.woocommerce-account .woocommerce-MyAccount-content .doctorspy-account-address-actions {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 22px 22px;
	margin-top: auto;
}

body.woocommerce-account .woocommerce-MyAccount-content .doctorspy-account-address-actions .edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	background: #DB3800;
	border-radius: 999px;
}

body.woocommerce-account .woocommerce-MyAccount-content .doctorspy-account-address-actions .edit:hover,
body.woocommerce-account .woocommerce-MyAccount-content .doctorspy-account-address-actions .edit:focus {
	color: #ffffff;
	text-decoration: none;
	background: #bd3000;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
	flex: 1 1 auto;
	margin: 0;
	padding: 22px;
	color: #444444;
	font-size: 16px;
	font-style: normal;
	line-height: 1.7;
	border: 0;
}

@media screen and (max-width: 768px) {
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
		padding: 18px 20px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title::after {
		top: 42px;
		left: 33px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
		font-size: 20px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
		padding: 20px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .doctorspy-account-address-actions {
		padding: 0 20px 20px;
	}
}

@media screen and (max-width: 480px) {
	body.woocommerce-account .woocommerce-MyAccount-content .doctorspy-account-address-actions .edit {
		width: 100%;
	}
}

/* Account sidebar support box */
body.woocommerce-account .doctorspy-account-support {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	width: 100%;
	margin-top: 24px;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
}

body.woocommerce-account .doctorspy-account-support__icon {
	display: flex;
	flex: 0 0 58px;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	background: #3775b6;
	border-radius: 50%;
}

body.woocommerce-account .doctorspy-account-support__icon img {
	display: block;
	width: 26px;
	height: 26px;
	object-fit: contain;
}

body.woocommerce-account .doctorspy-account-support__content {
	min-width: 0;
	text-align: left;
}

body.woocommerce-account .doctorspy-account-support__title {
	margin: 0 0 6px;
	color: #01325a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

body.woocommerce-account .doctorspy-account-support__text {
	margin: 0 0 16px;
	color: var(--ds-color-text-primary);
	font-size: 15px;
	line-height: 1.5;
}

body.woocommerce-account .doctorspy-account-support__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 24px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	background: #DB3800;
	border-radius: 999px;
	transition: background-color 0.2s ease;
}

body.woocommerce-account .doctorspy-account-support__button:hover,
body.woocommerce-account .doctorspy-account-support__button:focus {
	color: #ffffff;
	text-decoration: none;
	background: #bd3000;
}

@media screen and (max-width: 768px) {
	body.woocommerce-account .doctorspy-account-sidebar {
		float: none;
		width: 100%;
		margin-bottom: 24px;
	}
	body.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
	body.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}
	body.woocommerce-account .doctorspy-account-support {
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	body.woocommerce-account .doctorspy-account-support {
		padding: 24px 20px;
	}
}

/* Account details and communication preferences */
body.woocommerce-account .woocommerce-EditAccountForm button[name="save_account_details"] {
	border-radius: 999px;
}

body.woocommerce-account .aw-communication-page .aw-communication-form button[type="submit"],
body.woocommerce-account .aw-communication-page .aw-communication-form input[type="submit"] {
	border-radius: 999px;
}

body.woocommerce-account .aw-communication-form__preference-list {
	margin: 0;
}

body.woocommerce-account .aw-communication-page .aw-communication-form__preference {
	padding-left: 0;
	padding-right: 0;
}

body.woocommerce-account .aw-communication-page .aw-communication-form__preference-description {
	font-size: 15px;
	font-style: normal;
}

/* Account dashboard hero */
body.woocommerce-account .doctorspy-account-dashboard-hero {
	position: relative;
	width: 100%;
	min-height: 330px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 42px 36px;
	background-color: #ffffff;
	background-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/banner-bacheca3.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(1, 50, 90, 0.06);
}

body.woocommerce-account .doctorspy-account-dashboard-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 28px;
	width: 100%;
	max-width: 700px;
	min-height: 244px;
}

body.woocommerce-account .doctorspy-account-dashboard-hero__icon {
	display: flex;
	flex: 0 0 130px;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	box-sizing: border-box;
	background: #3775b6;
	border: 10px solid #8fb8df;
	border-radius: 50%;
}

body.woocommerce-account .doctorspy-account-dashboard-hero__icon img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

body.woocommerce-account .doctorspy-account-dashboard-hero__copy {
	min-width: 0;
	max-width: 540px;
}

body.woocommerce-account .doctorspy-account-dashboard-hero__eyebrow {
	margin: 0 0 10px;
	color: #DB3800;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.woocommerce-account .doctorspy-account-dashboard-hero__title {
	margin: 0 0 18px;
	color: #01325a;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.08;
}

body.woocommerce-account .doctorspy-account-dashboard-hero__title span,
body.woocommerce-account .doctorspy-account-dashboard-hero__title strong {
	display: inline;
}

body.woocommerce-account .doctorspy-account-dashboard-hero__title strong {
	font-weight: 700;
	overflow-wrap: anywhere;
}

body.woocommerce-account .doctorspy-account-dashboard-hero__text {
	max-width: 520px;
	margin: 0;
	color: #555555;
	font-size: 18px;
	line-height: 1.7;
}

@media screen and (max-width: 1200px) {
	body.woocommerce-account .doctorspy-account-dashboard-hero {
		min-height: 300px;
		padding: 34px 28px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__content {
		gap: 22px;
		max-width: 650px;
		min-height: 230px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__icon {
		flex-basis: 110px;
		width: 110px;
		height: 110px;
		border-width: 8px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__icon img {
		width: 64px;
		height: 64px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__title {
		font-size: 36px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__text {
		font-size: 17px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 768px) {
	body.woocommerce-account .doctorspy-account-dashboard-hero {
		min-height: 280px;
		padding: 30px 24px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__content {
		max-width: 620px;
		min-height: 218px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__icon {
		flex-basis: 100px;
		width: 100px;
		height: 100px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__icon img {
		width: 58px;
		height: 58px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__title {
		font-size: 34px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__text {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	body.woocommerce-account .doctorspy-account-dashboard-hero {
		min-height: 0;
		padding: 28px 22px;
		background-position: right bottom;
		background-size: auto 100%;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__content {
		flex-direction: column;
		gap: 18px;
		min-height: 0;
		text-align: center;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__icon {
		flex-basis: 96px;
		width: 96px;
		height: 96px;
		border-width: 8px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__icon img {
		width: 54px;
		height: 54px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__eyebrow {
		font-size: 14px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__title {
		margin-bottom: 14px;
		font-size: 32px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__text {
		font-size: 16px;
		line-height: 1.55;
	}
}

@media screen and (max-width: 360px) {
	body.woocommerce-account .doctorspy-account-dashboard-hero {
		padding: 24px 18px;
	}

	body.woocommerce-account .doctorspy-account-dashboard-hero__title {
		font-size: 30px;
	}
}

/* Account dashboard quick links */
body.woocommerce-account .doctorspy-account-quick-links {
	margin-top: 75px;
}

body.woocommerce-account .doctorspy-account-quick-links__title {
	margin: 0 0 20px;
	color: #01325a;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
}

body.woocommerce-account .doctorspy-account-quick-links__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

body.woocommerce-account .doctorspy-account-quick-link {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 245px;
	box-sizing: border-box;
	padding: 22px;
	color: #555555;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(1, 50, 90, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.woocommerce-account .doctorspy-account-quick-link:hover,
body.woocommerce-account .doctorspy-account-quick-link:focus {
	color: #555555;
	text-decoration: none;
	border-color: #8fb8df;
	box-shadow: 0 6px 16px rgba(1, 50, 90, 0.09);
	transform: translateY(-2px);
}

body.woocommerce-account .doctorspy-account-quick-link:focus-visible {
	outline: 3px solid rgba(55, 117, 182, 0.28);
	outline-offset: 3px;
}

body.woocommerce-account .doctorspy-account-quick-link__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 20px;
	color: #3775b6;
	background: #e4f0fb;
	border-radius: 50%;
}

body.woocommerce-account .doctorspy-account-quick-link__icon::before {
	display: block;
	width: 26px;
	height: 26px;
	content: "";
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

/* Temporary quick-link icons: replace when the final assets are available. */
body.woocommerce-account .doctorspy-account-quick-link--orders .doctorspy-account-quick-link__icon::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/clipboard.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/clipboard.png");
}

body.woocommerce-account .doctorspy-account-quick-link--addresses .doctorspy-account-quick-link__icon::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/pin-map.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/pin-map.png");
}

body.woocommerce-account .doctorspy-account-quick-link--details .doctorspy-account-quick-link__icon::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/user-1.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/user-1.png");
}

body.woocommerce-account .doctorspy-account-quick-link--downloads .doctorspy-account-quick-link__icon::before {
	-webkit-mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/dashboard.png");
	mask-image: url("https://www.doctorspy.it/wp-content/uploads/2026/07/dashboard.png");
}

body.woocommerce-account .doctorspy-account-quick-link__title {
	margin: 0 0 10px;
	color: #01325a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

body.woocommerce-account .doctorspy-account-quick-link__text {
	margin: 0 0 20px;
	color: #555555;
	font-size: 15px;
	line-height: 1.5;
}

body.woocommerce-account .doctorspy-account-quick-link__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: #3775b6;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

body.woocommerce-account .doctorspy-account-quick-link__cta::after {
	content: "→";
}

body.woocommerce-account .doctorspy-account-quick-link:hover .doctorspy-account-quick-link__cta,
body.woocommerce-account .doctorspy-account-quick-link:focus .doctorspy-account-quick-link__cta {
	color: #DB3800;
}

@media screen and (max-width: 1200px) {
	body.woocommerce-account .doctorspy-account-quick-links__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 600px) {
	body.woocommerce-account .doctorspy-account-quick-links {
		margin-top: 26px;
	}

	body.woocommerce-account .doctorspy-account-quick-links__title {
		margin-bottom: 18px;
		font-size: 24px;
	}

	body.woocommerce-account .doctorspy-account-quick-links__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.woocommerce-account .doctorspy-account-quick-link {
		min-height: 0;
		padding: 20px;
	}
}

/* Reset password account */
body.woocommerce-account.woocommerce-lost-password .entry-title,
body.woocommerce-account.woocommerce-lost-password h1.entry-title,
body.woocommerce-account.woocommerce-lost-password .page-title,
body.woocommerce-account.woocommerce-lost-password h1.page-title,
body.woocommerce-account:has(.doctorspy-reset-password-form) .entry-title,
body.woocommerce-account:has(.doctorspy-reset-password-form) h1.entry-title,
body.woocommerce-account:has(.doctorspy-reset-password-form) .page-title,
body.woocommerce-account:has(.doctorspy-reset-password-form) h1.page-title,
body.woocommerce-account:has(.doctorspy-reset-password-form) .contenuto-pagina > h1:first-child {
	display: none !important;
}
body.woocommerce-account .doctorspy-reset-password-heading h1 {
	display: block !important;
}
body.woocommerce-account .doctorspy-reset-password-form {
	margin: 0 auto;
	padding: 36px;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: none;
}
body.woocommerce-account .doctorspy-reset-password-header {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 30px;
}
body.woocommerce-account .doctorspy-reset-password-icon {
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #3675b6;
	border-radius: 50%;
	position: relative;
}
body.woocommerce-account .doctorspy-reset-password-icon::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: brightness(0) invert(1);
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10V8C7 5.23858 9.23858 3 12 3C14.7614 3 17 5.23858 17 8V10' stroke='%2301325a' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M6 10H18V21H6V10Z' stroke='%2301325a' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12 15V17' stroke='%2301325a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
body.woocommerce-account .doctorspy-reset-password-heading h1 {
	margin: 0 0 6px;
	color: #01325a;
	font-size: 28px;
	line-height: 1.15;
}
body.woocommerce-account .doctorspy-reset-password-heading p {
	margin: 0;
	color: #5f6b7a;
	font-size: 15px;
	line-height: 1.45;
}
body.woocommerce-account .doctorspy-reset-password-form .form-row-first,
body.woocommerce-account .doctorspy-reset-password-form .form-row-last {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}
body.woocommerce-account .doctorspy-reset-password-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 32px;
	margin: 0 0 18px;
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-reset-password-fields .doctorspy-reset-password-field {
	margin: 0;
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-account-field {
	margin: 0 0 18px;
	position: relative;
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-account-field label {
	display: block;
	margin-bottom: 8px;
	color: #213042;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-account-input-wrap {
	position: relative;
	display: block;
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-account-input-wrap > .password-input {
	position: relative;
	display: block;
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-account-input-wrap > .password-input::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 1;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.58;
	pointer-events: none;
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-account-input-wrap--password > .password-input::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10V8C7 5.23858 9.23858 3 12 3C14.7614 3 17 5.23858 17 8V10' stroke='%2301325a' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M6 10H18V21H6V10Z' stroke='%2301325a' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12 15V17' stroke='%2301325a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-account-input-wrap .input-text {
	width: 100%;
	min-height: 56px;
	border: 1px solid #d9dde5;
	border-radius: 14px;
	padding: 12px 52px 12px 52px;
	background: #ffffff;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.4;
	box-shadow: none;
}
body.woocommerce-account .doctorspy-reset-password-form .doctorspy-account-input-wrap .input-text:focus {
	border-color: #01325a;
	box-shadow: 0 0 0 3px rgba(1, 50, 90, 0.12);
	outline: none;
}
body.woocommerce-account .doctorspy-reset-password-form .show-password-input {
	position: absolute !important;
	top: 50% !important;
	right: 18px !important;
	left: auto !important;
	z-index: 2;
	width: 22px !important;
	min-width: 22px !important;
	height: 22px !important;
	min-height: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-indent: -9999px;
	overflow: hidden;
	transform: translateY(-50%) !important;
}
body.woocommerce-account .doctorspy-reset-password-form .show-password-input::before,
body.woocommerce-account .doctorspy-reset-password-form .show-password-input::after {
	display: none !important;
	content: none !important;
}
body.woocommerce-account .doctorspy-reset-password-form .show-password-input {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20px 20px !important;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 12C4.5 7.8 7.7 5.75 12 5.75C16.3 5.75 19.5 7.8 21.5 12C19.5 16.2 16.3 18.25 12 18.25C7.7 18.25 4.5 16.2 2.5 12Z' stroke='%236f7f91' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12 14.75C13.5188 14.75 14.75 13.5188 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25C10.4812 9.25 9.25 10.4812 9.25 12C9.25 13.5188 10.4812 14.75 12 14.75Z' stroke='%236f7f91' stroke-width='2'/%3E%3C/svg%3E") !important;
}
body.woocommerce-account .doctorspy-reset-password-form .woocommerce-password-strength {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
	padding: 7px 12px;
	color: #7a2525;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	background: #fff5f5;
	border: 1px solid #f1cccc;
	border-radius: 8px;
}
body.woocommerce-account .doctorspy-reset-password-form .woocommerce-password-strength.short,
body.woocommerce-account .doctorspy-reset-password-form .woocommerce-password-strength.bad {
	color: #7a2525;
	background: #fff5f5;
	border-color: #f1cccc;
}
body.woocommerce-account .doctorspy-reset-password-form .woocommerce-password-strength.good {
	color: #72510d;
	background: #fff9e8;
	border-color: #ead9a4;
}
body.woocommerce-account .doctorspy-reset-password-form .woocommerce-password-strength.strong {
	color: #245d3a;
	background: #f1faf4;
	border-color: #bedfc9;
}
body.woocommerce-account .doctorspy-reset-password-form .woocommerce-password-hint {
	display: block;
	margin-top: 6px;
	color: #5f6b7a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}
body.woocommerce-account .doctorspy-reset-password-submit-row {
	width: 100%;
	margin: 24px 0 0;
	padding-top: 0;
}
body.woocommerce-account .doctorspy-reset-password-form button[type="submit"] {
	width: 100%;
	min-height: 56px;
	margin: 0 !important;
	border: 1px solid #DB3800 !important;
	border-radius: 999px !important;
	padding: 0 28px !important;
	background: #DB3800 !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase !important;
	box-shadow: none;
}
body.woocommerce-account .doctorspy-reset-password-form button[type="submit"]:hover {
	border-color: #bd3000 !important;
	background: #bd3000 !important;
	color: #ffffff !important;
}
@media screen and (max-width: 768px) {
	body.woocommerce-account .doctorspy-reset-password-form {
		padding: 28px 22px;
	}
	body.woocommerce-account .doctorspy-reset-password-header {
		align-items: flex-start;
		gap: 14px;
		margin-bottom: 24px;
	}
	body.woocommerce-account .doctorspy-reset-password-heading h1 {
		font-size: 24px;
	}
	body.woocommerce-account .doctorspy-reset-password-fields {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

/* Lost password account */
body.woocommerce-account:has(.doctorspy-lost-password-form) .entry-title,
body.woocommerce-account:has(.doctorspy-lost-password-form) h1.entry-title,
body.woocommerce-account:has(.doctorspy-lost-password-form) .page-title,
body.woocommerce-account:has(.doctorspy-lost-password-form) h1.page-title,
body.woocommerce-account:has(.doctorspy-lost-password-form) .contenuto-pagina > h1:first-child {
	display: none !important;
}
body.woocommerce-account .doctorspy-lost-password-form {
	max-width: 720px;
	margin: 0 auto;
	padding: 36px;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: none;
}
body.woocommerce-account .doctorspy-lost-password-header {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 30px;
}
body.woocommerce-account .doctorspy-lost-password-icon {
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #3675b6;
	border-radius: 50%;
	position: relative;
}
body.woocommerce-account .doctorspy-lost-password-icon::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: brightness(0) invert(1);
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z' stroke='%2301325a' stroke-width='2'/%3E%3Cpath d='M5 20C5.8 16.8 8.3 15 12 15C15.7 15 18.2 16.8 19 20' stroke='%2301325a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
body.woocommerce-account .doctorspy-lost-password-heading h1 {
	display: block !important;
	margin: 0 0 6px;
	color: #01325a;
	font-size: 28px;
	line-height: 1.15;
}
body.woocommerce-account .doctorspy-lost-password-heading p {
	margin: 0;
	color: #5f6b7a;
	font-size: 15px;
	line-height: 1.45;
}
body.woocommerce-account .doctorspy-lost-password-form .form-row-first {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}
body.woocommerce-account .doctorspy-lost-password-form .doctorspy-account-field {
	margin: 0 0 24px;
	position: relative;
}
body.woocommerce-account .doctorspy-lost-password-form .doctorspy-account-field label {
	display: block;
	margin-bottom: 8px;
	color: #213042;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}
body.woocommerce-account .doctorspy-lost-password-form .doctorspy-account-input-wrap {
	position: relative;
	display: block;
}
body.woocommerce-account .doctorspy-lost-password-form .doctorspy-account-input-wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 1;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.58;
	pointer-events: none;
}
body.woocommerce-account .doctorspy-lost-password-form .doctorspy-account-input-wrap--email::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6H20V18H4V6Z' stroke='%2301325a' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M4 7L12 13L20 7' stroke='%2301325a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.woocommerce-account .doctorspy-lost-password-form .doctorspy-account-input-wrap .input-text {
	width: 100%;
	min-height: 56px;
	border: 1px solid #d9dde5;
	border-radius: 14px;
	padding: 12px 16px 12px 52px;
	background: #ffffff;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.4;
	box-shadow: none;
}
body.woocommerce-account .doctorspy-lost-password-form .doctorspy-account-input-wrap .input-text:focus {
	border-color: #01325a;
	box-shadow: 0 0 0 3px rgba(1, 50, 90, 0.12);
	outline: none;
}
body.woocommerce-account .doctorspy-lost-password-submit-row {
	width: 100%;
	margin: 24px 0 0;
	padding-top: 0;
}
body.woocommerce-account .doctorspy-lost-password-form button[type="submit"] {
	width: 100%;
	min-height: 56px;
	margin: 0 !important;
	border: 1px solid #DB3800 !important;
	border-radius: 999px !important;
	padding: 0 28px !important;
	background: #DB3800 !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase !important;
	box-shadow: none;
}
body.woocommerce-account .doctorspy-lost-password-form button[type="submit"]:hover {
	border-color: #bd3000 !important;
	background: #bd3000 !important;
	color: #ffffff !important;
}
@media screen and (max-width: 768px) {
	body.woocommerce-account .doctorspy-lost-password-form {
		padding: 28px 22px;
	}
	body.woocommerce-account .doctorspy-lost-password-header {
		align-items: flex-start;
		gap: 14px;
		margin-bottom: 24px;
	}
	body.woocommerce-account .doctorspy-lost-password-heading h1 {
		font-size: 24px;
	}
}
.form-row.form-row-wide.create-account.woocommerce-validated span {
	font-size: 1rem !Important;
}
div.woocommerce-loop-product__title {
	font-weight: 700;
	line-height: 1.2 !Important;
	color: var(--ds-color-text-primary) !Important;
}
/* Notifiche */
.wc-block-components-notice-banner.is-success {
	border-top: 3px solid #3675b6;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: transparent;
	padding: 1em;
	margin: 0 0 2em;
	position: relative;
	display: flex;
}

.wc-block-components-notice-banner.is-success svg path {
	fill: #3675b6;
}

/* Sidebar */
h4.filter-title {
	font-size: 13px;
	text-transform: uppercase;
}
.yith-wcan-filters .yith-wcan-filter {
	width: 100% !Important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
	padding-left: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
	line-height: 1.5;
}
.filter-title {
	margin-bottom: 10px !Important;
}
.widget-area.secondary {
	margin-top: 2em !Important;
}
.has-woocommerce-sidebar #secondary {
	padding-right: 0 !Important;
	margin-top: 2em;
}
.has-woocommerce-sidebar #primary {
	border-left: 0 !Important;
}
.has-woocommerce-sidebar #secondary {
	border-right: 0 !Important;
}
.sidebar-main .woocommerce-Price-amount.amount {
	color: var(--ds-color-text-primary);
}
/* Nascondi sidebar in certe pagine di categoria */
.term-348 #secondary,
.term-391 #secondary,
.term-539 #secondary,
.term-540 #secondary,
.term-392 #secondary,
.term-396 #secondary,
.term-393 #secondary,
.term-397 #secondary,
.term-527 #secondary,
.term-400 #secondary,
.term-537 #secondary,
.term-401 #secondary,
.term-725 #secondary {
    display: none;
}
.term-348 #primary,
.term-391 #primary,
.term-539 #primary,
.term-540 #primary,
.term-392 #primary,
.term-396 #primary,
.term-393 #primary,
.term-397 #primary,
.term-527 #primary,
.term-400 #primary,
.term-537 #primary,
.term-401 #primary,
.term-725 #primary {
    width: 100%;
    padding-left: 0 !Important;
}

/* Filtri ordinamento e conteggio risultati */
.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	border: 1px solid #dddddd !Important;
}
@media screen and (max-width: 768px) {
	.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
		width: 100% !Important;
	}
}
.message__background {
	display: none !Important;
}
.orderby {
	-webkit-appearance: none;  /* Rimuove la freccia predefinita in WebKit/Blink */
	-moz-appearance: none;     /* Rimuove la freccia predefinita in Firefox */
	appearance: none;          /* Rimuove la freccia predefinita in moderni browser */
	background-image: url('https://www.doctorspy.it/wp-content/uploads/2023/11/freccia-basso.png');
	background-repeat: no-repeat;
	background-position: right 10px center; /* Posizionamento dell'icona */
	padding-right: 30px; /* Spazio per evitare la sovrapposizione del testo con l'icona */
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 1em !Important;
}
.filter-on-sale {
	margin: 15px 0;
	display: inline-flex;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.filter-on-sale {
		padding-left: 20px;
	}
}
.filter-on-sale label {
	font-weight: 700;
}

/* Nascondi i filtri su mobile */
@media (max-width: 768px) {
    .filter-modal-container {
       	visibility: hidden;
    	opacity: 0;
        position: fixed;
        top: 0;
        left: -400px; /* Larghezza della modal */
        width: 400px;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        transition: left 0.3s;
        z-index: 1000;
    }
	.close-icon {
		position: absolute;
		top: 130px;
    	right: 40px;
		font-size: 50px;
		line-height: 1;
		cursor: pointer;
		z-index: 1010; /* Se necessario, assicurati che appaia sopra gli altri elementi */
	}
	.wcpf-button-action-reset {
		padding: 10px 40px;
		border-radius: 50px;
	}
    .filter-modal-container.open {
		left: 0;
    	visibility: visible;
   		opacity: 1;
}
	.filter-modal-container.open .wcpf-filter-inner {
	}
    .open-filters-btn {
        display: block;
        margin-bottom: 15px;
		width: 100%;
    }
	.close-modal-btn {
		width: 100%;
	}
	.filter-modal-content {
		padding-top: 150px;
		margin-left: 20px;
    	margin-right: 30px;
		padding-bottom: 100px;
	}
}
@media screen and (min-width: 769px) {
	.close-modal-btn {
		display: none;
	}
	.close-icon {
		display: none;
	}
	.open-filters-btn {
		display: none;
	}
}

/* Widget filtri categorie in sidebar */
div.heading-filtro {
	font-weight: 700;
	font-size: 14px !Important;
	margin-bottom: 10px;
}
.link-categoria-container {
	margin-bottom: 12px;
}
.link-categoria-container a {
	color: var(--ds-color-text-primary);
}
.link-categoria-container a.active {
    color: #DB3800;
}
.link-categoria-container ul li {
	line-height: 1.5;
}
.link-categoria-container .ul-child li::before {
    content: "–";
    position: absolute;
    left: 0;
}
.link-categoria-container .ul-child {
	position: relative;
}
.link-categoria-container ul.ul-child li {
	padding-top: 5px;
	line-height: 1.5;
	padding-left: 20px;
}

/* Decimali */
div.price del sup {
	display: none;
}
.woocommerce-variation-price del sup {
	display: none;
} 

/* Suffisso fee */
.fee span.woocommerce-Price-amount.amount::after {
	content: " IVA inclusa";
	font-weight: 400;
	font-size: 13px;
}

/* Stock */
.stock.in-stock {
	font-weight: 700;
	color: #77a464;
	margin-bottom: 0;
}
p.stock.out-of-stock {
	font-weight: 700 !Important;
	color: #c72b04 !Important;
	margin-bottom: 0;
}
.stock.available-on-backorder {
	color: #f2cb05 !Important;
	font-weight: 700;
	text-align: left !Important;
	margin-bottom: 0;
}
.woocommerce ul.products li.product p.stock.in-stock {
	text-align: left;
}
.woocommerce ul.products li.product p.stock.in-stock::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/check-full.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
.woocommerce ul.products li.product p.stock.out-of-stock::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/non-disponibile.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
.woocommerce ul.products li.product p.stock.available-on-backorder {
	text-align: left !Important;
}
}
.woocommerce ul.products li.product p.stock.available-on-backorder::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/check-backorder.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}

/* Disponibilità related products */
.related.products .disponibilita {
	padding-bottom: 0 !Important;
}
@media screen and (min-width: 768px) {
.related.products .disponibilita {
	font-weight: 700;
	line-height: 1;
}
}
.related.products .disponibilita .stock.in-stock::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/check-full.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
.related.products .stock.out-of-stock::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/non-disponibile.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
.related.products .stock.available-on-backorder::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/check-backorder.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}

/* Etichette stock in pagine prodotto */
.disponibilita .stock.in-stock::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/check-full.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
.stock.available-on-backorder::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/check-backorder.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
.summary.entry-summary p.stock.out-of-stock::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/non-disponibile.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}

/* Stock mobile */
p.ds-stock-detail-mobile {
	padding-bottom: 15px !Important;
}
.stock-mobile {
	margin-top: 5px;
}
.stock-mobile.in-stock {
	font-weight: 700;
	color: #77a464 !Important;
	text-align: left !Important;
}
p.stock-mobile.out-of-stock {
	font-weight: 700 !Important;
	color: #c72b04 !Important;
}
.stock-mobile.available-on-backorder {
	color: #f2cb05 !Important;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	p.stock-mobile.in-stock, p.stock-mobile.out-of-stock, .stock-mobile.available-on-backorder {
		font-size: 13px !Important;
	}
}
.stock-mobile.available-on-backorder::after {
	content: '. Consegna in 7-20 giorni lavorativi.'
}
.stock-mobile.available-on-backorder::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/check-backorder.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
p.stock-mobile.out-of-stock::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/non-disponibile.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
.ds-stock-detail-mobile .stock-mobile.in-stock::before {
	content: url('https://www.doctorspy.it/wp-content/uploads/2022/09/check-full.png');
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
.ds-stock-detail-mobile .stock-mobile.in-stock::after {
	content: '. Consegna PREMIUM in 24/48 ore.'
}
.ds-stock-avail-mobile {
	display: none;
}
.single-product .summary.entry-summary > .stock,
.single-product .summary.entry-summary > form.variations_form .woocommerce-variation-availability {
	display: none !Important;
}

/* Toggle */
.toggle-trigger {
	margin: 0 !Important;
	font-weight: 400;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url('/wp-content/uploads/2022/06/add-toggle.png');
	background-position: 5px 15px;
	background-repeat: no-repeat;
}
.toggle-trigger a {
	color: #DB3800 !Important;
}
.toggle_container {
	overflow: hidden;
}
.toggle-trigger.active{
	background-image: url('/wp-content/uploads/2022/06/minus-toggle.png') !important;
	background-position: 5px 15px;
	background-repeat: no-repeat;
}

/* Spedizione loop */
.spedizione-loop {
	font-size: 13px;
	line-height: 1;
	color: #777;
	margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
	.spedizione-loop {
		display: none;
	}
}
.promo-loop {
	font-size: 13px;
	line-height: 1;
	color: #B63675;
	margin-bottom: 15px;
	font-weight: 700;
	display: none !Important;
}
@media screen and (min-width: 769px) {
	.promo-loop {
		display: none;
	}
}
.online-only {
	font-weight: 700;
	font-size: 13px;
	color: var(--ds-color-text-primary);
}
@media screen and (min-width: 993px) {
	.online-only {
		position: absolute;
		top: 22px;
		right: 0;
		background: #ededed;
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 768px) {
	.online-only {
		padding: 5px 0 5px;
	}
}

/* Badge */
.itsnew-badge {
	background: #F29C0C;
	width: 120px! Important;
	padding: 2px 5px;
	color: #ffffff;
	font-weight: 700;
	border: 3px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	font-size: 13px;
}
.best-seller-badge {
	background: #36B5B6;
	width: 120px! Important;
	padding: 2px 5px;
	color: #ffffff;
	font-weight: 700;
	border: 3px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	font-size: 13px;
	text-align: center;
}
.best-quality-badge {
	background: #B67736;
	width: 120px! Important;
	padding: 2px 5px;
	color: #ffff;
	font-weight: 700;
	border: 3px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	font-size: 13px; 
	text-align: center;
}
.woocommerce ul.products li.product .onsale{
	width: 120px !Important;
	font-weight: 700;
	padding: 2px 5px !Important;
	min-height: 0 !Important;
	border: 3px solid #ffffff;
	border-radius: 20px;
	line-height: 2em !Important;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 9;
	background: #B63675 !Important;
	color: #ffffff;
	top: 15px !Important;
	right: 15px !Important;
}
.onsale-badge-product-page {
	text-align: center;
	width: 150px;
	font-weight: 700;
	padding: 2px 5px;
	border: 3px solid #ffffff;
	border-radius: 20px;
	line-height: 1.5em;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	z-index: 9;
	background: #B63675 !Important;
	color: #ffffff;
	position: absolute !Important;
	top: 10px;
	right: 10px;
}
.best-seller-badge-product-page {
	background: #36B5B6;
	width: 120px! Important;
	text-align: center;
	padding: 2px 5px;
	color: #ffffff;
	font-weight: 700;
	border: 3px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}
.itsnew-badge-product-page {
	background: #F29C0C;
	width: 120px! Important;
	padding: 2px 5px;
	color: #ffffff;
	font-weight: 700;
	border: 3px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	text-align: center;
}
.best-quality-badge-product-page {
	background: #B67736;
	width: 120px! Important;
	padding: 2px 5px;
	color: #ffff;
	font-weight: 700;
	border: 3px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	text-align: center;
}
.onsale-mobile {
	width: fit-content;
	font-size: 13px;
	font-weight: 700;
	line-height: 1 !Important;
	padding: 3px 10px;
	border-radius: 20px;
	line-height: 1.5em;
	background: #B63675 !Important;
	color: #ffffff;
	margin-bottom: 5px;
}
.best-seller-badge-mobile {
	background: #36B5B6;
	width: fit-content;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 20px;
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 1;
}
.best-quality-badge-mobile {
	background: #B67736;
	width: fit-content;
	padding: 3px 10px;
	color: #ffff;
	font-weight: 700;
	border-radius: 20px;
	font-size: 13px; 
	margin-bottom: 5px;
	line-height: 1;
}
.itsnew-badge-mobile {
	background: #F29C0C;
	width: fit-content;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 20px;
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
	.best-seller-badge, .best-quality-badge, .itsnew-badge, .woocommerce ul.products li.product .onsale {
		padding: 3px 10px !Important;
		line-height: 1 !Important;
		width: unset !Important;
	}
	.best-seller-badge-mobile, .best-quality-badge-mobile, .itsnew-badge-mobile, .onsale-mobile {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.onsale-badge-product-page, .best-seller-badge-product-page, .itsnew-badge-product-page, .best-quality-badge-product-page {
		font-size: 13px;
		padding-left: 10px !Important;
		padding-right: 10px !Important;
		width: fit-content !Important;
	}
	.best-seller-badge, .best-quality-badge, .itsnew-badge, .woocommerce ul.products li.product .onsale {
		display: none;
	}
}

/* Sale countdown */
#sale-end {
	color: #B63675;
	margin-bottom: 0;
}
.countdown-container {
	width: fit-content;
  	padding: 0 10px;
  	border: 1px solid #B63675;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-radius: 50px;
	width: 300px !Important;
}
.countdown-container-loop {
	line-height: 1.2;
}
.countdown-alt-text strong {
	display: inline !Important;
}
@media screen and (max-width: 768px) {
	.countdown-alt-text p {
		 font-size: 13px !Important;
	}
}
.related.products .countdown-container {
	width: fit-content;
	padding: 0 !Important;
	border: none !Important;
  	margin: 0 !Important;
	line-height: 1.2;
}

/* PAGINE CATEGORIA */
/* Generali */
.woocommerce-pagination {
	text-align: center;
}
.shop-custom-style.woocommerce ul.products li.product, .shop-custom-style.woocommerce-page ul.products li.product {
	padding-bottom: 0 !Important;
	margin-bottom: 1em !Important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title .count, .woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
	display: none;
}
.woocommerce ul.product-categories>li ul li:before {
	display: none;
}
ul.children {
	list-style: disc !important;
}
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
	text-transform: uppercase;
	padding: 15px 30px;
}
@media screen and (max-width: 544px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !Important;
	}
}
.woocommerce ul.products li.product .doctorspy-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product .doctorspy-shop-thumbnail-wrap {
	margin-bottom: 0;
}
.doctorspy-shop-summary-wrap {
	text-align: left;
	padding-right: 10px !Important;
	padding-left: 10px !Important;
}
/* Da usare con la campagna al 20% .consigli-desktop {
	position: absolute;
	bottom: 8%;
} */
.consigli {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.consigli {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.consigli-mobile {
		display: none;
	}
}
.testo-consigli {
	margin-bottom: 10px !Important;
}
.testo-consigli li, .consigli-mobile li {
	font-size: 12px !Important;
	text-transform: uppercase;
	color: #79818A;
	line-height: 1.3em;
	text-align: left !Important;
}
@media screen and (max-width: 768px) {
	.testo-consigli {
		display: none;
	}
}
.box-prodotti-loop {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
	.box-prodotti-loop {
		padding: 20px 0 20px 10px;
		margin-bottom: 20px !Important;
		display: flex;
	}
}
/* Da usare con la campagna al 20% */ 
@media screen and (min-width: 993px) {
	.box-prodotti-loop {
		min-height: 470px;
	}
	.term-348 .box-prodotti-loop {
		min-height: 500px;
	}
	.term-391 .box-prodotti-loop {
		min-height: 520px;
	}
	.term-392 .box-prodotti-loop, .term-393 .box-prodotti-loop, .term-540 .box-prodotti-loop {
		min-height: 510px;
	}
	.box-prodotti-loop .disponibilita {
		position: absolute;
		bottom: 5px;
	}
} 

/* Sku prodotto nelle pagine di categoria */
.sku-prodotto {
	background: #ffffff;
	font-size: 12px;
	color: var(--ds-color-text-primary);
	text-align: left;
    padding-left: 10px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
	.sku-prodotto {
		padding-left: 0 !Important;
	}
}

/* Slider bottoni microcamere */
.back-button {
	padding: 5px 10px;
	color: #DB3800 !Important;
	border: 1px #DB3800 solid;
}
@media screen and (min-width: 768px) {
.page-id-36060 .page-description-slider-arrows {
	display: none !Important;
}
}
.page-description-slider {
	display: flex;
	overflow-x: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-description-slider {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.page-description-slider::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.page-description-slider__item  {
	padding: 5px 10px;
	border: 1px #DB3800 solid;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 2px;
	text-transform: capitalize;
	border-radius: 10px;
}
.page-description-slider__item a {
	color: #DB3800 !Important;
	text-decoration: none;
	white-space: nowrap;
}
.page-description-slider-arrows {
	position: relative;
	height: 8px;
	margin-top: 0px;
}
.page-description-slider-arrows__arrow {
	position: absolute;
	left: 0;
	top: -15px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #DB3800;
}
.page-description-slider-arrows__arrow--right {
	left: auto;
	right: 0px;
	font-size: 10px;
	line-height: 1;
	width: fit-content;
}
.page-description-slider-arrows__arrow--left {
	font-size: 10px;
	line-height: 1;
	width: fit-content;
}

/* SCHEDA PRODOTTO */
/* Generali */
h1.product_title.entry-title {
	margin: 0 0 8px !Important;
	font-size: clamp(28px, 2.4vw, 36px);
	font-weight: 700;
	line-height: 1.15;
}
@media screen and (max-width: 768px) {
	h1.product_title.entry-title {
		font-size: 24px !Important;
	}
}
.disponibilita {
	margin-bottom: 0 !Important;
}
.woocommerce button.button.alt {
	background: #DB3800;
	text-transform: uppercase !Important;
	border-radius: 50px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
	font-size: 16px;
	border-width: 0px;
	border-radius: 0px;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 50px;
}
.woocommerce div.product .product_meta {
	border-top: none;
}
@media screen and (max-width: 768px) {
	.embed-container iframe { 
        width: 100%;
        height: 320px !Important;
    }
}
section.related.products {
	padding-top: 30px !important;
}
.related.products h4 {
	font-size: 26px !Important;
	font-weight: 700;
	text-align: left !Important;
	line-height: 1;
	padding-bottom: 20px;
	text-align: center;
}
.reviews_tab {
	display: none !Important;
}
.klarna-badge-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}
.heidipay-inline-wrapper {
	padding: 5px 10px;
	border: 1px solid #ededed;
	margin-bottom: 10px;
}
.klarna-badge-wrapper p {
	font-size: 13px !Important;
}
@media screen and (max-width: 768px) {
	#primary {
		padding-top: 0 !Important;
	}
}
#ppcp-messages {
	border: 1px solid #f0eeeb;
	padding: 10px 10px 0 10px;
	margin-bottom: 5px;
}
.payment-safe-box {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    position: relative;
    margin-top: 15px;
}
.payment-safe-box p {
	font-size: 20px !Important;
	font-weight: 700 !Important;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 10px;
}
.payment-safe-box img {
    max-width: 450px;
    display: block;
    margin: 25px auto;
}
@media screen and (max-width: 768px) {
	.payment-safe-box {
		margin-bottom: 30px;
  		padding: 40px 10px 20px 10px;
	}
	.payment-safe-box img {
		max-width: 100%;
	}
	}
.reasons-to-buy h4 {
	margin-bottom: 10px;
	font-size: 20px !Important;
}
.reasons-to-buy ul {
    list-style: none;
    margin-left: 0;
}
.check-icon {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}
@-moz-document url-prefix() {
	.woocommerce-js div.product div.images img {
	   width: 100% !Important;
	}
}
.doctorspy-standalone.woocommerce div.product .bundled_product span.price {
	font-size: 16px !Important;
}
#box-calcolatore {
	border: 1px solid #ededed;
	margin-bottom: 10px;
	padding: 5px 10px;
}
@media screen and (min-width: 993px) {
	#box-calcolatore img {
		padding-left: 10px;
	}
}
@media screen and (max-width: 768px) {
	.testo-calcolatore {
		flex: 0 0 60%;
	}
	#box-calcolatore {
		justify-content: space-between;
	}
}
h2.ds-accordion-header.ds-tab-header {
	position: relative;
	border: 1px solid #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom: 0;
	padding: 1em 1.3em;
	margin-bottom: 0 !Important;
	font-size: 18px !Important;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
}

/* Breadcrumb prodotto */
.wooviews-breadcrumb {
	margin-bottom: 5px !important;
}

/* Info aggiuntive */
.additional_information_tab {
	display: none !Important;
}

/* Colonne superiori */
.single-product .doctorspy-product-top {
	width: 100%;
}
.single-product .doctorspy-product-top > #product-breadcrumbs {
	width: 100%;
	margin: 0 0 1.5rem;
}
.single-product .doctorspy-product-main > .doctorspy-product-gallery-column {
	width: 100%;
	min-width: 0;
	height: auto;
}
.single-product .doctorspy-product-main > .summary.entry-summary {
	background: transparent;
	border: 0;
	box-shadow: none;
	height: auto;
}
.single-product .doctorspy-product-main > .summary.entry-summary .ds-product-availability {
	display: flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}
.single-product .doctorspy-product-main > .summary.entry-summary .ds-product-availability::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: currentColor;
	content: "";
	flex: 0 0 9px;
}
.single-product .ds-product-availability--in-stock {
	padding: 4px 9px;
	border-radius: 999px;
	background: #e6f4ea;
	color: #246b3d;
}
.single-product .ds-product-availability--out-of-stock {
	color: #c72b04;
}
.single-product .ds-product-availability--backorder {
	color: #9a7800;
}
.single-product .doctorspy-product-main > .summary.entry-summary .ds-product-code {
	margin: 0 0 12px;
	color: #666666;
	font-size: 13px;
	line-height: 1.4;
}
.single-product .ds-product-code__label {
	font-weight: 600;
}
.single-product .doctorspy-product-main > .summary.entry-summary .woocommerce-product-rating {
	margin: 0 0 10px;
}
.single-product .doctorspy-product-main > .summary.entry-summary .ds-product-logistics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 14px 0;
	border: 1px solid #e2e5e8;
	border-radius: 8px;
	background: #f3f6fb;
}
.single-product .ds-product-logistics__item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 12px 14px;
}
.single-product .ds-product-logistics__item + .ds-product-logistics__item {
	border-left: 1px solid #e2e5e8;
}
.single-product .ds-product-logistics__item:only-child {
	grid-column: 1 / -1;
}
.single-product .ds-product-logistics__item[hidden] {
	display: none;
}
.single-product .ds-product-logistics--premium-hidden .ds-product-logistics__item--fermopoint {
	grid-column: 1 / -1;
	border-top: 0;
	border-left: 0;
}
.single-product .ds-product-logistics__image {
	display: block;
	flex: 0 0 auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.single-product .ds-product-logistics__image--premium {
	width: 40px;
	max-height: 34px;
}
.single-product .ds-product-logistics__image--fermopoint {
	width: 34px;
	max-height: 34px;
}
.single-product .ds-product-logistics__item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
}
.single-product .ds-product-logistics__item p span {
	display: block;
}
.single-product .doctorspy-product-main > .summary.entry-summary .klarna-badge-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #fff0f5;
}
.single-product .doctorspy-product-main > .summary.entry-summary .klarna-badge-wrapper #box-calcolatore {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.single-product .doctorspy-product-main > .summary.entry-summary .klarna-badge-wrapper .klarna-calculator-logo {
	display: flex;
	align-items: center;
	order: -1;
	flex: 0 0 auto;
}
.single-product .doctorspy-product-main > .summary.entry-summary .klarna-badge-wrapper #box-calcolatore .klarna-calculator-logo img {
	display: block;
	width: auto;
	max-width: 56px;
	max-height: 28px;
	margin: 0;
	padding-left: 0;
	object-fit: contain;
}
.single-product .doctorspy-product-main > .summary.entry-summary .klarna-badge-wrapper .testo-calcolatore {
	flex: 1 1 auto;
	min-width: 0;
}
.single-product .doctorspy-product-main > .summary.entry-summary .woocommerce-product-details__short-description {
	margin: 0 0 18px;
}
.single-product .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}
.single-product .woocommerce-product-details__short-description ul {
	display: block;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}
.single-product .woocommerce-product-details__short-description li {
	position: relative;
	display: block;
	margin: 0 0 8px;
	padding-left: 24px;
	text-align: left;
}
.single-product .woocommerce-product-details__short-description li::before {
	position: absolute;
	top: .15em;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url("/wp-content/uploads/2026/05/check.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}
.single-product .woocommerce-product-details__short-description li:last-child {
	margin-bottom: 0;
}
@media (min-width: 922px) {
	.single-product .doctorspy-product-main {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		grid-template-areas: "gallery summary";
		column-gap: 2rem;
		align-items: start;
	}
	.single-product .doctorspy-product-main > .doctorspy-product-gallery-column {
		grid-area: gallery;
	}
	.single-product .doctorspy-product-main > .summary.entry-summary {
		grid-area: summary;
	}
	.single-product.woocommerce #content div.product .doctorspy-product-main > .doctorspy-product-gallery-column,
	.single-product.woocommerce #content div.product .doctorspy-product-main > .summary.entry-summary {
		float: none;
		width: 100%;
		min-width: 0;
		margin-bottom: 0;
	}
	.single-product.woocommerce #content div.product .doctorspy-product-gallery-column > .woocommerce-product-gallery {
		float: none;
		width: 100%;
		min-width: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 921px) {
	.single-product .doctorspy-product-main {
		display: block;
	}
	.single-product .doctorspy-product-main > .doctorspy-product-gallery-column,
	.single-product .doctorspy-product-main > .summary.entry-summary {
		float: none;
		width: 100%;
	}
	.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery {
		float: none;
		width: 100%;
	}
	.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery--sticky {
		top: 0 !important;
	}
	.single-product .doctorspy-product-main > .summary.entry-summary .ds-product-logistics {
		grid-template-columns: minmax(0, 1fr);
	}
	.single-product .ds-product-logistics__item + .ds-product-logistics__item {
		border-top: 1px solid #e2e5e8;
		border-left: 0;
	}
}

/* Gallery foto prodotto */
.single-product .woocommerce-product-gallery__trigger {
	display: none;
}
@media screen and (max-width: 768px) {
	.woocommerce div.product div.images {
		margin-bottom: 1em;
	}
}
.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: auto;
}
.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery > .flex-viewport {
	order: 1;
	width: 100%;
}
.single-product #content div.product .doctorspy-product-gallery-column > .woocommerce-product-gallery > .flex-control-thumbs {
	order: 2;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
	gap: 8px;
	align-items: stretch;
	overflow: visible;
	width: 100%;
	margin: 0;
	padding: 0;
}
.single-product #content div.product .doctorspy-product-gallery-column > .woocommerce-product-gallery > .flex-control-thumbs li {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
}
.single-product #content div.product .doctorspy-product-gallery-column > .woocommerce-product-gallery > .flex-control-thumbs li img {
	box-sizing: border-box;
	border: 1px solid #e2e5e8;
	border-radius: 10px;
}
.single-product #content div.product .doctorspy-product-gallery-column > .woocommerce-product-gallery > .flex-control-thumbs li img.flex-active {
	border-color: #3675b6;
	border-width: 2px;
}
.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery > .flex-viewport {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: .5em;
	border: 1px solid #e2e5e8;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.woocommerce div.product div.images {
		margin-bottom: .3em !Important;
	}
} 
.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery > .container-cta {
	order: 3;
}
@media screen and (min-width: 922px) {
	.single-product .doctorspy-product-gallery-column > .woocommerce-product-gallery--sticky {
		position: sticky;
		top: 20px;
		align-self: flex-start;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		margin-bottom: 0 !Important;
	}
}

/* Colonna banner */
@media screen and (min-width: 1080px) {
	.woocommerce-tabs.wc-tabs-wrapper {
		width: 50% !Important;
		float: left !Important;
	}
	.gallery-container {
		width: 50%;
		float: right;
		padding-left: 25px;
		margin-bottom: 4em;
	}
	.banner-assistenza {
		margin-top: 25px;
	}
} 
@media screen and (min-width: 769px) and (max-width: 1079px) {
	.gallery-container {
		display: flex;
		margin-bottom: 20px;
	}
	.banner-assistenza {
		margin-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.gallery-container {
		margin-bottom: 30px;
	}
	.banner-assistenza {
		margin-top: 20px;
	}
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;  
}
::-webkit-scrollbar-thumb:hover {
    background: #999;  
    }

/* Tab e accordion */
.woocommerce div.product .woocommerce-tabs {
	padding-top: 0;
	margin-bottom: 1em !Important;
}
@media screen and (min-width: 1200px) {
	.woocommerce div.product .woocommerce-tabs .panel {
    	max-height: 700px !important; 
    	overflow-y: auto !important;
		padding-right: 20px;
	}
}
.woocommerce-tab-desktop {
    display: none;
}
#tab-reviews {
	display: none;
}
.accordion-woo-mobile {
    display: block;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
    .woocommerce-tab-desktop {
        display: block;
    }
    .accordion-woo-mobile {
        display: none;
    }
}
.ds-woocommerce-tabs .ds-accordion-header.ds-tab-header {
	position: relative;
	border: 1px solid #dddddd;
	border-bottom: 0;
	padding: 1em 1.3em;
	margin-bottom: 0;
	font-size: 110%;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
}
.ds-woocommerce-tabs .ds-accordion-header.ds-tab-header {
	color: var(--ds-color-text-primary);
}
.ds-woocommerce-tabs .ds-accordion-icon {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	fill: #3a3a3a;
	pointer-events: none;
}
.ds-woocommerce-tabs .ds-accordion-icon--minus,
.ds-woocommerce-tabs .ds-accordion-header.active .ds-accordion-icon--plus {
	display: none;
}
.ds-woocommerce-tabs .ds-accordion-header.active .ds-accordion-icon--minus {
	display: inline-flex;
}
.ds-woocommerce-tabs .ds-accordion-wrap {
	padding: 1em 1.3em 2em 1.3em;
	display: block;
}
.ds-woocommerce-tabs .ds-accordion-content {
	display: block;
	overflow-y: hidden;
	transition: all .5s;
	border: 1px solid #dddddd;
	border-bottom: 0;
	border-top: 0;
	margin-bottom: 0;
}
.ds-woocommerce-tabs .ds-single-tab:nth-child(3) {
	border-bottom: 1px solid #dddddd;
}
.ds-woocommerce-tabs .ds-single-tab:nth-child(4), .ds-woocommerce-tabs .ds-single-tab:nth-child(5) {
	display: none;
}
.ds-woocommerce-tabs. .ds-accordion-content .active {
	height: unset;
}

/* Prezzo prodotto */
.woocommerce div.product p.price {
	margin-bottom: 10px;
}
div.price del {
	opacity: .5 !Important;
	font-weight: 400;
	font-size: 25px;
}
.single-product div.product .price {
	font-size: 35px;
	font-weight: 700;
	color: #3675b6;
}
.single-product .woocommerce-variation-price span {
	font-size: 35px !Important;
}
.blocco-prezzo {
	display: block;
	margin-bottom: 0;
}
.postid-34763 .ds-stock-detail-mobile .stock-mobile.in-stock::after, .postid-8772 .ds-stock-detail-mobile .stock-mobile.in-stock::after, .postid-8829 .ds-stock-detail-mobile .stock-mobile.in-stock::after, .postid-10954 .ds-stock-detail-mobile .stock-mobile.in-stock::after {
	display: none;
}
.blocco-prezzo .price {
	line-height: 1;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	font-size: 25px !Important;
	color: #3675b6;
}
@media screen and (max-width: 768px) {
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 20px !Important;
		line-height: 1 !Important;
	}
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 1.5em !Important;
}

/* Backorder */
.messaggio-consegna {
	color: #77a464;
	font-size: 1em;
	font-weight: 700;
}
.postid-10954 .messaggio-consegna, .postid-8829 .messaggio-consegna, .postid-8772 .messaggio-consegna {
	display: none !Important;
}
.onbackorder .messaggio-consegna {
	display: none;
}

/* Metadati */
@media screen and (max-width: 576px) {
	#metadati-desk {
		display: none;
	}
}
@media screen and (min-width: 481px) {
	#metadati-mobile {
		display: none;
	}
}

/* CTA info e contatti destktop */
.container-cta {
	display: inline-flex !Important;
	vertical-align: middle !Important;
	margin-top: 10px !Important;
	width: 100%;
}
.indirizzo-mail, .telefono {
	margin-bottom: 5px;
}
.cta-icons .indirizzo-mail,
.cta-icons .telefono,
.cta-icons .whatsapp {
	display: flex;
	align-items: flex-start;
}
.cta-icons .indirizzo-mail > div:first-child,
.cta-icons .telefono > div:first-child,
.cta-icons .whatsapp > div:first-child {
	flex: 0 0 auto;
}
.indirizzo-mail span, .telefono span, .whatsapp span {
	margin-left: 5px;
}

@media screen and (max-width: 1079px) {
	.container-cta {
		display: none !Important;
	}
}
.container-cta .colonna1 {
	width: 40% !Important;
}
.container-cta .colonna2 {
	width: 60% !Important;
}
@media screen and (max-width: 568px) {
	.container-cta-mobile .colonna2 .img-cta {
		margin-top: 30px
	}
	.container-cta-mobile {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 569px) and (max-width: 1024px) {
	.container-cta-mobile {
		display: flex;
	}
	.container-cta-mobile .colonna1 {
		width: 40%;
	}
	.container-cta-mobile .colonna2 {
		width: 60%;
	}
	.container-cta-mobile {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.container-cta-mobile {
		display: none;
	}
}

/* Generali */
.embed-container iframe { 
    width: 100% !Important;
}
.woocommerce div.product .product_meta>span.posted_in {
	display: none;
}
.product_meta {
	padding-top: 0 !Important;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
	width: 100%;
	margin-left: 0;
	padding: 20px 40px !Important;
	font-size: 17px !Important;
}
.woocommerce div.product .woocommerce-variation-add-to-cart {
	display: inline;
}

/* Bundled products */
.doctorspy-standalone.woocommerce-page div.product div.bundled_product_images,
.doctorspy-standalone.woocommerce div.product div.bundled_product_images {
	width: 15% !Important;
}
div.bundled_product_summary:not(.thumbnail_hidden) .details {
	width: 85% !Important;
}
.bundled_product_title.product_title {
	font-size: 1rem !Important;
	font-weight: 700 !Important;
}
.woocommerce div.product.product-type-simple form.cart {
	display: block !Important;
}
.bundle_form.bundle_sells_form.small_width.initialized .details {
	padding-left: 10px !Important;
}
.bundle_sells_title {
	margin-top: 10px !Important;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f2f5f7;
}
.bundle_sells_title h3 {
	font-size: 20px !Important;
}
.bundled_product_title a.bundled_product_permalink {
	line-height: 1.3 !Important;
	color: var(--ds-color-text-primary) !Important;
}
.bundle_sells_form {
	padding-left: 20px !Important;
	padding-right: 20px !Important;
	padding-top: 0 !Important;
	background-color: #f2f5f7 !Important;
}
.bundle_form.bundle_sells_form del sup {
	display: none;
} 
.bundle_sells_form .bundled_product_summary {
	border-bottom: none !Important;
	margin-bottom: 0 !Important;
}
.bundle_form.bundle_sells_form.initialized {
	margin-bottom: 15px !Important;
}
.bundle-sell-text {
	font-size: 14px !Important;
	margin: 15px 0 15px 0;
	line-height: 1.3;
	letter-spacing: .3px !Important;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
	position: relative !Important;
	vertical-align: middle;
	padding-right: 5px;
}
div.bundled_product_summary:not(.thumbnail_hidden) .details {
	padding-left: 1em !Important;
}
input.bundled_product_checkbox {
	vertical-align: middle !Important;
	margin: 0 3px 3px 0;
}
.bundled_product_title.product_title {
	margin-bottom: 5px !Important;
}
.bundle_price p.price span.woocommerce-Price-amount.amount {
	font-size: 35px !Important;
}
.woocommerce-variation.single_variation.bundled_item_cart_details .woocommerce-variation-price span.price span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol, .woocommerce-variation.single_variation.bundled_item_cart_details .woocommerce-variation-price span.price span.woocommerce-Price-amount.amount {
	font-size: 16px !Important;
}
.woocommerce-variation.single_variation.bundled_item_cart_details .woocommerce-variation-price span.price:before {
	content: 'Prezzo: ';
	color: var(--ds-color-text-primary);
	font-size: 16px;
}
.woocommerce-variation.single_variation.bundled_item_cart_details .woocommerce-variation-price span.price del {
	text-decoration: line-through;
	font-size: 16px;
}
div.bundle_wrap div.bundle_price p.price:before {
	content: 'Totale: ';
	font-size: 35px;
	color: var(--ds-color-text-primary);
}
div.bundle_wrap div.bundle_price p.price del {
	display: none;
}
.bundled_product_image.woocommerce-product-gallery__image .sku-container {
	display: none !Important;
}

/* Prodotti con variazioni */
#pa_licenza-del-software, #pa_licenza-software-crypto {
    -webkit-appearance: none;  /* Rimuove la freccia predefinita in WebKit/Blink */
    -moz-appearance: none;     /* Rimuove la freccia predefinita in Firefox */
    appearance: none;          /* Rimuove la freccia predefinita in moderni browser */
    background-image: url('https://www.doctorspy.it/wp-content/uploads/2023/11/freccia-basso.png');
    background-repeat: no-repeat;
    background-position: right 10px center; /* Posizionamento dell'icona */
    padding-right: 30px; /* Spazio per evitare la sovrapposizione del testo con l'icona */
}
.woocommerce-variation-price .price del {
	color: #3675b6;
}

/* Categorie */
.h2sopra {
	font-size: 20px !Important;
}
span.single-product-category:before {
	content: 'Categorie: ';
	font-weight: 700;
}
span.single-product-category {
	font-size: 13px;
	line-height: 1.3 !Important;
	text-align: justify;
	margin-top: 20px;
}
.woocommerce div.product div.summary .single-product-category a {
	color: #777;
}
.woocommerce div.product div.summary .single-product-category a:hover {
	color: #DB3800;
}
.woocommerce-js ul.products li.product .price del {
	font-size: 16px;
}
@media screen and (max-width: 1199px) {
	.woocommerce-js ul.products li.product .price del {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.colonna-prezzo .price {
		display: flex;
		align-items: baseline;
	}
	.single-product div.product .price {
		font-size: 30px !Important;
	}
	.colonna-prezzo div.price del {
		font-size: 20px !Important;
	}
}

/* Margine selettore quantità nascosto */
.single-product div.product div.quantity.buttons_added {
	display: none !Important;
}
@media screen and (max-width: 768px) { 
	.uagb-post__text.uagb-post__title a {
	font-size: 20px !Important;
	line-height: .5 !Important;
}
}

/* Pulsante add to cart */
.woocommerce div.product.product-type-simple form.cart {
	display: flex;
	width: 100%;
}

/* Disattiva zoom gallery on mobile
@media screen and (max-width: 768px){
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		transition: none;
		pointer-events: none;
	}
	}  */

/* Box aggiuntivi */
.payment-safe-box {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    position: relative;
    margin-top: 15px;
}
.payment-safe-box h4 {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 10px;
	text-align: center;
	font-size: 20px !Important;
}
.reasons-to-buy {
    margin-top: 20px;
	margin-bottom: 30px;
}
.reasons-to-buy ul {
    list-style: none;
    padding-left: 0;
}
.check-icon {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Sticky cart bar */
#sticky-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eaeaea;
    padding: 10px;
    align-items: center;
    z-index: 1000;
    display: none; /* Inizialmente nascosto */
}
#sticky-cart-bar .bundle_sells_title,
#sticky-cart-bar .bundle_form.bundle_sells_form,
#sticky-cart-bar .bundle-sell-text {
	display: none;
}
#sticky-cart-bar .product-price {
	font-size: 25px;
  	font-weight: 700;
}
#sticky-cart-bar.is-visible {
	display: block;
}
.sticky-cart-hidden {
    display: none;
}
.titolo-prezzo-prodotto img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}
.product-title {
    font-weight: bold;
    margin-right: 10px;
	font-size: 20px;
}
.product-price {
    color: var(--ds-color-text-primary);
    margin-right: 10px;
}
.azione-prodotto {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .titolo-prezzo-prodotto {
        display: none;
    }
	#sticky-cart-bar .quantity {
		display: none;
	}
	#sticky-cart-bar .button.single_add_to_cart_button {
		width: 100%;
	}
	#sticky-cart-bar .bundle-sell-text {
		display: none;
	}
	#sticky-cart-bar .azione-prodotto {
		width: 100%;
		display: block;
	}
}
.container-barra {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.container-barra .immagine-prodotto {
	flex: 1;
}
@media screen and (max-width: 768px) {
	.container-barra .immagine-prodotto {
		display: none !Important;
	}
}
.container-barra .disponibilita {
	display: none;
}
@media screen and (min-width: 769px) {
#sticky-cart-bar .immagine-prodotto {
    flex: 0 0 10%;
}
#sticky-cart-bar .titolo-prezzo-prodotto {
    flex: 1; 
}
#sticky-cart-bar .titolo-prezzo-prodotto .product-price del, #sticky-cart-bar .stock {
	display: none;
}
#sticky-cart-bar .azione-prodotto {
    flex: 0 0 30%; 
	justify-content: flex-end;
}
}

/* Disattiva sticky bar su pagine prodotto */
.postid-8772 #sticky-cart-bar, .postid-8829 #sticky-cart-bar, .postid-10954 #sticky-cart-bar, .postid-22916 #sticky-cart-bar, .postid-32751 #sticky-cart-bar, .postid-35410 #sticky-cart-bar, .postid-34237 #sticky-cart-bar, .postid-34231 #sticky-cart-bar, .postid-34231 #sticky-cart-bar, .postid-36486 #sticky-cart-bar {
	display: none !Important;
}

/* Prezzo con variazione */
.product-type-variable .blocco-prezzo,
.product-type-variable .klarna-badge-container {
	display: none !Important;
}

/* Resetta variazione prodotti */
.reset_variations {
	display: none !Important;
}
.woocommerce div.product form.cart .variations {
	border-bottom: 0;
}

/* Prezzo su richiesta */
.woocommerce ul.products li.product .price_on_inquiry {
	font-size: 20px !Important;
}
.blocco-prezzo .price_on_inquiry {
	font-size: 25px !Important;
}

/* Layout mobile prodotti */
@media screen and (max-width: 768px) {
	.doctorspy-woocommerce-container {
		margin-top: 1em !Important;
	}
	.single-product #primary {
		margin-top: 1em;
	}
	.h2sopra {
		text-align: center;
		font-size: 18px !Important;
	}
	.woocommerce.mobile-columns-1 .site-main ul.products li.product:nth-child(n), .woocommerce-page.mobile-columns-1 .site-main ul.products li.product:nth-child(n) {
		display: flex !Important;
		flex-direction: unset !Important;
	}
	.woocommerce ul.products li.product {
		flex-direction: unset !Important;
		margin-bottom: 0 !Important;
	}
	.doctorspy-shop-thumbnail-wrap {
		width: 40%;
	}
	.doctorspy-shop-summary-wrap {
		width: 60%
	}
	.woocommerce ul.products li.product.align-center, .woocommerce-page ul.products li.product.align-center {
		text-align: left;
	}
	.doctorspy-shop-summary-wrap {
		padding-left: 10px !Important;
	}
	.doctorspy-shop-summary-wrap h2 {
		font-size: 18px !Important;
	}
	section.related.products > ul.products.columns-4 > li {
		display: flex !Important;
		flex-direction: unset;
		margin-bottom: 0 !Important;
	}
} 

/* KLARNA */
.klarna-badge-container {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* --------------------------------------------------------------------------
 * Product archive v3
 * ----------------------------------------------------------------------- */
.ds-product-archive-v3 {
	--ds-color-bg-page: #ffffff;
	--ds-color-text-secondary: #68717c;
	--ds-color-brand-strong: #1e5f9e;
	--ds-color-action-subtle: #fff0e9;
	--ds-color-border-default: #d7dde4;
	--ds-color-danger: #b42318;
	--ds-radius-8: 8px;
	--ds-radius-12: 12px;
	--ds-radius-pill: 999px;
}

.ds-product-archive-v3 .doctorspy-container {
	max-width: 1440px;
	padding-inline: 20px;
}

.ds-product-archive-v3 .doctorspy-woocommerce-layout {
	display: block;
}

.ds-product-archive-v3.has-woocommerce-sidebar .doctorspy-woocommerce-layout #primary,
.ds-product-archive-v3 .doctorspy-woocommerce-layout #primary {
	width: 100%;
}

.ds-product-archive-v3 .doctorspy-woocommerce-container {
	margin: 28px 0 48px;
}

.ds-product-archive {
	color: var(--ds-color-text-primary);
}

.ds-product-archive__header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 28px;
}

.ds-product-archive__header .woocommerce-products-header__title {
	overflow-wrap: anywhere;
	width: 100%;
	max-width: none;
	margin: 0;
	color: var(--ds-color-text-primary);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 48px;
	text-transform: none;
}

.ds-product-archive__intro,
.ds-product-archive__intro .product-category-editorial,
.ds-product-archive__intro .product-category-editorial__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.ds-product-archive__intro .product-category-editorial__inner > :first-child {
	margin-top: 0;
}

.ds-product-archive__intro .product-category-editorial__inner > :last-child {
	margin-bottom: 0;
}

.ds-product-archive__intro p,
.ds-product-archive__intro li {
	margin: 0;
	font-weight: 400;
}

.ds-product-archive__intro p,
.ds-product-archive__intro ul,
.ds-product-archive__intro ol,
.ds-product-archive__intro li {
	color: var(--ds-color-text-body);
	font-size: var(--ds-font-size-body);
	line-height: 1.5;
}

.ds-product-archive__intro p {
	text-align: left !important;
}

.ds-product-archive__intro .product-category-navigation {
	margin-top: 16px;
}

.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0 !important;
}

.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__control {
	display: none !important;
}

.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__viewport {
	overflow: visible !important;
}

.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list {
	width: 100% !important;
	max-width: 100%;
	flex-wrap: wrap !important;
	gap: 8px;
}

.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list li {
	display: flex;
	flex: 0 0 auto;
	padding-block: 4px;
}

.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list a {
	position: relative;
	min-height: 36px;
	padding: 6px 12px;
	border: 1px solid currentColor;
	border-radius: 8px;
	background: var(--ds-surface-color);
	color: var(--ds-color-action-primary);
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	white-space: nowrap;
}

/* Keep a 44px touch target around the visually compact links. */
.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list a::after {
	content: "";
	position: absolute;
	inset: -4px 0;
}

.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list a:hover,
.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list a:active {
	background: var(--ds-surface-color);
	color: var(--ds-color-action-hover);
}

.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list a:focus-visible {
	outline: 2px solid var(--ds-color-action-primary);
	outline-offset: -3px;
}

.ds-product-archive__catalog {
	display: grid;
	grid-template-columns: 264px minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}

.ds-product-archive__catalog.no-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

.ds-archive-sidebar {
	min-width: 0;
	padding: 18px;
	background: var(--ds-color-bg-page);
	border: 1px solid var(--ds-color-border-default);
	border-radius: var(--ds-radius-12);
}

.ds-archive-sidebar__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ds-archive-category-tree {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--ds-color-border-default);
}

.ds-archive-category-tree .heading-filtro {
	margin: 0 0 8px;
	color: var(--ds-color-text-primary);
	font-size: 13px;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
}

.ds-archive-category-tree .link-categoria-container,
.ds-archive-category-tree .link-categoria-container ul,
.ds-archive-category-tree .link-categoria-container li {
	margin: 0;
	padding: 0;
}

.ds-archive-category-tree .link-categoria-container ul {
	list-style: none;
}

.ds-archive-category-tree .link-categoria-container li::marker {
	content: "";
}

.ds-archive-category-tree .link-categoria-container a {
	display: block;
	padding: 5px 0;
	color: var(--ds-color-text-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-decoration: none;
}

.ds-archive-category-tree .link-categoria-container .ul-child {
	padding-inline: 0;
}

.ds-archive-category-tree .link-categoria-container .ul-child li {
	display: grid;
	grid-template-columns: 8px minmax(0, 1fr);
	column-gap: 4px;
	align-items: baseline;
	padding-top: 0;
	padding-left: 0;
}

.ds-archive-category-tree .link-categoria-container .ul-child a {
	grid-column: 2;
	padding-block: 2px;
}

.ds-archive-category-tree .link-categoria-container .ul-child li::before {
	position: static;
	grid-row: 1;
	grid-column: 1;
	color: var(--ds-color-text-secondary);
	font-size: 14px;
	line-height: 19px;
	content: "–" !important;
}

.ds-archive-category-tree .link-categoria-container a:hover,
.ds-archive-category-tree .link-categoria-container a:focus-visible {
	color: var(--ds-color-action-primary);
	text-decoration: underline;
}

.ds-archive-category-tree .link-categoria-container a.active,
.ds-archive-category-tree .link-categoria-container a.current-ancestor {
	color: var(--ds-color-action-primary);
	font-weight: 400;
}

.ds-archive-subcategories {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--ds-color-border-default);
}

.ds-archive-subcategories h2,
.ds-archive-filters > h2 {
	margin: 0 0 8px;
	color: var(--ds-color-text-primary);
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
}

.ds-archive-subcategories ul {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ds-archive-subcategories li {
	margin: 0;
	padding: 0;
}

.ds-archive-subcategories a {
	display: block;
	padding: 7px 0;
	color: var(--ds-color-brand-strong);
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	text-decoration: none;
}

.ds-archive-subcategories a:hover,
.ds-archive-subcategories a:focus-visible {
	text-decoration: underline;
}

.ds-archive-sale-filter {
	margin: 0 0 16px;
}

.ds-archive-sale-filter label {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 0;
	color: var(--ds-color-text-primary);
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	cursor: pointer;
}

.ds-archive-sale-filter input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: auto;
}

.ds-archive-filters .wcpf-filter,
.ds-archive-filters .wcpf-filter-inner,
.ds-archive-filters .wcpf-inner {
	margin: 0;
	padding: 0;
}

.ds-archive-filters .wcpf-filter-inner {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ds-archive-filters .wcpf-field-item {
	margin: 0;
	padding: 0;
	border: 0;
}

.ds-archive-filters .wcpf-field-item.wcpf-status-disabled {
	display: none;
}

.ds-archive-filters .wcpf-field-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 19px;
	margin: 0 0 10px;
	padding: 0;
	color: var(--ds-color-text-primary);
	font-size: 13px;
	font-weight: 700;
	line-height: 19px;
}

.ds-archive-filters .wcpf-field-title .box-toggle {
	width: 28px;
	height: 28px;
	margin: -5px -7px -5px 0;
	background: transparent;
	border: 0;
}

.ds-archive-filters .wcpf-content,
.ds-archive-filters .wcpf-checkbox-list,
.ds-archive-filters .wcpf-radio-list {
	margin: 0;
	padding: 0;
}

.ds-archive-filters .wcpf-scrollbar.wcpf-front-element .wcpf-content {
	max-height: none !important;
	overflow: visible !important;
}

.ds-archive-filters .wcpf-checkbox-item,
.ds-archive-filters .wcpf-radio-item {
	margin: 0;
	padding: 0;
}

.ds-archive-filters .wcpf-radio-item:not(:last-child) {
	margin-bottom: 6px;
}

.ds-archive-filters .wcpf-checkbox-label,
.ds-archive-filters .wcpf-radio-label {
	display: flex;
	gap: 9px;
	align-items: center;
	min-height: 22px;
	margin: 0;
	padding: 0;
	color: var(--ds-color-text-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	cursor: pointer;
}

.ds-archive-filters .wcpf-input-container {
	position: relative;
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin: 0;
	padding: 0;
	background: var(--ds-color-bg-page);
	border: 1px solid #767676 !important;
	border-radius: 2px;
	box-sizing: border-box;
}

.ds-archive-filters .wcpf-input-container .wcpf-input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.ds-archive-filters .wcpf-title-container {
	display: flex;
	gap: 4px;
	align-items: baseline;
	min-width: 0;
	color: var(--ds-color-text-primary);
}

.ds-archive-filters .wcpf-product-count {
	color: var(--ds-color-text-secondary);
	font-size: 11px;
}

.ds-archive-filters .wcpf-checkbox-item.disabled,
.ds-archive-filters .wcpf-radio-item.disabled {
	opacity: 0.45;
}

.ds-archive-filters .wcpf-field-price-slider .priceSliderInput {
	display: none !important;
}

.ds-archive-filters .wcpf-price-slider-min-max-inputs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.ds-archive-filters .wcpf-price-slider-min-max-inputs .wcpf-input {
	width: 100%;
	min-width: 0;
	height: 40px;
	padding: 10px 8px;
	color: var(--ds-color-text-primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	background: var(--ds-color-bg-page);
	border: 1px solid var(--ds-color-border-default);
	border-radius: var(--ds-radius-12);
}

.ds-archive-filters .wcpf-field-button .wcpf-button {
	width: 100%;
	min-height: 40px;
	padding: 10px 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
	background: var(--ds-color-action-primary);
	border: 1px solid var(--ds-color-action-primary);
	border-radius: var(--ds-radius-12);
}

.ds-archive-filters .wcpf-field-button .wcpf-button-action-reset {
	color: var(--ds-color-text-primary);
	background: var(--ds-color-bg-page);
	border-color: var(--ds-color-border-default);
}

.ds-product-archive__main {
	min-width: 0;
}

.ds-product-archive__main > .woocommerce-notices-wrapper:empty {
	display: none;
}

.ds-product-archive__toolbar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: center;
	min-height: 40px;
	margin: 0 0 24px;
}

.ds-product-archive__result-count {
	grid-column: 1 / -2;
}

.ds-product-archive__result-count .woocommerce-result-count,
.ds-product-archive__result-count p.woocommerce-result-count {
	display: block !important;
	float: none;
	margin: 0 !important;
	color: var(--ds-color-text-secondary);
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
}

.ds-product-archive__ordering {
	grid-column: -2 / -1;
	width: 100%;
	margin: 0;
}

.ds-product-archive__ordering .woocommerce-ordering {
	float: none;
	width: 100%;
	margin: 0 !important;
}

.ds-product-archive__ordering .woocommerce-ordering select.orderby {
	width: 100% !important;
	height: 40px;
	margin: 0;
	padding: 10px 34px 10px 14px;
	color: var(--ds-color-text-primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 19px;
	background-color: var(--ds-color-bg-page);
	border: 1px solid var(--ds-color-border-default) !important;
	border-radius: var(--ds-radius-12);
}

.ds-control,
.ds-filters-drawer__show-products {
	min-height: 40px;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 19px;
	border-radius: var(--ds-radius-12);
}

.ds-product-archive .open-filters-btn {
	display: none;
	color: var(--ds-color-text-primary);
	background: var(--ds-color-bg-page);
	border: 1px solid var(--ds-color-border-default);
}

.ds-product-archive-v3 .ds-product-archive ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 16px;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.ds-product-archive-v3 .ds-product-archive ul.products::before,
.ds-product-archive-v3 .ds-product-archive ul.products::after {
	display: none;
	content: none;
}

.ds-product-archive-v3 .ds-product-archive ul.products li.product {
	float: none !important;
	display: flex !important;
	flex-direction: column !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.ds-product-card {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	min-height: var(--ds-product-card-min-height, 470px);
	padding: 20px;
	overflow: hidden;
	background: var(--ds-color-bg-page);
	border: 1px solid var(--ds-color-border-default);
	border-radius: var(--ds-radius-12);
}

/* Product and homepage category cards share the same hover treatment. */
.ds-product-card,
.ds-home-category__link {
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.ds-product-card:hover,
	.ds-product-card:focus-within,
	.ds-home-category__link:hover,
	.ds-home-category__link:focus-visible {
		border-color: #aeb8c3;
		box-shadow: 0 10px 26px rgba(23, 25, 28, 0.14);
		transform: translateY(-2px);
	}
}

.ds-product-archive-v3 .ds-product-card > .woocommerce-loop-product__link,
.ds-product-archive-v3.woocommerce .ds-product-card > .woocommerce-loop-product__link {
	display: flex !important;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.ds-product-card__media {
	position: relative;
	flex: 0 0 190px;
	width: calc(100% + 40px);
	height: 190px;
	margin: -20px -20px 8px;
	overflow: hidden;
	border-radius: 0;
}

.ds-product-card__media picture {
	display: contents;
}

.ds-product-card__media > .woocommerce-loop-product__link {
	display: block;
	width: 100%;
	height: 100%;
}

.ds-product-card__media.is-gallery-ready {
	touch-action: pan-y pinch-zoom;
}

.ds-product-card__media [data-ds-gallery-slide] {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.ds-product-card__media [data-ds-gallery-slide].is-gallery-current {
	z-index: 1;
}

.ds-product-card__media [data-ds-gallery-slide][hidden] {
	display: none !important;
}

.ds-product-card__media .ds-product-gallery__arrow {
	position: absolute;
	z-index: 3;
	top: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-height: 0;
	margin: 0;
	padding: 0;
	color: var(--ds-color-text-primary);
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 160ms ease, background-color 160ms ease;
}

.ds-product-card__media.is-gallery-ready .ds-product-gallery__arrow,
.ds-product-card__media.is-gallery-ready .ds-product-gallery__dots {
	display: flex;
}

/* Hero pagination; product cards use a smaller, light treatment below. */
.ds-home-slider .ds-navigation {
	padding: 2px 4px;
	border: 1px solid #ffffff26;
	border-radius: 26px;
	background: #092945d9;
	box-shadow: 0 2px 10px #00152b1f;
	color: #fff;
}

.ds-home-slider .ds-dot {
	display: block;
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	border-radius: 8px;
	background: #ffffff8c;
	transition: width .2s, background .2s;
}

.ds-home-slider .ds-page.is-current .ds-dot {
	width: 24px;
	background: #fff;
}

.ds-home-slider :is(.ds-page, .ds-autoplay-toggle):hover {
	background: #ffffff26;
}

.ds-home-slider .ds-navigation button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -3px;
}

.ds-product-gallery__dots {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	left: 50%;
	display: none;
	align-items: center;
	width: max-content;
	max-width: calc(100% - 16px);
	padding: 1px 3px;
	overflow-x: auto;
	color: var(--ds-color-brand-strong);
	background: #fff;
	border: 1px solid var(--ds-color-border-default);
	border-radius: 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	opacity: 0;
	pointer-events: none;
	scrollbar-width: none;
	transform: translateX(-50%);
	transition: opacity 160ms ease;
}

.ds-product-gallery__dots::-webkit-scrollbar {
	display: none;
}

.ds-product-card__media .ds-product-gallery__dot {
	position: relative;
	display: flex;
	flex: 0 0 24px;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	min-height: 24px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 22px;
	cursor: pointer;
}

.ds-product-gallery__dot::before {
	content: '';
	display: block;
	flex-shrink: 0;
	width: 5px;
	height: 5px;
	border-radius: 6px;
	background: #7b8793;
	transition: width .2s, background .2s;
}

.ds-product-gallery__dot[aria-current="true"]::before {
	width: 16px;
	background: var(--ds-color-brand-strong);
}

.ds-product-card__media .ds-product-gallery__dot:hover {
	background: #edf1f5;
}

.ds-product-card__media .ds-product-gallery__dot:focus-visible {
	outline: 2px solid var(--ds-color-brand-strong);
	outline-offset: -2px;
}

.ds-product-gallery__arrow--previous {
	left: 8px;
}

.ds-product-gallery__arrow--next {
	right: 8px;
}

@media (hover: hover) {
	.ds-product-card__media:hover .ds-product-gallery__arrow,
	.ds-product-card:hover .ds-product-gallery__dots {
		opacity: 1;
		pointer-events: auto;
	}
}

/* Touch devices have no hover: keep the compact photo controls available. */
@media (hover: none) {
	.ds-product-gallery__dots {
		opacity: 1;
		pointer-events: auto;
	}
}

.ds-product-card__media > a:focus-visible ~ .ds-product-gallery__arrow,
.ds-product-card__media .ds-product-gallery__arrow:focus-visible,
.ds-product-card__media > a:focus-visible ~ .ds-product-gallery__dots,
.ds-product-card__media:has(:focus-visible) .ds-product-gallery__dots {
	opacity: 1;
	pointer-events: auto;
}

.ds-product-card__media .ds-product-gallery__arrow:hover {
	background: #fff;
}

.ds-product-card__media .ds-product-gallery__arrow:focus-visible {
	outline: 2px solid var(--ds-color-brand-strong);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.ds-product-card__media .ds-product-gallery__arrow,
	.ds-product-gallery__dots,
	.ds-product-gallery__dot::before {
		transition: none;
	}
}

.ds-product-card__media img,
.woocommerce .ds-product-card__media img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

.ds-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

.ds-product-archive-v3 .ds-product-archive ul.products li.product .ds-product-card__sku {
	min-height: 13px;
	margin: 0 0 8px;
	color: var(--ds-color-text-secondary);
	font-size: 10px !important;
	font-weight: 500;
	line-height: 13px !important;
}

.ds-product-card .woocommerce-loop-product__title {
	margin: 0 0 4px !important;
	padding: 0 !important;
	color: var(--ds-color-text-primary) !important;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 20px !important;
	text-transform: none;
	word-break: normal;
	overflow-wrap: anywhere;
}

.ds-product-card .price {
	display: block;
	margin: 0 0 8px !important;
	color: var(--ds-color-brand-strong) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
}

.ds-product-card .price .woocommerce-Price-amount,
.ds-product-card .price_on_inquiry {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: 700 !important;
}

.ds-product-card .price del {
	font-size: 14px !important;
	font-weight: 500;
	opacity: 0.65 !important;
}

.ds-product-card .price del .woocommerce-Price-amount {
	font-weight: 500 !important;
}

/* Use the same small, raised fractions in every card price, including AJAX cards. */
.ds-product-card .price sup,
.box-prodotti-loop .price sup {
	position: relative;
	top: -0.5em !important;
	font-size: 60% !important;
	line-height: 0;
	vertical-align: baseline;
}

/* Card list prices omit only zero cents; preserve meaningful fractional prices. */
.ds-product-card .price del sup,
.box-prodotti-loop .price del sup {
	display: inline;
}

.ds-product-card .price del sup.ds-price-decimals--zero,
.box-prodotti-loop .price del sup.ds-price-decimals--zero {
	display: none;
}

.ds-product-card .price ins {
	text-decoration: none;
}

.ds-product-card .consigli {
	display: block;
	margin: 0 0 8px;
}

.ds-product-card .consigli ul {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 6px;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.ds-product-card .consigli li {
	margin: 0;
	color: var(--ds-color-text-secondary);
	font-size: 11px !important;
	font-weight: 500;
	line-height: 14px;
	text-transform: none;
}

.ds-product-card .countdown-container-loop,
.ds-product-card .countdown-alt-text,
.ds-product-card .online-only,
.ds-product-card .consigli-mobile,
.ds-product-card .woocommerce-product-rating,
.ds-product-card .star-rating {
	display: none !important;
}

.ds-product-archive-v3 .ds-product-card__body > .disponibilita {
	flex: 0 0 auto;
	margin: auto 0 0 !important;
}

.ds-product-card .disponibilita .stock {
	display: flex;
	gap: 6px;
	align-items: center;
	margin: 0 !important;
	color: var(--ds-color-success);
	font-size: var(--ds-font-size-body);
	font-weight: 700;
	line-height: 20px;
}

.ds-product-card .disponibilita .stock::before {
	position: static !important;
	display: block !important;
	flex: 0 0 8px;
	width: 8px !important;
	height: 8px !important;
	margin: 0 !important;
	content: "" !important;
	background: currentColor !important;
	border: 0 !important;
	border-radius: 50%;
}

.ds-product-card .disponibilita .stock.in-stock::before {
	-webkit-animation: ds-stock-dot-pulse 2.4s ease-in-out infinite;
	animation: ds-stock-dot-pulse 2.4s ease-in-out infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	will-change: opacity, transform;
}

@-webkit-keyframes ds-stock-dot-pulse {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 0.4;
		-webkit-transform: scale(0.78);
		transform: scale(0.78);
	}
}

@keyframes ds-stock-dot-pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.4;
		transform: scale(0.78);
	}
}

.ds-product-card .disponibilita .stock.out-of-stock {
	color: var(--ds-color-danger);
}

.ds-product-card .disponibilita .stock.available-on-backorder,
.ds-product-card .disponibilita .stock.on-backorder {
	color: var(--ds-color-brand-strong);
}

.ds-product-card__delivery {
	flex: 0 0 auto;
	margin: 4px 0 0;
	color: var(--ds-color-text-secondary);
	font-size: 13px !important;
	font-weight: 500;
	line-height: 20px;
}

.ds-product-card__delivery--backorder {
	color: var(--ds-color-text-secondary);
}

.ds-product-card__delivery--has-info {
	display: flex;
	gap: 3px;
	align-items: center;
	text-align: left;
}

.ds-product-card > .button,
.woocommerce .ds-product-card > .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	min-height: 0 !important;
	margin: 12px 0 0 !important;
	padding: 0 12px !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em !important;
	text-align: center;
	text-transform: uppercase;
	background: var(--ds-color-action-primary) !important;
	border: 0;
	border-radius: var(--ds-radius-8) !important;
}

.ds-product-card > .button:hover,
.ds-product-card > .button:focus-visible {
	background: var(--ds-color-action-hover) !important;
}

.ds-product-archive-v3 .ds-product-card > .added_to_cart.wc-forward {
	display: block !important;
	width: 100%;
	font-size: 14px !important;
	line-height: 20px;
	text-align: center !important;
}

.ds-product-archive ul.products li.product .ds-product-card .onsale,
.ds-product-archive ul.products li.product .ds-product-card .best-seller-badge,
.ds-product-archive ul.products li.product .ds-product-card .best-quality-badge,
.ds-product-archive ul.products li.product .ds-product-card .itsnew-badge {
	position: absolute !important;
	top: 20px !important;
	left: 20px !important;
	right: auto !important;
	z-index: 3;
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 4px 8px !important;
	color: var(--ds-color-action-primary) !important;
	font-size: 11px !important;
	font-weight: 600;
	line-height: 16px !important;
	text-transform: uppercase;
	background: var(--ds-color-action-subtle) !important;
	border: 0 !important;
	border-radius: var(--ds-radius-pill) !important;
	box-shadow: none;
}

.ds-product-archive ul.products li.product .ds-product-card .onsale {
	top: 15px !important;
	right: 15px !important;
	left: auto !important;
	color: #fff !important;
	background: #b63675 !important;
}

/* The all-device badges above are viewport-safe; suppress the legacy UA-only copies. */
.ds-product-archive ul.products li.product .ds-product-card .onsale-mobile,
.ds-product-archive ul.products li.product .ds-product-card .best-seller-badge-mobile,
.ds-product-archive ul.products li.product .ds-product-card .best-quality-badge-mobile,
.ds-product-archive ul.products li.product .ds-product-card .itsnew-badge-mobile {
	display: none !important;
}

.ds-product-archive__pagination {
	margin-top: 24px;
}

.ds-product-archive__pagination:empty {
	display: none;
}

.ds-product-archive .woocommerce-pagination {
	margin: 0;
	text-align: center;
}

.ds-product-archive .woocommerce-pagination ul.page-numbers {
	display: inline-flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
}

.ds-product-archive .woocommerce-pagination ul.page-numbers li {
	margin: 0;
	border: 0;
}

.ds-product-archive .woocommerce-pagination .page-numbers a,
.ds-product-archive .woocommerce-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 40px;
	padding: 10px;
	color: var(--ds-color-text-primary);
	font-size: 13px;
	font-weight: 700;
	line-height: 19px;
	background: var(--ds-color-bg-page);
	border: 1px solid var(--ds-color-border-default);
	border-radius: var(--ds-radius-12);
}

.ds-product-archive .woocommerce-pagination .page-numbers .current {
	color: #fff;
	background: var(--ds-color-action-primary);
	border-color: var(--ds-color-action-primary);
}

.ds-product-archive__after-loop {
	margin-top: 60px;
	color: var(--ds-color-text-body);
	font-size: 14px;
	line-height: 1.4;
}

.ds-product-archive__after-loop .product-category-editorial,
.ds-product-archive__after-loop .product-category-editorial__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.ds-product-archive__after-loop .product-category-editorial--after-loop {
	padding-top: 30px;
	border-top: 1px solid var(--ds-color-border-default);
}

.ds-product-archive__after-loop .product-category-editorial__inner > :first-child {
	margin-top: 0;
}

.ds-product-archive__after-loop .product-category-editorial__inner > :last-child {
	margin-bottom: 0;
}

.ds-product-archive__after-loop h2 {
	max-width: 900px;
	margin: 0 0 12px;
	color: var(--ds-color-text-primary);
	font-size: 27px;
	font-weight: 700;
	line-height: 36px;
}

.ds-product-archive__after-loop h3 {
	max-width: 900px;
	margin: 24px 0 10px;
	color: var(--ds-color-text-primary);
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.ds-product-archive__after-loop p,
.ds-product-archive__after-loop li {
	font-weight: 400;
}

.ds-product-archive__after-loop p,
.ds-product-archive__after-loop ul,
.ds-product-archive__after-loop ol,
.ds-product-archive__after-loop li {
	color: var(--ds-color-text-body);
	font-size: 14px;
	line-height: 1.4;
}

.ds-product-archive__after-loop p {
	margin: 0 0 12px;
	text-align: left !important;
}

.ds-product-archive__after-loop ul,
.ds-product-archive__after-loop ol {
	margin: 0 0 12px;
	padding-left: 24px;
}

.ds-product-archive__after-loop a {
	color: var(--ds-color-brand-strong);
}

.ds-filters-drawer {
	display: none;
}

.ds-product-archive :where(a, button, input, select):focus-visible,
.ds-filters-drawer :where(a, button, input, select, [tabindex]):focus-visible {
	outline: 3px solid rgba(30, 95, 158, 0.35);
	outline-offset: 2px;
}

@media screen and (max-width: 1199px) {
	.ds-product-archive__toolbar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ds-product-archive-v3 .ds-product-archive ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.ds-product-archive-v3 .doctorspy-container {
		padding-inline: 20px;
	}

	.ds-product-archive__catalog {
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 24px;
	}

	.ds-product-archive__toolbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ds-product-archive-v3 .ds-product-archive ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 768px) {
	.ds-product-archive-v3 .doctorspy-container {
		max-width: none;
		padding-inline: 20px;
	}

	.ds-product-archive-v3 .doctorspy-woocommerce-container {
		margin: 20px 0 32px !important;
	}

	.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__viewport {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x proximity;
	}

	.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list {
		width: max-content !important;
		max-width: none;
		flex-wrap: nowrap !important;
	}

	.ds-product-archive-v3.term-microcamere .ds-product-archive__intro .product-category-navigation__list li {
		scroll-snap-align: start;
	}




	.ds-product-archive__header {
		gap: 10px;
		margin-bottom: 20px;
	}

	.ds-product-archive__header .woocommerce-products-header__title {
		font-size: 30px;
		line-height: 38px;
	}

	.ds-product-archive__catalog,
	.ds-product-archive__catalog.has-sidebar,
	.ds-product-archive__catalog.no-sidebar {
		display: block;
	}

	.ds-product-archive .ds-archive-sidebar {
		display: none;
	}

	.ds-product-archive__toolbar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin-bottom: 16px;
	}

	.ds-product-archive__result-count {
		grid-column: 1 / -1;
	}

	.ds-product-archive__result-count .woocommerce-result-count,
	.ds-product-archive__result-count p.woocommerce-result-count {
		display: block !important;
		font-size: 12px;
		line-height: 17px;
	}

	.ds-product-archive .open-filters-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0;
	}

	.ds-product-archive__ordering {
		grid-column: 2;
		width: 100%;
		margin: 0;
	}

	.ds-product-archive__ordering .woocommerce-ordering,
	.ds-product-archive__ordering .woocommerce-ordering select.orderby {
		width: 100% !important;
	}

	.ds-product-archive__catalog.no-sidebar .ds-product-archive__ordering {
		grid-column: 2;
	}

	.ds-product-archive-v3 .ds-product-archive ul.products,
	.ds-product-archive-v3.woocommerce .site-main ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px 12px;
	}

	.ds-product-archive-v3 .ds-product-archive ul.products li.product,
	.ds-product-archive-v3.woocommerce .site-main ul.products li.product:nth-child(n) {
		display: flex !important;
		flex-direction: column !important;
		width: auto !important;
		min-width: 0;
		margin: 0 !important;
	}

	.ds-product-card {
		--ds-product-card-min-height: 400px;
		padding: 20px;
	}

	.ds-product-card__delivery {
		font-size: 12px !important;
	}

	.ds-product-card__media {
		flex-basis: 140px;
		height: 140px;
	}

	.ds-product-card .consigli {
		display: block;
	}

	.ds-product-card > .button,
	.woocommerce .ds-product-card > .button {
		height: auto;
		min-height: 42px !important;
		padding: 6px 4px !important;
		line-height: 1em !important;
	}

	.ds-product-archive__pagination {
		margin-top: 16px;
	}

	.ds-product-archive .woocommerce-pagination ul.page-numbers {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.ds-product-archive__after-loop {
		margin-top: 28px;
	}

	.ds-product-archive__after-loop h2 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 32px;
	}

	.ds-product-archive__after-loop h3 {
		margin-top: 20px;
		font-size: 20px;
		line-height: 28px;
	}

	.ds-filters-drawer {
		position: fixed;
		inset: 0;
		z-index: 10000;
		display: block;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition: visibility 0s linear 240ms, opacity 180ms ease;
	}

	.ds-filters-drawer.is-open {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transition-delay: 0s;
	}

	.ds-filters-drawer__backdrop {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background: rgba(23, 25, 28, 0.35);
		border: 0;
	}

	.ds-filters-drawer__panel {
		position: relative;
		display: flex;
		flex-direction: column;
		width: min(100%, 390px);
		height: 100%;
		margin: 0;
		padding: 16px;
		overflow: hidden;
		background: var(--ds-color-bg-page, #fff);
		transform: translateX(-100%);
		transition: transform 240ms ease;
	}

	.ds-filters-drawer.is-open .ds-filters-drawer__panel {
		transform: translateX(0);
	}

	.ds-filters-drawer__header {
		display: flex;
		flex: 0 0 auto;
		gap: 16px;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 18px;
	}

	.ds-filters-drawer__header h2 {
		margin: 0;
		color: var(--ds-color-text-primary, #17191c);
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
	}

	.ds-filters-drawer__close {
		display: inline-flex;
		flex: 0 0 40px;
		align-items: center;
		justify-content: center;
		width: 40px;
		min-height: 40px;
		padding: 0;
		color: var(--ds-color-text-primary, #17191c);
		font-size: 18px;
		background: #fff;
		border: 1px solid var(--ds-color-border-default, #d7dde4);
	}

	.ds-filters-drawer__content {
		flex: 1;
		min-height: 0;
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
	}

	.ds-filters-drawer .ds-archive-sidebar__content {
		gap: 18px;
	}

	.ds-filters-drawer .ds-archive-category-tree {
		padding-bottom: 18px;
	}

	.ds-filters-drawer .ds-archive-category-tree .heading-filtro {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 23px;
	}

	.ds-filters-drawer .ds-archive-category-tree .link-categoria-container a {
		padding-block: 6px;
		font-size: 14px;
		line-height: 21px;
	}

	.ds-filters-drawer .ds-archive-category-tree .link-categoria-container .ul-child a {
		padding-block: 2px;
	}

	.ds-filters-drawer .ds-archive-subcategories {
		padding-bottom: 18px;
	}

	.ds-filters-drawer .ds-archive-subcategories h2 {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 23px;
	}

	.ds-filters-drawer .ds-archive-subcategories a {
		padding-block: 7px;
	}

	.ds-filters-drawer .ds-archive-filters > h2 {
		display: none;
	}

	.ds-filters-drawer .ds-archive-sale-filter {
		margin-bottom: 18px;
	}

	.ds-filters-drawer .ds-archive-filters .wcpf-filter-inner {
		gap: 20px;
	}

	.ds-filters-drawer .ds-archive-filters .wcpf-field-title {
		font-size: 16px;
		line-height: 23px;
	}

	.ds-filters-drawer .ds-archive-filters .wcpf-price-slider-min-max-inputs {
		gap: 12px;
	}

	.ds-filters-drawer__footer {
		flex: 0 0 auto;
		padding-top: 16px;
		background: #fff;
	}

	.ds-filters-drawer__show-products {
		width: 100%;
		color: #fff;
		text-transform: uppercase;
		background: var(--ds-color-action-primary, #db3800);
		border: 1px solid var(--ds-color-action-primary, #db3800);
	}

	html.ds-lock,
	html.ds-lock body {
		overflow: hidden;
	}
}

/* Compact mobile cards share the related-product spacing. Keep photo edges
 * aligned with the card when reducing the text area's surrounding padding. */
@media (max-width: 767px) {
	.ds-product-card { padding: 10px; }
	.ds-product-card__media {
		width: calc(100% + 20px);
		margin: -10px -10px 10px;
	}
	.ds-product-card__media.is-gallery-ready .ds-product-gallery__dots { display: none; }

	/* Keep WooCommerce's text and accessible label intact; only the visual
	 * treatment changes. Option selection and read-more links remain explicit. */
	:where(.ds-product-card, .box-prodotti-loop) .button.product_type_simple.add_to_cart_button {
		position: relative;
		min-height: 44px !important;
		font-size: 0 !important;
	}
	:where(.ds-product-card, .box-prodotti-loop) .button.product_type_simple.add_to_cart_button::before {
		content: '';
		display: block;
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
		margin: auto;
		background: currentColor;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h2l2.4 12.4a2 2 0 0 0 2 1.6H19M6 6h15l-2 8H7.6'/%3E%3Ccircle cx='10' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h2l2.4 12.4a2 2 0 0 0 2 1.6H19M6 6h15l-2 8H7.6'/%3E%3Ccircle cx='10' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E") center / contain no-repeat;
	}
	:where(.ds-product-card, .box-prodotti-loop) .button.product_type_simple.add_to_cart_button:is(.added, .is-added)::before {
		-webkit-mask-image: url('../assets/product-single-v1/check.svg');
		mask-image: url('../assets/product-single-v1/check.svg');
	}
	:where(.ds-product-card, .box-prodotti-loop) .button.product_type_simple.add_to_cart_button.loading::before {
		box-sizing: border-box;
		background: transparent;
		-webkit-mask: none;
		mask: none;
		border: 2px solid currentColor;
		border-right-color: transparent;
		border-radius: 50%;
		animation: ds-card-cart-spin .75s linear infinite;
	}
	:where(.ds-product-card, .box-prodotti-loop) .button.product_type_simple.add_to_cart_button::after { display: none; }
}

@keyframes ds-card-cart-spin {
	to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
	:where(.ds-product-card, .box-prodotti-loop) .button.product_type_simple.add_to_cart_button.loading::before { animation: none; }
	.ds-product-card,
	.ds-home-category__link {
		transition: none !important;
	}

	.ds-product-card:hover,
	.ds-product-card:focus-within,
	.ds-home-category__link:hover,
	.ds-home-category__link:focus-visible {
		transform: none !important;
	}

	.ds-product-card .disponibilita .stock.in-stock::before {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transform: none !important;
		transform: none !important;
	}

	.ds-filters-drawer,
	.ds-filters-drawer__panel {
		transition-duration: 0.01ms !important;
	}
}
/* POPUP PRODOTTI RISERVATI */
#inquiry-popup {
	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(0, 0, 0, 0.7);
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	z-index: 999999;
}
.popup-content {
 	background: #fff;
 	padding: 20px;
 	border-radius: 5px;
 	max-width: 500px;
 	width: 100%;
 	position: relative;
}
.close-popup {
 	position: absolute;
 	top: 10px;
 	right: 10px;
 	font-size: 50px;
 	cursor: pointer;
}
#custom-inquiry-button {
	width: 100%;
	padding: 20px 40px;
	font-size: 17px;
}
.popup-content .wpforms-submit {
	width: 100% !Important;
	padding: 20px 40px !Important;
	font-size: 17px !Important;
	border-radius: 50px !Important;
	color: #ffffff !Important;
	text-transform: uppercase !Important;
	border-color: #db3800 !Important;
	background: #db3800 !Important;
}

/* VARIE */
.postid-22916 .bundled_item_2.bundled_product.bundled_product_summary.product.bundled_item_optional, .postid-35410 .bundled_item_2.bundled_product.bundled_product_summary.product.bundled_item_optional, .postid-36486 .bundled_item_2.bundled_product.bundled_product_summary.product.bundled_item_optional, .postid-34237 .bundled_item_2.bundled_product.bundled_product_summary.product.bundled_item_optional, .postid-32751 .bundled_item_2.bundled_product.bundled_product_summary.product.bundled_item_optional {
	padding-bottom: 15px !Important;
	border-bottom: 1px solid #ddd !Important;
}
.postid-22916 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional, .postid-35410 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional, .postid-36486 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional, .postid-34237 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional, .postid-32751 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional {
	padding-top: 15px !Important;
}
.postid-22916 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional::before, .postid-35410 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional::before, .postid-36486 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional::before, .postid-34237 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional::before, .postid-32751 .bundled_item_3.bundled_product.bundled_product_summary.product.bundled_item_optional::before {
	content: 'Seleziona il tuo abbonamento';
	font-weight: 700 !Important;
	font-size: 20px !Important;
	margin-bottom: 20px !Important;
}
.postid-22916 .bundle-sell-text, .postid-35410 .bundle-sell-text, .postid-36486 .bundle-sell-text, .postid-34237 .bundle-sell-text, .postid-32751 .bundle-sell-text {
	display: none !Important;
}
