/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0
Update URI: false

Text Domain:  Avada

*/

#download-catalog-btn{
  
  height: 175px!important;
  width: 175px!important;
  border-radius: 50%;
  position: relative;
  top: 45px;
  left: 105px;
  flex-direction: column;
  gap: 20px;
}
#download-catalog-btn i {
  color: #05D37D;
  margin: 0!important;
}
#download-catalog-btn span{
  text-align: center;
}
#airbank-catalog-column{
  min-height: 450px;
}

/*INIZIO STILE SUB CATEGORIES*/
/*ELENCO DELLE SOTTOCATEGORIE, SIA IN VERDE CHE IN BEIGE*/
/*ELENCO SIA IN PAGINA COMPLETA SENZA PADRE SIA NELLA PAGINA PADRE*/
.subcatecories-container {
    display: flex;
    gap: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0px;

}

.subcatecories.tema-verde {
    background-color: #C7DCCD;
}

.subcatecories.tema-beige {
    background-color: #F4EFE9;
}



.subcatecories-colonna {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.subcatecories-item {
    padding: 30px 0;
    box-sizing: border-box;
    border-top: 1px solid #243D37;
    min-height: 110px;
    align-items: center;
    justify-content: center;
}

.subcatecories-colonna .subcatecories-item:last-child {
    border-bottom: 1px solid #243D37;
}

.subcatecories-header {

    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    width: 100%;

    gap: 16px;
}

.subcatecories-icon {
    width: 45px;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.subcatecories-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.subcatecories-padre-title {
    margin-bottom: 70px;

}

.subcatecories-padre-title h1 {
    font-family: "Futuru regular" !important;
    font-style: normal !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    font-size: 134px !important;
    line-height: 126px !important;
    color: #243D37 !important;
    font-weight: 400 !important;
    text-wrap: wrap;
}

.subcatecories-title {
    flex-grow: 1;
}

.subcatecories-title h3 {
    font-family: "Futuru regular" !important;
    font-style: normal !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    color: #000000 !important;
    font-weight: 400 !important;
}

.subcatecories-arrow {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: transform 0.3s ease;
}

.subcatecories-arrow img {
    width: 34px;
    height: auto;
}

.subcatecories-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease;
    padding-left: 81px;
}

.subcatecories-body ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 5px 0;
}

.subcatecories-body li {
    margin-bottom: 8px;
}

.subcatecories-body a {
    text-decoration: underline;
    text-decoration-color: #8B8B8B;
    color: #8B8B8B;
    font-family: "Futuru regular";
    font-size: 24px;
    text-transform: uppercase;
    transition: color 0.2s;
}

.subcatecories-body a:hover {
    color: #05D37D;
    text-decoration-color: #05D37D;
}

.subcatecories-item.active .subcatecories-arrow {
    transform: rotate(45deg);
}

.subcatecories-item.active .subcatecories-body {
    max-height: 500px;
    opacity: 1;
}

@media (max-width: 768px) {
    .subcatecories-container {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }
    
    #product-page-title{
      font-size: 45px!important;
    }
    
    .categories-container {
      grid-template-columns: repeat(1, 1fr)!important;
    }
    
    #download-catalog-title {
      font-size: 45px;
    }
}

@media (max-width: 900px) {
    .subcatecories-padre-title h1 {
        font-size: 60px !important;
        line-height: 1.1 !important;
    }
}

@media (max-width: 480px) {
    .subcatecories-padre-title h1 {
        font-size: 45px !important;
        line-height: 1.1 !important;
    }

    .subcatecories-title h3 {
        font-size: 18px !important;
    }

  .subcatecories-body a{
        font-size: 18px !important;
    }
    .subcatecories-body {
        padding-left: 20px !important;
    }

    .subcatecories-icon {
        width: 35px !important;
        margin-right: 12px !important;
    }
}

/*FINE STILE SUB CATEGORIES*/

/*INIZIO STILE CATEGORIES*/

.categories-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    column-gap: 100px;
    padding: 40px 0px;
    background-color: #C7DCCD;
    width: 100%;
}

.categories-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.categories-title h3 {
    font-family: "Futuru regular" !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    color: #243D37 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em;
}

.categories-title a {
    text-decoration: none !important;
}

.categories-title a:hover {
    color: #05D37D;
}



/*FINE STILE CATEGORIES*/





/*INIZIO STILE LISTA SCHEDE WEB*/


.schede-web {
    padding: 40px 0;
    background-color: #F4EFE9;
}

.schede-web-catpadre-title {
    margin-bottom: 15px;
}

.schede-web-catpadre-title h3 {
    font-size: 24px !important;
    font-family: "Futuru regular" !important;
    text-transform: uppercase !important;
    color: #243D37 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em;
}

.schede-web-cat-title {
    margin-bottom: 60px !important;
}

.schede-web-cat-title h3 {
    font-size: 36px !important;
    font-family: "Futuru regular" !important;
    text-transform: uppercase !important;
    color: #05D37D !important;
    margin: 0 !important;
    font-style: bold !important;
    font-weight: 700 !important;
    line-height: 1.2;

}

.schede-web-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 60px !important;
}

.schede-web-item {
    background: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

.schede-web-image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.schede-web-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.schede-web-title {
    margin-bottom: 8px;
}

.schede-web-title h3 {
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Futuru regular";
}

.schede-web-title h3 a {
    font-family: "Futuru regular";
    text-decoration: none!important;
    color: #243D37;
    transition: color 0.2s;
}

.schede-web-title h3 a:hover {
    color: #05D37D;
}

.schede-web-description {
    flex-grow: 1;
}

.schede-web-description p {
    font-size: 18px;
    color: #243D37;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Futuru regular";
}

@media (max-width: 1024px) {
    .schede-web-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .schede-web-container {
        grid-template-columns: 1fr;
    }

    .schede-web-cat-title h3 {
        font-size: 22px;
    }
}

/*FINE STILE LISTA SCHEDE WEB*/

/*INIZIO STILE GOBACK*/

.goback-container {
    display: flex;
    align-items: center;
    background-color: #C7DCCD;
    padding-left: 40px;
   margin-top: 30px;
    margin-bottom: 10px;
}

.goback-item {
    display: flex;
    align-items: center;

}

.goback-arrow img {
    width: 34px;
    height: auto;
    rotate: 180deg;
    margin-right: 15px;
}

.goback-title p {
    font-size: 14px !important;
    font-family: "Futuru regular" !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: #243D37 !important;
    margin: 0 !important;
}

.goback-title p a {
    font-family: "Futuru regular" !important;
    font-weight: 700 !important;
    color: #243D37 !important;
    transition: color 0.2s !important;
}

.goback-title p a:hover {
    color: #05D37D !important;
}

/*FINE STILE GOBACK*/



















/*INIZIO STILE TABELLA PRODOTTI*/


.tp-wrapper {
    overflow-x: auto;
    background-color: #F4EFE9;
    padding: 20px 80px 60px 80px;
}

.tp-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Futuru regular";
    font-size: 20px;
    color: #243D37;
    background-color: #F4EFE9;
    table-layout: fixed;
    text-align: center;
}

.tp-table thead th {
    padding: 12px 16px;
    font-weight: 400;
    padding-bottom: 20px;
    vertical-align: top;
    text-align: center;
    color: #243D37;
    white-space: normal;
    font-size: 20px;
}

.tp-table thead th:nth-child(1) {
    width: 12%;
}

.tp-table thead th:nth-child(2) {
    width: 28%;
}

.tp-table thead th:nth-child(3) {
    width: 16%;
}

.tp-table thead th:nth-child(4) {
    width: 16%;
}

.tp-table thead th:nth-child(5) {
    width: 14%;
}

.tp-table thead th:nth-child(6) {
    width: 14%;
}


.tp-table tbody td {
    padding: 7px 16px;
    border: 1px solid #243D37;
    vertical-align: middle;
    background-color: #F4EFE9;
    text-align: center;
    line-height: 1.4;
}

.tp-table tbody td:nth-child(2) {
    text-align: left;
    white-space: normal;
    word-break: break-word;
}

.tp-table tbody tr:hover td {
    background-color: #F4EFE9;
}

.tp-icon-link {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.tp-icon-link:hover {
    opacity: 0.7;
}



/* Responsive */
@media (max-width: 900px) {
    .tp-wrapper {
        padding: 24px 20px;
    }
}

@media (max-width: 768px) {
    .tp-table {
        table-layout: auto;
    }

    .tp-table thead {
        display: none;
    }

    .tp-table tbody td {
        display: block;
        text-align: right !important;
        padding-left: 50%;
        position: relative;
        white-space: normal;
    }

    .tp-table tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        font-weight: 600;
        color: #243D37;
        text-align: left;
    }
}

/*FINE STILE TABELLA PRODOTTI*/





/*INIZIO STILE DETTAGLIO SCHEDA*/

.ds-header {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: flex-start;
    padding: 32px 0;
    background-color: #F4EFE9;
}

/* ── TITOLO E BADGE: sopra la colonna destra su desktop ── */
.ds-title-container {
    order: 0;
    width: calc(100% - 420px - 48px);
    margin-left: calc(420px + 48px);
    margin-bottom: -32px;
}

.ds-title {
    font-size: 2.4rem !important;
    font-family: "Futuru regular" !important;
    font-weight: 400 !important;
    color: #2b2b2b !important;
    margin: 0 !important;
    line-height: 1.1 !important;
}

.ds-plusp-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.ds-plusp-badge {
    max-height: 50px;
    max-width: 200px;
    height: auto;
    width: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.ds-col-gallery {
    order: 1;
    flex: 0 0 420px;
    max-width: 420px;
    margin-bottom: 70px;
    margin-top: -80px;
}

.ds-col-content {
    order: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ── GALLERIA ── */
.ds-main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}

.ds-main-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ds-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.ds-thumb-item {
    width: 88px;
    height: 88px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s;
}

.ds-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-thumb-item:hover,
.ds-thumb-item.ds-thumb-active {
    border-color: #3a6b4e;
}

.ds-thumb-video {
    position: relative;
    cursor: pointer;
}

.ds-thumb-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-thumb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* ── CONTENUTO ── */
.ds-subtitle {
    font-size: 0.92rem !important;
    font-family: "Futuru regular" !important;
    color: #333 !important;
    margin-bottom: 8px !important;
}

.ds-plusproducts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

.ds-plusprod-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
     vertical-align: middle;
    border-radius: 999px;
    background: #243D37;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.ds-desc-breve,
.ds-desc-full {
    font-size: 0.88rem;
    color: #444;
    line-height: 1.65;
}

.ds-desc-full p,
.ds-desc-breve p {
    margin-bottom: 10px;
}

.ds-leggi-tutto {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #243D37;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s;
}

.ds-leggi-tutto:hover {
    color: #05D37D;
}

.ds-brand-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
}

.ds-brand-item {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 200px;
}

.ds-logo-prod {
    height: 64px;
    width: auto;
    object-fit: contain;
}

.ds-badge-icon {
    font-size: 1rem;
    line-height: 1;
}

/*  ACTION BOX */
.ds-action-box {
    border: 1.5px solid #243D37;
    border-radius: 18px;
    padding: 18px 20px;
    background: #F4EFE9;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
    max-width: 500px;
    font-family: "Futuru regular" !important;
}


.ds-action-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.ds-select-wrapper {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.ds-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #C7DCCD;
    border-radius: 50px;
    padding: 13px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #243D37;
    user-select: none;
    transition: background-color 0.2s;
    gap: 12px;
}

.ds-select-trigger:hover,
.ds-select-trigger.ds-active {
    background-color: #05D37D;
}

.ds-chevron {
    width: 20px;
    height: 11px;
}

.ds-select-trigger.ds-active .ds-chevron {
    transform: rotate(180deg);
}

.ds-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #b5c9b8;
    border-radius: 12px;
    z-index: 100;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    max-height: 220px;
    overflow-y: auto;
}

.ds-dropdown.ds-open {
    display: block;
}

 
.ds-dropdown-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 18px;
    font-size: 0.9rem;
    color: #243D37;
    cursor: pointer;
    transition: background-color 0.15s;
}

.ds-dropdown-item span:first-child {
    font-weight: 700;
}

.ds-dropdown-item span:nth-child(2) {
    font-size: 0.82rem;
    color: #555;
}

.ds-dropdown-item span:nth-child(3) {
    font-size: 0.78rem;
    color: #888;
}

.ds-dropdown-item:hover {
    background-color: #F4EFE9;
}

.ds-btn-quote {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #C7DCCD;
    border: none;
    color: #243D37 !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0px 15px;
    border-radius: 50px;
    white-space: nowrap;
    transition: background-color 0.2s;
    flex-shrink: 0;
    overflow: hidden;
}

.ds-btn-quote:hover {
    background-color: #05D37D;
    color: #243D37 !important;
}

.ds-quote-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: block;
    object-fit: contain;
}

.ds-action-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 2px;
}

.ds-action-desc {
    flex: 1;
    font-size: 0.88rem !important;
    color: #243D37 !important;
    margin: 0 !important;
    line-height: 1.55 !important;
    min-width: 140px;
}

.ds-action-desc strong {
    font-weight: 700;
}

.ds-qty-wrapper {
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.ds-qty-wrapper label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #243D37;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ds-qty-controls {
    display: flex;
    align-items: center;
    border: 1.5px solid #243D37;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
}

.ds-qty-controls button {
    background: none;
    border: none;
    padding: 7px 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #243D37;
    cursor: pointer;
    line-height: 1;
    transition: background-color 0.15s;
    flex-shrink: 0;
}

.ds-qty-controls button:hover {
    background-color: #eaf3ec;
}

.ds-qty-controls input {
    width: 50px;
    text-align: center;
    border: none;
    border-left: 1px solid #243D37;
    border-right: 1px solid #243D37;
    padding: 7px 2px;
    font-size: 0.95rem;
  
    color: #243D37;
    background: #F4EFE9;
    -moz-appearance: textfield;
}

.ds-qty-controls input::-webkit-outer-spin-button,
.ds-qty-controls input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.ds-qty-controls input:focus {
    outline: none;
}

/* ── RESPONSIVE 900px ── */
@media (max-width: 900px) {
    .ds-header {
        flex-direction: column;
        gap: 16px;
        padding: 16px 0;
    }

    /* Ordine mobile: Titolo + Badge → Galleria → Contenuto */
    .ds-title-container {
        order: 1;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .ds-title {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        font-size: 1.8rem !important;
    }

    .ds-plusp-badges {
        margin-top: 10px;
        gap: 8px;
    }

    .ds-plusp-badge {
        max-height: 40px;
        max-width: 160px;
        height: auto;
        width: auto;
    }

    .ds-col-gallery {
        order: 2;
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }

    .ds-col-content {
        order: 3;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .ds-main-image {
        height: 240px !important;
        max-height: 240px !important;
        aspect-ratio: auto !important;
        width: 100% !important;
    }

    .ds-main-image img {
        max-height: 240px !important;
        width: auto !important;
        max-width: 100% !important;
    }

    .ds-action-box {
        max-width: 100% !important;
    }

    .tp-wrapper {
        display: none !important;
    }
}

/* ── RESPONSIVE 600px ── */
@media (max-width: 600px) {
    .ds-action-row {
        flex-direction: column;
        align-items: stretch;
    }

    .ds-btn-quote {
        justify-content: center;
        padding: 14px 15px !important;
    }

    .ds-action-details {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*FINE STILE DETTAGLIO SCHEDA*/












/*INIZIO STILE NOTE SCHEDA*/

.notescheda {
    background-color: #243D37;
}

.notescheda-container {
    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    border-top: 1px solid #F4EFE9;

    margin-bottom: 80px;
    margin-top: 80px;
}

.notescheda-item {
    width: 100%;
    border-bottom: 1px solid #F4EFE9;
    padding: 22px 0;
    box-sizing: border-box;
}

.notescheda-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    user-select: none;
}

.notescheda-title {
    flex-grow: 1;
}

.notescheda-title h3 {
    font-family: "Futuru regular" !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    color: #05D37D !important;
    letter-spacing: 0.04em !important;
}


.notescheda-arrow {
    flex: 0 0 36px;
    width: 36px;
    text-align: right;
    transition: transform 0.3s ease;
}

.notescheda-arrow img {
    width: 28px;
    height: auto;
    display: block;
    margin-left: auto;
    filter: brightness(0) saturate(100%) invert(57%) sepia(97%) saturate(400%) hue-rotate(103deg) brightness(100%);
}


.notescheda-item.active .notescheda-arrow {
    transform: rotate(45deg);
}


.notescheda-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.35s ease,
        margin-top 0.3s ease;
    margin-top: 0;
}

.notescheda-item.active .notescheda-body {
    max-height: 600px;
    opacity: 1;
    margin-top: 14px;
}


.notescheda-body p,
.notescheda-body li {
    color: #F5F5F5 !important;
    font-family: "Futuru regular" !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 4px !important;
}

.notescheda-body ul,
.notescheda-body ol {
    padding-left: 18px !important;
    margin: 0 !important;
}

.notescheda-body li::marker {
    color: #F5F5F5;
}

/*FINE STILE NOTE SCHEDA*/





/*INIZIO STILE BARRA RICERCA*/

.br-container {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
}

.br-form {
    flex: 1;
    max-width: 460px;
    position: relative;
    z-index: 1000;
}

.br-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #b5c9b8;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
    z-index: 1001;
    overflow: hidden;
}

.br-suggestions-list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.br-suggestion-item {
    border-bottom: 1px solid #f0ece6;
}

.br-suggestion-item:last-child {
    border-bottom: none;
}

.br-suggestion-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 18px;
    text-decoration: none !important;
    transition: background-color 0.15s;
}

.br-suggestion-link:hover,
.br-suggestion-link.br-suggestion-selected {
    background-color: #eaf3ec;
}

.br-suggestion-title {
    font-size: 0.88rem;
    font-weight: 600;
    color: #243D37;
    font-family: "Futuru regular";
}

.br-suggestion-sotto {
    font-size: 0.76rem;
    color: #777;
    font-family: "Futuru regular";
}

button.br-btn-search,
.br-btn-search {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
}

button.br-btn-search:hover,
button.br-btn-search:focus,
button.br-btn-search:active,
.br-btn-search:hover,
.br-btn-search:focus,
.br-btn-search:active {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

button.br-btn-search:hover .br-icon-search,
.br-btn-search:hover .br-icon-search {
    stroke: #039e5c !important;
    transform: scale(1.12);
}

.br-suggestion-loading,
.br-suggestion-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 18px;
    color: #243D37;
    font-size: 0.88rem;
    font-family: "Futuru regular", sans-serif;
}

.br-spinner {
    width: 18px;
    height: 18px;
    border: 2.5px solid #b5c9b8;
    border-top-color: #05D37D;
    border-radius: 50%;
    animation: br-spin 0.75s linear infinite;
    flex-shrink: 0;
}

@keyframes br-spin {
    to { transform: rotate(360deg); }
}

.br-suggestion-more {
    background-color: #f8faf9;
    border-top: 1.5px solid #e2ebe4;
}

.br-suggestion-more-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 18px 12px 30px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #05D37D !important;
    text-decoration: none !important;
    font-family: "Futuru regular", sans-serif;
    transition: background-color 0.15s, color 0.15s, padding-left 0.15s;
    letter-spacing: 0.03em;
    gap: 8px;
}

.br-suggestion-more-link:hover {
    background-color: #eaf3ec;
    color: #243D37 !important;
    padding-left: 36px;
}

.br-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid #243D37;
    border-radius: 50px;
    padding: 10px 20px;
    background: #F4EFE9;
    transition: border-color 0.2s;
    background-color: #F4EFE9;
}

.br-input-wrapper:focus-within {
    border-color: #05D37D;
}

.br-icon-search {
    flex-shrink: 0;
    transition: stroke 0.2s ease, transform 0.2s ease;
}

.br-input {
    border: none !important;
    background: #F4EFE9 !important;
    outline: none !important;
    font-family: "Futuru regular" !important;
    font-size: 20px !important;
     
    letter-spacing: 0.08em !important;
    color: #243D37 !important;
    width: 100%;
    text-transform: uppercase;
    vertical-align: middle;
}

.br-input::placeholder {
    color: #8B8B8B;
    font-size: 20px !important;
 
    letter-spacing: 0.08em;
}

.br-input::-webkit-search-decoration,
.br-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.br-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}



.br-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 400;
}

.br-overlay.br-open {
    display: block;
}

.br-sidebar {
    position: fixed;
    top: 0;
    right: -560px;
    width: 100%;
    max-width: 540px;
    height: 100dvh;
    background: #C7DCCD;
    font-family: "Futuru regular" !important;
    z-index: 40001;
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    border-radius: 35px 0px 0px 35px;
    padding: 0px 30px;
    box-sizing: border-box;
}

.br-sidebar.br-open {
    right: 0;
}

.br-sidebar-header {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px 20px 16px;
    margin-bottom: 15px;
}

.br-sidebar-title {
    font-family: "Futuru regular" !important;
    font-size: 1.3rem;
    font-weight: 700;
    color: #243D37;
    margin: 0;
    flex: 1;
}

.br-sidebar-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    color: #243D37;
    margin-left: auto;
    transition: opacity 0.2s;
}

.br-sidebar-close:hover {
    opacity: 0.5;
}

.br-sidebar-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.br-empty {
    color: #243D37;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 60px;
}

.br-cart-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    padding: 8px 0;
    border-bottom: 1px solid rgba(36, 61, 55, 0.15);
}

.br-cart-item:last-child {
    border-bottom: none;
}

.br-cart-img {
    background-color: #fff;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.br-cart-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.br-cart-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.br-cart-cod {
    font-size: 17px;
    font-weight: 700;
    color: #243D37;
    line-height: 1.25;
}

.br-cart-desc {
    font-size: 15px;
    font-weight: 400;
    color: #243D37;
    line-height: 1.3;
    margin-top: 2px;
}

.br-cart-qty-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.br-cart-qty-label {
    font-size: 15px;
    font-weight: 500;
    color: #243D37;
    white-space: nowrap;
}

.br-cart-qty-input,
input.br-cart-qty-input,
.br-cart-qty-block input.br-cart-qty-input {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    border-radius: 50% !important;
    border: 1.5px solid #F4EFE9 !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #243D37 !important;
    background-color: #F4EFE9 !important;
    outline: none !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    transition: border-color 0.2s !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    line-height: 29px !important;
}

.br-cart-qty-input::-webkit-outer-spin-button,
.br-cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.br-cart-qty-input:focus {
    border-color: #05D37D;
}

.br-cart-remove {
    background: transparent;
    border: none;
    color: #99aba0;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    margin-left: 0;
    transition: color 0.2s, transform 0.2s;
}

.br-cart-remove:hover {
    color: #d9534f;
    transform: scale(1.1);
}

.br-footer-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.br-sidebar-footer {
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #243D37;
    padding: 16px 0px 28px;
}

.br-sidebar-cta {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background-color: #243D37;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 16px;
    min-height: 52px;
    height: 52px;
}

.br-sidebar-empty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background-color: #243D37;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 16px;
    font-family: "Futuru regular" !important;
    min-height: 52px;
    height: 52px;
}

.br-sidebar-cta img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.br-sidebar-empty-btn:hover {
    background-color: #05D37D;
    color: #243D37 !important;
}

.br-sidebar-cta:hover {
    background-color: #05D37D;
    color: #243D37 !important;
}

/* MEDIA QUERIES RESPONSIVE PER CARRELLO E SIDEBAR */
@media (max-width: 768px) {
    .br-sidebar {
        padding: 0px 18px;
    }
    
    .br-sidebar-header {
        margin-top: 25px;
        padding: 16px 10px 12px;
        margin-bottom: 10px;
    }
    
    .br-sidebar-title {
        font-size: 1.15rem;
    }

    .br-sidebar-body {
        padding: 6px 8px 12px;
        gap: 10px;
    }

    .br-sidebar-footer {
        margin-left: 10px;
        margin-right: 10px;
        padding: 14px 0px 20px;
    }

    .br-cart-item {
        gap: 10px;
        padding: 8px 0;
    }

    .br-cart-img {
        width: 70px;
        height: 70px;
    }

    .br-cart-cod {
        font-size: 15px;
    }

    .br-cart-desc {
        font-size: 13.5px;
    }

    .br-cart-qty-label {
        font-size: 13.5px;
    }

    .br-cart-qty-input,
    input.br-cart-qty-input,
    .br-cart-qty-block input.br-cart-qty-input {
        width: 28px !important;
        min-width: 28px !important;
        max-width: 28px !important;
        height: 28px !important;
        min-height: 28px !important;
        max-height: 28px !important;
        font-size: 0.82rem !important;
        padding: 0 !important;
        line-height: 25px !important;
        border-radius: 50% !important;
    }

    .br-cart-remove {
        font-size: 22px;
        padding: 0 2px;
    }
}

@media (max-width: 576px) {
    .br-sidebar {
        padding: 0px 12px;
        border-radius: 20px 0px 0px 20px;
    }

    .br-sidebar-header {
        margin-top: 15px;
        padding: 12px 4px 8px;
        margin-bottom: 8px;
    }

    .br-sidebar-title {
        font-size: 1.05rem;
    }

    .br-sidebar-body {
        padding: 4px 2px 8px;
        gap: 8px;
    }

    .br-sidebar-footer {
        margin-left: 2px;
        margin-right: 2px;
        padding: 10px 0px 16px;
    }

    .br-footer-actions {
        gap: 8px;
    }

    .br-sidebar-cta,
    .br-sidebar-empty-btn {
        padding: 0px 12px;
        font-size: 0.76rem;
        min-height: 44px;
        height: 44px;
    }

    .br-sidebar-cta img {
        width: 28px;
        height: 28px;
    }

    .br-cart-item {
        gap: 8px;
        padding: 6px 0;
    }

    .br-cart-img {
        width: 60px;
        height: 60px;
        border-radius: 6px;
    }

    .br-cart-cod {
        font-size: 14px;
    }

    .br-cart-desc {
        font-size: 12px;
        line-height: 1.25;
    }

    .br-cart-qty-block {
        gap: 2px;
    }

    .br-cart-qty-label {
        font-size: 11.5px;
    }

    .br-cart-qty-input,
    input.br-cart-qty-input,
    .br-cart-qty-block input.br-cart-qty-input {
        width: 26px !important;
        min-width: 26px !important;
        max-width: 26px !important;
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
        font-size: 0.78rem !important;
        padding: 0 !important;
        line-height: 23px !important;
        border-radius: 50% !important;
    }

    .br-cart-remove {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .br-sidebar {
        padding: 0px 8px;
        border-radius: 0;
    }

    .br-cart-item {
        gap: 6px;
    }

    .br-cart-img {
        width: 50px;
        height: 50px;
    }

    .br-cart-cod {
        font-size: 13px;
    }

    .br-cart-desc {
        font-size: 11px;
    }

    .br-cart-qty-label {
        font-size: 10.5px;
    }

    .br-cart-qty-input,
    input.br-cart-qty-input,
    .br-cart-qty-block input.br-cart-qty-input {
        width: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
        font-size: 0.75rem !important;
        padding: 0 !important;
        line-height: 21px !important;
        border-radius: 50% !important;
    }

    .br-cart-remove {
        font-size: 18px;
    }
}

.br-toast {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #05D37D;
    color: #243D37;
    padding: 12px 24px;
    border-radius: 50px;
    font-family: "Futuru regular", sans-serif;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: bottom 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 99999;
    pointer-events: none;
    font-family: "Futuru regular" !important;
}

.br-toast.br-show {
    bottom: 30px;
}

@keyframes pop-badge {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
        background-color: #05D37D;
        color: #243D37;
    }

    100% {
        transform: scale(1);
    }
}

.br-cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #05D37D;
    color: #243D37;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    font-family: "Futuru regular" !important;
    line-height: 1;
    z-index: 10;
    border: 1px solid #243D37 !important;
}

.br-cart-badge.br-pop {
    animation: pop-badge 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .br-container {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
    }

    .br-cart {
        order: 2;
        margin-left: auto;
    }

    .br-form {
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .br-input-wrapper {
        padding: 8px 14px;
        gap: 8px;
    }

    .br-input,
    .br-input::placeholder {
        font-size: 15px !important;
        letter-spacing: -0.02em !important;
    }
}

@media (max-width: 480px) {
    .br-input,
    .br-input::placeholder {
        font-size: 13px !important;
        letter-spacing: -0.03em !important;
    }
}

/* FINE STILE BARRA RICERCA*/


/* STILE BREADCRUMbS*/
.br-breadcrumbs {
    font-family: "Futuru regular" !important;
    font-size: 1rem;
    color: #243D37;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.br-breadcrumbs a {
    color: #243D37;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 400;
}


.br-breadcrumbs a:hover {
    color: #05D37D;
    text-decoration: underline;
}

.br-bread-sep {
    font-size: 0.9rem;
    color: #243D37;
    margin: 0 2px;
}

.br-bread-current {
    font-weight: 800;
    color: #243D37;
}

/* FINE STILE BREADCRUMBS*/


/* INIZIO STILE PAGINATION*/
.schede-web-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 50px 0 30px 0;
    width: 100%;
    clear: both;
}

.schede-web-pagination a,
.schede-web-pagination span {
    display: inline-flex;
    font-family: "Futuru regular" !important;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    background-color: #ffffff;
    color: #444444;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #dddddd;
    border-radius: 5px; 
    transition: all 0.3s ease;
}

.schede-web-pagination a:hover {
    background-color: #f1f1f1;
    border-color: #bbbbbb;
    color: #222222;
}

.schede-web-pagination span.current {
    background-color: #05D37D; 
    color: #ffffff;
    border-color: #05D37D;
    cursor: default;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.schede-web-pagination span.dots {
    background-color: transparent;
    border: none;
    color: #888888;
    min-width: auto;
    padding: 0 5px;
}
/* FINE STILE PAGINATION*/


 /* INIZIO STILE QUOTAZIONE*/
    .ab-quotazione-wrap { max-width: 1200px; margin: 0 auto; padding: 20px; }

    .ab-quotazione-layout {
        display: flex;
        gap: 60px;
        align-items: flex-start;
    }

    .ab-col-prodotti { flex: 0 0 38%; }
    .ab-col-form     { flex: 1; }

    .ab-label-prodotti {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .ab-form-intro { font-size: 14px; margin-bottom: 8px; line-height: 1.6; }
    .ab-form-login { font-size: 14px; margin-bottom: 20px; }
    .ab-form-login a { text-decoration: underline; }

    .ab-form-row { margin-bottom: 12px; }
    .ab-form-row.ab-col-2 { display: flex; gap: 12px; }
    .ab-form-row.ab-col-2 .ab-input { flex: 1; }

    .ab-input {
        width: 100%;
        padding: 14px 18px;
        border: 1.5px solid #d0d0d0;
        border-radius: 30px;
        background: #f5f5f0;
        font-size: 13px;
        letter-spacing: 0.05em;
        outline: none;
        box-sizing: border-box;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .ab-input:focus { border-color: #05D37D; }
    .ab-input.ab-input-error {
        border-color: #cc0000;
        box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.15);
    }
    .ab-input.ab-input-error::placeholder { color: #cc0000; opacity: 0.6; }
    .ab-privacy-row.ab-privacy-error {
        background: #fff0f0;
        border: 1px solid #ffcccc;
        border-radius: 8px;
        padding: 10px;
    }
    .ab-select { appearance: none; cursor: pointer; }

    .ab-privacy-row {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 13px;
    }
    .ab-privacy-row a { text-decoration: underline; }
    .ab-checkbox { margin-top: 3px; flex-shrink: 0; }

    .ab-submit-row { display: flex; justify-content: flex-end; margin-top: 8px; }

    .ab-btn-primary {
        background: #05D37D;
        color: #fff;
        border: none;
        border-radius: 30px;
        padding: 14px 36px;
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        transition: opacity 0.2s;
    }
    .ab-btn-primary:hover { opacity: 0.85; }
    .ab-btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }

    .ab-btn-secondary {
        background: #1a3a2a;
        color: #fff;
        border-radius: 30px;
        padding: 12px 28px;
        font-size: 14px;
        text-decoration: none;
        display: inline-block;
        transition: opacity 0.2s;
    }
    .ab-btn-secondary:hover { opacity: 0.85; }

    .ab-aggiungi-label { font-size: 14px; margin: 24px 0 10px; }

    .ab-form-error {
        background: #fff0f0;
        border: 1px solid #ffcccc;
        color: #cc0000;
        padding: 12px 18px;
        border-radius: 8px;
        margin-bottom: 16px;
        font-size: 14px;
    }

    .ab-success-msg {
        text-align: center;
        padding: 60px 20px;
    }
    .ab-success-msg h2 { margin: 20px 0 10px; font-size: 24px; }
    .ab-success-msg p  { font-size: 15px; margin-bottom: 24px; }

    @media (max-width: 768px) {
        .ab-quotazione-layout { flex-direction: column; gap: 32px; }
        .ab-col-prodotti { flex: none; width: 100%; }
        .ab-form-row.ab-col-2 { flex-direction: column; }
        .ab-form-row.ab-col-2 .ab-input { width: 100%; min-height: 48px; }
    }
    
    /* FINE STILE QUOTAZIONE*/
    