
/* .swipershow */
.swipershow .swipercontainer .swiperscreen{
    width: auto;
    max-width: 100%;
}
.swipershow .swipercontainer .swiperitem .nahled {
    padding-top: 454px;
}
.swipershow .swipercontainer .swiperitem .nahled:before{
    content: ' ';
    display: block;
    background:
        url(img2/slideshow-overlay-1.svg) scroll no-repeat left center,
        url(img2/slideshow-overlay-2.svg) scroll no-repeat left center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.swipershow .swipercontainer .prev,
.swipershow .swipercontainer .next{
    width: 70px;
    height: 70px;
    border-radius: 0px;
    border: 0px none;
    bottom: 0px;
    top: unset;
    left: unset;
    margin-bottom: 0px;
    opacity: 1;
    font-size: 0px;
}
.swipershow .swipercontainer .prev:focus,
.swipershow .swipercontainer .next:focus{
    outline: 0px none;
    box-shadow: none;
}
.swipershow .swipercontainer .prev{
    right: 70px;
    background: rgba(0,0,0,.2) url(img2/swipershow-prev.svg) scroll no-repeat center center;
}
.swipershow .swipercontainer .next {
    right: 0px;
    background: rgba(0,0,0,.2) url(img2/swipershow-next.svg) scroll no-repeat center center;
}
.swipershow .swipercontainer .swiperitem{
    padding: 0;
}
.swipershow .swipercontainer .swiperitem .data {
    right: unset;
    left: 85px;
    width: 575px;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
}
.swipershow .swipercontainer .swiperitem .nazev{
    display: block;
    background: rgb(18, 13, 15) url(img2/icon-link.svg) scroll no-repeat calc(100% - 15px) center;
    color: white;
    text-decoration: none;
    padding: 15px 45px 15px 15px;
}
.swipershow .swipercontainer .swiperitem .original{
    display: block;
    /*max-height: 150px;*/
    max-height: 168px;
    overflow: hidden;
}
.swipershow .swipercontainer .swiperitem .original *{
    line-height: 50px;
    font-size: 3rem;
    font-weight: bold;
    color: white;
}
body .swipercontainer .points{
    width: unset;
    bottom: 2.75rem;
    left: 90px;
}
body .swipercontainer .points div {
    height: 15px;
}
body .swipercontainer .points a {
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,0.25);
    box-shadow: none;
}
body .swipercontainer .points a.vybrana {
    background-color: #CBB543;
}
@media only screen and (max-width:1024px) {
    .swipershow .swipercontainer .swiperitem .data {
        right: 0px;
        left: 0px;
        width: 100%;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .swipershow .swipercontainer .swiperitem .original{
        max-height: 9rem;
        padding: 0 20px;
    }
    .swipershow .swipercontainer .swiperitem .original *{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .swipershow .swipercontainer .swiperitem .nahled:before{
        content: ' ';
        display: block;
        background: rgba(86,83,40,.7);
    }
}
@media only screen and (max-width:640px) {
    .swipershow .swipercontainer .swiperitem .nahled {
        padding-top: 280px;
    }
    .swipershow .swipercontainer .prev,
    .swipershow .swipercontainer .next{
        width: 48px;
        height: 48px;
    }
    .swipershow .swipercontainer .prev{
        right: 48px;
    }
}
/* .swipershow */







/* .homepagevidea */
.homepagevidea{
    margin-top: 2.5rem;
}
.homepagevidea .slozky{
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.homepagevidea .slozka{
    position: relative;
    min-height: 100px;
    padding: 2.25rem;
    text-decoration: none;
}
.homepagevidea .absolute{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.homepagevidea .slozka:nth-child(3n+1) .absolute{
    background-color: rgb(111, 109, 72);
}
.homepagevidea .slozka:nth-child(3n+2) .absolute{
    background-color: rgb(66, 65, 46);
}
.homepagevidea .slozka:nth-child(3n+3) .absolute{
    background-color: rgb(98, 79, 42);
}
.homepagevidea .slozka .absolute:before{
    content: ' ';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.homepagevidea .slozka:nth-child(3n+1) .absolute:before{
    background: url(img2/texture-1.png) scroll no-repeat center center/cover;
}
.homepagevidea .slozka:nth-child(3n+2) .absolute:before{
    background: url(img2/texture-2.png) scroll no-repeat center center/cover;
}
.homepagevidea .slozka:nth-child(3n+3) .absolute:before{
    background: url(img2/texture-3.png) scroll no-repeat center center/cover;
}
.homepagevidea .slozka .relative{
    position: relative;
    z-index: 1;
}
.homepagevidea .slozka .relative .video{
    color: white;
    line-height: 24px;
    background: rgb(44,44,44) url(img2/icon-video.svg) scroll no-repeat 6px center;
    border-radius: 2px;
    padding: 0 7px 0 24px;
    font-size: .875rem;
    font-weight: bold;
    display: inline-block;
}
.homepagevidea .slozka .relative h3{
    color: white;
    line-height: 1.25rem;
    font-weight: 700;
    margin-top: 0.625rem;
    font-size: 1.125rem;
}
.homepagevidea .slozka .relative .pozriet{
    line-height: 24px;
    background: url(img2/icon-arrow-continue-dark.svg) scroll no-repeat right center/1.25rem 1.25rem;
    padding: 0 30px 0 0;
    font-size: .875rem;
    font-weight: bold;
    display: inline-block;
    color: rgb(188,185,141);
    margin-top: 0.625rem;
}
.homepagevidea .slozka:hover .relative .pozriet{
    text-decoration: underline;
    color: white;
}
@media only screen and (max-width:1024px) {
    .homepagevidea{
        margin-top: 1.25rem;
    }
}
@media only screen and (max-width:768px) {
    .homepagevidea .slozky{
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .homepagevidea .slozka{
        padding: 1.5rem;
    }
}
/* .homepagevidea */


/* topkategorie */
.topkategorie{
    margin-top: 4.5rem;
}
.topkategorie .nadpis{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.topkategorie .nadpis h2{
    line-height: 1.25;
    font-size: 32px;
    color: rgb(44 44 44);
    font-weight: 700;
    text-transform: none;
}
.topkategorie .nadpis a{
    display: inline-block;
    line-height: 54px;
    background: #120d0f url(img2/icon-arrow-continue-dark.svg) scroll no-repeat calc(100% - 15px) center/1.25rem 1.25rem;
    padding: 0 42px 0 15px;
    font-weight: bold;
    display: inline-block;
    color: white;
    text-decoration: none;
}
.topkategorie .nadpis a:hover{
    background-color: rgb(44 44 44);
}
.topkategorie .slozky{
    margin-top: 1.5rem;
    border-right: 1px solid rgb(239 239 239);
    border-left: 1px solid rgb(239 239 239);
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
}
.topkategorie .slozka{
    border-top: 6px solid rgb(140 125 48);
    text-decoration: none;
    grid-column: span 1/span 1;
}
.topkategorie .slozka > div{
}
.topkategorie .proimg{
    padding-top: 206px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
}
.topkategorie img{
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1rem;
    right: 1rem;
    object-fit: contain;
    z-index: -1;
    width: calc(100% - 2rem);
    height: calc(100% - 3rem);
}
.topkategorie .popis{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    background-color: rgb(140 125 48);
}
.topkategorie h3{
    color: white;
    line-height: 1.5rem;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    font-weight: 700;
    height: 3rem;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.topkategorie .odkaz{
    display: inline-block;
    margin-top: 0.875rem;
    color: rgb(188 185 141);
    line-height: 1.25rem;
    font-weight: 700;
    font-size: .875rem;
    padding: 0 30px 0 0;
    background: url(img2/icon-arrow-continue-dark.svg) scroll no-repeat right center/1.25rem 1.25rem;
}
.topkategorie .slozka:hover .proimg{
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.topkategorie .slozka:hover .popis{
    background-color: #6F6D48;
}
.topkategorie .slozka:hover .odkaz{
    text-decoration: underline;
    color: white;
}
@media only screen and (max-width:1280px) {
    .topkategorie .slozky{
        grid-template-columns: repeat(6,minmax(0,1fr));
    }
    .topkategorie .slozka:nth-child(1),
    .topkategorie .slozka:nth-child(2){
        grid-column: span 3/span 3;
    }
    .topkategorie .slozka:nth-child(3),
    .topkategorie .slozka:nth-child(4),
    .topkategorie .slozka:nth-child(5){
        grid-column: span 2/span 2;
    }
}
@media only screen and (max-width:768px) {
    .topkategorie .slozky{
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .topkategorie .slozka:nth-child(1),
    .topkategorie .slozka:nth-child(2),
    .topkategorie .slozka:nth-child(3),
    .topkategorie .slozka:nth-child(4),
    .topkategorie .slozka:nth-child(5){
        grid-column: span 1/span 1;
    }
}
/* topkategorie */



/* nasumcenafeeder */
.nasumcenafeeder{
    margin-top: 4rem;
}
.nasumcenafeeder .slozky{
    display: flex;
    gap: 0.75rem;;
}
.nasumcenafeeder .slozka{
    width: 50%;
}
.nasumcenafeeder .slozka > div{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 36%;
}
.nasumcenafeeder .slozka img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nasumcenafeeder .text{
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nasumcenafeeder .slozka:first-child .text{
    right: 2.75rem;
}
.nasumcenafeeder .slozka:last-child .text{
    left: 2.75rem;
}
.nasumcenafeeder .nazev{
    color: white;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    padding: 0;
    top: 40%;
}
.nasumcenafeeder .odkaz{
    color: white;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    display: inline-block;
    padding: 0 28px 0 0;
    background: url(img2/icon-arrow-continue-light.svg) scroll no-repeat right center/1.25rem 1.25rem;
    margin-top: 0.5rem;
}
@media only screen and (max-width:1536px) {
    .nasumcenafeeder .nazev {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media only screen and (max-width:1280px) {
    .nasumcenafeeder .nazev {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .nasumcenafeeder .slozka:first-child .text{
        right: 2rem;
    }
    .nasumcenafeeder .slozka:last-child .text{
        left: 2rem;
    }
}
@media only screen and (max-width:1024px) {
    .nasumcenafeeder .nazev {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .nasumcenafeeder .odkaz span:last-child{
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .nasumcenafeeder .slozky {
        flex-direction: column;
        max-width: 36rem;
        margin: auto;
    }
    .nasumcenafeeder .slozka {
        width: auto;
    }
}
@media only screen and (max-width:640px) {
    .nasumcenafeeder .slozka:first-child .text{
        right: 1rem;
    }
    .nasumcenafeeder .slozka:last-child .text{
        left: 1rem;
    }
}
/* nasumcenafeeder */




/* topprodukty */
.topprodukty{
    margin-top: 4rem;
}
.topprodukty .nadpis{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.topprodukty .nadpis h2{
    line-height: 1.25;
    font-size: 32px;
    color: rgb(44 44 44);
    font-weight: 700;
    text-transform: none;
}
.topprodukty .nadpis a{
    display: inline-block;
    line-height: 54px;
    background: #120d0f url(img2/icon-arrow-continue-dark.svg) scroll no-repeat calc(100% - 15px) center/1.25rem 1.25rem;
    padding: 0 40px 0 15px;
    font-weight: bold;
    display: inline-block;
    color: white;
    text-decoration: none;
}
.topprodukty .nadpis a:hover{
    background-color: rgb(44 44 44);
}
.topprodukty .komponentaNahledProduktu{
    margin-top: 1.5rem;
}
.topprodukty .NahledProduktu003 {
    width: calc((100% / 4) - 10px);
}
@media only screen and (max-width:1024px) {
    .topprodukty .NahledProduktu003 {
        width: calc((100% / 3) - 10px);
    }
}
@media only screen and (max-width:768px) {
    .topprodukty .NahledProduktu003 {
        width: calc((100% / 2) - 10px);
    }
}
@media only screen and (max-width:640px) {
    .topprodukty .NahledProduktu003 {
        width: 100%;
    }
}
/* topprodukty */




/* nejprodavanejsi */
.nejprodavanejsi{
    margin-top: 4rem;
    position: relative;
}
.nejprodavanejsi .nadpis {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nejprodavanejsi .nadpis h2 {
    line-height: 1.25;
    font-size: 32px;
    color: rgb(44 44 44);
    font-weight: 700;
    text-transform: none;
}
.nejprodavanejsi .komponentaProductSlider{
    margin-top: 1.5rem;
}
.nejprodavanejsi .slideRight,
.nejprodavanejsi .slideLeft {
    background-color: rgb(239 239 239);
    padding: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 0px;
    line-height: 0px;
}
.nejprodavanejsi .slideLeft {
    background: rgb(239 239 239) url(img2/icon-arrow-slider-left.svg) scroll no-repeat center center;
    margin: 0 1rem 0 auto;
}
.nejprodavanejsi .slideRight{
    background: rgb(239 239 239) url(img2/icon-arrow-slider-right.svg) scroll no-repeat center center;
    margin: 0 0 0 0;
}
.nejprodavanejsi .komponentaProductSlider .slideLeft,
.nejprodavanejsi .komponentaProductSlider .slideRight{
    display: none;
}
.nejprodavanejsi .slideLeft:hover,
.nejprodavanejsi .slideRight:hover{
    filter: invert(1);
    cursor: pointer;
}
@media only screen and (max-width:1024px){
    body .nejprodavanejsi .NahledProduktu003{
        flex: 0 0 calc(33.3333% - 10px);
    }
}
@media only screen and (max-width:640px) {
    body .nejprodavanejsi .NahledProduktu003{
        flex: 0 0 calc(50% - 10px) !important;
    }
    .nejprodavanejsi .nadpis {
        justify-content: flex-start;
    }
    .nejprodavanejsi .nadpis h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        width: 100%;
    }
    .nejprodavanejsi .slideLeft,
    .nejprodavanejsi .slideRight{
        width: 3rem;
        height: 3rem;
        margin: 0 1rem 0 0;
    }
}
@media only screen and (max-width:512px) {
    body .nejprodavanejsi .NahledProduktu003{
        flex: 0 0 calc(100% - 10px) !important;
    }
}
@media only screen and (min-width:1536px){
    body .nejprodavanejsi .NahledProduktu003{
        flex: 0 0 calc(20% - 10px);
    }
}
@media only screen and (min-width:2048px){
    body .nejprodavanejsi .NahledProduktu003{
        flex: 0 0 calc(16.6666% - 10px);
    }
}
/* nejprodavanejsi */