/* ==========================================================
   PACIBO — WooCommerce
   Pagina prodotto (stile Jungle Juice) + shop + carrello.
   Usa i design token del tema (var --pcb-*).
   ========================================================== */

.wc-main {
	padding-top: calc(var(--pcb-header-height, 121px) + 40px);
	padding-bottom: 80px;
}
.wc-main .container { max-width: var(--pcb-container); margin: 0 auto; }

/* Breadcrumb */
.woocommerce-breadcrumb {
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
	opacity: .6;
	margin-bottom: 28px;
}
.woocommerce-breadcrumb a { color: inherit; text-decoration: none; }
.woocommerce-breadcrumb a:hover { text-decoration: underline; }

/* ==========================================================
   SINGOLO PRODOTTO — layout 2 colonne
   ========================================================== */
.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	grid-template-areas:
		"gallery summary"
		"data    data"
		"related related";
	column-gap: clamp(30px, 5vw, 80px);
	row-gap: 60px;
	align-items: start;
}
.woocommerce div.product .woocommerce-product-gallery { grid-area: gallery; margin: 0; float: none; width: 100% !important; }
.woocommerce div.product .summary,
.woocommerce div.product .entry-summary { grid-area: summary; margin: 0; float: none; width: 100% !important; }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .pcb-product__infoboxes { grid-area: data; }
.woocommerce div.product .related,
.woocommerce div.product .upsells { grid-area: related; }

/* Gallery */
.woocommerce div.product .woocommerce-product-gallery {
	position: sticky;
	top: calc(var(--pcb-header-height, 121px) + 24px);
}
.woocommerce div.product .woocommerce-product-gallery__image img {
	border-radius: 4px;
}
.woocommerce div.product .flex-control-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	padding: 0;
}
.woocommerce div.product .flex-control-thumbs li { width: 76px; margin: 0; list-style: none; }
.woocommerce div.product .flex-control-thumbs img { border-radius: 4px; opacity: .6; transition: opacity .2s; }
.woocommerce div.product .flex-control-thumbs img.flex-active,
.woocommerce div.product .flex-control-thumbs img:hover { opacity: 1; }

/* Titolo + stile/tagline (short description) */
.woocommerce div.product .product_title {
	font-family: var(--pcb-font-heading);
	font-size: clamp(40px, 6vw, 76px);
	line-height: .95;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin: 0 0 14px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 22px;
}
.woocommerce div.product .woocommerce-product-details__short-description p:first-child {
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: 18px;
	margin: 0 0 6px;
}

/* Prezzo (incluso range varianti) */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-family: var(--pcb-font-heading);
	color: var(--pcb-color-text);
	font-size: 26px;
	margin: 0 0 24px;
}
.woocommerce div.product p.price del { opacity: .4; font-weight: 400; }
.woocommerce div.product p.price ins { text-decoration: none; }

/* ==========================================================
   VARIAZIONI (Colore, Gradazione, Size, Quantità...)
   ========================================================== */
.woocommerce div.product form.cart .variations {
	width: 100%;
	border: none;
	margin-bottom: 18px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: block;
	width: 100%;
	padding: 0 0 14px;
	border: none;
	text-align: left;
}
.woocommerce div.product form.cart .variations label {
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	letter-spacing: .06em;
	font-size: 13px;
	margin-bottom: 6px;
	display: block;
}
.woocommerce div.product form.cart .variations select {
	width: 100%;
	padding: 13px 16px;
	border: 2px solid var(--pcb-color-text);
	border-radius: 0;
	background: #fff;
	font-size: 15px;
	font-family: var(--pcb-font-body);
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
}
.woocommerce div.product form.cart .reset_variations {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	opacity: .6;
	margin-bottom: 14px;
}
.woocommerce div.product .single_variation .price {
	display: block;
	margin-bottom: 16px;
}
.woocommerce div.product .woocommerce-variation-availability { margin-bottom: 12px; }

/* ==========================================================
   QUANTITÀ + ADD TO CART
   ========================================================== */
.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
	margin-bottom: 26px;
}
.woocommerce div.product form.cart .variations { flex: 1 1 100%; }
.woocommerce .quantity .qty {
	width: 80px;
	height: 100%;
	min-height: 52px;
	padding: 10px;
	border: 2px solid var(--pcb-color-text);
	text-align: center;
	font-family: var(--pcb-font-heading);
	font-size: 16px;
	background: #fff;
}
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 34px;
	min-height: 52px;
	background: var(--pcb-color-btn-bg);
	color: var(--pcb-color-btn-text);
	font-family: var(--pcb-font-heading);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border: 2px solid var(--pcb-color-btn-bg);
	border-radius: 0;
	transition: background .2s, color .2s;
	cursor: pointer;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: transparent;
	color: var(--pcb-color-btn-bg);
}
.woocommerce div.product form.cart .single_add_to_cart_button { flex: 1 1 auto; }

/* Meta (SKU, categorie, tag) */
.woocommerce div.product .product_meta {
	font-size: 13px;
	line-height: 1.9;
	border-top: 1px solid rgba(0,0,0,.12);
	padding-top: 18px;
	opacity: .85;
}
.woocommerce div.product .product_meta a { color: inherit; }
.woocommerce div.product .product_meta > span { display: block; }

/* Icone metodi di pagamento */
.pcb-product__payments { margin: 18px 0; }
.pcb-product__payments-label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	opacity: .6;
	margin-bottom: 8px;
}
.pcb-product__payments img { max-width: 280px; height: auto; }

/* ==========================================================
   TAB
   ========================================================== */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	padding: 0;
	margin: 0 0 0;
	border-bottom: 2px solid rgba(0,0,0,.12);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 14px 22px;
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	color: var(--pcb-color-text);
	opacity: .55;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	opacity: 1;
	border-bottom-color: var(--pcb-color-text);
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 30px 0 0;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	font-size: 22px;
	margin: 0 0 14px;
}
.woocommerce div.product .woocommerce-tabs table.shop_attributes th { text-transform: uppercase; font-size: 13px; }

/* ==========================================================
   BOX INFORMATIVI (Spedizione / Conservazione)
   ========================================================== */
.pcb-product__infoboxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid rgba(0,0,0,.12);
}
.pcb-product__infobox {
	background: #f6f4f0;
	padding: 30px;
	border-radius: 4px;
}
.pcb-product__infobox-icon { width: 56px; height: auto; margin-bottom: 14px; }
.pcb-product__infobox-title {
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 10px;
}
.pcb-product__infobox-text { font-size: 14px; line-height: 1.7; opacity: .85; }
.pcb-product__infobox-text p { margin: 0 0 .8em; }
.pcb-product__infobox-text p:last-child { margin: 0; }

/* ==========================================================
   PRODOTTI CORRELATI / UPSELL + ARCHIVIO SHOP
   ========================================================== */
.woocommerce .related > h2,
.woocommerce .upsells > h2,
.woocommerce-products-header__title {
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	font-size: clamp(26px, 4vw, 40px);
	margin: 0 0 30px;
}
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 0;
	padding: 0;
}
.woocommerce .related ul.products,
.woocommerce .upsells ul.products { grid-template-columns: repeat(4, 1fr); }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	text-align: left;
}
.woocommerce ul.products li.product a img { border-radius: 4px; margin-bottom: 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	font-size: 18px;
	padding: 0;
	margin: 0 0 6px;
}
.woocommerce ul.products li.product .price {
	font-family: var(--pcb-font-heading);
	color: var(--pcb-color-text);
	font-size: 16px;
}
.woocommerce ul.products li.product .price del { opacity: .4; }
.woocommerce ul.products li.product .button { margin-top: 12px; }
.woocommerce span.onsale {
	background: var(--pcb-color-accent, #e63946);
	color: #fff;
	border-radius: 0;
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	min-height: auto;
	min-width: auto;
	padding: 6px 12px;
	line-height: 1;
}

/* ==========================================================
   MESSAGGI / NOTICES
   ========================================================== */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--pcb-color-text);
	border-radius: 4px;
	font-size: 14px;
}
.woocommerce-message::before,
.woocommerce-info::before { color: var(--pcb-color-text); }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1024px) {
	.woocommerce div.product {
		grid-template-columns: 1fr;
		grid-template-areas:
			"gallery"
			"summary"
			"data"
			"related";
		row-gap: 40px;
	}
	.woocommerce div.product .woocommerce-product-gallery { position: static; }
	.woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
	.woocommerce .related ul.products,
	.woocommerce .upsells ul.products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
	.wc-main { padding-top: calc(var(--pcb-header-height, 90px) + 24px); }
	.pcb-product__infoboxes { grid-template-columns: 1fr; gap: 18px; }
	.woocommerce ul.products,
	.woocommerce .related ul.products,
	.woocommerce .upsells ul.products { grid-template-columns: repeat(2, 1fr); gap: 18px; }
	.woocommerce div.product form.cart { flex-direction: column; align-items: stretch; }
	.woocommerce .quantity .qty { width: 100%; }
	.woocommerce div.product .woocommerce-tabs ul.tabs { gap: 0; overflow-x: auto; flex-wrap: nowrap; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 16px; white-space: nowrap; }
}

@media (max-width: 480px) {
	.woocommerce ul.products,
	.woocommerce .related ul.products,
	.woocommerce .upsells ul.products { grid-template-columns: 1fr; }
}

/* ==========================================================
   PACK BUILDER — mix & match prodotti
   ========================================================== */
.pcb-pack { position: relative; }

.pcb-pack__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.pcb-pack__title {
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	font-size: clamp(36px, 6vw, 72px);
	line-height: .95;
	margin: 0 0 14px;
}
.pcb-pack__intro { font-size: 16px; line-height: 1.6; opacity: .8; margin: 0; }

/* Griglia prodotti */
.pcb-pack__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.pcb-pack-card {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 6px;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	transition: border-color .2s, box-shadow .2s;
}
.pcb-pack-card.is-selected {
	border-color: var(--pcb-color-text);
	box-shadow: 0 8px 24px -12px rgba(0,0,0,.3);
}
.pcb-pack-card.is-soldout { opacity: .5; }
.pcb-pack-card__media { width: 100%; margin-bottom: 14px; }
.pcb-pack-card__media img {
	width: 100%;
	height: 200px;
	object-fit: contain; /* lattina sempre intera */
	display: block;
}
.pcb-pack-card__style {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .08em;
	opacity: .55;
	margin-bottom: 4px;
}
.pcb-pack-card__name {
	font-family: var(--pcb-font-heading);
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 6px;
	line-height: 1;
}
.pcb-pack-card__price {
	font-family: var(--pcb-font-heading);
	font-size: 15px;
	margin-bottom: 14px;
}
.pcb-pack-card__price .woocommerce-Price-amount { font-weight: 400; }

/* Stepper */
.pcb-pack-card__stepper {
	display: inline-flex;
	align-items: center;
	gap: 0;
	margin-top: auto;
	border: 2px solid var(--pcb-color-text);
	border-radius: 0;
}
.pcb-pack-card__btn {
	width: 40px;
	height: 40px;
	border: none;
	background: var(--pcb-color-text);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .15s;
}
.pcb-pack-card__btn:hover { opacity: .8; }
.pcb-pack-card__qty {
	min-width: 48px;
	text-align: center;
	font-family: var(--pcb-font-heading);
	font-size: 16px;
}
.pcb-pack-card__soldout {
	margin-top: auto;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	opacity: .6;
}

/* Barra riepilogo: posizione gestita dalle classi dinamiche (.pcb-pack--bar-fixed) */
.pcb-pack__bar {
	margin-top: 40px;
	background: #fff;
	border-top: 2px solid var(--pcb-color-text);
	box-shadow: 0 -8px 30px -12px rgba(0,0,0,.25);
	padding: 16px 0;
}
.pcb-pack__bar-inner {
	display: flex;
	align-items: center;
	gap: 24px;
	max-width: var(--pcb-container);
	margin: 0 auto;
	padding: 0 24px;
}
.pcb-pack__count { display: flex; flex-direction: column; line-height: 1.1; }
.pcb-pack__count-num {
	font-family: var(--pcb-font-heading);
	font-size: 28px;
}
.pcb-pack__count-label { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; opacity: .6; }
.pcb-pack__progress {
	flex: 1;
	height: 8px;
	background: rgba(0,0,0,.1);
	border-radius: 4px;
	overflow: hidden;
}
.pcb-pack__progress-fill {
	height: 100%;
	background: var(--pcb-color-text);
	width: 0;
	transition: width .3s ease;
}
.pcb-pack__total-amount {
	font-family: var(--pcb-font-heading);
	font-size: 24px;
	white-space: nowrap;
}
.pcb-pack__order { white-space: nowrap; }
.pcb-pack__order:disabled { opacity: .35; cursor: not-allowed; }
.pcb-pack.is-complete .pcb-pack__order:not(:disabled) { animation: pcb-pack-pulse 1.2s ease-in-out infinite; }
@keyframes pcb-pack-pulse { 0%,100%{transform:scale(1);} 50%{transform:scale(1.03);} }

.pcb-pack__hint {
	max-width: var(--pcb-container);
	margin: 8px auto 0;
	padding: 0 24px;
	font-size: 13px;
	text-align: right;
	min-height: 18px;
}
.pcb-pack__hint.is-ok    { color: #1a7f37; }
.pcb-pack__hint.is-error { color: #c0392b; }

/* Responsive pack builder */
@media (max-width: 1024px) {
	.pcb-pack__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
	.pcb-pack__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
	.pcb-pack-card__media img { height: 150px; }
	.pcb-pack__bar-inner { flex-wrap: wrap; gap: 12px 16px; }
	.pcb-pack__progress { order: 4; flex: 1 1 100%; }
	.pcb-pack__count { flex: 1; }
	.pcb-pack__total-amount { font-size: 20px; }
	.pcb-pack__order { flex: 1 1 100%; }
	.pcb-pack__hint { text-align: center; }
}
@media (max-width: 420px) {
	.pcb-pack__grid { grid-template-columns: 1fr 1fr; }
}

/* ==========================================================
   HOVER SWAP NEL LOOP SHOP
   Sostituisce il thumbnail con un wrapper a 2 immagini:
   primaria (featured) sopra, secondaria (hover) sotto.
   ========================================================== */
.pcb-loop-thumb {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin: 0 0 14px;
	aspect-ratio: 1 / 1;
	background: #f6f4f0; /* sfondo neutro dietro l'immagine intera */
}
.pcb-loop-thumb img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	display: block;
	object-fit: contain;
	object-position: center;
	margin: 0 !important;
	border-radius: 0 !important;
	transition: opacity .4s ease;
}
.pcb-loop-thumb__primary   { opacity: 1; z-index: 2; }
.pcb-loop-thumb__secondary { opacity: 0; z-index: 1; }

/* Hover: dissolve via la primaria e mostra la secondaria */
.pcb-loop-thumb.has-hover:hover .pcb-loop-thumb__primary   { opacity: 0; }
.pcb-loop-thumb.has-hover:hover .pcb-loop-thumb__secondary { opacity: 1; }

/* Sovrascrive l'eventuale stile precedente del thumbnail */
.woocommerce ul.products li.product a img.pcb-loop-thumb__primary,
.woocommerce ul.products li.product a img.pcb-loop-thumb__secondary {
	margin: 0;
	border-radius: 0;
}

/* ==========================================================
   PACK MAIN — layout 2 colonne: griglia prodotti (sx) + tracker (dx)
   ========================================================== */
.pcb-pack__main {
	display: grid;
	grid-template-columns: 1fr var(--pcb-pack-tracker-w, 220px);
	gap: 24px;
	align-items: start;
	margin-bottom: 24px;
}
/* Sui desktop, dentro __main, la grid prodotti usa il numero di colonne configurato */
.pcb-pack__main .pcb-pack__grid {
	grid-template-columns: repeat(var(--pcb-pack-cols, 3), 1fr);
}
.pcb-pack-card {
	padding: var(--pcb-pack-card-pad, 20px);
}
.pcb-pack__grid {
	gap: var(--pcb-pack-grid-gap, 24px);
}

/* Spazio finale sotto la grid: serve a non far coprire dal pannello fisso */
.pcb-pack--bar-fixed { padding-bottom: var(--pcb-pack-bar-space, 120px); }

/* ==========================================================
   PACK BAR — barra "Lattine nel pack" (fissa in basso opzionale)
   ========================================================== */
.pcb-pack__bar {
	background: var(--pcb-pack-bar-bg, #fff);
	padding-top:    var(--pcb-pack-bar-py, 16px);
	padding-bottom: var(--pcb-pack-bar-py, 16px);
}
.pcb-pack--bar-fixed .pcb-pack__bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: var(--pcb-pack-bar-bottom, 0);
	z-index: 950;
	box-shadow: 0 -4px 18px rgba(0,0,0,.08);
}

/* ==========================================================
   PACK TRACKER — N slot di 3 lattine, sidebar destra (desktop)
   ========================================================== */
.pcb-packtracker {
	width: 100%;
	background: #0a0a0a;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 6px;
	padding: var(--pcb-pack-tracker-pad, 12px);
	box-sizing: border-box;
	position: sticky;
	top: 120px;
}
.pcb-packtracker__slots {
	display: grid;
	grid-template-columns: 1fr;     /* desktop: 1 colonna verticale */
	gap: var(--pcb-pack-tracker-gap, 8px);
}
.pcb-packtracker__slot {
	position: relative;
	aspect-ratio: 3 / 2;
	background: #000;
	overflow: hidden;
	border: 1px solid #1a1a1a;
	box-sizing: border-box;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.pcb-packtracker__slot[data-state="filled"] {
	border-color: #c4994b;
	box-shadow: 0 0 0 1px #c4994b inset;
}
.pcb-packtracker__slot[data-state="playing"] {
	border-color: #fff;
}
.pcb-packtracker__img,
.pcb-packtracker__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.pcb-packtracker__slot[data-state="empty"]   .pcb-packtracker__video { opacity: 0; }
.pcb-packtracker__slot[data-state="filled"]  .pcb-packtracker__video { opacity: 0; }
.pcb-packtracker__slot[data-state="playing"] .pcb-packtracker__img   { opacity: 0; }
.pcb-packtracker__slot[data-state="playing"] .pcb-packtracker__video { opacity: 1; }

/* Tablet (≤ 900px): tracker passa SOTTO la grid */
@media (max-width: 900px) {
	.pcb-pack__main { grid-template-columns: 1fr; }
	.pcb-packtracker {
		position: static;
		max-width: 100%;
	}
	.pcb-packtracker__slots {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile (≤ 520px) */
@media (max-width: 520px) {
	.pcb-packtracker__slots { gap: 6px; }
	.pcb-pack--bar-fixed { padding-bottom: calc(var(--pcb-pack-bar-space, 120px) + 20px); }
}

/* ==========================================================
   SHOP — Layout pagina archivio prodotti
   Stile Pacibo: nero / bordeaux / oro
   ========================================================== */
.pcb-shop {
	padding: 0 0 80px;     /* niente padding-top per attaccare il banner subito */
}

/* Banner sempre full-width senza margine container sopra */
.pcb-shop > .pcb-shop-banner { margin-bottom: 32px; }

/* Nasconde eventuali breadcrumb di plugin SEO sulla pagina "Senza titolo"
   (es. Yoast, Rank Math, SEOPress) */
.page-template-page-no-title .yoast-breadcrumb,
.page-template-page-no-title .rank-math-breadcrumb,
.page-template-page-no-title .breadcrumbs,
.page-template-page-no-title .woocommerce-breadcrumb {
	display: none !important;
}
.pcb-shop__container {
	max-width: var(--pcb-container, 1280px);
	margin: 0 auto;
	padding: 0 24px;
}
.pcb-shop__header {
	margin-bottom: 32px;
}
.pcb-shop__title {
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-weight: 800;
	font-size: clamp(36px, 5vw, 56px);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: var(--pcb-color-primary, #0a0a0a);
}

/* Layout 2 colonne: sidebar (sx) + grid (dx) */
.pcb-shop__layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 32px;
	align-items: start;
}

/* ============== SIDEBAR FILTRI ============== */
.pcb-shop__sidebar {
	background: #fafafa;
	border: 1px solid rgba(0,0,0,.08);
	padding: 20px;
	position: sticky;
	top: 120px;
}
.pcb-shop__filter {
	margin-bottom: 24px;
}
.pcb-shop__filter:last-child { margin-bottom: 0; }
.pcb-shop__filter-title {
	font-family: var(--pcb-font-heading, 'Anton', sans-serif);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid #0a0a0a;
	color: #0a0a0a;
}
.pcb-shop__filter--active {
	background: #c4994b;
	color: #fff;
	padding: 12px;
	margin-bottom: 18px;
}
.pcb-shop__filter--active .pcb-shop__filter-title {
	color: #fff;
	border-color: #fff;
}

/* Stili interni dei widget WooCommerce */
.pcb-shop__sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.pcb-shop__sidebar li {
	padding: 4px 0;
	line-height: 1.4;
}
.pcb-shop__sidebar a {
	color: #2a2a2a;
	text-decoration: none;
	transition: color .15s;
}
.pcb-shop__sidebar a:hover {
	color: #7e1820;
}
.pcb-shop__sidebar .count {
	color: #999;
	font-size: 12px;
}
.pcb-shop__sidebar ul.children {
	margin: 6px 0 6px 14px;
	padding-left: 8px;
	border-left: 1px solid rgba(0,0,0,.1);
}
.pcb-shop__sidebar .chosen {
	font-weight: 700;
	color: #7e1820;
}
.pcb-shop__sidebar .woocommerce-widget-layered-nav-list__item--chosen a::before {
	content: "✕ ";
	color: #7e1820;
	font-weight: 700;
}
.pcb-shop__sidebar input[type="search"],
.pcb-shop__sidebar input[type="text"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid rgba(0,0,0,.15);
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
}
.pcb-shop__sidebar button[type="submit"] {
	margin-top: 8px;
	background: #0a0a0a;
	color: #fff;
	border: 0;
	padding: 8px 16px;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .2s;
}
.pcb-shop__sidebar button[type="submit"]:hover {
	background: #7e1820;
}

/* ============== MAIN GRID ============== */
.pcb-shop__main {
	min-width: 0;     /* permette al grid di restringersi senza overflow */
}
.pcb-shop__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
.pcb-shop__toolbar .woocommerce-result-count {
	margin: 0;
	font-size: 14px;
	color: #555;
}
.pcb-shop__toolbar .woocommerce-ordering {
	margin: 0;
}
.pcb-shop__toolbar .orderby {
	padding: 6px 28px 6px 12px;
	border: 1px solid rgba(0,0,0,.15);
	background: #fff;
	font-size: 13px;
	cursor: pointer;
}

/* Pagination (Pacibo style) */
.woocommerce-pagination {
	margin-top: 32px;
	text-align: center;
}
.woocommerce-pagination ul.page-numbers {
	display: inline-flex;
	gap: 4px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
	color: #0a0a0a;
	text-decoration: none;
	transition: background .2s, color .2s;
	font-size: 14px;
}
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers.current {
	background: #0a0a0a;
	color: #fff;
	border-color: #0a0a0a;
}

/* ============== RESPONSIVE ============== */
@media (max-width: 900px) {
	.pcb-shop__layout {
		grid-template-columns: 1fr;
	}
	.pcb-shop__sidebar {
		position: static;
		order: 2;     /* sidebar sotto la grid */
	}
	.pcb-shop__main {
		order: 1;
	}
}
@media (max-width: 520px) {
	.pcb-shop { padding: 24px 0 60px; }
	.pcb-shop__container { padding: 0 16px; }
	.pcb-shop__toolbar {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ==========================================================
   SHOP BANNER — banner promozionale in cima allo shop
   ========================================================== */
.pcb-shop-banner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 24px;
	box-sizing: border-box;
	margin-bottom: 40px;
	text-align: center;
}
.pcb-shop-banner__inner {
	max-width: 720px;
}
.pcb-shop-banner__title {
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-size: clamp(28px, 4vw, 48px);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 12px;
	color: inherit;
}
.pcb-shop-banner__subtitle {
	font-size: 16px;
	line-height: 1.5;
	opacity: .9;
	margin: 0 0 24px;
	color: inherit;
}
.pcb-shop-banner__btn {
	display: inline-block;
	padding: 14px 32px;
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	transition: transform .15s ease, box-shadow .2s ease, opacity .2s ease;
	cursor: pointer;
}
.pcb-shop-banner__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,.25);
	opacity: .95;
}

@media (max-width: 520px) {
	.pcb-shop-banner { padding: 24px 16px; margin-bottom: 24px; }
	.pcb-shop-banner__btn { padding: 12px 24px; font-size: 13px; }
}

/* ==========================================================
   PRODUCT CARD — Card prodotto stilizzata (loop shop)
   ========================================================== */

/* Reset del grid WooCommerce default — usiamo il nostro */
.pcb-shop__main ul.products,
ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(var(--pcb-shop-cols, 3), 1fr);
	gap: var(--pcb-shop-grid-gap, 24px);
}
@media (max-width: 1100px) {
	.pcb-shop__main ul.products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
	.pcb-shop__main ul.products { grid-template-columns: 1fr; }
}

/* La card */
li.pcb-product-card,
ul.products li.product.pcb-product-card {
	width: auto !important;          /* override WC default */
	float: none !important;
	margin: 0 !important;
	padding: 0;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
	position: relative;
}
li.pcb-product-card:hover {
	border-color: #c4994b;
	transform: translateY(-4px);
	box-shadow: 0 12px 28px -8px rgba(0,0,0,.18);
}

/* Media (immagine + badge) */
.pcb-product-card__media {
	position: relative;
	background: #f4f4f4;
	aspect-ratio: 1 / var(--pcb-shop-img-ratio, 1.25);
	overflow: hidden;
}
.pcb-product-card__media-link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Wrap di ogni immagine: la seconda è in overlay, opacity 0 a riposo */
.pcb-product-card__img-wrap {
	position: absolute;
	inset: 0;
	display: block;
	transition: opacity .35s ease;
}
.pcb-product-card__img-wrap--primary   { opacity: 1; z-index: 1; }
.pcb-product-card__img-wrap--secondary { opacity: 0; z-index: 2; }

/* Al hover sulla card: la prima si nasconde, la seconda appare */
li.pcb-product-card:hover .pcb-product-card__img-wrap--primary   { opacity: 0; }
li.pcb-product-card:hover .pcb-product-card__img-wrap--secondary { opacity: 1; }

.pcb-product-card__media img,
.pcb-product-card__img-secondary {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: var(--pcb-shop-img-pad, 20px);
	box-sizing: border-box;
	transition: transform .35s ease;
}
li.pcb-product-card:hover .pcb-product-card__img-wrap--secondary img,
li.pcb-product-card:hover .pcb-product-card__img-wrap--primary img {
	transform: scale(1.05);
}

/* Badge */
.pcb-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 5px 12px;
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-weight: 800;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
}
.pcb-product-card__badge--sale     { background: #7e1820; }  /* bordeaux */
.pcb-product-card__badge--soldout  { background: #0a0a0a; }  /* nero */

/* Body */
.pcb-product-card__body {
	padding: var(--pcb-shop-card-pad, 18px);
	display: flex;
	flex-direction: column;
	flex: 1;
}
.pcb-product-card__cat {
	font-family: var(--pcb-font-body, 'Inter', Arial, sans-serif);
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 6px;
}
.pcb-product-card__title {
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: .5px;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0 0 8px;
}
.pcb-product-card__title a {
	color: #0a0a0a;
	text-decoration: none;
	transition: color .2s;
}
.pcb-product-card__title a:hover { color: #7e1820; }
.pcb-product-card__attrs {
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin-bottom: 12px;
}
.pcb-product-card__price {
	margin: 0 0 14px;
	font-size: 16px;
	color: #0a0a0a;
}
/* WooCommerce price markup */
.pcb-product-card__price del {
	color: #999;
	font-weight: 400;
	margin-right: 8px;
	text-decoration: line-through;
}
.pcb-product-card__price del bdi { color: inherit; }
.pcb-product-card__price ins {
	background: transparent;
	text-decoration: none;
	color: #c4994b;     /* oro */
	font-weight: 800;
	font-size: 18px;
}
.pcb-product-card__price .woocommerce-Price-amount {
	font-weight: 700;
}

/* CTA "Aggiungi al carrello" */
.pcb-product-card__cta {
	margin-top: auto;
}
.pcb-product-card__cta .add_to_cart_button,
.pcb-product-card__cta .button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 12px 16px;
	background: #0a0a0a;
	color: #fff;
	border: 0;
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.pcb-product-card__cta .add_to_cart_button:hover,
.pcb-product-card__cta .button:hover {
	background: #c4994b;     /* oro al hover */
	color: #0a0a0a;
}
.pcb-product-card__cta .add_to_cart_button.loading {
	opacity: .7;
}
.pcb-product-card__cta .added_to_cart {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 16px;
	margin-top: 6px;
	background: #c4994b;
	color: #0a0a0a;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

/* ==========================================================
   SINGLE PRODUCT — pagina prodotto singolo
   ========================================================== */
.pcb-single-product {
	padding: 40px 0 80px;
}
.pcb-single-product__container {
	max-width: var(--pcb-container, 1280px);
	margin: 0 auto;
	padding: 0 24px;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
	font-size: 13px;
	color: #777;
	margin-bottom: 24px;
	letter-spacing: .5px;
}
.woocommerce-breadcrumb a {
	color: #2a2a2a;
	text-decoration: none;
}
.woocommerce-breadcrumb a:hover { color: #7e1820; }

/* Layout principale: 2 colonne (immagine sx + summary dx) */
.pcb-single-product .product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

/* ============ GALLERIA IMMAGINI (sinistra) ============ */
.woocommerce-product-gallery {
	position: relative;
	background: #f4f4f4;
	border: 1px solid rgba(0,0,0,.06);
}
.woocommerce-product-gallery .flex-viewport {
	background: #f4f4f4;
}
.woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	display: block;
}
.woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 8px;
	padding: 12px;
	list-style: none;
	margin: 0;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.06);
}
.woocommerce-product-gallery .flex-control-thumbs li {
	flex: 0 0 80px;
	cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,.1);
	opacity: .65;
	transition: opacity .2s, border-color .2s;
}
.woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
	border-color: #c4994b;
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10;
	background: #0a0a0a;
	color: #fff;
	padding: 8px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 14px;
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
}
.onsale {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 5;
	padding: 6px 14px;
	background: #7e1820;
	color: #fff;
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	min-height: auto;
	min-width: auto;
	border-radius: 0;
	line-height: 1.2;
}

/* ============ SUMMARY (destra) ============ */
.pcb-single-product .product .summary,
.entry-summary {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.pcb-single-product .product_title {
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-weight: 800;
	font-size: clamp(32px, 4vw, 52px);
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.05;
	margin: 0;
	color: #0a0a0a;
}

/* Prezzo grande */
.pcb-single-product .price {
	font-size: 28px;
	margin: 0;
	color: #0a0a0a;
	font-weight: 700;
}
.pcb-single-product .price del {
	color: #999;
	margin-right: 12px;
	text-decoration: line-through;
	font-weight: 400;
}
.pcb-single-product .price ins {
	background: transparent;
	text-decoration: none;
	color: #c4994b;       /* oro */
	font-weight: 800;
	font-size: 34px;
}

/* Descrizione breve */
.woocommerce-product-details__short-description {
	font-size: 16px;
	line-height: 1.6;
	color: #2a2a2a;
}
.woocommerce-product-details__short-description p:last-child { margin-bottom: 0; }

/* Form add to cart */
.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 12px 0 0;
}
.quantity {
	display: inline-flex;
	border: 1px solid rgba(0,0,0,.15);
}
.quantity .qty {
	width: 60px;
	text-align: center;
	padding: 12px 8px;
	border: 0;
	background: #fff;
	font-size: 15px;
}
.single_add_to_cart_button,
.pcb-single-product .button.alt {
	background: #0a0a0a;
	color: #fff;
	border: 0;
	padding: 14px 28px;
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.single_add_to_cart_button:hover,
.pcb-single-product .button.alt:hover {
	background: #c4994b;
	color: #0a0a0a;
}

/* Meta (categoria, sku, tag) */
.product_meta {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,.08);
	font-size: 13px;
	color: #555;
	line-height: 1.8;
}
.product_meta > span { display: block; }
.product_meta a {
	color: #2a2a2a;
	text-decoration: none;
	font-weight: 600;
}
.product_meta a:hover { color: #7e1820; }

/* Stock indicator */
.stock {
	font-size: 14px;
	font-weight: 600;
}
.stock.in-stock { color: #2a7c2a; }
.stock.out-of-stock { color: #b91c1c; }

/* ============ TABS (Descrizione / Info / Recensioni) ============ */
.woocommerce-tabs {
	grid-column: 1 / -1;     /* full width sotto la grid 2 colonne */
	margin-top: 64px;
}
.woocommerce-tabs .tabs.wc-tabs {
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #0a0a0a;
}
.woocommerce-tabs .tabs.wc-tabs li {
	margin: 0;
	padding: 0;
}
.woocommerce-tabs .tabs.wc-tabs li a {
	display: block;
	padding: 14px 22px;
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #777;
	text-decoration: none;
	transition: color .2s, background .2s;
}
.woocommerce-tabs .tabs.wc-tabs li.active a {
	background: #0a0a0a;
	color: #fff;
}
.woocommerce-tabs .tabs.wc-tabs li:not(.active) a:hover {
	color: #0a0a0a;
}
.woocommerce-Tabs-panel {
	padding: 28px 0;
	font-size: 15px;
	line-height: 1.7;
	color: #2a2a2a;
}
.woocommerce-Tabs-panel h2 {
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-size: 24px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 16px;
}
.woocommerce-Tabs-panel table.shop_attributes {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-Tabs-panel table.shop_attributes th {
	background: #f4f4f4;
	padding: 10px 14px;
	text-align: left;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #0a0a0a;
	width: 30%;
}
.woocommerce-Tabs-panel table.shop_attributes td {
	padding: 10px 14px;
	border-bottom: 1px solid rgba(0,0,0,.06);
}

/* ============ RELATED PRODUCTS / UPSELLS ============ */
.related.products,
.upsells.products {
	grid-column: 1 / -1;
	margin-top: 80px;
}
.related > h2,
.upsells > h2 {
	font-family: var(--pcb-font-heading, 'Anton', Arial Black, sans-serif);
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid #0a0a0a;
}

/* ============ NOTICES (success/error) ============ */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: #f4f4f4;
	border-left: 4px solid #c4994b;
	padding: 14px 18px;
	margin-bottom: 24px;
	font-size: 14px;
	list-style: none;
}
.woocommerce-error {
	border-left-color: #b91c1c;
	background: #fdecec;
}
.woocommerce-message .button,
.woocommerce-info .button {
	float: right;
	padding: 6px 16px;
	background: #0a0a0a;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
	.pcb-single-product .product {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.woocommerce-tabs { margin-top: 40px; }
	.related.products, .upsells.products { margin-top: 48px; }
}
@media (max-width: 520px) {
	.pcb-single-product { padding: 24px 0 60px; }
	.pcb-single-product__container { padding: 0 16px; }
	.woocommerce-tabs .tabs.wc-tabs {
		flex-wrap: wrap;
	}
	.woocommerce-tabs .tabs.wc-tabs li a { padding: 10px 14px; font-size: 12px; }
	.cart { flex-direction: column; align-items: stretch; }
	.quantity, .single_add_to_cart_button { width: 100%; }
	.single_add_to_cart_button { padding: 14px; }
}

/* ==========================================================
   SHOP AJAX — loading state + spinner
   ========================================================== */
.pcb-shop__main {
	position: relative;
	transition: opacity .2s ease;
}
.pcb-shop__main.is-loading {
	pointer-events: none;
	opacity: .35;
}
.pcb-shop__main.is-loading::after {
	content: '';
	position: absolute;
	top: 80px;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	border: 3px solid rgba(0,0,0,.15);
	border-top-color: #c4994b;      /* oro Pacibo */
	border-radius: 50%;
	animation: pcb-shop-spin .8s linear infinite;
	z-index: 10;
	pointer-events: none;
}
@keyframes pcb-shop-spin {
	to { transform: rotate(360deg); }
}

/* Animazione fade-in dei nuovi prodotti */
.pcb-shop__main ul.products {
	animation: pcb-shop-fadein .35s ease;
}
@keyframes pcb-shop-fadein {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: none; }
}
