/**
 * @file
 * Subtheme specific CSS.
 */

/* General styling */
html {
    scroll-behavior: smooth;
}

.node__content {
    margin-top: 0;
}

main#content {
    padding: 0;
}

div#main-wrapper {
    overflow-x: hidden;
}

.page-storia div#main-wrapper {
    overflow-x: visible;
}

.site-footer {
    z-index: 3;
    position: relative;
}

.with-feinrohren-icon::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    align-items: center;
    margin-right: 14px;
    background-image: url(/themes/custom/feinrohren_theme/assets/icon-feinrohren.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.btn,
.btn:active,
.btn:focus {
    border-radius: 49px;
    background: rgba(var(--orange));
    border-color: rgba(var(--orange));
    box-shadow: none;
}


.btn:hover {
    background: #fff;
    color: rgba(var(--orange));
    border-color: rgba(var(--orange));
}
.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-check-input:focus {
    border-color: rgb(var(--orange));
    outline: none;
    box-shadow: none;
}

.has-hover-link {
    position: relative;
}

.hover-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset;
}

.full-width.swiper {
    overflow: visible;
}

.gradient-background {
    background: var(--sfumatura, linear-gradient(95deg, #454250 -5.9%, #DB6638 91.84%));
}

/* SYSTEM PAGES STYLE */

.system-4xx-page nav#navbar-main {
    position: relative;
}

.section-system-page {
    height: 60vh;
    display: flex;
    align-items: center;
}

.section-system-page p {
    margin: 32px 0 64px;
}

.section-page-system-ctas .row .col-sm-4 {
    max-width: fit-content;
}

/* Logged in user override */
body.user-logged-in nav#navbar-main {
    position: relative;
    top: 0 !important;
    transform: none !important;
}

/* CTA styling */
.cta {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.btn {
    padding: 18px 30px;
    border-radius: 49px;
    border: 2px solid transparent;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn.full-btn {
    background-color: rgba(var(--orange));
    color: #fff;
}

.btn.full-btn:hover {
    background-color: transparent;
    color: rgba(var(--orange));
    border-color: rgba(var(--orange));
}

.btn.empty-btn {
    background-color: transparent;
    color: rgba(var(--white));
    border-color: rgba(var(--white));
}

.btn.empty-btn:hover {
    background-color: white;
    color: rgba(var(--orange));
    border-color: rgba(var(--orange));
}

/* Navbar style */
nav#navbar-main {
    background: unset;
    background-color: transparent !important;
    padding-top: 25px;
    padding-bottom: 0;
    transition: 0.5s;
}

nav#navbar-main>.container {
    align-items: baseline;
}

body.user-logged-in nav#navbar-main,
body.scrolled nav#navbar-main,
body.dark-menu nav#navbar-main:not(.page-node-14 nav#navbar-main),
body.page-vocabulary-product-category nav#navbar-main,
body.node--type-products nav#navbar-main {
    background-color: rgb(255 255 255 / 90%) !important;
}

body.user-logged-in div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item .tbm-link-container>.level-1,
body.scrolled div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item .tbm-link-container>.level-1,
body.dark-menu div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item .tbm-link-container>.level-1,
body.page-vocabulary-product-category div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item .tbm-link-container>.level-1,
body.node--type-products div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item .tbm-link-container>.level-1 {
    color: rgba(var(--black)) !important;
}
body.user-logged-in nav#navbar-main .navbar-toggler .line,
body.scrolled nav#navbar-main .navbar-toggler .line,
body.dark-menu nav#navbar-main .navbar-toggler .line,
body.page-vocabulary-product-category nav#navbar-main .navbar-toggler .line,
body.node--type-products nav#navbar-main .navbar-toggler .line {
    background: rgba(var(--black));
}
body.scrolled.scrolldown nav#navbar-main {
    transform: translateY(-128px);
}

a.navbar-brand {
    margin: 0;
    position: relative;
    padding: 0;
}

a.navbar-brand img {
    max-width: 145px;
}

a.navbar-brand .scrolled-logo {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

body.user-logged-in a.navbar-brand img.scrolled-logo,
body.scrolled a.navbar-brand img.scrolled-logo,
body.dark-menu a.navbar-brand img.scrolled-logo,
body.page-vocabulary-product-category a.navbar-brand img.scrolled-logo,
body.node--type-products a.navbar-brand img.scrolled-logo {
    opacity: 1;
}

body.user-logged-in a.navbar-brand img:not(.scrolled-logo),
body.scrolled a.navbar-brand img:not(.scrolled-logo),
body.dark-menu a.navbar-brand img:not(.scrolled-logo),
body.page-vocabulary-product-category a.navbar-brand img:not(.scrolled-logo),
body.node--type-products a.navbar-brand img:not(.scrolled-logo) {
    opacity: 0;
}

div#CollapsingNavbar .container {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}
div#block-feinrohren-theme-selettorelingua {
    margin-bottom: 8px;
}

div#block-feinrohren-theme-selettorelingua span.is-active a {
    text-decoration: underline;
}

div#block-feinrohren-theme-selettorelingua span a {
    color: rgba(var(--white));
    text-decoration: unset;
}

body.user-logged-in div#block-feinrohren-theme-selettorelingua span a,
body.scrolled div#block-feinrohren-theme-selettorelingua span a,
body.dark-menu div#block-feinrohren-theme-selettorelingua span a,
body.page-vocabulary-product-category div#block-feinrohren-theme-selettorelingua span a,
body.node--type-products div#block-feinrohren-theme-selettorelingua span a {
    color: rgba(var(--black));
}

div#block-feinrohren-theme-selettorelingua span a:hover {
    color: rgba(var(--orange)) !important;
}

div#block-feinrohren-theme-selettorelingua span {
    padding: 0;
}

div#block-feinrohren-theme-selettorelingua span:not(:last-child) {
    margin-right: 12px;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm {
    background-color: transparent;
    position: unset;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item {
    border: 0;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item:not(:last-child) {
    margin-right: 43px;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item .tbm-link-container>.level-1 {
    padding: 10px 0;
    color: rgba(var(--white)) !important;
    text-decoration: unset;
    border-bottom: 2px solid transparent;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.active-trail .tbm-link-container>.level-1,
div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item .tbm-link-container>.level-1:hover {
    background-color: unset;
    border-bottom: 2px solid rgba(var(--orange));
    transition: 0.3s;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item .tbm-submenu {
    border: 0;
    border-top: 1px solid rgba(var(--orange));
    box-shadow: unset;
    padding: 0;
    background-color: rgb(255 255 255 / 95%);
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.group-menu-item .tbm-submenu .tbm-row {
    display: flex;
    justify-content: center;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.group-menu-item .tbm-submenu .tbm-row ul.tbm-subnav {
    display: flex;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.group-menu-item .tbm-submenu .tbm-row ul.tbm-subnav .tbm-link {
    padding: 37px 0;
    text-decoration: none;
    transition: 0.3s;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.group-menu-item .tbm-submenu .tbm-row ul.tbm-subnav .tbm-link:hover,
div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.group-menu-item .tbm-submenu .tbm-row ul.tbm-subnav .tbm-link.active-trail,
.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:hover,
.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:focus {
    color: rgba(var(--orange));
}

/* Homepage style */
.homepage-section-banner .section-header-text-internal-wrapper {
    text-align: center;
    max-width: 870px;
}

.homepage-section-banner p {
    font-size: 61px;
    font-weight: 500;
    line-height: 114%;
}

.titles-product-homepage {
    padding-top: 111px;
}

.titles-product-homepage .subtitle-text {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(var(--orange));
    display: flex;
}

/* Product sheet slider style */
.product-sheet-slider {
    padding-bottom: 180px;
}

.product-sheet-slider .view-content {
    max-width: 100%;
    margin: auto;
}

.product-sheet-slider .product-sheet-slider-wrapper:first-child {
    margin-bottom: 130px;
}

.product-sheet-slider .product-sheet-slider-wrapper .subtitle-text {
    margin-bottom: 45px;
    font-size: 16px;
}

.product-sheet-slider .product-sheet-slider-items .single-product-sheet {
    border: 0;
    border-radius: 0;
    max-width: 430px;
    width: min(430px, 80vw);
    width: 100%;
    height: auto;
}

.product-sheet-slider .product-sheet-slider-items .single-product-sheet .inner-wrapper {
    display: flex;
    flex-direction: column;
    padding: 34px 30px 0 30px;
    min-height: 455px;
    height: 100%;
}

.product-sheet-slider .product-sheet-slider-items .single-product-sheet .inner-wrapper h3 {
    margin-top: 72px;
    margin-bottom: -25px;
    transition: transform 0.3s ease-in-out;
}

.product-sheet-slider .product-sheet-slider-items .single-product-sheet .inner-wrapper .cta {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    margin-top: auto;
    margin-bottom: 38px;
}

.product-sheet-slider .product-sheet-slider-items .single-product-sheet:hover .inner-wrapper .cta {
    opacity: 1;
}

.product-sheet-slider .product-sheet-slider-items .single-product-sheet:hover .inner-wrapper h3 {
    transform: translateY(-50px);
}
.product-sheet-slider-items {
    padding-left: 128px;
}

/* homepage ambiente*/
.homepage-ambiente>.row>.col-sm-6:nth-child(2) {
    position: relative;
    overflow: hidden;
}
.homepage-ambiente .single-image-wrapper .single-image-media img {
    top: -420px;
    max-width: 100%;
    width: 100%;
    position: absolute;
    max-width: 625px;
    z-index: -1;
}

.externa-section-wrapper.homepage-ambiente {
    z-index: 1;
    position: relative;
}

.homepage-ambiente>.row>.col-sm-6:nth-child(3) {
    padding-left: 100px;
    padding-top: 190px;
    padding-bottom: 150px;
}

.section-homepage-ambiente-right-column-texts .with-feinrohren-icon,
.homepage-certification-slider-title {
    padding-left: 36px;
    position: relative;
    font-size: 16px;
}
.homepage-certification-slider-title {
    margin-bottom: 48px;
}
.section-homepage-ambiente-right-column-texts h2 {
    font-weight: 400;
    line-height: 104.052%;
    max-width: 380px;
    width: 100%;
}

.section-homepage-ambiente-right-column-texts .subtitle {
    max-width: 318px;
    width: 100%;
    color: #000;
    font-size: 22px;
    line-height: normal;
    margin: 35px 0;
}

.section-copper-quotation-homepage {
    padding: 95px 0;
}

.section-copper-quotation-homepage h2.white {
    margin-bottom: 22px;
}

.section-copper-quotation-homepage a.btn.empty-btn {
    margin-top: 18px;
}

.section-copper-quotation-homepage a.btn.empty-btn:hover {
    color: #FFF;
    background-color: rgba(var(--orange));
    border-color: rgba(var(--orange));
}

.homepage-certification-slider-wrapper {
    max-width: 890px;
    margin-left: 0;
}

.homepage-certification-slider-button {
    max-width: 200px;
    width: 100%;
}


.homepage-certification-slider-external-wrapper>.container>.row {
    align-items: center;
}

.homepage-certification-slider-external-wrapper {
    padding: 90px 0 60px;
}

.homepage-certification-slider-external-wrapper .swiper-slide {
    filter: grayscale(1);
    transition: filter 0.5s;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-certification-slider-external-wrapper .swiper-slide img {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}
.homepage-certification-slider-external-wrapper .swiper-slide:hover {
    filter: grayscale(0%);
}

.homepage-section-banner .section-header-media::before {
    content: '';
    position: absolute;
    background-image: url(/sites/default/files/2026-01/feinrohren-sostenibilita-decoration.png);
    z-index: 1;
    max-width: 625px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 50px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}











/* General webform style */
.webform-submission-form .field-name~input,
.webform-submission-form .field-surname~input,
.webform-submission-form .field-nation~input,
.webform-submission-form .field-phone~input,
.webform-submission-form .field-message~.form-textarea-wrapper textarea,
.webform-submission-form #edit-azienda,
.webform-submission-form #edit-posizione-lavorativa,
.webform-submission-form #edit-email {
    border: 2px solid transparent;
    border-image: var(--sfumatura) 1;
    height: 50px;
}

/* CV upload: single box with gradient border, placeholder left + orange button right */
.webform-submission-form .form-item-curriculum .js-form-managed-file.form-managed-file {
    position: relative;
    min-height: 53px;
    height: 100%;
    border: 2px solid transparent;
    border-image: var(--sfumatura) 1;
    display: flex;
    align-items: center;
    padding-left: 5px;
}


.webform-submission-form .form-item-curriculum .js-form-managed-file .form-file {
    color: transparent;
    border: 0;
    height: 100%;
    z-index: 2;
    position: relative;
    background: transparent;
}

.webform-submission-form .form-item-curriculum .js-form-managed-file .form-file::-webkit-file-upload-button {
    display: none;
}

.webform-submission-form .form-item-curriculum .js-form-managed-file .form-file::file-selector-button {
    display: none;
}

.webform-submission-form .form-item-curriculum .js-form-managed-file .cv-upload-placeholder {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgba(var(--black));
}




.js-form-managed-file.form-managed-file::before {
    content: "Carica il cv";
    padding: 8px 30px;
    right: 10px;
    position: absolute;
    border-radius: 49px;
    background: rgba(var(--orange));
    font-weight: 700;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

/* Hide "Carica il cv" pseudo when a file is selected */
.webform-submission-form .form-item-curriculum .js-form-managed-file.form-managed-file.has-file::before {
    display: none;
}

.js-form-item-curriculum .js-form-submit {
    padding: 8px 30px;
    right: 10px;
    position: absolute;
    border-radius: 49px;
    background: rgba(var(--orange));
    font-weight: 700;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.webform-submission-form .field-message~.form-textarea-wrapper textarea {
    height: 180px;
}

.webform-submission-form .field-name,
.webform-submission-form .field-surname,
.webform-submission-form .field-nation,
.webform-submission-form .field-phone,
.webform-submission-form .field-message,
.webform-submission-form .field-curriculum,
.webform-submission-form span.fieldset-legend,
.webform-submission-form div#edit-sede--wrapper--description,
.form-item-azienda label,
.form-item-posizione-lavorativa label,
.form-item-email label {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 8px;
    color: rgba(var(--black));
}

.webform-submission-form label.form-check-label {
    color: rgba(var(--black));
    padding-left: 10px;
    font-size: 18px;
}

.webform-submission-form .form-item-privacy {
    margin: 30px 0 0 !important;
    padding: 0;
    position: relative;
}


.webform-submission-form .form-required::after {
    background-image: url(/sites/default/files/2026-01/asterisk.svg);
    margin: 0
}

.webform-submission-form div#edit-tipo-di-richiesta .form-switch .form-check-input,
.webform-submission-form .form-item-privacy input#edit-privacy,
.webform-submission-form div#edit-sede input {
    max-width: 1em;
    width: 100%;
    margin: 0;
    background-image: none;
    border-color: rgba(var(--orange));
}

.webform-submission-form div#edit-tipo-di-richiesta .form-switch .form-check-input,
.webform-submission-form div#edit-sede input {
    border: 2px solid rgba(var(--orange));
}

.webform-submission-form div#edit-tipo-di-richiesta .form-check-input:checked,
.webform-submission-form .form-item-privacy .form-check-input:checked,
.webform-submission-form div#edit-sede .form-check-input:checked {
    background-color: rgba(var(--orange));
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.form-switch {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.webform-submission-form .form-item-privacy input#edit-privacy,
.webform-submission-form div#edit-sede input {
    border-radius: 0;
    margin: 0;
}

.webform-submission-form div#edit-sede input {
    border: 1px solid #A6A6A6;
}

.webform-submission-form button#edit-actions-submit {
    padding: 18px 31px;
}

.webform-submission-carriera-form button#edit-actions-submit {
    margin-top: 50px;
}

.webform-submission-contact-form button#edit-actions-submit {
    margin-top: 30px;
}


.webform-submission-form .form-submit::before {
    display: none;
}

.webform-submission-form div#edit-privacy--description,
.webform-submission-form div#edit-privacy--description a {
    color: rgba(var(--black));
}

.webform-submission-form div#edit-privacy--description {
    padding-left: 10px;
}
legend#edit-tipo-di-richiesta--wrapper-legend {
    margin-bottom: 4px;
    font-size: inherit;
}
.contact-us-confirmation {
    min-height: calc(100vh - 380px);
    padding: 140px 0 80px 0;
}
.contact-us-confirmation p {
    margin: 8px 0 32px 0;
    font-size: 32px;
    line-height: 46px;
}

/* WEBFORM ERROR STYLE */
.webform-submission-form .js-form-item label.error {
    color: rgba(217, 17, 34);
    margin-bottom: 0;
    font-size: 14px;
}
.js-webform-radios {
    position: relative;
}
.webform-submission-form .form-item-privacy label.error,
.js-webform-radios label.error {
    position: absolute;
    bottom: -20px;
}
/* Hajar */

.padding-top-230 {
    padding-top: 230px;
}

/* quotazione rame archivio */
body.page-view-copper-quotation,
.page-node-29 {
    background: var(--sfumatura);
}

.view-id-copper_quotation.view-display-id-block_2 {
    display: flex;
    gap: 120px;
    flex-wrap: wrap;
}

.view-id-copper_quotation.view-display-id-block_2>.view-header {
    flex: 0 1 318px;
}

.view-id-copper_quotation.view-display-id-block_2>.view-content.row {
    flex: 1 1 0;
    min-width: 50%;
}

.view-id-copper_quotation.view-display-id-block_2 > .view-content,
.view-id-copper_quotation.view-display-id-block_1 .view-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    padding: 12px 12px 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.view-id-copper_quotation.view-display-id-block_2 > .view-content canvas,
.view-id-copper_quotation.view-display-id-block_1 .view-content canvas {
    width: 100% !important;
    min-height: 360px;
    display: block;
}

.with-feinrohren-icon.white-icon::before {
    filter: grayscale(1) brightness(10);
}

.with-feinrohren-icon.white-icon {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.legend-dot {
    width: 15px;
    display: block;
    height: 15px;
    border-radius: 50%;
}

.legend-dot.legend-dot--eur {
    background: #E7E5E9;
}

.legend-dot.legend-dot--usd {
    background: rgba(var(--orange));
}

.legend-item {
    display: flex;
}

.legend-item {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 8px;
}

.view-id-copper_quotation.view-display-id-block_4>.view-content *,
.view-id-copper_quotation.view-display-id-block_3>.view-content * {
    font-size: 16px;
}
.view-id-copper_quotation.view-display-id-block_4>.view-content .archivio-ultima-quotazione {
    margin: 0;
}
.archivio-legend {
    display: flex;
    gap: 32px;
}

.archivio-summary {
    margin-bottom: 20px;
}

.archivio-ultima-quotazione {
    margin-top: 14px;
    letter-spacing: .01em;
}

.view-id-copper_quotation.view-display-id-block_4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 40px;
}

.view-id-copper_quotation table * {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #FFF !important;
}

.view-id-copper_quotation table tbody tr td {
    padding: 22px 0;
}

.view-id-copper_quotation table thead tr th {
    padding: 40px 0 30px;
    font-size: 32px;
    font-weight: 400;
}



.view-id-copper_quotation table tr td,
.view-id-copper_quotation table tr th {
    text-align: center;
}

.view-id-copper_quotation td {
    font-size: 16px;
}

.view-id-copper_quotation.view-display-id-block_5 .view-content .table-responsive {
    border-top: 2px solid #FFF;
    margin: 80px 0 60px;
}

.view-id-copper_quotation tbody tr:nth-child(odd) {
    background: #996152;
}



/* page storia*/
.section-header {
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.page-node-34 .section-header-media,
.page-node-5 .section-header-media,
.page-node-3 .chi-siamo-header .section-header-media,
.section-header.homepage-header .section-header-media,
.homepage-section-banner .section-header-media,
.governance-header .section-header-media {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 800px;
    overflow: hidden;
}

.homepage-section-banner .section-header-media {
    grid-template-rows: 470px;
}

.page-node-34 .section-header-media img,
.page-node-5 .section-header-media img,
.page-node-3 .chi-siamo-header .section-header-media img,
.section-header .section-header-media video.front-video,
.section-header .section-header-media iframe.front-video,
.section-header .section-header-media .front-video--remote,
.homepage-section-banner img,
.governance-header .section-header-media img {
    max-width: 100%;
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.section-header .section-header-media iframe.front-video,
.section-header .section-header-media .front-video--remote {
    aspect-ratio: 16/9;
    height: auto;
}
.section-header.homepage-header .section-header-media .front-video--remote iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.homepage-section-banner img {
    object-position: top;
}

.page-node-34 .section-header-text-external-wrapper,
.page-node-5 .section-header-text-external-wrapper,
.page-node-3 .chi-siamo-header .section-header-text-external-wrapper,
.section-header.homepage-header .section-header-media .section-header-text-external-wrapper,
.homepage-section-banner .section-header-media .section-header-text-external-wrapper,
.governance-header .section-header-media .section-header-text-external-wrapper {
    grid-area: 1 / 1;
    align-self: end;
    padding: 40px 0;
}
.section-header .section-header-media.remote-video {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 800px;
    background-color: rgba(var(--white));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-header .section-header-media.remote-video .section-header-text-external-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.section-header .section-header-media.remote-video .front-video-thumbnail {
    position: absolute;
    z-index: -1;
}
.governance-header .section-header-media .section-header-text-external-wrapper {
    padding: 90px 0;
}

.homepage-section-banner .section-header-media .section-header-text-external-wrapper {
    align-self: center;
    z-index: 2;
}

.section-header.homepage-header .section-header-media .section-header-text-external-wrapper {
    padding: 115px 0 30px;
    z-index: 1;
}

.section-header.homepage-header .section-header-media .section-header-text-external-wrapper h1 {
    margin-bottom: 50px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.scroll-down-anchor {
    text-align: end;
    animation: bounce 2s infinite;
}

.scroll-down-anchor a {
    color: #FFF;
    font-size: 16px;
    line-height: 99.708%;
    text-decoration: none;
}

/* Scroll-driven timeline (Storia) — layout and visuals */

.view-timeline-storia {
    position: relative;
}

/* Three columns: dates (left) | line + circles (center) | text (right) */
.timeline_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: clip;
}

/* Track (full line) — middle column, spans all rows */
.timeline_progress {
    z-index: 0;
    background-color: #E8E8E8;
    width: 3px;
    height: 100%;
    position: absolute;
}

/* Drawn segment — scaled from top by JS */
.timeline_progress-bar {
    z-index: -1;
    background-color: #fff;
    background-image: linear-gradient(to bottom, rgb(var(--orange)), rgb(var(--orange)));
    width: 3px;
    height: 50vh;
    position: fixed;
    inset: 0 auto 50vh;
}



/* Left column: date / number (orange, right-aligned toward the line) */
.timeline_left {
    grid-column: 1;
    padding-right: 1rem;
    text-align: right;
    align-self: start;
    position: sticky;
    top: 45vh;
}

.timeline_date-text {
    color: rgb(var(--orange));
    font-size: 64px;
    font-weight: 500;
    line-height: 114%;
}
.timeline_item.greendate .timeline_date-text {
    color: rgb(var(--green));
}

/* Center column: static circle on the line (per item) */
.timeline_centre {
    justify-content: center;
    display: flex;
}

.timeline_circle {
    background-color: rgb(var(--orange));
    border-radius: 100%;
    width: 13px;
    min-width: 13px;
    max-width: 13px;
    height: 13px;
    min-height: 13px;
    max-height: 13px;
    position: sticky;
    top: 50vh;
}
.timeline_item.greendate .timeline_circle {
    background-color: rgb(var(--green));
}

/* Right column: title + body text */
.timeline_right {
    grid-column: 3;
    padding-left: 1rem;
    align-self: start;
    max-width: 330px;
}

.timeline_title-row {
    margin-bottom: 5px;
    color: rgba(var(--black));
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}

.timeline_text p {
    color: rgba(var(--black));
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.timeline_title-row:empty {
    display: none;
}

/* One grid row per item (dates | centre | text); subgrid keeps columns aligned */
.timeline_item {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 200px 1fr;
    grid-auto-columns: 1fr;
    padding-top: 140px;
    padding-bottom: 140px;
    display: grid;
    position: relative;
}

.timeline_item:last-child {
    padding-bottom: 0;
}

/* Cinematic edge fades — focus on center */
.overlay-fade-top,
.overlay-fade-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 6rem;
    pointer-events: none;
    z-index: 1;
}

.overlay-fade-top {
    background-image: linear-gradient(#FFF, #FFF);
    height: 80px;
    position: absolute;
    inset: 0% 0% auto;
}

.overlay-fade-bottom {
    background-image: linear-gradient(#FFF, #FFF);
    height: 80px;
    position: absolute;
    inset: auto 0% 0%;
}

/* contatti */
.contattaci {
    margin-bottom: 70px;
}
.padding-zero,
.padding-zero * {
    padding: 0;
}

.big-logo {
    max-width: 437px;
    margin: 115px 0 60px;
}

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



.four-logo .row {
    max-width: 437px;
    width: 100%;
    justify-content: space-between;
    padding: 0 25px;
}

.four-logo .col-sm-6 {
    max-width: 160px;
    width: 100%;
    gap: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.contact-intro {
    font-weight: 400;
}

.contact-info {
    margin: 110px 0 70px;
}

.contact-info h2 {
    font-weight: 700;
    margin-bottom: 11px;
}

.contact-info p {
    color: rgb(var(--black));
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.contact-info a {
    text-decoration-thickness: 1px;
    padding-left: 5px;
}

.contact-info a:hover {
    color: rgba(var(--orange));
    text-decoration: none;
}

/* lavora con noi */

.intro-lavora-con-noi {
    max-width: 430px;
    width: 100%;
    margin-top: 60px;
    font-size: 18px;
    color: rgba(var(--black));
}

.webform-submission-carriera-form #edit-sede--wrapper span.fieldset-legend {
    font-weight: 700;
}

.webform-submission-carriera-form {
    padding-top: 150px;
}
.webform-submission-carriera-form .webform-flexbox.mb-0 {
    margin-bottom: 0 !important;
}
/* sosteinibilita*/
.section-icon-title-text.i_t_t_s {
    max-width: 400px;
    width: 100%;
}

.section-esg-row {
    padding-bottom: 45px;
    border-bottom: 2px solid;
    border-image: var(--sfumatura) 1;
    margin-top: 30px;
}


.i_t_t_s .icon-title {
    display: flex;
    gap: 14px;
    align-items: end;
}

.i_t_t_s .icon-title .image {
    max-width: 64px;
    width: 100%;
    height: 52px;
}

.i_t_t_s .icon-title .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i_t_t_s .icon-title .title {
    color: rgba(var(--black));
    font-size: 40px;
    line-height: 110.642%;
}

.section-icon-title-text.i_t_t_s .text,
.section-icon-title-text.i_t_t_s .text * {
    color: rgba(var(--black));
    font-size: 16px;
    line-height: 110.642%;
    margin-top: 14px;
}

.section-icon-title-text.i_t_t_s .text p {
    margin-bottom: 0;
}

.sustainable-row-header {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.28px;
    margin-bottom: 70px;
    display: block;
}

.sustainability-top-text-wrapper,
.chi-siamo-top-text-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.sustainability-top-text-wrapper .subtitle {
    max-width: 540px;
    width: 100%;
    font-size: 18px;
    line-height: 129.96%;
}

.sustainability-top-text-wrapper .title {
    max-width: 540px;
    width: 100%;
    padding-bottom: 220px;
}

.section-esg:last-child {
    margin-bottom: 120px;
}

.sustainability-webform-image .image {
    max-width: 500px;
    margin-left: 0;
}

.page-node-5 .with-feinrohren-icon.white-icon {
    margin-bottom: 27px;
}

.webform-submission-sostenibilita-form button#edit-actions-submit {
    margin-top: 35px;
}

.webform-submission-sostenibilita-form .form-item-privacy {
    margin: 0 0 0 !important;
}

.sustainability-webform-image {
    padding-top: 120px;
    padding-bottom: 120px;
}

.orange.sustainability-report-title {
    padding-top: 80px;
    max-width: 430px;
    margin-bottom: 30px;
}

.sustainability-report {
    color: rgba(var(--black));
    font-size: 18px;
    line-height: 129.96%;
    margin-bottom: 130px;
}

.sustainability-webform-title {
    max-width: 205px;
    font-size: 20px;
    line-height: 133%;
    margin-bottom: 30px;
}

.sustainibility-bottom .sustainability-top-text-wrapper {
    align-items: baseline;
    flex-direction: column;
}

.sustainibility-bottom .sustainability-top-text-wrapper .title {
    max-width: 450px;
    padding-bottom: 0;
}

.page-node-5 .sustainibility-bottom .section-header-text-external-wrapper {
    align-self: unset;
    padding: 90px 0;
}

/* chi siamo */
.chi-siamo-top-text-wrapper .subtitle {
    max-width: 760px;
    width: 100%;
    font-size: 18px;
    line-height: 129.96%;
}

.chi-siamo-top-text-wrapper .title {
    max-width: 430px;
    width: 100%;
    padding-bottom: 400px;
}

.values-slider-wrapper .swiper-slide {
    height: auto;
}

.values-slider-wrapper .swiper-slide .views-field,
.values-slider-wrapper .swiper-slide .views-field .field-content,
.values-slider-wrapper .swiper-slide .views-field .field-content .value-single-slider {
    height: 100%;
}

.values-slider-wrapper .swiper-slide .views-field .field-content {
    display: block;
}

.section-values>.row>.col-sm-3 {
    background: var(--sfumatura, linear-gradient(95deg, #454250 -5.9%, #DB6638 91.84%));
}

.value-single-slider {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 600px;
}

.value-single-slider .image {
    position: relative;
    grid-area: 1 / 1;
}

.value-single-slider .image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.value-single-slider .image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(77deg,
            rgba(217, 107, 60, 0.24) 17.19%,
            rgba(102, 75, 75, 0.46) 45.21%,
            rgba(69, 66, 80, 0.53) 97.02%);
}

.value-single-slider .text-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 300px;
}

.value-single-slider .text-wrapper .title::before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(/sites/default/files/2026-02/circle-feinrohren.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -23px;
    top: -10px;
    z-index: -1;
}

.value-single-slider .text-wrapper .white * {
    color: rgba(var(--white));
}

.view-company-values-slider .swiper-button-prev,
.view-company-values-slider .swiper-button-next {
    width: 11px;
    height: 19px;
    color: rgb(var(--orange));
    position: unset;
}

.values-slider-items .swiper-buttons {
    position: absolute;
    bottom: 50px;
    max-width: 700px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 16px;
}
.section-valori-left-column h2.white {
    margin-bottom: 27px;
}
.section-valori-left-column p {
    font-size: 16px;
}
.value-single-slider .body.white p {
    font-size: 18px;
    line-height: normal;
}

.value-single-slider .title.white {
    font-size: 16px;
    margin-bottom: 18px;
    z-index: 3;
    position: relative;
}

.section-icon-title-text.v-a .icon-title .image {
    width: auto;
    height: 71px;
}

.section-icon-title-text.v-a .icon-title .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.section-icon-title-text.v-a .title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 110.642%;
    margin-top: 20px;
}

.section-icon-title-text.v-a .text {
    color: #000;
    font-size: 20px;
    line-height: 110.642%;
}

.chi-siamo-icon-text-one-row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.chi-siamo-icon-text-one-row .col-md-3.col-sm-6 {
    display: flex;
    justify-content: center;
}

.values-slider-wrapper {
    padding: 0;
}

.section-principali {
    padding-top: 120px;
}

.section-principali>.row>.col-sm-3 {
    width: 40%;
    display: grid;
    padding: 0;
}

.section-principali>.row>.col-sm-9 {
    width: 60%;
    padding-top: 220px;
}


.section-principali-left-column-texts .with-feinrohren-icon::before,
.section-homepage-ambiente-right-column-texts .with-feinrohren-icon::before,
.homepage-certification-slider-title.with-feinrohren-icon::before {
    position: absolute;
    left: 0;
}

.section-principali-left-column-texts .with-feinrohren-icon {
    padding-left: 36px;
    position: relative;
}

.section-icon-title-text.i-t .icon-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section-icon-title-text.i-t .image {
    width: 33px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-icon-title-text.i-t .image img {
    width: auto;
    height: 100%;
}

.section-icon-title-text.i-t .title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 110.642%;
}

.section-icon-title-text.i-t {
    margin-bottom: 50px;
}

.page-node-3 .region--bottom .full-btn {
    margin: 100px 0;
}

.section-principali .col-sm-9 .row>.col-sm-6 {
    max-width: 320px;
    width: 100%;
}


.section-principali img {
    margin: 0;
    width: 100%;
}

.page-node-3 .single-image-wrapper {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: end;
}

/* governance */
.governance-top-text-wrapper p {
    max-width: 870px;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    margin-top: 50px;
}

.section-governance-vision-texts {
    max-width: 450px;
    width: 100%;
    padding: 0 15px;
}

.section-governance-vision-texts p {
    font-size: 18px;
    line-height: 129.96%;
    margin-top: 15px;
}

.section-governance-mission {
    background: var(--sfumatura, linear-gradient(95deg, #454250 -5.9%, #DB6638 91.84%));
    padding-top: 110px;
}

.section-governance-mission .row .col-sm-6:nth-child(2) {
    display: flex;
    justify-content: end;
    max-width: 640px;
}

.section-governance-mission .row .col-sm-6:nth-child(3) {
    display: flex;
    justify-content: end;
    align-items: end;
}

.section-governance-mission .row {
    justify-content: space-between;
}

.section-governance-mission .single-image-wrapper,
.section-governance-vision .single-image-wrapper {
    max-width: 640px;
}

.section-governance-vision .row .col-sm-6:nth-child(2) {
    display: flex;
    align-items: end;
}

.section-governance-vision .row .col-sm-6:nth-child(3) {
    display: flex;
    align-items: center;
}

.section-governance-vision:not(.codice-etico) {
    padding-top: 40px;
}

.codice-etico .full-btn {
    margin-top: 30px;
}

/* Whistleblowing */
.whistleblowing-tabs .view-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.whistleblowing-tabs .whistleblowing-tab-list,
.certification-tabs .certification-tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(var(--orange));
}

.whistleblowing-tabs .whistleblowing-tab,
.certification-tabs .certification-tab {
    border-bottom: 5px solid transparent;
    max-width: 260px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.whistleblowing-tabs .whistleblowing-tab img,
.certification-tabs .certification-tab img {
    display: block;
    height: 108px;
    width: 100%;
    max-width: 200px;
    object-fit: cover;
    margin-bottom: 36px;
}

.whistleblowing-tabs .whistleblowing-tab:not(.active),
.certification-tabs .certification-tab:not(.active) {
    filter: grayscale(1);
    opacity: 0.75;
}

.whistleblowing-tabs .whistleblowing-tab.active,
.certification-tabs .certification-tab.active {
    filter: none;
    opacity: 1;
    border-bottom-color: #DB6638;
}

.whistleblowing-tabs .whistleblowing-tab-panels {
    width: 100%;
    text-align: center;
}

.whistleblowing-tabs .whistleblowing-tab-panel {
    display: none;
}

.whistleblowing-tabs .whistleblowing-tab-panel.active {
    display: block;
}

.whistleblowing-tabs .whistleblowing-tab-panel h2.orange {
    margin-bottom: 60px;
}

.whistleblowing-tabs .whistleblowing-tab-panel .views-field-field-link,
.whistleblowing-tabs .whistleblowing-tab-panel .field-link {
    margin-top: 0.5rem;
}

.whistleblowing-top-texts .subtitle {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 129.96%;
    max-width: 1100px;
    width: 100%;
    margin: 55px 0 65px;
}

.view-id-locations {
    margin-bottom: 140px;
}

/* Certificazioni  */


.certifications-top-texts .title {
    max-width: 550px;
    width: 100%;
}

.certifications-top-texts .layout__region--content {
    display: flex;
    justify-content: space-between;
}

.certifications-top-texts .subtitle {
    max-width: 540px;
    width: 100%;
    font-size: 18px;
    line-height: 129.96%;
    color: #000;
}

.certifications-top-texts {
    margin-bottom: 200px;
}

.view-id-companies_certification .views-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(var(--orange));
    padding: 20px 0;
    gap: 5px;
}
.certification-logo img {
    max-height: 170px;
    max-width: 170px;
    object-fit: contain;
}
.certificate-title-stato .title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

.certificate-title-stato .stato {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 114%;
}

.view-id-companies_certification .views-field-field-media-image,
.view-id-companies_certification .title-state-wrapper {
    flex: 1;
}

.companies-logo-certificates-wrapper {
    margin-bottom: 75px;
}

/* Aree business*/
.view-area-of-business {
    margin-bottom: 70px;
}

.container.area-business-top-texts {
    margin-bottom: 115px;
}

.area-business-top-texts .layout__region {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.area-business-top-texts p {
    max-width: 540px;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 129.96%;
    padding-right: 110px;
}

.area-business-top-texts h1 {
    max-width: 572px;
    width: 100%;
}

.view-id-area_of_business .view-content.row {
    display: flex;
    justify-content: space-between;
}

.view-id-area_of_business .single-card {
    width: 50%;
    margin-bottom: 24px;
}

.view-id-area_of_business .business-area-card .wrapper-title i {
    opacity: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
}

.business-area-card i::before {
    color: rgba(var(--orange));
}

.view-id-area_of_business .business-area-card .wrapper-title {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    line-height: 114%;
    padding: 42px 50px;
    gap: 10px;
    align-items: center;
}

.view-id-area_of_business .business-area-card.has-hover-link::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: white;
    border-radius: inherit;
    z-index: -1;
    transition: 0.3s;
}

.view-id-area_of_business .business-area-card {
    background: linear-gradient(95deg, #454250 -5.9%, #DB6638 91.84%);
    z-index: 1;
}

/* card hover */
.view-id-area_of_business .single-card .business-area-card .wrapper-image {
    transition: 0.3s;
}
.view-id-area_of_business .single-card:hover .business-area-card .wrapper-title i {
    opacity: 1;
}

.view-id-area_of_business .single-card:hover .business-area-card.has-hover-link::before,
.view-id-area_of_business .single-card:hover .business-area-card .wrapper-image {
    transform: scaleX(0.99) scaleY(0.98);
}

.view-id-area_of_business .single-card:hover .business-area-card .wrapper-title h3 {
    background: var(--sfumatura, linear-gradient(95deg, #454250 -5.9%, #DB6638 91.84%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* footer */
footer .navbar-brand img {
    opacity: 1 !important;
}

footer .navbar-brand img {
    max-width: 100%;
    width: 100%;
}

footer a.navbar-brand {
    padding: 0;
}

.site-footer .block {
    margin: 0;
    padding: 0;
}

footer ul {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

footer .content h6,
footer .content p,
footer .content a,
footer .content li {
    color: #fff !important;
}

footer li {
    display: flex;
    align-items: center;
}

footer a {
    text-decoration: none;
}

footer h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 7px;
}

footer .content li {
    font-size: 16px;
}

footer .site-footer__bottom,
.site-footer .block,
.site-footer__top .content li a {
    border: none;
}

footer .row {
    margin-right: 0;
    margin-left: 0;
}

.site-footer {
    background-image: url('/sites/default/files/2026-03/footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 18px;
}

.site-footer__top .content li a:hover,
footer a:hover {
    background-color: unset;
    text-decoration: underline;
}

.footer-head-office p a {
    font-size: 16px;
    line-height: 35px;
}

.footer-head-office p {
    margin: 0
}

.footer-contacs li {
    line-height: normal;
}

.footer-partner img {
    max-width: 100%;
    width: 100%;
}

.site-footer__bottom {
    margin-top: 80px;
}

.site-footer__bottom .region {
    margin-top: 0;
}

.site-footer__bottom .content {
    padding: 17px 0 0;
    border-top: 1px solid #FFF;
}

.site-footer__top.clearfix {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.region.region-footer-first {
    max-width: 136px;
    width: 100%;
}

.region.region-footer-second {
    max-width: 200px;
    width: 100%;
}

.region.region-footer-third {
    max-width: 195px;
    width: 100%;
}

.region.region-footer-fourth {
    max-width: 210px;
    width: 100%;
}

footer .clearfix::after {
    display: none
}

.footer-additional-info p,
.footer-additional-info a {
    font-size: 14px;
}

.page-user-password nav#navbar-main,
.page-user-login nav#navbar-main {
    background-color: #000000 !important;
}

body.page-user-password.scrolled.scrolldown nav#navbar-main,
body.page-user-login.scrolled.scrolldown nav#navbar-main {
    transform: none;
    background: white !important;
    box-shadow: 0 3px 21px -16px #b4b4b4;
}

.page-user-password div#page,
.page-user-login div#page {
    padding-top: 180px;
}

.page-user-password div#page .highlighted .tabs,
.page-user-login div#page .highlighted .tabs {
    max-width: 400px;
    margin: auto;
}

form#user-login-form button#edit-submit,
form#user-pass button#edit-submit {
    padding: 7px 20px;
}

/* PRODUCT MEGAMENU STYLE */
div#block-views-blockproduct-menu-block-1 {
    margin-bottom: 65px;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu {
    padding: 45px 0;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping {
    display: grid;
    padding: 0 60px;
    grid-template-columns: repeat(12, [col-start] 1fr);
    gap: 30px;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-header {
    grid-column: 1/3;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-content {
    grid-column: 4 /12;
    display: grid;
    grid-template-columns: repeat(9, [col-start] 1fr);
    gap: 30px;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-header a {
    color: rgba(var(--orange));
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-header a:hover {
    border-color: rgba(var(--orange));
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-content .product-category-view-group {
    grid-column: span 3;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-content .product-menu-item {
    margin-top: 10px;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-content .product-menu-item a,
div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-content .product-menu-item a p {
    color: #454250;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    line-height: normal;
    display: block;
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-content .product-menu-item a:hover,
div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping .view-grouping-content .product-menu-item a:hover p {
    color: rgba(var(--orange));
}

div#block-feinrohren-theme-navigazioneprincipale .tbm li.tbm-item.feinrohren-product-menu>.tbm-submenu .product-menu-wrapper .view-grouping::after {
    content: '';
    height: 100%;
    width: 2px;
    background: rgba(var(--orange));
    position: relative;
    display: block;
    grid-column: 3/3;
    grid-row: 1;
    margin-left: 6px;
}

/* Feinrohren Worldwide page style */

.feinrohren-world-header .feinrohren-world-header-inner {
    max-width: 777px;
    margin-bottom: 100px;
}

.feinrohren-world-header .feinrohren-world-header-inner .title {
    margin-bottom: 32px;
}

.feinrohren-worldwide {
    background: linear-gradient(95deg, #454250 -5.9%, #DB6638 91.84%);
}

.feinrohren-world-map {
    margin-bottom: 80px;
}

.feinrohren-world-map .map-container {
    position: relative;
}

.feinrohren-world-map .map-container .map-pins-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.feinrohren-world-map .map-container .map-base-img {
    width: 100%;
    max-width: 100%;
}

.feinrohren-world-map .map-container .location-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(11.550000190734863px);
    border: 1px solid #FFF;
    max-width: 365px;
    width: 100%;
    color: white;
    display: flex;
    padding: 20px;
}

.feinrohren-world-map .map-container .location-card .card-logo {
    max-width: 135px;
    height: 56px;
    background-color: white;
    overflow: hidden;
    padding: 5px;
    margin-right: 13px;
    width: 100%;
}

.feinrohren-world-map .map-container .location-card .card-logo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.feinrohren-world-map .map-container .location-card .card-details p,
.feinrohren-world-map .map-container .location-card .card-details a {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    color: rgba(var(--white)) !important;
    text-decoration: none;
}

.feinrohren-world-map .map-container .feinrohren-gl .location-card,
.feinrohren-world-map .map-container .feinrohren-spa .location-card,
.feinrohren-world-map .map-container .feinrohren-zetaesse .location-card {
    right: 0;
}

.feinrohren-world-map .map-container .feinrohren-sogetub .location-card,
.feinrohren-world-map .map-container .feinrohren-pt .location-card {
    bottom: -29px;
}

.feinrohren-world-map .map-container .feinrohren-gl .location-card {
    top: 13px;
}

.feinrohren-world-map .map-container .feinrohren-spa .location-card {
    top: 137px;
}

.feinrohren-world-map .map-container .feinrohren-zetaesse .location-card {
    top: 261px;
}

.feinrohren-world-map .map-container .feinrohren-pt .location-card {
    left: 0;
}

.feinrohren-world-map .map-container .feinrohren-sogetub .location-card {
    left: 50%;
}

.feinrohren-world-map .map-container .location-card #single-location-btn~.ajax-progress {
    display: none;
}

.ui-widget-overlay.ui-front {
    background: rgba(var(--white), 0.08);
    backdrop-filter: blur(11.6px);
    opacity: 1;
}

/* .single-location-modal {
    width: 90vw !important;
    max-width: 1095px !important;
    min-height: 505px !important;
    padding: 20px 10px 20px 20px !important;
    border: 0 !important;
    border-radius: 2px;
} */
.single-location-modal {
    width: 25vw !important;
    min-height: 505px !important;
    padding: 20px 10px 20px 20px !important;
    border: 0 !important;
    border-radius: 2px;
}
.single-location-modal .ui-dialog-titlebar {
    padding: 0 !important;
    margin: 0;
    background: transparent;
    border: 0;
}

.single-location-modal .ui-dialog-titlebar::before,
.single-location-modal .ui-dialog-titlebar::after {
    content: unset;
}

.single-location-modal .ui-dialog-titlebar {
    padding: 0 !important;
    margin: 0;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: end;
    z-index: 2;
}

.single-location-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
    text-indent: unset;
    background: transparent;
    border: 0;
    color: rgba(var(--black));
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    text-align: right;
    padding: 10px;
    height: auto;
    position: relative;
}

.single-location-modal div#drupal-modal {
    max-height: 100% !important;
    padding: 20px 20px 50px 20px;
    z-index: 1;
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede {
    padding: 0;
    margin: 0;
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location-image {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location {
    display: flex;
    column-gap: 5%;
    flex-direction: column;
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location {
    display: flex;
    column-gap: 5%;
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-image {
    width: 100%;
    margin-bottom: 16px;
}
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-image img {
    width: -webkit-fill-available;
}
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content {
    max-width: 55%;
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content h5 {
    font-weight: 600;
    background: var(--sfumatura, linear-gradient(95deg, #454250 -5.9%, #DB6638 91.84%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    max-width: fit-content;
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-address p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    max-width: 455px;
    margin-bottom: 0;
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-phone-email {
    margin: 20px 0;
}
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-fax {
    display: flex;
    column-gap: 6px;
}
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-phone,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-email,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-phone a,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-email a,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-fax,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-fax p {
    transition: 0.3s;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
    color: rgba(var(--black));
    margin: 0;
}
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-phone,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-email,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-fax {
    margin: 8px 0;
}


.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-phone a:hover,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-email a:hover {
    color: rgba(var(--orange));
}

.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-description {
    margin-bottom: 25px;
}
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-description b,
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-description strong {
    font-weight: 600;
}
.single-location-modal .ui-dialog-content .worldwide-locations-sede .single-location .single-location-content .single-location-description p {
    max-width: 540px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}



.feinrohren-world-map .map-container .location-pin-wrapper {
    z-index: 1;
    position: absolute;
    /* transform: translate(-50%, -50%); */
    background-color: white;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.feinrohren-world-map .map-container .feinrohren-gl .location-pin-wrapper,
.feinrohren-world-map .map-container .feinrohren-spa .location-pin-wrapper,
.feinrohren-world-map .map-container .feinrohren-zetaesse .location-pin-wrapper {
    right: 50.2%;
    top: 26%;
}

.feinrohren-world-map .map-container .feinrohren-sogetub .location-pin-wrapper {
    right: 53%;
    top: 24%;
}

.feinrohren-world-map .map-container .feinrohren-pt .location-pin-wrapper {
    left: 24%;
    top: 28%;
}

/* PRODUCT TAXONOMY PAGE STYLE */
.pcategory-page {
    padding-top: 110px;
}
.pcategory-page .pc-header {
    height: 100%;
    padding: 100px 0;
}
.pcategory-page .pc-header-content .pc-description {
    max-width: 516px;
    margin-top: 45px;
}

.pcategory-page .pc-header-content .pc-description * {
    font-size: 18px;
    line-height: 24px;
    color: white;
}

.pcategory-page .pc-header-content .pc-title {
    max-width: 547px;
}

.pcategory-page .pc-image {
    height: 230px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcategory-page .pc-image img {
    object-fit: cover;
    width: 100%;
}

.pcategory-page .pc-listing {
    padding: 60px 0;
    background: #F6F4F3;
}
.bu-prod-listing .bu-prod-listing-container {
    flex-wrap: wrap;
    --gap: 20px;
    display: flex;
    gap: var(--gap);
}
.bu-prod-listing .bu-prod-listing-container .card {
    width: calc(50% - (var(--gap) / 2));
    border-radius: 0;
    border: 0;
}
.bu-prod-listing .bu-prod-listing-container .card .wrapper-title-img {
    padding-bottom: 18px;
}
.bu-prod-listing .bu-prod-listing-container .card .wrapper-title-img h3 {
    padding: 0 18px;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
}
.bu-prod-listing .bu-prod-listing-container .card .wrapper-img {
    max-width: 100%;
    margin-bottom: 18px;
}
.bu-prod-listing .bu-prod-listing-container .card .wrapper-title-img h3 i {
    opacity: 0;
    transition: 0.3s;
}
.bu-prod-listing .bu-prod-listing-container .card:hover .wrapper-title-img h3 i {
    opacity: 1;
}
.bu-prod-listing .bu-prod-listing-container:not(:last-child) {
    margin-bottom: 100px;
}

.pcategory-page .view-product-category .view-content {
    gap: 16px 0;
}
.bu-prod-listing .wrapper-prod-anchor-cat {
    position: relative;
}
.bu-prod-listing .wrapper-prod-anchor-cat .prod-ancor {
    position: absolute;
    top: -16px;
}
.bu-prod-listing .wrapper-prod-anchor-cat h2 {
    padding-left: 12px;
    margin-bottom: 28px;
}



/* 
.pcategory-page .view-product-category .view-content .parent-tax-card {
    max-width: calc(50% - 8px);
}


.pcategory-page .view-product-category .view-content .parent-tax-card .card {
    border-radius: 0;
    display: flex;
    min-height: 305px;
    height: 100%;
    padding: 38px 40px 25px 40px;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    position: relative;
    background: linear-gradient(95deg, #454250 -5.9%, #DB6638 91.84%);
    z-index: 1;
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: white;
    border-radius: inherit;
    z-index: -1;
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card:hover::before {
    transform: scaleX(0.99) scaleY(0.98);
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card .wrapper-title-text h3 i,
.pcategory-page .view-product-category .view-content .parent-tax-card .card .wrapper-title-text h3 span,
.pcategory-page .view-product-category .view-content .parent-tax-card .card::before {
    transition: 0.3s;
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card .wrapper-title-text,
.product-category-group-content .card .wrapper-title-img {
    width: 100%;
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card .wrapper-title-text h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card .wrapper-title-text h3 i,
.product-category-group-content .card .wrapper-title-img h3 i {
    font-size: 30px;
    opacity: 0;
    transition: 0.3s;
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card:hover .wrapper-title-text h3 i,
.product-category-group-content .card:hover .wrapper-title-img h3 i {
    opacity: 1;
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card:hover .wrapper-title-text h3 span {
    transform: translateX(16px);
}

.pcategory-page .view-product-category .view-content .parent-tax-card .card .wrapper-title-text p {
    max-width: 480px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
} */

/* TAXONOMY CHILD PRODUCT PAGE STYLE */

.pcategory-page .product-category-group:not(:nth-child(1)) {
    margin-top: 90px;
}

.pcategory-page .product-category-group-title {
    margin-bottom: 60px;
    position: relative;
}

.pcategory-page .product-category-group-title .position-absolute {
    top: -80px;
}

.pcategory-page .product-category-group-title .subtitle-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 28px;
}

.pcategory-page .product-category-group-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
}

.pcategory-page .product-category-group-content .card {
    border-radius: 0;
    display: flex;
    min-height: 330px;
    width: 100%;
    height: 100%;
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    background: white;
    max-width: calc(50% - 10px);
}

.card .wrapper-title-img .wrapper-img {
    margin-bottom: 36px;
    max-width: 335px;
    height: 112px;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}
.product-sheet-slider .product-sheet-slider-items .single-product-sheet .inner-wrapper.wrapper-title-img .wrapper-img {
    max-width: 170px;
    height: 170px;
}
.card .wrapper-title-img .wrapper-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(95deg, #454250 -3.33%, rgba(144, 84, 68, 0.82) 36.57%, rgba(219, 102, 56, 0.00) 86.23%);
    pointer-events: none;
}

.card .wrapper-title-img .wrapper-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product-sheet-slider .product-sheet-slider-items .single-product-sheet.card:hover .wrapper-title-img .wrapper-img,
.card:hover .wrapper-title-img .wrapper-img {
    max-width: 100%;
}

.pcategory-page .product-category-group-content .card .wrapper-title-img h3 {
    display: flex;
    justify-content: space-between;
}

/* Single product page style */
.product-page .breadcrumbs,
.pcategory-page .breadcrumbs {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.product-page h1 {
    margin-top: 90px;
    margin-bottom: 60px;
}

.product-page .product-information-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 70px;
}

.product-page .product-description {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-column-gap: 100px;
}
.product-page .product-description p {
    max-height: 200px;
    column-fill: auto;
    column-count: 2;
    column-gap: 2rem;
}
.product-page .product-information-wrapper .btn {
    /* grid-column-start: 2; */
    max-width: fit-content;
    /* margin-left: 18px; */
}

.product-page .single-product-footer.gradient-background * {
    color: rgba(var(--white));
}

.product-page .product-img-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 405px;
}

.product-page .single-product-footer {
    padding: 54px 0;
}

.product-page .single-product-footer.gradient-background p {
    font-size: 32px;
}