.product_hero {
    width: 100%;
    min-height: calc(100vh - 70px);

    margin-top: 70px;

    z-index: 1;

    background: radial-gradient(
    circle at top center,
    rgb(195, 204, 166) 0%,
    rgb(148, 158, 145) 80%
    );

    display: flex;
    align-items: center;
    justify-content: center;
}

.product_hero_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0px;
    
    width: 1100px;
}

.product_model_viewer {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;

    padding: 50px;
    box-sizing: border-box;
    border-radius: 14px 0 0 14px;

    background: #e0dcd7;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.product_hero_info {
    background: #F1EDE7;
    color: black;

    display: flex;
    flex-direction: column;
    align-items: center;

    border-radius: 0px 14px 14px 0;
    padding: 70px;
    text-align: left;

    width: 100%;
    box-sizing: border-box;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.product_hero_info h1, .product_hero_info h2, .product_hero_info h3, .product_hero_info form {
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_hero_info h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Zalando Sans SemiExpanded";
}

.product_hero_pricecard {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 70px 0;
}

.product_hero_info h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Zalando Sans";
}

.product_hero_pricecard small {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    margin-top: 10px;
}

.product_hero_materials {
    border: none;
    padding: 0;
    margin: 0;
}
  
.product_hero_materials legend {
    font-size: 14px;
    font-weight: 400;
    font-family: "Zalando Sans";
    margin-bottom: 8px;
}
  
.product_hero_materials_options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
  
.product_hero_materials_option {
    position: relative;
    cursor: pointer;

    display: flex;
    flex-direction: column;
}
  
.product_hero_materials_option input {
    position: absolute;
    opacity: 0;
}
  
.product_hero_materials_option span {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.25);
    font-size: 14px;
    text-align: center;
}

.extra_price {
    align-self: flex-end;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.65;
}

.product_hero_materials_option.steel span {
    background: linear-gradient(135deg,#d7d7d7,#bfbfbf,#f0f0f0);
}
  
.product_hero_materials_option.brass span {
    background: linear-gradient(135deg,#c8a14a,#e6c66b,#b08a2e);
}
  
.product_hero_materials_option input:checked + span {
    outline: 1.5px solid #333;
}

.product_hero_buybutton {
    width: 100%;
    border: none;
    cursor: pointer;

    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.product_hero_microcopy {
    font-size: 14px;
    margin: 20px 0;
    padding-left: 20px;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
}

.product_hero_microcopy li {
    padding-bottom: 15px;
}

.product_overview h1 {
    width: 100%;
    text-align: center;
    font-family: "Zalando Sans SemiExpanded";
    font-size: 35px;
    margin: 0;
    margin-bottom: 50px;
}

.product_overview_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    line-height: 1.5;
    font-size: 16px;
    align-items: center;
}

.product_overview_cards p {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
}

.product_overview_cards ul {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}

.product_overview_cards ul li {
    padding: 7px 0;
    font-weight: 500;
}

.product_howitworks_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.product_howitworks_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 280px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;

    position: relative;

    background: white;
    border-radius: 14px;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.15);
    transition: transform .25s ease, box-shadow .25s ease;
}

.product_howitworks_card:not(:last-child)::after{
    content: "→";
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: rgba(0,0,0,.5);
  }

.product_howitworks_card:hover{
    transform: translateY(-6px);
}

.product_howitworks_card img {
    width: 40%;
    height: auto;
}

.product_howitworks_card_text {
    margin-top: auto;
    opacity: .8;
}

.product_howitworks_card_text h1 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded";
    margin: 0;
    margin-bottom: 15px;
}

.product_howitworks_card_text p {
    font-weight: 350;
    margin: 0;
}

.product_functions h1 {
    margin: 0;
    font-size: 35px;
    font-family: "Zalando Sans SemiExpanded";
}

.product_functions p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    opacity: .7;
    margin-top: 10px;
}

.product_functions_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.product_functions_cards img {
    width: 100%;
    height: auto;
}

.product_functions h2 {
    font-size: 22px;
    margin: 20px 0;
}

.product_functions ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style-position: inside;
}

.product_functions ul li {
    margin: 0;
    padding: 7px 0;
    font-weight: 400;
}

.product_installation h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded";
    margin: 0;
    margin-bottom: 15px;
}

.product_installation_p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    opacity: .7;
    margin-top: 10px;
}

.product_installation_cards {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 20px;
}

.product_installation_p2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}

.product_installation_cards img {
    width: 100%;
    height: auto;
}

.product_safety {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_safety img {
    width: 20%;
    height: auto;
}

.product_safety h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded";
    margin: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}

.product_safety_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.product_safety_cards p {
    background: white;
    color: black;
    font-weight: 500;
    font-size: 16px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 5px 10px 10px rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.15);
    text-align: center;
    border-radius: 1000px;
    margin: 0;
    transition: transform .25s ease, box-shadow .25s ease;
}

.product_safety_cards p:hover {
    transform: translateY(-6px);
}

.product_CTA {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_CTA h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded";
    margin: 0;
    margin-bottom: 50px;
}

.product_contents h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded";
    margin: 0;
    margin-bottom: 20px;
}

.product_contents_cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.product_contents_cards p {
    font-weight: 500;
    font-size: 16px;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 1px solid black;
}







#pageLoader{
    position: fixed;
    inset: 0;
    background: #e0dcd7;
    z-index: 99;
  
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.page_loader_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: #000;
}
  
.spinner{
    width: 48px;
    height: 48px;
    border: 3px solid rgba(0,0,0,.25);
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
  
@keyframes spin{
    to { transform: rotate(360deg); }
}
  
/* Fade ut */
#pageLoader.hide{
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
}





.product_hero_bottom {
    width: 100%;
    height: 140px;
    background: linear-gradient(
      to bottom,
      rgba(148,158,145,1) 0%,
      rgba(148,158,145,0) 100%
    );
}






@media (max-width: 1200px) {

    .product_hero {
        width: 100%;
        min-height: calc(100vh - 70px);
        height: fit-content;
    
        display: block;
    }
    
    .product_hero_content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;

        position: relative;
        left: 50%;
        transform: translate(-50%);
    
        width: 95vw;
        margin-top: 70px;
        padding-top: calc(0.025 * 100vw);
        padding-bottom: 50px;
        min-height: calc(100vh - 70px);
        box-sizing: border-box;
    }
    
    .product_model_viewer {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
    
        padding: 50px;
        box-sizing: border-box;
        border-radius: 14px 14px 0 0;
    
        background: #e0dcd7;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    }
    
    .product_hero_info {
        background: #F1EDE7;
        color: black;
    
        display: flex;
        flex-direction: column;
        align-items: center;
    
        border-radius: 0px 0 14px 14px;
        padding: 20px 50px;
        text-align: left;
    
        width: 100%;
        box-sizing: border-box;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
        z-index: 3;
    }
    
    .product_hero_info h1, .product_hero_info h2, .product_hero_info h3, .product_hero_info form {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .product_hero_info h1 {
        font-size: 25px;
        font-weight: 700;
        font-family: "Zalando Sans SemiExpanded";
    }
    
    .product_hero_pricecard {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 25px 0;
    }
    
    .product_hero_info h2 {
        font-size: 18px;
        font-weight: 700;
        font-family: "Zalando Sans";
    }
    
    .product_hero_pricecard small {
        font-size: 14px;
        width: 100%;
        font-weight: 400;
        margin-top: 3px;
    }
    
    .product_hero_materials {
        border: none;
        padding: 0;
        margin: 0;
    }
      
    .product_hero_materials legend {
        font-size: 14px;
        font-weight: 400;
        font-family: "Zalando Sans";
        margin-bottom: 8px;
    }
      
    .product_hero_materials_options {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
      
    .product_hero_materials_option {
        position: relative;
        cursor: pointer;
    
        display: flex;
        flex-direction: column;
    }
      
    .product_hero_materials_option input {
        position: absolute;
        opacity: 0;
    }
      
    .product_hero_materials_option span {
        display: block;
        padding: 12px 16px;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,.25);
        font-size: 14px;
        text-align: center;
    }
    
    .extra_price {
        align-self: flex-end;
        font-size: 12px;
        font-weight: 500;
        opacity: 0.65;
    }
    
    .product_hero_materials_option.steel span {
        background: linear-gradient(135deg,#d7d7d7,#bfbfbf,#f0f0f0);
    }
      
    .product_hero_materials_option.brass span {
        background: linear-gradient(135deg,#c8a14a,#e6c66b,#b08a2e);
    }
      
    .product_hero_materials_option input:checked + span {
        outline: 1.5px solid #333;
    }
    
    .product_hero_buybutton {
        width: 100%;
        border: none;
        cursor: pointer;
    
        margin-top: 10px;
        margin-bottom: 30px;
        font-weight: 600;
    }
    
    .product_hero_microcopy {
        font-size: 14px;
        margin: 20px 0;
        padding-left: 20px;
        margin: 0;
        color: rgba(0, 0, 0, 0.7);
    }
    
    .product_hero_microcopy li {
        padding-bottom: 15px;
    }






    .product_overview {
        width: 90%;
    }

    .product_overview h1 {
        width: 100%;
        text-align: center;
        font-family: "Zalando Sans SemiExpanded";
        font-size: 35px;
        margin: 0;
        margin-bottom: 50px;
    }
    
    .product_overview_cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        line-height: 1.5;
        font-size: 16px;
        align-items: center;
    }
    
    .product_overview_cards p {
        grid-column: 1;
        grid-row: 1;
        margin: 0;
        display: none;
    }
    
    .product_overview_cards ul {
        grid-column: 1;
        grid-row: 2;
        margin: 0;
    }
    
    .product_overview_cards ul li {
        padding: 7px 0;
        font-weight: 500;
    }

    .product_howitworks {
        width: 60%;
        display: none;
    }
    
    .product_howitworks_cards {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 40px;
    }
    
    .product_howitworks_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 280px;
        text-align: center;
        box-sizing: border-box;
        padding: 30px;
    
        position: relative;
    
        background: white;
        border-radius: 14px;
    
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
        border: 1px solid rgba(0,0,0,.15);
        transition: transform .25s ease, box-shadow .25s ease;
    }
    
    .product_howitworks_card:not(:last-child)::after{
        content: "↓";
        position: absolute;
        right: 50%;
        bottom: -40px;
        top: auto;
        transform: translateX(50%);
        font-size: 30px;
        color: rgba(0,0,0,.5);
    }
    
    .product_howitworks_card:hover{
        transform: translateY(-6px);
    }
    
    .product_howitworks_card img {
        width: 40%;
        height: auto;
    }
    
    .product_howitworks_card_text {
        margin-top: auto;
        opacity: .8;
    }
    
    .product_howitworks_card_text h1 {
        font-size: 18px;
        font-weight: 600;
        font-family: "Zalando Sans SemiExpanded";
        margin: 0;
        margin-bottom: 15px;
    }
    
    .product_howitworks_card_text p {
        font-weight: 350;
        margin: 0;
    }

    .product_functions {
        width: 90%;
    }
    
    .product_functions h1 {
        margin: 0;
        font-size: 35px;
        font-family: "Zalando Sans SemiExpanded";
    }
    
    .product_functions p {
        margin: 0;
        font-size: 16px;
        font-weight: 300;
        opacity: .7;
        margin-top: 10px;
    }
    
    .product_functions_cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    
    .product_functions_cards img {
        width: 100%;
        height: auto;
        grid-row: 1;
        margin-top: 20px;
    }
    
    .product_functions h2 {
        font-size: 22px;
        margin: 20px 0;
    }
    
    .product_functions ul {
        margin: 0;
        padding: 0;
        padding-left: 20px;
        list-style-position: inside;
    }
    
    .product_functions ul li {
        margin: 0;
        padding: 7px 0;
        font-weight: 400;
    }

    .product_installation {
        width: 90%;
    }
    
    .product_installation h1 {
        font-size: 35px;
        font-weight: 600;
        font-family: "Zalando Sans SemiExpanded";
        margin: 0;
        margin-bottom: 15px;
    }
    
    .product_installation_p {
        margin: 0;
        font-size: 16px;
        font-weight: 300;
        opacity: .7;
        margin-top: 10px;
    }
    
    .product_installation_cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
        align-items: center;
        margin-top: 20px;
    }
    
    .product_installation_p2 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        margin: 0;
    }
    
    .product_installation_cards img {
        width: 50%;
        margin: 0 auto;
        height: auto;
        grid-row: 1;
    }
    
    .product_safety {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
    }
    
    .product_safety img {
        width: 30%;
        height: auto;
    }
    
    .product_safety h1 {
        font-size: 35px;
        font-weight: 600;
        font-family: "Zalando Sans SemiExpanded";
        margin: 0;
        margin-top: 30px;
        margin-bottom: 60px;
        text-align: center;
    }
    
    .product_safety_cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product_safety_cards p {
        background: white;
        color: black;
        font-weight: 500;
        font-size: 16px;
        padding: 30px;
        box-sizing: border-box;
        box-shadow: 5px 10px 10px rgba(0,0,0,.05);
        border: 1px solid rgba(0,0,0,.15);
        text-align: center;
        border-radius: 1000px;
        margin: 0;
        transition: transform .25s ease, box-shadow .25s ease;
    }
    
    .product_safety_cards p:hover {
        transform: translateY(-6px);
    }
    
    .product_CTA {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
    }
    
    .product_CTA h1 {
        font-size: 35px;
        font-weight: 600;
        font-family: "Zalando Sans SemiExpanded";
        text-align: center;
        margin: 0;
        margin-bottom: 50px;
    }

    .product_contents {
        width: 90%;
    }
    
    .product_contents h1 {
        font-size: 35px;
        font-weight: 600;
        font-family: "Zalando Sans SemiExpanded";
        margin: 0;
        margin-bottom: 40px;
    }
    
    .product_contents_cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product_contents_cards p {
        font-weight: 500;
        font-size: 16px;
        padding: 20px;
        margin: 0;
        box-sizing: border-box;
        border-bottom: 1px solid black;
    }

}