/*
 * GRAETZ ITALIA
 * Corporate Page Header V2
 * Minimal Premium
 *
 * Standard WordPress pages and WooCommerce
 * product category archives.
 *
 * Product detail pages are excluded.
 */

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal {

    --graetz-header-bg: #f8f8f6;
    --graetz-header-title: #1c1c1c;
    --graetz-header-gold: #a78440;
    --graetz-header-line: #c4a05c;
    --graetz-header-muted: #666666;

}

/* =========================================
   HEADER SURFACE
========================================= */

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
.page-header {

    background: #f8f8f6 !important;
    background-color: #f8f8f6 !important;
    background-image: none !important;

    color: #555555 !important;

    border: 0 !important;

    min-height: 0 !important;
    height: auto !important;

    padding: 24px 0 22px !important;

}

/* =========================================
   PAGE TITLE
========================================= */

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
.page-header .page-title {

    display: block !important;

    width: 100% !important;

    position: relative !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #1c1c1c !important;

    font-family: inherit !important;

    font-size: 29px !important;

    font-weight: 600 !important;

    line-height: 1.3 !important;

    letter-spacing: -0.015em;

    text-transform: none !important;

    text-align: left !important;

}

/* =========================================
   BRAND SIGNATURE
========================================= */

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
.page-header .page-title::before {

    content: "GRAETZ ITALIA" !important;

    display: block !important;

    position: static !important;

    width: auto !important;

    inset: auto !important;

    margin: 0 0 7px 0 !important;

    padding: 0 !important;

    float: none !important;

    transform: none !important;

    text-align: left !important;

    color: #a78440 !important;

    font-family: inherit !important;

    font-size: 11px !important;

    font-weight: 600 !important;

    line-height: 1.5 !important;

    letter-spacing: 0.13em !important;

}

/* =========================================
   GOLD SIGNATURE LINE
========================================= */

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
.page-header .page-title::after {

    content: "" !important;

    display: block !important;

    position: static !important;

    width: 55px !important;

    height: 3px !important;

    margin: 13px 0 0 !important;

    background: #c4a05c !important;

    border: 0 !important;

    transform: none !important;

}

/* =========================================
   BREADCRUMBS
========================================= */

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
.page-header :is(.breadcrumbs,.breadcrumb,nav) {

    color: #666666 !important;

    font-size: 12px !important;

}

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
.page-header :is(.breadcrumbs,.breadcrumb,nav) a {

    color: #555555 !important;

    text-decoration: none !important;

}

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
.page-header :is(.breadcrumbs,.breadcrumb,nav) a:hover {

    color: #a78440 !important;

}

body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
.page-header :is(.breadcrumbs,.breadcrumb,nav)
:is(.delimiter,.separator,.fa,.icon) {

    color: #a78440 !important;

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
    .page-header {

        padding: 18px 0 19px !important;

    }

    body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
    .page-header .page-title {

        font-size: 25px !important;

        line-height: 1.35 !important;

    }

    body:is(.page,.tax-product_cat).has-page-header.page-header-style-minimal
    .page-header .page-title::before {

        font-size: 10px !important;

        margin-bottom: 6px !important;

    }

}

/* END GRAETZ HEADER V2 */



/*
 * GRAETZ SUPPORT TWO CARDS CSS V1
 * Only pages 1903 and 1892.
 */

body:is(.page-id-1903,.page-id-1892) .gf-support {
    max-width: 960px;
    margin: 15px auto 55px;
    padding: 8px 18px 25px;
    color: #1c1c1c;
    font-family: inherit;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-intro {
    margin-bottom: 20px;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-eyebrow {
    color: #a78440;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 13px;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-title {
    color: #1c1c1c !important;
    font-size: 38px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-line {
    width: 65px;
    height: 3px;
    background: #c4a05c;
    margin-bottom: 17px;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-description {
    color: #444 !important;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 !important;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-cards {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 16px;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card {
    min-width: 0;
    border-radius: 13px;
    padding: 23px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card-dark {
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    color: #fff;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card-light {
    background: #fff;
    border: 1px solid #d8c398;
    color: #1c1c1c;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin: 15px 0 !important;
    padding: 0 !important;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card-dark h3 {
    color: #fff !important;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card-light h3 {
    color: #1c1c1c !important;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 0 19px !important;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card-dark p {
    color: #e8e8e8 !important;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-card-light p {
    color: #555 !important;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #c4a05c;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-icon-faq {
    border: 2px solid #a78440;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-icon-technical {
    position: relative;
    width: 25px;
    height: 24px;
    border: 2px solid #e1bd77;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-icon-technical::before,
body:is(.page-id-1903,.page-id-1892) .gf-support-icon-technical::after {
    content: "";
    position: absolute;
    top: 11px;
    width: 5px;
    height: 10px;
    background: #e1bd77;
    border-radius: 3px;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-icon-technical::before {
    left: -4px;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-icon-technical::after {
    right: -4px;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-button {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    transition: background-color .2s ease;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-button-gold {
    color: #171717 !important;
    background: #c4a05c;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-button-gold:hover {
    color: #171717 !important;
    background: #dbb96e;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-button-light {
    color: #664d20 !important;
    background: #faf7f0;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-button-light:hover {
    color: #664d20 !important;
    background: #f1e8d5;
}

body:is(.page-id-1903,.page-id-1892) .gf-support-button:focus-visible {
    outline: 3px solid #a78440;
    outline-offset: 3px;
}

@media (max-width: 767px) {

    body:is(.page-id-1903,.page-id-1892) .gf-support {
        margin: 10px auto 35px;
        padding: 8px 8px 20px;
    }

    body:is(.page-id-1903,.page-id-1892) .gf-support-title {
        font-size: 29px !important;
    }

    body:is(.page-id-1903,.page-id-1892) .gf-support-card {
        padding: 22px 19px 19px;
    }

    body:is(.page-id-1903,.page-id-1892) .gf-support-card h3 {
        font-size: 20px !important;
    }

    body:is(.page-id-1903,.page-id-1892) .gf-support-button {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {

    body:is(.page-id-1903,.page-id-1892) .gf-support-button {
        transition: none;
    }

}

/* END GRAETZ SUPPORT TWO CARDS CSS V1 */


/* GRAETZ CONTACT BRAND V1 */
.gf-contact-brand{
    --gf-ink:#191919;
    --gf-gold:#b9944b;
    --gf-cream:#faf7f0;
    max-width:1180px;
    margin:0 auto;
    color:var(--gf-ink);
}
.gf-contact-brand *{box-sizing:border-box}
.gf-contact-hero{
    padding:35px 38px 38px;
    margin:15px 0 25px;
    background:linear-gradient(115deg,#faf7f0 0%,#fffdf9 100%);
    border-left:4px solid var(--gf-gold);
}
.gf-contact-eyebrow,.gf-contact-kicker{
    color:var(--gf-gold);
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}
.gf-contact-hero h2{
    color:var(--gf-ink);
    font-size:clamp(27px,3.3vw,43px);
    line-height:1.15;
    margin:14px 0 18px;
}
.gf-contact-intro{
    max-width:680px;
    color:#555;
    font-size:16px;
    line-height:1.7;
}
.gf-contact-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}
.gf-contact-card{
    padding:39px;
    border-radius:3px;
    display:flex;
    flex-direction:column;
    min-width:0;
}
.gf-contact-card-dark{
    color:#fff;
    background:#1b1b1b;
}
.gf-contact-card-light{
    color:#242424;
    background:#faf7f0;
    border:1px solid #e7dcc4;
}
.gf-contact-card h3{
    color:inherit;
    font-size:27px;
    margin:12px 0 15px;
}
.gf-contact-rule{
    width:46px;
    height:2px;
    background:var(--gf-gold);
    margin:0 0 22px;
}
.gf-contact-detail{margin:0 0 21px}
.gf-contact-detail>span{
    display:block;
    color:var(--gf-gold);
    font-size:11px;
    letter-spacing:1.2px;
    text-transform:uppercase;
    margin-bottom:7px;
}
.gf-contact-detail p{
    font-size:16px;
    line-height:1.65;
    margin:0;
}
.gf-contact-detail a{color:inherit;text-decoration:none}
.gf-contact-detail a:hover{color:var(--gf-gold)}
.gf-contact-detail small{opacity:.65}
.gf-contact-service-copy{
    line-height:1.7;
    margin:0 0 26px;
    min-height:76px;
}
.gf-contact-brand .gf-contact-button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:15px 19px;
    margin-top:auto;
    text-decoration:none;
    font-weight:700;
    transition:background .2s,color .2s,border-color .2s;
}
.gf-contact-brand .gf-contact-button-gold{
    background:#c7a461;
    color:#171717;
}
.gf-contact-brand .gf-contact-button-gold:hover{
    background:#e0bc76;
    color:#171717;
}
.gf-contact-brand .gf-contact-button-outline{
    border:1px solid #b9944b;
    color:#1b1b1b;
}
.gf-contact-brand .gf-contact-button-outline:hover{
    background:#1b1b1b;
    color:#fff;
}
.gf-contact-brand .gf-contact-secondary{
    display:inline-flex;
    justify-content:space-between;
    gap:15px;
    color:#65502a;
    margin-top:20px;
    font-size:14px;
    text-decoration:underline;
}
.gf-contact-map-heading{
    margin:48px 0 20px;
}
.gf-contact-map-heading h3{
    font-size:28px;
    margin:8px 0;
}
.gf-contact-map-heading>p:last-child{color:#666}
.gf-contact-map-row .wpb_gmaps_widget{
    max-width:1180px;
    margin:0 auto 36px;
    overflow:hidden;
    border-radius:3px;
}
@media(max-width:767px){
    .gf-contact-hero{padding:27px 23px}
    .gf-contact-grid{grid-template-columns:1fr}
    .gf-contact-card{padding:29px 24px}
    .gf-contact-service-copy{min-height:0}
    .gf-contact-map-heading{margin-top:35px}
}
/* END GRAETZ CONTACT BRAND V1 */
/* GRAETZ CONTACT HERO COMPACT V2 */
.gf-contact-brand .gf-contact-hero {
    background: transparent;
    border: 0;
    padding: 0 0 24px;
    margin: 0 0 22px;
}

.gf-contact-brand .gf-contact-eyebrow {
    margin: 0 0 12px;
    letter-spacing: 1.6px;
}

.gf-contact-brand .gf-contact-hero h2 {
    font-size: clamp(29px, 3vw, 38px);
    line-height: 1.2;
    margin: 0 0 12px;
}

.gf-contact-brand .gf-contact-intro {
    max-width: 860px;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.gf-contact-brand .gf-contact-hero::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: #b9944b;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .gf-contact-brand .gf-contact-hero {
        padding: 0 0 18px;
        margin-bottom: 18px;
    }
}
/* END GRAETZ CONTACT HERO COMPACT V2 */

