/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2026 | 09:49:22 */
/* Nasconde la row che contiene il codice */
.hide-code-block {
  display: none !important;
}

/* Allinea testo al centro nella colonna */
.allinea-centro-post {
  display: flex;
  align-items: center;       /* centro verticale */
  justify-content: center;   /* centro orizzontale */
  height: 100%;              /* riempie tutta la sezione */
}

.allinea-centro-post .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =====================================================
   CONTATTO - STACK CAMPI
===================================================== */

.contatto-stack .et_pb_contact_field {
  width: 100% !important;
  margin-bottom: 15px;
}


/* =====================================================
   CONTATTO - CENTRA SOLO IL PULSANTE
===================================================== */

.et_pb_contact_form .et_contact_bottom_container {
  text-align: center !important;
  width: 100%;
  display: block;
}

.et_pb_contact_form .et_contact_bottom_container .et_pb_button {
  float: none !important;
  display: inline-block !important;
}


/* =====================================================
   FORMATTAZIONE DATI STANZA
===================================================== */

.acf-stanza-info p {
  margin: 0 !important;
  padding: 0 0 6px 0 !important;
  line-height: 1.4;
}

.acf-stanza-info p strong {
  font-weight: 500;
  color: #E73B2B !important;
}

.lista-stanza {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left;
}

.lista-stanza li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  display: block;
  font-weight: normal;
}

.acf-descrizione-appartamento {
  font-weight: normal;
}

.acf-descrizione-appartamento strong {
  font-weight: normal;
}

.acf-numero-stanze {
  font-weight: bold;
}

.acf-numero-stanze strong {
  font-weight: bold;
}


/* =====================================================
   GALLERIA PRODOTTO WOOCOMMERCE (SINGOLO)
===================================================== */

.woocommerce div.product div.images.woocommerce-product-gallery {
  --gallery-h: 380px;   /* altezza desktop gallery principale */
  --thumb-h: 84px;      /* altezza miniature */
}


/* Wrapper slide principale */
.woocommerce div.product .woocommerce-product-gallery__wrapper,
.woocommerce div.product .woocommerce-product-gallery__image {
  height: var(--gallery-h) !important;
}


/* Immagine principale */
.woocommerce div.product .woocommerce-product-gallery__image img {
  width: 100%;
  height: var(--gallery-h) !important;
  object-fit: cover;         /* usa 'contain' se NON vuoi taglio */
  object-position: center;
  border-radius: 0;
}


/* Miniature */
.woocommerce div.product .flex-control-thumbs li img {
  width: 100%;
  height: var(--thumb-h) !important;
  object-fit: cover;
  border-radius: 0;
}


/* Arrotondamento opzionale contenitore */
.woocommerce div.product .woocommerce-product-gallery__image {
  border-radius: 0;
  overflow: hidden;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 980px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    --gallery-h: 420px;
    --thumb-h: 72px;
  }
}

@media (max-width: 600px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    --gallery-h: 200px;
    --thumb-h: 64px;
  }
}

/* =====================================================
   PREZZO  PRICE
===================================================== */
.woocommerce .white-text .woocommerce-Price-amount {
	color: white;
}

.woocommerce .price-text .woocommerce-Price-amount {
	font-size: 42px!important;
}

/* =====================================================
   BLURB DINAMICI (PHP + ACF)
===================================================== */

/* =========================
   STANZA
========================= */

.dotazioni-stanza-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: start;
}

.dotazioni-stanza-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}

.dotazioni-stanza-list img {
  width: 36px;
  height: auto !important;
  margin-right: 10px;
  flex-shrink: 0;
}

.dotazioni-stanza-list li span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}


/* =========================
   APPARTAMENTO
========================= */

.dotazioni-appartamento-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: start;
}

.dotazioni-appartamento-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}

.dotazioni-appartamento-list img { /* <-- FIX refuso */
  width: 36px;
  height: auto !important;
  margin-right: 10px;
  flex-shrink: 0;
}

.dotazioni-appartamento-list li span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}


/* =====================================================
   GRID BLURB (sezione basic-sec)
===================================================== */

/* Tablet */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .basic-sec .grid-system-3-3-3-gap-M-blurb {
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
}

/* Mobile */
@media only screen and (max-width: 849px) {
  .basic-sec .grid-system-3-3-3-gap-M-blurb {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ==============================
   DOTAZIONI STANZA
============================== */

.dotazioni-stanza-list img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 10px;
  flex-shrink: 0;
}

.dotazioni-stanza-list li span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}


/* ==============================
   DOTAZIONI APPARTAMENTO
============================== */

.dotazioni-appartamento-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dotazioni-appartamento-list .dotazione-voce {
  display: flex;
  align-items: center; /* oppure flex-start */
  padding: 14px 0;
  width: 100%;
}

.dotazioni-appartamento-list img {
  width: 36px;
  height: auto;
  margin-right: 14px;
  flex-shrink: 0;
}

.dotazioni-appartamento-list .dotazione-voce span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}


/* ==============================
   LISTA COINQUILINI
============================== */

.lista-coinquilini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.lista-coinquilini li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  display: block;
}

.acf-numero-stanze {
  font-weight: normal;
}

.acf-numero-stanze strong {
  font-weight: bold;
}


/* ==============================
   MOBILE
============================== */

@media only screen and (max-width: 568px) {
  .lista-coinquilini {
    grid-template-columns: 1fr;
  }
}
/* =====================================
   BLURB GRID 6-6
===================================== */

/* Desktop */
.basic-sec .grid-system-6-6-gap-M-blurb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .basic-sec .grid-system-6-6-gap-M-blurb {
    gap: 0 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .basic-sec .grid-system-6-6-gap-M-blurb {
    grid-template-columns: 1fr;
    gap: 0;
  }
}