/*
 Theme Name: GeneratePress Child
 Theme URI: https://generatepress.com
 Author: Mediawebgraphic
 Author URI: https://example.com
 Description: Child theme per personalizzazioni (functions, header, footer, CSS).
 Template: generatepress
 Version: 1.0.0
 Text Domain: generatepress-child
*/
 

.testo-11{font-weight:600; font-size:11px;}
.testo-12{font-weight:600; font-size:12px;}
.testo-13{font-weight:600; font-size:13px;}
.testo-14{font-weight:600; font-size:14px;}
.testo-15{font-weight:600; font-size:15px;}
.testo-16{font-weight:600; font-size:16px;}

.hero-media-16x9 {
  aspect-ratio: 16 / 9;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-media-16x9 .hero-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-media-16x9 .hero-overlay {
  position: absolute;
  inset: 0;
}

@media (max-width: 768px) {
  .hero-media-16x9 .hero-overlay {
    background: transparent;
  }
}



/*-------------------------*/






/* Paginazione prodotti Elementor */
.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

/* Numeri paginazione */
.elementor-pagination .page-numbers {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Hover */
.elementor-pagination .page-numbers:hover {
    background: #000000;
    color: #ffffff!important;
    border-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

/* Pagina attiva */
.elementor-pagination .page-numbers.current {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
    box-shadow: 0 6px 14px rgba(0,0,0,0.20);
}

/* Mobile */
@media (max-width: 767px) {
    .elementor-pagination {
        gap: 6px;
    }

    .elementor-pagination .page-numbers {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
}






























/* =========================================================
   FILTER EVERYTHING PRO – BRAND ORIZZONTALI (ROBUSTO)
   ========================================================= */

/* Lista brand in orizzontale scrollabile */
.wpc-filters-section.wpc-filter-product_brand .wpc-filters-ul-list{
  display: flex !important;
  gap: 8px;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 5px 30px;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

/* scrollbar (Chrome/Edge) */
.wpc-filters-section.wpc-filter-product_brand .wpc-filters-ul-list::-webkit-scrollbar{ height: 6px; }
.wpc-filters-section.wpc-filter-product_brand .wpc-filters-ul-list::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.18);
  border-radius: 999px;
}

/* Item */
.wpc-filters-section.wpc-filter-product_brand .wpc-term-item{
  flex: 0 0 auto;
  margin: 0 !important;
}

/* Nascondo checkbox */
.wpc-filters-section.wpc-filter-product_brand input[type="checkbox"]{
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Reset wrapper/label (evita bordi doppi) */
.wpc-filters-section.wpc-filter-product_brand .wpc-term-item-content-wrapper,
.wpc-filters-section.wpc-filter-product_brand label{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Link “card” minimal: area clic comoda */
.wpc-filters-section.wpc-filter-product_brand a.wpc-filter-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;                 /* area clic */
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

/* Hover */
.wpc-filters-section.wpc-filter-product_brand a.wpc-filter-link:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.22);
}
.wpc-term-image-wrapper {

    border: 0px solid rgba(0, 0, 0, .1)!important;
  
}
/* IMMAGINE: dimensioni desktop */
.wpc-filters-section.wpc-filter-product_brand .wpc-term-image-wrapper{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;     /* desktop */
  height: 120px;    /* desktop */
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.wpc-filters-section.wpc-filter-product_brand .wpc-term-image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Nascondo il nome del brand (se vuoi solo loghi) */
.wpc-filters-section.wpc-filter-product_brand .wpc-term-name{
  display: none !important;
}

/* Brand SENZA immagine: pill testuale coerente */
.wpc-filters-section.wpc-filter-product_brand a.wpc-filter-link:not(.has-image){
  padding: 0px 0px;
  font-weight: 600;
  font-size: 14px;
}

/* Stato selezionato (copre vari casi) */
.wpc-filters-section.wpc-filter-product_brand .wpc-term-item.wpc-term-selected a.wpc-filter-link,
.wpc-filters-section.wpc-filter-product_brand input[type="checkbox"]:checked + label a.wpc-filter-link{
  border-color: rgba(0,0,0,.40);
  box-shadow: 0 10px 26px rgba(0,0,0,.14);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px){
  .wpc-filters-section.wpc-filter-product_brand .wpc-term-image-wrapper{
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px){
  .wpc-filters-section.wpc-filter-product_brand .wpc-filters-ul-list{
    gap: 6px;
    padding: 5px 0 20px;
  }
  .wpc-filters-section.wpc-filter-product_brand .wpc-term-image-wrapper{
    width: 99px;
    height: 99px;
  }
  .wpc-filters-section.wpc-filter-product_brand a.wpc-filter-link{
    padding: 6px;
    border-radius: 9px;
  }
}

/* =========================================================
   PRODUCT_CAT – Checkbox + toggle “+” + layout orizzontale (desktop+mobile)
   ========================================================= */

/* Riga GENITORI (orizzontale scroll) */
.wpc-filters-section.wpc-filter-product_cat .wpc-filters-ul-list{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:10px !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  -webkit-overflow-scrolling:touch;
  padding:6px 2px 10px !important;
  margin:0 !important;
  list-style:none !important;
  scrollbar-width:thin;
}

.wpc-filters-section.wpc-filter-product_cat .wpc-filters-ul-list::-webkit-scrollbar{ height:6px; }
.wpc-filters-section.wpc-filter-product_cat .wpc-filters-ul-list::-webkit-scrollbar-thumb{
  background:rgba(0,0,0,.18);
  border-radius:999px;
}

/* Ogni LI genitore */
.wpc-filters-section.wpc-filter-product_cat .wpc-term-item{
  flex:0 0 auto !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  position:relative !important;
}

/* Checkbox nascosto (stile chip via link) */
.wpc-filters-section.wpc-filter-product_cat input[type="checkbox"]{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Reset wrapper/label */
.wpc-filters-section.wpc-filter-product_cat .wpc-term-item-content-wrapper,
.wpc-filters-section.wpc-filter-product_cat label{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
}

/* Chip GENITORE */
.wpc-filters-section.wpc-filter-product_cat a.wpc-filter-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  border:1px solid rgba(0,0,0,.14) !important;
  background:#fff !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:600 !important;
  color:#111 !important;
  white-space:nowrap !important;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}

.wpc-filters-section.wpc-filter-product_cat a.wpc-filter-link:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  border-color:rgba(0,0,0,.22);
}

/* Selected */
.wpc-filters-section.wpc-filter-product_cat .wpc-term-item.wpc-term-selected > .wpc-term-item-content-wrapper a.wpc-filter-link,
.wpc-filters-section.wpc-filter-product_cat input[type="checkbox"]:checked + label a.wpc-filter-link{
  border-color:rgba(0,0,0,.40) !important;
  box-shadow:0 10px 26px rgba(0,0,0,.12) !important;
}

/* Toggle “+” (icona del plugin) */
.wpc-filters-section.wpc-filter-product_cat .wpc-toggle-children-list{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  opacity:.6;
  cursor:pointer;
}

/* CHILDREN: seconda riga (nascosti finché il plugin non apre) */
.wpc-filters-section.wpc-filter-product_cat .wpc-term-item > ul.children{
  display:none !important;             /* default chiusi */
  margin:10px 0 0 0 !important;
  padding:10px 10px !important;
  list-style:none !important;

  /* look pannello soft */
  background:#f6f7f8;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;

  /* riga orizzontale scroll */
  gap:10px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}

/* scrollbar children */
.wpc-filters-section.wpc-filter-product_cat .wpc-term-item > ul.children::-webkit-scrollbar{ height:6px; }
.wpc-filters-section.wpc-filter-product_cat .wpc-term-item > ul.children::-webkit-scrollbar-thumb{
  background:rgba(0,0,0,.18);
  border-radius:999px;
}

/* Quando il plugin apre: mostra children */
.wpc-filters-section.wpc-filter-product_cat .wpc-term-item.wpc-opened > ul.children{
  display:flex !important;
  flex-wrap:nowrap !important;
}

/* Chip FIGLIO più compatto */
.wpc-filters-section.wpc-filter-product_cat .wpc-term-item > ul.children a.wpc-filter-link{
  padding:9px 12px !important;
  font-size:13px !important;
  border-color:rgba(0,0,0,.12) !important;
  box-shadow:none !important;
}

/* Mobile tweak */
@media (max-width: 767px){
  .wpc-filters-section.wpc-filter-product_cat .wpc-filters-ul-list{ gap:8px !important; }
  .wpc-filters-section.wpc-filter-product_cat a.wpc-filter-link{ padding:9px 12px !important; font-size:13px !important; }
  .wpc-filters-section.wpc-filter-product_cat .wpc-term-item > ul.children{
    padding:10px 8px !important;
    border-radius:12px !important;
    gap:8px !important;
  }
}



/*--------------- filtro brand home page Filter Everything Pro ---*/
/* =========================================================
   DM BRAND STRIP (HOME) – UI ESSENZIALE / NO CARD / NO OMBRA
   Solo .dm-brand-strip* (non tocca i filtri del plugin)
   ========================================================= */
/* =========================================================
   DM BRAND STRIP (HOME) – COERENTE CON I BRAND DELLO SHOP
   Card soft + bordo leggero + hover minimo (no underline)
   Solo .dm-brand-strip*
   ========================================================= */

.dm-brand-strip{ width:100%; }

.dm-brand-strip__list{
  display:flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 2px 12px;
  margin: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.dm-brand-strip__list::-webkit-scrollbar{ height: 6px; }
.dm-brand-strip__list::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.18);
  border-radius: 999px;
}

.dm-brand-strip__item{ flex: 0 0 auto; }

/* Card simile allo shop (ma più compatta) */
.dm-brand-strip__link{
  display:flex;
  align-items:center;
  justify-content:center;

  width: 130px;
  height: 130px;

  background:#fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;

  box-shadow: 0 6px 18px rgba(0,0,0,.05);

  text-decoration:none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}


.elementor-shortcode .product-brand-logo img{
 /* width: 130px !important;
  height: 130px !important;*/
  object-fit: contain !important;
  display: block;
  /* se vuoi, riduci anche il padding che avevi */
  padding: 8px !important;
  box-sizing: border-box;
	
}


.dm-brand-strip__link:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.dm-brand-strip__img{
  width: auto !important;      /* non forzare 82% */
  height: auto !important;
  max-width: 90% !important;   /* margine interno coerente */
  max-height: 90% !important;  /* evita loghi troppo alti */
  object-fit: contain !important;
  display: block;
}

/* Se qualche brand non ha immagine */
.dm-brand-strip__text{
  font-weight: 600;
  font-size: 14px;
  color: #111;
  padding: 0 10px;
  text-align: center;
}

/* Mobile */
@media (max-width: 767px){
  .dm-brand-strip__list{ gap: 8px; padding: 6px 2px 10px; }
  .dm-brand-strip__link{ width: 112px; height: 60px; border-radius: 12px; }
}

/* =========================================================
   SINGLE PRODUCT – brand logo da shortcode [product_brand]
   Forza box 200x200 + contain + border + radius
   ========================================================= */

.single-product .elementor-shortcode a[href*="/marchio/"]{
  width: 200px;
  height: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-product .elementor-shortcode a[href*="/marchio/"] img{
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain !important;
  background: #fff;
  /*border: 1px solid rgba(0,0,0,.12);
  border-radius: 18px;*/
  padding: 14px;
  box-sizing: border-box;
}
/* =========================================================
   FIX centratura loghi brand (Filter Everything Pro)
   ========================================================= */

/* togliamo effetti baseline/line-height e rendiamo la card un vero contenitore */
.wpc-filters-section.wpc-filter-product_brand a.wpc-filter-link{
  line-height: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;                 /* IMPORTANT: elimina offset del padding */
}

/* spostiamo l’area clic sul wrapper immagine */
.wpc-filters-section.wpc-filter-product_brand .wpc-term-image-wrapper{
  width: 120px;
  height: 120px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 6px !important;                /* rimpiazza il padding che avevi sull’<a> */
}

/* img: evita spazi “strani” */
.wpc-filters-section.wpc-filter-product_brand .wpc-term-image-wrapper img{
  display: block !important;
  margin: 0 auto !important;
}




/* =========================================================
   STEP 1 LANDING — HEADER PREVENTIVO DESKTOP
   ========================================================= */

.elementor-element-4bc79ea .elementor-icon-box-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 10px;
    min-height: 54px;
    box-sizing: border-box;
    white-space: nowrap;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.25s ease;
}

.elementor-element-4bc79ea .elementor-icon-box-wrapper:hover {
    background: #f8f8f8;
    border-color: #bfbfbf;
}

.elementor-element-4bc79ea .elementor-icon-box-icon {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.elementor-element-4bc79ea .elementor-icon-box-icon .elementor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-element-4bc79ea .elementor-icon-box-icon svg {
    width: 38px;
    height: 38px;
    fill: #111 !important;
}

.elementor-element-4bc79ea .elementor-icon-box-content {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    margin: 0 !important;
    min-width: 0;
}

.elementor-element-4bc79ea .elementor-icon-box-title {
    margin: 0 !important;
    line-height: 1 !important;
    display: block !important;
}

.elementor-element-4bc79ea .elementor-icon-box-title > span,
.elementor-element-4bc79ea .elementor-icon-box-title span {
    display: block !important;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #111;
}

.elementor-element-4bc79ea .elementor-icon-box-title br,
.elementor-element-4bc79ea .testo-11 {
    display: none !important;
}

.elementor-element-4bc79ea .ywraq_number_items {
    margin: 0 !important;
    display: block !important;
    line-height: 1;
}

.elementor-element-4bc79ea .ywraq_number_items a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

.elementor-element-4bc79ea .ywraq_number_items a span {
    display: none !important;
}

.elementor-element-4bc79ea .elementor-icon-box-description,
.elementor-element-4bc79ea .elementor-icon-box-content p {
   /* display: none !important;*/
    margin: 0 !important;
}

.elementor-element-4bc79ea a {
    text-decoration: none !important;
}

/* =========================================================
   STEP 1 LANDING — HEADER PREVENTIVO TABLET
   ========================================================= */

@media (max-width: 1024px) {
    .elementor-element-4bc79ea .elementor-icon-box-wrapper {
        min-height: 50px;
        padding: 8px 10px;
    }

    .elementor-element-4bc79ea .elementor-icon-box-icon svg {
        width: 28px;
        height: 28px;
    }

    .elementor-element-4bc79ea .elementor-icon-box-title > span,
    .elementor-element-4bc79ea .elementor-icon-box-title span {
        font-size: 14px;
    }
}

/* =========================================================
   STEP 1 LANDING — HEADER PREVENTIVO MOBILE
   ========================================================= */

@media (max-width: 767px) {
    .elementor-element-4bc79ea .elementor-icon-box-wrapper {
        gap: 6px;
        padding: 7px 8px;
        min-height: 44px;
        border-radius: 10px;
    }

    .elementor-element-4bc79ea .elementor-icon-box-icon svg {
        width: 22px;
        height: 22px;
    }

    .elementor-element-4bc79ea .elementor-icon-box-title > span,
    .elementor-element-4bc79ea .elementor-icon-box-title span {
        font-size: 12px;
    }

    .elementor-element-4bc79ea .ywraq_number_items a {
        min-width: 20px;
        height: 20px;
        font-size: 11px;
        padding: 0 5px;
    }
}

/* =========================================================
   STEP 1 LANDING — CONTENITORE CTA PREVENTIVO
   ========================================================= */

.yith-ywraq-add-to-quote,
.mw-quote-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
}

/* =========================================================
   STEP 1 LANDING — OVERRIDE FORTE BOTTONE YITH
   ========================================================= */

body.single-product a.add-request-quote-button.button[id^="p-"][id^="p-"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 52px;
    padding: 14px 26px !important;
    box-sizing: border-box;
    border-radius: 10px !important;
    border: 1px solid #111111 !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10) !important;
    transition: all 0.25s ease !important;
}

body.single-product a.add-request-quote-button.button[id^="p-"][id^="p-"]:hover {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border-color: #2a2a2a !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.14) !important;
}

body.single-product a.add-request-quote-button.button[id^="p-"][id^="p-"]:focus {
    outline: none !important;
    background: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
    box-shadow: 0 0 0 3px rgba(17,17,17,0.12) !important;
}

/* =========================================================
   STEP 1 LANDING — MESSAGGIO "PRODOTTO AGGIUNTO"
   ========================================================= */

.yith_ywraq_add_item_product_message {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    margin: 0 !important;
    border-radius: 8px;
    background: #eef7ef;
    border: 1px solid #cfe5d1;
    color: #1f5f2a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.yith_ywraq_add_item_product_message::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #1f5f2a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

/* =========================================================
   STEP 1 LANDING — LINK "VEDI PREVENTIVO"
   ========================================================= */

.yith_ywraq_add_item_browse_message {
    margin: 0 !important;
}

.yith_ywraq_add_item_browse_message a,
.mw-quote-cta .yith_ywraq_add_item_browse_message a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 10px;
    background: #111111;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.yith_ywraq_add_item_browse_message a:hover,
.mw-quote-cta .yith_ywraq_add_item_browse_message a:hover {
    background: #2a2a2a;
    color: #ffffff !important;
}

/* =========================================================
   STEP 1 LANDING — PULIZIA SPAZI E RISPOSTE
   ========================================================= */

.yith_ywraq_add_item_response_message {
    margin: 0 !important;
}

.yith-ywraq-add-to-quote .hide-when-removed {
    margin-bottom: 0 !important;
}

/* =========================================================
   STEP 1 LANDING — PREZZO PRINCIPALE + IVA SOTTO
   ========================================================= */

.elementor-element-62d4af4 .elementor-heading-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    line-height: 1.1;
}

.elementor-element-62d4af4 .woocommerce-Price-amount.amount {
    font-size: 38px;
    line-height: 1;
}

.elementor-element-62d4af4 .woocommerce-price-suffix {
    display: block;
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.2;
    color: #444444;
}

/* =========================================================
   STEP 1 LANDING — PREZZO E CTA MOBILE
   ========================================================= */

@media (max-width: 767px) {
    .elementor-element-62d4af4 .woocommerce-Price-amount.amount {
        font-size: 34px;
    }

    .elementor-element-62d4af4 .woocommerce-price-suffix {
        font-size: 16px;
    }

    body.single-product a.add-request-quote-button.button[id^="p-"][id^="p-"],
    .yith_ywraq_add_item_browse_message a,
    .mw-quote-cta .yith_ywraq_add_item_browse_message a {
        width: 100%;
        min-width: 100%;
    }

    body.single-product a.add-request-quote-button.button[id^="p-"][id^="p-"] {
        min-height: 48px;
        padding: 12px 18px !important;
        font-size: 16px !important;
        border-radius: 8px !important;
    }

    .yith_ywraq_add_item_product_message,
    .mw-quote-cta .yith_ywraq_add_item_product_message {
        width: 100%;
        font-size: 14px;
        padding: 10px 12px;
    }

    .yith_ywraq_add_item_browse_message a,
    .mw-quote-cta .yith_ywraq_add_item_browse_message a {
        min-height: 44px;
        font-size: 14px;
        border-radius: 8px;
    }
}


/* =========================================================
   STEP 1 LANDING - PAGINA RICHIEDI PREVENTIVO - WRAPPER
   ========================================================= */

body.page .woocommerce table.shop_table.ywraq-table-list,
body.page .ywraq-wrapper,
body.page .request-quote-layout {
    font-size: 16px;
}

body.page .woocommerce,
body.page .ywraq-wrapper {
    color: #111;
}

/* =========================================================
   STEP 1 LANDING - PAGINA RICHIEDI PREVENTIVO - LAYOUT GENERALE
   ========================================================= */

body.page .request-quote-layout,
body.page .ywraq-wrapper {
    max-width: 98%;
    margin: 0 auto;
}

body.page .ywraq-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
}

/* =========================================================
   STEP 1 LANDING - TITOLI SEZIONI
   ========================================================= */

body.page .ywraq-wrapper h3,
body.page .ywraq-wrapper h2,
body.page .ywraq-wrapper .form-row-wide > label,
body.page .ywraq-wrapper .ywraq-form-title {
    color: #111;
}

body.page .ywraq-wrapper h3,
body.page .ywraq-wrapper .ywraq-form-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 22px;
}

/* =========================================================
   STEP 1 LANDING - TABELLA PRODOTTI
   ========================================================= */

body.page .woocommerce table.shop_table.ywraq-table-list,
body.page .woocommerce table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

body.page .woocommerce table.shop_table thead th {
    background: #f7f7f7;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 14px;
    border-bottom: 1px solid #e7e7e7;
}

body.page .woocommerce table.shop_table td {
    padding: 18px 14px;
    vertical-align: middle;
    border-top: 1px solid #eeeeee;
    font-size: 15px;
}

body.page .woocommerce table.shop_table tr:first-child td {
    border-top: 0;
}

/* =========================================================
   STEP 1 LANDING - MINIATURE E NOME PRODOTTO
   ========================================================= */

body.page .woocommerce table.shop_table td.product-name a,
body.page .woocommerce table.shop_table td.product-name {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

body.page .woocommerce table.shop_table td.product-name a:hover {
    color: #444;
}

body.page .woocommerce table.shop_table img {
    border-radius: 8px;
}

/* =========================================================
   STEP 1 LANDING - PREZZI / TOTALE RIGA
   ========================================================= */

body.page .woocommerce table.shop_table td.product-price,
body.page .woocommerce table.shop_table td.product-subtotal,
body.page .woocommerce table.shop_table td.product-quantity {
    font-size: 15px;
    color: #111;
}

body.page .woocommerce table.shop_table .amount {
    font-weight: 500;
}

/* =========================================================
   STEP 1 LANDING - RIMUOVI PRODOTTO
   ========================================================= */

body.page .woocommerce table.shop_table a.remove {
    color: #8f2d2d !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    background: transparent !important;
}

body.page .woocommerce table.shop_table a.remove:hover {
    color: #b10000 !important;
    background: transparent !important;
}

/* =========================================================
   STEP 1 LANDING - TOTALE FINALE
   ========================================================= */

body.page .woocommerce table.shop_table tfoot th,
body.page .woocommerce table.shop_table tfoot td,
body.page .woocommerce table.shop_table .order-total th,
body.page .woocommerce table.shop_table .order-total td {
    background: #fafafa;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

body.page .woocommerce table.shop_table .order-total .amount,
body.page .woocommerce table.shop_table .cart-subtotal .amount {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

body.page .woocommerce table.shop_table small,
body.page .woocommerce table.shop_table .includes_tax {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

/* =========================================================
   STEP 1 LANDING - BOTTONI PAGINA PREVENTIVO
   ========================================================= */

body.page .woocommerce a.button,
body.page .woocommerce button.button,
body.page .woocommerce input.button,
body.page .ywraq-wrapper a.button,
body.page .ywraq-wrapper button,
body.page .ywraq-wrapper input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 10px !important;
    border: 1px solid #111 !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease;
}

body.page .woocommerce a.button:hover,
body.page .woocommerce button.button:hover,
body.page .woocommerce input.button:hover,
body.page .ywraq-wrapper a.button:hover,
body.page .ywraq-wrapper button:hover,
body.page .ywraq-wrapper input[type="submit"]:hover {
    background: #2a2a2a !important;
    border-color: #2a2a2a !important;
    color: #fff !important;
}

/* secondari */
body.page .woocommerce .button.alt,
body.page .ywraq-wrapper .button.alt {
    background: #ffffff !important;
    color: #111 !important;
    border: 1px solid #d8d8d8 !important;
}

body.page .woocommerce .button.alt:hover,
body.page .ywraq-wrapper .button.alt:hover {
    background: #f5f5f5 !important;
    border-color: #bdbdbd !important;
    color: #111 !important;
}

/* =========================================================
   STEP 1 LANDING - CAMPI FORM
   ========================================================= */

body.page .ywraq-wrapper input[type="text"],
body.page .ywraq-wrapper input[type="email"],
body.page .ywraq-wrapper input[type="tel"],
body.page .ywraq-wrapper textarea,
body.page .ywraq-wrapper select {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    background: #fff;
    color: #111;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

body.page .ywraq-wrapper textarea {
    min-height: 130px;
    resize: vertical;
}

body.page .ywraq-wrapper input:focus,
body.page .ywraq-wrapper textarea:focus,
body.page .ywraq-wrapper select:focus {
    border-color: #999;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/* =========================================================
   STEP 1 LANDING - LABEL FORM
   ========================================================= */

body.page .ywraq-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

body.page .ywraq-wrapper .required {
    color: #8f2d2d;
}

/* =========================================================
   STEP 1 LANDING - BLOCCO FORM DESTRA
   ========================================================= */

body.page .ywraq-wrapper .ywraq-form,
body.page .ywraq-wrapper .quote-request-form,
body.page .ywraq-wrapper .col2-set,
body.page .ywraq-wrapper .ywraq-form-container {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

/* =========================================================
   STEP 1 LANDING - BLOCCO TABELLA SINISTRA
   ========================================================= */

body.page .ywraq-wrapper .ywraq-table-list,
body.page .ywraq-wrapper .quote-list,
body.page .ywraq-wrapper .ywraq-content-table {
    background: transparent;
}

/* =========================================================
   STEP 1 LANDING - SPAZIATURE BOTTONI SOTTO TABELLA
   ========================================================= */

body.page .ywraq-wrapper .actions,
body.page .ywraq-wrapper .ywraq-actions,
body.page .woocommerce .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

/* =========================================================
   STEP 1 LANDING - PULSANTE INVIO RICHIESTA
   ========================================================= */

body.page .ywraq-wrapper input[type="submit"],
body.page .ywraq-wrapper button[type="submit"] {
    min-width: 240px;
}

/* =========================================================
   STEP 1 LANDING - MOBILE
   ========================================================= */

@media (max-width: 767px) {
    body.page .ywraq-wrapper {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    body.page .ywraq-wrapper h3,
    body.page .ywraq-wrapper .ywraq-form-title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    body.page .woocommerce table.shop_table,
    body.page .ywraq-wrapper .ywraq-form,
    body.page .ywraq-wrapper .quote-request-form,
    body.page .ywraq-wrapper .ywraq-form-container {
        border-radius: 10px;
    }

    body.page .woocommerce table.shop_table thead th,
    body.page .woocommerce table.shop_table td {
        padding: 12px 10px;
        font-size: 14px;
    }

    body.page .woocommerce table.shop_table .order-total .amount,
    body.page .woocommerce table.shop_table .cart-subtotal .amount {
        font-size: 24px;
    }

    body.page .ywraq-wrapper .ywraq-form,
    body.page .ywraq-wrapper .quote-request-form,
    body.page .ywraq-wrapper .ywraq-form-container {
        padding: 18px;
    }

    body.page .woocommerce a.button,
    body.page .woocommerce button.button,
    body.page .woocommerce input.button,
    body.page .ywraq-wrapper a.button,
    body.page .ywraq-wrapper button,
    body.page .ywraq-wrapper input[type="submit"] {
        width: 100%;
        min-width: 100%;
        min-height: 46px;
        font-size: 14px !important;
        padding: 12px 16px;
        border-radius: 8px !important;
    }

    body.page .ywraq-wrapper .actions,
    body.page .ywraq-wrapper .ywraq-actions,
    body.page .woocommerce .actions {
        flex-direction: column;
    }

    body.page .ywraq-wrapper input[type="text"],
    body.page .ywraq-wrapper input[type="email"],
    body.page .ywraq-wrapper input[type="tel"],
    body.page .ywraq-wrapper textarea,
    body.page .ywraq-wrapper select {
        min-height: 48px;
        font-size: 14px;
    }

    body.page .ywraq-wrapper textarea {
        min-height: 110px;
    }
}


/* =========================================================
   STEP 1 LANDING — GERARCHIA PULSANTI PAGINA PREVENTIVO
   Solo invio richiesta nero, tutti gli altri grigio chiaro
   ========================================================= */

/* pulsanti secondari */
body.page .woocommerce a.button,
body.page .woocommerce button.button,
body.page .woocommerce input.button,
body.page .ywraq-wrapper a.button,
body.page .ywraq-wrapper button,
body.page .ywraq-wrapper input[type="button"] {
    background: #f3f3f3 !important;
    color: #111 !important;
    border: 1px solid #d8d8d8 !important;
    box-shadow: none !important;
}

body.page .woocommerce a.button:hover,
body.page .woocommerce button.button:hover,
body.page .woocommerce input.button:hover,
body.page .ywraq-wrapper a.button:hover,
body.page .ywraq-wrapper button:hover,
body.page .ywraq-wrapper input[type="button"]:hover {
    background: #e9e9e9 !important;
    color: #111 !important;
    border-color: #c6c6c6 !important;
}

/* pulsante primario invio richiesta */
body.page .ywraq-wrapper input[type="submit"],
body.page .ywraq-wrapper button[type="submit"],
body.page .ywraq-wrapper .raq-send-request,
body.page .ywraq-wrapper .button.alt {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #111111 !important;
}

body.page .ywraq-wrapper input[type="submit"]:hover,
body.page .ywraq-wrapper button[type="submit"]:hover,
body.page .ywraq-wrapper .raq-send-request:hover,
body.page .ywraq-wrapper .button.alt:hover {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border-color: #2a2a2a !important;
}

/* =========================================================
   STEP 1 LANDING — FIX MOBILE WRAPPER AZIONI PREVENTIVO
   ========================================================= */

@media (max-width: 767px) {

    .update-list-wrapper {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .update-list-wrapper .after-table-right {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .update-list-wrapper .after-table-right .button,
    .update-list-wrapper input[type="submit"].button,
    .update-list-wrapper .button,
    .update-list-wrapper #ywraq-list-to-pdf,
    .update-list-wrapper .ywraq_clean_list {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 46px !important;
        padding: 12px 16px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        float: none !important;
    }
}


/* =========================================================
   HEADER PREVENTIVO MOBILE
   Nasconde testo e centra icona + badge
   ========================================================= */

@media (max-width: 767px) {

    /* contenitore */
    .elementor-element-4bc79ea .elementor-icon-box-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        padding: 5px !important;
        min-width: 48px !important;
        min-height: 48px !important;
    }

    /* contenuto testo */
    .elementor-element-4bc79ea .elementor-icon-box-content {
        display: contents !important;
    }

    /* nasconde la scritta Preventivo */
    .elementor-element-4bc79ea .elementor-icon-box-title,
    .elementor-element-4bc79ea .elementor-icon-box-title a,
    .elementor-element-4bc79ea .elementor-icon-box-description,
    .elementor-element-4bc79ea .elementor-icon-box-content > p:empty {
        display: none !important;
    }

    /* icona */
    .elementor-element-4bc79ea .elementor-icon-box-icon {
        position: relative !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .elementor-element-4bc79ea .elementor-icon-box-icon .elementor-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .elementor-element-4bc79ea .elementor-icon-box-icon svg {
        width: 26px !important;
        height: 26px !important;
    }

    /* badge numero */
    .elementor-element-4bc79ea .ywraq_number_items {
        position: absolute !important;
        right: -2px !important;
        bottom: 2px !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .elementor-element-4bc79ea .ywraq_number_items a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 18px !important;
        height: 18px !important;
        padding: 0 4px !important;
        border-radius: 999px !important;
        background: #111 !important;
        color: #fff !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
    }

    .elementor-element-4bc79ea .ywraq_number_items a span {
        display: none !important;
    }
}

/* =========================================================
   STEP 1 LANDING - STILE CONTENUTO PAGINA GRAZIE PREVENTIVO
   ========================================================= */

.mwg-quote-thankyou {
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 0 30px;
}

.mwg-quote-top {
    margin-bottom: 28px;
}

.mwg-quote-main-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.1;
    color: #111;
}

.mwg-quote-meta-row {
    margin-bottom: 10px;
    font-size: 18px;
    color: #111;
}

.mwg-quote-status {
    color: #b14f45;
}

.mwg-quote-products-box,
.mwg-quote-customer-box,
.mwg-quote-message-box {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.mwg-quote-products-box {
    margin-bottom: 28px;
}
.mwg-quote-box-title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.15;
    color: #111;
}
.mwg-quote-products-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mwg-quote-product {
    display: flex;
    align-items: center;
    gap: 18px;
}

.mwg-quote-product-image img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 10px;
}
.mwg-quote-product-title {
    font-size: 22px;
    line-height: 1.35;
    color: #111;
}
.mwg-quote-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.mwg-quote-customer-row {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5;
    color: #111;
}
.mwg-quote-customer-row:last-child {
    margin-bottom: 0;
}
.mwg-quote-message-box {
    background: #f3dddd;
    color: #a94b42;
}
.mwg-quote-message-box p:last-child {
    margin-bottom: 0;
}
.mwg-quote-alert,
.mwg-quote-empty {
    padding: 18px 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    color: #111;
}

@media (max-width: 767px) {
    .mwg-quote-main-title {
        font-size: 28px;
    }
    .mwg-quote-meta-row,
    .mwg-quote-customer-row,
    .mwg-quote-product-title {
        font-size: 16px;
    }
    .mwg-quote-box-title {
        font-size: 22px;
    }

    .mwg-quote-products-box,
    .mwg-quote-customer-box,
    .mwg-quote-message-box {
        padding: 18px;
        border-radius: 12px;
    }
    .mwg-quote-bottom-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .mwg-quote-product {
        align-items: flex-start;
    }
    .mwg-quote-product-image img {
        width: 74px;
        height: 74px;
    }
}
.ywraq-status-ywraq-new .ywraq-admin-message {
  background: #CAF6CE!important;
  color: #4C4B4B!important;
}



/*--------- SLIDER PAGINA PROMO --------------*/
/*-----------------------*/


/* =========================================================
   HOME PROMO SLIDER - CSS DEFINITIVO
   Effetto cornice turchese tipo reference, con testo che smargina
   Sito De Matteis - Elementor Loop Carousel
   ========================================================= */


/* =========================================================
   BADGE PROMO SU IMMAGINE
   ========================================================= */

.elementor-101146 .elementor-element-7800038 .promo-badge,
.elementor-101146 .elementor-element-7800038 .elementor-element-9f516b0 {
    width: 92px;
    height: 92px;
    border: 2px solid #1B252F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px 20px !important;
    padding: 0 !important;
    background: #ffffff;
    position: relative;
    z-index: 5;
    transform: rotate(-15deg);
    box-sizing: border-box;
}

.elementor-101146 .elementor-element-7800038 .promo-badge::after,
.elementor-101146 .elementor-element-7800038 .elementor-element-9f516b0::after {
    content: "";
    position: absolute;
    inset: 17px;
    border: 1px solid rgba(27, 37, 47, 0.25);
    border-radius: 50%;
    pointer-events: none;
}

.elementor-101146 .elementor-element-7800038 .promo-badge .elementor-heading-title,
.elementor-101146 .elementor-element-7800038 .elementor-element-9f516b0 .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #1B252F;

    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}


/* =========================================================
   COLONNA TESTO DESTRA
   ========================================================= */

.elementor-101146 .elementor-element-7800038 .promo-text-frame {
    position: relative !important;
    box-sizing: border-box !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    overflow: visible !important;
    padding: 34px 46px 0 46px !important;
    margin-left: clamp(20px, 2.5vw, 48px) !important;
    margin-right: 0 !important;
}


/* =========================================================
   CORNICE TURCHESE
   Il bordo è disegnato direttamente sul contenitore:
   niente ::before / ::after, così evitiamo conflitti.
   ========================================================= */

.elementor-101146 .elementor-element-7800038 .promo-frame-box {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;

    width: min(100%, 720px) !important;
    min-height: 320px !important;

    padding: 44px 40px 42px 50px !important;
    margin: 0 0 40px 0 !important;

    box-sizing: border-box !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: 2 !important;
    gap: 12px !important;

    background:
        linear-gradient(#000, #000) left top / 1px 100% no-repeat,
        linear-gradient(#000, #000) left top / 100% 1px no-repeat,
        linear-gradient(#000, #000) left bottom / 100% 1px no-repeat,
        linear-gradient(#000, #000) right top / 1px 20% no-repeat,
        linear-gradient(#000, #000) right bottom / 1px 20% no-repeat;
}

.elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element {
    position: relative !important;
    z-index: 2 !important;
}


/* =========================================================
   TITOLO NOVITA'
   Questo è l'effetto "smarginato" rispetto al bordo.
   ========================================================= */

.elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e {
    margin: 0px 0 2px 0px !important;
    padding: 0 !important;
    max-width: calc(100% + 120px) !important;
}

.elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e .elementor-heading-title,
.elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e .elementor-heading-title a {
    margin: 0 !important;
    padding: 0 !important;

    font-size: clamp(68px, 5vw, 90px) !important;
   
}


/* =========================================================
   TITOLO PRODOTTO
   Anche il titolo prodotto attraversa leggermente il bordo.
   ========================================================= */

.elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 {
    margin: 0 0 8px 0px !important;
    padding: 0 !important;
    width: auto !important;
    max-width: calc(100% + 140px) !important;
}

.elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 .elementor-heading-title,
.elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 .elementor-heading-title a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000000 !important;
    font-size: clamp(34px, 2.6vw, 48px) !important;
  
}


/* =========================================================
   LOGO BRAND DENTRO LA CORNICE
   ========================================================= */

.elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5092a66 {
    margin: 14px 0 0 0 !important;
    padding: 0 !important;
}

.elementor-101146 .elementor-element-7800038 .promo-frame-box .product-brand-logo img {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}


/* =========================================================
   DESCRIZIONE / PREZZO / CTA
   ========================================================= */

.elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-577efbe0 {
    max-width: 780px !important;
    margin-top: 4px !important;
    margin-bottom: 36px !important;
}

.elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-577efbe0 strong {
    font-weight: 600 !important;
}

.elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-9b774ca {
    align-items: center !important;
}

.elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-52e4a071 {
    margin-top: 30px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .elementor-101146 .elementor-element-7800038 .promo-text-frame {
        width: calc(100% - 56px) !important;
        margin: 28px auto 0 auto !important;
        padding: 28px 34px 0 34px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box {
        width: 100% !important;
        min-height: 300px !important;
        padding: 36px 60px 34px 54px !important;
        margin-bottom: 30px !important;
        gap: 10px !important;

        background:
            linear-gradient(#26AFC0, #26AFC0) left top / 3px 100% no-repeat,
            linear-gradient(#26AFC0, #26AFC0) left top / 100% 3px no-repeat,
            linear-gradient(#26AFC0, #26AFC0) left bottom / 100% 3px no-repeat,
            linear-gradient(#26AFC0, #26AFC0) right top / 3px 34% no-repeat,
            linear-gradient(#26AFC0, #26AFC0) right bottom / 3px 34% no-repeat;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e {
        margin: -4px 0 2px -56px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e .elementor-heading-title,
    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e .elementor-heading-title a {
        font-size: 60px !important;
        letter-spacing: -1.6px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 {
        margin: 0 0 8px -56px !important;
        max-width: calc(100% + 90px) !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 .elementor-heading-title,
    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 .elementor-heading-title a {
        font-size: 38px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box .product-brand-logo img {
        width: 82px !important;
        height: 82px !important;
    }
}


/* =========================================================
   MOBILE
   Sul mobile l'effetto resta, ma lo smarginamento è ridotto.
   ========================================================= */

@media (max-width: 767px) {

    .elementor-101146 .elementor-element-7800038 .promo-badge,
    .elementor-101146 .elementor-element-7800038 .elementor-element-9f516b0 {
        width: 68px;
        height: 68px;
        margin: 12px 0 16px 16px !important;
        transform: rotate(-12deg);
    }

    .elementor-101146 .elementor-element-7800038 .promo-badge::after,
    .elementor-101146 .elementor-element-7800038 .elementor-element-9f516b0::after {
        inset: 9px;
    }

    .elementor-101146 .elementor-element-7800038 .promo-badge .elementor-heading-title,
    .elementor-101146 .elementor-element-7800038 .elementor-element-9f516b0 .elementor-heading-title {
        font-size: 12px !important;
        letter-spacing: 0.2px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-text-frame {
        width: calc(100% - 28px) !important;
        margin: 22px auto 0 auto !important;
        padding: 20px 18px 0 18px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box {
        width: 100% !important;
        min-height: auto !important;
        padding: 24px 28px 24px 28px !important;
        margin-bottom: 24px !important;
        gap: 8px !important;

        background:
            linear-gradient(#26AFC0, #26AFC0) left top / 3px 100% no-repeat,
            linear-gradient(#26AFC0, #26AFC0) left top / 100% 3px no-repeat,
            linear-gradient(#26AFC0, #26AFC0) left bottom / 100% 3px no-repeat,
            linear-gradient(#26AFC0, #26AFC0) right top / 3px 28% no-repeat,
            linear-gradient(#26AFC0, #26AFC0) right bottom / 3px 28% no-repeat;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e {
        margin: 0 0 6px -10px !important;
        max-width: calc(100% + 20px) !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e .elementor-heading-title,
    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5303223e .elementor-heading-title a {
        font-size: 44px !important;
        line-height: 0.95em !important;
        letter-spacing: -1px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 {
        margin: 0 0 8px -10px !important;
        max-width: calc(100% + 20px) !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 .elementor-heading-title,
    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 .elementor-heading-title a {
        font-size: 25px !important;
        line-height: 1.03em !important;
        letter-spacing: -0.5px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-5092a66 {
        margin: 10px 0 0 0 !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box .product-brand-logo img {
        width: 72px !important;
        height: 72px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-577efbe0 {
        font-size: 15px !important;
        line-height: 1.35em !important;
        margin-bottom: 24px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-9b774ca {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        align-items: flex-start !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-30a1d889 .elementor-button {
        font-size: 15px !important;
        padding: 15px 26px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-52e4a071 {
        margin-top: 0 !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-text-frame .elementor-element-52e4a071 .elementor-button {
        font-size: 15px !important;
    }
}

/* =========================================================
   HOME PROMO SLIDER - FIX TITOLO PRODOTTO SU UNA RIGA
   ========================================================= */

@media (min-width: 1025px) {

    .elementor-101146 .elementor-element-7800038 .promo-frame-box {
        width: min(100%, 820px) !important;
        padding-right: 80px !important;
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 {
        width: max-content !important;
        max-width: none !important;
       
    }

    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 .elementor-heading-title,
    .elementor-101146 .elementor-element-7800038 .promo-frame-box > .elementor-element-4d85b27 .elementor-heading-title a {
        white-space: nowrap !important;
        font-size: clamp(32px, 2.35vw, 43px) !important;
        line-height: 1em !important;
    }
}
