@-webkit-keyframes slide {
    from {
        background-position: left top;
    }
    to {
        background-position: right top;
    }
}

.footer-links-icons .footer-icon {
    height: 25px;
}

.footer-icon img {
    max-height: 100%;
}

.a,.ha a {
    width: 100%;
    height: 100%;
}

.content-wrapper-in {
    margin-top: 30px;
}

.in-index .content-wrapper-in {
    margin-top: 0;
}

.content-wrapper {
    padding-top: 42px;
}

.navigation-in ul li a b {
    font-weight: 700;
    color: black;
}

nav ul li a b:hover {
    text-decoration: underline;
}

.footer-banner {
    border-radius: 15px;
    padding: 15px;
    margin: auto;
    background: white;
}

.content-wrapper {
    background-color: transparent;
}

.navigation-buttons a[data-target="cart"]:hover {
    background-color: #000;
}

.smetko-row span {
    font-size: 1.8em;
}

#header,
.navigation-in,
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="cart"] {
    border-color: #e6e6e6;
    color: #000;
    background-color: #fff;
}

.smetko-home {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}

.smetko-row {
    font-family: "Quicksand";
    min-height: 100vh;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.smetko-row span,
.smetko-row h1 {
    margin: 10px 50px;
}

.smetko-row h1 {
    font-size: 5em;
    color: white;
}

.smetko-row div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ha {
    background-image: url("/user/documents/upload/HOMEPAGE/hojivka.jpg");
    background-size: 142%;
    background-position: center;
    background-repeat: no-repeat;
}

.hb,
.hb h1 {
    background-color: #c3f0c5;
    color: #095206;
}

.smetko-r.hb {
    align-items: start;
}

.hb .smetko-button:hover {
    box-shadow: 0.15em 0.25em 0em #409b0c3b;
}

.ha a:hover {
    transform: scale(1.05);
}

.hb .smetko-button {
    background-color: #095206;
    color: #c3dff0;
}

.a {
    background-image: url("/user/documents/upload/HOMEPAGE/smetko.jpg");
    background-size: 142%;
    background-position: center;
}

.b .smetko-button:hover {
    box-shadow: 0.15em 0.25em 0em #9b0c523b;
}

.b,
.b h1 {
    background-color: #c3dff0;
    color: #9b0c52;
}

.smetko-r.b {
    align-items: start;
}

.c {
    background-color: lightgoldenrodyellow;
}

.d {
    background-color: paleturquoise;
    background-image: url("/user/documents/upload/HOMEPAGE/homepage_kids.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-position: left top;
}

.e {
    background-color: #ffed97;
    align-items: flex-start !important;
    color: #b7474e;
}

.e h1 {
    color: #b7474e;
}

.f {
    background: url(/user/documents/upload/HOMEPAGE/plagat4.jpg);
    background-size: cover;
    background-position: center;
}

.g {
    background-image: url(/user/documents/upload/HOMEPAGE/besiedka.jpg);
    background-color: cadetblue;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: slide 40s linear infinite;
}

.h {
    background-color: cadetblue;
    align-items: flex-end !important;
    color: lightyellow;
}

.h h1 {
    color: lightyellow;
}

.h span {
    text-align: right;
}

.smetko-level-4 {
    background: #ffd2f8;
    color: #9f238c;
}

.i {
    background: url(/user/documents/upload/PREDSTAVENIA/sikulka_neznalka.jpg);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}

.j h1 {
    color: #9f238c;
}

.j .smetko-button {
    color: #ffd2f8;
    background: #9f238c;
}

.hviezdicka_plagat {
  background: url(/user/documents/upload/HOMEPAGE/hviezdicka.png);
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #25ae7d;
  color: #f1e993;
}

.hviezdicka, .hviezdicka h1  {
  background-color: #25ae7d;
  color: #f1e993;
}

.hviezdicka a {
  background-color: #f1e993;
  color: #25ae7d;
}

.smetko-row-full {
    grid-template-columns: 100%;
}

#header {
    box-shadow: #0000000f 10px 10px 10px;
    position: fixed;
    width: 100%;
}

.id-1 .content,
.id-1 .row,
.id-1 .homepage-texts-wrapper,
.id-1 .welcome-wrapper,
.id-1 .welcome,
.id-1 .index-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100vw;
}

.id-1 .homepage-texts-wrapper {
    margin-bottom: 0;
}

.id-1 #footer {
    margin-top: 0;
}

.smetko-button {
    border-radius: 1em;
    margin: 30px 50px;
    width: 10em;
    height: 2.5em;
    align-items: center;
    display: flex;
    font-size: 2em;
    justify-content: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                          supported by Chrome, Edge, Opera and Firefox */
}

.smetko-button:hover {
    box-shadow: 0.15em 0.25em 0em rgb(255 255 255 / 25%);
    transform: translate(-0.15em, -0.15em);
}

.b .smetko-button:hover {
    box-shadow: 0.15em 0.25em 0em #9b0c523b;
}

.a a:hover {
    transform: scale(1.05);
}

.b .smetko-button {
    background-color: #9b0c52;
    color: #c3dff0;
}

.e .smetko-button {
    background-color: #b7474e;
    color: #ffed97;
}

.e .smetko-button:hover {
    box-shadow: 0.15em 0.25em 0em #b7474e54;
}

.h .smetko-button {
    background-color: lightyellow;
    color: cadetblue;
}

.smetko-row-full h1 {
    font-size: 10em;
}

.smetko-row div span a {
    color: inherit;
}

.smetko-row div span a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 800px) {
    .smetko-product-container {
        display: grid;
        grid-template-columns: auto auto;
        margin: auto;
        gap: 20px;
    }
    .smetko-product-right img,
    .smetko-product-left img {
        margin-top: 0;
    }
    .smetko-product-right,
    .smetko-product-left {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .smetko-product-text {
        align-self: end;
        justify-self: end;
        vertical-align: bottom;
    }
}

@media screen and (min-width: 1222px) {
    .smetko-row-full h1 {
        z-index: 4;
        font-size: 10em;
    }
    .smetko-row div h1 {
        margin: 0 50px;
    }
    .smetko-row div span {
        margin: 40px 50px;
    }
    .e {
        padding-left: 20%;
    }
    .h,
    .b {
        padding-right: 20%;
    }
}

@media screen and (max-width: 1160px) {
    .smetko-row h1 {
        z-index: 4;
        font-size: 5.5em;
    }
    .smetko-row-full h1 {
        font-size: 9.5em;
    }
    .d {
        -webkit-animation: slide 40s linear infinite;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    #header .site-name a img {
        max-height: 52px;
    }
    .content-wrapper {
        padding-top: 0px;
    }
    .overall-wrapper {
        padding-top: 22px;
    }
}

@media screen and (max-width: 900px) {
    .smetko-row h1 {
        z-index: 4;
        font-size: 5em;
    }
    .smetko-row-full h1 {
        font-size: 8em;
    }
}

@media screen and (max-width: 700px) {
    .smetko-row h1 {
        font-size: 4em;
        text-align: center;
    }
    .smetko-row div {
        height: fit-content;
        min-height: 50vh;
        padding-top: 15px;
    }
    .smetko-row span {
        font-size: 1.5em;
    }
    .d {
        -webkit-animation: slide 40s linear infinite;
        text-align: center;
    }
    .smetko-row {
        grid-template-columns: 100%;
        min-height: 100vh;
    }
    .f {
        background-size: 135%;
    }
    .smetko-row div span {
        text-align: center;
    }
    .smetko-row div.d {
        height: 100vh;
    }
    .content-wrapper {
        padding-top: 0;
    }
    .body-banners {
        margin: 0;
    }
    #header .site-name a img {
        height: 32px;
    }
    .smetko-row-full h1 {
        font-size: 6em;
    }
    .smetko-r.b,
    .smetko-r.e,
    .smetko-r.h {
        align-items: center!important;
        /*height: 100vh;*/
    }
    .smetko-row div.smetko-r.e {
        padding-top: 10vh;
        height: auto;
    }
}

#header {
    z-index: 9999;
}