.in-index #carousel{position:relative;padding-top:22px}.in-index #carousel .carousel-control{position:absolute;top:50%;background:var(--color-black);width:52px;height:52px;border-radius:50%;border-style:solid;border-width:4px;border-color:var(--color-white);background-image:url("https://cdn.myshoptet.com/usr/www.natima.cz/user/documents/upload/assets/icon_arrow_right_white.svg");background-position:calc(50% + 1px) center;background-repeat:no-repeat;background-size:25%;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer}.in-index #carousel .carousel-control:hover,.in-index #carousel .carousel-control:focus-within{background-color:var(--color-primary)}@media screen and (max-width: 1024px){.in-index #carousel .carousel-control{width:36px;height:36px}}.in-index #carousel .carousel-control.left{left:0;-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}@media screen and (max-width: 1024px){.in-index #carousel .carousel-control.left{-webkit-transform:translate(0%, -50%) rotate(180deg);transform:translate(0%, -50%) rotate(180deg);left:-19px}}@media screen and (max-width: 767px){.in-index #carousel .carousel-control.left{-webkit-transform:translate(0%, -50%) rotate(180deg);transform:translate(0%, -50%) rotate(180deg);left:-9px}}@media screen and (max-width: 500px){.in-index #carousel .carousel-control.left{top:33%}}.in-index #carousel .carousel-control.right{right:0;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}@media screen and (max-width: 1024px){.in-index #carousel .carousel-control.right{-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);right:-19px}}@media screen and (max-width: 767px){.in-index #carousel .carousel-control.right{-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);right:-9px}}@media screen and (max-width: 500px){.in-index #carousel .carousel-control.right{top:33%}}.in-index #carousel .carousel-control span{display:none}@media screen and (max-width: 500px){.in-index #carousel .carousel-control.left{top:50%}}@media screen and (max-width: 500px){.in-index #carousel .carousel-control.right{top:50%}}.in-index #carousel .carousel-inner{--padding-left: var(--gap-20);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:row;-ms-flex:row;flex:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:auto !important;margin-left:calc(-1*var(--padding-left));overflow:hidden}.in-index #carousel .carousel-inner .item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:0;flex-shrink:0;position:relative;color:var(--color-black);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.in-index #carousel .carousel-inner .item .mobile-image{display:none}.in-index #carousel .carousel-inner .item .pc-image{display:block}@media screen and (max-width: 1024px){.in-index #carousel .carousel-inner .item .mobile-image{display:block}.in-index #carousel .carousel-inner .item .pc-image{display:none}}.in-index #carousel .carousel-inner .item a{background:-webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-gray-500)));background:linear-gradient(to bottom, var(--color-white), var(--color-gray-500));position:relative;color:inherit;text-decoration:none;display:block;border-radius:var(--br-16);overflow:hidden}.in-index #carousel .carousel-inner .item img{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.in-index #carousel .carousel-inner .item .extended-banner-texts{position:absolute;bottom:0;left:0;width:100%;padding:30px 10px 30px 33px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:inherit}@media screen and (max-width: 1024px){.in-index #carousel .carousel-inner .item .extended-banner-texts{padding:20px 14px 30px 33px}}.in-index #carousel .carousel-inner .item .extended-banner-title{font-size:var(--fs-24);font-weight:var(--fw-700);line-height:var(--lh-1-4);padding-bottom:.375em}.in-index #carousel .carousel-inner .item .extended-banner-text{font-size:var(--fs-20);line-height:var(--lh-1-4);padding-bottom:1.111em}.in-index #carousel .carousel-inner .item .extended-banner-link{color:var(--color-white);font-size:var(--fs-13);font-weight:var(--fw-700);line-height:1;border-radius:var(--br-12);background-color:var(--color-primary);padding-bottom:1px;-webkit-box-shadow:inset 0px -1px 0px var(--color-primary-500);box-shadow:inset 0px -1px 0px var(--color-primary-500);padding:1em 1.538em;z-index:1;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out}.in-index #carousel .carousel-inner .item .extended-banner-link:hover,.in-index #carousel .carousel-inner .item .extended-banner-link:focus-within{background-color:var(--color-primary-hover)}.in-index #carousel .carousel-inner .item:hover img,.in-index #carousel .carousel-inner .item:focus-within img{-webkit-transform:scale(1.025);transform:scale(1.025)}.in-index #carousel .carousel-inner .item.white{color:var(--color-white)}@media screen and (max-width: 1440px){.in-index #carousel .carousel-inner .item .extended-banner-texts{padding:20px 10px 20px 20px}.in-index #carousel .carousel-inner .item .extended-banner-title{font-size:var(--fs-20)}.in-index #carousel .carousel-inner .item .extended-banner-text{font-size:var(--fs-16);padding-bottom:1em}.in-index #carousel .carousel-inner .item .extended-banner-link{font-size:var(--fs-13)}}.in-index #carousel .carousel-inner .item a{background:-webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-gray-500)));background:linear-gradient(to bottom, var(--color-white), var(--color-gray-500));margin-left:var(--padding-left)}.in-index #carousel .carousel-inner .item:first-child{-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:0;flex-shrink:0}.in-index #carousel .carousel-inner .item:nth-child(2){display:none}@media screen and (max-width: 1440px){.in-index #carousel .carousel-inner .item{-ms-flex-preferred-size:33.333%;flex-basis:33.333%}.in-index #carousel .carousel-inner .item:first-child{-ms-flex-preferred-size:66.666%;flex-basis:66.666%}}@media screen and (max-width: 1280px){.in-index #carousel .carousel-inner{--padding-left: var(--gap-16)}.in-index #carousel .carousel-inner .item{-ms-flex-preferred-size:33.333%;flex-basis:33.333%}.in-index #carousel .carousel-inner .item:first-child{display:none}.in-index #carousel .carousel-inner .item:nth-child(2){display:block}}@media screen and (max-width: 1024px){.in-index #carousel .carousel-inner{--padding-left: var(--gap-10)}.in-index #carousel .carousel-inner .item{-ms-flex-preferred-size:40%;flex-basis:40%}}@media screen and (max-width: 767px){.in-index #carousel .carousel-inner .item{-ms-flex-preferred-size:55%;flex-basis:55%}}@media screen and (max-width: 500px){.in-index #carousel .carousel-inner .item{-ms-flex-preferred-size:80%;flex-basis:80%}}.in-index #carousel.dragging .item{-webkit-transition:none !important;transition:none !important}.in-index .body-banners{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-20);padding-bottom:60px}.in-index .body-banners .banner-wrapper{position:relative;color:var(--color-black);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.in-index .body-banners .banner-wrapper .mobile-image{display:none}.in-index .body-banners .banner-wrapper .pc-image{display:block}@media screen and (max-width: 1024px){.in-index .body-banners .banner-wrapper .mobile-image{display:block}.in-index .body-banners .banner-wrapper .pc-image{display:none}}.in-index .body-banners .banner-wrapper a{background:-webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-gray-500)));background:linear-gradient(to bottom, var(--color-white), var(--color-gray-500));position:relative;color:inherit;text-decoration:none;display:block;border-radius:var(--br-16);overflow:hidden}.in-index .body-banners .banner-wrapper img{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.in-index .body-banners .banner-wrapper .extended-banner-texts{position:absolute;bottom:0;left:0;width:100%;padding:30px 10px 30px 33px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:inherit}@media screen and (max-width: 1024px){.in-index .body-banners .banner-wrapper .extended-banner-texts{padding:20px 14px 30px 33px}}.in-index .body-banners .banner-wrapper .extended-banner-title{font-size:var(--fs-24);font-weight:var(--fw-700);line-height:var(--lh-1-4);padding-bottom:.375em}.in-index .body-banners .banner-wrapper .extended-banner-text{font-size:var(--fs-20);line-height:var(--lh-1-4);padding-bottom:1.111em}.in-index .body-banners .banner-wrapper .extended-banner-link{color:var(--color-white);font-size:var(--fs-13);font-weight:var(--fw-700);line-height:1;border-radius:var(--br-12);background-color:var(--color-primary);padding-bottom:1px;-webkit-box-shadow:inset 0px -1px 0px var(--color-primary-500);box-shadow:inset 0px -1px 0px var(--color-primary-500);padding:1em 1.538em;z-index:1;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out}.in-index .body-banners .banner-wrapper .extended-banner-link:hover,.in-index .body-banners .banner-wrapper .extended-banner-link:focus-within{background-color:var(--color-primary-hover)}.in-index .body-banners .banner-wrapper:hover img,.in-index .body-banners .banner-wrapper:focus-within img{-webkit-transform:scale(1.025);transform:scale(1.025)}.in-index .body-banners .banner-wrapper.white{color:var(--color-white)}@media screen and (max-width: 1440px){.in-index .body-banners .banner-wrapper .extended-banner-texts{padding:20px 10px 20px 20px}.in-index .body-banners .banner-wrapper .extended-banner-title{font-size:var(--fs-20)}.in-index .body-banners .banner-wrapper .extended-banner-text{font-size:var(--fs-16);padding-bottom:1em}.in-index .body-banners .banner-wrapper .extended-banner-link{font-size:var(--fs-13)}}.in-index .body-banners .banner-wrapper .extended-banner-texts{padding-right:60%;text-wrap:balance}@media screen and (max-width: 1440px){.in-index .body-banners .banner-wrapper .extended-banner-texts{padding-right:40%}}@media screen and (max-width: 1024px){.in-index .body-banners .banner-wrapper .extended-banner-texts{padding:20px 14px 30px 33px}}@media screen and (max-width: 1024px){.in-index .body-banners{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;padding-bottom:10px;margin-bottom:50px;gap:var(--gap-10)}.in-index .body-banners::-webkit-scrollbar{height:6px}.in-index .body-banners>*{-ms-flex-preferred-size:calc(50% - var(--gap-10)/2);flex-basis:calc(50% - var(--gap-10)/2);min-width:calc(50% - var(--gap-10)/2)}}@media screen and (max-width: 767px){.in-index .body-banners>*{-ms-flex-preferred-size:55%;flex-basis:55%;min-width:55%}}@media screen and (max-width: 500px){.in-index .body-banners>*{-ms-flex-preferred-size:80%;flex-basis:80%;min-width:80%}}.in-index .footer-banners{padding-bottom:100px}@media screen and (max-width: 767px){.in-index .footer-banners{padding-bottom:40px}}.in-index .footer-banners .footer-banner{position:relative;color:var(--color-black);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.in-index .footer-banners .footer-banner .mobile-image{display:none}.in-index .footer-banners .footer-banner .pc-image{display:block}@media screen and (max-width: 1024px){.in-index .footer-banners .footer-banner .mobile-image{display:block}.in-index .footer-banners .footer-banner .pc-image{display:none}}.in-index .footer-banners .footer-banner a{background:-webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-gray-500)));background:linear-gradient(to bottom, var(--color-white), var(--color-gray-500));position:relative;color:inherit;text-decoration:none;display:block;border-radius:var(--br-16);overflow:hidden}.in-index .footer-banners .footer-banner img{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.in-index .footer-banners .footer-banner .extended-banner-texts{position:absolute;bottom:0;left:0;width:100%;padding:30px 10px 30px 33px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:inherit}@media screen and (max-width: 1024px){.in-index .footer-banners .footer-banner .extended-banner-texts{padding:20px 14px 30px 33px}}.in-index .footer-banners .footer-banner .extended-banner-title{font-size:var(--fs-24);font-weight:var(--fw-700);line-height:var(--lh-1-4);padding-bottom:.375em}.in-index .footer-banners .footer-banner .extended-banner-text{font-size:var(--fs-20);line-height:var(--lh-1-4);padding-bottom:1.111em}.in-index .footer-banners .footer-banner .extended-banner-link{color:var(--color-white);font-size:var(--fs-13);font-weight:var(--fw-700);line-height:1;border-radius:var(--br-12);background-color:var(--color-primary);padding-bottom:1px;-webkit-box-shadow:inset 0px -1px 0px var(--color-primary-500);box-shadow:inset 0px -1px 0px var(--color-primary-500);padding:1em 1.538em;z-index:1;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out}.in-index .footer-banners .footer-banner .extended-banner-link:hover,.in-index .footer-banners .footer-banner .extended-banner-link:focus-within{background-color:var(--color-primary-hover)}.in-index .footer-banners .footer-banner:hover img,.in-index .footer-banners .footer-banner:focus-within img{-webkit-transform:scale(1.025);transform:scale(1.025)}.in-index .footer-banners .footer-banner.white{color:var(--color-white)}@media screen and (max-width: 1440px){.in-index .footer-banners .footer-banner .extended-banner-texts{padding:20px 10px 20px 20px}.in-index .footer-banners .footer-banner .extended-banner-title{font-size:var(--fs-20)}.in-index .footer-banners .footer-banner .extended-banner-text{font-size:var(--fs-16);padding-bottom:1em}.in-index .footer-banners .footer-banner .extended-banner-link{font-size:var(--fs-13)}}.in-index .footer-banners .footer-banner .mobile-image{display:none}.in-index .footer-banners .footer-banner .tablet-image{display:none}.in-index .footer-banners .footer-banner .pc-image{display:block}@media screen and (max-width: 1279px){.in-index .footer-banners .footer-banner .mobile-image{display:none}.in-index .footer-banners .footer-banner .tablet-image{display:block}.in-index .footer-banners .footer-banner .pc-image{display:none}}@media screen and (max-width: 767px){.in-index .footer-banners .footer-banner .mobile-image{display:block;max-height:550px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.in-index .footer-banners .footer-banner .tablet-image{display:none}.in-index .footer-banners .footer-banner .pc-image{display:none}}.in-index .footer-banners .footer-banner .extended-banner-texts{top:50%;bottom:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:var(--color-white);padding-left:25.8%;padding-right:50%;text-wrap:balance}.in-index .footer-banners .footer-banner .extended-banner-texts h2{color:inherit;font-size:3.875rem;font-weight:var(--fw-700);line-height:1;padding-bottom:.15em}@media screen and (max-width: 1680px){.in-index .footer-banners .footer-banner .extended-banner-texts{padding-left:22%;padding-right:45%}.in-index .footer-banners .footer-banner .extended-banner-texts h2{font-size:3.875rem}}@media screen and (max-width: 1440px){.in-index .footer-banners .footer-banner .extended-banner-texts{padding-left:22%;padding-right:35%}.in-index .footer-banners .footer-banner .extended-banner-texts h2{font-size:2.25rem}.in-index .footer-banners .footer-banner .extended-banner-texts .extended-banner-title{padding-bottom:1em;font-size:1.25rem}.in-index .footer-banners .footer-banner .extended-banner-texts .extended-banner-text{padding-bottom:0}}@media screen and (max-width: 1279px){.in-index .footer-banners .footer-banner .extended-banner-texts{padding-left:10%;padding-right:35%}.in-index .footer-banners .footer-banner .extended-banner-texts h2{font-size:2.5rem;padding-bottom:12px}.in-index .footer-banners .footer-banner .extended-banner-texts .extended-banner-text{font-size:var(--fs-14)}}@media screen and (max-width: 1024px){.in-index .footer-banners .footer-banner .extended-banner-texts{padding-left:5%;padding-right:35%}}@media screen and (max-width: 767px){.in-index .footer-banners .footer-banner .extended-banner-texts h2{font-size:3rem;padding-bottom:14px}}.in-index .footer-banners .footer-banner .extended-banner-title{font-size:1.875rem;line-height:var(--lh-1-4);font-weight:var(--fw-400);padding-bottom:1.4em}.in-index .footer-banners .footer-banner .extended-banner-text{font-size:var(--fs-16);font-weight:var(--fw-400)}.in-index .footer-banners .footer-banner .extended-banner-link{background-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;color:var(--color-white);border-style:solid;border-width:1px;border-color:var(--color-white);padding:1.23em 1.538em;border-radius:var(--br-16)}.in-index .footer-banners .footer-banner .extended-banner-link:hover,.in-index .footer-banners .footer-banner .extended-banner-link:focus-within{background-color:var(--color-white);color:var(--color-black)}.in-index .footer-banners .footer-banner ul{margin-top:0;padding:0;list-style:none}.in-index .footer-banners .footer-banner ul li{padding:.375em 0 .375em 1.25em;position:relative}.in-index .footer-banners .footer-banner ul li:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:.375em;height:.375em;border-radius:50%;background:var(--color-primary)}.in-index .footer-banners .footer-banner ul li:before{background-color:var(--color-white)}.in-index .benefitBanner{border-top-style:none;border-bottom-style:solid;margin-top:0;padding-top:76px;padding-bottom:76px;margin-bottom:37px}@media screen and (max-width: 1024px){.in-index .benefitBanner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;padding:40px 0 16px;margin-bottom:34px;border-bottom-style:none}.in-index .benefitBanner::-webkit-scrollbar{height:6px}.in-index .benefitBanner>*{-ms-flex-preferred-size:60%;flex-basis:60%;min-width:60%}}@media screen and (max-width: 500px){.in-index .benefitBanner>*{-ms-flex-preferred-size:70%;flex-basis:70%;min-width:70%}}.in-index .homepage-group-title{font-size:var(--fs-24);font-weight:var(--fw-700);line-height:var(--lh-1-4);padding-bottom:1em}.in-index .products-block-wrapper{position:relative}.in-index .products-block-wrapper .carousel-control{position:absolute;top:50%;background:var(--color-black);width:52px;height:52px;border-radius:50%;border-style:solid;border-width:4px;border-color:var(--color-white);background-image:url("https://cdn.myshoptet.com/usr/www.natima.cz/user/documents/upload/assets/icon_arrow_right_white.svg");background-position:calc(50% + 1px) center;background-repeat:no-repeat;background-size:25%;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer;top:35%}.in-index .products-block-wrapper .carousel-control:hover,.in-index .products-block-wrapper .carousel-control:focus-within{background-color:var(--color-primary)}@media screen and (max-width: 1024px){.in-index .products-block-wrapper .carousel-control{width:36px;height:36px}}.in-index .products-block-wrapper .carousel-control.left{left:0;-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}@media screen and (max-width: 1024px){.in-index .products-block-wrapper .carousel-control.left{-webkit-transform:translate(0%, -50%) rotate(180deg);transform:translate(0%, -50%) rotate(180deg);left:-19px}}@media screen and (max-width: 767px){.in-index .products-block-wrapper .carousel-control.left{-webkit-transform:translate(0%, -50%) rotate(180deg);transform:translate(0%, -50%) rotate(180deg);left:-9px}}@media screen and (max-width: 500px){.in-index .products-block-wrapper .carousel-control.left{top:33%}}.in-index .products-block-wrapper .carousel-control.right{right:0;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}@media screen and (max-width: 1024px){.in-index .products-block-wrapper .carousel-control.right{-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);right:-19px}}@media screen and (max-width: 767px){.in-index .products-block-wrapper .carousel-control.right{-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);right:-9px}}@media screen and (max-width: 500px){.in-index .products-block-wrapper .carousel-control.right{top:33%}}.in-index .products-block-wrapper .carousel-control span{display:none}.in-index .products-block:not(.products-block-luigi){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:0;margin-left:calc(-1*var(--gap-20));overflow:hidden;margin-bottom:60px;margin-right:0}@media screen and (max-width: 1024px){.in-index .products-block:not(.products-block-luigi){margin-left:calc(-1*var(--gap-10))}}.in-index .products-block:not(.products-block-luigi)>*{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;-ms-flex-negative:0;flex-shrink:0;padding-left:var(--gap-20);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}@media screen and (max-width: 1440px){.in-index .products-block:not(.products-block-luigi)>*{-ms-flex-preferred-size:20%;flex-basis:20%}}@media screen and (max-width: 1280px){.in-index .products-block:not(.products-block-luigi)>*{-ms-flex-preferred-size:25%;flex-basis:25%}}@media screen and (max-width: 1024px){.in-index .products-block:not(.products-block-luigi)>*{-ms-flex-preferred-size:30%;flex-basis:30%;padding-left:var(--gap-10)}}@media screen and (max-width: 767px){.in-index .products-block:not(.products-block-luigi)>*{-ms-flex-preferred-size:45%;flex-basis:45%}}@media screen and (max-width: 500px){.in-index .products-block:not(.products-block-luigi)>*{-ms-flex-preferred-size:50%;flex-basis:50%}}.in-index .products-block:not(.products-block-luigi).dragging>*{-webkit-transition:none !important;transition:none !important}.in-index .homepage-blog-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:0;margin-left:calc(-1*var(--gap-20));overflow:hidden;margin-bottom:60px;position:relative;padding-top:calc(var(--fs-24)*2 + var(--gap-7));padding-bottom:calc(var(--fs-16)*3*1.4 + var(--gap-18))}@media screen and (max-width: 1279px){.in-index .homepage-blog-wrapper{overflow-x:auto;overflow-y:hidden;padding-bottom:calc(var(--fs-16)*3*1.4 + var(--gap-18) + 5px)}.in-index .homepage-blog-wrapper::-webkit-scrollbar{height:6px}}.in-index .homepage-blog-wrapper>*{display:block;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:0;flex-shrink:0;padding-left:var(--gap-20);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}@media screen and (max-width: 1440px){.in-index .homepage-blog-wrapper>*{-ms-flex-preferred-size:33.33%;flex-basis:33.33%}}@media screen and (max-width: 1279px){.in-index .homepage-blog-wrapper>*{-ms-flex-preferred-size:40%;flex-basis:40%}}@media screen and (max-width: 767px){.in-index .homepage-blog-wrapper>*{-ms-flex-preferred-size:60%;flex-basis:60%}}@media screen and (max-width: 500px){.in-index .homepage-blog-wrapper>*{-ms-flex-preferred-size:75%;flex-basis:75%}}.in-index .homepage-blog-wrapper .homepage-group-title{width:100%;padding:0;text-align:center;position:absolute;top:0;left:0}.in-index .homepage-blog-wrapper .news-item a{display:block;width:100%;position:relative;border-radius:var(--br-16)}.in-index .homepage-blog-wrapper .news-item .title{position:absolute;bottom:0;left:0;width:100%;height:auto;padding:18px 15% 20px 18px;color:var(--color-white);font-size:var(--fs-20);font-weight:var(--fw-700);line-height:var(--lh-1-4);padding-bottom:1em}.in-index .homepage-blog-wrapper .news-item .description{position:absolute;top:100%;left:0;width:100%;height:auto;padding:18px 15% 0 18px;color:var(--color-black);font-size:var(--fs-16);font-weight:var(--fw-400);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.in-index .homepage-blog-wrapper .news-item .read-article{display:none}.in-index .homepage-blog-wrapper .news-item .image{overflow:hidden;border-radius:var(--br-16);position:relative}.in-index .homepage-blog-wrapper .news-item .image:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(72, 9, 143, 0)), to(rgba(72, 9, 143, 0.9)));background:linear-gradient(180deg, rgba(72, 9, 143, 0) 20%, rgba(72, 9, 143, 0.9) 100%);border-radius:var(--br-16);pointer-events:none}.in-index .homepage-blog-wrapper .news-item img{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.in-index .homepage-blog-wrapper .news-item:hover .title,.in-index .homepage-blog-wrapper .news-item:focus-within .title{text-decoration:underline;text-underline-offset:3px}.in-index .homepage-blog-wrapper .news-item:hover img,.in-index .homepage-blog-wrapper .news-item:focus-within img{-webkit-transform:scale(1.025);transform:scale(1.025)}.in-index .welcome-wrapper .welcome>h1{display:none}.in-index .welcome-wrapper .welcome>div{padding:115px 12% 100px 66px;margin-bottom:55px;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1.75fr 1fr;gap:10%;border-bottom-style:solid;border-bottom-width:1px;border-color:var(--color-gray-500)}.in-index .welcome-wrapper .welcome>div .homepage-welcome-texts{font-size:var(--fs-20)}.in-index .welcome-wrapper .welcome>div .homepage-welcome-texts h1{padding-bottom:1.21875em;padding-top:0}@media screen and (max-width: 1024px){.in-index .welcome-wrapper .welcome>div{padding:40px 20px 40px 20px;gap:30px;grid-template-columns:1fr;text-align:center}.in-index .welcome-wrapper .welcome>div .homepage-welcome-texts{font-size:var(--fs-16)}.in-index .welcome-wrapper .welcome>div .homepage-welcome-texts h1{font-size:var(--fs-28);padding-bottom:1em}.in-index .welcome-wrapper .welcome>div .homepage-welcome-image{max-width:500px;margin:auto}}.in-index .latest-contribution-box{display:none}.in-index .hodnoceni-obchodu-section{display:grid;background-color:var(--color-gray-400);border-radius:var(--br-16);padding:44px 24px 58px 42px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media screen and (max-width: 1279px){.in-index .hodnoceni-obchodu-section{padding:34px 30px 34px 30px;gap:0}}.in-index .hodnoceni-obchodu-section .hodnoceni-obchodu-title{padding-bottom:1.4167em}@media screen and (max-width: 1279px){.in-index .hodnoceni-obchodu-section .hodnoceni-obchodu-title{padding-bottom:.75em;text-align:center;grid-column:1/-1}}.in-index .hodnoceni-obchodu-section .stars-label-link{grid-row:1;grid-column:2;text-align:right;padding-right:var(--gap-16);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:var(--gap-8)}.in-index .hodnoceni-obchodu-section .stars-label-link .stars-label{color:inherit;text-decoration:underline;text-underline-offset:3px}.in-index .hodnoceni-obchodu-section .stars-label-link::before{content:"";width:27px;height:27px;background-image:url("https://cdn.myshoptet.com/usr/www.natima.cz/user/documents/upload/assets/icon_verified_primary.svg");background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width: 1279px){.in-index .hodnoceni-obchodu-section .stars-label-link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-column:1/-1;grid-row:3;padding-right:0;text-align:center;padding-top:var(--gap-16)}}.in-index .hodnoceni-obchodu-section .votes-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;width:100%;grid-column:1/-1;gap:0;grid-row:2}.in-index .hodnoceni-obchodu-section .vote-wrap{background:var(--color-white);-ms-flex-preferred-size:25%;flex-basis:25%;max-width:calc(25% - var(--gap-16));min-width:calc(25% - var(--gap-16));-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;padding:var(--gap-20);margin-right:var(--gap-16);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}@media screen and (max-width: 1440px){.in-index .hodnoceni-obchodu-section .vote-wrap{-ms-flex-preferred-size:33.3333%;flex-basis:33.3333%;max-width:calc(33.3333% - var(--gap-16));min-width:calc(33.3333% - var(--gap-16))}}@media screen and (max-width: 1024px){.in-index .hodnoceni-obchodu-section .vote-wrap{-ms-flex-preferred-size:40%;flex-basis:40%;max-width:calc(40% - var(--gap-16));min-width:calc(40% - var(--gap-16))}}@media screen and (max-width: 767px){.in-index .hodnoceni-obchodu-section .vote-wrap{margin-right:var(--gap-10);-ms-flex-preferred-size:60%;flex-basis:60%;max-width:calc(60% - var(--gap-10));min-width:calc(60% - var(--gap-10))}}@media screen and (max-width: 500px){.in-index .hodnoceni-obchodu-section .vote-wrap{margin-right:var(--gap-10);-ms-flex-preferred-size:75%;flex-basis:75%;max-width:calc(75% - var(--gap-10));min-width:calc(75% - var(--gap-10))}}.in-index .hodnoceni-obchodu-section .vote-content{max-height:4em;overflow-y:auto;overflow-x:hidden}.in-index .hodnoceni-obchodu-section .carousel-control{position:absolute;top:50%;background:var(--color-black);width:52px;height:52px;border-radius:50%;border-style:solid;border-width:4px;border-color:var(--color-white);background-image:url("https://cdn.myshoptet.com/usr/www.natima.cz/user/documents/upload/assets/icon_arrow_right_white.svg");background-position:calc(50% + 1px) center;background-repeat:no-repeat;background-size:25%;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer;position:relative;grid-row:2}.in-index .hodnoceni-obchodu-section .carousel-control:hover,.in-index .hodnoceni-obchodu-section .carousel-control:focus-within{background-color:var(--color-primary)}@media screen and (max-width: 1024px){.in-index .hodnoceni-obchodu-section .carousel-control{width:36px;height:36px}}.in-index .hodnoceni-obchodu-section .carousel-control.left{left:0;-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}@media screen and (max-width: 1024px){.in-index .hodnoceni-obchodu-section .carousel-control.left{-webkit-transform:translate(0%, -50%) rotate(180deg);transform:translate(0%, -50%) rotate(180deg);left:-19px}}@media screen and (max-width: 767px){.in-index .hodnoceni-obchodu-section .carousel-control.left{-webkit-transform:translate(0%, -50%) rotate(180deg);transform:translate(0%, -50%) rotate(180deg);left:-9px}}@media screen and (max-width: 500px){.in-index .hodnoceni-obchodu-section .carousel-control.left{top:33%}}.in-index .hodnoceni-obchodu-section .carousel-control.right{right:0;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}@media screen and (max-width: 1024px){.in-index .hodnoceni-obchodu-section .carousel-control.right{-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);right:-19px}}@media screen and (max-width: 767px){.in-index .hodnoceni-obchodu-section .carousel-control.right{-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);right:-9px}}@media screen and (max-width: 500px){.in-index .hodnoceni-obchodu-section .carousel-control.right{top:33%}}.in-index .hodnoceni-obchodu-section .carousel-control span{display:none}.in-index .hodnoceni-obchodu-section .carousel-control.left{grid-column:1;-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}@media screen and (max-width: 1279px){.in-index .hodnoceni-obchodu-section .carousel-control.left{-webkit-transform:translate(-10px, -50%) rotate(180deg);transform:translate(-10px, -50%) rotate(180deg)}}.in-index .hodnoceni-obchodu-section .carousel-control.right{right:0;grid-column:2;-webkit-transform:translate(calc(50% - 16px), -50%);transform:translate(calc(50% - 16px), -50%);margin-left:auto}@media screen and (max-width: 1279px){.in-index .hodnoceni-obchodu-section .carousel-control.right{-webkit-transform:translate(20px, -50%);transform:translate(20px, -50%)}}.in-index .hodnoceni-obchodu-section .carousel-control.display-none{display:block !important;visibility:hidden;pointer-events:none}