/* ============================================================
   desktop.css — layer desktop-only sopra styles.css
   Tutto è dentro @media (min-width: 1000px): sotto i 1000px
   il layout mobile originale resta identico, byte per byte.
   ============================================================ */

/* FIX: styles.css targetizza .offer_section>h4 (figlio diretto). Il wrapper .hero_right
   interrompe quel selettore, quindi lo riapplico qui — vale anche su mobile. */
.offer_section .hero_right > h4 {
	padding: 30px 0 5px;
	font-size: 20px;
	font-weight: 700;
	color: #0096d4;
	text-align: center;
	text-transform: uppercase;
}

.offer_section .hero_right > h4 + p {
	text-align: center;
	padding: 0 100px;
	margin-bottom: 20px;
}

/* --- adattamenti CSS richiesti dalle modifiche compliance (tutti i dispositivi) --- */

/* i 4 riquadri di sect3 ora portano parole, non percentuali a 40px */
.sect3 .benefits_list1 h5 {
	font-size: 21px;
	line-height: 1.25em;
	font-weight: 700;
	margin-bottom: 6px;
}

/* la barra "94%" non ha piu' un numero da rappresentare */
.reviews_stats_block .line { display: none; }

/* "Composizione naturale": la parola e' piu' lunga di "100%" */
.natural_block p span { font-size: 44px; }

/* la barra sticky esiste solo su desktop */
.desk_bar { display: none; }

@media (min-width: 1000px) {

	/* ---------- base ---------- */
	body {
		min-width: 1000px;
		background: #fff;
	}

	/* niente colonna centrale: ogni fascia occupa tutta la larghezza dello schermo,
	   il contenuto resta centrato entro 1440px per restare leggibile */
	.main_wrapper {
		width: 100%;
		max-width: none;
		overflow: hidden;
	}

	section {
		padding: 45px 0;
	}

	h2.title {
		margin: 0 0 35px;
		font-size: 40px;
		line-height: 48px;
	}

	/* ---------- barra ordine sticky ---------- */
	.desk_bar {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		height: 64px;
		background: #014966;
		background: linear-gradient(to right, #014966 0%, #025c66 100%);
		box-shadow: 0 2px 14px rgba(0, 0, 0, .25);
	}

	.desk_bar__in {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
		height: 64px;
		display: flex;
		align-items: center;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.desk_bar__logo {
		height: 34px;
		width: auto;
		margin-right: 22px;
	}

	.desk_bar__txt {
		font-size: 17px;
		color: #fff;
	}

	.desk_bar__txt b { color: #badc00; }

	.desk_bar__price {
		margin-left: auto;
		margin-right: 22px;
		display: flex;
		align-items: baseline;
	}

	.desk_bar__price s {
		font-size: 17px;
		color: rgba(255, 255, 255, .6);
		margin-right: 12px;
	}

	.desk_bar__price b {
		font-size: 26px;
		font-weight: 700;
		color: #fff;
	}

	.desk_bar__btn {
		display: block;
		padding: 0 34px;
		height: 44px;
		line-height: 44px;
		border-radius: 5px;
		background: linear-gradient(to bottom, #ffd800 0%, #ff9d00 100%);
		border-bottom: 3px solid #d58200;
		font-weight: 700;
		font-size: 17px;
		letter-spacing: .5px;
		color: #121314;
		text-transform: uppercase;
		text-decoration: none;
	}

	.desk_bar__btn:active { border-bottom-width: 0; margin-top: 3px; }

	body { padding-top: 64px; }

	/* ---------- HERO (header + blocco ordine finale) ---------- */
	.offer_section.offer3 { padding-bottom: 45px; }

	.offer_section.offer3 .title_block {
		padding: 16px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.offer_section.offer3 .title_block .logo {
		margin: 0 22px 0 0;
		float: none;
		height: 40px;
		width: auto;
	}

	.offer_section.offer3 .title_block .subtitle {
		margin: 0;
		float: none;
		font-size: 22px;
		line-height: 26px;
	}

	.offer_section.offer3 .timer_block {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 45px;
		padding: 16px 40px;
	}

	.offer_section.offer3 .timer_block p { float: none; margin: 0; }
	.offer_section.offer3 .timer { float: none; }

	.hero_cols {
		display: flex;
		align-items: flex-start;
		max-width: 1440px;
		margin: 0 auto;
		padding: 35px 40px 0;
		gap: 50px;
	}

	.hero_left {
		flex: 0 0 480px;
		width: 480px;
	}

	.hero_right {
		flex: 1 1 auto;
		min-width: 0;
	}

	/* immagine prodotto: resta alla sua dimensione nativa (480px) → niente sgranatura */
	.offer_section.offer3 .image_block { width: 480px; }

	.offer_section.offer3 .benefits_list {
		padding: 14px 0 14px 18px;
		border-radius: 0 0 6px 6px;
	}

	.offer_section.offer3 .price_block {
		border: 1px solid #e1e5e8;
		border-radius: 8px;
		margin: 0 0 22px;
	}

	.offer_section.offer3 .price_item { height: 104px; padding-top: 24px; }
	.offer_section.offer3 .price_item.old .value { font-size: 34px; line-height: 34px; }
	.offer_section.offer3 .price_item.new .value { font-size: 44px; line-height: 44px; color: #e62f2f; }
	.offer_section.offer3 .price_item .text { font-size: 15px; }

	.offer_section ul { margin: 0 0 26px; }

	.offer_section ul li {
		margin: 0 0 14px;
		font-size: 18px;
		line-height: 26px;
	}

	.hero_right .button { width: 100%; max-width: none; margin: 0; }

	.hero_right .products_count { text-align: left; font-size: 15px; margin-top: 18px; }

	.offer_section .hero_right > h4 {
		padding: 0 0 6px;
		font-size: 27px;
		line-height: 34px;
		text-align: left;
	}

	.offer_section .hero_right > h4 + p {
		text-align: left;
		padding: 0;
		margin-bottom: 22px;
		font-size: 17px;
	}

	/* form nel blocco ordine finale */
	.hero_right .order_form { margin-top: 20px; }

	.offer_section .field {
		margin: 0 0 18px;
		width: 100%;
		max-width: none;
		box-sizing: border-box;
		height: 68px;
		font-size: 17px;
	}

	.offer_section .field[name="name"] { margin-top: 0; }

	.hero_right .order_form .button { width: 100%; max-width: none; }

	/* ---------- sect2 : conseguenze ---------- */
	.benefits_list3 {
		display: flex;
		gap: 40px;
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 40px;
	}

	.benefits_list3 .benefit_item,
	.benefits_list3 .benefit_item:last-child {
		display: block;
		flex: 1 1 0;
		width: auto;
		min-height: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.benefits_list3 .benefit_item img,
	.benefits_list3 .benefit_item:nth-child(even) img {
		position: static;
		float: none;
		display: block;
		width: 160px;
		margin: 0 auto 18px;
		left: auto;
		right: auto;
		top: auto;
	}

	.benefits_list3 .benefit_item .text_block,
	.benefits_list3 .benefit_item:nth-child(even) .text_block {
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
		overflow: visible;
	}

	.sect2 .alert { max-width: 780px; }

	/* ---------- sect "I medici offrono molte soluzioni" ---------- */
	.description_section .benefits_list1,
	.sect3 .benefits_list1 {
		display: flex;
		gap: 30px;
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 40px;
	}

	.description_section .benefits_list1 .benefit_item,
	.sect3 .benefits_list1 .benefit_item {
		float: none;
		flex: 1 1 0;
		width: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.benefits_list1 img { margin: 0 auto 15px; }

	/* ---------- sect3 : presentazione prodotto ---------- */
	.sect3 {
		display: grid;
		grid-template-columns: 481px minmax(0, 1fr);
		column-gap: 50px;
		align-items: start;
		padding: 50px max(40px, calc((100% - 1440px) / 2));
	}

	.sect3 > h2.title { grid-column: 1 / -1; padding: 0; }

	.sect3 > img { grid-column: 1; grid-row: 2 / span 2; margin: 0; border-radius: 8px; }

	.sect3 > p {
		grid-column: 2;
		grid-row: 2;
		padding: 0;
		margin: 0 0 22px;
		font-size: 18px;
		line-height: 28px;
	}

	.sect3 .info_block {
		grid-column: 2;
		grid-row: 3;
		max-width: none;
		margin: 0;
		font-size: 17px;
		line-height: 26px;
		padding: 22px 26px 24px;
	}

	.sect3 .benefits_list1 {
		grid-column: 1 / -1;
		grid-row: 4;
		max-width: none;
		padding: 45px 0 0;
	}

	.sect3 .benefits_list1 h5 { font-size: 24px; }

	/* ---------- sect4 : benefici prodotto ---------- */
	.sect4 {
		display: grid;
		grid-template-columns: 420px minmax(0, 1fr);
		column-gap: 50px;
		align-items: center;
		padding: 50px max(40px, calc((100% - 1440px) / 2));
	}

	.sect4 > h2.title { grid-column: 1 / -1; padding: 0; }

	.sect4 .image_block { grid-column: 1; margin: 0; }
	.sect4 .image_block img { border-radius: 8px; display: block; }

	.sect4 .list1 {
		grid-column: 2;
		margin: 0;
		padding: 0;
	}

	.sect4 .list1 li { font-size: 18px; line-height: 26px; }

	.sect4 .button { grid-column: 1 / -1; margin: 35px auto 0; }

	/* ---------- banda "100% naturale" ---------- */
	.natural_block {
		height: 320px;
		background: #009000 url(../images/natural_img_wide.jpg) left center no-repeat;
	}

	.natural_block img { display: none; }

	.natural_block p {
		top: 50%;
		left: 540px;
		right: 60px;
		transform: translateY(-50%);
		text-align: center;
		font-size: 36px;
		line-height: 1.15em;
		text-shadow: 0 2px 4px rgba(0, 0, 0, .35);
	}

	.natural_block p span { font-size: 64px; }

	/* ---------- sect5 : parere esperto ---------- */
	.sect5 { padding: 50px max(40px, calc((100% - 1440px) / 2)); }

	.sect5 .title { margin-bottom: 75px; }

	.sect5 .exp_block {
		float: left;
		width: 520px;
		min-height: 205px;
		margin: 0 50px 0 0;
		padding: 40px 265px 30px 32px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.sect5 .exp_block .text span { font-size: 21px; }

	.sect5 .exp_text {
		overflow: hidden;
		padding: 0;
		font-size: 17px;
		line-height: 27px;
	}

	.sect5:after { content: ''; display: block; clear: both; }

	/* ---------- recensioni ---------- */
	.reviews4_section { padding: 50px max(40px, calc((100% - 1440px) / 2)) 55px; }

	.reviews_list4 .review_item { margin-top: 30px; height: auto; }

	.reviews_list4 .text_block { padding: 25px 25px 45px; }

	.reviews_stats_block .line { width: 500px; }

	/* ---------- consegna e pagamento ---------- */
	.order_info1_section { padding: 50px max(40px, calc((100% - 1440px) / 2)); }

	.order_info_list1 {
		display: flex;
		gap: 40px;
	}

	.order_info_list1 .info_item,
	.order_info_list1 .info_item:last-child {
		flex: 1 1 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.order_info_list1 .info_item .icon_block {
		float: none;
		margin: 0 auto 15px;
	}

	.order_info_list1 .info_item .text_block {
		float: none;
		width: auto;
	}

	/* ---------- riservatezza ---------- */
	.conf {
		max-width: 1440px;
		margin: 0 auto;
		background-position: calc(50% - 172px) 26px;
		padding: 26px 60px 26px 0;
		text-align: center;
		font-size: 16px;
	}
}

@media (min-width: 1000px) {
	/* carosello recensioni a 3 colonne: card di altezza uguale */
	.reviews_list4 .owl-stage { display: flex; }
	.reviews_list4 .owl-item { display: flex; float: none; }
	.reviews_list4 .review_item { width: 100%; display: flex; }
	.reviews_list4 .text_block { width: 100%; }
	.reviews_list4 .owl-nav .owl-prev { left: -12px; }
	.reviews_list4 .owl-nav .owl-next { right: -12px; }
}
