/** Shopify CDN: Minification failed

Line 134:15 Expected ":"
Line 134:16 Expected identifier but found "2px"

**/

/* Popup */
.pdf-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

/* Label Visual */
.label-visual {
    transform-origin: center top !important;
}
.label-print{
    display:none;
}
.label-visual-wrapper {
    display: inline-block; /* nebo flex pro víc štítků */
}
.label-content{
    margin-top: 10px;
}

.labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pdf-popup__content{
    position: relative;
    padding: 20px;
    margin-top:50px;
    border-radius: 8px;
    max-height: calc(100vh - 50px);
    max-width:1200px;
    overflow-y: auto;
}

.pdf-popup__close,
.pdf-popup__download {
    position: absolute;
    top: 10px;
    background: black;
    color: white;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.pdf-popup__close {
    right: 10px;
}

.pdf-popup__download {
    left: 10px;
}

.no-scroll {
    overflow: hidden;
}

.pdf-popup .labels-container {
    transform-origin: top left;
    /* transform: scale(var(--scale-ratio, 1));*/
    margin: 0 0 calc(30px * var(--scale-ratio, 1)) 0;
}

/* mobile version */
@media only screen and (max-width: 768px) {
    .all-labels-mobile .labels-container {
        flex-direction: column!important;
        height:100%!important;
        padding-bottom:35px;
    }
    .all-labels-mobile .sloupce{
        padding-left:0px;
        padding-right: 0px;
    }
    .all-labels-mobile .sloupce_2{
        padding-top:20px!important;
        padding-left:0px!important;
        padding-right: 0px!important;
        max-width: unset!important;
    }
    .all-labels-mobile .sloupce_3{
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
        border-left: none;
        border-right: none;
        padding: 0px;
    }
    .all-labels-mobile .sloupce_4{
        padding: 0px;
    }
    .all-labels-mobile .table-normal-text2 {
        line-height: 26px;
    }
    .all-labels-mobile .info-text-s4 {
        font-size: 14px;
    }
    .all-labels-mobile .dva_sloupce_1{
        flex-direction:column;
    }
    .all-labels-mobile .dva_sloupce_2{
        flex-direction:column;
    }
    #label-content{
        width: 100%!important;
    }
    .popup-content > div:nth-child(2){
        width: 100%!important;
    }
    .label-visual-wrapper{
        width:100%!important;
    }
    .all-labels-mobile .flavor-border {
        padding;2px
    }
    .all-labels-mobile .flavor-background{
        width: 30px;
        height:30px;
    }
    .all-labels-mobile .product_flavor{
        font-size: 25px;
    }
    .all-labels-mobile .mark-title{
        font-size: 20px;
    }
    .all-labels-mobile .product_title{
        font-size: 35px;
        padding-right: 10px;
    }
    .all-labels-mobile .flavor-wrapper{
        gap: 10px;
    }
    .all-labels-mobile .table-normal-text2 {
        white-space: pre-wrap;
    }
    .all-labels-mobile .table-normal-text{
        margin-left: 5px;
        width: 100%;
        padding-left: 10px;
    }
    .all-labels-mobile .product_image {
        width: 70%!important;
    }
    .all-labels-mobile .title_wrapper{
        width: 100%;
        align-items: center;
    }
    .all-labels-mobile .flavor-wrapper{
        width: unset;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 450px) {
    .all-labels-mobile .product-name-title-wrapper {
        flex-direction: column-reverse;
        margin-bottom: 2px;
    }
    .all-labels-mobile .mark-title{
        line-height: 45px!important;
    }
    .all-labels-mobile .product_title{
        line-height: 45px!important;
    }
    .all-labels-mobile .sloupce {
        padding: 0px!important;
    }
    .all-labels-mobile .bouble-small-white{
        font-size: 13px;
    }
    .all-labels-mobile .bouble-small-black{
        font-size:13px;
    }
    .all-labels-mobile .bouble-big-white{
        font-size:13px;
    }
    .all-labels-mobile .bouble-big-black{
        font-size:13px;
        line-height: 16px;
    }
    .all-labels-mobile > div > div.dva_sloupce_2 > div.sloupce_3 > table.nutrition-table2 > tbody > tr:nth-child(1) > th.table-bold-text2 {
        white-space: pre-line;
    }
}


/* Kontejner o fixní velikosti */
.labels-container {
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items: stretch;
    padding:30px;
    min-width:1600px;
    border-radius: 42px;
    margin-bottom: 50px!important;
}
.all-labels-mobile .labels-container{
    min-width:unset!important;
}

p{
    margin-bottom: 0px;
}
footer.mana-footer {
    margin-top: 2vh;
}
.dva_sloupce_1,.dva_sloupce_2{
    display:flex;
    min-height: 100%;
}
/*tablet*/
@media only screen and (max-width: 1470px) and (min-width: 769px) {
    .all-labels-mobile .labels-container{
        flex-direction: column;
        height: 100%;
    }
    .all-labels-mobile .sloupce{
        max-width: 50%;
        height: unset;
        padding: 0 5px 0 5px;
    }
    .all-labels-mobile .sloupce_2{
        max-width: 50%;
        padding-left:20px;
        padding-right: 20px;
    }
    .all-labels-mobile .dva_sloupce_1{
        margin-bottom: 30px;
    }
    .all-labels-mobile .sloupce_3{
        max-width: 1400px!important;
    }
    .all-labels-mobile .sloupce_4{
        max-width: 1400px!important;
    }
    .all-labels-mobile .table-normal-text {
        width: 85%;
    }
}
@media only screen and (max-width: 900px) and (min-width: 769px) {
    .all-labels-mobile .product_title{
        font-size:35px;
    }
    .all-labels-mobile .product_flavor{
        font-size: 35px;
    }
}

/* Každý sloupec */
.sloupce {
    flex: 1;
    padding: 0 20px 0px 30px;
    padding-top:0px;
    text-align: center;
    max-width: 670px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sloupce_2 {
    flex: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    max-width: 490px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap:10px;
}
.sloupce_3 {
    border-left: 2px solid #232323;
    border-right: 2px solid #232323;
    flex: 1;
    padding: 20px;
    text-align: center;
    padding-top: 0px;
    max-width: 695px;
    padding-right: 20px;
    height: 100%;
}
.sloupce_4 {
    flex: 1;
    padding: 20px;
    text-align: center;
    padding-right: 20px;
    max-width: 670px;
    height: 97%;
    padding-top:0px;
}

/* Poslední sloupec bez pravého ohraničení */
.sloupce:last-child {
    border-right: none;
}
/* sloupec 1 */
.product_title{
    font-size:42px;
    font-weight: 900;
    text-align:left;
    font-family: 'Roboto';
    padding-right: 20px;
    line-height: 80px;
}
.mark-title{
    font-size: 28px;
    font-weight: 900;
    text-align:left;
    font-family: 'Roboto';
    white-space: nowrap;
    line-height: 60px;
}
.product_flavor{
    color: #232323;
    font-size: 34px;
    font-weight: 900;
    text-align:left;
    line-height: 40px;
}
.flavor-wrapper{
    display:flex;
    align-items:center;
    gap: 25px;
    width: 95%;
}
.flavor-border{
    border-radius: 50px;
    background-color: white;
    border: 3px solid #ebebec;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:3px;
}
.flavor-background{
    width: 46px;
    height:46px;
    border-radius: 50px;
}
.title_wrapper{
    display:flex;
    flex-direction: column;
    align-items:flex-start;
    padding-right: 5px;
}
.product-name-title-wrapper{
    margin-top: 0px;
    display:flex;
    margin-top: 20px;
}
.image-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_image{
    width: 90%;
    margin-left: 0px;
}
.info_text_1{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    gap:5px;
    width: 79%;
    margin-top: 0px;
}
.info_text_title{
    color: #232323;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    margin-bottom: -9px;
}
.info_text_title_2{
    color: #232323;
    font-size:14px;
    text-align: left;
    font-weight: 700;
    margin-bottom: -9px;
    margin-top: 20px;
}
.info_text{
    color: #232323;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    width: 90%;
    margin-top: 25px;

}
.info_text_2{
    color: #232323;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    width:100%;
}
.text_2_wrapper{
    display:flex;
    gap: 20px;
    flex-direction: column;
    margin-top: 6px;
}
.bubble-wrapper{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 3px;
    margin-top: 34px;
    border-top: 3px solid #232323;
    border-bottom: 3px solid #232323;
    width: 100%;
}

.bubble{
    background-color: white;
    color: #232323;
    padding:10px 10px;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small{
    width: 27%;
    white-space: nowrap;
}
.large{
    width: 46%;
}
.white{
    background-color: white;
    color: #232323;
}
.black{
    background-color: #232323;
    color:white;
}

/* sloupec 2 */
.ingredients_devider{
    border-top: 2px solid #232323;
    border-bottom: 2px solid #232323;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}
.ingredients-title{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
}
.ingreditens-text-wrapper{
    display:flex;
    flex-direction: column;
}
.info_text_ingreditens{
    color: #232323;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    margin-top: 18px;
}
.info_text_ingreditens2{
    color: #232323;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    margin-top: 22px;
    margin-bottom: -5px;
}
/* sloupec 3 */
.nutrition-table{
    margin-top: -7px;
}

table.nutrition-table {
    border-collapse: collapse!important;
}
.table-bold-text {
    font-size: 14px!important;
    font-weight: 700!important;
    font-family: 'Roboto'!important;
    letter-spacing: unset !important;
    padding: 0px;
    line-height: 20px;
    text-align: right;
    width: 4px;
    padding-left:5px;
}
.table-bold-text2 {
    font-size: 14px!important;
    font-weight: 700!important;
    font-family: 'Roboto'!important;
    letter-spacing: unset !important;
    padding: 0px;
    line-height: 25px;
    /*width: 220px;*/
    padding-left: 15px;
}

#MainContent > div.labels-container > div.sloupce_3 > table.nutrition-table > thead > tr > th.table-bold-text2 {
    padding-left: 0px!important;
}
.table-normal-text {
    font-size: 14px!important;
    font-family: 'Roboto'!important;
    letter-spacing: unset!important;
    padding: 0px;
    text-align: right;
    /* width: 99px;*/
    line-height: 20px;
    white-space: nowrap;
}
.all-labels-mobile .table-normal-text {
    padding-left:5px;
}
.table-normal-text2 {
    font-size: 14px!important;
    font-family: 'Roboto'!important;
    letter-spacing: unset!important;
    padding: 0px;
    padding-left: 15px;
    /* width: 310px!important;*/
    line-height: 23px;
    white-space: nowrap;
}
.table-normal-text-shifted {
    font-size: 14px!important;
    font-family: 'Roboto'!important;
    letter-spacing: unset!important;
    padding: 0px;
    line-height: 26px;
    padding-left: 30px;
    white-space: nowrap;
}
.nutrition-refference>span {
    font-size: 12px;
    line-height: 20px;
    text-align:left;
}
.title2 {
    text-align: left;
    font-size: 14px!important;
    font-weight: 700!important;
    font-family: 'Roboto'!important;
    letter-spacing: unset !important;
}
.table-bold-text2 {
    white-space: nowrap;
}
.table-bold-text{
    white-space: nowrap;
}
.devider-tr{
    border-bottom: 3px solid #232323;
    border-collapse: collapse;
}

.nutrition-refference{
    margin-top:10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nutrition-refference > span{
    line-height: 20px;
    font-size: 12px;
}
tr{
    border-color: unset !important;
}
/* Sloupec 4 */
.sub-title{
    font-size: 14px!important;
    font-family: 'Roboto'!important;
    letter-spacing: unset!important;
    font-weight: 700!important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.devider-title1{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-top: 2px solid #232323;
    border-bottom: 2px solid #232323;
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
}
.devider-title2{
    border-bottom: 2px solid #232323;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
}
.devider-title-water{

    margin-top: 23px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}
.subtitle-title2{
    font-size: 14px!important;
    font-family: 'Roboto'!important;
    letter-spacing: unset !important;
}
.info-text-s4{
    color: #232323;
    font-size: 13px;
    text-align: left;
    line-height: 17px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.sub-info-text-s4{
    color: #232323;
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top:5px
}
/* main page */
.hlavni-stranka-wrapper{
    width: 100%;
    height: 500px;
    align-items:center;
    display:flex;
    justify-content: center;
}
.hlavni-stranka{
    background-color: #f8f8f8;
    border-radius: 15px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    padding: 15px;
    margin: 15px;
    width: 400px;
    height: 200px;
}
select {
    padding-top:0px;
    margin-bottom: 10px;
    padding-right: 40px;
}

td, th {
    border-bottom: 2px solid #232323 !important;
}