<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.cdnfonts.com/css/thesansb?styles=70595,70593');
@import url('https://fonts.cdnfonts.com/css/thesans?styles=50544');

:root {
    --fiamma-primary-color: #C10A27;
    --fiamma-secondary-color: #C8AE92;
    --fiamma-dark-text: #3C3C3B;
    --fiamma-light-text: #706F6F;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: 'TheSansB', sans-serif;
    font-weight: 300;
    color: var(--fiamma-dark-text);
    line-height: 1.65;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TheSans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: var(--fiamma-primary-color);
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 4em;
    margin-bottom: 0;
    margin-top: 20px;
}

h3 {
    font-size: 1.2em;
}

.accordion-title {
    font-family: 'TheSansB', sans-serif;
    font-weight: 700;
    color: var(--fiamma-primary-color);
    font-size: 2em;
    margin: 0 0 1em 0;
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: var(--fiamma-primary-color);
    transition: 0.2s color ease-in-out;
}

a:hover {
    color: var(--fiamma-light-text);
}

.pdf-page {
    padding: 30px 0;
}
.print-title h1 {
    font-size: 3em;
    font-family: 'TheSans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 0.5em 0;color: #000000;
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-radius: 1px;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
    font-size: .75em;
}

table tr:nth-child(even) td {
    background-color: white;
}

table thead td {
    font-family: 'TheSansB', sans-serif;
    font-size: .85em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}

.row {
    display: flex;
    gap: 50px;
}

.align-items-center {
    align-items: center;
}

.testata {
    margin: 4em 0;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
}

.tech-menu {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
}

.gallery-dim {
    text-align: left;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}


.gallery-dim &gt; div {
    display: table;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px
}

.gallery-dim a {
    display: table-cell;
    border: 4px solid #e6dacc;
    background: #fff;
    width: 300px;
    height: 300px;
    padding: 12px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
}

.gallery-dim a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.gallery-dim a:hover {
    border: 4px solid #C10A27;
}

.accessori-row {
    margin-bottom: 0;
    padding: 0;
}

.accessori-row h4, .staffe-row h4 {
    font-family: inherit;
    font-weight: bold;
    font-size: 17px
}

.gallery-carousel, .owl-carousel-staffe {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2em;
}

.gallery-carousel-item a {
    display: block;
    width: 100%;
}

.gallery-carousel-bg {
    display: block;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 9;
    margin-bottom: 12px;
}

.accordion-top {
    padding-top: 2em;
}

.accordion-bottom p {
    padding: 0 0 1em 0;
}

.accessori-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.accessori-list .item:nth-of-type(1n+9) {
    display: none
}

.gamma-row {
    padding: 20px 40px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.gamma-row h7 {
    padding: 0;
    margin: 0;
    border-bottom: none;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 22px;
    color: #6f645c;
    font-weight: bold;
}

.gamma-row h3 {
    font-size: 20px;
    font-weight: 700;
    color: #504842;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 22px;
    color: #6f645c;
}

.modelli-list &gt; div {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.modelli-list &gt; div:last-child {
    border-bottom: none;
}

.modelli-list &gt; div &gt; div {
    display: table-cell;
    vertical-align: middle;
}

.modelli-list &gt; div &gt; div.modello-img {
    text-align: left;
    width: 490px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.modelli-list &gt; div &gt; div.modello-img .img-modello {
    display: inline-block;
    width: 150px;
    margin: 5px;
    border: 3px solid #dddddd;
    background: #dddddd;
}

.modelli-list &gt; div &gt; div.modello-img .img-modello a {
    display: table-cell;
    width: 144px;
    height: 144px;
    vertical-align: middle;
    text-align: center;
    background: white;
}

.modelli-list &gt; div &gt; div.modello-img .img-modello a .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.modelli-list &gt; div &gt; div.modello-img .img-modello a .table-cell img {
    display: inline;
    max-width: 100%;
}

.modelli-list &gt; div &gt; div.modello-img .img-modello span {
    font-size: 12px;
    padding: 5px;
    background: #dddddd;
    display: block;
}

.modelli-list &gt; div &gt; div.modello-img .img-modello img {
    vertical-align: bottom;
    width: auto;
    height: auto;
    max-height: 144px;
    max-width: 144px;
    text-align: center
}

.modelli-list &gt; div &gt; div.modello-txt {
    padding: 12px 30px 12px 0
}

.modello-txt p {
    margin: 0;
}

.dl-gamma {
    margin: 12px 0 0 0;
    text-align: left
}

.dl-gamma a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 7px 22px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    background: #C10A27;
}

.text_icon_info {
    padding-left: 25px;
    background: url(/image/info.png) top left no-repeat;
    line-height: 20px;
}

.legenda {
    padding: 12px 0 0 0px;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 15px;
    width: 100%
}

.legenda rd, .legenda gn, .legenda tab {
    float: left;
    margin: 0 5px;
    font-style: italic;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fluid_row {
}

.fluid_row .item .bmPhoto span {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 12px;
}

.product_description {
    padding-bottom: 25px;
}

.product_description h3 {
    padding-top: 25px;
}


.last-row, .last-row-2 {
    margin-bottom: 2em;
}

.last-row .panel-collapse {
    padding-bottom: 40px;
}

.show-sm {
    display: none;
}

.guida_alla_scelta strong, h3 {
    text-transform: uppercase;
    color: var(--fiamma-dark-text);
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 20px;
}

.print-title {
    border-bottom: 1px solid var(--fiamma-light-text);
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    align-items: flex-end;
}

.print-logo {
    width: 150px;
    padding-bottom: 10px
}

.print-left {
    display: flex;
    flex-direction: column;
}

rd, gn { line-height: 12px; font-size: 13px; box-sizing: border-box; }
rd *, gn * { box-sizing: border-box; }
rd:before, gn:before { width: 12px; height: 12px; border-radius: 50%; display: inline-block; overflow: hidden; vertical-align: top; content: ' '; margin-right: 3px; }
rd:before { background-color: #767676; border: 2px solid #767676 }
gn:before { background-color: #bdbdbd; border: 2px solid #bdbdbd }
.legenda { padding: 12px 0 0 0px; display: flex; flex-wrap: wrap; font-size: 13px; line-height: 15px; width: 100% }
.legenda rd, .legenda gn, .legenda tab { float: left; margin: 0 5px; font-style: italic; display: flex; align-items: center; flex-wrap: wrap; }


#qrcode {
    text-align: right;
}
.print-row {    margin-bottom: 15px;
    text-align: right;
}

.print-row a {
    background: url(/image/data/struttura/icon_print.png) no-repeat #C10A27;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    background-position: 13px 8px;
    display: inline-block;
    padding: 7px 18px 7px 42px;
    color: #ffffff;
    background-size: 18px;
    border-radius: 20px;
}

.footer-row {
    border-top: 1px solid var(--fiamma-light-text);
    padding-top: 3em;
    margin-top: 3em;
    font-size: 13px;
    line-height: 18px;
}

.footer-row .row {
    align-items: flex-end
}

.footer-row img {
    max-width: 130px;
    margin-bottom: 20px;
}

.justify-content-between {
    justify-content: space-between;
}

.footer-right {
    max-width: 400px;
}</pre></body></html>