/*Header*/
@media (min-width: 768px){
.top-navigation-bar {
    border: none;
    background-color: var(--color-primary);
}
.top-navigation-contacts, .top-navigation-menu {
    background-color: transparent;
}
.top-navigation-bar-menu li:before{
		display: none;
}}



/*Popup availability*/
.popup-availability-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popup-availability-box {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  width: 400px;
  text-align: center;
}
.popup-availability-box h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: black;
  margin-top: 0;
}
.popup-availability-box p {
  font-size: 14px;
  margin-bottom: 1rem;
}
.popup-availability-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 768px) {
.popup-availability-buttons {
    flex-direction: column-reverse;
}}
/* Navbar */
@media (min-width: 768px){
.navigation-in>ul>li>a {
    padding-bottom: 18px;
    padding-top: 18px;
}
#navigation {
    height: 50px;
}
.menu-helper {
    height: 50px;
}
.menu-helper:after {
    line-height: 50px;
    width: 50px;
}
.menu-helper>ul {
    top: calc(50% + 25px);
}
.navigation-in ul li a {
    color: #000;
    font-size: 16px;
}
.navigation-in ul li a b {
    font-weight: 600;
}
nav#navigation::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--muted-bg);
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
nav#navigation {
    position: relative;
    overflow: visible;
}
.navigation-in {
    background-color: transparent;
}
.navigation-in>ul>li {
    border: none;
}
.navigation-in>ul>li.ext>a>span {
    display: inline-block;
}
.menu-helper:after, .menu-trigger:after {
    background-color: var(--color-primary);
}
.top-navigation-bar-menu li a {
    color: #fff !important;
    text-transform: none;
    font-size: 12px;
}
.top-navigation-bar-menu li:first-child a {
    padding-left: 0;
}
.site-name-wrapper {
    flex-basis: 200px !important;
    max-width: 200px;
}
.top-navigation-contacts {
    flex-basis: fit-content !important;
    display: flex;
}
a.top-nav-button.top-nav-button-account {
    display: block;
}}

.header-top .btn.cart-count .cart-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.btn.cart-count:before, a.btn.cart-count:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/user/documents/upload/cart-nt.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px !important;
}
.header-top .btn.cart-count .cart-price::before {
    content: "Nákupní košík";
    display: block;
    color: #000;
    font-size: 14px;
    text-align: left;
}
a.btn.btn-icon.toggle-window.cart-count {
    display: flex !important;
    align-items: center;
}
.top-nav-button-login span {
    display: none;
}
.top-nav-button-login::before, a.top-nav-button.top-nav-button-account::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/user/documents/upload/user-nt.svg) no-repeat center;
    background-size: contain;
}
@media (min-width: 768px){
.top-nav-button-login, a.top-nav-button.top-nav-button-account {
    border: none;
    padding: 0;
    height: 40px;
    margin-right: 10px;
}
.navigation-buttons {
    flex-basis: fit-content !important;
}
.search {
    flex: 1 !important;
}
.header-top {
    gap: 22px;
}
.top-navigation-contacts a.project-phone::before {
    content: "Potřebujete poradit?";
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: var(--template-font);
    line-height: 1.2;
}
.top-navigation-contacts a>span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
.top-navigation-contacts::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/user/documents/upload/phone-nt.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
}
.top-navigation-contacts a.project-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navigation-buttons>a[data-target=cart] i {
    left: 23px;
}}

@media (max-width: 992px){
.top-navigation-contacts {
    display: none;
}
.site-name-wrapper {
    flex-basis: fit-content !important;
}}
@media (max-width: 1200px){
.btn.cart-count:before, a.btn.cart-count:before {
    margin-right: 0px !important;
}}
@media (max-width: 768px){
.top-nav-button-login, .top-nav-button.top-nav-button-account {
    position: absolute;
    left: auto;
    right: 90px;
    top: -42px;
    transition: transform .15s;
    padding: 0;
    border: 0;
    height: 35px;
    width: 35px;
}
.btn.cart-count:before, a.btn.cart-count:before, .top-nav-button-login::before, a.top-nav-button.top-nav-button-account::before {
    width: 35px;
    height: 35px;
}
#header .cart-count {
    top: -42px;
 		right: 50px;
}
.responsive-tools>a[data-target=search]:before {
    line-height: 35px;
    width: 35px;
    background-color: var(--muted-bg);
    color: #000;
    font-weight: bold;
    margin-top: 3px;
}
.responsive-tools>a[data-target=search] {
    margin-right: 110px;
    padding: 0;
    width: 35px;
}
.responsive-tools>a[data-target=navigation]:before, .responsive-tools>a[data-target=navigation]:hover:before {
    background-color: var(--color-primary);
}
.responsive-tools>a[data-target=navigation] {
    height: 35px;
    width: 35px;
    padding: 0;
}
.responsive-tools>a[data-target=navigation]:before {
		border-radius: 0;
    line-height: 35px;
    width: 35px;
}
.scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-nav-button-login, .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-nav-button.top-nav-button-account {
    transform: translateY(-200%);
}
.ordering-process .top-nav-button-login, .ordering-process .top-nav-button.top-nav-button-account {
		display: none;
}
.search-window-visible #header .search {
    padding: 14px 0 12px;
}}
.navigation-buttons a[data-target=cart] i, .navigation-buttons a[data-target=cart]:hover i {
    font-weight: 600;
    border-radius: 0;
    background-color: #aa570c;
    top: 0;
    right: 0;
}
:where(.ums_forms_redesign--off) input[type=checkbox], :where(.ums_forms_redesign--off) input[type=email], :where(.ums_forms_redesign--off) input[type=radio], :where(.ums_forms_redesign--off) input[type=search], :where(.ums_forms_redesign--off) input[type=text] {
    font-size: 14px;
}
.navigation-in ul.menu-level-2 a {
    color: #000;
}
ul.menu-level-3.has-more-items, ul.menu-level-3 {
    display: none !important;
}
/*carousel*/
.extended-banner-link, .extended-banner-text, .extended-banner-title {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    inset: unset;
    box-shadow: none;
    position: relative;
}
#carousel .extended-banner-texts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 20px;
}
.extended-banner-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
#carousel .extended-banner-text {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    max-width: 100%;
}
span.extended-banner-link {
    background-color: var(--color-tertiary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    display: flex;
    padding: 5px 20px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 20px;
}
#carousel .extended-banner-texts {
    z-index: 2;
}
#carousel .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
#carousel .swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    border-radius: 0 0 25px 0;
    corner-bottom-right-shape: bevel;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    color: #000;
}
#carousel .swiper-button-prev {
    left: 20px;
    right: auto;
}
#carousel .swiper-button-next {
    right: 20px;
    left: auto;
}
@media (max-width: 767px) {
#carousel .swiper {
		padding: 10px;
}}
#carousel .swiper-slide img {
    border-radius: 0 0 25px 0;
    corner-bottom-right-shape: bevel;
}
.homepage-box.before-carousel {
    padding-bottom: 0;
}
/**/
.homepage-box {
    border: none;
    background: transparent;
}
.h4.homepage-group-title, h4.homepage-group-title {
    font-weight: 600;
}
/*benefit banner*/
.benefitBanner {
    margin: 0 auto;
    position: relative;
    min-height: 140px;
}

.benefitBanner__picture {
    align-items: center;
    display: flex;
    flex: 0 0 60px;
    margin-right: 10px;
    max-width: 60px;
}
.benefitBanner__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.benefitBanner__data {
    font-size: 14px;
    color: var(--muted-color);
}
.benefitBanner__item, .benefitBanner__link {
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (max-width: 767px) {
.benefitBanner {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.benefitBanner__picture {
    flex: 0 0 50px;
    margin-right: 0;
    max-width: 50px;
}
.benefitBanner__item, .benefitBanner__link {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
}
.benefitBanner__content {
    text-align: center;
    padding: 0 5px;
}
.benefitBanner__title {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.benefitBanner__data {
    font-size: 12px;
}}
.benefitBanner__picture {
    border: solid 1px var(--border-color);
}
/*sortiment*/
.anq-sortiment-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.anq-sortiment-cards__card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    border-radius: 0 0 25px 0;
    corner-bottom-right-shape: bevel;
}
.anq-sortiment-link {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-right: 50px;
}
@media (max-width: 1200px) {
.anq-sortiment-cards {
    grid-template-columns: repeat(4, 1fr);
}}
@media (max-width: 768px) {
.anq-sortiment-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.anq-sortiment-link {
    left: 10px;
}
.anq-sortiment-arrow {
    width: 25px;
    height: 25px;
}
.anq-sortiment-link {
    min-height: 25px;
}
.anq-sortiment-cards__card {
    border-radius: 0 0 10px 0;
    corner-bottom-right-shape: bevel;
}}

.anq-sortiment-cards__card::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.anq-sortiment-cards__card.anq-sortiment-large {
    grid-column: span 2;
}

.anq-sortiment-cards__card.anq-sortiment-large::before {
    padding-top: calc(50% - 10px);
}

.anq-sortiment-cards__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.anq-sortiment-cards__card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.anq-sortiment-arrow {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    background-color: #fff;
    color: #000;
}
.anq-sortiment-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: currentColor;
    transform: translate(-50%, -50%);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/></svg>") center / contain no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/></svg>") center / contain no-repeat;
}
a.anq-sortiment-cards__card:hover .anq-sortiment-arrow {
    background-color: var(--color-primary);
    color: #fff;
}
a.anq-sortiment-cards__card:hover .anq-sortiment-link {
    text-decoration: underline;
}
/*product block*/
.swiper-products-customized {
    position: relative;
    padding-bottom: 44px;
}
.products-block .p {
    background-color: var(--muted-bg);
    padding: 10px;
    border: solid 1px var(--muted-bg) !important;
}
.swiper-products-customized .swiper-button-next, .swiper-products-customized .swiper-button-prev {
    background-color: var(--color-primary);
}
.swiper-products-customized .swiper-button-next:after, .swiper-products-customized .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}
.swiper-products-customized .swiper-button-next {
    right: -50px;
}
.swiper-products-customized .swiper-button-prev {
    left: -50px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-products-customized .products-block.swiper {
    overflow: hidden;
}
.swiper-wrapper {
    width: 100% !important;
    padding: 0 !important;
}
.initialized-swiper-wrapper .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}
.products-block.products>div {
    border: none;
}
.products-block.products .p .name {
    font-weight: 600;
    color: #000;
}
.products-block .p-bottom .p-desc {
    font-size: 12px;
    color: var(--muted-color);
    max-height: 35px !important;
}
.products-block .ratings-wrapper {
    min-height: unset;
}
.products-block .ratings-wrapper .availability {
    text-align: left;
}
.availability {
    font-weight: 600;
    font-size: 12px;
}
.btn.add-to-cart-button:before, .btn.btn-cart:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}
.btn.add-to-cart-button:before, .btn.btn-cart:before, .btn.express-checkout-button:before, a.btn.add-to-cart-button:before, a.btn.btn-cart:before, a.btn.express-checkout-button:before {
    margin-right: 5px;
}
.btn.add-to-cart-button, .btn.btn-cart, .btn.express-checkout-button, a.btn.add-to-cart-button, a.btn.btn-cart, a.btn.express-checkout-button {
    font-weight: 600;
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
}
.flag.flag-discount {
    background-color: var(--color-primary);
}
.products-block .p-code {
    font-size: 10px;
    padding: 2px 5px;
    right: 10px;
    top: 10px;
}
.flag.flag-action {
    background-color: #FFDDC9;
    color: #CD6E18;
}
.flag {
    font-size: 12px;
}
.products-block .p-bottom>div {
    align-items: center;
}
.products-block .ratings-wrapper {
		padding-bottom: 0;
}
.flags-extra .flag .price-standard {
    display: none;
}
.flags-extra .flag {
	border-radius: 0;
    height: 30px;
    width: 60px;
}
.flag-freeshipping .icon-van {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: -2px;
}
.flag-freeshipping .flag-text {
		font-size: 10px;
}
@media (max-width: 992px) {
.products-block .p-bottom .p-tools {
    flex-basis: 100%;
}
.btn.add-to-cart-button, .btn.btn-cart, .btn.express-checkout-button, a.btn.add-to-cart-button, a.btn.btn-cart, a.btn.express-checkout-button {
		width: 100%;
    margin-top: 10px;
}}
.products-block .p a.image {
    margin-bottom: 10px !important;
}
@media (min-width: 321px) and (max-width: 767px) {
.columns-mobile-2 .products-block>div .flags-extra {
    bottom: 0;
}}

/*welcome*/
.welcome div, .welcome h1 {
    max-width: unset;
}
.anq-about-wrapper {
    margin: 0 auto;
    position: relative;
}
.anq-about-wrapper::after {
    content: "";
    background: var(--muted-bg);
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
}
.about-content {
    background-color: #fff;
    border-radius: 0 0 25px 0;
    corner-bottom-right-shape: bevel;
}
@media (max-width: 768px) {
.about-content {
    padding: 20px;
}}
.about-benefits-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}
.about-benefits-wrapper li {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-primary);
}
.about-benefits-wrapper li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5'/%3E%3C/svg%3E") no-repeat center / contain;
}
@media (max-width: 767px) {
.about-benefits-wrapper ul {
    grid-template-columns: 1fr;
}}
.about-benefits-wrapper {
    background-color: hsl(var(--color-primary-h), var(--color-primary-s), calc(var(--color-primary-l) + 47%));
    padding: 20px;
    border-left: solid 2px var(--color-primary);
    border-radius: 0 0 25px 0;
    corner-bottom-right-shape: bevel;
}
.anq-about-inner {
    display: flex;
    position: relative;
}
.about-cover {
    padding: 44px 0;
    display: flex;
    align-items: center;
}

.about-content {
    position: relative;
    z-index: 1;
    width: 75%;
    background: #fff;
    padding: 44px 205px 44px 44px;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-top: 44px;
    margin-bottom: 44px;
}
.about-cover {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35%;
    z-index: 1;
}
.about-cover img {
    border-radius: 0 0 25px 0;
    corner-bottom-right-shape: bevel;
}
@media (max-width: 992px) {
.about-content {
    width: 100%;
    padding: 44px;
}
.about-cover {
    position: relative;
    transform: none;
    width: 100%;
}
.anq-about-inner {
    flex-direction: column;
}
.about-cover {
    padding: 0;
}}
@media (max-width: 768px) {
.about-content {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.homepage-box.welcome-wrapper {
    padding: 0;
}}
.anq-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 44px;
    justify-content: center;
    padding-bottom: 44px;
}
.anq-brands img {
    height: 20px;
}
@media (max-width: 992px) {
.anq-brands {
    gap: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: space-around;
}}
/*blog grid*/
.homepage-blog-wrapper.row.blog-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.blog-wrapper .news-item {
    flex-basis: 100% !important;
    width: 100% !important;
    padding: 0;
}
.blog-wrapper .news-item .description {
		display: none;
}
.news-item .text .title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
.blog-wrapper .news-item a {
    position: relative;
    height: 100%;
    display: block;
}
@media (max-width: 768px) {
.blog-wrapper .news-item a {
    aspect-ratio: 2 / 1;
}}
.news-item .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 50px;
}
.homepage-blog-wrapper > .homepage-group-title {
    grid-column: 1 / -1;
}
.homepage-blog-wrapper > .news-item:nth-child(2) {
    grid-row: span 2;
    height: 100%;
}
.homepage-blog-wrapper > .news-item:nth-child(2) .image {
		height: 100%;
    overflow: hidden;
}
.homepage-blog-wrapper > .news-item:nth-child(n+3) .image {
    aspect-ratio: 2 / 1;
    overflow: hidden;
}
.homepage-blog-wrapper .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage-blog-wrapper .image img {
    transition: all .3s ease-out;
}
.homepage-blog-wrapper .image:hover img {
    transform: scale(1.02);
}
.blog-wrapper .news-item .image::after, .blog-wrapper .news-item .image img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}
.blog-wrapper .news-item .image::after, .blog-wrapper .news-item .image img::after, .news-item .image {
    border-radius: 0 0 25px 0;
    corner-bottom-right-shape: bevel;
}
.news-item .text::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 20px;
    background-color: #fff;
    cursor: pointer;
}
.news-item .text::after {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: -3px;
    right: 17px;
    width: 18px;
    height: 18px;
    background: currentColor;
    transform: translate(-50%, -50%);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/></svg>") center / contain no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/></svg>") center / contain no-repeat;
}
.news-item:hover .text::before {
    background-color: var(--color-primary);
}
.news-item:hover .text::after {
    color: #fff;
}
.news-item:hover .text .title {
    text-decoration: underline;
    text-underline-offset: .14em;
}
@media (max-width: 992px) {
.homepage-blog-wrapper.row.blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
}}
@media (max-width: 768px) {
.homepage-blog-wrapper.row.blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
.news-item .text {
    width: calc(100% - 20px);
}
.homepage-blog-wrapper > .news-item:nth-child(n+3) .image {
    aspect-ratio: unset;
    height: 100%;
}
.news-item .image {
    margin-bottom: 0;
}
.blog-wrapper .news-item {
    margin-bottom: 0;
}
.news-item .text .title {
    font-size: 16px;
}}
/*footer*/
#footer .site-name {
		display: none;
}
@media (min-width: 1200px) {
.custom-footer {
    padding-left: 0;
}}
.custom-footer {
    border-top: 0;
    padding-top: 44px;
}
footer#footer, #footer>.container {
    background-color: #202020;
}
#footer h3.pageElement__heading {
    color: #fff;
    font-weight: 600;
    text-transform: none;
    margin-top: 20px;
}
.footer-contact-card {
    background-color: #2D2D2D;
    padding: 20px;
    border-radius: 0 0 25px 0;
    corner-bottom-right-shape: bevel;
    min-width: 320px;
}
.footer-contact-row {
    display: flex;
    gap: 20px;
}
.footer-contact-row img {
    width: 65px;
    height: 65px;
}
.footer-contact-links > * {
    display: block !important;
}
.footer-contact-links a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.footer-contact-links a:hover {
    text-decoration: underline;
}

@media (min-width: 1200px) {
.custom-footer>div {
    width: fit-content;
}}

.footer-contact-links a::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.footer-contact-links a.phone::before {
    background: url(/user/documents/upload/nm-phone.svg) no-repeat center;
}
.footer-contact-links a.mail::before {
    background: url(/user/documents/upload/nm-mail.svg) no-repeat center;
}
.footer-contact-links a.store::before {
    background: url(/user/documents/upload/nm-store.svg) no-repeat center;
}
.footer-contact-links a {
    padding-bottom: 6px;
}
.footer-socials-row {
    margin-top: 22px;
}
.footer-socials-heading {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.footer-socials-links a {
    width: 30px;
    height: 30px;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-socials-links {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-socials-links a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
.footer-socials-links a.facebook::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5l0-170.3-52.8 0 0-78.2 52.8 0 0-33.7c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4l0 70.8c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2l0 27.8 83.6 0-14.4 78.2-69.3 0 0 175.9C413.8 494.8 512 386.9 512 256z'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5l0-170.3-52.8 0 0-78.2 52.8 0 0-33.7c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4l0 70.8c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2l0 27.8 83.6 0-14.4 78.2-69.3 0 0 175.9C413.8 494.8 512 386.9 512 256z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.footer-socials-links a.instagram::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.3 141a115 115 0 1 0 -.6 230 115 115 0 1 0 .6-230zm-.6 40.4a74.6 74.6 0 1 1 .6 149.2 74.6 74.6 0 1 1 -.6-149.2zm93.4-45.1a26.8 26.8 0 1 1 53.6 0 26.8 26.8 0 1 1 -53.6 0zm129.7 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM399 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.3 141a115 115 0 1 0 -.6 230 115 115 0 1 0 .6-230zm-.6 40.4a74.6 74.6 0 1 1 .6 149.2 74.6 74.6 0 1 1 -.6-149.2zm93.4-45.1a26.8 26.8 0 1 1 53.6 0 26.8 26.8 0 1 1 -53.6 0zm129.7 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM399 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.footer-socials-links a.youtube::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.7 124.1C543.5 100.4 524.9 81.8 501.4 75.5 458.9 64 288.1 64 288.1 64S117.3 64 74.7 75.5C51.2 81.8 32.7 100.4 26.4 124.1 15 167 15 256.4 15 256.4s0 89.4 11.4 132.3c6.3 23.6 24.8 41.5 48.3 47.8 42.6 11.5 213.4 11.5 213.4 11.5s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zM232.2 337.6l0-162.4 142.7 81.2-142.7 81.2z'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.7 124.1C543.5 100.4 524.9 81.8 501.4 75.5 458.9 64 288.1 64 288.1 64S117.3 64 74.7 75.5C51.2 81.8 32.7 100.4 26.4 124.1 15 167 15 256.4 15 256.4s0 89.4 11.4 132.3c6.3 23.6 24.8 41.5 48.3 47.8 42.6 11.5 213.4 11.5 213.4 11.5s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zM232.2 337.6l0-162.4 142.7 81.2-142.7 81.2z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.footer-contact-card::after {
    content: "";
    display: block;
    width: 60px;
    height: 30px;
    background: url(/user/documents/upload/nej-technika.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.footer-contact-card h3.pageElement__heading {
    margin-top: 0 !important;
}
#footer ul a, #footer ul li {
    color: var(--foot-muted-color);
    font-weight: 500;
}
#footer ul a:hover {
		text-decoration: underline;
}
.custom-footer ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/user/documents/upload/chevron-t.svg) no-repeat center;
    background-size: contain;
    margin-right: 5px;
}
.custom-footer ul li {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
#footer .banner {
    min-height: unset;
    margin-bottom: 0;
}
.custom-footer {
    padding-top: 0;
}}
/*newsletter*/
.custom-footer__newsletter {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 44px 10px;
    position: relative;
    z-index: 1;
}
.newsletter-header h3.pageElement__heading {
    text-align: center;
    margin-top: 0 !important;
}
.custom-footer__newsletter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(/user/documents/upload/newsletter-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
form#formNewsletterWidget button.btn.btn-default.btn-arrow-right::before {
    display: none;
}
form#formNewsletterWidget button.btn.btn-default.btn-arrow-right .sr-only {
    position: relative;
    text-align: center;
    text-transform: none;
    font-weight: 600;
}
form#formNewsletterWidget button {
    height: 30px;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    padding: 0 12px;
    margin: 5px;
    min-width: 100px;
    border-color: var(--color-tertiary);
}
form#formNewsletterWidget button:hover {
    border-color: var(--color-primary);
}
form#formNewsletterWidget input {
    height: 40px;
    border: none;
    border-radius: 0;
}
form#formNewsletterWidget label.whole-width {
    color: #fff;
    font-size: 12px;
}
form#formNewsletterWidget label.whole-width a {
    font-weight: 600;
    color: #fff;
}
.newsletter-header h3.pageElement__heading span::after {
    content: "Akce, novinky, návody, rady, tipy a mnoho dalšího.";
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
/*footer ics*/
.anq-foot-delivery-payment {
    display: flex;
    align-items: center;
    gap: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: var(--foot-muted-color);
    margin-right: 88px;
}
.anq-foot.delivery-payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.anq-foot.delivery-payment-icons img {
    height: 25px;
    background-color: #fff;
    padding: 5px;
    min-width: 50px;
    border-radius: 0 0 5px 0;
    corner-bottom-right-shape: bevel;
}
.container.footer-delivery-payment {
    display: flex;
    gap: 22px 0;
    padding-top: 44px;
    padding-bottom: 44px;
    border-top: solid 1px #2D2D2D;
}
@media (max-width: 992px) {
.container.footer-delivery-payment {
    flex-direction: column;
}
.anq-foot-delivery-payment:not(:last-child) {
    margin-bottom: 20px;
}
.container.footer-delivery-payment {
    gap: 0;
}}
@media (max-width: 768px) {
.anq-foot-delivery-payment {
    margin-right: 0;
    flex-direction: column;
}
.anq-foot.delivery-payment-icons {
    gap: 15px;
}
.copyright {
    margin-top: 5px;
}
#signature {
    margin-bottom: 5px;
}}
.footer-bottom {
    padding-bottom: 0;
    padding-top: 0;
}
#signature, .copyright, #signature a {
    font-weight: 500;
    font-size: 12px;
    color: var(--foot-muted-color);
}
#signature a, a.cookies-settings.js-cookies-settings {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
#signature a:hover, a.cookies-settings.js-cookies-settings:hover {
    color: #fff;
    text-decoration: underline;
}
.custom-footer, .footer-bottom, .footer-links-icons {
    border-color: #2D2D2D;
}
#footer ul a:hover {
    color: #fff;
}
/*phone menu*/
@media (max-width: 767px) {
nav#navigation {
    top: 50px;
    height: calc(100% - 50px);
}
.navigation-window-visible #navigation {
    width: 100%;
    display: block;
}
.navigation-in {
    display: flex;
    flex-direction: column;
}
#navigation .navigation-in ul li {
    text-decoration: none !important;
}
.navigation-in>ul>li {
    border-color: var(--border-color);
}
#navigation .menu-level-1>li>a, #navigation .navigationActions>li>a {
    padding-right: 50px;
    position: relative;
    transition: 0s;
}
.navigation-in>ul>li>a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 24px;
    border: none;
}
#navigation .navigation-in ul li>a>b {
    padding: 0;
    font-weight: 600;
    text-decoration: none;
}
#navigation .menu-level-1>li>a .submenu-arrow, #navigation .navigationActions>li>a .submenu-arrow {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(0);
}
#navigation .submenu-arrow:after {
    content: "";
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23222222' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");
		transition: 0s;
}
.navigation-in>ul>li.ext.exp>a {
    padding-left: 48px;
    padding-right: 100px !important;
    margin-bottom: 0px;
    background-color: var(--muted-bg);
    border-bottom: 1px solid var(--border-color);
}
#navigation .menu-level-1>li.ext.exp>a b {
    color: #000;
}
#navigation .menu-level-1>li.ext.exp>a .submenu-arrow, #navigation ul.navigationActions li.ext.exp .submenu-arrow {
    left: 0;
}
#navigation .menu-level-1>li.ext.exp>a b::after {
    content: "Do kategorie";
    margin-left: auto;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 24px;
    text-transform: none;
}
.navigation-in ul.menu-level-2 {
    margin-bottom: 0px;
}
.navigation-in ul.menu-level-2 li {
    position: relative;
    margin-bottom: 0px;
    min-height: 0px;
    display: flex;
    align-items: center;
    padding: 5px 24px;
    border-bottom: 1px solid var(--border-color);
}
.navigation-in a.menu-image {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 0px;
    flex: 0 0 32px;
    padding: 0 !important;
}
.navigation-in a.menu-image img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}
#navigation .navigation-in ul li>div {
    width: 100%;
}
.navigation-in ul.menu-level-2 li a:not(.menu-image) {
    color: #000;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 10px;
    font-size: 14px;
    text-decoration: none;
}
.navigation-in ul.menu-level-2 li a:not(.menu-image)>span {
    text-decoration: none;
}
.navigation-in:has(li.ext.exp)>ul>li:not(.exp) {
    display: none;
}
.navigation-close {
    padding: 0;    
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.navigation-close:before {
    content: "";
    height: 16px;
    line-height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23222222' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");
}
.navigationActions__flagWrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    line-height: 14px !important;
}
.navigationActions__flagWrapper .shp-flag {
    height: 16px;
    width: 16px;
    margin-left: 5px;
}
ul.navigationActions>li>a>span {
    padding: 0;
}
#navigation ul.navigationActions li.ext.exp > a > .navigationActions__flagWrapper > span {
    font-weight: 600;
    color: #000;
}
ul.navigationActions__submenu.menu-level-2 li {
    display: block;
}
.navigationActions__submenu__item--active:before {
    content: "";
    width: 16px;
    height: 16px;
		left: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23222222' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5'/%3E%3C/svg%3E");
    background-color: transparent;
}
.navigation-in .navigationActions__submenu.menu-level-2 > li {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
}
.navigation-in .navigationActions__submenu.menu-level-2 li a.navigationActions__link--flag {
    margin-left: 10px;
}
.navigation-close {
    display: none;
}
.navigation-window-visible .responsive-tools>a[data-target=navigation]:before {
    content: "\e912";
    font-size: 12px;
}
.navigation-in>ul>li.ext.exp>ul {
		display: block;
}
.navigation-in>ul>li.ext.exp>a .submenu-arrow::after {
    transform: rotate(180deg);
}}
/*blog in*/
div#newsWrapper .news-item {
    position: relative;
    border: solid 1px var(--border-color);
    padding: 10px;
}
div#newsWrapper .news-item .text {
    position: relative;
    inset: unset;
    padding-right: 0;
    width: 100%;
    padding-right: 30px;
}
div#newsWrapper .news-item .text .title {
		color: #000;
    margin-top: 20px;
}
.news-item time {
    margin-top: 10px;
}
div#newsWrapper .news-item .text::before {
    background-color: var(--color-primary);
    right: 0;
}
div#newsWrapper .news-item .text::after {
    background: #fff;
    right: -3px;
}
div#newsWrapper .news-item .text .description p {
    color: var(--muted-color);
}
div#newsWrapper .news-item {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
div#newsWrapper .news-item .text .title {
    font-size: 18px;
}}
/*shop rating*/
section.content-wrapper.container.shop-rating {
    background-color: transparent;
}
section.anq-shop-rating {
    position: relative;
}
section.anq-shop-rating::after {
    content: "";
    background: var(--muted-bg);
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
}
.anq-shop-rating__inner {
    display: flex;
    padding: 44px 0;
    gap: 44px;
}
.anq-shop-rating__summary {
    width: 30%;
}
.anq-shop-rating__title {
    margin: 0 !important;
    text-align: left !important;
}
a.anq-shop-rating__reviews-link {
    display: block;
    color: #000;
    text-decoration: underline;
    margin-top: 5px;
    font-weight: 500;
}
.anq-shop-rating__headline {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.anq-shop-rating__badge img {
    width: 85px;
    height: auto;
}
.anq-shop-rating__recommendation {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
strong.anq-shop-rating__percent {
    color: #000;
}
span.anq-shop-rating__text {
    font-weight: 500;
    color: #000;
}
a.anq-shop-rating__button {
    color: #fff;
    font-weight: 600;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    padding: 5px 20px;
    margin-top: 10px;
}
.anq-shop-rating__list {
    display: flex;
    width: 70%;
    gap: 20px;
}
article.anq-shop-rating-card {
    border: solid 1px;
    border-color: hsl(var(--color-primary-h), var(--color-primary-s), calc(var(--color-primary-l) + 35%));
    padding: 20px;
    background-color: #fff;
    width: 33.333%;
}
.anq-shop-rating-card__text {
    font-size: 12px;
    color: var(--muted-color);
    font-weight: 500;
    margin-top: 5px;
}
.anq-shop-rating-card__footer {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.anq-shop-rating-card__avatar {
    width: 50px;
    height: 50px;
    background-color: var(--muted-bg);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anq-shop-rating-card__avatar::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--color-primary);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z'/></svg>") no-repeat center;
    mask-size: contain;
}
.anq-shop-rating-card__status, .anq-shop-rating-card__name {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
.anq-shop-rating-card__status::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: var(--color-primary);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z'/></svg>") no-repeat center;
    mask-size: contain;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -2px;
}
.anq-shop-rating-card__date {
    font-size: 12px;
    color: var(--muted-color);
}
@media (max-width: 1200px) {
.anq-shop-rating__inner {
    flex-direction: column;
}
.anq-shop-rating__summary {
    width: 100%;
}
.anq-shop-rating__list {
    width: 100%;
}}
@media (max-width: 768px) {
.anq-shop-rating__list {
    flex-direction: column;
}
article.anq-shop-rating-card {
    width: 100%;
}}
/*sidebar*/
.sidebar {
    margin-top: 20px;
}
.box-categories h3.pageElement__heading {
    font-size: 16px;
    text-transform: none;
    color: var(--color-primary);
    line-height: 1;
    margin-top: 20px;
}
.box-categories h3.pageElement__heading span {
    display: inline-flex;
    align-items: center;
}
.box-categories h3.pageElement__heading span::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    margin-right: 5px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5' stroke='black'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5' stroke='black'/%3E%3C/svg%3E") no-repeat center / contain;
}
.box-categories {
    padding-top: 0 !important;
}
.sidebar .categories {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    margin-bottom: 5px;
}
.categories a {
    padding-bottom: 9px;
    padding-top: 9px;
}
.box-bg-variant .categories a {
    color: #000;
}
.categories .topic>a {
    padding-left: 15px;
}
#categories .expandable>.topic>a>span, #categories .expandable>a>span {
    top: 12px;
    right: 10px;
    left: auto;
    font-size: 9px;
}
.categories .topic.active>a, .categories .topic.active>a:hover {
    background-color: #fff;
    color: var(--color-primary);
    font-weight: 600;
}
.box-bg-variant .categories a:hover, .categories .topic.child-active>a, .categories .topic.child-active>a:hover {
    font-weight: 600;
}
#categories .expandable>.topic.active>a>span {
    color: var(--color-primary);
}
#categories ul .expandable .cat-trigger {
    left: 15px;
}
.categories ul a {
    padding-left: 35px;
}
#categories ul ul .expandable .cat-trigger {
    left: 30px;
}
.categories ul ul a {
    padding-left: 50px;
}
.categories li.active>a {
    font-weight: 600;
}
.topic.child-active, .topic.active {
    border-bottom: solid 1px var(--muted-bg);
}
/*Breadcrumbs*/
.breadcrumbs>span>a:after, .breadcrumbs>span>a:before {
    height: 25%;
    background-color: var(--colors-foregrounds-content-tertiary);
}
@media (min-width: 992px) {
.breadcrumbs>span>a:after {
    bottom: 28.5%;
    transform: rotate(45deg);
}
.breadcrumbs>span>a:before {
    top: 28.5%;
    transform: rotate(-45deg);
}
.breadcrumbs>span>a, .breadcrumbs>span>span {
    padding: 5px 20px;
}
.breadcrumbs>span>a {
    min-height: 30px;
}}
.breadcrumbs {
    background-color: transparent;
    border: none;
}
.navigation-home-icon-wrapper:before {
    font-size: 14px;
}
.container.breadcrumbs-wrapper {
    position: relative;
}
.container.breadcrumbs-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    border-bottom: solid 1px var(--border-color);
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.subcategories li a {
    border-color: var(--border-color);
    color: #000;
}
.subcategories li a:hover {
    border-color: var(--color-primary);
}
@media (max-width: 767px) {
.overall-wrapper {
    padding-top: 50px;
}}
.products.products-block.products-related.products-additional.p-switchable.swiper.swiper-initialized .product, .products.products-block.products-additional.products-alternative.p-switchable.swiper.swiper-initialized .product {
    padding: 0;
}
.initialized-swiper-wrapper:has(.products.products-block.products-related.products-additional.p-switchable.swiper.swiper-initialized, .products.products-block.products-additional.products-alternative.p-switchable.swiper.swiper-initialized) {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 22px;
}






/*product page*/
.quantity {
    border-color: var(--border-color);
   	border-radius: 0;
}
.quantity .decrease, .quantity .increase {
    border-color: var(--border-color);
    background-color: #fff;
}
span.availability-label {
    background-color: hsl(from currentColor h s calc(l + 65));
    border: solid 1px currentColor;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
}
.availability-value {
    font-size: 12px;
}
span.parameter-dependent.default-variant .availability-label {
    background-color: #fff;
    border: solid 1px var(--border-color);
    color: var(--muted-color);
}
.p-short-description {
    color: var(--muted-color);
    margin-top: 22px;
}
.row.product-top {
    margin-top: 22px;
}
/* atc */
.anq-atc-wrapper {
    padding: 20px;
    border: solid 1px var(--border-color);
    margin-bottom: 19px;
}
.anq-atc-wrapper .add-to-cart {
    margin-bottom: 0;
}
a.shipping-options::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/user/documents/upload/delivery-truck.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
a.shipping-options {
    font-family: var(--template-headings-font);
    text-transform: uppercase;
    font-size: 12px;
}
.availability-value .availability-amount {
    margin-left: 5px;
    color: var(--muted-color);
}

.p-image-wrapper .flags-extra .flag {
    border-radius: 0;
    height: 50px;
    min-height: 50px;
}
.p-image-wrapper .flags-extra .flag .price-standard {
    display: none;
}
.p-image-wrapper .flags-extra .flag {
    border-radius: 0;
    height: 30px;
    min-height: 30px;
}
@media (min-width: 767px) {
.flags-extra {
    bottom: auto;
    top: 0;
}}
/*Product variant box*/
.select-variant .box {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid var(--border-color);
    font-family: var(--template-headings-font);
    text-transform: uppercase;
    font-size: 12px;
}
.select-variant .box.checked, .select-variant .box.checked:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
}
.select-variant .box:hover {
    background-color: var(--muted-bg);
}
#product-detail-form .surcharge-label, #product-detail-form .variant-label {
    padding-bottom: 11px;
    font-size: 16px;
    font-weight: 600;
}
tr.variant-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 19px;
}
tr.variant-list th {
    font-family: var(--template-headings-font);
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.anq-atc-wrapper table.detail-parameters {
    margin-bottom: 0 !important;
}
@media (max-width: 992px) {
.anq-atc-wrapper .btn.add-to-cart-button {
    width: calc(100% - 81px);
    margin-top: 0;
}}
/*add*/
input.search-input {
    background-color: var(--muted-bg);
    border: none;
    height: 40px;
    border-radius: 0;
}
input.search-input::placeholder {
    color: var(--muted-color);
}
form#formSearchForm button {
    height: 30px;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    padding: 0 12px;
    margin: 5px;
    background-color: var(--color-tertiary-hover);
}
.p-bottom.single-button a.btn.btn-primary {
    text-transform: none;
    font-weight: 600;
}
.sidebar h4 {
    font-size: 16px;
    text-transform: none;
    color: var(--color-primary);
    line-height: 1;
    font-weight: 600;
    margin-top: 10px;
}
a.chevron-after.chevron-down-after.toggle-filters {
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
}
@media (min-width: 769px) {
a.btn.btn-primary.more-filters {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-weight: 600;
}
.filter-section.filter-section-button {
    padding: 8px;
    background-color: var(--color-primary);
}
a.chevron-after.chevron-down-after.toggle-filters {
    color: #fff;
}
#header, .navigation {
    position: relative;
    z-index: 1000;      
}}
.empty-content a.btn.btn-default {
    border-color: var(--color-tertiary);
}
.empty-content a.btn.btn-default:hover {
    border-color: var(--color-primary);
}
.product-code {
    margin-top: 19px;
    font-size: 12px;
    color: var(--muted-color);
}
.p-detail-inner-header .p-code {
    display: none;
}


form#product-detail-form .flags.flags-extra {
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    flex-direction: column;
}
form#product-detail-form .flags-extra .flag {
    width: 75px;
    min-width: 75px;
    margin-left: 0;
    margin-right: 5px;
}
form#product-detail-form .flag-freeshipping .icon-van {
    font-size: 14px;
}
form#product-detail-form .flags-extra .flag-text {
    font-size: 12px;
}
.top-navigation-menu-trigger {
    display: none !important;
}
p[data-testid="productCardDescr"] {
    margin-top: 10px;
}
@media (min-width: 1200px) {
.browse-p .p-next, .browse-p .p-prev {
    top: -250px;
}}
.products-block.products>div {
    border: none !important;
}
.products-block.products-alternative>div:nth-child(4n), .products-block.products-related>div:nth-child(4n) {
    border-right-style: none !important;
}
a.btn.btn-default.p-all {
    border-color: var(--color-tertiary);
    text-transform: none;
    font-weight: 600;
}
a.btn.btn-default.p-all:hover {
    border-color: var(--color-primary);
}
.products-block.products-related>div {
    padding: 5px;
}

.custom-parameters-groups h4 {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.custom-parameters-groups .detail-parameters {
    width: 100%;
    margin-bottom: 20px;
}
.extended-description > h3 {
    display: none;
}
span.parameter-dependent.default-variant .availability-label {
    display: none;
}
.p-info-wrapper .price-save {
    font-weight: 700;
    font-size: 12px;
}
.price-save:has(.parameter-dependent:not(.empty)) {
    padding: 3px;
    background-color: rgb(from var(--color-primary) r g b / 0.1);
}
span.flag.flag-discount {
    display: none;
}
.price-standard span {
    font-weight: 600;
    font-size: 12px;
}
button#topNavigationDropdown {
    color: #fff;
}
.p-final-price-wrapper .price-save>span.empty {
    display: none;
}
.basic-description figure {
    display: inline-block;
    margin: 20px;
    text-align: center;
}
span.flag.flag-dlouhe, span.flag.flag-nadrozmerne-delkou, span.flag.flag-velke-stroje {
		display: none !important; 
}
.menu-helper {
    top: 123px;
}
@media (min-width: 768px) {
.top-navigation-bar {
    position: relative;
    z-index: 9;
}
.top-navigation-bar::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--color-primary);
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.top-navigation-bar .container {
    padding-left: 0;
}
.top-navigation-bar .dropdown {
    margin-right: 0;
}
.top-navigation-bar-menu li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.top-navigation-menu {
    flex: 1 1 90% !important;
}
.top-navigation-tools.top-navigation-tools--language {
    flex-basis: 10% !important;
}}
div#cart-widget {
    z-index: 99999;
}
.popup-widget.cart-widget:before {
		display: none;
}
@media (min-width: 992px) {
.popup-widget.cart-widget {
    top: 73px;
}}
@media (min-width: 768px) {
.menu-helper:after, .menu-trigger:after {
    background-color: transparent;
}}
.submenu-arrow:after {
    content: "";
    transition: transform .3s ease-out;
    background: url(https://766543.myshoptet.com/user/documents/upload/dchevron-b.svg) no-repeat center;
    background-size: 10px;
    width: 10px;
    height: 10px;
}
.menu-helper:after {
    content: "";
    transition: transform .3s ease-out;
    background: url(https://766543.myshoptet.com/user/documents/upload/dchevron-c.svg) no-repeat center;
    background-size: 30px;
    width: 50px;
    height: 50px;
}
.menu-helper-visible .menu-helper:after {
    content: "";
    transform: rotate(180deg);
    transition: transform .3s ease-out;
    background: url(https://766543.myshoptet.com/user/documents/upload/dchevron-c.svg) no-repeat center;
    background-size: 30px;
    width: 50px;
    height: 50px;
}
.box-categories h3.pageElement__heading span::before {
    content: "";
    transition: transform .3s ease-out;
    background: url(https://766543.myshoptet.com/user/documents/upload/dchevron-c.svg) no-repeat center;
    background-size: 15px;
    width: 20px;
    height: 20px;
    -webkit-mask: none;
    mask: none;
}
.box-categories h3.pageElement__heading span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}
#categories .expandable>.topic>a>span:before, #categories .expandable>a>span:before {
    content: "";
    transition: transform .3s ease-out;
    background: url(https://766543.myshoptet.com/user/documents/upload/dchevron-cr.svg) no-repeat center;
    background-size: 10px;
    width: 10px;
    height: 10px;
}
#categories .expandable.expanded>.topic>a>span:before, #categories .expandable.expanded>a>span:before {
    content: "";
    transform: rotate(90deg);
    transition: transform .3s ease-out;
    background: url(https://766543.myshoptet.com/user/documents/upload/dchevron-cr.svg) no-repeat center;
    background-size: 10px;
    width: 10px;
    height: 10px;
}
.categories .topic>a {
    padding-left: 35px;
}
#categories .expandable.expanded>.topic>a>span.cat-trigger, #categories .expandable.expanded>a>span.cat-trigger {
    left: 15px;
}
.categories li.active>a>span::before {
    background: url(https://766543.myshoptet.com/user/documents/upload/chevron-w.svg) no-repeat center !important;
    background-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    transform: rotate(0deg) !important;
}