<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#product-detail {
    padding: 1rem 0;
}
#product-detail .zoomphoto {
    display: flex;
    position: relative;
    width: 100%;
}
#product-detail .zoomphoto:after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}
#product-detail .zoomphoto::-moz-selection {
    background-color: transparent;
}
#product-detail .zoomphoto::selection {
    background-color: transparent;
}
#product-detail .zoomphoto img {
    display: block;
}
#product-detail .zoomphoto-watermark {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    color: black;
    opacity: 0.5;
    padding: 0 10px;
    text-align: center;
}
#product-detail .product-detail-wrapper {
    padding: 1rem 0 1.25rem 0;
}
#product-detail .product-detail-wrapper h2 {
    font-size: 1.5rem;
    display: block;
    text-align: left;
    margin-top: 0.5rem;
    padding-left: 0;
    margin-bottom: 0.125rem;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}
#product-detail .product-detail-wrapper .product-detail-photo {
    position: relative;
    height: 100%;
    vertical-align: middle;
    display: flex;
    min-height: 155px;
}
#product-detail .product-detail-wrapper .product-detail-photo img {
    border: none;
    max-width: 100%;
    margin: auto;
    transform: translateZ(0px);
}
#product-detail .product-detail-wrapper .product-detail-photo img:hover {
    border: none;
}
#product-detail .product-detail-wrapper .tab-inner h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0;
}
#product-detail .product-detail-wrapper .tab-inner table tr td {
    position: relative;
}
#product-detail .tab-inner span.price-vat {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin-right: 1rem;
}
#product-detail .tab-inner .sku,
#product-detail .tab-inner .man {
    color: #585858;
    margin-right: 1rem;
    font-size: 13px;
    display: block;
    padding-top: 20px;
}
#product-detail .product-detail-wrapper2 {
    border-top: 1px solid #e2e2e2;
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 1.5rem;
}
#product-detail .product-detail-wrapper2 td.kusu {
    width: 4rem;
    text-align: right;
}
#product-detail .product-detail-wrapper2 ul {
    padding: 0 !important;
}
#product-detail .product-detail-wrapper2 img.galerie {
    margin-top: 1rem;
    border: 1px solid #eee;
}
#product-detail .product-detail-wrapper2 img.galerie:hover {
    border: 1px solid #e2e2e2;
}
#product-detail #tabs-galerie table td:nth-child(odd) {
    width: 24%;
    display: inline-block;
}
#product-detail #tabs-galerie table td img {
    width: 90%;
    max-width: 90%;
    height: auto;
}
#product-detail #tabs-galerie a {
    width: 24%;
    display: inline-block;
}
#product-detail #tabs-galerie a img {
    width: 90%;
    max-width: 90%;
    height: auto;
}

#product-detail .custh1 {
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding: 1rem 0;
    margin: 0;
    text-transform: uppercase;
}
#product-detail .product-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0;
}
#product-detail .product-images {
    max-width: 120px;
    margin: auto;
    -o-object-fit: none;
    object-fit: none;
}
@media (max-width: 768px) {
    #product-detail .custh1 {
        text-align: left;
    }
}
@media (max-width: 640px) {
    #product-detail .product-images-wrapper {
        flex-direction: column;
    }
    #product-detail .product-images {
        width: auto;
        margin: 0;
    }
}
@media (max-width: 1299px) {
    #product-detail .product-detail-tab {
        position: relative;
    }
    #product-detail .product-detail-tab.mid img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    #product-detail .product-detail-tab.top h2 a {
        line-height: 1.5;
        text-transform: none;
    }
    #product-detail .product-detail-tab.mid {
        text-align: center;
    }
    #product-detail .product-detail-tab.mid img {
        width: auto;
        text-align: center;
        margin: 0 auto;
    }
}
#product-detail .product-images-wrapper {
    display: block;
}
#product-detail .product-images-wrapper a {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #111;
}
#product-detail .product-images-wrapper a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#product-detail .badge-discount-text {
    font-size: 16px;
    margin-top: 6px;
    color: var(--g-color-4);
    font-style: italic;
}
#product-detail .button__open-in-admin {
    position: absolute;
    top: -70px;
    right: 0;
    border: 1px solid var(--g-color-2);
    border-radius: var(--g-btn-radius);
    padding: 4px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 10;
    transition: all 250ms;
}
#product-detail .button__open-in-admin:hover {
    color: black;
    text-decoration: none;
    box-shadow: none;
    background: #efefef;
}

#product-detail .zbozi-galery-container {
    display: flex;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 5px;
}

#product-detail .zbozi-galery-img{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 130px;
    height: 130px;
}
#product-detail .zbozi-img-detail {
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
    max-height: 400px;
    object-fit: contain;
}

#orderform .boxkoupit16 {
    color: #fff;
    line-height: 32px;
    margin-top: 10px;
    padding: 10px 0;
    overflow: hidden;
}

#orderform .boxkoupit16 .sklad-zelena {
    color: black;
}
#orderform .boxkoupit16 .sklad-cervena,
#orderform .boxkoupit16 .sklad- {
    color: #dc3545;
    font-weight: bold;
}
#orderform .boxkoupit16 .sklad-oranzova {
    color: #ffc107;
    font-weight: bold;
}

#orderform .boxkoupit16 select {
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #000000;
    line-height: 32px;
    margin-bottom: 10px;
}



#zbozi-wishilist .wishlist_quantity {
    font-weight: bold;
    float: left;
    padding: 5px 0 5px 15px;
    width: 60px;
    text-align: center;
    border: 1px solid #000000;
    height: 42px;
    font-size: 12px;
    color: #5d5d5d;
    display: block;
    line-height: 42px;
}
#zbozi-wishilist .wishlist_quantity:focus {
    outline-width: 0;
    border: 2px solid black;
}
#zbozi-wishilist .button-add-to-wishlist {
    float: left;
    padding: 4px 30px;
    border: 1px solid #000000;
    border-left: none;
    margin: 0;
    display: block;
    line-height: 32px;
    background: #000000;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    min-width: 200px;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
#zbozi-wishilist .button-add-to-wishlist:hover {
    background: var(--g-color-2);
}


</pre></body></html>