/** Shopify CDN: Minification failed

Line 406:0 Unexpected "}"

**/
.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: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_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;
    font-size: 20px;
    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: 38.5%;
    text-align: center;
    transform: rotateX(20deg);
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}
#pp_box-text-prev {
    max-width: 160px;
	    overflow: hidden;
  font-family: 'Cormorant';
}

.pp_box-text.pp_input-size-1 {
    font-size: 20px;
  line-height: 1em;
}
.pp_box-text.pp_input-size-2 {
    font-size: 18px;
  line-height: 1em;
}
.pp_box-text.pp_input-size-3 {
    font-size: 14px;
  line-height: 1em;
}


@media (max-width:992px){
.pp_img-text-card {
    bottom: 38%;
}
  .pp_box-text.pp_input-size-1 {
    font-size: 18px;
  line-height: 1em;
}
.pp_box-text.pp_input-size-2 {
    font-size: 16px;
  line-height: 1em;
}
.pp_box-text.pp_input-size-3 {
    font-size: 10px;
  line-height: 1.2em;
}
}

@media (max-width: 767px) {
  .pp_img-text-card {
    bottom: 41%;
    left: 58%;
    transform: translateX(-50%);
    position: absolute;
  }
}

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

/* iPhone 14 Pro Max FIRST to override 550px */
@media (max-width: 430px) {
  .pp_img-text-card {
    bottom: 40%;
    left: 57%;
    transform: translateX(-50%);
    position: absolute;
  }
}

@media (max-width: 420px) {
  .pp_img-text-card {
    bottom: 36%;
    left: 58%;
    transform: translateX(-50%);
    position: absolute;
  }
}

@media (min-width: 428px) and (max-width: 432px) {
  .pp_img-text-card {
    bottom: 37.5%;   /* moved slightly down from 38% */
    left: 70%;
    transform: translateX(-50%);
    position: absolute;
  }
}







    .pp_box-text.pp_input-size-1 {
    font-size: 16px;
  line-height: 1em;
}
.pp_box-text.pp_input-size-2 {
    font-size: 14px;
  line-height: 1em;
}
.pp_box-text.pp_input-size-3 {
    font-size: 10px;
  line-height: 1em;
}
}




/*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%; /* Adjust this value to move further right if needed */
    position: absolute; /* Ensure absolute is still applied */
  }
}


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;
}

.pp_img-text.is--pp_product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  padding-bottom:11%;
}


@media (max-width:550px){
  .pp_product-card {
  max-width:120px;
}
  .pp_img-text.is--pp_product-card {
  padding-bottom:13%;
}
}
@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;
}
}

