<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Adam Peter - Sklomat.cz Redesign 2025 */

:root {
    --color-blue-default: #005a8c;
    --color-blue-dart: #003959;
    --color-blue-acid: #3dadfb;
    --color-blue-light: #e8f3ff;
    --color-gray-text: #555555;
    --color-gray-background: #f1f1f1;
    --color-gray-background2: #e1e1e1;
    --color-red: #d9534f;
    --color-border: #d3d3d3;
}

* {
    cursor: default;
    transition: 0.2s ease all;
    --webkit-transition: 0.2s ease all;
}

a, button, a *, button * {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
}

.container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row.banner.lista &gt; div {
    padding: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.product-price .label {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 16px;
    padding: 5px 10px;
}

.thumbnail {
    min-height: 450px;
}

.thumbnail, .thumbnail * {
    cursor: pointer;
}

.thumbnail h2 {
    margin-top: 30px;
}

.thumbnail .product-price {
    margin-bottom: 40px;
    margin-top: 20px;
}

.thumbnail .product-price * {
    font-weight: bold;
}

.thumbnail .product-price .pull-left * {
    font-weight: 500;
}

.thumbnail .product-price .pull-left &gt; small {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: 25px;  
}

.thumbnail .vice-info {
    position: absolute;
    bottom: 35px;
    width: 80%;
    left: 10%;
    border-radius: 3px;
    background-color: var(--color-blue-light);
    border: 2px solid var(--color-blue-light);
    color: black;
    font-weight: bold;
    padding: 6px 0;
}

.thumbnail .vice-info:hover {
    border: 2px solid var(--color-blue-default);
    color: var(--color-blue-default);
}

.thumbnail .product-image {
    height: 180px;
    margin-top: -10px;
}

.thumbnail img.product {
    height: 100%;
    object-fit: contain;
}

footer {
    padding: 20px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

footer .row {
    margin-right: 0;
    margin-left: 0;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    margin-right: 50px;
}

footer .row * {
    font-size: 14px;
}

footer .row &gt; div {
    margin-bottom: 2px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

.top-bar-switch {
    width: 80px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.top-bar-switch .sipka, .top-bar-switch br {
    display: none;
}

.top-bar-switch * {
    color: var(--color-blue-default);
}

.top-bar-switch a {
    display: inline-block;
    color: var(--color-gray-text);
    margin-left: 10px;
}

#header-search {
    cursor: text;
}

.nav &gt; li {
    background-color: var(--color-gray-background);
}

.kategorie li {
    border-bottom: 1px solid var(--color-gray-background2);
}

.kategorie li:last-of-type {
    border-bottom: none;
    border-bottom-right-radius: 10px;

}

.kategorie li:first-of-type {
    border-top-right-radius: 10px;
}

nav.menu-tree {
    border-left: none;
}

.padding-r-nula .menu-tree {
    border: none;
}

.col-md-12.padding-nula {
    padding-left: 0;
    padding-right: 0;
}

.root .kategorie a:hover {
    text-decoration: underline;
}

.row.lista .row.modre a:hover, .col-md-12 &gt; h1 {
    color: white;
}

.bubliny {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;  
}

.bubliny &gt; div {
    display: inline-flex;
    float: initial;
    position: relative;
    align-items: center;
}

.post-title {
    color: white;
}

.col-md-3.padding-r-nula {
    padding-left: 0;
}

div[itemprop="mainContentOfPage"] {
    padding-bottom: 50px;
}

.row.lista .col-md-3, .row.lista &gt; .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.col-md-9 &gt; .row {
    margin: 0!important;
}

.col-md-9 {
    padding-left: 0;
    padding-right: 0;
}

div[itemprop="mainContentOfPage"] &gt; .row:first-of-type, .row.bubliny + .row {
    background-color: var(--color-blue-default);
    margin-bottom: 50px!important;
}

div[itemprop="offers"] {
    margin: 30px 0 30px 0;
}

div[itemprop="offers"] &gt; .price {
    font-size: 14px;
}

button[name="add_to_cart"] {
    float: right;
}

.skladem, .udodavatele {
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

p, .product-detail, blockquote {
    font-size: 16px;
}

p[itemprop="description"] {
    margin-bottom: 30px;
}

#frm-cartForm {
    background-color: var(--color-gray-background);
    padding: 10px;
    border-radius: 5px;
}

#frm-cartForm &gt; .form-group {
    font-size: 16px;
}

div[itemprop="offers"] &gt; h4 &gt; .price-vat {
    display: block;
    margin-top: 20px;
}

.row.padding {
    padding-bottom: 12px;
}

h2, h1 {
    color: white;
}

#scrollUp {
    left: 20px;
    right: initial;
    border: 2px solid white;
    border-radius: 50px;
    bottom: 20px;
}

.col-md-4 + .col-md-4 {
    width: 550px;
}

.col-md-4 + .col-sm-6.col-md-4, .col-md-4 + .col-sm-4.col-md-4 {
    width: 33.3%;
}

.col-sm-6.col-md-4 &gt; .thumbnail {
    min-height: 0;
}

.absolute &gt; .col-md-4.normalni, .absolute &gt; #cena {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid var(--color-border);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    position:relative!important;
    height: 100%;
}

.absolute &gt; .col-md-4.normalni &gt; .quantity, .absolute &gt; #cena &gt; .quantity  {
    float: left;
    cursor: text;
}

input[type="text"] {
    cursor: text;
}

input[type="radio"], input[type="check"], label {
    cursor: pointer;
}

.row.product-detail &gt; .absolute, .row.relative &gt; .absolute {
    position: fixed;
    right: 0;
    top: 300px;
    animation: addform-in 1s ease forwards;
}

.col-md-12 &gt; .btn.btn-primary {
    display: none;
}

table td {
    border: 1px solid var(--color-border);
    padding: 5px;
}

.steps li {
    background-color: var(--color-blue-light);
}

.steps li &gt; a {
    color: var(--color-blue-default);
}

.steps li.current &gt; a {
    color: white;
}

.steps li::after {
    border-left-color: var(--color-blue-light);
}

.empty-cart {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    font-size: 20px;
    font-weight: bold;
}

#frm-potvrditForm input[type="submit"] {
    float: right;
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: green;

}

#frm-potvrditForm input[type="submit"]:hover {
    background-color: darkgreen;
}

.w3-success {
    border-left: none!important;
}

.steps * {
    transition: 0s ease all;
    --webkit-transition: 0s ease all;
}

.steps li {
    text-shadow: none;
}

input[name="checkout"]:hover + .rsipka {
    background-color: var(--color-blue-acid);
}

#responsive_menu {
    display: none;
}

a[href="https://www.sklomat.cz/?desktop=1"] {
    display: none;
}

@media screen and (min-width: 1000px) {
    @keyframes addform-in {
        0% { right: -400px; }
        40% { right: -400px; }
        100% { right: 0;}
    }
}

@media screen and (max-width: 1199px) {
    div[role="navigation"] a, .root .kategorie a, .kategorie li a, .row.padding a {
        font-size: 14px;
    }

    h1.patro, h2, h3 {
        font-size: 16px;
    }

    h2.bezramecku, .col-md-9 &gt; h1, .col-md-12 &gt; a &gt; h2 {
        font-size: 20px;
    }

    div[itemprop="mainContentOfPage"] &gt; .row:first-of-type, .row.bubliny + .row {
        margin-bottom: 20px!important;
    }

    .col-md-4 + .col-md-4 {
        width: 450px;
    }

    .row.product-detail {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container &gt; .row.bily &gt; .col-md-3 {
        width: 30%!important;
        display: inline-flex!important;
    }

    .container &gt; .row.bily {
        padding: 20px 0;
    }

    .container &gt; .row.bily &gt; .col-md-3:last-of-type {
        justify-content: flex-end;
    }

    .container &gt; .row:first-of-type {
        display: flex;
    }

    .container &gt; .row:first-of-type &gt; .col-md-4 {
        margin-left: auto;
    }

    .menu-tree {
        margin-bottom: 0;
    }

    .lista .col-md-9 {
        padding-left: 0!important;
    }

    .row.banner.lista &gt; div {
        padding: 0 15px;
    }

    .row.banner.lista &gt; div.col-md-9.linka, .col-md-9 &gt; .row.padding {
        display: none;
    }

    .container &gt; div &gt; .row &gt; .col-md-3.padding-r-nula {
        display: none;
    }

    .container &gt; .row.banner.lista &gt; div:first-of-type {
        background: transparent!important;
    }

    .container &gt; .row.banner.lista &gt; div:first-of-type &gt; div:nth-child(1), .container &gt; .row.banner.lista &gt; div:first-of-type &gt; div:nth-child(2), .container &gt; .row.banner.lista &gt; div:first-of-type &gt; div:nth-child(3) {
        display: none;
    }

    .container &gt; .row.banner.lista &gt; div:first-of-type &gt; div:nth-child(4), .container &gt; div &gt; .row &gt; .col-md-3.padding-r-nula {
        position: fixed;
        z-index: 10;
        width: 300px;
        height: 100%;
        right: 0;
        top: 0;
        margin-left: 0!important;
        margin-top: 0;
        background-color: var(--color-gray-background);
        outline: 1000px solid rgba(0,0,0,0.8);
        display: none;
        padding-top: 50px;
    }

    .container &gt; div &gt; .row &gt; .col-md-3.padding-r-nula {
        outline: 1000px solid rgba(0,0,0,0.6);
    }

    .container &gt; .row.banner.lista &gt; div:first-of-type &gt; div:nth-child(4) &gt; nav, .container &gt; div &gt; .row &gt; .col-md-3.padding-r-nula &gt; nav {
        height: calc(100% - 100px);
        overflow-y: auto;
        background-color: var(--color-gray-background);
    }

    /*
    .container &gt; .row.banner.lista &gt; div.responsive-menu-visible &gt; div:nth-child(4), .row.responsive-menu-visible &gt; div, .row.responsive-menu-visible &gt; div .hide {
        display: block!important;
    }

    .row.responsive-menu-visible &gt; .col-md-3.padding-r-nula {
        padding-right: 0!important;
    }
        */

    .kategorie li:last-of-type {
        border-bottom-right-radius: 0;
    
    }
    
    .kategorie li:first-of-type {
        border-top-right-radius: 0;
    }
    

    .kategorie li {
        width: 100%;
        padding: 10px;
    }

    .kategorie li &gt; a { 
        font-size: 14px;
        text-align: right;
    }

    #responsive_menu {
        display: block;
        z-index: 20;
        position: absolute;
        font-size: 40px;
        color: var(--color-blue-default);
        border: none;
        background-color: transparent;
        transition: 0.2s ease all;
        --webkit-transition: 0.2s ease all;
        right: 10px;
        top: 0;
    }

    #responsive_menu.active {
        transform: rotate(90deg);
        --webkit-transform: rotate(90deg);
    }

    /*
    #responsive_menu {
        display: block;
        z-index: 20;
        position: absolute;
        margin-left: 93%;
        font-size: 32px;
        color: var(--color-blue-default);
        border: none;
        background-color: transparent;
        left: 0;
        margin-top: -75px;
        transition: 0s ease all;
        --webkit-transition: 0s ease all;
    }


    div[role="main"] &gt; .row:last-of-type &gt; .col-md-9 + #responsive_menu {
        display: none;
    }

    div[role="main"] &gt; .row:first-of-type &gt; .col-md-9 + #responsive_menu {
        top: 0;
        margin-top: 66px;
        margin-left: 90%;
    }

    .responsive-menu-visible &gt; #responsive_menu {
        color: black;
        margin-top: 0!important;
    }

    .container &gt; .row.banner.lista &gt; div.responsive-menu-visible #responsive_menu {
        position: fixed;
        left: initial;
        margin-left: initial;
        top: 5px;
        right: 10px;
        margin-top: 0;
        font-size: 25px;
        color: black;
    }
        */

    .bars {
        display: none!important;
    }

    /*
    .row.product-detail &gt; .absolute, .row.relative &gt; .absolute {
        width: 100%;
        top: initial;
        bottom: 0;
    }
    */

    .absolute &gt; .col-md-4.normalni, .absolute &gt; #cena {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .col-md-4 + .col-md-4 {
        width: 100%;
        margin-top: 0;
    }

    #headerMenu {
        display: block!important;
        opacity: 1!important;
        top: 40px!important;
        box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2)!important;
    }

    #headerMenu &gt; .container {
        height: 65px;
    }

    #headerMenu.active &gt; .menu {
        display: block!important;
        min-height: calc(100vh - 65px);
        background-color: var(--color-gray-background);
        padding-bottom: 50px;
        box-sizing: border-box;
    }

    #headerMenu img.logo {
        max-height: 50px;
        margin-top: 8px;
    }

    .container-fluid {
        position: fixed;
        z-index: 20;
        width: 100vw;
    }

    body &gt; .container {
        padding-top: 50px;
    }

    #headerMenu &gt; .kosik {
        position: absolute;
        top: 15px;
        right: 55px;
    }

    .row.bily * {
        display: none;
    }

}

@media screen and (max-width: 700px) {

    #headerMenu {
        top: 50px!important;
    }

    body {
        background-color: white;
    }

    .container &gt; .row.bily &gt; .col-md-3 {
        width: 45%!important;
    }

    .container &gt; .row.bily &gt; .col-md-3:nth-child(2) {
        display: none!important;
    }

    /*
    .img-responsive.logo.xs-hidden {
        min-width: 100%!important;
        max-width: 100%!important;
    }
        */

    .col-md-3.pull-right.text-right.kosik.tucne &gt; a &gt; font {
        display: none;
    }

    /*
    #responsive_menu {
        margin-left: 86%;
        margin-top: -80px;
    }

    .col-md-9 + #responsive_menu {
        top: 0;
        margin-top: 66px;
    }

    div[role="main"] &gt; .row:first-of-type &gt; .col-md-9 + #responsive_menu {
        margin-left: 86%;
    }
        */

    .kosik span span {
        color: black;
    }

    .kategorie li {
        padding: 5px 10px;
    }

    .container &gt; .row:first-of-type &gt; .col-md-6 {
        display: none;
    }

    .col-md-4 + .col-sm-6.col-md-4, .col-md-4 + .col-sm-4.col-md-4 {
        width: 100%;
    }

    .container &gt; .row.banner.lista &gt; div:nth-child(2) &gt; .row.padding a, .row.padding &gt; .col-md-12 &gt; a {
        width: 50%;
        display: inline-flex;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .row.padding &gt; .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row.bubliny {
        display: none;
    }

    .col-sm-3.col-lg-3.col-md-3, .col-sm-4.col-lg-4.col-md-4 {
        width: 48%;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    .col-sm-3.col-lg-3.col-md-3:nth-child(even), .col-sm-4.col-lg-4.col-md-4:nth-child(even) {
        float: right;
    }

    div[role="main"] &gt; .row &gt; .col-md-9 &gt; h2 {
        padding: 20px 0 15px 40px;
    }

    footer .row {
        align-items: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    footer .row p {
        text-align: center;
    }

    .product-price .label {
        right: 0;
    }

    video {
        display: none;
    }

    .row.bily {
        padding: 20px 0;
    }

    #frm-cartForm &gt; .form-group {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    #frm-cartForm &gt; .form-group * {
        margin-left: auto;
        margin-right: auto;
    }

    button[name="add_to_cart"] {
        float: initial;
        width: 100%;
        margin-top: 20px;
    }

    .product-detail .img-responsive {
        width: 100%;
        max-height: 200px;
        object-position: center center;
        object-fit: contain;
        border: none;
    }

    .product-detail .label-danger {
        margin-right: 10px;
    }
}</pre></body></html>