/** Shopify CDN: Minification failed

Line 849:5 Expected "}" to go with "{"

**/
.section-main-product {
    z-index: 10;
    position: relative;
}

/*outter popup wrapper*/
.pp_wrapper {
    width: 100vw;
    height: 100%;
    background: #00000030;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 190px 20px 90px 20px;
}

@media (max-width:1335px){
    .pp_wrapper {
        padding: 120px 25px 30px 25px;
    }
}

@media (max-width:992px){
    .pp_wrapper {
        padding: 100px 20px 30px 20px;
    }
}

@media (max-width:767px){
    .pp_wrapper {
        padding: 0px;
        position: relative;
        width: 100%;
        background: transparent;
    }
}

/*customizer card*/
.pp_card {
    max-width: 1100px;
    width: 100%;
    background: white;
    min-height: 500px;
    border-radius: 5px;
    padding: 35px 35px 35px 0px;
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

.pp_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-height: 100%;
}

.pp-split_img-card {
    width: 60%;
}

img.pp_img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.pp-split_content-card {
    width: 40%;
    border-left: 1px solid #ddd;
    padding: 0px 25px;
    overflow-y: auto;
}

.pp_img-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pp_img-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (max-width:768px){
    .pp_img-text.is--pp_product-card {
        width: 185px !important;
        margin-left: 60px;
    }
}

@media (max-width:767px){
    .pp_container {
        flex-direction: column;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        max-height: unset;
    }

    .pp-split_img-card {
        width: 100%;
    }

    .pp-split_content-card {
        width: 100%;
        border-left: 0px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 25px;
        overflow-y: hidden;
    }

    .pp_card {
        max-width: 1100px;
        width: 100%;
        background: white;
        min-height: 500px;
        border-radius: 5px;
        padding: 15px;
        position: relative;
        max-height: unset;
    }
}

@media (max-width:550px){
    .pp-split_content-card {
        padding: 25px 0px 0px 0px;
    }
}

/*close icon*/
svg#close_pp-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}

/*input felder*/
.pp_input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #19110b;
    height: 3rem;
    text-align: left;
    font-family: BUFONT-N, BUFONT-CYR;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .8px;
    transition: border .3s cubic-bezier(0.39,0.575,0.565,1);
    padding: 0 1rem;
    line-height: 3rem;
    outline: none;
    width: 100%;
}

.heart_button {
    border: 1px solid #eae8e4;
    width: 3rem;
    margin-left: 5px;
    height: 2.9rem;
    line-height: 3rem;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    color: #FF0000;
}

span.highlight {
    color: #FF0000;
}

.pp-heart {
    color: #e00000 !important;
}

.pp_input-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}

@media (max-width:550px){
    span.highlight {
        font-size: 8px;
    }
}

/*custizer navigation buttons*/
.pp_block.pp_button-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
    margin-bottom: 30px;
}

a.pp_button {
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    position: relative;
    background: black;
    color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
    border: 1px solid black;
    cursor: pointer;
}

a.pp_button.button_outline {
    background: transparent;
    color: black;
}

a.pp_button:hover {
    background: #EAE8E4;
    color: black;
}

a.personalization-button {
    width: 100% !important;
    text-align: center;
    border: 1px solid #3C4043;
    padding: 8px;
    background: #e1d8c4;
    transition: all .3s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 15px;
}

a.personalization-button:hover {
    background: #3C4043;
    color: white;
}

div#option-box-1tem2 {
    margin: 0px !important;
}

div#ymq-price-addons {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    padding: 5px !important;
    background: #fff4f4;
    border: 1px solid #ddd;
    margin-top: 5px;
}

span.ymq-price-span {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.product-form .input-row {
    margin-bottom: 0px !important;
}

.actions-buttons_wrapper {
    margin-top: 20px;
}

/*box text preview*/
.pp_img-text-card {
    width: 100%;
    position: absolute;
    bottom: 33.8%;
    left: 50%;
    transform: translateX(-50%) rotateX(20deg);
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#pp_box-text-prev {
    max-width: 150px;
    overflow: hidden;
    font-family: 'Cormorant';
    text-align: center;
}

.pp_box-text {
    font-weight: 600;
    color: #292929;
}

/* 1 line */
.pp_box-text.pp_input-size-1 {
    font-size: 18px;
    line-height: 1.22em;
    color: #292929;
}

/* 2 lines - slightly smaller */
.pp_box-text.pp_input-size-2 {
    font-size: 15px;
    line-height: 1.24em;
    color: #292929;
}

/* 3 lines */
.pp_box-text.pp_input-size-3 {
    font-size: 10px;
    line-height: 1.25em;
    color: #292929;
}

@media (max-width:992px){
    .pp_img-text-card {
        bottom: 35.4%;
        left: 50%;
        transform: translateX(-50%) rotateX(20deg);
        height: 56px;
    }

    .pp_box-text.pp_input-size-1 {
        font-size: 17px;
        line-height: 1.22em;
    }

    .pp_box-text.pp_input-size-2 {
        font-size: 14px;
        line-height: 1.24em;
    }

    .pp_box-text.pp_input-size-3 {
        font-size: 9px;
        line-height: 1.25em;
    }
}

@media (max-width:767px){
    .pp_img-text-card {
        bottom: 36.2%;
        left: 58%;
        transform: translateX(-50%) rotateX(20deg);
        position: absolute;
        height: 52px;
    }

    #pp_box-text-prev {
        max-width: 138px;
    }

    .pp_box-text.pp_input-size-1 {
        font-size: 13px;
        line-height: 1.2em;
    }

    .pp_box-text.pp_input-size-2 {
        font-size: 10px;
        line-height: 1.22em;
    }

    .pp_box-text.pp_input-size-3 {
        font-size: 7px;
        line-height: 1.24em;
    }
}

@media (max-width:550px){
    .pp_img-text-card {
        bottom: 35.7%;
        left: 59%;
        transform: translateX(-50%) rotateX(20deg);
        position: absolute;
        height: 50px;
    }

    #pp_box-text-prev {
        max-width: 132px;
    }

    .pp_box-text.pp_input-size-1 {
        font-size: 11px;
        line-height: 1.18em;
    }

    .pp_box-text.pp_input-size-2 {
        font-size: 9px;
        line-height: 1.2em;
    }

    .pp_box-text.pp_input-size-3 {
        font-size: 6px;
        line-height: 1.22em;
    }
}

@media (max-width:420px){
    .pp_img-text-card {
        bottom: 35.2%;
        left: 58%;
        transform: translateX(-50%) rotateX(20deg);
    }
}

/*iPhone 12 Pro / similar*/
@media (min-width:389px) and (max-width:391px){
    .pp_img-text-card {
        left: 58%;
    }
}

/*wider phone correction*/
@media (min-width:428px) and (max-width:434px){
    .pp_img-text-card {
        left: 69% !important;
        bottom: 33.2% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:435px) and (max-width:440px){
    .pp_img-text-card {
        left: 73.5% !important;
        bottom: 33.4% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:441px) and (max-width:446px){
    .pp_img-text-card {
        left: 72% !important;
        bottom: 33.6% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:447px) and (max-width:452px){
    .pp_img-text-card {
        left: 73.5% !important;
        bottom: 33.8% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:453px) and (max-width:458px){
    .pp_img-text-card {
        left: 75% !important;
        bottom: 34% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:459px) and (max-width:464px){
    .pp_img-text-card {
        left: 76.5% !important;
        bottom: 34.2% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:465px) and (max-width:470px){
    .pp_img-text-card {
        left: 78% !important;
        bottom: 34.4% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:471px) and (max-width:476px){
    .pp_img-text-card {
        left: 79.5% !important;
        bottom: 34.6% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:477px) and (max-width:482px){
    .pp_img-text-card {
        left: 81% !important;
        bottom: 34.8% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:483px) and (max-width:488px){
    .pp_img-text-card {
        left: 82.5% !important;
        bottom: 35% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:489px) and (max-width:494px){
    .pp_img-text-card {
        left: 84% !important;
        bottom: 35.2% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:495px) and (max-width:500px){
    .pp_img-text-card {
        left: 85.5% !important;
        bottom: 35.4% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:501px) and (max-width:506px){
    .pp_img-text-card {
        left: 87% !important;
        bottom: 35.6% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:507px) and (max-width:512px){
    .pp_img-text-card {
        left: 88.5% !important;
        bottom: 35.8% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:513px) and (max-width:518px){
    .pp_img-text-card {
        left: 90% !important;
        bottom: 36% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:519px) and (max-width:524px){
    .pp_img-text-card {
        left: 91.5% !important;
        bottom: 36.2% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:525px) and (max-width:530px){
    .pp_img-text-card {
        left: 93% !important;
        bottom: 36.4% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:531px) and (max-width:536px){
    .pp_img-text-card {
        left: 94.5% !important;
        bottom: 36.6% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:537px) and (max-width:542px){
    .pp_img-text-card {
        left: 96% !important;
        bottom: 36.8% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

@media (min-width:543px) and (max-width:550px){
    .pp_img-text-card {
        left: 97.5% !important;
        bottom: 37% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

/*box letter preview*/
textarea.pp_textarea {
    width: 100%;
    min-height: 110px;
    padding: 15px;
}

.pp_img-letter-card {
    width: 100%;
    position: absolute;
    bottom: 20%;
    text-align: center;
    transform: rotateX(20deg);
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width:428px) and (max-width:432px) {
    .pp_img-letter-card {
        left: 12%;
        position: absolute;
    }
}

/*letter text padding per breakpoint*/
@media (max-width:767px){
    .pp_img-letter-card {
        padding-left: 20px !important;
    }
}

@media (min-width:376px) and (max-width:392px){
    .pp_img-letter-card {
        padding-left: 25px !important;
    }
}

@media (min-width:393px) and (max-width:429px){
    .pp_img-letter-card {
        padding-left: 40px !important;
    }
}

@media (min-width:430px) and (max-width:431px){
    .pp_img-letter-card {
        padding-left: 30px !important;
    }
}

@media (min-width:432px) and (max-width:434px){
    .pp_img-letter-card {
        padding-left: 50px !important;
    }
}

@media (min-width:435px) and (max-width:767px){
    .pp_img-letter-card {
        padding-left: 55px !important;
    }
}

span#pp_letter-textarea {
    max-width: 280px;
    font-size: 22px;
}

#letter_img-second {
    display: none;
}

a.help_link {
    font-size: 12px;
}

span.highlighted {
    text-decoration: underline;
}

@media (max-width:550px){
    span#pp_letter-textarea {
        max-width: 240px;
        font-size: 18px;
    }
}

@media (max-width:420px){
    span#pp_letter-textarea {
        max-width: 200px;
        font-size: 16px;
    }
}

/*product gravur preview*/
input.pp_input.gravur {
    width: 50px;
    margin-right: 10px;
}

h3.pp_block-title {
    font-size: 19px;
}

img.render-img {
    width: 100%;
    height: auto;
}

.pp_product-card {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 145px;
    position: relative;
}

.pp_img-text.is--pp_product-card {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 11%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
}

@media (min-width: 990px) {
  .pp_img-text.is--pp_product-card {
    top: 25%;
  }
}

/* mobile */
@media (max-width:550px){
    .pp_product-card {
        max-width: 120px;
    }

    .pp_img-text.is--pp_product-card {
        bottom: 10%;
    }
}

/* wider mobile fix: initials repositioned onto engraving base */
@media (min-width:428px) and (max-width:550px){
    .pp_product-card {
        max-width: 120px;
        padding-top: 180px;
        margin-left: -120px;
    }
}

@media (max-width:400px){
    .pp_product-card {
        max-width: 95px;
    }
}

/*general styles*/
.pp_trennlinie {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 20px 0px;
}

h3.pp_block-title {
    margin: 0px;
}

@media (max-width:767px){
    .announcement-bar__announcements.announcement-bar__announcements {
        font-size: 12px;
    }
}

@media (max-width:768px){
    .pp_img-text.is--pp_product-card {
        width: 220px !important;
        margin-left: 60px;
    }
}


@media (max-width:768px){
    #pp_slide_3 .pp_img-text {
        width: 185px !important;
    }
}


@media (min-width:432px) and (max-width:432px){
    .pp_img-letter-card {
        padding-left: 30px !important;
    }
}


/* Step 1 box text width fix 428-434px */
@media (min-width:428px) and (max-width:434px){
    #pp_slide_1 .pp_img-text {
        width: 185px !important;
    }
}

/* Letter 432px specific padding */
@media (min-width:431px) and (max-width:433px){
    .pp_img-letter-card {
        padding-left: 50px !important;
    }
}

/* iPhone 12 Pro / 14 Pro - 390px fixes */

/* Step 1 box text */
@media (min-width:389px) and (max-width:395px){
    .pp_img-text-card {
        bottom: 31.5% !important;
        left: 61% !important;
        transform: translateX(-50%) rotateX(20deg) !important;
    }
}

/* Step 2 initials */
@media (min-width:389px) and (max-width:395px){
    .pp_img-text.is--pp_product-card {
        width: 220px !important;
        margin-left: 0px !important;
        margin-top: 80px;
    }
}

/* Step 3 letter */
@media (min-width:376px) and (max-width:395px){
    .pp_img-letter-card {
        padding-left: 30px !important;
    }
}



/* Step 1 font size decrease - 390px */
@media (min-width:389px) and (max-width:395px){
    .pp_box-text.pp_input-size-1 {
        font-size: 8px !important;
    }