/*  REGOLE CSS STANDARD  */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap');

:root {
  --special-font: 'Poppins', sans-serif;
}

.special-font {
  font-family: var(--special-font);
}
/*font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;*/


.col-md-6.col-description.d-flex.my-5.align-self-center {
  padding-top: 3rem !important;
}

.col-md-10.py-3.d-flex.justify-content-between.align-items-center.flex-lg-row.flex-column.pl-3 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.col-newsletter{

    margin-top:-12rem;
    margin-left: 5rem;
}

.navbar-brand.d-flex.align-items-center {
  padding-bottom: .5rem;
}

.footer-company-info {

    font-size: 14px;
}


.equal-div.no-invert {
  display: flex;
  align-items: center !important;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

/* CONTENUTO DELLA RICETTA */
.ricetta-contenuto {
    line-height: 1.6;
    font-size: 1rem;
    color: #333;
}

.ricetta-contenuto .titolo-ricetta {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.ricetta-contenuto .numero-persone {
    margin-bottom: 1rem;
    font-style: italic;
    color: #555;
}

.ricetta-contenuto ul.ingredienti-ricetta {
    list-style-type: disc !important;
    list-style: circle !important;
    padding-left: 1em;
    margin-bottom: 1.5rem;
}

.ricetta-contenuto li.ingredienti-ricetta {
    list-style-type: disc !important;
    list-style: circle !important;
    padding-left: 1em;
    margin-bottom: 1.5rem;
}

.come-preparare.mt-4 {
  padding-bottom: 2rem;
}

.ricetta-contenuto ul.ingredienti-ricetta li {
    margin-bottom: 0.7rem;
}

.ricetta-contenuto .titolo-procedimento {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.ricetta-contenuto ol.procedimento-ricetta {
    list-style-type: decimal !important;
    padding-left: 1em;
    margin-bottom: 1.5rem;
}

.ricetta-contenuto ol.procedimento-ricetta li {
    margin-bottom: 0.7rem;
}





/* Badge prodotto in evidenza */
.product-card {
  position: relative;
}

.logo {
  width: 170px;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #c00; /* colore brand */
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  line-height: 1;
}


/* ========================
   ACCORDION
======================== */

.modern-accordion .accordion-header {
    border-radius: 12px;
    background-color: transparent;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Quando l'accordion è aperto, il button interno ha aria-expanded="true" */
.modern-accordion .accordion-header .accordion-button[aria-expanded="true"] {
    background-color: #cc2136;
    color: #fff; 
    padding-top: 25px;
}

/* Assicuriamoci che l'H2 prenda l'effetto */
.modern-accordion .accordion-header .accordion-button[aria-expanded="true"]::before {
    background-color: #cc2136;
}


/* HEADER APERTO: sfondo rosso esteso anche all'H2 */
.modern-accordion .accordion-header.active-header {
    background-color: #cc2136;
    border-radius: 12px 12px 0 0;
    transition: background 0.3s ease;
}

/* Il button dentro mantiene colore bianco */
.modern-accordion .accordion-header.active-header .accordion-button {
    background: transparent; /* lascia il rosso dell'h2 visibile */
    color: #fff;
    box-shadow: none;
}

.modern-accordion .accordion-item {
    border: 1px solid rgba(204, 33, 54, 0.5);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.modern-accordion .accordion-header {
    width: 100%;
}

.modern-accordion .accordion-button {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}

.modern-accordion .accordion-button::after {
    transition: transform 0.3s ease;
}

.modern-accordion .accordion-button.collapsed::after {
    transform: rotate(0deg);
}

.modern-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* STILE PER HEADER APERTO */
.modern-accordion .accordion-button:not(.collapsed) {
    background-color: #cc2136;
    color: #fff;
    box-shadow: 0 8px 20px rgba(204, 33, 54, 0.3);
}

/* TESTO DELL’ACCORDION */
.modern-accordion .accordion-body {
    padding: 1.5rem 1.25rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #222; /* più scuro */
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(204, 33, 54, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(3px);
}

.producer-box {
    display: flex;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 3px solid #cc2136;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.producer-box__content {
    min-width: 0;
    width: 100%;
}

.producer-box__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.producer-box__eyebrow {
    font-family: 'Poppins', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #cc2136;
}

.producer-box--standalone {
    max-width: 820px;
}

.ricette{

    margin-top: 3rem !important;
}


@media (max-width: 768px) {
    .modern-accordion .accordion-button {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }

   .contatti-mob, .mob-ricette{

    padding-top: 0px !important;
    margin-top: 0px !important;
   } 

    .col-newsletter{

    margin-top:3rem !important;
    margin-left:0px !important;
}

    .modern-accordion .accordion-body {
        font-size: 0.95rem;
        padding: 1rem;
    }

    .producer-box {
        padding: 0.9rem 0.9rem;
    }

    .producer-box__text {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .producer-box__eyebrow {
        font-size: 0.62rem;
    }

    .prodotto-mob{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    }

  .prodotto-dettagli-mob {
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion-mob{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.col-md-6.map-iframe {
  padding-right: 0px !important;
}
}



/* ========================
  RICORRENZE
======================== */

.ricorrenze-filters .btn-ricorrenza {
    display: inline-block;
    border: 1px solid #cc2136;
    background-color: transparent;
    color: black;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 10px 20px;
    margin: 0 5px 5px 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s linear;
}

.ricorrenze-filters .btn-ricorrenza:hover,
.ricorrenze-filters .btn-ricorrenza.active {
    background-color: #cc2136;
    color: #fff;
}


/* =========================
   BOX PRODOTTI (coerenti)
========================= */

.archive-ricorrenze .product-card {
    cursor: pointer;
}

.archive-ricorrenze .product-image {
    width: 100%;
  height: 420px;
    background-size: cover;
    background-position: center;
}

.product-grammatura {
  font-size: 2.2rem;
  color: #00000082;
}

/* Mobile */
@media (max-width: 767px) {
    .archive-ricorrenze .product-image {
        height: 200px;
    }
}

.recipe-image{

    width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.news-image{

    width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
/* Altezza ridotta dei box delle ricette solo nella pagina Ricette */
.page-ricette .col-designer {
    min-height: 300px; /* altezza minima più bassa dei box */
}

/* Assicura che l'immagine di sfondo si adatti correttamente al nuovo box */
.page-ricette .product-card .product-image {
    height: 180px; 
    background-size: cover;
    background-position: center;
}

/* Eventuale allineamento verticale del contenuto */
.page-ricette .product-card .product-content {
    padding: 22px 22px 26px;
}

/* ===== EMPTY PRODOTTI ===== */

.empty-products {
    max-width: 620px;
    margin: 0 auto;
    color: #333;
}

.empty-products h2 {
    font-size: 2.2rem;
    color: #cc2136;
}

.empty-products p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.special-font.mb-3.text-center {
  margin-bottom: 2rem !important;
  margin-top: 1rem !important;
}

.btn.btn-primary.btn-scopri.mx-auto {
  background-color: transparent;
  border: 1px solid #cc2136;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px;
  width: 60%;
  left: 0;
  color: black;
}

.btn.btn-primary.btn-scopri.mx-auto:hover {
background-color: #cc2136;
  color: #fff;

}

.empty-products .divider {
    display: block;
    width: 80px;
    height: 2px;
    background: #cc2136;
    margin: 30px auto 0;
    opacity: .6;
}


/* ===== PRODOTTI CARD ===== */

.product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-card {
    height: 420px;
    transition: transform .35s ease, box-shadow .35s ease;
    cursor: pointer;
    position: relative;
}

.product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    transition: background .35s ease;
}

.product-card:hover::before {
    background: rgba(0, 0, 0, 0.04);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
}

.product-card .text-info {
    position: relative;
    z-index: 2;
}

.product-card .underline {
    display: inline-block;
    margin-top: 10px;
}


.product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .35s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}


.product-image {
    width: 100%;
    height: 420px; /* immagini alte come prima */
    background-size: cover;
    background-position: center;
}


@media (max-width: 767px) {
  .page-template-template-prodotti .product-image {
    height: clamp(280px, 35vw, 280px);
  }
}


/* contenuto */
.product-content {
    padding: 22px 22px 26px;
    text-align: left;
}

.product-title {
    font-family: var(--special-font);
    font-size: 1.35rem;
    margin-bottom: 14px;
    color: #222;
}

.product-link {
    display: inline-block;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #cc2136;
    position: relative;
}

.product-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #cc2136;
    transition: transform .3s ease;
    transform-origin: left;
}

.product-link:hover::after {
    transform: scaleX(0);
}

/*.col-news {
    position: relative;
    overflow: hidden;
}*/

.col-news .image-square {
    position: relative;
}

.col-news .image-square img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.col-news:hover .image-square img {
    transform: scale(1.05); /* leggero zoom al passaggio */
}

/* Overlay sfumato solo nella parte bassa */
.col-news .image-square::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* altezza overlay sfumata */
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); /* da scuro a trasparente */
    z-index: 1;
}

/* Testo sopra overlay */
.col-news .text-center {
    position: absolute;
    bottom: 20px; /* aumenta la distanza dal bordo inferiore */
    left: 20px;   /* distanza dal lato sinistro */
    right: 20px;  /* distanza dal lato destro */
    color: #fff;
    z-index: 2;
    padding: 10px; /* padding interno */
}

body .navbar .navbar-brand > img:nth-child(1) {
    filter: none !important;
}


.chisiamo{
    width: 20%;
      filter: invert(1);

}
header.navwhite .icon-nav img, header.navwhite .navbar-brand img {
  -webkit-filter: contrast(1) invert(1);
  filter: contrast(1) invert(1) !important;
}

.icon-nav img{-webkit-filter: none;
  filter: none !important;}

* {
	white-space: normal;
    word-wrap: break-word;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body, html {
    /*height: 100%;*/
    position: relative;
    /*font-family: 'Mulish', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: #4c4948;
}

.poppins-font {font-family: 'Poppins', sans-serif;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure, footer,.header,hgroup,menu,nav,section{display:block;}

.navbar-nav {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline-style: none;
    box-shadow: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	font-size: 100%;
}

strong{font-weight:bold;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

a {
    color: inherit;
}

a:hover {
	color: inherit;
    text-decoration: none;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

@media(max-width: 1025px){
    h1 {
        font-size: 38px;
    }
}

/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI COSTANTI             ------------------ */
/* ----------------------------------------------------------------------------- */

.h1 {
    font-size: 56px;
}

.h3 {
    font-size: 26px !important;
}

@media(max-width: 1024px){
	h3 {
		font-size: 26px;
	}
}

@media(max-width: 767px){
	h2 {
    	font-size: 32px;
	}

    .h100vh {
  min-height: 20% !important;
}

 .navbar-brand.d-flex.align-items-center {
  width: 30% !important;
}
}

@media(max-width: 576px){

	h1 {
        font-size: 32px;
    }

    .h1 {
        font-size: 40px;
    }

    .h3 {
        font-size: 30px;
    }

    h2 {
    	font-size: 34px;
	}

    h3 {
    	font-size: 24px;
	}
}

@media(max-width: 480px){
	h2 {
    	font-size: 24px;
	}
}

.nowrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uppercase { text-transform: uppercase; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #cc2136;
    text-decoration: none;
}

.relative {
	position: relative;
}
.background-red { background-color: #cc2136 !important; }
.background-black { background-color: #000 !important; }
.background-blacklight { background-color: #1b1d1f !important; }
.background-grey { background-color: #f7f7f7 !important; }

.color-white { color: #fff !important; }
.color-grey { color: #b7b7b3 !important; }
.color-red {color: #cc2136 !important;}
.small, .small a {
    font-size: 12px;
    font-weight: 400;
}

.underline { text-decoration: underline !important; }

.background-cover-center {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-cover-product {
	background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

/* .single-designer .background-cover-center  {
    background-position: top center;
} */

.background-cover-top {
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.background-cover-right {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.background-image--square {
    display: inline-block;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    padding-top: 100%;
}

.image-square {
	width: 100%;
	position: relative;
	overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.image-square.crop-sm {
    padding-bottom: 70%;
    min-height: 300px;
}

/* .image-square:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
} */

.image-square > img {
	position: absolute;
	top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ratio_box {
	padding-top: 56.25%;
    position: relative;
}

.ratio_box .ratio_box_abs {
	position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    z-index: 10;
}

.swiper-container {
	width: 100%;
  	/*height: 100%;*/
}

.swiper-slide.flex {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;

}

.swiper-arrow-next, .swiper-arrow-prev {
    position: absolute;
    top: 50%;
    z-index: 900;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
/*    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;*/
}

.swiper-arrow-next {
    right: 10px;
    left: auto;
}
.swiper-arrow-prev {
	left: 10px;
    right: auto;
}

.swiper-arrow-next.swiper-button-disabled, 
.swiper-arrow-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-slide--link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.7;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.icon-brightness {
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
}

.no-paddings { padding:0px; }

/* mie colonne */

[class*="custom-col--"]{
    margin: 0.5%;
    flex: 0 0 0;
}

.custom-col--3 {
    flex-basis: 32.333333%;
    -ms-flex-basis: 32.333333%;
    min-width: 32.333333%;
}

.custom-col--2 {
    flex-basis: 49%;
    -ms-flex-basis: 49%;
    min-width: 49%;
}


.custom-col--4 {
    flex-basis: 24%;
    -ms-flex-basis: 24%;
    min-width: 24%;
}

.custom-col--5 {
    flex-basis: 19%;
    -ms-flex-basis: 19%;
    min-width: 19%;
}

.custom-col--auto {
    flex:1;
    min-width: 32.333333%;
}

.no_paddings {
    padding: 0px;
}

@media(max-width: 1024px){

    .custom-col--4, .custom-col--5 {
        flex-basis: 32.33333%;
        -ms-flex-basis: 32.33333%;
        min-width: 32.33333%;
    }
}

@media(max-width: 768px){

    .custom-col--3, .custom-col--4, .custom-col--5 {
        flex-basis: 49%;
        -ms-flex-basis: 49%;
        min-width: 49%;
    }

    .single-ricetta {
    min-height:400px !important;
    margin-right:15px !important;
    margin-left:30px !important;
    margin-bottom: 1rem !important;
}

.col-md-6.col-description.d-flex.my-5.align-self-center {
  margin-top: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}
.padd-nav {
  padding-top: 0px !important;
}
.ricette {
  margin-top: 0px !important;
}

.col-md-6.col-description.d-flex.my-5.align-self-center.mob-ricette.contatti-mob {
  padding-right: 0px !important;
  margin-bottom: 1rem !important;
}
}

@media(max-width: 578px){

    .custom-col--2, .custom-col--3, .custom-col--4, .custom-col--5 {
        flex-basis: 99%;
        -ms-flex-basis: 99%;
        min-width: 99%;
    }

	.table td {
	    font-size: 14px;
	}
}

.bold {
    font-weight: bolder !important;
}

.light {
	font-weight: 300;
}

.medium {
	font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.italic, em {
	font-style: italic;
}

.overflow {
    overflow: hidden;
}

.wrapperVideo {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    margin-bottom: -6px;
}

.wrapperVideo > iframe, .wrapperVideo > video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox-overlay {
    background-color: rgba(0,0,0,0.7);
}

.fancybox-skin {
    background: transparent !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px !important;
}

/* clear fix */

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

/* ui group */

.ui-group {
  display: inline-block;
}

/* ----------------------------------------------------------------------------- */
/* ------------------        CLASSI BOOTSTRAP MODIFICATE      ------------------ */
/* ----------------------------------------------------------------------------- */

/*
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
*/

.btn,
.dropdown-menu, 
.no__border-radius {
    border-radius: 0px !important;
    -webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(255, 255, 255, 0.1);
  outline: 0 none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

button {
    background-color: transparent;
}

.btn-block, .general-content .wp-block-buttons a {
	font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    margin: 5px 0px;
    letter-spacing: 0.04em;
    position: relative;
    white-space: nowrap;
    width: auto;
    font-family: 'Poppins';

    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    transition: 100ms all linear;
}

.btn-block.red, .general-content .wp-block-buttons a {
  color: #fff;
  border: 1px solid #cc2136;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px;
  width: 38%;
  left: 0;
  border-radius: 0px !important;
  background-color: #cc2136;
}

.btn-arrow {
	font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-right: 60px !important;
    display: inline-block;
    letter-spacing: 0.02em;
    position: relative;
    white-space: nowrap;

    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    transition: 100ms all linear;
}

.btn-circle {
    background-color: #cc2136;
    border: 2px solid #cc2136;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    color: #fff;
    line-height: 55px;
}

.btn-circle:hover {
    background-color: transparent;
}

.btn-scroll {
	cursor: pointer;
}

a:not([href]) {
    /*color: inherit !important;*/
    text-decoration: none;
}

@media(max-width: 767px){
    .btn-block, .btn-arrow {
        font-size: 12px;
    }
}

@media(max-width: 567px){
    .btn-circle {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .btn-block, .general-content .wp-block-buttons a {
        font-size: 10px !important;
        width: 80% !important;
    }
}

/* ----------------------------------------------------------------------------- */
/* ------------------                CLASSI FORM              ------------------ */
/* ----------------------------------------------------------------------------- */

.standard-form form {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.wpcf7-form label {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    /*font-size: 12px;*/
    /*color: #14233a;*/
}

.wpcf7-form input {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 1px solid #4c4948;
    padding: 0px 10px;
    margin: 5px 0px;
    /*-webkit-appearance: none;*/
    border-radius: 0 !important;
    font-size: 12px;
}

.wpcf7-form input[type="file"] {
    border: 0px solid #4c4948;
    padding: 0px 0px;
    margin: 5px 0px;
}

.wpcf7-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #4c4948;
    height: 120px;
    /*color: #14233a;*/
    padding: 10px;
    margin: 5px 0px;
    border-radius: 0 !important;
    resize: none;
    margin-bottom: 15px;
        font-size: 12px;
}

.wpcf7-form select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #4c4948;
    height: 40px;
    /*color: #14233a;*/
    padding: 0px 10px;
    /*background: rgba(0,0,0,1);*/
    -webkit-appearance:none;
    margin: 5px 0px;
}

.wpcf7-form .col-check {
    margin-top: 30px;
}

.wpcf7-form .col-check .wpcf7-list-item label {
    margin-top: 0px;
    margin-bottom: 0px;
}

::-webkit-input-placeholder { /* Edge */
  color: #777777;
  font-family: 'Poppins', sans-serif;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777777;
    font-family: 'Poppins', sans-serif;
    opacity: 1; /* Firefox */
}

.wpcf7-form .check {
    margin: 10px 0px;
    text-align: left;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0px !important;
}

.wpcf7-form .check label {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wpcf7-form input[type="checkbox"], .woocommerce-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0px 10px 0px 0px;
    /* flex: 0 0 13px; */
    /* -webkit-appearance: none; */
    border: 1px solid;
    padding: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}


.wpcf7-form input[type="submit"] {
  color: #fff;
  border: 1px solid #cc2136;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px;
  width: 38%;
  left: 0;
  border-radius: 0px !important;
  background-color: #cc2136;
}

.wpcf7-form input[type="submit"]:hover {
    color: #fff;
    background-color: #a0bcc0;
    text-decoration: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    display: grid;
    position: absolute;
    width: 100%;
    right: 0;
    text-align: right;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px 0px 35px;
    padding: 0.2em 1em;
    border: 0;
    text-align: center;
    width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #237ae4;
    font-weight: 500;
}

.wpcf7-form .btn-group-submit {
    border: 1px solid #222222;
        width: 200px;
    margin: auto;
}

#success_nl {
    font-size: 20px;
    text-align: center;
}

@media(max-width: 567px){
    .wpcf7-form label {
        font-size: 13px;
    }
}


/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI VARIABILI            ------------------ */
/* ----------------------------------------------------------------------------- */

body > * {
	
}

.font-text--primary, p, a, li {
	font-size: 15px;	
}

.fz20 {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.fz18, .fz18 > p {
    font-size: 18px;
}

.h2 {
	font-size: 50px;
}

.fz40 {
	font-size: 40px;
}

.fz14 {
    font-size: 14px !important;
}

button, .whatsapp_btn {
	cursor: pointer;
}

@media(max-width: 1024px){
	.font-text--primary, p, a, li {
    	font-size: 16px;
	}

    .h2 {
        font-size: 42px;
    }
}

@media(max-width: 567px){
    .fz20 {
        font-size: 16px;
    }
    
	.fz18, .fz18 > p {
    	font-size: 16px;
	}
	
	.font-text--primary, p, a, li {
    	font-size: 14px;
	}

	.fz40 {
    	font-size: 26px;
	}

    .h2 {
        font-size: 30px;
    }
}

@media(max-width: 420px){
    .fz40 {
        font-size: 24px;
    }

    .h2 {
        font-size: 23px;
    }
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.overlay-before:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.zIndex10 {
    position: relative;
    z-index: 100;
}

@media(max-width: 767px){
	.fz24 {
    	font-size: 20px;
	}
}

@media(max-width: 567px){
	.fz24 {
    	font-size: 18px;
	}
}


/*nav*/

.padd-nav {
    padding-top: 70px;
}

header li.li-search,
header li.li-login,
header li.li-social,
.lang{
    list-style: none;
}

header .li-social--mb {
    display: none !important;
}

header li.li-login,
header li.li-social {
    position: relative !important;
}

header li.li-search a:after,
header li.li-login a:after,
header li.li-social a:after {
    display: none;
}

header li.li-social a.icon_first {
    /* width: 20px; */
    margin: 0px 0px 0px 20px;
}

header li.li-search .dropdown-menu {
    right: 0;
    left: 0;
    padding: 30px 30px;
    margin: 0px;
    background-color: #1b1d1f;
    width: 100%;
    border: 0px;
}

header li.li-login .dropdown-menu a {
    color: #b7b7b3 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 7px 0px !important;
}

header li.li-login .dropdown-menu a:hover {
    color: #fff !important;
}

header li.li-login .dropdown-menu,
header li.li-social .dropdown-menu  {
    right: 0;
    left: auto;
    background-color: #1b1d1f;
    border: 0px;
    padding: 20px 15px;
    margin-top: 26px;
}

header li.li-search form.formnav-search {
    width: 600px;
    max-width: 90%;
    margin: auto;
}

header li.li-search form.formnav-search input {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px;
    width: 100%;
    height: 45px;
    cursor: pointer;
    border-radius: 0px;
    color: #fff;
}

header li.li-search form.formnav-search input.btn-search {
    background-color: #fff !important;
    width: 100px !important;
    color: #000 !important;
    font-size: 12px;
    height: 45px;
    border-radius: 0px;
}

header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}


header.fixed.navdark {
    background-color: #fff;
}

header.navwhite .navbar li > a,
header.navwhite .icon-nav .lang {
    color: #fff;
}

header.navdark .navbar li > a,
header.navdark .icon-nav .lang {
    color: #000;
}

header.navdark .navbar {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

header.scrolltop.navdark {
    background-color: #fff;
}

header.scrolltop {
    animation: scrolltopNav 800ms ease-in-out forwards;
    -webkit-animation: scrolltopNav 800ms ease-in-out forwards;
}

@-webkit-keyframes scrolltopNav {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        /*background-color: #fff;*/
    }
}

@keyframes scrolltopNav {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        /*background-color: #fff;*/
    }
}

header.navwhite .navbar {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

header.navwhite .navbar .border-left {
    border-left: 1px solid rgba(255,255,255,0.3) !important;
}

header.navdark .navbar .border-left {
    border-left: 1px solid rgba(0,0,0,0.3) !important;
}



header .icon-nav .lang select {
    background-color: transparent;
}

header .count-cart {
    position: absolute;
    background-color: #000;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    top: -7px;
    right: -8px;
}

.navbar .nav-item > a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 0px 12px !important;
}

.navbar {
    padding: 0px 30px;
    height: 150px;
}

.navbar .border-left {
    padding-left: 20px;
}

.navbar .navbar-brand {
    height: 100%;
}

.navbar .navbar-brand img {
width: 95px;
}

.navbar .equal-div {
    flex-grow: 1;
    flex-basis: 0;
    height: 100%;
}

.navbar-collapse.equal-div {
    flex-grow: 2 !important;
}

.navbar .icon-nav img {
    width: 20px;
    margin: 0px 0px 0px 15px;
}

header .navbar-toggler span {
    height: 2px;
    width: 25px;
    display: block;
    margin: 4px;
    background-color: #fff;
    transition: all 300ms linear;
}


.page-template-template-news header.fixed .navbar {
    padding-left: 16px;
    padding-right: 16px;
}

.page-template-template-news .head {
    margin-top: 0 !important;
}

.page-template-template-news {
    overflow-x: hidden;
}



header.navdark .navbar-toggler span {
    background-color: #cc2136;
}

.li-social--mb > ul:nth-child(1) {
  list-style: none !important;
}

header.navwhite .navbar-toggler span {
    background-color: #cc2136;
}

.navdark {
    background-color: #fff;
    color:black;
}

header.navwhite .icon-nav img,
header.navwhite .navbar-brand img {
    -webkit-filter: none;
    filter: none;
}

header .navbar-toggler.closeNav span.first {
    transform: rotate(45deg) translate(2px, 2px);
}

header .navbar-toggler.closeNav span.second {
    display: none;
}

header .navbar-toggler.closeNav span.third {
    transform: rotate(-45deg) translate(2px, -2px);
}

/**/

.navbar-nav .dropdown-menu {
    position: absolute;
    /*top: 0px;*/
    width: 33.3333%;
    left: 0;
    min-width: 200px;
    background-color: #303133;
    border: 0px;
    padding: 30px 15px;
    margin:0px;
    z-index: 9999;
    box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.4);

    /* overflow-y: scroll;
    max-height: 90vh; */
}

.navbar-nav .dropdown-menu::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background: #303133;
    border-radius: 0px;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar-track {
    background: #303133;
    border-radius: 0px;
    box-shadow: inset 7px 10px 12px #333;
}

@media(min-width:992px) and (max-height:600px){
    .navbar-nav .dropdown-menu {
        padding: 10px 15px;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 10px !important;
    }

    .navbar-nav .dropdown-menu .tit {
        font-size: 16px !important;
    }

    .navbar-nav .dropdown-menu li {
        margin-bottom: 2px !important;
        margin-top: 2px !important;
        padding: 2px 10px 2px 0px !important;
    }
}

@media(min-width: 992px){

    .navbar-nav .only-onelevel {
        position: relative;
    }

    .navbar-nav .only-onelevel .dropdown-menu {
        width: 100%;
    }

}

.navbar-nav .nav-item, .navbar-nav .nav-item a {
	height: 100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.navbar-nav .nav-item a.active {
    text-decoration: underline !important;
}

.navbar-nav .dropdown-menu li {
	margin-bottom: 3px;
    margin-top: 3px;
    padding: 3px 10px 3px 0px !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0px 13px 0px 0px !important;
    border-bottom: 2px solid transparent;
    position: relative;
    white-space: inherit;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item.active {
	color: #fff !important;
	border-bottom: 2px solid #b7b7b3;
	background-color: transparent;
    text-decoration: none !important;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: initial;
}

#navbarNavDropdown {
    position: relative;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/*.content-sublevel {
	width: 100%;
	background-color: red;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	display: none;
}*/

.navbar-nav .dropdown-menu .tit {
    color: #fff !important;
    padding-bottom: 10px !important;
    font-size: 26px;
}

.navbar-nav .dropdown-menu .descr {
	color: #b7b7b3;
	font-size: 13px;
	margin-bottom: 20px;
}

.navbar-nav .dropdown-menu.sub-level {
    width: 100%;
    height: 100%;
    /*min-height: 100%;
    max-height: 100%;
    overflow-y: auto;*/
    top: 0;
    left: 100%;
}

.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 0;
    right: 10px;
    border: 0px transparent !important;

    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
}

.overflow-scroll {
	height: calc(100% - 95px);
    overflow-y: auto;
}

.navbar-nav .overflow-scroll::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

.navbar-nav .overflow-scroll::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 5px;
}

.navbar-nav .overflow-scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
}

.nav-dropdown_mb,
.dropdown-back {
	display: none !important;
}

@media(max-width: 1200px){
	.navbar .nav-item > a {
    	padding: 0px 8px !important;
    	font-size: 14px;
	}

	.navbar-nav .dropdown-menu .tit {
    	font-size: 21px;
	}

	.navbar-nav .dropdown-menu .dropdown-item {
    	font-size: 12px;
    }
}

@media(max-width: 991px){

    header li.li-social {
        display: none !important;
    }

    header .li-social--mb {
        display: block !important;
        text-align: left;
        width: 100%;
        font-size: 16px;
        padding: 30px 8px;
        margin-top: 30px;
        border-top: 2px solid rgb(255 255 255 / 22%);
    }

    header.navdark .navbar .border-left,
    header.navdark .navbar .border-left {
        border-left: 0px !important;
        padding-right: 20px;
    }

    .navbar {
    	padding: 0px 0px;
    	border-bottom: 0px;
    }

    .navbar .navbar-brand {
    	padding-left: 15px;
	}

	#navbarNavDropdown {
    	height: calc(100vh - 70px) !important;
    	background-color: #303133;
	}

	.navbar .navbar-nav {
    	padding: 20px 15px; 
    }

    header.navdark .navbar lang-item > a, header.navdark .icon-nav .lang {
        color: #000 !important;
    }

    .navbar .nav-item > a {
    	color: #fff !important;
    	font-size: 16px;
    	padding: 10px 8px !important;
	}

	.navbar .nav-item {
		text-align: left;
    	width: 100%;
    	height: auto !important;
	}

	.navbar-nav .dropdown-menu {
    	top: 0px;
    	width: 100%;
    	height: 100%;
    }

    .navbar-nav .dropdown-menu.sub-level {
    	left: 0;
	}

	.navbar-nav .dropdown-menu.sub-level {
		display: none !important;
	}

	.nav-dropdown_dk {
		display: none !important;
	}

	.nav-dropdown_mb {
		display: block !important;
	}

	.dropdown-back {
		display: block !important;
	    text-transform: uppercase;
	    color: #fff;
	    font-weight: 500;
	    border-bottom: 2px solid #ffffff40;
	    width: 100%;
	    padding-bottom: 20px;
	    margin-bottom: 10px;
	}

	.navbar-nav .dropdown-menu .dropdown-item {
    	font-size: 14px;
    }

    .navbar-nav .dropdown-menu {
    	padding: 30px 15px;
    	overflow-y: scroll;
    	padding-bottom: 40px;
    }

    .navbar-nav .dropdown-menu .tit {
    	font-size: 24px;
	}

}

@media(max-width:567px){
    .navbar {
        height: 57px;
    }


    .navbar .icon-nav img {
        width: 17px
    }

    .navbar .border-left {
        padding-left: 10px;
        padding-right: 10px;
    }
    

    header .navbar-toggler span {
        width: 20px;
    }

    .navbar-nav .dropdown-menu {
        padding: 30px 15px 80px 15px;
    }
}
/* home */

.moreindex {
    z-index: 100;
    position: relative;
}

section.slider-home {
    height: 100vh;
}

section.slider-home .logo {
    width: 170px;
}

section.slider-home .content-slide {
    width: 750px;
    max-width: 90%;
    margin: auto;
}

section.slider-home .swiper-container-horizontal>.swiper-pagination-bullets, 
section.slider-home .swiper-pagination-custom {
    bottom: 40px;
}

.swiper-pagination-fraction {
    bottom: 0px;
}

section.slider-home .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
}

section.slider-home .btn-circle {
    margin: 60px auto 0px;
}

.tit_general {
    color: #303133;
    /* font-family: 'Playfair Display', serif; */
    font-size: 54px;
}

.desc_general {
    /*color: #303133;*/
    font-size: 18px;
    line-height: initial;
}

.line-through {
    text-decoration: line-through;
}

.home .section-chisiamo, .home .section-shop {
    height: 100vh;
    width: 100%;
}

.col-product {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.col-product .btn-scopri {
    background-color: transparent;
    border: 1px solid #cc2136;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    color:black;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 100%);

    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    transition: 100ms all linear;
}

.col-product .btn-scopri:hover {
    background-color: #cc2136;
    color: #fff;

    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    transition: 100ms all linear;
}

.col-product a .box-img img {
    transform: scale(1);

    -webkit-transition: 500ms all linear;
    -moz-transition: 500ms all linear;
    -ms-transition: 500ms all linear;
    transition: 500ms all linear;
}

.col-product a:hover .box-img img {
    transform: scale(1.1);

     -webkit-transition: 500ms all linear;
    -moz-transition: 500ms all linear;
    -ms-transition: 500ms all linear;
    transition: 500ms all linear;
}

.col-product a:hover .btn-scopri {
    -webkit-animation: slidetop 0.5s ease-in-out 0.4s both;
    animation: slidetop 0.5s ease-in-out 0.4s both;
}

.col-product a:hover .description {
    -webkit-animation: slidebottom 0.5s ease-in-out both;
    animation: slidebottom 0.5s ease-in-out both;
}

@-webkit-keyframes slidebottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes slidebottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes slidetop {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes slidetop {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
        visibility: visible;
    }
}

.product-highlights .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ccc;
}

.product-highlights .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.section-collezioni .col-collection {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.section-collezioni .col-collection .background-cover-center,
.section-collezioni--mb .col-collection .background-cover-center,
.archive-designers .col-designer .background-cover-center {
    height: 510px;

    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    transition: 100ms all linear;
}

.section-collezioni .col-collection .text-info,
.section-collezioni--mb .col-collection .text-info,
.archive-designers .col-designer .text-info {
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 40%, rgba(255,255,255,0) 100%);
    padding: 0px 15px;
}

#boxCarouselCat .swiper-button-next, #boxCarouselCat .swiper-button-prev {
    top: auto;
    width: 15px;
    height: 30px;
    margin-top: 0px;
    background-size: 15px 30px;
    bottom: 0px;
    filter: brightness(0) invert(0);
    display: none !important;
}

.col-single-collection .text-info {
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 8%, rgba(255,255,255,0) 100%);
    bottom: 0px;
    padding: 0px 15px;
}


.col-single-collection a {
    display: block;
    width: 100%;
    height: 100%;
}

.col-single-collection a:hover .background-image--square {
    filter: grayscale(1);

    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    transition: 100ms all linear;
} 

.section-collezioni .col-collection:hover .background-cover-center,
.section-collezioni--mb .col-collection:hover .background-cover-center {
    filter: grayscale(1);

    -webkit-transition: 100ms all linear;
    -moz-transition: 100ms all linear;
    -ms-transition: 100ms all linear;
    transition: 100ms all linear;
} 

.home .section-shop .col-icon img {
    /*width: 70px;*/
    height: 80px;
    margin-right: 10px;
}

#sliderProduct-home .swiper-button-nav,
#prodottiCorrelati .swiper-button-nav {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0
}

#sliderProduct-home .swiper-button-next, 
#sliderProduct-home .swiper-button-prev,
#prodottiCorrelati .swiper-button-next,
#prodottiCorrelati .swiper-button-prev {
    position: static;
    top: auto;
    bottom: auto;
    width: 15px;
    height: 35px;
    background-size: 15px 35px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
    opacity: 0.6;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}

.prefooter, .background-darkgrey {
    background-color: #ababab24;
}

.prefooter .col-icon img {
    width: 50px;
}

.sub-line{border-bottom:1px solid #abababff; padding-bottom: 1rem;}

footer .foot-brand {
    width: auto;
    height: 100px;
    max-width: 250px;
    margin-right: 40px;
}

.pad-right-none{padding-right:0px !important;}

footer .foot-nav a {
    padding: 0px 15px 15px 0px;
    display: inline-block;
}


footer .foot-nav-small a {
    padding: 5px 20px 5px 0px;
    display: inline-block;
    font-size: 14px;
}

footer .foot-newsletter input {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
    width: 300px;
    max-width: 90%;
}

footer .foot-newsletter .btn-circle {
    width: 35px;
    height: 35px;
    line-height: 25px;
}

.modal .close {
    position: absolute;
    right: -12px;
    top: -13px;
    color: #000;
    z-index: 100;
    opacity: 1;
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.modal-content {
    background-color: #f6f2ed;
}

.modal-dialog {
    width: 650px;
    max-width: 94%;
    margin: auto;
}

.modal-body {
    padding: 10px;
}

.modal-dialog.mt-more {
    margin-top: 80px;
}

section.head {
    min-height: 500px;
}

section.head  h2 {
    font-size: 34px;
}

section.head h1,
section.head h2 {
    padding: 0px 15px;
}

.col-product .fz18 p {
    font-size: 16px;
}

@media(max-width:1200px){
    .col-product .fz18 p {
        font-size: 16px;
    }

    .sub-line{border-bottom:0px!important;}

    .tit_general {
        font-size: 42px;
    }
}

@media(max-width: 1024px){
    section.head {
        min-height: 350px;
    }

    section.head .fz20 {
        font-size: 16px;
    }

    .tit_general {
        font-size: 46px;
    }

    .col-product {
        overflow: visible;
    }

    .col-product .btn-scopri {
        position: relative;
        left: 0;
        opacity: 1;
        visibility: visible;
        margin-bottom: 20px;
        font-size: 12px;
        padding: 6px;
    }
}

@media(max-width:767px){
    
    .modal-dialog.mt-more {
        margin-top: 20px;
    }

    .col-product .fz18 p {
        font-size: 13px;
    }

    section.head h2 {
        font-size: 20px;
    }

    section.slider-home .logo {
        width: 90px;
    }

    .tit_general {
        font-size: 36px;
    }
}

@media(max-width:567px){
    .archive-designers .col-designer .text-info {
        background: linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(255,255,255,0) 100%);
    }

    /* Modifica Maggio 2023 */
    /* .page-id-7 .slider-home .swiper-slide:first-child{
        background-image: url('https://viper.it/wp-content/themes/viper/images/festa_della_mamma_slide_mobile_it.jpg')!important;
    }
    .page-id-17 .slider-home .swiper-slide:first-child{
        background-image: url('https://viper.it/wp-content/themes/viper/images/festa_della_mamma_slide_mobile_en.jpg')!important;
    } */
}
/* gird product */

.filter-product .filter-product--button {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.filter-product .filter-product--button li.col {
    min-width: 25%;
    flex-grow: inherit;
}

.filter-product .filter-product--button li a {
    font-family: 'Playfair Display', serif;
    color: #777777;
    font-size: 20px;
    line-height: 26px;
    padding: 15px 15px;
    display: inline-block;
}

.filter-product--button a {
    cursor: pointer;
}

.filter-product .filter-product--button li a.active,
.filter-product .filter-product--button li a:hover  {
    color: #000;
    text-decoration: underline;
}

.filter-product--group select {
    background-color: transparent;
    padding: 0px 10px;
    color: #303133;
    font-size: 12px;
    /* line-height: 14px; */
    /* width: 120px; */
    max-width: 150px;
    /* width: auto; */
}

.filter-product--group .text-filter {
    font-size: 12px;
    padding: 0px 5px;
}

.col-showorder  {
    padding-left: 5px;
    padding-right: 5px;

    /* max-width: 20%; */
    /* min-width: 25%;
    width: 25%; */
    /* border: 1px solid; */
}

.filter-product--group {
    border-bottom: 1px solid #dee2e6!important;
}

.grid-prouct .col-navigation #next_pagination_page,
.grid-prouct .col-navigation #prev_pagination_page {
    /* color: #b7b7b7; */
    padding: 0px 6px;
    font-size: 15px;
    /* font-weight: 400; */
}

.grid-prouct .col-navigation span {
    padding: 0px 6px;
}

.col-navigation a,
.col-navigation p  {
    font-size: 13px;
}

.filter_alphabetic button {
    padding: 0px 10px;
}

.filter-product--button .col a {
    cursor: pointer;
}

.filter_alphabetic button:hover {
    text-decoration: underline;
}

.gallery-collection .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr; 
    /*grid-template-rows: repeat(2, 5vw);*/
    grid-gap: 15px;
    width: 100%;
}

.gallery-collection .gallery-grid.count_3 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-collection .gallery-grid.count_3 .big_img {
    grid-column: 2/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 1 /span  2;
}

.gallery-collection .gallery-grid.count_3 .small_img:last-of-type{
    grid-column: 4/span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 /span 1;
}

.gallery-collection .gallery-grid.count_3 .small_img:nth-child(2) {
    grid-column: 4/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 /span 1;
}

.gallery-collection .gallery-grid.count_2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 0fr; 
}

.gallery-collection .gallery-grid.count_2 .big_img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 /span 1;
}

.gallery-collection .gallery-grid.count_1 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 0fr;
}

.gallery-collection .gallery-grid.count_1 .big_img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 /span 2;
    height: 0px;
    padding-top: 100% !important;
}

.gallery-collection .gallery-grid .big_img {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 1 /span 2;
}

.gallery-collection .gallery-grid .large_img {
    position: relative;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 /span 1;
}

.gallery-collection .gallery-grid a.fancybox {
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.section-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Overlay nero semitrasparente */
  z-index: 1;
}

.section-banner {
  min-height: 420px;
  background-attachment: fixed;
  position: relative;
  color: white;
  text-align: center;
}

.section-banner .h1 {
    font-size: 56px;
    padding: 0px 30px;
}

.col-single-collection .text-info h2 {
    font-size: 1.6vw;
    padding-left: 15px;
    padding-right: 15px;
}

.filter_alphabetic label {
    display: none;
    color: #fff;
}

section.head .moreindex {
    padding-bottom: 0px !important;
    padding-top: 150px !important;
}

section.head h2 {
    margin-top: 0px !important;
}

.overlay-gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(247 247 247) 99%, rgb(247 247 247) 100%);
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

#more-info .gradient {
    height: 90px;
    margin: 0 auto;
    padding: 1rem;
    overflow: hidden;
}

#more-info .gradient.open .overlay-gradient {
    display: none;
}

#more-info .gradient.open {
    height: auto;
}

#more-info button {
    font-size: 14px;
    color: #cc2136;
}

@media(max-width: 1200px){
    .col-single-collection .text-info h2 {
        font-size: 2.3vw;
    }

    .col-single-collection .text-info {
        padding: 15px 8px !important;
    }

    .col-single-collection .text-info button {
        font-size: 14px;
    }
}

@media(max-width: 1024px){

    .gallery-collection .gallery-grid.count_1 {
        grid-template-columns: repeat(1, 0fr);
        grid-template-rows: 1fr 0fr;
    }

    .gallery-collection .gallery-grid.count_3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-collection .gallery-grid.count_3 .big_img {
        grid-column: 1/span 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / span 1;
    }

    .gallery-collection .gallery-grid.count_3 .small_img:nth-child(2),
    .gallery-collection .gallery-grid.count_3 .small_img:last-of-type {
        grid-column: 3/span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / span 1;
    }

    .col-single-collection {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .section-banner {
        min-height: 420px;
        background-attachment: scroll;
    }

    .h1, .section-banner .h1 {
        font-size: 38px;
    }

    .home .section-shop .col-icon {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }

    .home .section-shop .col-icon p {
        text-align: center;
    }

    .home .section-shop .col-icon img {
        height: 60px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    section.slider-home {
        height: 380px;
    }

    .home .section-chisiamo, .home .section-shop {
        height: auto;
        min-height: 560px;
        padding: 50px 0px;
    }

    .desc_general {
        font-size: 16px;
    }

    .filter-product .filter-product--button li a {
        font-size: 18px;
        line-height: 20px;
        /* padding: 10px 0px; */
    }

    .container.container-mb {
        max-width: 100%;
        padding: 0px;
    }

    .section-collezioni .col-collection {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    #boxCarouselCat .swiper-button-next, #boxCarouselCat .swiper-button-prev {
        display: block !important;
    }   

    .btn-margin-find {
        margin-bottom: 3rem;
    }

    .filter_alphabetic select {
        background-color: #000;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
    }

    .filter_alphabetic {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        text-align: center;
        padding: 10px;
    }

    .filter_alphabetic label {
        display: block;
        margin-bottom: 10px;
    }

    .prefooter .col-icon p {
        font-size: 12px;
    }

    .prefooter .col-icon p.fz18 {
        font-size: 16px;
    }

    .filter-product--group {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
        -ms-flex-pack: left !important;
        justify-content: left !important;
    }

    .filter-product--group .col-showorder {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 10px 0px !important;
    }
}

@media(max-width: 991px){
    .section-banner {
        min-height: 350px;
    }

    .col-single-collection .text-info h2 {
        font-size: 30px;
    }
}

@media(max-width: 767px){
    .filter-product--group .col-showorder {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px 0px !important;
    }

    .tit_general {
        font-size: 38px;
    }

    .desc_general {
        font-size: 15px;
    }

    .h1 {
        font-size: 36px;
    }

    .section-collezioni .col-collection .background-cover-center,
    .archive-designers .col-designer .background-cover-center {
        height: 550px;
        margin: 15px 0;
    }

    .section-collezioni .col-collection {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media(max-width: 567px){

    .gallery-collection .gallery-grid {
        grid-gap: 5px;
    }

    .col-single-collection .text-info h2 {
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-single-collection .text-info button {
        font-size: 13px;
    }

    .filter-product .filter-product--button li.col {
        min-width: 50%;
    }

    .prefooter .col-icon p.fz18 {
        font-size: 14px;
    }

    .col-navigation a, .col-navigation p {
        font-size: 12px;
    }

    .filter-product--group .col-showorder {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .filter-product--group .text-filter {
        width: 110px;
    }

    .filter-product--group select {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid rgb(204 204 204 / 45%);
        border-top: 1px solid rgb(204 204 204 / 45%);
        padding: 6px;
    }

    .filter-product {
        padding-left: 0px;
        padding-right: 0px;
    }

    .filter-product .filter-product--button li a {
        font-size: 16px;
        line-height: 19px;
    }

    .section-banner .h1 {
        font-size: 26px;
        padding: 0px 15px;
    }

    .h1 {
        font-size: 26px;
    }

    .home .section-chisiamo, .home .section-shop {
        height: auto;
        min-height: 450px;
        padding: 50px 0;
    }

    .section-collezioni .col-collection {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .section-collezioni .col-collection .background-cover-center,
    .archive-designers .col-designer .background-cover-center {
        height: 450px;
    }

    section.head {
        min-height: 380px;
    }

    /* section.head h1 {
        margin: 0px 0px 10px 0px !important;
    } */

}

@media(max-width:480px){
    .col-single-collection .text-info h2 {
        font-size: 20px;
    }

    .col-single-collection {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* singolo prodotto */
.head-product .col-description form input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px;
    width: 100px;
    margin-left: 10px;
}

.head-product .col-description .single_add_to_cart_button {
    font-family: 'Poppins', sans-serif;
    background-color: #303133 !important;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 0.04em;
    font-weight: 600;
    border-radius: 0px;
}

.informazioni-prodotto .tab-product td {
    padding: 10px;
}

.informazioni-prodotto .tab-product td.tit {
    min-width: 200px;
}

.dec_viper {
    position: absolute;
    width: 30%;
    right: 0px;
    bottom: 0;
    opacity: 0.2;
    transform: translate(0px, 40%);
    -webkit-transform: translate(0px, 40%);
    -moz-transform: translate(0px, 40%);
    -ms-transform: translate(0px, 40%);
    -o-transform: translate(0px, 40%);
}

.alternate-section .col-img,
.alternate-section .col-text {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.alternate-section.to-right .col-text {
    -ms-flex-order: 0;
    order: 0;
}

.alternate-section.to-right .col-img {
    -ms-flex-order: 1;
    order: 1;
}

.alternate-section .col-img.gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 0fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
}

.alternate-section .col-img.gallery .big-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 1;
    padding: 5px;
}

.alternate-section.to-left .col-img.gallery .big-img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 1;
}

.alternate-section .colbox a{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background-color: red; */
    position: absolute;
    display: contents;
}

.alternate-section .col-img.gallery .big-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.alternate-section.to-right .col-img.gallery .gallery-thumbnail {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
}

.alternate-section.to-left .col-img.gallery .gallery-thumbnail {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
}

.alternate-section .col-img.gallery .gallery-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.alternate-section .col-img.gallery .gallery-thumbnail .colbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: 5px;
    height: 33.333%;
}

.btn-scroll--section {
    max-width: 150px;
}

.h100vh {
    min-height: 100vh;
} 

.map-iframe iframe {
	width: 100%;
	height: 100vh;
}

/* Contatti: abbasso leggermente la mappa per evitare che il popup Google sia tagliato in alto */
.page-template-template-contatti .map-iframe {
    padding-top: 56px;
}

.page-template-template-contatti .map-iframe iframe {
    height: calc(100vh - 56px);
}

.row-manutenzione .icona {
	width: 80px;
	margin-right: 15px;
    flex: 1 0 auto;
}

.nav-tabs {
	font-family: 'Poppins', sans-serif;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px 25px;
    color: #b7b7b3;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 500;
}

.nav-tabs {
    border-bottom: 1px solid #0000008f;
}

.nav-tabs .nav-link {
    padding: 15px 15px;
    font-size: 12px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: #0000008f #0000008f #f7f7f7;
}

.tab-content .tab-pane img {
    width: 400px;
    max-width: 100%;
}

.tab-content .tab-pane {
    width: 80%;
    margin: auto;
}

.page-template-template-caratteristiche-meccanismi .abs-img--left {
    position: absolute;
    max-width: 40%;
    top: 30px;
    left: 0;
    transform: translate(-40%, 0%);
    -webkit-transform: translate(-40%, 0%);
    -moz-transform: translate(-40%, 0%);
    -ms-transform: translate(-40%, 0%);
    -o-transform: translate(-40%, 0%);
}

.page-template-template-caratteristiche-meccanismi .abs-img--right {
    position: absolute;
    max-width: 40%;
    top: 30px;
    right: 0;
    transform: translate(40%, 0%);
    -webkit-transform: translate(40%, 0%);
    -moz-transform: translate(40%, 0%);
    -ms-transform: translate(40%, 0%);
    -o-transform: translate(40%, 0%);
}

/*crop per pag.designer*/
.alternate-section .gallery-crop .crop {
    height: 0;
    padding-bottom: 130%;
    position: relative;
}

.alternate-section .gallery-crop .crop img{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.single-designer .col-img--mb {
    display: none !important;
}

.single .tag_cat span:not(:last-child):after {
    content: ", ";
    padding-right: 5px;
}

.single .data_post {
    z-index: 1000;
    position: absolute;
    bottom: 15px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
}

.sidebar .widget-title {
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;   
    color: #b7b7b3; 
    font-size: 24px;
}

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .btn_newsletter {
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;   
    color: #cc2136; 
    font-size: 24px;
    display: flex;
    align-items: center;
}

.sidebar .btn_newsletter > .arrow {
    background-color: #cc2136;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .btn_newsletter > .arrow > .svg-inline--fa {
    font-size: 12px;
}

.sidebar li {
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 13px;
}

.sidebar li a {
    font-size: 13px;
}

.general-content p {
    /* margin-top: 10px; */
    margin-bottom: 15px;
}

.general-content h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

#prodottiCorrelati {
    padding-bottom: 60px;
}

#prodottiCorrelati .swiper-pagination-fraction {
    bottom: 0px !important;
}

.wp-block-image img {
    max-width: 100%;
    /* display: flex; */
    height: auto !important;
}

@media(max-width:1200px){
    .sidebar .btn_newsletter {
        font-size: 18px;
    }

    .btn-back, .share p {
        font-size: 14px;
    }
}

@media(max-width: 1024px){

    .btn-scroll--section {
        max-width: 150px;
        margin: 9px !important;
    }

    .alternate-section .col-img {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .alternate-section .col-text {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    /* .alternate-section .col-img.gallery {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    } */

    .alternate-section .col-img.gallery .gallery-thumbnail {
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .alternate-section.to-right .col-img.gallery .gallery-thumbnail {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/span 1;
    }

    .alternate-section.to-left .col-img.gallery .big-img {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 1/span 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 1;
    }

    .alternate-section .col-img.gallery {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr 0fr;
        grid-column-gap: 0px;
        grid-row-gap: 10px;
    }

    .alternate-section .col-img.gallery .gallery-thumbnail img {
        height: 100%;
        width: 100%;
    }

    .alternate-section .col-img.gallery .gallery-thumbnail .colbox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center!important;
        align-items: center!important;
        height: 0;
        padding-bottom: 32%;
        width: 100%;
        margin: 5px;
    }

    .alternate-section .col-img.gallery .gallery-thumbnail img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

@media(max-width: 991px){
    .alternate-section .col-img {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0px 20px;
    }

    .alternate-section .col-text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .alternate-section.to-right .col-text {
        -ms-flex-order: 1;
        order: 1;
    }

    .alternate-section.to-right .col-img {
        -ms-flex-order: 0;
        order: 0;
    }
}

@media(max-width:767px){
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #00000014;
        border-color: transparent;
    }

    .nav-tabs .nav-item {
        min-width: 33.33%;
        text-align: center;
    }

    .tab-content .tab-pane {
        width: 100%;
    }

    .share {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
        margin-top: 10px;
    }

    .alternate-section .col-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 20px;
    }

    .alternate-section .col-img.gallery .gallery-thumbnail img {
        height: 65%;
    }

    .nav-tabs .nav-link {
        padding: 15px 10px;
        font-size: 10px;
    }

    .single-designer .col-img {
        display: none !important;
    }

    .single-designer .col-img--mb {
        display: block !important;

        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }

    .single-designer .col-img--mb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width:567px){

    #products-grid-container .col-product {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .informazioni-prodotto .tab-product td.tit {
        min-width: 100px;
    }

    .informazioni-prodotto .tab-product td {
        font-size: 12px;
    }

    .alternate-section .col-img.gallery .gallery-thumbnail img {
        height: 90%;
    }

    .btn-scroll--section {
        max-width: 100%;
        margin: 6px !important;
        font-size: 11px;
    }
}

/*woocommerce*/
.save_wishlist a img {
    width: 30px;
}

.gallery-product .swiper-slide-thumb-active {
    opacity: 0.3;
}

.col-image .gallery-product .swiper-slide {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-image .gallery-product--first .swiper-button-next-custom,
.col-image .gallery-product--first .swiper-button-prev-custom {
    cursor: pointer;
}

.col-image .gallery-product--first .swiper-slide img,
.col-image .gallery-product--first .row-arrow {
    width: 90%;
    margin: auto;
    display: block;
}

.save_wishlist .pointer {
    cursor: pointer;
}

.save_wishlist .pointer:hover {
    color: #cc2136 !important;
}

.breadcrump p, .breadcrump a {
    font-size: 13px;
}

.head-small {
    height: 300px;
    background-image:url('../images/404.jpg');
    background-position: center;
    background-size: cover;
}

.head-small {
  position: relative;
  overflow: hidden;
}

.head-small::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}


.head-small h1 {
    font-size: 25px;
}

.content-wooc .nav-pills {
    border-bottom: 1px solid;
    margin-top: -1px;
}

.content-wooc .nav-pills a {
    background-color: #17171a;
    opacity: 0.4;
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
}

.content-wooc .nav-pills a.active {
    opacity: 1;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px !important;
}

.woocommerce-form input, .woocommerce-Input.woocommerce-Input--text, .form-row input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #17171a;
    height: 40px;
    color: #17171a;
    padding: 0px 10px;
    /* margin: 5px 0px; */
    /* -webkit-appearance: none; */
    border-radius: 0 !important;
}

.wpcf7-form label, .woocommerce-form label {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #17171a;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .password-input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-transform: uppercase;
    color: #fff;
    background-color: #17171a;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin: 5px 0px;
    float: none !important;
}

.woocommerce label.checkbox, .woocommerce label.checkbox a {
    font-weight: 400;
    font-size: 13px;
    margin: 0px;
}

.woocommerce label.checkbox a {
    text-decoration: underline;
}

.woocommerce-ResetPassword label {
    margin-top: 20px !important;
}

.woocommerce form .form-row {
    padding: 3px 0px !important;
}

.woocommerce-password-strength {
    font-size: 12px;
}

.content-wooc .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
}

.content-wooc .woocommerce-MyAccount-content, .content-wooc .tab-form-account {
    float: none;
    width: 100%;
    border-top: 2px solid #17171a;
    margin-top: -1px;
    padding: 60px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.content-wooc .woocommerce-MyAccount-navigation ul {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;

}

.woocommerce-EditAccountForm.edit-account {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.content-wooc .woocommerce-MyAccount-navigation-link.is-active {
    background-color: #17171a;
    color: #fff;
}
.content-wooc .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    padding: 8px 15px;
    margin: 0px 3px;
    border: 1px solid #17171a;
}

.content-wooc .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    font-size: 12px;
}

.content-wooc .woocommerce-error, .content-wooc .woocommerce-info, .content-wooc .woocommerce-message {
    background-color: rgb(255 255 255 / 0%);
    color: #17171a;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    /* padding: 0; */
    text-align: center;
}

.content-wooc .woocommerce-info {
    border-top-color: rgba(255,255,255,0);
}

.woocommerce-info::before {
    display: none;
}

.woocommerce-account .addresses .title .edit {
    float: none;
    background-color: #ccc;
    padding: 10px;
}

.wooc-form .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row,
.shipping_address .form-row,
.woocommerce-EditAccountForm.edit-account .form-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: -ms-flexbox!important;
    display: flex!important;
    flex-direction: column;
}

.woocommerce form .form-row,
.woocommerce-ResetPassword.lost_reset_password > p {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.wooc-form .woocommerce-address-fields__field-wrapper #partita_iva_field,
.wooc-form .woocommerce-address-fields__field-wrapper  #billing_address_1_field,
.wooc-form .woocommerce-address-fields__field-wrapper #billing_address_2_field,
.wooc-form .woocommerce-address-fields__field-wrapper #shipping_address_1_field,
.wooc-form .woocommerce-address-fields__field-wrapper #shipping_address_2_field,
.woocommerce-billing-fields__field-wrapper #billing_address_1_field, 
.woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-billing-fields__field-wrapper #partita_iva_field,
#order_comments_field , #shipping_address_1_field, #shipping_address_2_field {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.woocommerce-additional-fields {
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-additional-fields__field-wrapper #order_comments_field {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.woocommerce-additional-fields__field-wrapper #order_comments_field label,
.woocommerce-additional-fields__field-wrapper #order_comments_field .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #000;
    padding: 10px;
    min-height: 100px;
    resize: none;
}

.woocommerce-info a {
    text-decoration: underline;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.table-wishlist td.img-product {
    width: 120px;
}

.table-wishlist td.delete {
    width: 50px;
}

.table-wishlist td, .table-wishlist th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 200px;
}

.cart_totals h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
}

.woocommerce-EditAccountForm.edit-account fieldset legend {
    padding: 30px 15px 10px;
    font-weight: bold;
}

.woocommerce-EditAccountForm.edit-account fieldset {
    width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
        background-color: transparent;
        color: #000;
        text-decoration: underline;
        padding: 0px 10px;
    font-weight: bold;
}

@media(max-width:1200px){

    .single-product .col-description h1 {
        font-size: 44px;
    }
}

@media(max-width:1024px){
    .gallery-product img {
        width: 50px;
    }

    .col-image .gallery-product--first .swiper-slide img, .col-image .gallery-product--first .row-arrow {
        width: 100%;
        margin: auto;
        display: block;
    }
}

@media(max-width:767px){
    .gallery-product img {
        width: 70px;
    }
    
    section.content-wooc {
        margin-top: 35px;
    }

    .head-small {
        height: 180px;
    }

    .content-wooc .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
        margin: 3px 3px;
    }

    .content-wooc .woocommerce-MyAccount-content, .content-wooc .tab-form-account {
        border-top: 0px solid #17171a;
        padding: 30px 0px;
    }

    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

#sb_instagram .sb_instagram_header .sbi_header_text,
#sb_instagram .sb_instagram_header .sbi_header_img,
#sbi_load {
    display: none !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #cc2136;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #333;
}

@media(max-width:767px){
    .wooc-form .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-billing-fields__field-wrapper .form-row, .shipping_address .form-row, .woocommerce-EditAccountForm.edit-account .form-row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

@media(max-width:567px){
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        font-size: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Nascondo iframe Hubspot  */
#hs-form-iframe-0{
    width: 0 !important;
    height: 0 !important;
}

.col-single-collection .background-image--square {
    background-size: 90% !important;
    background-repeat: no-repeat !important;
}

#iubenda_policy .iub_content {
    padding: 0px !important;
    margin: 0 auto;
}

.grecaptcha-badge {
    display: none !important;
}

#advise_on_checkout{
    border: 1px solid;
}
#advise_on_checkout p{
    color:  #cc2136;
}


/* Black friday */

    #bf_popup{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        overflow: hidden;
        background-color: rgb(0,0,0); 
        background-color: rgba(0,0,0, 0.8); 
    }

    #bf_popup img{
        width: 100%;
        /* padding-top: 10%; */
    }

    #bf_popup .overlay{
        width: 80%;
        max-width: 600px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgb(0,0,0); 
    }


#bf_popup .overlay-content {
  text-align: center; 
  /* padding-top: 30px; */
  /* border: 1px solid gray; */
  width: 80%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: rgb(0,0,0);  */
}

#bf_popup .overlay-content .h1{
    padding-top: 30px;
}

#bf_popup .overlay-content .h1 span{
    font-size: 25px;
    vertical-align: super;
}

#bf_popup .overlay-content .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 50px;
}


@media screen and (max-height: 450px) {
  #bf_popup .overlay a {font-size: 20px}
  #bf_popup .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

}
@media(max-width:767px){
    #bf_popup .overlay-content .h1 span{
        font-size: 16px;
    }
    #bf_popup .overlay-content .closebtn{
        font-size: 30px;
    }

.map-iframe iframe {
width: 100%;
height: 40vh;
}

.page-template-template-contatti .map-iframe {
    padding-top: 0;
}

.page-template-template-contatti .map-iframe iframe {
    height: 40vh;
}
}

.search-form--wide {
    max-width: 700px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    overflow: hidden;
}

.search-form--wide input {
    background: transparent;
    border: 0;
    padding: 0.8rem 1rem;
    width: 100%;
    color: #fff;
}

.search-form--wide input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form--wide button {
    border: 0;
    background: #cc2136;
    color: #fff;
    padding: 0.8rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

.search-hero-figure {
    max-width: 360px;
    margin: 0 auto 1rem;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.search-hero-figure img {
    width: 100%;
    display: block;
    height: auto;
}

.search-form--wide input {
    cursor: text;
}

.search-results {
    background: #fff;
}

.search-group {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 2.5rem;
    box-shadow: none;
}

.search-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.search-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    justify-content: space-between;
    padding: 1.2rem 0.75rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    gap: 0.65rem;
    min-height: 100%;
    max-height: 100%;
}

.search-card .product-image {
    width: 100%;

    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.search-card .product-content {
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1.25rem 1.5rem;
    gap: 0.5rem;
}
.search-card .product-title {
    font-family: var(--special-font);
    font-size: 1.65rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.search-card .product-title a {
    color: inherit;
    text-decoration: none;
}

.search-card .product-link {
    font-size: 0.95rem;
    letter-spacing: 1px;
}

.search-card h3 a {
    color: inherit;
    text-decoration: none;
}

.search-card__media {
 width: 100%;
  height: auto !important;
  background-size: contain !important;
  background-position: center;
  border-radius: 20px;
}

.search-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.search-card__btn {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 10px 25px;
    border: 1px solid #cc2136;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #cc2136;
    transition: background 0.3s ease, color 0.3s ease;
}

.search-card__btn:hover {
    background: #fff;
    color: #cc2136;
    border-color: #cc2136;
}

.search-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
}

.search-group.is-hidden {
    display: none;
}

@media (max-width: 768px) {
    .search-card {
        padding: 1rem 0.5rem;
        min-height: 200px;
        max-height: none;
    }

    .search-card-grid {
        grid-template-columns: 1fr;
    }

    .search-group {
        margin-bottom: 2rem;
    }

    .search-hero-figure {
        max-width: 320px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    }
}

.btn-link {
    color: #cc2136;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 1px;
    align-self: flex-end;
}

.search-pill-group {
    gap: 1rem;
    margin-top: 1rem;
}

.search-pill {
    border: 1px solid #e4e4e4;
    border-radius: 999px;
    padding: 0.35rem 0.95rem;
    font-size: 0.8rem;
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #303133;
    transition: all 0.2s ease;
}

.search-pill.active {
    background: #cc2136;
    color: #fff;
    border-color: #cc2136;
}

.search-pill:focus {
    outline: none;
}

.search-pill--alt {
    background: #cc2136;
    color: #fff;
    border-color: transparent;
}

.search-group.is-hidden {
    display: none;
}

.gap-2 {
    gap: 0.5rem;
}

/* Footer: nascondi newsletter mantenendo lo spazio nel layout */
.footer-newsletter-hidden {
    visibility: hidden;
    pointer-events: none;
}
