/** Shopify CDN: Minification failed

Line 106:12 Expected identifier but found whitespace
Line 106:13 Unexpected "14px"
Line 117:1 Expected "}" to go with "{"

**/
.grid-product__price {
    color: var(--colorTextSavings);
    font-weight: bold;
    font-size: 15px;
}

span.grid-product__price--original {
    color: #888;
}

.grid-product__tag.grid-product__tag--sale {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    line-height: 1;
    font-size: .8rem;
    padding: 4px 3px;
    text-align: left;
    font-weight: bold;
    right: unset;
}

.product__policies.rte,
.product-block.product-block--header:empty{
    display: none !important;
}

h1.h2.product-single__title {
    font-weight: bold;
}

.product-block.product-block--price {
    display: flex;
    align-items: center;
    gap: 12px;
}
span.product__price.product__price--compare {
    color: #888;
    font-weight: 700;
    font-size: 18px;
    text-decoration: line-through;
}
span.product__price.on-sale {
    color: var(--colorTextSavings);
    font-weight: 700;
    font-size: 20px;
}

span.product__price-savings {
    color: #1E1E1E;
    background-color: #F3E5DC;
    height: fit-content;
    width: fit-content;
    padding: 4px;
    border-radius: 6px;
    font-size: .7rem;
    font-weight: bold;
}

.txt_clm_section{
    & h3{
        font-weight: bold;
        text-transform: inherit!important;
    }
    & .image-wrap.text-spacing {
        height: 65px !important;
        padding-bottom: 0 !important;
    }
}



[data-center-text=true] .site-footer{
    text-align: left !important;
}

.footer__payment_box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    & .footer__section{
        margin-top: 0px !important;
    }
}


@media only screen and (max-width: 768px) {
.footer__payment_box{
    justify-content: center;
}    
}
/* Přeškrtnutá cena na kartách produktů v kolekci */
.grid-product__price--original {
  text-decoration: line-through;
  color: #888;
  font-size: 14px

/* Skrytí ikony účtu */
a[href="/account"] {
  display: none !important;
}
.grid-product__title--body {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}