 /*
Theme Name: lacasadimarta
Author: Studio Indigo
Version: 1.0
Text Domain: lacasadimarta
*/

body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 2.2rem;
	background: #FCF4F0 url('assets/images/bg.svg') repeat-y center -240px;
	color: #000;
}
a {
	color: #000;
}
a:hover {
	color: #EF287B;
}

a:focus,
button:focus,
input:focus {
	border-radius: inherit !important;
	outline: none !important;
}
@media (prefers-reduced-motion: no-preference) {
	:focus {
		background-color: inherit;
		color: inherit;
	}
}

strong, b {
    font-weight: 700;
}



h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}


h1, h2 {
	font-size: 5.4rem;
	line-height: 6rem;
	color: #EF287B;
	margin: 20px 0;
}
h1 + h2, h3 {
	font-size: 3.3rem;
	line-height: 4rem;
	color: #000;
	margin: 20px 0;
}


.contentInsideLarge {
	max-width: 1480px;
}



.btn {
	border-radius: 999px;
	background: #FCB040;
	color: #000;
	text-transform: none;
	box-shadow: 5px 5px 0 #fff;
	padding: 10px 30px;
}
.btn:focus {
	border-radius: 999px !important;
}
.btn:hover {
	color: #FCB040;
	box-shadow: 7px 7px 0 #FCB040;
}




#masthead .column12-12 {
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
}
#masthead #logo {
	display: flex;
	text-decoration: none;
	justify-content: flex-end;
	flex-direction: column;
}
#masthead #navigation {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	align-items: center;
	margin-top: 50px;
}
#navigation ul {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	font-weight: 700;
}
#navigation ul li {
	display: block;
	margin: 0;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
}


.menu li a::before {
	content: "";
	display: inline-block;
	margin-left: 6px;
	height: 48px;
	width: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.menu li.home a::before {
	background-image: url("assets/images/i-home.svg");
}
.menu li.progetto a::before {
	background-image: url("assets/images/i-progetto.svg");
}
.menu li.libri a::before {
	background-image: url("assets/images/i-libri.svg");
}
.menu li.autrici a::before {
	background-image: url("assets/images/i-autrici.svg");
}
.menu li.video a::before {
	background-image: url("assets/images/i-video.svg");
}
.menu li.corsi a::before {
	background-image: url("assets/images/i-corsi.svg");
}
.menu li.contatti a::before {
	background-image: url("assets/images/i-contatti.svg");
}
.menu li a:hover::before {
	animation: bounce 0.2s ease;
}

@keyframes bounce {
	0%   { transform: scale(1); }
	50%  { transform: scale(1.2); }
	100% { transform: scale(1.1); }
}


#shopMenu {
	position: absolute;
	top: 0px;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#shopMenu li {
	display: inline-block;
	margin-left: 10px;
}
#shopMenu li a:hover img {
	animation: bounce 0.2s ease;
}







#colophon {
	background: #8E8DA0;
	color: #fff;
	padding: 30px 0 0;
}
#colophon a {
	color: #fff;
	text-decoration: none;
}
#colophon a:hover {
	color: #000;
}
.menuFooter {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.menuFooter li {
	margin: 20px 0;
}
#bottom {
	text-align: center;
	background: #716F7E;
	padding: 10px 0;
	margin-top: 20px;
}
#bottom p {
	margin: 5px 0;
}






.copertinaSec {
	position: relative;
}
.copertina {
	transform: rotate(-15deg);
	position: relative;
}
.copertina::before {
	content: "";
	z-index: -1;
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	top: 1px;
	left: 1px;
	border: 1px solid #848484;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.copertina::after {
	content: "";
	z-index: 0;
	position: absolute;
	background: #fff;
	width: 5%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, 
		rgba(0,0,0,0) 0%, 
		rgba(0,0,0,1) 50%, 
		rgba(0,0,0,0) 100%);
	opacity: .1;
}

.copertinaSec .addtoany_shortcode {
	position: absolute;
	bottom: 30px;
	right: 30px;
}


.videoWrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





.puntiForzaSec ol {
	list-style: none;
	counter-reset: forza;
	padding-left: 60px;
	margin: 20px 0;
}
.puntiForzaSec ol li {
	counter-increment: forza;
	position: relative;
	margin-bottom: 20px;
}
.puntiForzaSec ol li::before {
	content: counter(forza) ".";
	position: absolute;
	left: -50px; /* spostalo dove vuoi */
	top: 10px;   /* qui puoi regolare la verticale */
	font-size: 5.4rem;
	line-height: 1;
	color: #FCB03F;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}
.puntiForzaSec ol li::marker {
	font-size: 5.4rem;
	line-height: 6rem;
	color: #FCB03F;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}
.puntiForzaSec ol li p,
.puntiForzaSec ol li h3 {
	margin: 0;
}

.puntiForzaSec .contentInside .column6-12:first-child p {
	max-width: 450px;
}



.sfogliatoreSec {
	position: relative;
}
.sfogliatoreSec::after {
	content: "";
	display: block;
	background: url('assets/images/i-palloncino.svg') no-repeat center center / contain;
	width: 193px;
	height: 362px;
	position: absolute;
	top: -20px;
	right: 5vw;
}



.cosaTroveraiSec {
	position: relative;
}
.cosaTroveraiSec h2 {
	color: #519BB7;
}
.cosaTroveraiSec h3 {
	color: #8E8DA0;
}
.cosaTroveraiSec ol {
	list-style: none;
	counter-reset: forza;
	padding-left: 60px;
	margin: 50px 0 20px;
}
.cosaTroveraiSec ol li {
	counter-increment: forza;
	position: relative;
	margin-bottom: 20px;
}
.cosaTroveraiSec ol li::before {
	content: counter(forza) ".";
	position: absolute;
	left: -50px; /* spostalo dove vuoi */
	top: 10px;   /* qui puoi regolare la verticale */
	font-size: 5.4rem;
	line-height: 1;
	color: #8E8DA0;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}
.cosaTroveraiSec ol li::marker {
	font-size: 5.4rem;
	line-height: 6rem;
	color: #8E8DA0;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}
.cosaTroveraiSec ol li p,
.cosaTroveraiSec ol li h3 {
	margin: 0;
	color: #000;
}

.cosaTroveraiSec::after {
	content: "";
	display: block;
	background: url('assets/images/i-checklist.svg') no-repeat center center / contain;
	width: 309px;
	height: 297px;
	position: absolute;
	top: -70px;
	left: 5vw;
}



.leAutriciSec {
	position: relative;
}
.leAutriciSec::after {
	content: "";
	display: block;
	background: url('assets/images/i-libro.svg') no-repeat center center / contain;
	width: 316px;
	height: 247px;
	position: absolute;
	top: -60px;
	left: calc(50% + 180px);
}

.autrici {
	display: flex;
	gap: 30px;
}
.autrici .autrici-item {
	min-width: 0;
	flex: 1;
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.a-img {
	flex: 0 0 197px;
	width: 197px;
	height: 197px;
	overflow: hidden;
	border-radius: 999px;
	box-shadow: 10px 13px 0 #FCB040;
}
.a-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}



.prezzoCollanaSec .contentInside .column6-12:first-child {
	position: relative;
}
.prezzoCollanaSec .contentInside .column6-12:first-child::after {
	content: "";
	display: block;
	background: url('assets/images/i-marta.svg') no-repeat center center / contain;
	width: 289px;
	height: 294px;
	position: absolute;
	top: 0px;
	right: 00px;
}



.recTit {
	position: relative;
}
.recTit::after {
	content: "";
	display: block;
	background: url('assets/images/i-marta2.svg') no-repeat center center / contain;
	width: 186px;
	height: 217px;
	position: absolute;
	top: -30px;
	left: calc(50% + 130px);
}
.recTit {
	position: relative;
}
.recTit::after {
	content: "";
	display: block;
	background: url('assets/images/i-marta2.svg') no-repeat center center / contain;
	width: 186px;
	height: 217px;
	position: absolute;
	top: -30px;
	left: calc(50% + 130px);
}
.recTit h2 {
	color: #FCB03F;
}


.recWrap { position: relative; }

/* TRACK */
.recensioni{
	--gap: 30px;
	--gutter: 24px;                 /* spazio di sicurezza ai lati */
	display: flex;
	gap: var(--gap);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding-inline: var(--gutter);  /* gutter ai bordi del viewport */
	scroll-padding-inline: var(--gutter);
	padding-block: 0;               /* niente padding verticale */
	box-sizing: border-box;
	padding: 70px 40px;
}

/* SLIDE */
.recensioni-item {
	box-sizing: border-box;
	flex: 0 0 calc((100% - 2*var(--gap)) / 3);  /* 3 per viewport */
	scroll-snap-align: start;
	padding: 30px 60px;
	position: relative;
	isolation: isolate;             /* gestisce z-index locali */
}

/* BORDO INCLINATO CHE NON DILATA IL BOX */
.recensioni-item::before{
	content: "";
	position: absolute;
	inset: -15px;                   /* “bleed” di 15px tutt’intorno */
	border-radius: 52px;
	background: #fff;
	box-shadow: 0 0 0 1px #707070;  /* bordo senza aumentare le dimensioni */
	transform: rotate(var(--rot, -4deg));
	transform-origin: center;
	pointer-events: none;
	z-index: -1;
}
.recensioni-item:nth-child(even){ --rot: 8deg; }

/* 2 card su tablet */
@media (max-width: 1024px){
	.recensioni-item{ flex-basis: calc((100% - var(--gap)) / 2); }
}
/* 1 card su mobile */
@media (max-width: 640px){
	.recensioni-item{ flex-basis: 100%; }
}

/* Bottoni */
.recNav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border: 0;
	width: 44px;
	height: 44px;
	cursor: pointer;
	font-size: 40px;
	line-height: 40px;
	borde-radiusr: 0;
	background: transparent;
}
.recPrev {
	left: -50px;
}
.recNext {
	right: -50px;
}
.recNav:disabled {
	opacity: .35;
	cursor: default;
}
.r-nome {
	font-weight: 700;
}

.trim-lines {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease;
}

.trim-lines.expanded {
	-webkit-line-clamp: unset;
	overflow: visible;
}
.toggle-btn {
	border: 0;
	padding: 0;
	margin: 5px 0 0;
	background: transparent;
	text-decoration: underline;
}





.countDownSec {
	background: #FCB03F;
	color: #fff;
}
.countDownSec h2,
.countDownSec h3 {
	color: #fff;
}

.progressWrap {
	position: relative;
	margin-top: 2em;
}

.progressBar {
	width: 100%;
	height: 10px;
	background: #8F8CA0;
	position: relative;
	margin-top: 100px;
}

.progressFill {
	height: 100%;
	background: #EF297B;
	transition: width .6s ease;
}

.progressLabels{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: .8em;
	font-size: 1.2rem;
}

.progressPercent {
	position: absolute;
	top: -70px;
	transform: translateX(-100%);
	white-space: nowrap;
	text-align: center;
	text-align: right;
}

.progressCopies {
	position: absolute;
	top: -70px;
	right: 0;
	text-align: right;
}

.progressBar h3 {
	margin: 0;
}








.faq-item h3 {
	position: relative;
	margin: 40px 0 10px;
	cursor: pointer;
	font-size: 2.2rem;
	line-height: 2.2rem;
	text-transform: none;
	font-family: "Inter", sans-serif;
}

.faq-item h3::before,
.faq-item h3::after{
	content: "";
	position: absolute;
	left: -50px;
	top: 50%;
	width: 24px; height: 2px;
	background: currentColor;
	transform: translateY(-50%);
	transition: transform .2s ease, opacity .2s ease;
	opacity: .6;
}
.faq-item h3::after{
	transform: translateY(-50%) rotate(90deg);
}

.faq-item.is-open h3::after{ opacity: 0; }
.faq-item.is-open h3::before{ opacity: .9; }

.faq-item > div {
	overflow: hidden;
	height: 0;
	transition: height .35s ease;
	will-change: height;
}

.faq-item > div p {
	margin: 0 0 20px;
}




.preordineSec {
	background: #FF237E;
	color: #fff;
	position: relative;
}
.preordineSec h2,
.preordineSec h3 {
	color: #fff;
}
.preordineSec::after {
	content: "";
	display: block;
	background: url('assets/images/i-librio.svg') no-repeat center center / contain;
	width: 213px;
	height: 296px;
	position: absolute;
	top: -100px;
	left: 10vw;
}

.preordineSec a {
	color: #fff;
}
.preordineSec a:hover {
	color: #000;
}








.site-nav {
	position: relative;
}
:root{
	--burger-line: 2px;
	--burger-gap: 6px;
	--burger-width: 24px;
}
.burger{
	position: fixed;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--burger-gap);
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 1001;
	-webkit-tap-highlight-color: transparent;
}
.burger:focus-visible{
	outline: 2px solid;
	outline-offset: 3px;
}
.burger span{
	display: block;
	width: var(--burger-width);
	height: var(--burger-line);
	background: currentColor;
	border-radius: 1px;
	transition: transform .25s ease, opacity .25s ease;
	transform-origin: center;
	will-change: transform;
}

/* Stato aperto: trasformo 1 e 3 in una X centrata */
.burger.is-open span:nth-child(1){
	transform: translateY(calc(var(--burger-line) + var(--burger-gap))) rotate(45deg);
}
.burger.is-open span:nth-child(2){
	opacity: 0;
	transform: scaleX(0.6);
}
.burger.is-open span:nth-child(3){
  transform: translateY(calc(-1 * (var(--burger-line) + var(--burger-gap)))) rotate(-45deg);
}
/* Mobile nav (off-canvas semplice) */
@media (max-width: 768px){
	.burger{ display: inline-flex; }

	.site-nav[data-collapsible]{
		position: fixed;
		inset: 0 0 0 0;
		background: rgba(255,255,255,0.98);
		transform: translateX(100%);
		transition: transform .3s ease;
		z-index: 1000;
		padding: 80px 24px 24px;  /* spazio per burger in alto */
		overflow-y: auto;
	}
	.site-nav[data-collapsible].is-open{
		transform: translateX(0%);
	}

	/* stile lista menu */
	#menuPrincipale{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menuPrincipale > li{ margin: 0; }
	#menuPrincipale a{
		display: block;
		padding: 14px 8px;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.08);
	}
	
	#masthead #navigation {
		margin-top: 0;
	}
	#navigation ul {
		flex-direction: column;
	}
	#navigation ul li {
		gap: 0;
	}

	/* Nascondi il nav desktop */
	/* (se avevi regole desktop per .site-nav, non servono qui) */
}

/* Desktop: nav visibile normalmente, burger nascosto */
@media (min-width: 769px){
	.site-nav[data-collapsible]{ transform: none !important; position: static; background: none; padding: 0; }
}
@media (min-resolution: 2dppx){
  :root{ --burger-line: 3px; }
}







.wc-block-cart-items__row {
	background: transparent !important;
}
.wc-block-cart__main .wc-block-cart-items td {
	border: 0 !important;
}
.wc-block-cart-items__row {
	border-top: 1px solid #000;
}
.wc-block-cart__main .wc-block-cart-items {
	border-bottom: 1px solid #000 !important;
}



.opc-pricing-table-product {
	border: 0 !important;
}

.product-thumbnail .woocommerce-main-image {
	display: block;
}
.opc-pricing-table-product-header {
	background: #fff;
	color: #000;
	border-radius: 50px;
	margin: 10px;
}

.opc-pricing-table-product-title {
	font-size: 4rem !important;
	max-width: 330px;
	margin: 20px auto;
	line-height: 4.5rem;
	min-height: 14rem;
	align-content: center;
	color: #000 !important;
}
.opc-decription {
	color: #000;
}
.opc-decription ul {
    list-style: none;
}

.woocommerce .quantity .qty {
	vertical-align: middle;
	background: #fff;
	border: 1px solid #fcf4f0;
}
button[type=button].plus,
button[type=button].minus {
	height: 43px;
	border: 0;
	font-size: 3rem;
	line-height: 30px;
	vertical-align: middle;
	margin: -1px 0 0 0;
	width: 40px;
	background: #fcf4f0;
	cursor: pointer;
}
button[type=button].plus:focus,
button[type=button].minus:focus,
button[type=button].plus:hover,
button[type=button].minus:hover {
	background: #000;
	color: #fff;
}


.opc-pricing-table-product-price ins {
	text-decoration: none;
}
.opc-pricing-table-product-price del {
	color: #999;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #FCB040;
	color: #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: #000;
	color: #fff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #fff;
	color: #000;
	border-radius: 50px;
}

#ship-to-different-address {
	text-transform: none;
	font-size: 2rem;
}

table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n), table tbody tr:nth-child(2n) {
	background: #eee;
}
.woocommerce table.shop_table {
	background: #fff;
	color: #000;
}

.woocommerce table.shop_table tfoot th {
	background: transparent;
	color: #000;
}
.woocommerce table.shop_table thead th {
	background: #FCB040;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.woocommerce table.shop_table tfoot tr.cart-subtotal td {
	border-top: 3px solid #FCB040 !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #000;
	padding: 20px 20px 13px;
}

.lost_password a {
	color: #000;
}
.lost_password a:hover {
	opacity: .7;
}

.wc_payment_method label img {
	display: inline-block !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	border: 0 !important;
}

.bundle_table_item .product-details {
	font-weight: 700;
	font-size: 2rem;
}


.woocommerce .blockUI.blockOverlay {
	background: rgba(0,0,0,0.3) !important;
}

.woocommerce a.remove {
	background: #fff;
	line-height: 0.9;
	margin-right: 10px;
}


.payment_box.payment_method_satispay p {
	color: #000;
	margin: 10px 15px;
}






@media screen and (max-width: 790px) {
	
	#shopMenu {
		top: 50px;
		right: -18px;
	}
	#shopMenu li {
		display: block;
	}

	.copertinaSec {
		overflow-x: hidden;
	}
	
	h1, h2 {
		font-size: 3.4rem;
		line-height: 4rem;
	}
	h1 + h2, h3 {
		font-size: 2.6rem;
		line-height: 3rem;
	}
	.copertinaSec .addtoany_shortcode {
		position: relative;
		bottom: inherit;
		right: inherit;
		left: 25px;
	}
	.puntiForzaSec ol,
	.cosaTroveraiSec ol {
		padding-left: 40px;
	}
	.sfogliatoreSec {
		overflow-x: hidden;
	}
	.sfogliatoreSec::after {
		width: 73px;
		height: 122px;
		top: 40px;
		right: -3vw;
	}
	.cosaTroveraiSec::after {
		width: 139px;
		height: 207px;
		top: -80px;
		left: -5vw;
	}
	.prezzoCollanaSec .contentInside .column6-12:first-child::after {
		width: 100px;
		height: 114px;
		top: -50px;
		right: 0px;
	}
	.recTit::after {
		width: 76px;
		height: 87px;
		top: -90px;
		left: 0;
	}
	.preordineSec::after {
		width: 83px;
		height: 136px;
		top: -60px;
		left: 10vw;
	}
	
	.faq {
		padding-left: 30px;
	}
	.faq-item h3::before,
	.faq-item h3::after {
		left: -40px;
	}
	
	.autrici {
		flex-direction: column;
	}
	.autrici .autrici-item {
		gap: 20px;
	}
	.a-img {
		flex: 0 0 90px;
		width: 90px;
		height: 90px;
		box-shadow: 4px 6px 0 #FCB040;
	}
	.leAutriciSec::after {
		width: 176px;
		height: 117px;
		top: 10px;
		left: -60px;
	}
	.recPrev {
		left: 0;
	}
	.recNext {
		right: 0;
	}
	
	.progressPercent,
	.progressCopies {
		font-size: 1.4rem;
	}

	
}
