/*
Theme Name: Musa
Template: blocksy
Author: Child Theme Configurator
Version: 1.0.0.1768150901
Updated: 2026-01-11 18:01:41
*/

.musaBottle {
	width: 100%;
	padding: 100px 0!important;
}

.musaBottle .swiper-slide {
	transition: all 0.5s ease;
	opacity: 0.25;
	width: 400px;
	transform: scale(0.75);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.musaButtons .swiper-slide-prev,
.musaButtons .swiper-slide-next {
	opacity: 0.45;
	transform: scale(0.85);
}

.musaBottle .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}

.musaBottle.swiper-slide img {
	filter: brightness(65%);
	transition: filter 0.5s ease;
}

.musaBottle .swiper-slide .image {
	text-align: center;
}

.musaBottle.swiper-slide-active img {
	filter: brightness(100%);
}

/* Riflesso */
.musaBottle.swiper-slide::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	height: 80px;
	transform: scaleY(-1);
	opacity: 0.3;
}

/* Nome bottiglia */
.bottle-name {
	font-family: 'Audrey-Normal', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	opacity: 0;
	color: #fff;
	transform: translateY(15px);
	transition: all 0.4s ease;
	text-align: center;
	white-space: nowrap;
	user-select: none;
}

.bottle-name.show {
	opacity: 1;
	transform: translateY(0);
	user-select: none;
}

/* Controlli in basso come screenshot */
.musaButtons.swiper-buttons {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 900px;
	align-items: center;
	z-index: 20;
}

.musaButtons .swiper-button-prev,
.musaButtons .swiper-button-next {
	width: 25px!important;
	height: 25px!important;
	border-radius: 50%;
	color: #fff!important;
	transition: transform 0.3s ease;
	border: none;
	padding: 0;
	cursor: pointer;
}


/* Tablet */
@media (max-width: 1024px) {
	.musaBottle .swiper-slide {
		width: 300px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.musaBottle .swiper {
		padding: 70px 0;
	}

	.musaBottle .swiper-slide {
		width: 260px;
	}

	.bottle-name {
		font-size: 21px;
		letter-spacing: 1px;
	}

	.musaButtons .swiper-buttons {
		bottom: 25px;
		gap: 20px;
	}
}

footer#footer {
	background-image: url('/wp-content/uploads/2026/01/bg-footer.webp');
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}

/* RESET BLOCKSY */
.woocommerce-single .musa-product-meta {
	display: block !important;
}

/* CONTENITORE */
.musa-product-meta {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #0d5a61;
}

/* RIGA */
.musa-product-meta .meta-item {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
}

/* ICONA */
.musa-product-meta img {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}

/* TESTO */
.musa-product-meta strong {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #0d5a61;
}

.musa-product-meta span {
	font-size: 15px;
	color: #222;
}

/* ================================
TABS NOTE / CONSIGLIO / SPEDIZIONE
================================ */

/* Wrapper generale */
.woocommerce-tabs {
	background: #fff;
	max-width: 1280px;
	margin: auto;
	border-radius: 8px!important;
	padding-bottom: 50px;
	margin-top: 60px;
}

/* Lista tab */
.woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: center;
	gap: 60px;
	border: none;
	padding: 0;
	border: none!important;
}

/* Singolo tab */
.woocommerce-tabs ul.tabs li {
	border: none;
	background: none;
	padding: 0;
}

/* Link tab */
.woocommerce-tabs ul.tabs li a {
	position: relative;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #0D5A61;
	padding: 10px 0;
	transition: color 0.3s ease;
}

/* Hover */
.woocommerce-tabs ul.tabs li a:hover {
	color: #D7CFC2;
}

/* Tab attivo */
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active a {
	color: #0D5A61;
}

/* Pannelli contenuto */
.woocommerce-tabs .wc-tab {
	border: none;
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

/* Testo contenuto */
.woocommerce-tabs .wc-tab p {
	font-size: 14px;
	line-height: 1.8;
	color: #0D5A61;
}

/* Nasconde completamente "Informazioni aggiuntive" se rimane */
.woocommerce-tabs .additional_information_tab,
.woocommerce-Tabs-panel--additional_information {
	display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
	.woocommerce-tabs ul.tabs {
		gap: 25px;
	}

	.woocommerce-tabs ul.tabs li a {
		font-size: 12px;
		letter-spacing: 1px;
	}

	.woocommerce-tabs .wc-tab p {
		font-size: 14px;
	}
}

/* Syile Contact Form */
input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea, form.variations_form table.variations select {
	border: none;
	border-bottom: solid #0D5A61;
	border-radius: 0;
}

.wpcf7 .wpcf7-submit {
	background: transparent;
	border: solid #0D5A61;
	color: #0D5A61;
	border-radius: 8px;
}

.wpcf7 .wpcf7-submit:hover {
	background: #0D5A61;
	color: #fff;
}

select:focus, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus {
	border-color: #0D5A61;
}

.wpcf7 label:not(.wpcf7-form-control-wrap) span.wpcf7-list-item-label {
    font-weight: 500;
    font-size: 12px;
	line-height: 1.2;
}

/* Pagina prodotto */

.ct-cart-actions .quantity {width: 40%;}
.quantity[data-type=type-2] input[type=number] {border-radius: 8px;}

/* hero home */
.hero-title {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

/* righe piccole */
.hero-title .hero-small {
  display: block;
  font-size: clamp(26px, 3vw, 50px);
  line-height: 1.05;
  letter-spacing: 0.25em;
  color: #0D5A61;
   font-family: 'Audrey-Medium';
	width: 800px;
}

/* MONDO DI leggermente decentrato come nello screen */
.hero-title .hero-small.offset {
    margin-left: 140px;
    width: 635px;
    text-align: center;
}

/* MUSA gigante */
.hero-title .hero-big {
  display: block;
  font-size: clamp(90px, 14vw, 220px);
  line-height: 1.2;
  margin-top: -10px;
  letter-spacing: 20px;
  color: #0D5A61;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-title .hero-big {
    line-height: 0.95;
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 100px;
}
  }

@media (max-width: 768px) {
   .hero-title .hero-small.offset {
    margin-left: 0;
	font-size: 30px;
	margin-left: 0px;
  }
  .hero-title .hero-small, .hero-title .hero-small.offset {width: 100%;}
}

a.wp-block-social-link-anchor svg {
    fill: #fff;
}

body.archive main#main {
    margin-bottom: 60px;
}

.wp-block-social-links .wp-block-social-link.wp-social-link{
	 font-size: 30px;
}

body.wp-singular.product-template-default.single.single-product main {
    padding-bottom: 60px;
}
/* overlay */
.newsletter-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999;
}

/* stato visibile */
.newsletter-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

/* box */
.newsletter-popup-inner {
  background: #fff;
  max-width: 480px;
  width: 90%;
  padding: 40px 32px;
  border-radius: 16px;
  text-align: center;

  /* animazione */
  transform: translateY(40px) scale(0.96);
  opacity: 0;
  transition:
    transform 0.6s cubic-bezier(.16,1,.3,1),
    opacity 0.6s ease;
}

/* quando il popup è visibile */
.newsletter-popup.is-visible .newsletter-popup-inner {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* bottone chiudi */
.newsletter-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

