:root {
  --ji-gold: #C39A58;
  --ji-gold-hover: #A67C3C;
  --ji-gray: #E3E3E3;
  --ji-unbounded: "Unbounded", sans-serif;
  --ji-fs-lead: 22px;
  --ji-fs-lead-sm: 20px;
  --ji-fs-body: 18px;
  --ji-fs-body-sm: 13px;
  --ji-fs-btn: 12px;
  --ji-fs-section-title: 60px;
  --ji-container-padding: 20px;
  --ji-section-gap: 45px;
  --ji-section-title-gap: 30px;
}

@media (max-width: 767px) {
  :root {
    --ji-fs-lead: 20px;
    --ji-fs-lead-sm: 18px;
    --ji-fs-body: 16px;
    --ji-fs-body-sm: 13px;
    --ji-fs-section-title: 40px;
  }
}

body.ji-np .heureka-obal {display: none;}
body.ji-np .odber-obal {display: none;}
body.ji-np #footer {display: none;}
body.ji-np #header {display: none;}
body.ji-np .top-navigation-bar {display: none;}
body.ji-np .spodek {display: none;}

body.ji-np {color: #000;background-color: #fff;}
body.ji-np h2 {font-family: var(--ji-unbounded);}

body.ji-np .category-title, .new-title {font-family: var(--ji-unbounded);background: linear-gradient(220deg, #A67D3B -25.36%, #CBA260 45.37%), #fff;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}

.btn.btn-third {padding: 12px 20px;border-radius: 10px;min-width: 150px;margin: 0 10px;font-weight: bold;}
.btn.btn-third.--reverse {border-color: #000;color: #000;}
.btn.btn-third.--reverse:hover {background-color: #000;color: #fff;}

/* FUBO header */
.new-header {background-color: #000;display: flex;align-items: center;padding: 20px 40px;position: relative;z-index: 1;}
.new-header .btn.--golden {padding: 18px 20px;}
.new-header__nav-collapse {display: contents;}
.new-header__nav {margin: 0;margin-left: auto;color: #fff;list-style: none;display: flex;flex-flow: row wrap;row-gap: 20px;align-items: center;}
.new-header__nav li {display: inline-flex;}
.new-header__nav li a.--home::before {content: "";display: inline-block;width: 22px;height: 20px;background: var(--icon-home) no-repeat center / contain;}
.new-header__nav li a:not(.btn) {font-size: 16px;padding: 0 20px;color: #fff;text-transform: uppercase;font-family: var(--ji-unbounded);}
.new-header__nav li a:not(.btn):hover {text-decoration: underline;}
.new-header__nav .btn {padding: 18px 20px;border-radius: 10px;min-width: 230px;margin: 0 10px;}
.new-header__nav-toggle {display: none;}
.new-header__home-label {display: none;}

.btn.--golden {background: linear-gradient(220deg, #A67D3B -25.36%, #CBA260 45.37%), #D7A93C;transition: 0.5s;color: #fff;border: 0;font-size: 16px;font-family: var(--ji-unbounded);padding: 12px 20px;text-decoration: none!important;border-radius: 10px;min-width: 130px;}
.btn.--golden:hover {background: linear-gradient(220deg, #A67D3B -5.36%, #CBA260 85.37%), #D7A93C;}
.btn.btn-third {border: 1px solid #fff;border-radius: 10px;color: #fff;font-size: 16px;font-family: var(--ji-unbounded);}
.btn.btn-third:hover {background-color: #fff;color: #000;}

@media (max-width: 767px) {
  .new-header {padding-inline: var(--ji-container-padding);}
  .new-header__logo {width: 150px;}
  .new-header__nav-collapse {max-height: 0px;position: absolute;top: 100%;left: 0;right: 0;background: #000;transition: max-height ease-in-out .3s;overflow: hidden;display: block;}
  .ji-mobile-nav-visible .new-header__nav-collapse {max-height: 100vh;visibility: visible;}
  .new-header__nav-toggle {display: inline-flex;background: unset;margin: -6px 0;padding: 0;border: 0;color: #fff;margin-left: auto;}
  .new-header__nav-toggle::before {content: "";display: inline-block;width: 32px;height: 32px;mask: var(--icon-menu) no-repeat center / contain;-webkit-mask: var(--icon-menu) no-repeat center / contain;background: currentColor;}
  .ji-mobile-nav-visible .new-header__nav-toggle::before {mask-image: var(--icon-xmark);-webkit-mask-image: var(--icon-xmark);}
  .new-header__nav {flex-flow: column;align-items: start;margin: 5px 0 20px 0;padding: 0 var(--ji-container-padding);row-gap: 15px;}
  .new-header__nav li a.--home::before {content: unset;}
  .new-header__nav li a:not(.btn) {padding-inline: 10px;padding-block: 5px;}
  .new-header__nav .btn {margin: 0 10px;}
  .new-header__nav li:has(.btn) + li {margin-top: 5px;}
  .new-header__home-label {display: inline-block;}
}

/* FUBO footer */
.new-footer {text-align: center;font-family: var(--ji-unbounded);}
.new-footer img {max-width: 150px;}
.new-footer__title {font-size: var(--ji-fs-lead);margin-bottom: 80px;}
body.in-new-index .new-footer__title {font-size: 38px;}
.new-footer__title span {color: var(--ji-gold);}
.new-footer__copy {margin-top: 10px;margin-bottom: 80px;font-size: var(--ji-fs-body-sm);}
.new-curator {margin-bottom: 80px;}
.new-curator h2 {font-size: 44px;}

@media (max-width: 767px) {
  .new-footer {padding-bottom: var(--ji-section-gap);}
  .new-curator {margin: 0 0 var(--ji-section-gap);}
  .new-curator h2 {font-size: var(--ji-fs-section-title);line-height: 1.1;margin: 0 0 30px;}
  .new-footer__title {margin: 0 0 var(--ji-section-gap);}
  .new-footer__logo {margin: 0 0 10px;}
  .new-footer__copy {margin: 0;}
}

/* FUBO News */
.new-news {display: flex;align-items: center;flex-flow: row wrap;margin-bottom: 80px;padding: 20px 0;font-size: var(--ji-fs-body);}
body.type-detail .new-news {margin-bottom: 50px;}
.new-news__left {font-family: var(--ji-unbounded);padding-right: 15px;font-weight: 600;}
.new-news__right {flex: 1;display: flex;justify-content: space-between;flex-flow: row wrap;row-gap: 14px;column-gap: 10px;}
.new-news__right a {padding: 5px;font-size: var(--ji-fs-body-sm);text-decoration: underline;text-underline-offset: 3px;position: relative;}
.new-news__right a:hover {text-decoration: none;}
.new-news__right a.new-news__gold {color: #CBA260;display: inline-flex;align-items: center;font-weight: 500;}
.new-news__right a.new-news__gold::before {content: "";width: 24px;height: 24px;margin-right: 10px;background: var(--icon-play-circle) no-repeat center / contain;}
.new-news__right a.new-news__last {font-weight: 600;}
.new-news__right a.new-news__last span {background-color: #CD0000;border-radius: 9999px;color: #fff;width: 22px;height: 22px;display: inline-block;position: absolute;right: -15px;top: -15px;text-align: center;line-height: 22px;font-size: 12px;}

@media (max-width: 767px) {
  body.in-new-index .new-news {padding-top: 20px;margin-bottom: 0;}
  body.type-category .new-news {margin-bottom: 30px;padding-bottom: 0;}
  body.type-detail .new-news {margin-bottom: 45px;padding-bottom: 0;}
  body:not(.in-new-index) .new-news {padding-inline: var(--ji-container-padding);}
  .new-news {flex-flow: column;}
  .new-news__right {row-gap: 3px;}
  .new-news__right a {padding-inline: 0;}
  .new-news__right a.new-news__last span {right: -28px;top: -4px;}
}

/* FUBO main */
body.in-new-index #content-wrapper {display: none;}
:where(body.in-new-index) #carousel {position: relative;z-index: 0;}
:where(body.in-new-index) #carousel .carousel-inner {display: flex;align-items: stretch;}
:where(body.in-new-index) #carousel .item {min-height: unset;display: flex;align-items: stretch;position: relative;z-index: 0;width: 100dvw;max-height: unset;}
:where(body.in-new-index) #carousel .item a {display: flex;align-items: stretch;width: 100%;}
:where(body.in-new-index) #carousel .item .container {display: flex;justify-content: end;align-items: end;}
:where(body.in-new-index) #carousel .item a::after {content: "";display: block;position: absolute;inset: 0;background: rgba(0,0,0,0.2);}
:where(body.in-new-index) #carousel .item img {position: absolute;inset: 0;max-height: unset;height: 100%;object-fit: cover;}
:where(body.in-new-index) #carousel .extended-banner-texts {position: relative;inset: auto;z-index: 1;width: 50%;min-width: min-content;margin: 5% 0 10%;padding-inline: 50px;}
:where(body.in-new-index) #carousel .extended-banner-title {padding: 0;position: static;color: #fff;margin-bottom: 15px;display: block;font-size: 60px;font-family: var(--ji-unbounded);font-weight: 900;line-height: 1;}
:where(body.in-new-index) #carousel .extended-banner-text {font-size: 18px;margin-bottom: 30px;font-weight: 400;position: static;padding: 0;display: flex;flex-direction: column;justify-content: flex-end;color: #fff;max-width: 450px;}
:where(body.in-new-index) #carousel .extended-banner-link {position: static;}
:where(body.in-new-index) #carousel .btn.btn-conversion {border-radius: 30px;border: 1px solid #fff;background-color: transparent;color: #fff;}
:where(body.in-new-index) #carousel .btn.btn-conversion:hover {background-color: #000;color: #fff;}
:where(body.in-new-index) .carousel-control {opacity: 1;}
:where(body.in-new-index) .carousel-control.left:before {content: "";background-position: center;background-repeat: no-repeat;opacity: 1;border: 0;background-image: url("data:image/svg+xml,%3Csvg width='36' height='16' viewBox='0 0 36 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM1 8V9H36V8V7H1V8Z' fill='black'/%3E%3C/svg%3E%0A");}
:where(body.in-new-index) .carousel-control.right:before {content: "";background-position: center;background-repeat: no-repeat;opacity: 1;border: 0;background-image: url("data:image/svg+xml,%3Csvg width='36' height='16' viewBox='0 0 36 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.7071 7.29289C36.0976 7.68342 36.0976 8.31658 35.7071 8.70711L29.3431 15.0711C28.9526 15.4616 28.3195 15.4616 27.9289 15.0711C27.5384 14.6805 27.5384 14.0474 27.9289 13.6569L33.5858 8L27.9289 2.34315C27.5384 1.95262 27.5384 1.31946 27.9289 0.928932C28.3195 0.538408 28.9526 0.538408 29.3431 0.928932L35.7071 7.29289ZM35 8V9H0V8V7H35V8Z' fill='black'/%3E%3C/svg%3E%0A");}
:where(body.in-new-index) .homepage-box.before-carousel {padding-top: 0;}
:where(body.in-new-index) .extended-banner-link, .extended-banner-text, .extended-banner-title {background-color: transparent;border: 0;box-shadow: initial;}
:where(body.in-new-index) .carousel-indicators {width: 100%;margin-left: 0;left: 0;text-align: center;padding: 0 15%;}
:where(body.in-new-index) .carousel-indicators li {margin: 0 4px;width: 10px;height: 10px;background-color: #C8C8C8;border-radius: 50%;border: 0;opacity: 1;}
:where(body.in-new-index) .carousel-indicators .active {width: 10px;margin: 0 4px;height: 10px;border-radius: 50%;background-color: #CBA260;opacity: 1;}

:where(body.in-new-index) .welcome-wrapper {display: contents;}
:where(body.in-new-index) .welcome-wrapper .welcome {display: contents;}
:where(body.in-new-index) .welcome-wrapper .welcome::before {content: unset;}
:where(body.in-new-index) .welcome-wrapper .welcome>div {display: contents;}
:where(body.in-new-index) .welcome div, :where(body.in-new-index) .welcome h1 {max-width: none;margin-inline: 0;}

.new-top {display: flex;flex-flow: row wrap;align-items: center;margin-bottom: 120px;}
.new-top .new-title {font-size: 80px;font-weight: 900;}
.new-subtitle {font-weight: bold;font-size: 20px;font-family: var(--ji-unbounded);}
.new-top>div {flex: 0 0 50%;}
.new-top__left {text-align: center;}
.new-top__right {font-size: var(--ji-fs-lead-sm);padding-inline: 50px;}
.new-top__right p:last-child {margin-bottom: 0;}

.new-slider::after {content: "";width: 200px;height: 100%;position: absolute;right: 0;top: 0;background: linear-gradient(270deg,rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);}
.new-slider .slick-track {max-width: initial;}
.new-slider .slick-list {padding-right: 300px;}
.new-slider a {padding-right: 40px;display: block;}
.new-slider a:hover img {opacity: 0.8;}
.new-slider__image {display: block;border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.new-slider__title {color: #000;font-family: var(--ji-unbounded);font-size: 22px;display: block;font-weight: bold;text-underline-offset: 0;}
.welcome-wrapper .new-slider a {text-decoration: none!important;}

body.ji-np .slick-arrow {border: 0;z-index: 1;right: 0;-webkit-appearance: none;appearance: none;position: absolute;top: 50%;margin-top: -60px;background-color: transparent;font-size: 0;content: "";width: 40px;height: 40px;background-size: contain;background-repeat: no-repeat;background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='57' height='39' viewBox='0 0 57 39' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='0.666626' width='56' height='39' fill='url(%23pattern0_1_152)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_1_152' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1_152' transform='scale(0.0178571 0.025641)'/%3E%3C/pattern%3E%3Cimage id='image0_1_152' width='56' height='39' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAnCAYAAABaBotQAAAAAXNSR0IArs4c6QAAAfxJREFUaEPd179rFFEQwPHvbOIVEtHduYVw9lZapBHUSmsFGxuxCKQRbOzUxh9dsBWstBEbQRDESjClpY02gn/CHYuNYYm3I3tJJN5hbu/2wc3Llvtj3vvsvB/zBGfXqTxfWzb71e/3v4fomoQIEipGlmUPEXkCmMH9YjB42ja2K6CqfjFY20cZPCgGg802SFfArNt9jNmjg6C2SFdAQFT1ucHtUEhvwNoVFOkRGBTpFRgM6RkYBOkd2BoZA7AVMhbg3MiYgHMhYwPOjIwROEKmqs8E7kyreGIFjlyqumlw7zBk1MAmyOiB05B1YbtuIhtU1Yk2566FfytyDkj+6YfZXclUhxMPFt7bYB3YPtJAgx+7QxRuCSwH+28LCGRwETj2t2mRvg2HV47CIjO5J+7hiqL4Gjtw8vR/ADeqCBYwmkI1uZSpvgDWx4dlnbn9e7ECl1T1lcHNw3CxZrCTdbuvMbsxDRcjsKOqbw2uNcFFBez1esfLsnxjcLUpLhpgjdsuyw8Cl2fBRQHM83zld1W9nwfnHpim6UlJko/A+Vkz536bCIFzm8GV1dW8s7PzCaiPQLvXWIXStFpwt9Hv4baAs21x7jKoqqcNatyZEDh3wFT1ncD1UDh3wEz1M3ChzZwbn5uu5mCappckSV4CP62qNoqi+NZ0Mfnfe38AKlA+fKZ9iH0AAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");}
body.ji-np .slick-prev {transform: rotate(180deg);left: -20px;right:auto;}
body.ji-np .slick-disabled {display: none!important;}

.new-fitness {display: flex;margin: 130px 0;align-items: center;}
.new-fitness .new-fitness__image {border-radius: 10px;overflow: hidden;margin-left: -10%;width: 55%;margin-right: 0;}
.new-fitness .new-fitness__text {padding-left: 40px;margin-left: 0;width: 50%;}
.new-fitness .new-fitness__text h2 {font-size: 44px;margin-top: 0;line-height: 1.1;}
.new-fitness .new-fitness__text p {font-size: var(--ji-fs-body);}
.new-fitness .new-fitness__text .btn {margin-top: 20px;}

.new-michal {display: flex;align-items: flex-end;position: relative;min-height: 550px;--ji-text-width: 550px;}
.new-michal .new-title {font-size: 60px;font-weight: 900;line-height: 1;margin-bottom: 40px;}
.new-michal p {font-size: 16px;}
.new-michal .btn {margin-top: 20px;}
.new-michal .new-michal__left {left: calc(50% - 50dvw + var(--scrollbar-width) / 2);right: var(--ji-text-width);position: absolute;height: 100%;max-width: initial;}
.new-michal .new-michal__left img {max-height: 100%;}
.new-michal .new-michal__right {flex: 0 0 var(--ji-text-width);padding-bottom: 20px;max-width: initial;margin: 0 0 0 auto;z-index: 1;position: relative;}

.new-refs {max-width: 1000px!important;text-align: center;margin: 100px auto;}
.new-refs h2 {font-size: 44px;margin-top: 0;}
.new-refs>p {font-size: 16px;}
.new-refs .slick-track {max-width: initial;}
.new-refs__item {display: flex!important;align-items: center;text-align: left;padding: 0 40px;}
.new-refs__item .new-refs__image {width: 130px;flex: 0 0 130px;height: 130px;border-radius: 50%;margin-right: 30px;overflow: hidden;max-width: initial;}
.new-refs__item .new-refs__image img {width: 100%;height: 100%;width: 100%;object-fit: cover;}
.new-refs__item .new-refs__p {padding: 20px;font-size: 16px;padding-right: 70px;}

.new-signpost {margin-bottom: 100px;}
.new-signpost .new-signpost__inner {display: flex;align-items: flex-start;justify-content: space-between;margin-right: -3%;}
.new-signpost .new-signpost__inner>a {width: 46%;}
.new-signpost .new-signpost__inner>a:nth-of-type(2) {width: 50%;margin-top: -4px;}
.new-signpost .new-signpost__inner a img {transition: 0.5s;}
.new-signpost .new-signpost__inner a:hover img {transform: scale(1.05);}
.new-signpost h2 {font-size: 44px;margin-top: 0;text-align: center;}
.new-signpost>p {font-size: 16px;text-align: center;max-width: 800px;margin: 0 auto 50px auto;}

.new-blog {display: flex;flex-flow: row wrap;align-items: center;position: relative;margin-bottom: 100px;}
.new-blog .homepage-group-title {display: none;}
.new-blog h2 {font-size: 44px;text-align: left;}
.new-blog .news-item {padding: 0 20px 0 0;}
.new-blog .news-item a {overflow: hidden;position: relative;border-radius: 10px;display: block;}
.new-blog .news-item a img {transition: .5s;}
.new-blog .news-item a:hover img {transform: scale(1.05);}
.new-blog .news-item a::after {content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: rgba(0,0,0,0.7);}
.new-blog .news-item a.cely-clanek {display: none;}
.new-blog .news-item .image {margin: 0;}
.new-blog .news-item .text {position: absolute;bottom: 0;left: 0;padding: 20px;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: flex-end;z-index: 1;color: #fff;}
.new-blog .news-item .title {font-size: 17px;}
.new-blog .news-item .description {margin-top: 0;color: #fff;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.new-blog .news-item .read-article {display: block;margin-top: 10px;font-size: 12px;}
.new-blog .news-item .read-article:hover {text-decoration: underline;}
.new-blog .homepage-blog-here {width: unset;flex: 1;overflow: hidden;max-width: initial;}
.new-blog .slick-dots {display: none!important;}
.new-blog__left {width: 25%;min-width: 330px;padding-right: 30px;padding-bottom: 19px;}
.new-blog__left>p {font-size: 16px;}
.new-blog__left>.btn.btn-third {text-decoration: none!important;text-decoration: none!important;margin: 0;}
.new-blog::after {content: "";width: 200px;height: 100%;position: absolute;right: 0;top: 0;background: linear-gradient(270deg,rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);}
.new-blog .slick-track {max-width: initial;}
.new-blog .slick-slider {max-width: initial;}
.new-blog .slick-list {padding-right: 300px;max-width: initial;}
.new-blog .slick-arrow {margin-top: -20px!important;}

/* FUBO products */
.new-menu {margin-bottom: 100px;padding: 0;}
.new-menu__top-overflow {display: contents;}
.new-menu__top {display: flex;flex-flow: row wrap;}
.new-menu__top-a:not(.--active):hover {opacity: 0.8;}
.new-menu__top-a {cursor: pointer;font-family: var(--ji-unbounded);font-size: 17px;background-color: #E7E7E7;padding: 10px 20px;border-radius: 10px 10px 0 0;width: calc(20% - 10px);text-align: center;margin-right: 10px;}
.new-menu__top-a.--active {background: linear-gradient(220deg, #A67D3B -25.36%, #CBA260 45.37%), #D7A93C;color: #fff;}
.new-menu__main:not(.--active) {display: none;}
.new-menu__main {border-radius: 10px;padding: 40px;background: #FFFFFF;box-shadow: 0px 0px 67px rgba(0, 0, 0, 0.08);display: flex;align-items: center;flex-flow: row wrap;}
.new-menu__item {width: 28%;display: flex;}
.new-menu__item.--last {width: 16%;display: flex;justify-content: center;align-items: center;}
.new-menu__item-img {width: 25%;padding-right: 10px;}
.new-menu__item-text {width: 65%;}
.new-menu__item-text h4 a {text-transform: uppercase;font-weight: 600;font-size: 14px;}
.new-menu__item-text p a {font-weight: 300;}
.new-menu__item-text p a::after {content: "|";color: #bbb;padding: 0 5px;}
.new-menu__item-text p a:last-child::after {display: none;}
.new-menu__item-text p a:hover {text-decoration: underline;}

@media (max-width: 1439px) {
  .new-news__right {justify-content: start;}
}

@media (max-width: 991px) {
  :where(body.in-new-index) #carousel .extended-banner-texts {width: unset;}

  .new-top {column-gap: 35px;}
  .new-top__right {flex: 1;width: unset;}

  .new-michal {flex-flow: column;}
  .new-michal .new-michal__left {position: static;height: unset;width: 100%;margin: 0 0 45px}
  .new-michal .new-michal__left img {object-fit: cover;object-position: bottom right;}
  .new-michal .new-michal__right {flex: unset;padding: 0;}
  .new-michal .new-title {line-height: 1.1;margin-bottom: 30px;}

  .new-menu__item {width: 33%}
  .new-menu__item.--last {flex: 0 0 100%;}
}

@media (max-width: 767px) {
  body.in-new-index .content-wrapper {padding-inline: 0;}
  :where(body.in-new-index) #carousel .extended-banner-texts {padding-inline: 35px;margin-block: 40px 70px;}
  :where(body.in-new-index) #carousel .extended-banner-title {font-size: 40px;hyphens: auto;line-height: 1.3;}
  :where(body.in-new-index) #carousel .extended-banner-text {max-width: unset;text-shadow: 0 0 8px rgba(0,0,0,0.3);font-weight: 600;font-size: 18px;}

  :where(body.in-new-index) .welcome>div {padding: 0;}
  .new-top {flex-flow: column;padding: 0;margin: 0 0 var(--ji-section-gap);}
  .new-top__left {margin: 0 0 30px;}
  .new-top>div {width: unset;}

  .new-slider {margin-bottom: 45px;}
  .new-slider::after {width: 85px;}
  .new-slider .slick-list {padding-right: 85px;}
  .new-slider .slick-slide {padding-right: 30px;}

  .new-fitness {flex-flow: column;margin: 0 0 var(--ji-section-gap);}
  .new-fitness .new-fitness__image {width: unset;margin: 0 0 30px;}
  .new-fitness .new-fitness__text {width: unset;margin: 0;padding: 0;}
  .new-fitness .new-fitness__text h2 {margin: 0 0 30px;font-size: var(--ji-fs-section-title);}

  .new-michal {flex-flow: column;margin: 0 0 var(--ji-section-gap);}
  .new-michal .new-michal__left {position: static;height: unset;width: 100%;margin: 0 auto 30px;max-width: 400px;}
  .new-michal .new-michal__left img {object-fit: cover;object-position: bottom right;aspect-ratio: 10 / 8;}
  .new-michal .new-title {font-size: var(--ji-fs-section-title);line-height: 1.1;margin: 0 0 30px;}
  .new-michal .new-michal__right {flex: unset;padding: 0;}

  .new-refs {margin: 0 0 var(--ji-section-gap);}
  .new-refs h2 {font-size: var(--ji-fs-section-title);line-height: 1.1;margin: 0 0 30px;}
  .new-refs__item {flex-flow: column;padding: 0 40px;}
  .new-refs__item .new-refs__image {width: unset;flex: unset;padding: 0;margin: 0 0 20px;}
  .new-refs__item .new-refs__p {width: unset;flex: unset;padding: 0;text-align: justify;hyphens: auto;}
  body.ji-np .new-refs .slick-prev {left: -12px;}
  body.ji-np .new-refs .slick-next {right: -12px;}

  .new-signpost {margin: 0 0 var(--ji-section-gap);}
  .new-signpost h2 {font-size: var(--ji-fs-section-title);line-height: 1.1;margin: 0 0 30px;}
  .new-signpost>p {margin-bottom: 30px;}
  .new-signpost .new-signpost__inner {margin: 0;row-gap: 20px;display: flex;flex-flow: row wrap;column-gap: var(--ji-column-gap);--ji-column-gap: 20px;--ji-columns: 2;}
  .new-signpost .new-signpost__inner>a {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-column-gap, 0px)) / var(--ji-columns));width: unset;margin: 0;}
  .new-signpost .new-signpost__inner>a:nth-of-type(2) {width: unset;margin: 0;}

  .new-blog {margin: 0 0 var(--ji-section-gap);flex-flow: column;align-items: stretch;}
  .new-blog::after {content: unset;}
  .new-blog .new-blog__left {width: unset;min-width: unset;padding: 0;margin: 0 0 30px;}
  .new-blog .homepage-blog-here {display: contents;}
  .new-blog .homepage-blog-here::after {content: "";width: 85px;height: 100%;position: absolute;right: 0;top: 0;background: linear-gradient(270deg,rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);}
  .new-blog .homepage-blog-wrapper {padding: 0;width: unset;}
  .new-blog .slick-list {padding-right: 85px;}
  .new-blog .slick-slide {padding: 0 30px 0 0;margin: 0;}
  body.ji-np .new-blog .slick-prev {left: -12px;}
  body.ji-np .new-blog .slick-next {right: -12px;}

  .new-menu {padding: 0;margin: 0 0 var(--ji-section-gap);}
  .new-menu__top-overflow {display: block;overflow-x: auto;max-width: 100%;}
  .new-menu__top {flex-flow: row;padding-inline: var(--ji-container-padding);}
  .new-menu__top-a {width: auto;max-width: unset;white-space: nowrap;font-size: var(--ji-fs-body);}
  .new-menu__main {flex-flow: column;align-items: stretch;margin: 0;padding: 30px var(--ji-container-padding);}
  .new-menu__item {width: unset;margin: 0;}
  .new-menu__item-text {flex: 1;width: unset;}
  .new-menu__item.--last {justify-content: center;width: unset;margin: 10px 0 0 0;}
}

@media (max-width: 479px) {
  .new-signpost .new-signpost__inner {--ji-columns: 1;}
}

select.ji-np-form-select {font-size: var(--ji-fs-body);width: auto;border-radius: 9999px;border: 1px solid #000;padding: 5px 50px 5px 20px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' fill='none' viewBox='0 0 18 9'%3E%3Cpath fill='%23BA914F' d='M9 9 .34 0h17.32L9 9Z'/%3E%3C/svg%3E");}
input.ji-np-form-control {font-size: var(--ji-fs-body);width: auto;border-radius: 9999px;border: 1px solid #000;padding: 5px 20px;}

.ji-inquiry-form {margin-bottom: 100px;}
.ji-inquiry-form__section {margin-bottom: 60px;}
.ji-inquiry-form__section.--requirements {max-width: 800px;}
.ji-inquiry-form__section-title {text-transform: uppercase;font-size: var(--ji-fs-lead);font-family: var(--ji-unbounded);font-weight: 400;margin-bottom: 40px;}
.ji-inquiry-form__section-content {display: flex;flex-flow: row wrap;column-gap: var(--ji-column-gap);--ji-column-gap: 100px;--ji-columns: 2;}
.ji-inquiry-form__group {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-column-gap, 0px)) / var(--ji-columns));display: flex;align-items: center;margin-bottom: 40px;}
.ji-inquiry-form__label {font-weight: 600;padding-right: 25px;font-size: var(--ji-fs-body);min-width: 100px;}
input.ji-inquiry-form__control, select.ji-inquiry-form__control {flex: 1;width: 1px;}
.ji-inquiry-form__textarea-wrap {flex: 0 0 100%;}
.ji-inquiry-form__textarea {border: 1px solid #A5A5A5;background-color: #f3f3f3;color: #000;width: 100%;padding: 20px 30px;border-radius: 35px;font-size: var(--ji-fs-body);min-height: 300px;}
.ji-inquiry-form__textarea::placeholder {color: #000;}
.ji-inquiry-form__footer {text-align: center;margin-top: -20px;}
button.ji-inquiry-form__submit-btn {font-size: var(--ji-fs-body);text-transform: uppercase;background: var(--ji-gold);font-family: var(--ji-unbounded);display: inline-block;padding-inline: 40px;min-height: 60px;display: inline-flex;align-items: center;color: #fff;font-weight: 700;border-radius: 7px;margin-top: 25px;appearance: none;border: 0;}
button.ji-inquiry-form__submit-btn:hover {background: var(--ji-gold-hover);}

h2.ji-inquiry-modal__title {font-size: 60px;font-weight: 700;color: var(--ji-gold);font-family: var(--ji-unbounded);line-height: 1.2;margin: 10px 0 15px;}
.ji-inquiry-modal__product-name {font-size: var(--ji-fs-lead);margin-bottom: 60px;font-family: var(--ji-unbounded);font-weight: 600;}
.ji-inquiry-modal .ji-inquiry-form {margin-bottom: 40px;}
.ji-inquiry-modal .ji-inquiry-form__section {margin-bottom: 40px;}

@media (max-width: 991px) {
  .ji-inquiry-form__section-content {--ji-column-gap: 50px;}
}

@media (max-width: 767px) {
  .ji-inquiry-form {margin-bottom: var(--ji-section-gap);}
  .ji-inquiry-form__section {margin-bottom: 30px;}
  .ji-inquiry-form__section-content {--ji-columns: 1;}
  .ji-inquiry-form__group {margin-bottom: 25px;}
}

/* Category */

body:not(.in-podle-typu-hriste, .in-podle-mista-vyuziti) .products-block .p-bottom .p-desc {display: none;}

body.type-category.ji-np .kat-box-obal {display: none;}
body.type-category.ji-np .breadcrumbs-wrapper {display: none;}
body.type-category.ji-np .content {padding-left: 0;}
body.type-category.ji-np .content-wrapper-in {flex-flow: row wrap;margin: 0;}
body.type-category.ji-np .sidebar {width: 100%;}
body.type-category.ji-np #category-header {display: none;}
body.type-category.ji-np .products-inline.products-top {display: none;}
body.type-category.ji-np .kat-header {display: flex;flex-flow: row wrap;padding-bottom: 0;}
body.type-category.ji-np .kat-header::before {content: unset;}
body.type-category.ji-np .kat-popis {width: 50%;}
body.type-category.ji-np .category-top {display: none;}
body.type-category.ji-np .category-perex {font-size: var(--ji-fs-lead);line-height: 1.5;}
body.type-category.ji-np .category-title {width: 50%;padding-right: 40px;font-size: 70px;line-height: 1.2;text-transform: uppercase;font-weight: 900;}
body.type-category.ji-np .slider-wrapper {display: none;}
body.type-category.ji-np .filter-section {border: 0!important;}
body.type-category.ji-np .banner:has(.michal) {display: none;}

body.ji-np #filters {margin-block: 20px 80px;}
body.ji-np #filters .ji-filters-title {font-size: 29px;margin-bottom: 25px;}
body.ji-np #filters .slider-wrapper {display: none;}
body.ji-np #filters .filter-section.filter-section-boolean {display: none;}
body.ji-np #filters .filter-section.filter-section-count {display: none;}
body.ji-np #filters #category-filter-hover {display: contents;}
body.ji-np #filters .filter-sections {display: flex;flex-flow: row wrap;align-items: center;row-gap: 10px;column-gap: 20px;}
body.ji-np #filters .filter-section {display: flex;padding: 0;align-items: center;max-width: unset;width: unset;}
body.ji-np #filters .filter-section h4 {font-weight: bold;padding: 0 15px 0 0;max-width: unset;width: unset;font-size: var(--ji-fs-body);margin: 0;}
body.ji-np #filters .filter-section h4::after {content: unset;}
body.ji-np #filters .filter-section h4 span::after {content: ":";}
body.ji-np #filters .filter-section.ji-has-select form {display: none !important;}
body.ji-np #filters .filter-section.filter-section-parametric-id-354 {order: 1;}

body.ji-np .products-block.products div.product {width: 100%;box-shadow: unset;margin-bottom: 30px;}
body.ji-np .products-block.products .p {flex-flow: row wrap;box-shadow: unset;}
body.ji-np .products-block.products .p a.image {margin-bottom: 0;flex: 0 0 35%;padding-right: 50px;}
body.ji-np .products-block.products .p-in {flex: 1;}
body.ji-np .products-block.products .ratings-wrapper {display: none;}
body.ji-np .products-block.products .p .name {height: auto;line-height: 1.2;font-weight: bold;font-size: 24px;text-align: left;}
body.ji-np .products-block.products .p-bottom > div {display: flex;flex-direction: column;}
body.ji-np .products-block.products .p-bottom .p-desc {max-height: initial;margin-bottom: 35px;order: -1;font-size: 18px;margin-top: 0;max-width: 80%;margin-right: auto;}
body.ji-np .products-block.products .p-bottom .p-tools {display: block;padding: 0;margin: 0;position: initial;width: 100%;text-align: left;box-shadow: initial;}
body.ji-np .products-block.products .p-bottom .p-tools .btn {width: auto;background: linear-gradient(25deg, var(--ji-gold) 35%, var(--ji-gold-hover) 75%);border: 0;font-family: var(--ji-unbounded);font-size: var(--ji-fs-btn);padding-inline: 55px;}
body.ji-np .products-block.products .p-bottom .p-tools .btn:hover {background: linear-gradient(25deg, var(--ji-gold-hover) 0%, var(--ji-gold-hover) 75%);}

@media (max-width: 767px) {
  body.type-category.ji-np #content-wrapper.content-wrapper {padding-top: 0;}
  body.type-category.ji-np .content-wrapper.container {padding-inline: var(--ji-container-padding);}
  body.type-category.ji-np .kat-header {flex-flow: column;align-items: stretch;}
  body.type-category.ji-np .category-title {width: unset;font-size: 55px;margin: 0 0 30px !important;padding: 0;text-align: center;line-height: 1.2;}
  body.type-category.ji-np .kat-popis {width: unset;margin: 0;}
  body.type-category.ji-np .category-perex {margin: 0;}

  body.ji-np #filters .dalsi-filtry {display: none;}

  body.ji-np .products-block.products div.product {padding: 20px 0;}
  body.ji-np .products-block.products .p {flex-flow: column;}
  body.ji-np .products-block.products .p a.image {flex: unset;margin: 0 0 30px;padding: 0;}
  body.ji-np .products-block.products .p-bottom .p-desc {padding: 0;max-width: unset;margin: 0 0 30px;}
}

/* Detail */

body.type-detail.ji-np .vyhody {display: none;}
body.type-detail.ji-np .p-detail-tabs-wrapper {display: none;}
body.type-detail.ji-np .p-image-wrapper .facebook {display: none;}
body.type-detail.ji-np .detail-kontakt {display: none;}
body.type-detail.ji-np .produkt-info {display: none;}
body.type-detail.ji-np .buy-box {display: none;}
body.type-detail.ji-np .social-buttons-wrapper {display: none;}
body.type-detail.ji-np .availability-value {display: none;}
body.type-detail.ji-np .cloud-zoom-loading {display: none;}

body.type-detail.ji-playground .breadcrumbs-wrapper {display: none;}
body.type-detail.ji-playground .product-top {margin-block: 0 100px;}
body.type-detail.ji-playground .p-detail-inner-header {display: block!important;text-align: center;margin-bottom: 65px;}
body.type-detail.ji-playground .p-detail-inner-header h1 {font-size: 120px;font-family: var(--ji-unbounded);width: unset;display: block;color: var(--ji-gold);position: relative;line-height: 1;}
body.type-detail.ji-playground .p-detail-inner-header img {margin-top: -70px;margin-inline: auto;max-width: 60%;position: relative;}
body.type-detail.ji-playground .p-image-wrapper {width: 50%;}
body.type-detail.ji-playground .p-image {margin: 0;border: 0;}
body.type-detail.ji-playground .p-image-wrapper .p-image {display: none !important;}
body.type-detail.ji-playground .p-thumbnails-wrapper {width: unset;height: unset;display: block;}
body.type-detail.ji-playground .p-thumbnails {width: unset;height: unset;display: block;}
body.type-detail.ji-playground .p-thumbnails-inner {width: unset;height: unset;display: block;position: unset;}
body.type-detail.ji-playground .p-thumbnails-inner>div {display: flex;flex-flow: column;gap: 25px;}
body.type-detail.ji-playground .p-thumbnails-inner>div::before {content: unset;}
body.type-detail.ji-playground .p-thumbnails-inner>div::after {content: unset;}
body.type-detail.ji-playground a.p-thumbnail {width: 100%;float: unset;display: block;border: 0;border-radius: 40px;overflow: hidden;margin: 0;background: var(--ji-gray);aspect-ratio: 769 / 588;}
body.type-detail.ji-playground a.p-thumbnail:first-child {display: none;}
body.type-detail.ji-playground a.p-thumbnail img {border: 0;width: 100%;height: 100%;object-fit: cover;object-position: right top;}
body.type-detail.ji-playground .p-info-wrapper {width: 50%;padding-block: 0;}
body.type-detail.ji-playground .p-short-description {font-size: var(--ji-fs-lead);color: #000;line-height: 1.4;}
body.type-detail.ji-playground .ji-playground-params__title {font-size: var(--ji-fs-body);font-weight: 700;margin-bottom: 25px;}
body.type-detail.ji-playground .ji-playground-params__table {margin-bottom: 25px;}
body.type-detail.ji-playground .ji-playground-params__table tr>* {text-align: start;font-size: var(--ji-fs-body);}
body.type-detail.ji-playground .ji-playground-params__table th {font-weight: normal;}
body.type-detail.ji-playground .ji-playground-params__table td {font-weight: 700;}
body.type-detail.ji-playground a.ji-playground-params__modify-btn {background: var(--ji-gold);border-radius: 5px;color: #000;text-transform: uppercase;font-family: var(--ji-unbounded);font-size: var(--ji-fs-btn);font-weight: 700;min-height: 50px;display: inline-flex;align-items: center;padding-inline: 20px;line-height: 1;}
body.type-detail.ji-playground a.ji-playground-params__modify-btn:hover {background: var(--ji-gold-hover);}
body.type-detail.ji-playground .buy-box {display: block;background: unset;padding: 0;margin: 150px 0 0 0;}
body.type-detail.ji-playground .ji-playground-price-label {font-size: var(--ji-fs-body);line-height: 1.4;margin-bottom: 2px;}
body.type-detail.ji-playground .p-final-price-wrapper .price-final {font-weight: 800;font-size: var(--ji-fs-body);font-family: var(--ji-unbounded);letter-spacing: 0;line-height: 1.4;}
body.type-detail.ji-playground .p-final-price-wrapper .price-additional {display: none;}
body.type-detail.ji-playground a.ji-playground-order-btn {font-size: var(--ji-fs-body);text-transform: uppercase;background: var(--ji-gold);font-family: var(--ji-unbounded);display: inline-block;padding-inline: 40px;min-height: 60px;display: inline-flex;align-items: center;color: #fff;font-weight: 700;border-radius: 7px;margin-top: 25px;}
body.type-detail.ji-playground a.ji-playground-order-btn:hover {background: var(--ji-gold-hover);}
body.type-detail.ji-playground .p-detail-tabs-wrapper {display: none;}

body.type-detail.ji-park .breadcrumbs-wrapper {display: none;}
body.type-detail.ji-park .product-top {margin-top: 0;}
body.type-detail.ji-park .p-image-wrapper {display: none;}
body.type-detail.ji-park .p-image {margin: 0;border: 0;}
body.type-detail.ji-park .p-info-wrapper {width: 100%;}
body.type-detail.ji-park .p-detail-inner-header {display: block!important;text-align: center;margin-bottom: 30px;}
body.type-detail.ji-park .p-detail-inner-header h1 {font-size: 100px;font-family: var(--ji-unbounded);width: unset;display: block;color: var(--ji-gold);position: relative;line-height: 1;margin: 0;}
body.type-detail.ji-park .p-detail-inner-header img {margin-top: 45px;margin-inline: auto;max-width: 60%;position: relative;border-radius: 45px;}
body.type-detail.ji-park .p-short-description {font-size: var(--ji-fs-lead);color: var(--ji-gold);line-height: 1.45;padding: 0;margin-left: auto;width: 50%;font-weight: 700;position: relative;}
body.type-detail.ji-park .p-short-description::before {content: "";display: block;position: absolute;left: -50px;top: -70px;bottom: 0;background: var(--ji-gold);border-radius: 9999px;width: 14px;}
body.type-detail.ji-park .p-detail-tabs-wrapper {display: none;}

@media (max-width: 991px) {
  body.type-detail.ji-playground .p-image-wrapper {width: 35%;}
  body.type-detail.ji-playground .p-info-wrapper {width: 65%;}

  body.type-detail.ji-park .p-detail-inner-header h1 {font-size: 80px;margin-top: 0 !important;}
  body.type-detail.ji-park .p-detail-inner-header img {max-width: 80%;}
  body.type-detail.ji-park .p-short-description {width: unset;max-width: 600px;}
  body.type-detail.ji-park .p-short-description::before {top: -20px;}
}

@media (max-width: 767px) {
  body.type-detail.ji-playground .content-wrapper.container {padding-inline: var(--ji-container-padding);}
  body.type-detail.ji-playground .product-top {margin: 0 0 var(--ji-section-gap);}
  body.type-detail.ji-playground .product-top>div {padding-inline: 0;}
  body.type-detail.ji-playground .p-image-wrapper {width: 100%;padding: 0;}
  body.type-detail.ji-playground .p-detail-inner-header {margin-bottom: 40px;}
  body.type-detail.ji-playground .p-detail-inner-header h1 {font-size: 60px !important;line-height: 1.1 !important;margin: 0 !important;}
  body.type-detail.ji-playground .ji-playground-image {padding-inline: 25px;}
  body.type-detail.ji-playground .p-detail-inner-header img {max-width: 100%;margin-top: -35px;}
  body.type-detail.ji-playground .p-thumbnails-inner>div {display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 20px;--ji-columns: 3;}
  body.type-detail.ji-playground a.p-thumbnail {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));width: unset;max-width: unset;height: auto;border-radius: 20px;}
  body.type-detail.ji-playground a.p-thumbnail:first-child {display: block;}
  body.type-detail.ji-playground .p-info-wrapper {width: 100%;padding: 0;}
  body.type-detail.ji-playground .buy-box {margin-top: 30px;}

  body.type-detail.ji-park .content-wrapper.container {padding-inline: var(--ji-container-padding);}
  body.type-detail.ji-park .p-detail-inner-header {margin-bottom: 30px;}
  body.type-detail.ji-park .p-detail-inner-header h1 {font-size: 55px !important;line-height: 1.1 !important;margin: 0 !important;}
  body.type-detail.ji-park .p-detail-inner-header img {margin-inline: 25px;margin-top: 30px;}
  body.type-detail.ji-park .p-short-description {margin-bottom: 0;margin-left: 20px;font-weight: 600;}
  body.type-detail.ji-park .p-short-description::before {left: -30px;width: 10px;}
  body.type-detail.ji-park .p-short-description p:last-child {margin-bottom: 0;}
  body.type-detail.ji-park .product-top {margin-bottom: 30px;}
}

:root {
  --icon-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' class='icon glyph' viewBox='0 0 24 24'%3E%3Cpath fill='%23C39A58' d='M21.71 12.71a1 1 0 0 1-1.42 0l-.29-.29v7.88a1.77 1.77 0 0 1-1.83 1.7H16a1 1 0 0 1-1-1v-5.9a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1V21a1 1 0 0 1-1 1H5.83A1.77 1.77 0 0 1 4 20.3v-7.88l-.29.29a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.42l9-9a1 1 0 0 1 1.42 0l9 9a1 1 0 0 1 0 1.42Z'/%3E%3C/svg%3E");
  --icon-menu: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
  --icon-xmark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 6 12 12m0-12L6 18'/%3E%3C/svg%3E");
  --icon-play-circle: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3618 0.665894C20.3079 0.665894 25.9388 6.2973 25.9388 13.2433C25.9388 20.1898 20.3079 25.8207 13.3618 25.8207C6.41537 25.8207 0.784424 20.1898 0.784424 13.2433C0.784424 6.2973 6.41537 0.665894 13.3618 0.665894Z' fill='%23CBA260'/%3E%3Cg clip-path='url(%23clip0_60_8)'%3E%3Cpath d='M11.8003 16.9601C11.8483 16.9868 11.9015 17 11.9545 17C12.0131 17 12.0717 16.9838 12.1232 16.9516L17.2141 13.7698C17.3071 13.7117 17.3636 13.6097 17.3636 13.5C17.3636 13.3903 17.3071 13.2884 17.2141 13.2302L12.1232 10.0484C12.0251 9.98705 11.9014 9.98382 11.8003 10.0399C11.6991 10.096 11.6364 10.2025 11.6364 10.3182V16.6818C11.6364 16.7975 11.6991 16.904 11.8003 16.9601Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_60_8'%3E%3Crect width='7' height='7' fill='white' transform='translate(11 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
