@charset "UTF-8";
* {
  font-family: arial, sans-serif;
}

body {
  background: #FFFFFF;
  color: #363737;
}

.container {
  width: 100% !important;
}

.s31-topbar {
  background: #122750;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
}
.s31-topbar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 36px;
}
.s31-topbar__nav {
  flex-shrink: 0;
}
.s31-topbar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.s31-topbar__item {
  display: flex;
  align-items: center;
}
.s31-topbar__item + .s31-topbar__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 12px;
}
.s31-topbar__link {
  color: #A6A7AB;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
}
.s31-topbar__link:hover {
  color: #D4AF37;
}
.s31-topbar__contact {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
}
.s31-topbar__label {
  color: #A6A7AB;
}
.s31-topbar__icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #D4AF37;
  flex-shrink: 0;
}
.s31-topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.15s;
}
.s31-topbar__phone:hover {
  color: #D4AF37;
}
.s31-topbar__hours {
  color: #A6A7AB;
}
@media (max-width: 1024px) {
  .s31-topbar__inner {
    gap: 12px;
    height: auto;
    padding: 8px 16px;
    flex-wrap: wrap;
  }
  .s31-topbar__list {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .s31-topbar__item + .s31-topbar__item::before {
    margin: 0 8px;
  }
  .s31-topbar__contact {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 10px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .s31-topbar {
    display: none;
  }
}

#header {
  background: #122750;
  max-width: 1440px;
  margin: 0 auto;
}
#header .navigation-tools {
  display: none;
}
#header .site-name {
  display: flex;
  align-items: flex-start;
}
#header .site-name img {
  max-width: 140px;
}
#header .header-top, #header .header-bottom, #header .navigation-in {
  background: transparent;
}
#header .header-top .navigation-wrapper .site-name,
#header .header-top .navigation-wrapper .navigation-buttons {
  width: 50%;
}
#header a {
  color: #FFFFFF;
}
#header a:hover {
  color: #D4AF37;
}
#header .navigation-buttons a, #header .navigation-buttons button {
  color: #D4AF37;
  background: transparent;
  cursor: pointer;
}
#header .navigation-buttons a span:after, #header .navigation-buttons a i:after, #header .navigation-buttons button span:after, #header .navigation-buttons button i:after {
  display: none !important;
}
#header .navigation-buttons a:hover, #header .navigation-buttons button:hover {
  color: rgb(53.2558702493%, 43.4035342532%, 11.4500121036%);
}

@media (min-width: 768px) {
  #header {
    height: 90px;
  }
  .header-bottom {
    margin: 0 auto;
    max-width: calc(100% - 400px);
    position: relative;
    top: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header {
    height: auto;
  }
  #header .header-top,
  #header .header-top-wrapper,
  #header .site-name {
    height: auto !important;
    min-height: 90px !important;
  }
  .header-bottom {
    position: static;
    top: auto;
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .overall-wrapper {
    padding-top: 120px !important;
  }
  #header {
    max-width: 100vw !important;
    height: 120px;
    padding: 0 !important;
  }
  #header .header-top {
    max-width: 100vw !important;
  }
  #header .header-top .header-top-wrapper {
    flex-wrap: wrap !important;
  }
  #header .header-top .header-top-wrapper::before, #header .header-top .header-top-wrapper::after {
    display: none !important;
  }
  #header .header-top .header-top-wrapper .site-name {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    padding: 5px !important;
  }
  #header .header-top .header-top-wrapper .navigation-buttons {
    width: 100%;
    justify-content: space-evenly;
  }
  #header .header-top .header-top-wrapper .navigation-buttons a:first-of-type {
    order: 2;
  }
  #header .header-top .header-top-wrapper .navigation-buttons a[href="/kosik/"] {
    order: 3;
  }
  .cart-widget, .popup-widget.search-widget {
    top: 120px !important;
  }
  .popup-widget.search-widget {
    background: white !important;
  }
}
.search-form-input-group .btn.btn-default.search-button {
  background: #122750 !important;
  color: white !important;
}

.menu-helper::after {
  color: #D4AF37;
}
.menu-helper a {
  color: #122750 !important;
}

nav#navigation {
  height: 60px;
}
nav#navigation .menu {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  nav#navigation {
    height: auto;
    background: #122750;
    top: 120px !important;
  }
  nav#navigation .navigation-in > ul > li {
    border-radius: 0px;
  }
  nav#navigation .menu-level-2 a {
    color: #153471;
  }
}
@media (min-width: 768px) {
  nav#navigation a {
    color: #FFFFFF;
    background: transparent !important;
  }
  nav#navigation a:hover {
    color: #D4AF37;
    background: transparent;
    cursor: pointer;
  }
  nav#navigation a b {
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
  }
  nav#navigation .exp a {
    color: #D4AF37;
    background: transparent;
  }
  nav#navigation .navigation-in ul.menu-level-2 {
    top: 50px !important;
    background: #122750;
    justify-content: flex-start;
    border-bottom: none;
  }
  nav#navigation .navigation-in ul.menu-level-2 .menu-image {
    display: none;
  }
  nav#navigation .navigation-in ul.menu-level-2 li {
    width: 25%;
    padding: 10px;
  }
  nav#navigation .navigation-in ul.menu-level-2 li div {
    width: 100%;
  }
  nav#navigation .navigation-in ul.menu-level-2 li span {
    color: #D4AF37;
    font-family: Arial;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
  }
  nav#navigation .navigation-in ul.menu-level-2 .menu-level-3 {
    height: auto;
  }
  nav#navigation .navigation-in ul.menu-level-2 .menu-level-3 li {
    padding: 3px 0;
    width: 100%;
  }
  nav#navigation .navigation-in ul.menu-level-2 .menu-level-3 a {
    color: white;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    width: 100%;
  }
  nav#navigation .navigation-in ul.menu-level-2 .menu-level-3 a:hover {
    color: #D4AF37;
  }
  nav#navigation .navigation-in ul.menu-level-2 .menu-level-3 .more-items-trigger {
    background: transparent;
  }
  nav#navigation .navigation-in ul.menu-level-2 .menu-level-3 .more-items-trigger::before {
    color: white;
    background: transparent;
    content: "více...";
  }
  nav#navigation .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: unset !important;
  }
}

.user-action-login {
  top: 90px !important;
}
.user-action-login .popup-widget-inner {
  padding: 30px;
}
.user-action-login .popup-widget-inner .btn {
  color: #153471 !important;
}

.cart-widget {
  top: 90px !important;
}
.cart-widget a {
  color: #153471 !important;
}
.cart-widget .btn-conversion, .cart-widget .cart-widget-product {
  color: white !important;
}

.popup-widget {
  background: #122750 !important;
  border-radius: 0 !important;
}
.popup-widget .popup-widget-inner {
  background: #122750 !important;
  border-radius: 0 !important;
}
.popup-widget h2 {
  color: white;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.popup-widget .toggle-window {
  top: 10px !important;
  right: 10px !important;
}
.popup-widget .toggle-window::before {
  color: white !important;
}
.popup-widget button {
  border-radius: 0 !important;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  color: #153471;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

.btn,
.button,
input[type=submit],
button[type=submit] {
  background: #D4AF37;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 12px 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.btn:hover,
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: #B89633;
  color: #FFFFFF;
}

@media (min-width: 1440px) {
  .breadcrumbs {
    padding-left: calc((100vw - 1400px) / 2);
    padding-right: calc((100vw - 1400px) / 2);
  }
}

.type-category .benefit-banners-full-width, .type-category .itemsTotal {
  display: none !important;
}
.type-category .breadcrumbs {
  background: #F4F6FA;
}
.type-category ul.products,
.type-category .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .type-category ul.products,
  .type-category .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .type-category ul.products,
  .type-category .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.type-category ul.products .image,
.type-category .products .image {
  border: none !important;
}
.type-category .products-top-wrapper {
  display: none;
}
.type-category .content-wrapper-in .content.narrow {
  padding: 0;
}
.type-category .content-wrapper-in:has(.empty-content-category) .sidebar.sidebar-left {
  display: none;
}
.type-category .content-wrapper-in:has(.empty-content-category) .category-content-wrapper {
  margin: 0 auto;
}
.type-category .category-top {
  padding: 50px 0;
  background: #F4F6FA;
  border: none;
}
.type-category .category-top h1.category-title {
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.type-category .category-top h1.category-title span {
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.type-category .category-top .category-perex p {
  color: #363737;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.type-category .category-top .category-perex ul,
.type-category .category-top .category-perex ol,
.type-category .category-top .category-perex blockquote {
  width: 90%;
  max-width: 1200px;
  margin: 16px auto;
  padding: 0;
  text-align: center;
}
.type-category .category-top .category-perex ul,
.type-category .category-top .category-perex ol {
  list-style: none;
}
.type-category .category-top .category-perex ul li,
.type-category .category-top .category-perex ol li {
  color: #363737;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px;
}
.type-category .category-top .category-perex ul li:last-child,
.type-category .category-top .category-perex ol li:last-child {
  margin-bottom: 0;
}
.type-category .category-top .category-perex ul li > p,
.type-category .category-top .category-perex ol li > p {
  width: auto;
  max-width: none;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.type-category .category-top .category-perex h2,
.type-category .category-top .category-perex h3,
.type-category .category-top .category-perex h4 {
  font-family: "Playfair Display", Georgia, serif;
  color: #153471;
  text-align: center;
  font-weight: 600;
}
.type-category .category-top .category-perex h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 40px 0 20px;
}
.type-category .category-top .category-perex h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 40px 0 20px;
}
.type-category .category-top .category-perex h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 32px 0 16px;
}
@media (max-width: 768px) {
  .type-category .category-top .category-perex h2 {
    font-size: 24px;
  }
  .type-category .category-top .category-perex h3 {
    font-size: 21px;
  }
}
.type-category .subcategories.with-image {
  gap: 20px;
  margin: 40px auto 0;
  max-width: 1440px;
}
@media (max-width: 768px) {
  .type-category .subcategories.with-image {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
    padding: 0 0 8px 40px;
    scroll-padding-left: 40px;
  }
  .type-category .subcategories.with-image::-webkit-scrollbar {
    display: none;
  }
  .type-category .subcategories.with-image li {
    flex: 0 0 calc((100% - 24px) / 2.5);
    width: auto;
    scroll-snap-align: start;
  }
}
.type-category .subcategories.with-image li {
  width: 140px;
  padding: 0px;
}
.type-category .subcategories.with-image a {
  background: white;
  flex-direction: column;
  height: 180px;
  border: none;
  border-radius: 0;
  padding: 24px 10px 10px;
  border: 1px solid white;
}
.type-category .subcategories.with-image a .image {
  width: 100% !important;
}
.type-category .subcategories.with-image a .image img {
  max-width: 100% !important;
  height: auto;
  max-height: 60px !important;
  margin-bottom: 20px;
}
.type-category .subcategories.with-image a .text {
  width: 100%;
  color: #153471;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-overflow: unset;
  white-space: wrap;
  padding: 0 !important;
  max-height: unset;
}
.type-category .subcategories.with-image a:before {
  display: none !important;
}
.type-category .subcategories.with-image a:hover {
  border-color: #D4AF37;
  color: #D4AF37;
  background: white;
}
.type-category .subcategories.with-image a:hover .text {
  color: #D4AF37;
}
.type-category .category-header {
  background: transparent;
}
.type-category .category-header .listSorting__control {
  padding: 10px 20px;
}
.type-category .category-header .listSorting__control--current {
  font-weight: bold;
  box-shadow: none;
}
.type-category .products-page .product {
  width: 100% !important;
  border-right: none;
  position: relative;
  border-top: 1px solid #d2dadf;
  padding-bottom: 30px;
}
.type-category .products-page .product::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: #d2dadf;
}
.type-category .products-page .product:nth-child(4n)::after {
  display: none;
}
.type-category .products-page .product:nth-child(-n+4) {
  border-top: none;
}
@media (max-width: 768px) {
  .type-category .products-page .product:nth-child(2n)::after {
    display: none;
  }
}
.type-category .products-page .product .p-code, .type-category .products-page .product .p-desc {
  display: none !important;
}
.type-category .products-page .product .p-in {
  text-align: left;
}
.type-category .products-page .product .p-in .p-in-in {
  height: 40px;
}
.type-category .products-page .product .p-in .p-in-in a {
  line-height: 20px;
}
.type-category .products-page .product .p-in .p-in-in a span {
  color: #153471;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.type-category .products-page .product .p-in .p-bottom {
  position: relative;
}
.type-category .products-page .product .p-in .p-bottom .prices strong {
  color: #D4AF37;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}
.type-category .products-page .product .p-in .p-bottom .availability {
  display: block !important;
}
.type-category .products-page .product .p-in .p-bottom .availability span {
  font-weight: 700;
}
.type-category .products-page .product .p-in .p-bottom .p-tools {
  padding: 0 !important;
  width: 75px;
  position: absolute;
  top: 15px;
  right: 0;
}
.type-category .products-page .product .p-in .p-bottom .p-tools .btn-primary {
  padding: 10px;
}
.type-category .products-page .product:hover .p-tools {
  display: block !important;
}
@media (min-width: 769px) {
  .type-category .sidebar.sidebar-left {
    margin-left: 20px;
    width: 220px;
  }
  .type-category .sidebar.sidebar-left .sidebar-inner {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .type-category .sidebar.sidebar-left {
    width: 300px;
  }
}
@media (min-width: 1440px) {
  .type-category .sidebar.sidebar-left {
    margin-left: calc((100vw - 1400px) / 2);
    width: 300px;
  }
  .type-category .sidebar.sidebar-left .sidebar-inner {
    margin: 0;
  }
  .type-category .category-content-wrapper {
    width: 1060px;
  }
}
.type-category .sidebar-inner {
  border-radius: 0 !important;
  background: transparent !important;
}
.type-category .ratings-wrapper {
  position: relative;
  top: -130px;
}
.type-category .ratings-wrapper .stars-wrapper {
  justify-content: flex-start !important;
}

.products-block .product .p-code, .products-block .product .p-desc, .products-block .product .availability {
  display: none !important;
}
.products-block .product .p-in-in a {
  height: auto !important;
}
.products-block .product .p-in-in a span {
  color: #153471;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.products-block .product .image {
  border: 1px solid #D2DADF;
  margin-bottom: 30px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-block .product .p-bottom {
  position: relative;
  margin-bottom: -20px;
}
.products-block .product .p-bottom .prices strong {
  color: #D4AF37;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}
.products-block .product .p-bottom .p-tools {
  display: none;
}
.products-block .product .ratings-wrapper {
  position: relative;
  top: -130px;
}
.products-block .product .ratings-wrapper .star-list {
  background: white;
}

.product-slider .product .ratings-wrapper {
  top: -90px;
}

.product-slider-navigation::before {
  display: none !important;
}
.product-slider-navigation {
  width: 75px !important;
  top: 40% !important;
  background-repeat: no-repeat;
}
.product-slider-navigation.navigation-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCA1NyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTU2LjcwNzEgOC4wNzExMkM1Ny4wOTc2IDcuNjgwNiA1Ny4wOTc2IDcuMDQ3NDMgNTYuNzA3MSA2LjY1NjkxTDUwLjM0MzEgMC4yOTI5NDZDNDkuOTUyNiAtMC4wOTc1Nzg1IDQ5LjMxOTUgLTAuMDk3NTc4NSA0OC45Mjg5IDAuMjkyOTQ2QzQ4LjUzODQgMC42ODM0NyA0OC41Mzg0IDEuMzE2NjQgNDguOTI4OSAxLjcwNzE2TDU0LjU4NTggNy4zNjQwMUw0OC45Mjg5IDEzLjAyMDlDNDguNTM4NCAxMy40MTE0IDQ4LjUzODQgMTQuMDQ0NiA0OC45Mjg5IDE0LjQzNTFDNDkuMzE5NSAxNC44MjU2IDQ5Ljk1MjYgMTQuODI1NiA1MC4zNDMxIDE0LjQzNTFMNTYuNzA3MSA4LjA3MTEyWk0wIDcuMzY0MDFWOC4zNjQwMUg1NlY3LjM2NDAxVjYuMzY0MDFIMFY3LjM2NDAxWiIgZmlsbD0iIzEyMjc1MCIvPgo8L3N2Zz4K");
}
.product-slider-navigation.navigation-prev {
  background-position: right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCA1NyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjkyODkyIDguMDcxMTJDLTAuMDk3NjI5NSA3LjY4MDYgLTAuMDk3NjI5NSA3LjA0NzQzIDAuMjkyODkyIDYuNjU2OTFMNi42NTY4NSAwLjI5Mjk0NkM3LjA0NzM4IC0wLjA5NzU3ODUgNy42ODA1NCAtMC4wOTc1Nzg1IDguMDcxMDcgMC4yOTI5NDZDOC40NjE1OSAwLjY4MzQ3IDguNDYxNTkgMS4zMTY2NCA4LjA3MTA3IDEuNzA3MTZMMi40MTQyMiA3LjM2NDAxTDguMDcxMDcgMTMuMDIwOUM4LjQ2MTU5IDEzLjQxMTQgOC40NjE1OSAxNC4wNDQ2IDguMDcxMDcgMTQuNDM1MUM3LjY4MDU0IDE0LjgyNTYgNy4wNDczOCAxNC44MjU2IDYuNjU2ODUgMTQuNDM1MUwwLjI5Mjg5MiA4LjA3MTEyWk01NyA3LjM2NDAxVjguMzY0MDFIMVY3LjM2NDAxVjYuMzY0MDFINTdWNy4zNjQwMVoiIGZpbGw9IiMxMjI3NTAiLz4KPC9zdmc+Cg==");
}
.sidebar-filters-wrapper .filters, .filters-wrapper .filters {
  border-radius: 0 !important;
}
.sidebar-filters-wrapper .filters-unveil-button-wrapper .unveil-button, .filters-wrapper .filters-unveil-button-wrapper .unveil-button {
  border-radius: 0 !important;
  border: 1px solid #D2DADF !important;
  background: #FFF !important;
  color: #153471 !important;
  text-align: left !important;
  display: flex !important;
  font-weight: bold !important;
  align-items: center !important;
  padding: 15px !important;
}
.sidebar-filters-wrapper .filters-unveil-button-wrapper .unveil-button::before, .filters-wrapper .filters-unveil-button-wrapper .unveil-button::before {
  width: 18px;
  height: 18px;
  content: " ";
  display: block;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzYxMjZfMTQ2NCIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+CjxwYXRoIGQ9Ik0xOS4yMDAyIDE5LjIwMDJWMC43OTk4MDVIMC43OTk4MDVWMTkuMjAwMkgxOS4yMDAyWiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS42Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF82MTI2XzE0NjQpIj4KPHBhdGggZD0iTTAuODIwMzEyIDAuOTEwMjM0TDE5LjE3OTcgMC43ODEyNUwxMi4zNjYxIDguNDc1MTZWMTkuMjE4OEw3LjY5ODMyIDE0LjA4NDlWOC40NzUxNkwwLjgyMDMxMiAwLjkxMDIzNFoiIHN0cm9rZT0iIzEyMjc1MCIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==");
}
.sidebar-filters-wrapper .filters-unveil-button-wrapper .unveil-button::after, .filters-wrapper .filters-unveil-button-wrapper .unveil-button::after {
  width: 12px;
  height: 7px;
  content: " ";
  display: block;
  margin-left: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA2MjUgMS4wNTgwNEw2LjA4Njk0IDYuMDU4MDQiIHN0cm9rZT0iIzEyMjc1MCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTExLjA2MjUgMS4wNTgwNEw2LjAzODA2IDYuMDU4MDQiIHN0cm9rZT0iIzEyMjc1MCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==");
}
.sidebar-filters-wrapper .filters-unveil-button-wrapper .icon-filter, .filters-wrapper .filters-unveil-button-wrapper .icon-filter {
  display: none !important;
}
@media (min-width: 768px) {
  .sidebar-filters-wrapper #category-filter-hover, .filters-wrapper #category-filter-hover {
    display: block !important;
  }
  .sidebar-filters-wrapper .filter-section-button, .filters-wrapper .filter-section-button {
    display: none !important;
  }
}
.sidebar-filters-wrapper .filter-sections, .sidebar-filters-wrapper .slider-content, .sidebar-filters-wrapper .slider-wrapper, .sidebar-filters-wrapper .filters, .filters-wrapper .filter-sections, .filters-wrapper .slider-content, .filters-wrapper .slider-wrapper, .filters-wrapper .filters {
  background-color: white !important;
}
.sidebar-filters-wrapper .filter-section h4 span, .filters-wrapper .filter-section h4 span {
  color: #153471;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.sidebar-filters-wrapper .filter-section .filter-label, .filters-wrapper .filter-section .filter-label {
  color: #363737;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.sidebar-filters-wrapper .filter-section .filter-label:before, .filters-wrapper .filter-section .filter-label:before {
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.sidebar-filters-wrapper .filter-section input[type=checkbox] + label, .sidebar-filters-wrapper .filter-section input[type=radio] + label, .filters-wrapper .filter-section input[type=checkbox] + label, .filters-wrapper .filter-section input[type=radio] + label {
  padding-left: 30px;
}
.sidebar-filters-wrapper .filter-section input[type=checkbox]:checked + label:after, .filters-wrapper .filter-section input[type=checkbox]:checked + label:after {
  width: 20px;
  height: 20px;
  border-color: black;
  background: black;
  border-radius: 0px;
}
.sidebar-filters-wrapper .filter-section .filter-count, .filters-wrapper .filter-section .filter-count {
  color: #888;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 0;
}
.sidebar-filters-wrapper .filter-section .filter-count:before, .filters-wrapper .filter-section .filter-count:before {
  content: "(";
}
.sidebar-filters-wrapper .filter-section .filter-count:after, .filters-wrapper .filter-section .filter-count:after {
  content: ")";
}
.sidebar-filters-wrapper .ui-slider-horizontal, .filters-wrapper .ui-slider-horizontal {
  height: 2px;
}
.sidebar-filters-wrapper .ui-slider-horizontal .ui-slider-handle, .filters-wrapper .ui-slider-horizontal .ui-slider-handle {
  border-radius: 50%;
  background: white;
  border: 2px solid #D4AF37;
}
.sidebar-filters-wrapper .ui-slider-horizontal .ui-slider-handle::before, .filters-wrapper .ui-slider-horizontal .ui-slider-handle::before {
  color: #D4AF37;
  content: "•";
  font-size: 14px;
  line-height: 30px;
}
.sidebar-filters-wrapper .advanced-filters-wrapper div, .filters-wrapper .advanced-filters-wrapper div {
  position: relative;
}
.sidebar-filters-wrapper .advanced-filters-wrapper .no-display, .filters-wrapper .advanced-filters-wrapper .no-display {
  padding-left: 70px !important;
  display: flex !important;
}
.sidebar-filters-wrapper .advanced-filters-wrapper .advanced-parameter, .filters-wrapper .advanced-filters-wrapper .advanced-parameter {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 30px;
  top: 5px;
  border-radius: 0;
  mask-image: linear-gradient(-35deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.2) 100%);
}
.sidebar-filters-wrapper .advanced-filters-wrapper .advanced-parameter span, .filters-wrapper .advanced-filters-wrapper .advanced-parameter span {
  width: 28px;
  height: 28px;
  border-radius: 0;
}
.sidebar-filters-wrapper .advanced-filters-wrapper .yes-before:before, .filters-wrapper .advanced-filters-wrapper .yes-before:before {
  background: none !important;
}
.sidebar-filters-wrapper .advanced-filters-wrapper .advanced-parameter-inner, .filters-wrapper .advanced-filters-wrapper .advanced-parameter-inner {
  border: none !important;
}

.listingControls {
  margin-top: 50px;
}
.listingControls .loadMore__button, .listingControls .goToTop__button {
  max-width: 80% !important;
  color: #153471 !important;
  border: 1px solid #D2DADF !important;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  padding: 15px 24px;
}
.listingControls .loadMore__button:hover, .listingControls .goToTop__button:hover {
  color: #153471 !important;
  border: 1px solid #122750 !important;
  background: #F4F6FA !important;
}
.listingControls .pagination__link {
  color: #153471 !important;
  border: 1px solid #D2DADF !important;
  border-radius: 0;
  min-height: 50px !important;
  height: 50px !important;
  width: 50px !important;
}
.listingControls .pagination__link:hover {
  color: #153471 !important;
  border: 1px solid #122750 !important;
  background: #F4F6FA !important;
}
.listingControls .pagination__currentPage {
  color: #153471 !important;
  border: 1px solid #122750 !important;
  border-radius: 0;
  background: #F4F6FA;
}

.flags.flags-default {
  top: 15px;
  left: 15px;
}
.flags.flags-default .flag {
  border-radius: 0;
  min-width: 20%;
}

@media (min-width: 1440px) {
  .type-product .breadcrumbs {
    padding-left: calc((100vw - 1440px) / 2);
    padding-right: calc((100vw - 1440px) / 2);
  }
}
.type-product .p-image {
  border: 1px solid #D2DADF;
  border-radius: 0;
}
.type-product .p-thumbnails-wrapper {
  margin-top: 20px;
}
.type-product .p-thumbnails-wrapper .p-thumbnails-inner a img {
  border-radius: 0px !important;
}
.type-product .p-data-wrapper h1 {
  color: #153471;
  font-family: "Playfair Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.type-product .stars-wrapper .star-list {
  border-radius: 40px;
  background: #F4F6FA;
  padding: 9px 15px;
  height: auto !important;
}
.type-product .stars-wrapper .stars-label {
  border-radius: 40px;
  background: #F4F6FA;
  padding: 9px 15px;
  height: auto !important;
  color: #153471 !important;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.type-product .p-detail {
  max-width: 1440px;
  margin: 0 auto;
}
.type-product .p-detail-inner .surcharge-list select, .type-product .p-detail-inner .variant-list select {
  border-radius: 0px;
}
.type-product .p-variants-block .advanced-parameter.has-image .advanced-parameter-inner {
  border: 1px solid #D2DADF;
  border-radius: 0;
}
.type-product .p-variants-block .advanced-parameter.has-image .advanced-parameter-inner.yes-before {
  border-color: #D4AF37;
}
.type-product .p-variants-block .variant-label {
  color: #153471;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.type-product .p-variants-block .variant-list {
  margin-bottom: 20px;
}
.type-product .p-variants-block .variant-list select {
  border: 1px solid #D2DADF;
  color: #153471;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}
.type-product .p-variants-block #parameter-id-60 .advanced-parameter {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}
.type-product .p-variants-block .advanced-parameter {
  width: 84px;
  height: 84px;
  margin-bottom: 50px;
  cursor: pointer !important;
}
.type-product .p-variants-block .advanced-parameter .advanced-parameter-inner {
  border-radius: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D2DADF;
  display: flex;
  justify-content: center;
  cursor: pointer !important;
  position: relative;
}
.type-product .p-variants-block .advanced-parameter .advanced-parameter-inner img {
  max-width: 50px;
}
.type-product .p-variants-block .advanced-parameter .advanced-parameter-inner.yes-before {
  border-color: #D4AF37;
}
.type-product .p-variants-block .advanced-parameter .advanced-parameter-inner::after {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  color: #363737;
  word-break: keep-all;
  max-height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-overflow: ellipsis;
  white-space: wrap;
  content: attr(data-original-title);
}
@media (max-width: 768px) {
  .type-product .p-variants-block .advanced-parameter {
    width: 60px;
    height: 60px;
  }
  .type-product .p-variants-block .advanced-parameter .advanced-parameter-inner::after {
    position: absolute;
    top: 70px;
    font-size: 12px;
    line-height: 15px;
  }
}
.type-product .p-to-cart-block .add-to-cart {
  justify-content: flex-start;
}
.type-product .p-to-cart-block .add-to-cart .add-to-cart-button {
  max-width: 200px;
}
@media (max-width: 768px) {
  .type-product .p-to-cart-block .add-to-cart .quantity {
    width: 100%;
    margin-right: 0;
  }
  .type-product .p-to-cart-block .add-to-cart .quantity input {
    width: 100%;
  }
  .type-product .p-to-cart-block .add-to-cart {
    flex-wrap: wrap;
    gap: 10px;
  }
  .type-product .p-to-cart-block .add-to-cart .add-to-cart-button {
    max-width: 100%;
    width: 100%;
  }
}
.type-product .price-final.price-final-holder {
  color: #B89633 !important;
  font-size: 32px !important;
  line-height: 40px;
}
.type-product .detail-parameter-availability, .type-product .p-code-label, .type-product .parameter-dependent {
  color: #153471 !important;
}
.type-product .price-final {
  line-height: 32px !important;
}
.type-product .price-final .price-final-holder {
  color: #B89633 !important;
  font-size: 32px !important;
  line-height: 32px !important;
}
.type-product .price-additional .parameter-dependent {
  color: #9D9D9D !important;
}
.type-product .parameter-id-60 .advanced-parameter-inner {
  mask-image: linear-gradient(-35deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.3) 100%);
}
.type-product .social-buttons-wrapper .link-icons .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 30px;
  border-radius: 0;
}
.type-product .social-buttons-wrapper .link-icons .link-icon i {
  display: none !important;
}
.type-product .social-buttons-wrapper .link-icons .link-icon:hover {
  background: transparent;
}
.type-product .social-buttons-wrapper .link-icons .link-icon:hover span {
  color: #B89633;
}
.type-product .social-buttons-wrapper .link-icons .link-icon:last-of-type {
  margin-right: 0 !important;
}
.type-product .social-buttons-wrapper .link-icons .link-icon span {
  color: #153471;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.type-product .social-buttons-wrapper .link-icons .link-icon::before {
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.type-product .social-buttons-wrapper .link-icons .link-icon.print::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzYzMjVfMzQ3IiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMSIgeT0iMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij4KPHBhdGggZD0iTTEgMC45OTk5OThIMjdWMjdIMVYwLjk5OTk5OFoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF82MzI1XzM0NykiPgo8cGF0aCBkPSJNMjEuNzE4OCAyMC41SDIzLjE5MTRDMjQuODc0MyAyMC41IDI2LjIzODMgMTkuMTM2IDI2LjIzODMgMTcuNDUzMVYxMS4zNTk0QzI2LjIzODMgOS42NzY0OCAyNC44NzQzIDguMzEyNSAyMy4xOTE0IDguMzEyNUg0LjgwODU5QzMuMTI1NyA4LjMxMjUgMS43NjE3MiA5LjY3NjQ4IDEuNzYxNzIgMTEuMzU5NFYxNy40NTMxQzEuNzYxNzIgMTkuMTM2IDMuMTI1NyAyMC41IDQuODA4NTkgMjAuNUg2LjI4MTI1IiBzdHJva2U9IiNCODk2MzMiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjIuOTM3NSAxNi40Mzc1SDUuMDYyNSIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcuODA0NjkgMjYuMjM4M0gyMC4xOTUzQzIxLjAzNjcgMjYuMjM4MyAyMS43MTg4IDI1LjU1NjIgMjEuNzE4OCAyNC43MTQ4VjE2LjQzNzVINi4yODEyNVYyNC43MTQ4QzYuMjgxMjUgMjUuNTU2MiA2Ljk2MzM0IDI2LjIzODMgNy44MDQ2OSAyNi4yMzgzWiIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2LjAzMTMgMTkuNjg3NUgxMS45Njg4IiBzdHJva2U9IiNCODk2MzMiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTYuMDMxMyAyMi45Mzc1SDExLjk2ODgiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03LjUgMTEuNTYyNUg1LjA2MjUiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05LjMyODEzIDEuNzYxNzJIMTguNjcxOUMyMC4zNTQ2IDEuNzYxNzIgMjEuNzE4OCAzLjEyNTg1IDIxLjcxODggNC44MDg1OVY4LjMxMjVINi4yODEyNVY0LjgwODU5QzYuMjgxMjUgMy4xMjU4NSA3LjY0NTM5IDEuNzYxNzIgOS4zMjgxMyAxLjc2MTcyWiIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K");
}
.type-product .social-buttons-wrapper .link-icons .link-icon.chat::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjcyMzMgOC42ODg2NkgyNC45MDg0QzI2LjA1OTMgOC42ODg2NiAyNy4wMDEgOS42MDQ0MiAyNy4wMDEgMTAuNzIzOFYxOS44OTQ2QzI3LjAwMSAyMS4wMTQgMjYuMDU5MyAyMS45Mjk3IDI0LjkwODQgMjEuOTI5N0gyMi44MTU4VjI2TDE4LjYzMDggMjEuOTI5N0gxMC4yNjA1QzkuMTA5NTcgMjEuOTI5NyA4LjE2Nzk3IDIxLjAxNCA4LjE2Nzk3IDE5Ljg5NDZWMTcuNjgwNCIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuMDkyNTIgMi44ODg4N0gxNy43NDA1QzE4Ljg5MTMgMi44ODg4NyAxOS44MzMgMy44MDQ2MyAxOS44MzMgNC45MjQwMlYxNC4wOTQ4QzE5LjgzMyAxNS4yMTQyIDE4Ljg5MTMgMTYuMTMgMTcuNzQwNSAxNi4xM0g5LjM3MDE5TDUuMTg1MTUgMjAuMjAwM1YxNi4xM0gzLjA5MjUyQzEuOTQxNiAxNi4xMyAxIDE1LjIxNDIgMSAxNC4wOTQ4VjQuOTI0MDJDMSAzLjgwNDYzIDEuOTQxNiAyLjg4ODg3IDMuMDkyNTIgMi44ODg4N1oiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.type-product .social-buttons-wrapper .link-icons .link-icon.watchdog::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjEyMTEgMy43NzFDMjMuOTEgNS41NTk5IDI1LjAxNzkgOC4wMjk3OCAyNS4wMTc5IDEwLjc1MzciIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMy4wNjI1IDEwLjc1MzdDMy4wNjI1IDguMDI5NzggNC4xNzA0MyA1LjU1OTkgNS45NTkyOCAzLjc3MSIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yMi44MjE0IDIyLjgyODdINS4yNTc4MUM1LjI1NzgxIDIwLjYzMzIgNy40NTMyNiAxOC40Mzc4IDcuNDUzMjYgMTYuMjQyM1YxMC43NTM3QzcuNDUzMjYgNy43MjQwMSA5LjkxMjE2IDUuMjY1MTEgMTIuOTQxOSA1LjI2NTExSDE1LjEzNzNDMTguMTY3IDUuMjY1MTEgMjAuNjI1OSA3LjcyNDAxIDIwLjYyNTkgMTAuNzUzN1YxNi4yNDIzQzIwLjYyNTkgMTguNDM3OCAyMi44MjE0IDIwLjYzMzIgMjIuODIxNCAyMi44Mjg3WiIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xNi4yMzQ2IDIyLjgyODdWMjQuODA0NkMxNi4yMzQ2IDI2LjAxNyAxNS4yNTE3IDI3IDE0LjAzOTIgMjdDMTIuODI2NyAyNyAxMS44NDM4IDI2LjAxNyAxMS44NDM4IDI0LjgwNDZWMjIuODI4NyIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xNC4wMzkxIDEuMDkzNzlWNS4yNjUxNCIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
}
.type-product .social-buttons-wrapper .link-icons .link-icon.share::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQ0MDUgMTkuMDA3Mkw4LjYxMTMzIDE1LjA2NDRNOC42MTEzMyAxMS4yNDc4TDE1LjQ0MDUgNy4zMDQ5MyIgc3Ryb2tlPSIjQjg5NjMzIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIuNjEzMSIvPgo8cGF0aCBkPSJNMjEuNDQyOCA4LjA5NTE2QzIyLjkzMyA2LjYwNDg5IDIyLjkzMyA0LjE4ODY5IDIxLjQ0MjggMi42OTg0MkMxOS45NTI1IDEuMjA4MTUgMTcuNTM2MyAxLjIwODE1IDE2LjA0NiAyLjY5ODQyQzE0LjU1NTggNC4xODg2OSAxNC41NTU4IDYuNjA0ODkgMTYuMDQ2IDguMDk1MTZDMTcuNTM2MyA5LjU4NTQzIDE5Ljk1MjUgOS41ODU0MyAyMS40NDI4IDguMDk1MTZaIiBzdHJva2U9IiNCODk2MzMiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbWl0ZXJsaW1pdD0iMi42MTMxIi8+CjxwYXRoIGQ9Ik0yMi41Mzc5IDIxLjMzMjFDMjIuNzY3OSAxOS4yMzcyIDIxLjI1NiAxNy4zNTI1IDE5LjE2MSAxNy4xMjI2QzE3LjA2NjEgMTYuODkyNiAxNS4xODE0IDE4LjQwNDUgMTQuOTUxNSAyMC40OTk0QzE0LjcyMTYgMjIuNTk0NCAxNi4yMzM0IDI0LjQ3OTEgMTguMzI4NCAyNC43MDlDMjAuNDIzMyAyNC45Mzg5IDIyLjMwOCAyMy40MjcxIDIyLjUzNzkgMjEuMzMyMVoiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIyLjYxMzEiLz4KPHBhdGggZD0iTTkuMDcyODQgMTMuNzY3NkM5LjQxMDQ4IDExLjY4NzIgNy45OTc2OSA5LjcyNzA0IDUuOTE3MyA5LjM4OTRDMy44MzY5MSA5LjA1MTc3IDEuODc2NzEgMTAuNDY0NiAxLjUzOTA4IDEyLjU0NDlDMS4yMDE0NCAxNC42MjUzIDIuNjE0MjMgMTYuNTg1NSA0LjY5NDYyIDE2LjkyMzJDNi43NzUwMSAxNy4yNjA4IDguNzM1MjEgMTUuODQ4IDkuMDcyODQgMTMuNzY3NloiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIyLjYxMzEiLz4KPC9zdmc+Cg==");
}
@media (max-width: 768px) {
  .type-product .social-buttons-wrapper .link-icons {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .type-product .social-buttons-wrapper .link-icons .link-icon {
    margin-right: 0px;
  }
}
.type-product .tab-pane p, .type-product .tab-pane h2, .type-product .tab-pane h3, .type-product .tab-pane h4, .type-product .tab-pane h5, .type-product .tab-pane td, .type-product .tab-pane th, .type-product .tab-pane label {
  color: #153471;
}
.type-product .rate-wrapper {
  background: #F4F6FA;
  padding: 40px;
  border-radius: 0 !important;
}
.type-product .rate-wrapper .rate-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-product .rate-wrapper .rate-wrap .rate-average-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.type-product .rate-wrapper .rate-wrap .rate-average-wrap .rate-average-inner {
  text-align: center;
}
.type-product .rate-wrapper .rate-wrap .rate-average-wrap .rate-average-inner .rate-average {
  display: block;
  font-size: 64px;
  font-weight: 700;
  color: #122750;
  line-height: 1;
  margin-bottom: 12px;
}
.type-product .rate-wrapper .rate-wrap .rate-average-wrap .rate-average-inner .rate-star-wrap .stars.star-list {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}
.type-product .rate-wrapper .rate-wrap .rate-average-wrap .rate-average-inner .rate-star-wrap .stars.star-list .star-on::before, .type-product .rate-wrapper .rate-wrap .rate-average-wrap .rate-average-inner .rate-star-wrap .stars.star-list .star-off::before {
  content: "★";
}
.type-product .rate-wrapper .rate-wrap .rate-average-wrap .rate-average-inner .rate-star-wrap .stars-label {
  display: block;
  font-size: 14px;
  color: #363737;
  text-align: center;
  text-decoration: none;
}
.type-product .rate-wrapper .rate-wrap .rate-average-wrap .rate-average-inner .rate-star-wrap .stars-label:hover {
  color: #D4AF37;
}
.type-product .rate-wrapper .rate-wrap .votes {
  width: 40%;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list:last-child {
  margin-bottom: 0;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star .rate-value {
  font-size: 13px;
  color: #363737;
  line-height: 1;
  min-width: 8px;
  text-align: right;
  display: none;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star.stars {
  top: -3px;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star.stars .star {
  display: none;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star.stars::before, .type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star.stars::after {
  content: "★★★★★";
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star.stars::before {
  color: #D6D6D6;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star.stars::after {
  position: absolute;
  left: 0;
  top: -1px;
  overflow: hidden;
  color: #B89633;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-star.stars {
  position: relative;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list[data-score="1"] .rate-star.stars::after {
  width: 20%;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list[data-score="2"] .rate-star.stars::after {
  width: 40%;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list[data-score="3"] .rate-star.stars::after {
  width: 60%;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list[data-score="4"] .rate-star.stars::after {
  width: 80%;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list[data-score="5"] .rate-star.stars::after {
  width: 100%;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-block {
  flex: 1;
  position: relative;
  height: 4px;
  background: #D6D6D6;
  border-radius: 2px;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-block .rate-bar {
  display: block;
  height: 100%;
  background: #D4AF37;
  border-radius: 2px;
  min-width: 0;
}
.type-product .rate-wrapper .rate-wrap .votes .rate-list .rate-block .rate-bar .rate-count {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #363737;
  white-space: nowrap;
}
.type-product .ratingsList {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .type-product .ratingsList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .type-product .ratingsList {
    grid-template-columns: 2fr;
  }
}
.type-product .ratingsList .vote-wrap {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.type-product .ratingsList .vote-wrap .no-display {
  display: none;
}
.type-product .ratingsList .vote-wrap .vote-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.type-product .ratingsList .vote-wrap .vote-header .vote-pic {
  display: none;
}
.type-product .ratingsList .vote-wrap .vote-header .vote-summary {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.type-product .ratingsList .vote-wrap .vote-header .vote-summary .vote-name {
  font-size: 15px;
  font-weight: 700;
  color: #122750;
  text-align: left;
}
.type-product .ratingsList .vote-wrap .vote-header .vote-summary .vote-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.type-product .ratingsList .vote-wrap .vote-header .vote-summary .vote-rating .stars {
  display: flex;
  gap: 2px;
}
.type-product .ratingsList .vote-wrap .vote-header .vote-summary .vote-rating .vote-delimeter {
  color: #D6D6D6;
  font-size: 12px;
}
.type-product .ratingsList .vote-wrap .vote-header .vote-summary .vote-rating .vote-time {
  font-size: 13px;
  color: #A6A7AB;
}
.type-product .ratingsList .vote-wrap .vote-content {
  font-size: 14px;
  color: #363737;
  line-height: 1.65;
  text-align: left;
}
.type-product .star-wrap {
  width: 100px;
}
.type-product .star-wrap .star {
  margin-right: 3px;
}
.type-product .hidden-links {
  border: 1px solid rgba(210, 218, 223, 0.5);
  background: #F4F6FA;
  padding: 20px 0;
  border-radius: 0;
}
.type-product .hidden-links li, .type-product .hidden-links a {
  border-bottom: none;
  color: #153471;
  font-weight: 400;
}
@media (max-width: 768px) {
  .type-product {
    padding: 24px 16px;
  }
  .type-product .rate-wrap {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .type-product .rate-wrap .rate-average-wrap {
    width: 100%;
  }
  .type-product .p-detail-inner-header-mobile .h1 {
    color: #153471;
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
  }
  .type-product .p-detail-inner-header-mobile .stars-wrapper {
    justify-content: flex-start;
  }
  .type-product .p-image {
    margin-bottom: 20px;
  }
}
.type-product .product-slider-holder {
  padding-top: 0;
}

.full-width.p-detail-full-width {
  background: white;
}
.full-width.p-detail-full-width .container-full-width {
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .full-width.p-detail-full-width .container-full-width {
    padding: 0 20px;
  }
}

.p-detail-tabs-wrapper .row {
  margin: 0px;
}
.p-detail-tabs-wrapper .shp-tabs-holder {
  border: 1px solid rgba(210, 218, 223, 0.5);
  background: #F4F6FA;
  padding: 20px 0;
}
.p-detail-tabs-wrapper .p-detail-tabs {
  background: #F4F6FA;
}
.p-detail-tabs-wrapper ul.shp-tabs {
  justify-content: center;
  display: flex;
}
.p-detail-tabs-wrapper ul.shp-tabs .shp-tab-link {
  padding: 16px 40px 14px !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #153471;
}
.p-detail-tabs-wrapper ul.shp-tabs .shp-tab.active .shp-tab-link {
  border: none !important;
}
.p-detail-tabs-wrapper .extended-description h4 {
  text-align: left;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #153471;
}
.p-detail-tabs-wrapper .extended-description .detail-parameters {
  border: none;
}
.p-detail-tabs-wrapper .extended-description .detail-parameters td, .p-detail-tabs-wrapper .extended-description .detail-parameters th {
  border: none;
  border-bottom: 1px solid #D2DADF;
  padding: 10px 0;
}
.p-detail-tabs-wrapper .extended-description .detail-parameters tr {
  background: none !important;
}
.p-detail-tabs-wrapper .extended-description .detail-parameters .row-header-label {
  color: #363737;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.p-detail-tabs-wrapper .extended-description .detail-parameters td {
  text-align: right;
}
.p-detail-tabs-wrapper .extended-description .detail-parameters td a {
  text-decoration: underline;
}
.p-detail-tabs-wrapper .tab-content {
  max-width: 1440px;
  margin: 20px auto;
  box-shadow: none !important;
  padding: 40px 0 !important;
}
.p-detail-tabs-wrapper .basic-description {
  padding-right: 50px !important;
}
.p-detail-tabs-wrapper .basic-description h4 {
  text-align: left;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #153471;
}
.p-detail-tabs-wrapper .basic-description * {
  color: #363737;
}
@media (max-width: 768px) {
  .p-detail-tabs-wrapper .basic-description {
    padding-right: 0 !important;
  }
}

.benefitBanner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 20px;
  max-width: 1200px;
}
.benefitBanner > div {
  width: 100%;
}
@media (max-width: 768px) {
  .benefitBanner {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
  .benefitBanner__item {
    width: 100% !important;
  }
  .benefitBanner__item:nth-child(5) {
    display: none;
  }
}
.benefitBanner__picture {
  margin-bottom: 0px;
}
.benefitBanner__title {
  color: #153471 !important;
  text-align: center;
  font-family: Arial !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px !important;
  max-width: 150px !important;
}

.products-header {
  color: #153471;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quantity {
  border: 1px solid #D2DADF;
  border-radius: 0;
  width: 130px;
  padding-left: 40px;
}
.quantity .increase {
  background: none;
  border-left: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 45px;
  border-radius: 0 !important;
}
.quantity .decrease {
  background: none;
  border-right: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 45px;
  border-radius: 0 !important;
}
.quantity .decrease__sign, .quantity .increase__sign {
  font-size: 24px;
  color: #153471;
  font-weight: 300;
}

.cart-widget .quantity {
  background: white;
  width: 100px;
  padding-left: 25px;
}
.cart-widget .quantity .increase, .cart-widget .quantity .decrease {
  padding-left: 5px;
  padding-right: 5px;
  width: 40px;
}
.cart-widget .cart-widget-product-name a {
  color: white !important;
  font-family: "Playfair Display", Georgia, serif;
}
.cart-widget .remove-item {
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent !important;
}
.cart-widget .remove-item::before {
  margin: 0;
  padding: 0;
  color: white;
  line-height: 12px;
}
.cart-widget .cart-free-shipping {
  color: white;
}
.cart-widget .cart-widget-bottom {
  background: #122750;
}
.cart-widget .cart-widget-bottom .cart-widget-button {
  background: transparent;
}

.remove-item {
  background: white !important;
  width: 30px;
}

/* ========================================
   PŘIHLÁŠENÍ K NEWSLETTERU
   Všechny styly scopované pod .footer-newsletter-full-width
   ======================================== */
/* ----------------------------------------
   Wrapper s obrázky – full-width
   ---------------------------------------- */
.footer-newsletter-full-width {
  position: relative;
  overflow: hidden;
}

/* Zlaté lístky – pravá část, za fotkou */
.footer-newsletter-full-width::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: url("/user/documents/newsletter/images/dekorace.png") right center/cover no-repeat;
  z-index: 1;
  pointer-events: none;
}

/* Foto modelky u počítače – překrývá zlaté lístky zleva */
.footer-newsletter-full-width::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  width: 35%;
  height: 100%;
  background: url("/user/documents/newsletter/images/vetvicka.png") center 90%/cover no-repeat;
  z-index: 2;
  pointer-events: none;
}

/* ----------------------------------------
   Sekce – vnitřní wrapper
   ---------------------------------------- */
.footer-newsletter-full-width .container-full-width {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0 10%, #f4f6fa 10% 100%);
  min-height: 520px;
  font-family: Arial, sans-serif;
}

/* ----------------------------------------
   Obsah – max-width 1400px, centrovaný
   Padding-right 50 % tlačí obsah do levé půlky
   ---------------------------------------- */
.footer-newsletter-full-width .footer-newsletter {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 50% 60px 28px;
  box-sizing: border-box;
}

/* Nadpis */
.footer-newsletter-full-width .footer-newsletter h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  color: #153471;
  text-align: center;
  letter-spacing: -0.4px;
  margin: 0 0 20px;
  order: 1;
  width: 100%;
}

/* Popisek – vložen přes CSS, není v HTML */
.footer-newsletter-full-width .footer-newsletter::before {
  content: "Buďte první, kdo se dozví o našich nejnovějších aktualizacích, exkluzivních nabídkách a dalších.";
  display: block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #363737;
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 32px;
  order: 2;
}

/* Formulář */
.footer-newsletter-full-width .footer-newsletter .subscribe-form {
  order: 3;
  width: 100%;
}

/* ----------------------------------------
   Fieldset – flex layout: input | btn, pak consent pod nimi
   ---------------------------------------- */
.footer-newsletter-full-width .footer-newsletter fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 0;
  padding: 0;
  margin: 0;
}

/* Skrytá pole */
.footer-newsletter-full-width .footer-newsletter .no-display {
  display: none !important;
}

.footer-newsletter-full-width .footer-newsletter br {
  display: none;
}

/* E-mail input kontejner */
.footer-newsletter-full-width .footer-newsletter .validator-msg-holder {
  flex: 0 0 408px;
  order: 1;
}

.footer-newsletter-full-width .footer-newsletter .form-control {
  display: block;
  width: 100%;
  height: 48px;
  border: 1.3px solid #d6d6d6;
  background: #fff;
  padding: 0 16px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #363737;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.footer-newsletter-full-width .footer-newsletter .form-control::placeholder {
  color: #a6a7ab;
}

.footer-newsletter-full-width .footer-newsletter .form-control:focus {
  border-color: #153471;
}

/* Tlačítko odeslání – přebíjí Shoptet defaulty přes !important */
.footer-newsletter-full-width .footer-newsletter .btn,
.footer-newsletter-full-width .footer-newsletter .btn-default,
.footer-newsletter-full-width .footer-newsletter .btn-arrow-right {
  flex: 0 0 216px !important;
  width: 216px !important;
  height: 48px !important;
  background: #b89633 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  color: #fdfdfd !important;
  text-align: center !important;
  order: 2;
  transition: background 0.3s ease;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.footer-newsletter-full-width .footer-newsletter .btn:hover,
.footer-newsletter-full-width .footer-newsletter .btn-arrow-right:hover {
  background: #9e7d2a !important;
}

/* Skryje sr-only text a jakoukoliv šipku z Shoptet stylu */
.footer-newsletter-full-width .footer-newsletter .btn .sr-only,
.footer-newsletter-full-width .footer-newsletter .btn-arrow-right .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.footer-newsletter-full-width .footer-newsletter .btn::before,
.footer-newsletter-full-width .footer-newsletter .btn-arrow-right::before {
  display: none !important;
  content: none !important;
}

.footer-newsletter-full-width .footer-newsletter .btn::after,
.footer-newsletter-full-width .footer-newsletter .btn-arrow-right::after {
  content: "Přihlásit k odběru" !important;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  color: #fdfdfd !important;
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
}

/* Souhlas – nový řádek pod formulářem */
.footer-newsletter-full-width .footer-newsletter fieldset > div:not(.validator-msg-holder) {
  flex: 0 0 100%;
  order: 3;
  margin-top: 12px;
}

.footer-newsletter-full-width .footer-newsletter .consents label {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #a6a7ab;
  cursor: pointer;
}

.footer-newsletter-full-width .footer-newsletter .consents label a {
  color: #a6a7ab;
  text-decoration: underline;
}

.footer-newsletter-full-width .footer-newsletter .consents label a:hover {
  color: #153471;
}

/* ----------------------------------------
   Responzivní verze
   ---------------------------------------- */
@media (max-width: 1200px) {
  .footer-newsletter-full-width .footer-newsletter {
    padding-right: 46%;
  }
  .footer-newsletter-full-width .footer-newsletter h2 {
    font-size: 34px;
  }
}
@media (max-width: 900px) {
  .footer-newsletter-full-width .footer-newsletter {
    padding-right: 40%;
  }
  .footer-newsletter-full-width .footer-newsletter .validator-msg-holder {
    flex: 1 1 auto;
  }
  .footer-newsletter-full-width .footer-newsletter .btn {
    flex: 0 0 180px;
  }
}
@media (max-width: 768px) {
  .footer-newsletter-full-width .container-full-width {
    min-height: auto !important;
  }
  .footer-newsletter-full-width::before,
  .footer-newsletter-full-width::after {
    display: none;
  }
  .footer-newsletter-full-width .footer-newsletter {
    padding: 48px 24px !important;
    align-items: center;
    min-height: auto;
  }
  .footer-newsletter-full-width .footer-newsletter h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .footer-newsletter-full-width .footer-newsletter::before {
    margin-bottom: 24px;
  }
  .footer-newsletter-full-width .footer-newsletter .validator-msg-holder {
    flex: 0 0 100%;
  }
  .footer-newsletter-full-width .footer-newsletter .btn {
    flex: 0 0 100% !important;
    margin-top: 8px;
  }
  .footer-newsletter-full-width .container-full-width {
    background: #f4f6fa;
  }
}
@media (max-width: 480px) {
  .footer-newsletter-full-width .footer-newsletter h2 {
    font-size: 24px;
  }
  .footer-newsletter-full-width .footer-newsletter::before {
    font-size: 14px;
  }
}
.ordering-process h4 {
  color: #153471;
  font-family: Arial !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}
.ordering-process .cart-header {
  align-items: center;
}
.ordering-process .cart-header .step strong::before, .ordering-process .cart-header .step a::before {
  border-radius: 50%;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.ordering-process .cart-header .step strong span, .ordering-process .cart-header .step a span {
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ordering-process .cart-header .step strong span {
  color: #B89633;
}
.ordering-process .cart-header .step a::before {
  color: #153471;
  height: 48px;
  line-height: 48px;
  width: 48px;
  font-weight: 400;
  border-color: rgba(18, 39, 80, 0.3019607843);
}
.ordering-process .cart-header .step a span {
  color: #153471;
  font-weight: 400;
}
.ordering-process .cart-header .step.active strong::before {
  background: #B89633;
  border-color: #B89633;
  color: white;
}
.ordering-process .cart-header .step.completed a::before {
  background: rgba(18, 39, 80, 0.3019607843);
}
.ordering-process .cart-header .step.completed a span {
  color: #153471;
  font-weight: 400;
}
.ordering-process .cart-inner {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .ordering-process .cart-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  .ordering-process .cart-inner .col-md-8 {
    margin-left: 46px;
  }
}
.ordering-process .sidebar-in-cart {
  max-width: 380px;
}
.ordering-process .sidebar-in-cart .summary-wrapper {
  padding: 24px;
}
.ordering-process .sidebar-in-cart .h4 {
  color: #153471;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ordering-process .sidebar-in-cart .cart-content {
  border: 1px solid #D2DADF;
  background: white;
  border-radius: 0px;
}
.ordering-process .sidebar-in-cart .cart-content .box {
  border: none;
}
.ordering-process .sidebar-in-cart .cart-content:has(.tel) {
  display: none;
}
.ordering-process #checkoutSidebar {
  max-width: 380px;
  padding: 0;
}
.ordering-process #checkoutSidebar .checkout-box:has(.toggle-contacts) {
  display: none !important;
}
.ordering-process #checkoutSidebar h2.h4 {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #153471;
  text-transform: capitalize;
}
.ordering-process #checkoutSidebar .cart-items .cart-item div {
  border-right: none;
}
.ordering-process #checkoutSidebar .cart-items .main-link {
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #153471 !important;
}
.ordering-process #checkoutSidebar .cart-items .main-link-variant {
  color: #A6A7AB;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ordering-process .next-step {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.ordering-process .next-step a, .ordering-process .next-step button {
  width: 100%;
  margin: 5px 0;
}
.ordering-process .next-step .next-step-back {
  color: #B89633;
  text-decoration: underline;
}
.ordering-process .cart-table .cart-p-image {
  min-width: 120px;
}
.ordering-process .cart-table .cart-p-image img {
  width: 100%;
  height: auto;
}
.ordering-process .cart-table .p-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 160px;
  position: relative;
}
.ordering-process .cart-table .p-name .main-link {
  width: 50%;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #153471 !important;
}
.ordering-process .cart-table .p-name .main-link-variant {
  color: #929292;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ordering-process .cart-table .p-name .show-related {
  display: none !important;
}
.ordering-process .cart-table .p-name .cart-p-availability {
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ordering-process .cart-table .p-price {
  display: none !important;
}
.ordering-process .cart-table .price-final {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ordering-process .cart-table .quantity {
  padding-left: 25px;
}
.ordering-process .box, .ordering-process #checkoutSidebar {
  border: 1px solid #D2DADF;
  background: white;
  border-radius: 0;
}
.ordering-process .cart-content {
  background: white !important;
}
.ordering-process .co-billing-address {
  background: white;
  padding: 0;
}
.ordering-process .co-billing-address .box-bg-default {
  padding: 40px;
}
.ordering-process .co-shipping-address {
  padding: 40px;
}
.ordering-process .co-box-additional {
  padding: 0;
  background: white;
  margin-top: 50px;
}
.ordering-process .co-box-additional #note {
  padding: 0;
}
.ordering-process .co-box-additional #note .box-bg-default {
  border: none;
}
.ordering-process .co-box-additional #note .box-bg-default textarea {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .ordering-process .cart-table tr {
    padding: 10px 20px !important;
  }
  .ordering-process .cart-table .p-name {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    max-width: calc(100% - 130px) !important;
  }
  .ordering-process .cart-table .p-name .main-link {
    width: 80% !important;
  }
  .ordering-process .cart-table .p-name .cart-p-availability {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .ordering-process .cart-table .p-name .cart-p-availability .p-label {
    display: none !important;
  }
  .ordering-process .cart-table .inline.delete-cart-item {
    top: 50px !important;
  }
  .ordering-process .cart-table .inline.delete-cart-item .remove-item {
    padding: 10px 0 !important;
  }
  .ordering-process .cart-table .p-total .p-label {
    display: none !important;
  }
  .ordering-process .cart-table .quantity {
    width: 200px !important;
  }
  .ordering-process .cart-table .quantity input {
    width: 100% !important;
  }
  .ordering-process .sidebar-in-cart, .ordering-process #checkoutSidebar {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .ordering-process .order-delivery-payment-form {
    padding: 15px !important;
  }
  .ordering-process .co-contact-information, .ordering-process .co-billing-address, .ordering-process .co-box-additional {
    margin: 15px !important;
  }
  .ordering-process .co-contact-information .box-bg-default, .ordering-process .co-billing-address .box-bg-default, .ordering-process .co-box-additional .box-bg-default {
    padding: 16px !important;
  }
  .ordering-process .step {
    padding: 0 10px;
  }
  .ordering-process .step a::before {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
}
.ordering-process .next-step-finish {
  max-height: 60px;
}
.ordering-process .next-step-finish .order-button-suffix {
  margin-top: 0 !important;
}

#footer {
  display: none;
}

.s31-footer {
  background: #122750;
  color: #FFFFFF;
  padding: 60px 20px 0;
}
.s31-footer .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: space-between;
}
.s31-footer .container:before, .s31-footer .container:after {
  display: none;
}
.s31-footer__left {
  max-width: 420px;
}
.s31-footer__left img {
  display: block;
  max-width: 220px;
  height: auto;
  margin-bottom: 20px;
}
.s31-footer__left p {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.s31-footer__kontakt {
  margin: 20px 0 24px;
}
.s31-footer__telefon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.15s;
}
.s31-footer__telefon svg {
  color: #D4AF37;
  flex-shrink: 0;
}
.s31-footer__telefon:hover {
  color: #D4AF37;
}
.s31-footer__hodiny {
  display: block;
  margin-top: 4px;
  color: #A6A7AB;
  font-size: 14px;
  line-height: 22px;
}
.s31-footer__socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.s31-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s, transform 0.2s;
}
.s31-footer__socials a:hover {
  background: #d4af37;
  transform: translateY(-1px);
}
.s31-footer__socials a svg {
  display: block;
}
.s31-footer__right {
  display: flex;
  gap: 56px;
  flex: 1 1 auto;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.s31-footer__column {
  min-width: 220px;
}
.s31-footer__column h3 {
  margin-top: 10px;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.s31-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s31-footer__column li {
  margin: 0 0 10px;
}
.s31-footer__column a {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.s31-footer__column a:hover {
  color: #D4AF37;
}
.s31-footer__bottom {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.s31-footer__bottom .container {
  display: block;
  padding: 30px 0px 30px;
}
.s31-footer__bottom p {
  margin: 0;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .s31-footer {
    padding: 20px;
  }
  .s31-footer .container {
    flex-direction: column;
    gap: 32px;
  }
  .s31-footer__right {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .s31-footer {
    padding: 20px;
  }
  .s31-footer__left {
    padding-bottom: 30px;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

.footer-newsletter-full-width {
  background: white;
}

.magazine .article-title a,
.blog-posts .article-title a {
  color: #153471;
  font-family: "Playfair Display", serif;
}
.magazine .article-title a:hover,
.blog-posts .article-title a:hover {
  color: #D4AF37;
}
.magazine .read-more a,
.blog-posts .read-more a {
  color: #D4AF37;
  font-weight: bold;
}
.magazine .read-more a:hover,
.blog-posts .read-more a:hover {
  color: #B89633;
}

.testimonials .review-name,
.reviews .review-name {
  color: #153471;
  font-weight: bold;
}
.testimonials .review-stars,
.reviews .review-stars {
  color: #D4AF37;
}

.breadcrumb a,
#breadcrumb a {
  color: #A6A7AB;
}
.breadcrumb a:hover,
#breadcrumb a:hover {
  color: #D4AF37;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
select {
  border: 1px solid #D6D6D6 !important;
  border-radius: 0 !important;
  padding: 10px 16px !important;
  color: #363737 !important;
  font-family: Arial !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 19.6px !important;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  outline-offset: 0 !important;
  border-color: #153471;
}

.btn-primary {
  color: #FFFFFF !important;
  font-family: Arial !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  background: #D4AF37 !important;
  border-radius: 0px !important;
}
.btn-primary .icon-arrow-right {
  display: none;
}

.btn-conversion {
  border: none !important;
  text-align: center !important;
  font-family: Arial !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: white !important;
  background: #7A1F2B !important;
  border-radius: 0px !important;
}

.btn-secondary {
  border: none !important;
  text-align: center !important;
  font-family: Arial !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: white !important;
  background: white !important;
  border-radius: 0px !important;
}
.btn-secondary:hover {
  text-decoration: underline;
}

.btn-default {
  border: none !important;
  text-align: center !important;
  font-family: Arial !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #153471 !important;
  background: white !important;
  border-radius: 0px !important;
}
.btn-default:hover {
  background: #F4F6FA !important;
  color: #153471 !important;
}

.type-index .homepage-latest-contribution-full-width {
  display: none;
}
.type-index .welcome-wrapper .welcome h1, .type-index .welcome-wrapper .welcome .h1 {
  display: none;
}
.type-index .welcome-wrapper .welcome {
  width: calc(100% + 32px) !important;
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.type-index .products-wrapper {
  max-width: 1400px;
}
.type-index .homepage-group-title {
  color: #153471;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
}
.type-index .benefit-banners-full-width {
  border-bottom: 1px solid #D2DADF;
  padding-bottom: 30px;
}

.advanced-order .h1 {
  color: #153471;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.advanced-order .quantity {
  width: 100px;
  padding-left: 0;
}
.advanced-order .ao-name a {
  color: #153471;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.advanced-order .ao-name a .main-link-variant {
  color: #363737;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.advanced-order .next-step-back {
  background: none;
  border-radius: 0;
  border: 1px solid #D6D6D6;
  color: #D4AF37;
}

/* ========================================
   OBLÍBENÉ KATEGORIE – blok HP
   ======================================== */
.oblibene-kategorie {
  padding: 60px 40px;
  background: #FFFFFF;
}
.oblibene-kategorie__nadpis {
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #153471;
  text-align: center;
  margin: 0 0 32px 0;
}
.oblibene-kategorie__mrizka {
  display: grid;
  grid-template-columns: 216fr 448fr 448fr 216fr;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}

/* ----------------------------------------
   Základní karta – CSS Grid overlay
   img a popisek sdílejí stejnou buňku
   ---------------------------------------- */
.kat-karta {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  background: #f4f6fa;
}
.kat-karta__obrazek-link {
  grid-column: 1;
  grid-row: 1;
  display: block;
  overflow: hidden;
}
.kat-karta__obrazek {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: filter 0.4s ease;
}
.kat-karta:hover .kat-karta__obrazek {
  filter: brightness(1.06);
}
.kat-karta__popisek {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 28px 28px;
}
.kat-karta__nazev {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #153471;
  white-space: nowrap;
  text-decoration: none;
}
.kat-karta__nazev:hover {
  text-decoration: underline;
}
.kat-karta--uzka:hover .kat-karta__nazev {
  color: #D4AF37;
}
.kat-karta__sipka {
  display: block;
  width: 27px;
  height: 26px;
  flex-shrink: 0;
}
.kat-karta--uzka {
  aspect-ratio: 216/520;
}
.kat-karta--vysoka {
  aspect-ratio: 448/520;
}
.kat-karta--nizka {
  aspect-ratio: 448/248;
}

.kat-dvojice {
  display: flex;
  flex-direction: column;
  gap: 24px;
  aspect-ratio: 448/520;
}
.kat-dvojice .kat-karta--nizka {
  flex: 1;
  aspect-ratio: unset;
}

@media (max-width: 1024px) {
  .oblibene-kategorie {
    padding: 48px 24px;
  }
  .oblibene-kategorie__nadpis {
    font-size: 28px;
  }
  .oblibene-kategorie__mrizka {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .kat-karta--uzka {
    aspect-ratio: 1/1.2;
  }
  .kat-karta--vysoka {
    aspect-ratio: 1/1.2;
  }
  .kat-karta--uzka:last-child {
    display: none;
  }
  .kat-dvojice {
    grid-column: 1/-1;
    flex-direction: row;
    aspect-ratio: unset;
    gap: 16px;
  }
  .kat-dvojice .kat-karta--nizka {
    flex: 1;
    aspect-ratio: 1/0.8;
  }
}
@media (max-width: 600px) {
  .oblibene-kategorie {
    padding: 40px 16px;
  }
  .oblibene-kategorie__nadpis {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .oblibene-kategorie__mrizka {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .kat-karta--uzka {
    aspect-ratio: 1/1.4;
  }
  .kat-karta--vysoka {
    aspect-ratio: 1/1.4;
  }
  .kat-karta__popisek {
    padding: 0 0 16px 16px;
    gap: 8px;
  }
  .kat-karta__nazev {
    font-size: 16px;
  }
  .kat-karta__sipka {
    width: 20px;
    height: 19px;
  }
  .kat-dvojice {
    grid-column: 1/-1;
    flex-direction: row;
    gap: 12px;
    aspect-ratio: unset;
  }
  .kat-dvojice .kat-karta--nizka {
    flex: 1;
    aspect-ratio: 1/1;
  }
}
/* ========================================
   PŘÍBĚH SOLITER – fullwidth sekce HP
   ======================================== */
/*
  Modré pozadí = full width (na .pribeh)
  Obsah = max-width 1400px centrovaný (na .pribeh__inner)
  – stejná šířka jako oblíbené kategorie
  Foto přečnívá NAHORU o 120px, dole mezera ~60px modré
  Video přečnívá DOLŮ o 80px
*/
.pribeh {
  background-color: #122750;
  margin-top: 60px;
  padding-top: 80px; /* rezerva pro overflow fotografie */
  overflow: visible;
  display: flex;
  align-items: flex-start;
}
.pribeh__col--foto {
  flex: 0 0 50%;
  margin-top: -120px; /* vysune foto 120px nad začátek sekce */
  height: 764px; /* 824px − 60px mezera modré dole */
  overflow: hidden;
}
.pribeh__inner {
  flex: 1;
  max-width: 700px; /* ~50% of 1400px */
  padding: 0;
  display: flex;
  align-items: flex-start;
  min-height: 704px; /* 824px sekce − 120px padding-top */
}
.pribeh__foto {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}
.pribeh__col--obsah {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 80px;
  min-height: 744px;
}
.pribeh__nadpis {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}
.pribeh__text p {
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 14px 0;
}
.pribeh__text p:last-child {
  margin-bottom: 0;
}
.pribeh__video {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-top: 36px;
  margin-bottom: -80px; /* overflow pod sekcí */
  width: 100%;
  max-width: 480px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.pribeh__video:hover .pribeh__video-nahled {
  filter: brightness(0.8);
}
.pribeh__video-nahled {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.pribeh__video-play {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.pribeh__play-ikona {
  width: 64px;
  height: 64px;
  display: block;
}
@media (max-width: 1100px) {
  .pribeh__inner {
    padding: 0 24px;
  }
  .pribeh__col--obsah {
    padding-left: 60px;
  }
  .pribeh__nadpis {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .pribeh {
    padding-top: 0;
    overflow: hidden;
    flex-direction: column;
  }
  .pribeh__inner {
    min-height: unset;
    max-width: 100%;
    width: 100%;
  }
  .pribeh__col--foto {
    flex: none;
    width: 100%;
    height: 320px;
    margin-top: 0;
    overflow: hidden;
  }
  .pribeh__col--obsah {
    min-height: unset;
    padding: 48px 24px;
  }
  .pribeh__nadpis {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .pribeh__video {
    max-width: 100%;
    margin-bottom: -48px;
  }
}
@media (max-width: 480px) {
  .pribeh__col--foto {
    height: 240px;
  }
  .pribeh__col--obsah {
    padding: 40px 20px;
  }
  .pribeh__nadpis {
    font-size: 24px;
  }
  .pribeh__text p {
    font-size: 14px;
  }
  .pribeh__video {
    margin-bottom: -40px;
  }
}

/* ========================================
   HERO PRODUKT – fullwidth sekce HP
   Výška sekce: 720px (dle Figma)
   Layout:
   – Levá část: text (do ~51% šířky)
   – Pravá část: velká foto modelky (51%–100%)
   – Překrývající malá foto: ~48% zleva, dolní třetina
   – Ikona: ~52% zleva, horní třetina
   ======================================== */
.hero-produkt {
  position: relative;
  background-color: #122750;
  height: 720px;
  overflow: hidden;
}
.hero-produkt__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  z-index: 2;
}
.hero-produkt__text {
  padding-top: 80px;
  max-width: 500px;
}
.hero-produkt__nadpis {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  width: 560px;
  max-width: 100%;
}
.hero-produkt__perex p {
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 14px 0;
}
.hero-produkt__perex p:last-child {
  margin-bottom: 0;
}
.hero-produkt__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 12px 28px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.hero-produkt__btn:hover {
  background: #FFFFFF;
  color: #122750;
}
.hero-produkt__ikona {
  position: absolute;
  /* Vycentrováno nad hero-produkt__foto-mala: foto-mala left=48%, width=14% → střed=55% */
  left: calc(55% - 68px);
  top: 180px;
  width: 180px;
  height: 180px;
  z-index: 3;
}
.hero-produkt__ikona img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero-produkt__foto-velka {
  position: absolute;
  /* Canvas: foto od 1305px = 51% of 2560px */
  left: 60%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.hero-produkt__foto-velka img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-produkt__foto-mala {
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 14%; /* 360/2560 = 14% of full width */
  min-width: 280px;
  max-width: 360px;
  z-index: 3;
}
.hero-produkt__foto-mala img {
  display: block;
  width: 100%;
  aspect-ratio: 360/380;
  object-fit: cover;
  object-position: center 30%;
}
@media (max-width: 1200px) {
  .hero-produkt__nadpis {
    font-size: 34px;
    width: auto;
  }
  .hero-produkt__ikona {
    width: 140px;
    height: 140px;
    top: 80px;
  }
  .hero-produkt__foto-mala {
    min-width: 220px;
  }
}
@media (max-width: 900px) {
  .hero-produkt {
    height: auto;
    min-height: 600px;
  }
  .hero-produkt__inner {
    padding: 60px 24px 300px; /* prostor dole pro foto */
  }
  .hero-produkt__text {
    padding-top: 0;
    max-width: 100%;
  }
  .hero-produkt__nadpis {
    font-size: 28px;
    width: auto;
  }
  .hero-produkt__ikona {
    display: none;
  }
  .hero-produkt__foto-velka {
    left: 0;
    top: auto;
    bottom: 0;
    height: 280px;
    right: 0;
  }
  .hero-produkt__foto-mala {
    left: auto;
    right: 24px;
    bottom: 20px;
    top: auto;
    width: 140px;
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 600px) {
  .hero-produkt__inner {
    padding: 40px 20px 260px;
  }
  .hero-produkt__nadpis {
    font-size: 24px;
  }
  .hero-produkt__perex p {
    font-size: 14px;
  }
  .hero-produkt__foto-velka {
    height: 240px;
  }
  .hero-produkt__foto-mala {
    width: 120px;
    right: 16px;
  }
}

/* ========================================
   MAGAZÍN – sekce HP
   Layout:
   – Bílé pozadí, obsah max-width 1400px
   – 3 stejně široké karty, gap 28px
   – Každá karta: foto nahoře (240px) + bílá stínová oblast dole
   – Datum badge: překryv ve spodní části fotky (CSS Grid)
   ======================================== */
.magazin {
  background: #FFFFFF;
  padding: 110px 0;
}
.magazin__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.magazin__nadpis {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.125;
  color: #153471;
  text-align: center;
  margin: 0 0 48px;
}
.magazin__mrizka {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 448px));
  justify-content: center;
  gap: 28px;
}
.magazin__karta {
  display: flex;
  flex-direction: column;
}
.magazin__karta-foto {
  height: 240px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.magazin__foto {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.magazin__datum {
  background: #122750;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  padding: 7px 9px;
  height: 28px;
  box-sizing: border-box;
  align-self: flex-start;
  margin-left: 32px;
  margin-top: -14px;
  position: relative;
  z-index: 1;
}
.magazin__karta-obsah {
  background: #FFFFFF;
  box-shadow: 13.5px 25.2px 72.1px 0px rgba(0, 0, 0, 0.06);
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.magazin__karta-nadpis {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #153471;
  margin: 0 0 16px;
}
.magazin__karta-text {
  font-size: 14px;
  line-height: 22px;
  color: #363737;
  margin: 0;
  flex: 1;
}
.magazin__btn {
  display: block;
  width: 148px;
  margin: 28px auto 0;
  padding: 12px 0;
  border: 1.4px solid #B89633;
  color: #B89633;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.magazin__btn:hover {
  background: #B89633;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .magazin__inner {
    padding: 0 24px;
  }
}
@media (max-width: 900px) {
  .magazin__mrizka {
    grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
    gap: 20px;
  }
  .magazin__karta:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 600px) {
  .magazin {
    padding: 48px 0;
  }
  .magazin__inner {
    padding: 0 16px;
  }
  .magazin__nadpis {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .magazin__mrizka {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .magazin__karta:nth-child(n+3) {
    display: flex;
  }
  .magazin__karta-foto {
    height: 200px;
  }
}

/* ========================================
   ZÁKAZNÍCI O NÁS ŘEKLI – scrollovací slider
   Layout:
   – Bílé pozadí, obsah max-width 1400px
   – Heading centrovaný, navigační šipky vpravo
   – Horizontální slider: 3 karty najednou (440px, gap 28px)
   – Karta: avatar, jméno, datum, text recenze, hvězdičky
   ======================================== */
.recenze {
  background: #fff;
  padding: 80px 0;
  font-family: Arial, sans-serif;
}

/* Centrovaný kontejner – stejná šířka jako oblíbené kategorie */
.recenze__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ----------------------------------------
   Hlavička: centrovaný nadpis + šipky vpravo
   ---------------------------------------- */
.recenze__hlavicka {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.recenze__hlavicka-prostor {
  flex: 1;
}

.recenze__nadpis {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #153471;
  text-align: center;
  margin: 0;
  flex: 0 0 auto;
}

.recenze__navigace {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

/* Navigační tlačítka – šipky */
.recenze__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1.4px solid #b89633;
  background: transparent;
  color: #b89633;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  padding: 0;
}

.recenze__btn:hover {
  background: #b89633;
  color: #fff;
}

.recenze__btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* ----------------------------------------
   Slider – wrapper rozšiřuje prostor pro stíny
   ---------------------------------------- */
/* Wrapper skryje přesah mimo oblast slideru, ale umožní stínům ukázat se */
.recenze__slider-wrap {
  overflow: hidden;
  margin: 0 -20px;
  box-shadow: 13.5px 25.2px 72.1px 0px rgba(0, 0, 0, 0.06);
}

.recenze__slider-obal {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  /* Padding dává prostor stínům na všech stranách */
  padding: 8px 20px 40px;
  margin-bottom: -40px;
}

.recenze__slider-obal::-webkit-scrollbar {
  display: none;
}

.recenze__slider {
  display: flex;
  gap: 28px;
  /* Zajistí, že slider se nezlomí do více řádků */
  flex-wrap: nowrap;
}

/* ----------------------------------------
   Karta recenze – 440px, výška 252px
   ---------------------------------------- */
.recenze__karta {
  flex: 0 0 440px;
  height: 252px;
  background: #fff;
  box-shadow: 10.8px 20.2px 57.7px 0px rgba(0, 0, 0, 0.06);
  padding: 24px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* Řádek autora: avatar + jméno/datum */
.recenze__autor {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.recenze__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}

.recenze__avatar--iniciala {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6fa;
  color: #153471;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.recenze__autor-info {
  display: flex;
  flex-direction: column;
  padding-top: 9px;
  gap: 4px;
}

.recenze__jmeno {
  font-size: 16px;
  line-height: 1.2;
  color: #153471;
}

.recenze__datum {
  font-size: 13px;
  line-height: 16px;
  color: #a6a7ab;
}

/* Text recenze */
.recenze__text {
  font-size: 14px;
  line-height: 22px;
  color: #363737;
  margin: 0;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* Hvězdičky */
.recenze__hvezdicky {
  display: block;
  width: 91px;
  height: 14px;
  margin-top: auto;
  flex-shrink: 0;
}

/* ----------------------------------------
   Responzivní verze
   ---------------------------------------- */
@media (max-width: 1024px) {
  .recenze__inner {
    padding: 0 24px;
  }
  .recenze__slider-wrap {
    margin: 0 -24px;
  }
  .recenze__slider-obal {
    padding-left: 24px;
    padding-right: 24px;
  }
  .recenze__karta {
    flex: 0 0 calc((100% - 28px) / 2);
  }
}
@media (max-width: 600px) {
  .recenze {
    padding: 48px 0;
  }
  .recenze__inner {
    padding: 0 16px;
  }
  .recenze__slider-wrap {
    margin: 0 -16px;
  }
  .recenze__slider-obal {
    padding-left: 16px;
    padding-right: 16px;
  }
  .recenze__nadpis {
    font-size: 24px;
  }
  .recenze__hlavicka {
    margin-bottom: 24px;
  }
  .recenze__karta {
    flex: 0 0 calc(100% - 48px);
    height: auto;
    min-height: 252px;
  }
  .recenze__text {
    -webkit-line-clamp: 5;
  }
}
/* ========================================
   PODPOŘTE POCTIVOU ČESKOU VÝROBU
   Layout:
   – Bílé pozadí, obsah max-width 1400px
   – Centrovaný nadpis sekce
   – 3 stejně široké sloupce, gap 24px
   – Každý sloupec: foto (400px výška) + nadpis + text
   ======================================== */
.podpora {
  background: #FFFFFF;
  padding: 80px 0;
}
.podpora__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.podpora__nadpis {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.125;
  color: #153471;
  text-align: center;
  margin: 0 0 40px;
}
.podpora__mrizka {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.podpora__sloupec {
  display: flex;
  flex-direction: column;
}
.podpora__foto {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.podpora__sloupec-nadpis {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  color: #153471;
  margin: 32px 0 12px;
}
.podpora__sloupec-text {
  font-size: 15px;
  line-height: 22px;
  color: #363737;
  margin: 0;
}
@media (max-width: 1024px) {
  .podpora__inner {
    padding: 0 24px;
  }
}
@media (max-width: 900px) {
  .podpora__mrizka {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .podpora__sloupec:last-child {
    display: none;
  }
}
@media (max-width: 600px) {
  .podpora {
    padding: 48px 0;
  }
  .podpora__inner {
    padding: 0 16px;
  }
  .podpora__nadpis {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .podpora__mrizka {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .podpora__sloupec:last-child {
    display: flex;
  }
  .podpora__foto {
    height: 280px;
  }
}

/* ========================================
   NEJČASTĚJŠÍ DOTAZY – accordion
   Layout:
   – Bílé pozadí, obsah max-width 1400px
   – Centrovaný nadpis, poté seznam otázek
   – Každá položka: border-top, padding 32px 0,
     otázka vlevo + šipka vpravo, odpověď pod otázkou
   ======================================== */
.faq {
  background: #FFFFFF;
  padding: 80px 0;
}
.faq__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.faq__nadpis {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: #153471;
  text-align: center;
  margin: 0 0 40px;
}
.faq__seznam {
  border-bottom: 1px solid #D6D6D6;
}
.faq__item {
  border-top: 1px solid #D6D6D6;
}
.faq__item--open .faq__sipka {
  transform: rotate(180deg);
}
.faq__otazka {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 32px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  line-height: 1.15;
  color: #153471;
}
.faq__otazka:hover {
  opacity: 0.8;
}
.faq__sipka {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.faq__odpoved {
  padding-bottom: 32px;
}
.faq__odpoved p {
  font-size: 15px;
  line-height: 23px;
  color: #363737;
  margin: 0 0 16px;
  max-width: 940px;
}
.faq__odpoved p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .faq__inner {
    padding: 0 24px;
  }
}
@media (max-width: 600px) {
  .faq {
    padding: 48px 0;
  }
  .faq__inner {
    padding: 0 16px;
  }
  .faq__nadpis {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .faq__otazka {
    font-size: 17px;
    padding: 24px 0;
  }
  .faq__odpoved {
    padding-bottom: 24px;
  }
}

/* =============================================
   TEXTOVÁ STRÁNKA – body.type-page
   Obecné styly pro stránky s textovým obsahem.
   Zahrnuje: nadpisy, odstavce, tabulky, callout
   bloky, obrázky, autor, hodnocení, related.
   Vše scoped na body.type-page.
   ============================================= */
body.type-page .page-content, body.type-page article {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
body.type-page header h1 {
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
body.type-page .page-title {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: #153471;
  margin: 0 0 16px;
}
body.type-page .page-perex {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #363737;
  margin: 0 0 24px;
}
body.type-page .author-meta {
  display: flex;
  align-items: center;
  gap: 12px 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
body.type-page .author-meta__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
body.type-page .author-meta__info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
body.type-page .author-meta__name {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #153471;
  display: block;
}
body.type-page .author-meta__detail {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #A6A7AB;
}
body.type-page .author-meta__detail svg {
  flex-shrink: 0;
}
body.type-page .page-hero {
  margin-bottom: 32px;
}
body.type-page .page-hero__img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
body.type-page .share-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  flex-wrap: wrap;
}
body.type-page .share-toolbar__label {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #A6A7AB;
  margin-right: 4px;
}
body.type-page .share-toolbar__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid #D6D6D6;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #363737;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
body.type-page .share-toolbar__btn:hover {
  border-color: #153471;
  color: #153471;
}
body.type-page .separator {
  border: none;
  border-top: 1px solid #D6D6D6;
  margin: 0;
}
body.type-page .callout {
  padding: 24px 32px;
  margin: 32px 0;
}
body.type-page .callout__heading {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.type-page .callout p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
body.type-page .callout--modry {
  background: #f4f6fa;
}
body.type-page .callout--modry .callout__heading {
  color: #153471;
}
body.type-page .callout--modry p {
  color: #363737;
}
body.type-page .callout--dulezity {
  background: #e8f4ff;
}
body.type-page .callout--dulezity .callout__heading {
  color: #008bf8;
}
body.type-page .callout--dulezity p {
  color: #008bf8;
}
body.type-page .callout--zeleny {
  background: #e8f5e8;
}
body.type-page .callout--zeleny .callout__heading {
  color: #1d9915;
}
body.type-page .callout--zeleny p {
  color: #1d9915;
}
body.type-page .callout--cerveny {
  background: #fff1ef;
}
body.type-page .callout--cerveny .callout__heading {
  color: #e8584b;
}
body.type-page .callout--cerveny p {
  color: #e8584b;
}
body.type-page .section-heading {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #153471;
  margin: 48px 0 16px;
}
body.type-page .subsection-heading {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #153471;
  margin: 32px 0 12px;
}
body.type-page .text-section p {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #363737;
  margin: 0 0 16px;
}
body.type-page .text-section p:last-child {
  margin-bottom: 0;
}
body.type-page .bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
body.type-page .bullet-list li {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #363737;
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}
body.type-page .bullet-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #153471;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
body.type-page .ring-table-wrap {
  overflow-x: auto;
  margin: 32px 0;
  -webkit-overflow-scrolling: touch;
}
body.type-page .ring-table {
  border-collapse: collapse;
  min-width: 600px;
  font-family: Arial, sans-serif;
}
body.type-page .ring-table th {
  background: #153471;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  text-align: center;
  white-space: nowrap;
}
body.type-page .ring-table td {
  font-size: 13px;
  padding: 7px 14px;
  text-align: center;
  color: #363737;
  border-bottom: 1px solid #D6D6D6;
}
body.type-page .ring-table tr:nth-child(even) td {
  background: #f4f6fa;
}
body.type-page .ring-table .col-sep {
  width: 16px;
  border: none;
  background: #fff;
}
body.type-page .ring-table .col-sep--header {
  background: #fff;
}
body.type-page .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0 4px;
}
body.type-page .image-grid__img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
body.type-page .image-grid + .image-caption {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #A6A7AB;
  margin-bottom: 24px;
  display: block;
}
body.type-page .media-embed {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 24px 0;
}
body.type-page .media-embed__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.type-page .inline-faq {
  margin-top: 0;
}
body.type-page .inline-faq__seznam {
  border-bottom: 1px solid #D6D6D6;
}
body.type-page .inline-faq__item {
  border-top: 1px solid #D6D6D6;
}
body.type-page .inline-faq__item--open .inline-faq__sipka {
  transform: rotate(180deg);
}
body.type-page .inline-faq__otazka {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #153471;
}
body.type-page .inline-faq__otazka:hover {
  opacity: 0.8;
}
body.type-page .inline-faq__sipka {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
body.type-page .inline-faq__odpoved {
  padding-bottom: 24px;
}
body.type-page .inline-faq__odpoved p {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #363737;
  margin: 0 0 12px;
}
body.type-page .inline-faq__odpoved p:last-child {
  margin-bottom: 0;
}
body.type-page .author-box {
  margin: 48px 0 0;
  padding: 0;
}
body.type-page .author-box__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
body.type-page .author-box__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
body.type-page .author-box__name {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #153471;
  margin: 0 0 4px;
  display: block;
}
body.type-page .author-box__role {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #A6A7AB;
  display: block;
}
body.type-page .author-box__bio {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #363737;
  margin: 0 0 16px;
}
body.type-page .author-box__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
body.type-page .author-box__link {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #B89633;
  text-decoration: underline;
}
body.type-page .author-box__link:hover {
  opacity: 0.8;
}
body.type-page .author-box__link--arrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
body.type-page .rating-box {
  background: #f4f6fa;
  padding: 40px 32px 32px;
  margin: 48px 0 0;
  text-align: center;
}
body.type-page .rating-box__heading {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #153471;
  margin: 0 0 24px;
}
body.type-page .rating-box__buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
body.type-page .rating-box__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 216px;
  height: 44px;
  background: #fff;
  border: 1px solid #D6D6D6;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #153471;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s;
}
body.type-page .rating-box__btn:hover {
  border-color: #153471;
}
body.type-page .rating-box__share-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #D6D6D6;
  gap: 12px;
  text-align: left;
  flex-wrap: wrap;
}
body.type-page .rating-box__share-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
body.type-page .rating-box__share-label {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #363737;
  white-space: nowrap;
}
body.type-page .rating-box__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #D6D6D6;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  color: #363737;
  transition: border-color 0.2s;
}
body.type-page .rating-box__icon-btn:hover {
  border-color: #153471;
}
body.type-page .rating-box__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border: 1px solid #D6D6D6;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #363737;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s;
}
body.type-page .rating-box__copy-btn:hover {
  border-color: #153471;
}
body.type-page .page-separator {
  border: none;
  border-top: 1px solid #D6D6D6;
  margin: 48px 0 0;
}
body.type-page .related-articles {
  padding: 48px 0;
}
body.type-page .related-articles__heading {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #153471;
  margin: 0 0 32px;
}
body.type-page .related-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body.type-page .article-card {
  display: flex;
  flex-direction: column;
}
body.type-page .article-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 12px;
}
body.type-page .article-card__date {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #A6A7AB;
  margin-bottom: 6px;
  display: block;
}
body.type-page .article-card__title {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #153471;
  margin: 0 0 8px;
}
body.type-page .article-card__perex {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #363737;
  margin: 0 0 16px;
  flex: 1;
}
body.type-page .article-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #153471;
  text-decoration: none;
  margin-top: auto;
}
body.type-page .article-card__link:hover {
  color: #B89633;
}
body.type-page .article-card__link:hover svg line,
body.type-page .article-card__link:hover svg polyline {
  stroke: #B89633;
}
@media (max-width: 1024px) {
  body.type-page .page-content {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  body.type-page .page-title {
    font-size: 26px;
  }
  body.type-page .section-heading {
    font-size: 20px;
    margin-top: 32px;
  }
  body.type-page .subsection-heading {
    font-size: 18px;
  }
  body.type-page .author-meta {
    gap: 12px;
  }
  body.type-page .page-hero__img {
    height: 260px;
  }
  body.type-page .image-grid {
    grid-template-columns: 1fr;
  }
  body.type-page .related-articles__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.type-page .callout {
    padding: 20px 20px;
  }
  body.type-page .rating-box__share-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  body.type-page .page-title {
    font-size: 22px;
  }
  body.type-page .page-hero__img {
    height: 200px;
  }
  body.type-page .rating-box__buttons {
    flex-direction: column;
    align-items: center;
  }
  body.type-page .rating-box__btn {
    width: 100%;
    max-width: 320px;
  }
  body.type-page .rating-box {
    padding: 32px 16px 24px;
  }
}

/* ========================================
   NAVŠTIVTE NAŠE PRODEJNY
   Layout:
   – Bílé pozadí, obsah max-width 1400px
   – Centrovaný nadpis
   – 2×2 grid karet, gap 24px
   – Karta: obsah vlevo (flex 1) + fotka vpravo (320px pevná)
   – Pod gridem centrované tlačítko
   ======================================== */
.prodejny {
  background: #FFFFFF;
  padding: 80px 0;
}
.prodejny__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.prodejny__nadpis {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: #153471;
  text-align: center;
  margin: 0 0 40px;
}
.prodejny__mrizka {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.prodejny__karta {
  display: flex;
  background: #f4f6fa;
  height: 280px;
  overflow: hidden;
}
.prodejny__karta--bez-foto {
  height: auto;
  min-height: 280px;
}
.prodejny__karta-obsah {
  flex: 1;
  padding: 40px 24px 40px 48px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.prodejny__karta-hlavicka {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
.prodejny__pin {
  flex-shrink: 0;
  margin-top: 3px;
}
.prodejny__nazev {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  color: #153471;
  margin: 0;
}
.prodejny__adresa, .prodejny__hodiny, .prodejny__telefon, .prodejny__email {
  font-size: 14px;
  line-height: 16px;
  color: #363737;
  font-style: normal;
  display: block;
}
.prodejny__adresa {
  margin-bottom: 16px;
  line-height: 18px;
}
.prodejny__hodiny {
  margin-bottom: 16px;
}
.prodejny__telefon {
  margin-bottom: 8px;
}
.prodejny__telefon a {
  color: inherit;
  text-decoration: none;
}
.prodejny__telefon a:hover {
  color: #B89633;
}
.prodejny__email {
  margin-bottom: 32px;
  text-decoration: none;
  word-break: break-word;
}
.prodejny__email:hover {
  color: #B89633;
}
.prodejny__odkaz {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
}
.prodejny__odkaz:hover svg line, .prodejny__odkaz:hover svg polyline {
  stroke: #B89633;
}
.prodejny__karta-foto {
  flex: 0 0 320px;
  overflow: hidden;
}
.prodejny__foto {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prodejny__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 267px;
  height: 48px;
  background: #122750;
  color: #fdfdfd;
  font-size: 16px;
  text-decoration: none;
  margin: 40px auto 0;
  transition: background 0.3s ease;
}
.prodejny__btn:hover {
  background: #153471;
}
@media (max-width: 1024px) {
  .prodejny__inner {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .prodejny__mrizka {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .prodejny__karta {
    height: auto;
  }
  .prodejny__karta-foto {
    flex: 0 0 200px;
  }
  .prodejny__karta-obsah {
    padding: 24px 16px 24px 24px;
  }
}
@media (max-width: 480px) {
  .prodejny {
    padding: 48px 0;
  }
  .prodejny__inner {
    padding: 0 16px;
  }
  .prodejny__nadpis {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .prodejny__karta {
    flex-direction: column;
    height: auto;
  }
  .prodejny__karta-foto {
    flex: none;
    height: 200px;
  }
  .prodejny__karta-obsah {
    padding: 24px;
  }
  .prodejny__btn {
    width: 100%;
  }
}

#watchdog-form .watchdog-title {
  margin-top: 0px;
  color: #153471;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#watchdog-form #priceUnder {
  margin-left: 24px;
}
#watchdog-form .watchdog-action-buttons {
  justify-content: center;
}
#watchdog-form .watchdog-action-buttons .btn {
  width: 80%;
  background: #122750 !important;
  margin-left: unset;
}

.content-modal {
  padding: 40px;
}
.content-modal h1 {
  color: #153471;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.content-modal .submit-wrapper {
  display: flex;
  justify-content: center;
}
.content-modal .submit-wrapper .btn {
  width: 80%;
  background: #122750 !important;
  margin-left: unset;
}

#rate-form .row {
  display: flex;
  flex-wrap: wrap;
}
#rate-form .row .btn-primary {
  padding: 10px 40px;
}

.cart-summary {
  padding-bottom: 100px;
}
.cart-summary h2.h4 {
  color: #153471;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart-summary .extras-wrapper {
  gap: 20px;
}
.cart-summary .extras-wrapper .extras-col {
  border: 1px solid #D2DADF;
  padding: 24px;
  margin-bottom: 20px;
}
.cart-summary .discount-coupon {
  position: relative;
}
.cart-summary .discount-coupon form {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0px;
}
.cart-summary .discount-coupon form .form-control {
  padding: 25px 120px 25px 20px !important;
  border: 1px solid #D2DADF;
  background: #F9F9F9;
}
.cart-summary .discount-coupon form .btn-primary {
  margin: -70px 5px 0 auto;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  color: white;
  background: #B89633;
}
.cart-summary .discount-coupon form .btn-primary:hover {
  background: rgb(40.8377138089%, 33.2916145181%, 11.3191489362%) !important;
}
.cart-summary .discount-coupon .js-remove-form {
  position: absolute;
  top: 5px;
  right: 0;
}
.cart-summary .discount-coupon .icon-discount {
  display: flex;
  width: 100%;
}
.cart-summary .discount-coupon .icon-discount::before {
  width: 32px;
  height: 32px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzYwNzZfOTUzIiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj4KPHBhdGggZD0iTTMxLjI5OTggMzEuMjk5OFYwLjcwMDE5NUgwLjcwMDE5NVYzMS4yOTk4SDMxLjI5OThaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzYwNzZfOTUzKSI+CjxwYXRoIGQ9Ik0xNiAwLjkzNzQ5NkwxOS40OTQ1IDIuOTU1MzdIMjMuNTMxM0wyNS41NDk2IDYuNDUwODdMMjkuMDQ0MSA4LjQ2ODc1VjEyLjUwNDVMMzEuMDYyNSAxNkwyOS4wNDQxIDE5LjQ5NTVWMjMuNTMxMkwyNS41NDk2IDI1LjU0OTFMMjMuNTMxMyAyOS4wNDQ2SDE5LjQ5NDVMMTYgMzEuMDYyNUwxMi41MDU1IDI5LjA0NDZIOC40Njg3NUw2LjQ1MDM4IDI1LjU0OTFMMi45NTU4OCAyMy41MzEyVjE5LjQ5NTVMMC45Mzc1IDE2TDIuOTU1ODggMTIuNTA0NVY4LjQ2ODc1TDYuNDUwMzggNi40NTA4N0w4LjQ2ODc1IDIuOTU1MzdIMTIuNTA1NUwxNiAwLjkzNzQ5NloiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPHBhdGggZD0iTTEwLjk3ODUgMjEuMDIwOUwyMS4wMjAxIDEwLjk3OTIiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxtYXNrIGlkPSJtYXNrMV82MDc2Xzk1MyIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+CjxwYXRoIGQ9Ik0zMS4yOTk4IDMxLjI5OThWMC43MDAxOTVIMC43MDAxOTVWMzEuMjk5OEgzMS4yOTk4WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMV82MDc2Xzk1MykiPgo8cGF0aCBkPSJNMTAuOTc5MSA5Ljk3NTA3QzEyLjA4ODYgOS45NzUwNyAxMi45ODc0IDEwLjg3NDggMTIuOTg3NCAxMS45ODM0QzEyLjk4NzQgMTMuMDkyIDEyLjA4ODYgMTMuOTkxOCAxMC45NzkxIDEzLjk5MThDOS44Njk0NSAxMy45OTE4IDguOTcwNyAxMy4wOTIgOC45NzA3IDExLjk4MzRDOC45NzA3IDEwLjg3NDggOS44Njk0NSA5Ljk3NTA3IDEwLjk3OTEgOS45NzUwN1oiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMS4wMjIgMjIuMDI1QzE5LjkxMjQgMjIuMDI1IDE5LjAxMzcgMjEuMTI1MyAxOS4wMTM3IDIwLjAxNjZDMTkuMDEzNyAxOC45MDgxIDE5LjkxMjQgMTguMDA4MyAyMS4wMjIgMTguMDA4M0MyMi4xMzE2IDE4LjAwODMgMjMuMDMwNCAxOC45MDgxIDIzLjAzMDQgMjAuMDE2NkMyMy4wMzA0IDIxLjEyNTMgMjIuMTMxNiAyMi4wMjUgMjEuMDIyIDIyLjAyNVoiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==");
}
.cart-summary .discount-coupon .icon-discount::after {
  font-family: Arial !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  content: "Mám slevový kupón";
  margin-left: 10px;
  opacity: 1;
  line-height: 32px;
  letter-spacing: 0px;
  color: #363737;
}
.cart-summary .extra.delivery {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0px;
}
.cart-summary .extra.delivery .icon-van {
  margin-top: 0;
  display: flex;
  width: 100%;
}
.cart-summary .extra.delivery .icon-van::before {
  width: 32px;
  height: 32px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzYwNzZfOTUzIiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj4KPHBhdGggZD0iTTMxLjI5OTggMzEuMjk5OFYwLjcwMDE5NUgwLjcwMDE5NVYzMS4yOTk4SDMxLjI5OThaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzYwNzZfOTUzKSI+CjxwYXRoIGQ9Ik0xNiAwLjkzNzQ5NkwxOS40OTQ1IDIuOTU1MzdIMjMuNTMxM0wyNS41NDk2IDYuNDUwODdMMjkuMDQ0MSA4LjQ2ODc1VjEyLjUwNDVMMzEuMDYyNSAxNkwyOS4wNDQxIDE5LjQ5NTVWMjMuNTMxMkwyNS41NDk2IDI1LjU0OTFMMjMuNTMxMyAyOS4wNDQ2SDE5LjQ5NDVMMTYgMzEuMDYyNUwxMi41MDU1IDI5LjA0NDZIOC40Njg3NUw2LjQ1MDM4IDI1LjU0OTFMMi45NTU4OCAyMy41MzEyVjE5LjQ5NTVMMC45Mzc1IDE2TDIuOTU1ODggMTIuNTA0NVY4LjQ2ODc1TDYuNDUwMzggNi40NTA4N0w4LjQ2ODc1IDIuOTU1MzdIMTIuNTA1NUwxNiAwLjkzNzQ5NloiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPHBhdGggZD0iTTEwLjk3ODUgMjEuMDIwOUwyMS4wMjAxIDEwLjk3OTIiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxtYXNrIGlkPSJtYXNrMV82MDc2Xzk1MyIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+CjxwYXRoIGQ9Ik0zMS4yOTk4IDMxLjI5OThWMC43MDAxOTVIMC43MDAxOTVWMzEuMjk5OEgzMS4yOTk4WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMV82MDc2Xzk1MykiPgo8cGF0aCBkPSJNMTAuOTc5MSA5Ljk3NTA3QzEyLjA4ODYgOS45NzUwNyAxMi45ODc0IDEwLjg3NDggMTIuOTg3NCAxMS45ODM0QzEyLjk4NzQgMTMuMDkyIDEyLjA4ODYgMTMuOTkxOCAxMC45NzkxIDEzLjk5MThDOS44Njk0NSAxMy45OTE4IDguOTcwNyAxMy4wOTIgOC45NzA3IDExLjk4MzRDOC45NzA3IDEwLjg3NDggOS44Njk0NSA5Ljk3NTA3IDEwLjk3OTEgOS45NzUwN1oiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMS4wMjIgMjIuMDI1QzE5LjkxMjQgMjIuMDI1IDE5LjAxMzcgMjEuMTI1MyAxOS4wMTM3IDIwLjAxNjZDMTkuMDEzNyAxOC45MDgxIDE5LjkxMjQgMTguMDA4MyAyMS4wMjIgMTguMDA4M0MyMi4xMzE2IDE4LjAwODMgMjMuMDMwNCAxOC45MDgxIDIzLjAzMDQgMjAuMDE2NkMyMy4wMzA0IDIxLjEyNTMgMjIuMTMxNiAyMi4wMjUgMjEuMDIyIDIyLjAyNVoiIHN0cm9rZT0iI0I4OTYzMyIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==");
}
.cart-summary .extra.delivery .icon-van::after {
  font-family: Arial !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  content: "Doprava zdarma";
  margin-left: 10px;
  opacity: 1;
  line-height: 32px;
  letter-spacing: 0px;
  color: #363737;
}
.cart-summary .extra.delivery span {
  text-align: center;
}
.cart-summary .extra.delivery span .price-range {
  margin-top: 10px;
}

.kl-vlastnosti {
  background: #f4f6fa;
  border-radius: 0;
  padding: 28px;
  margin-bottom: 24px;
}
.kl-vlastnosti__nadpis {
  color: #153471;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
}
.kl-vlastnosti__seznam {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kl-vlastnosti__polozka {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #363737;
  font-size: 15px;
  line-height: 1.4;
}
.kl-vlastnosti__icon {
  flex-shrink: 0;
}

/* ========================================
   HLAVNÍ BANNER – fullwidth sekce HP
   Výška sekce: 560px (dle Figma)
   Layout:
   – Celý banner: foto na pozadí + gradient
   – Levá část: text (nadpis, perex, tlačítko)
   – Pravá část: portrét v oválu se zlatým rámem
   ======================================== */
.banner {
  position: relative;
  height: 560px;
  overflow: hidden;
}
.banner__pozadi {
  position: absolute;
  inset: 0;
}
.banner__pozadi-foto {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.banner__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(261deg, rgba(18, 25, 36, 0) 4%, rgba(18, 25, 36, 0.72) 62%);
}
.banner__inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner__text {
  flex: 0 0 auto;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.banner__nadpis {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #FFFFFF;
  margin: 0;
}
.banner__nadpis strong {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  display: block;
}
.banner__perex {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
}
.banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  background: #B89633;
  color: #FFFFFF !important;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.25s ease;
}
.banner__btn:hover {
  background: rgb(59.6292031706%, 48.6107634543%, 16.5276595745%);
}
.banner__portrait-wrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}
.banner__portrait {
  position: relative;
  width: 360px;
  height: 448px;
  flex-shrink: 0;
}
.banner__portrait-orez {
  position: absolute;
  inset: 0;
  border-radius: 180px;
  overflow: hidden;
}
.banner__portrait-ram {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 360px;
  height: 448px;
  border-radius: 180px;
  padding: 1.5px;
  background: linear-gradient(135deg, #D4AF37 0%, rgba(212, 175, 55, 0) 65%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.banner__portrait-foto {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  transform: scale(1.1);
  transform-origin: center 20%;
}
@media (max-width: 1200px) {
  .banner__portrait {
    width: 280px;
    height: 348px;
  }
  .banner__portrait-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .banner__text {
    max-width: 480px;
  }
  .banner__nadpis {
    font-size: 34px;
  }
  .banner__perex {
    font-size: 20px;
  }
  .banner__portrait {
    width: 240px;
    height: 298px;
  }
}
@media (max-width: 768px) {
  .banner__portrait-wrap {
    display: none;
  }
  .banner {
    height: 368px;
  }
  .banner__inner {
    padding: 0 20px;
    align-items: flex-start;
    padding-top: 40px;
  }
  .banner__text {
    max-width: 100%;
    gap: 20px;
  }
  .banner .banner {
    position: relative;
    height: 560px;
    overflow: hidden;
  }
  .banner .banner__pozadi {
    position: absolute;
    inset: 0;
  }
  .banner .banner__pozadi-foto {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
  }
  .banner .banner__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(261deg, rgba(18, 25, 36, 0) 4%, rgba(18, 25, 36, 0.72) 62%);
  }
  .banner .banner__inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .banner .banner__text {
    flex: 0 0 auto;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .banner .banner__nadpis {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.25;
    color: #FFFFFF;
    margin: 0;
  }
  .banner .banner__nadpis strong {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    display: block;
  }
  .banner .banner__perex {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
  }
  .banner .banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 48px;
    background: #B89633;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.25s ease;
  }
  .banner .banner__btn:hover {
    background: rgb(59.6292031706%, 48.6107634543%, 16.5276595745%);
  }
  .banner .banner__portrait-wrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
  }
  .banner .banner__portrait {
    position: relative;
    width: 360px;
    height: 448px;
    flex-shrink: 0;
    border-radius: 180px;
    padding: 1.5px;
    background: linear-gradient(135deg, #D4AF37 0%, rgba(212, 175, 55, 0) 65%);
  }
  .banner .banner__portrait-foto {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 12%;
    border-radius: 178.5px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .banner .banner__portrait {
    width: 280px;
    height: 348px;
  }
  .banner .banner__portrait-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .banner .banner__text {
    max-width: 480px;
  }
  .banner .banner__nadpis {
    font-size: 34px;
  }
  .banner .banner__perex {
    font-size: 20px;
  }
  .banner .banner__portrait {
    width: 240px;
    height: 298px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .banner .banner__portrait-wrap {
    display: none;
  }
  .banner .banner {
    height: 368px;
  }
  .banner .banner__inner {
    padding: 0 20px;
    align-items: flex-start;
    padding-top: 40px;
  }
  .banner .banner__text {
    max-width: 100%;
    gap: 20px;
  }
  .banner .banner__nadpis {
    font-size: 28px;
  }
  .banner .banner__perex {
    font-size: 18px;
  }
  .banner .banner__btn {
    height: 44px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .banner .banner__nadpis {
    font-size: 24px;
  }
  .banner .banner__perex {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .banner__nadpis {
    font-size: 28px;
  }
  .banner__perex {
    font-size: 18px;
  }
  .banner__btn {
    height: 44px;
  }
}
@media (max-width: 480px) {
  .banner__nadpis {
    font-size: 24px;
  }
  .banner__perex {
    font-size: 16px;
  }
}

.s31-perso-toggle {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  user-select: none;
}

.s31-perso-toggle input[type=checkbox] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #153471;
}

.s31-perso-toggle label {
  font-size: 24px;
  font-weight: 400;
  color: #153471;
  cursor: pointer;
  margin: 0;
}

.s31-perso-panel {
  margin-bottom: 1rem;
  padding: 28px;
  background: #f4f6fa;
}

.s31-perso-panel .s31-row {
  margin: 0;
}

.s31-perso-panel .s31-row + .s31-row {
  margin-top: 16px;
}

.s31-perso-panel label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #363737;
  margin: 0 0 8px;
}

.s31-perso-panel select,
.s31-perso-panel input[type=text] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #d2dadf;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
}

.s31-perso-panel select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23153471' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  -webkit-appearance: none;
  appearance: none;
}

.s31-perso-panel input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.s31-perso-panel .s31-preview-wrap {
  margin-top: 16px;
}

.s31-perso-panel .s31-preview {
  min-height: 48px;
  border: 1px dashed #b89633;
  border-radius: 0;
  display: block;
  text-align: center;
  padding: 12px 16px;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #b89633;
}

.s31-char-counter {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  margin-top: 4px;
}

.s31-char-counter.s31-limit {
  color: #c00;
  font-weight: 600;
}

.s31-row--cols {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.s31-col-font,
.s31-col-symbols {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 600px) {
  .s31-row--cols {
    flex-direction: column;
  }
}
.s31-symbols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0;
}

.s31-sym-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #D6D6D6;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: border-color 0.15s, background 0.15s;
}

.s31-sym-btn:hover {
  background: #f0f0f0;
}

.s31-sym-btn.active {
  border-color: #b89633;
}

.s31-sym-btn img {
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
}

.s31-sym-inline {
  height: 1.2em;
  width: auto;
  vertical-align: middle;
  display: inline;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(64%) sepia(22%) saturate(463%) hue-rotate(5deg) brightness(102%);
}

.s31-perso-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.s31-perso-dialog {
  width: min(780px, 90vw);
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  padding: 24px;
  position: relative;
}

.s31-perso-dialog .s31-perso-panel {
  margin-bottom: 0;
  padding: 0px;
  background: white;
}

.s31-perso-dialog-title {
  font-weight: 700;
  font-size: 18px;
  color: #153471;
  margin-bottom: 16px;
}

.s31-perso-dialog-footer {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
}

.s31-perso-cancel {
  height: 48px;
  padding: 0 20px;
  border: 1px solid #d2dadf;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  color: #363737;
}

.s31-perso-save {
  height: 48px;
  padding: 0 20px;
  border: 0;
  background: #7a1f2b;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}

.s31-engraving-line {
  margin-top: 10px;
  padding: 10px !important;
  border: 1px dashed #b89633;
  border-radius: 5px;
  background: #fafafa;
  font-size: 13px;
  width: 90% !important;
  display: flex;
}
.s31-engraving-line .s31-engraving-text {
  color: #b89633;
}
.s31-engraving-line .s31-engraving-edit {
  margin-left: auto !important;
  color: #153471 !important;
}

.p-name:has(.s31-engraving-line) {
  flex-wrap: wrap;
}

#checkoutSidebar {
  position: static !important;
  top: auto !important;
}

.customer-page .overall-wrapper {
  background: transparent;
}
@media (min-width: 1440px) {
  .customer-page .breadcrumbs {
    padding-left: calc((100vw - 1400px) / 2);
    padding-right: calc((100vw - 1400px) / 2);
  }
}
.customer-page .content-wrapper-in {
  background: white;
  padding-top: 20px;
}
@media (min-width: 1440px) {
  .customer-page .content-wrapper-in {
    padding-left: calc((100vw - 1400px) / 2);
    padding-right: calc((100vw - 1400px) / 2);
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .customer-page .sidebar.sidebar-left {
    margin-left: 0;
  }
}
.customer-page h1, .customer-page h2, .customer-page h3 {
  font-family: "Playfair Display", serif;
  color: #153471 !important;
  font-weight: 400;
  font-style: normal;
}
.customer-page h1 {
  font-size: 32px;
  line-height: 36px;
}
.customer-page h2 {
  font-size: 24px;
  line-height: 30px;
}
.customer-page h3 {
  font-size: 20px;
  line-height: 26px;
}
.customer-page h4, .customer-page h5, .customer-page h6, .customer-page .h4, .customer-page .h5 {
  font-family: Arial, sans-serif;
  color: #153471 !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.customer-page p, .customer-page li, .customer-page span, .customer-page address {
  font-family: Arial, sans-serif;
  color: #363737;
  font-size: 14px;
  line-height: 20px;
}
.customer-page label {
  font-family: Arial, sans-serif;
  color: #153471;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.customer-page .table,
.customer-page table.orders-list,
.customer-page .orders-table {
  width: 100%;
}
.customer-page .table th,
.customer-page table.orders-list th,
.customer-page .orders-table th {
  font-family: Arial, sans-serif;
  color: #153471;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #D6D6D6;
  padding: 10px 0;
}
.customer-page .table td,
.customer-page table.orders-list td,
.customer-page .orders-table td {
  font-family: Arial, sans-serif;
  color: #363737;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #D6D6D6;
  padding: 10px 0;
  vertical-align: middle;
}
.customer-page .table tr:hover td,
.customer-page table.orders-list tr:hover td,
.customer-page .orders-table tr:hover td {
  background: #f4f6fa;
}
.customer-page .table a,
.customer-page table.orders-list a,
.customer-page .orders-table a {
  color: #153471;
}
.customer-page .table a:hover,
.customer-page table.orders-list a:hover,
.customer-page .orders-table a:hover {
  color: #D4AF37;
}
.customer-page .content {
  border-radius: 0 !important;
  box-shadow: none;
}
.customer-page .box, .customer-page .customer-box, .customer-page .card {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.customer-page .sidebar-inner {
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.customer-page .customer-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.customer-page .customer-menu li {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.customer-page .customer-menu a {
  font-family: Arial, sans-serif;
  color: #153471;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  padding-left: 0 !important;
}
.customer-page .customer-menu a:hover {
  color: #D4AF37;
}
.customer-page .customer-menu a.active, .customer-page .customer-menu a.current {
  color: #D4AF37;
  font-weight: 700;
}
.customer-page .btn.btn-xs.btn-primary, .customer-page .btn-xs.btn-primary {
  padding: 6px 16px !important;
}
.customer-page .empty-content, .customer-page .no-results {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 60px 24px;
  color: #A6A7AB;
  font-size: 16px;
}
@media (max-width: 768px) {
  .customer-page h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .customer-page h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.customer-page-login .content-wrapper-in,
.customer-page-registration .content-wrapper-in {
  max-width: 560px;
  margin: 40px auto;
  padding: 0 16px;
}

.s31-perso-toggle {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  user-select: none;
}
.s31-perso-toggle input[type=checkbox] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #153471;
}
.s31-perso-toggle label {
  font-size: 24px;
  font-weight: 400;
  color: #153471;
  cursor: pointer;
  margin: 0;
}

.s31-perso-panel {
  margin-bottom: 1rem;
  padding: 28px;
  background: #f4f6fa;
}
.s31-perso-panel .s31-row {
  margin: 0;
}
.s31-perso-panel .s31-row + .s31-row {
  margin-top: 16px;
}
.s31-perso-panel label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #363737;
  margin: 0 0 8px;
}
.s31-perso-panel select,
.s31-perso-panel input[type=text] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #d2dadf;
  border-radius: 0;
  background: #FFFFFF;
  font-size: 14px;
  color: #000000;
  box-sizing: border-box;
}
.s31-perso-panel select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23153471' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  -webkit-appearance: none;
  appearance: none;
}
.s31-perso-panel input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.s31-perso-panel .s31-preview-wrap {
  margin-top: 16px;
}
.s31-perso-panel .s31-preview {
  min-height: 48px;
  border: 1px dashed #B89633;
  border-radius: 0;
  display: block;
  text-align: center;
  padding: 12px 16px;
  line-height: 1.6;
  font-size: 16px;
  background: #FFFFFF;
  color: #B89633;
  white-space: pre-wrap;
}

.s31-char-counter {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  margin-top: 4px;
}
.s31-char-counter.s31-limit {
  color: #c00;
  font-weight: 600;
}

.s31-row--cols {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .s31-row--cols {
    flex-direction: column;
  }
}

.s31-col-font,
.s31-col-symbols {
  flex: 1 1 0;
  min-width: 0;
}

.s31-symbols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0;
}

.s31-sym-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #d2dadf;
  border-radius: 0;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: border-color 0.15s, background 0.15s;
}
.s31-sym-btn:hover {
  background: #f0f0f0;
}
.s31-sym-btn.active {
  border-color: #B89633;
}
.s31-sym-btn img {
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
}

.s31-sym-inline {
  height: 1.2em;
  width: auto;
  vertical-align: middle;
  display: inline;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(64%) sepia(52%) saturate(463%) hue-rotate(5deg) brightness(102%);
}

.s31-perso-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.s31-perso-dialog {
  width: min(780px, 90vw);
  background: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  padding: 24px;
  position: relative;
}
.s31-perso-dialog .s31-perso-panel {
  margin-bottom: 0;
}

.s31-perso-dialog-title {
  font-weight: 700;
  font-size: 18px;
  color: #153471;
  margin-bottom: 16px;
}

.s31-perso-dialog-footer {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
}

.s31-perso-cancel {
  height: 48px;
  padding: 0 20px;
  border: 1px solid #d2dadf;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  color: #363737;
}

.s31-perso-save {
  height: 48px;
  padding: 0 20px;
  border: 0;
  background: #7A1F2B;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
}

.s31-engraving-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
  margin-top: 4px;
  font-size: 12px;
}

.s31-engraving-label {
  color: #929292;
  white-space: nowrap;
}

.s31-engraving-text {
  font-weight: 600;
}

.s31-engraving-deleted {
  font-style: italic;
  color: #999;
}

.s31-engraving-actions {
  display: inline-flex;
  gap: 10px;
  flex-shrink: 0;
}
.s31-engraving-actions .s31-engraving-edit,
.s31-engraving-actions .s31-engraving-restore {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}
.s31-engraving-actions .s31-engraving-delete {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  color: #c00;
}

@media (max-width: 768px) {
  .s31-engraving-actions {
    flex-basis: 100%;
    margin-top: 4px;
  }
}
.popup-widget.search-widget {
  background: white !important;
  border: 1px solid #D6D6D6;
}

.searchWhisperer__products__heading {
  color: #153471 !important;
}
.searchWhisperer__products__listItem {
  border-bottom: 1px solid #D6D6D6;
  transition: background-color 0.15s ease;
}
.searchWhisperer__products__listItem:last-child {
  border-bottom: none;
}
.searchWhisperer__product__image {
  min-width: 64px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D6D6D6;
}
.searchWhisperer__product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.searchWhisperer__product__infoWrapper {
  padding: 0 16px;
}
.searchWhisperer__product__name {
  color: #153471 !important;
  font-family: "Playfair Display", serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.searchWhisperer__product__availability {
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin-top: 4px;
}
.searchWhisperer__product__availability .availability-label {
  font-weight: 700;
}
.searchWhisperer__product__price {
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #D4AF37 !important;
  white-space: nowrap;
  padding: 0 16px;
}
.searchWhisperer__product:hover {
  background: #f4f6fa;
}
.searchWhisperer__product:hover .searchWhisperer__product__name {
  color: #D4AF37 !important;
}
.searchWhisperer__additionalResults__heading {
  color: #153471 !important;
}
.searchWhisperer__additionalResults__listItem {
  transition: color 0.15s ease;
}
.searchWhisperer__additionalResults__link {
  color: #153471 !important;
  font-family: Arial, sans-serif;
  font-size: 15px;
}
.searchWhisperer__additionalResults__link:hover {
  color: #D4AF37 !important;
}
.searchWhisperer__button {
  border-top: 1px solid #D6D6D6;
  margin-top: 10px;
  padding-top: 16px !important;
  color: #153471 !important;
  font-family: Arial, sans-serif;
  font-weight: 700;
}
.searchWhisperer__button:hover {
  color: #D4AF37 !important;
}
@media (max-width: 1024px) {
  .searchWhisperer {
    padding: 20px 24px !important;
  }
}
@media (max-width: 768px) {
  .searchWhisperer {
    flex-direction: column;
    padding: 16px 20px !important;
  }
  .searchWhisperer__products, .searchWhisperer__additionalResults, .searchWhisperer__buttonWrapper {
    width: 100% !important;
  }
  .searchWhisperer__product {
    flex-wrap: wrap;
    padding: 12px 0 !important;
  }
  .searchWhisperer__product__image {
    min-width: 52px;
    width: 52px;
    height: 52px;
  }
  .searchWhisperer__product__infoWrapper {
    flex: 1 1 calc(100% - 130px);
    padding: 0 10px;
  }
  .searchWhisperer__product__name {
    font-size: 14px !important;
    line-height: 18px;
  }
  .searchWhisperer__product__price {
    font-size: 15px !important;
    padding: 0 8px;
  }
  .searchWhisperer__product__cart .btn {
    padding: 8px 14px;
    font-size: 13px;
  }
}

.type-search .search-results h4,
.type-search .search-results-group h4 {
  color: #153471;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.type-search .products.products-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .type-search .products.products-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .type-search .products.products-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.type-search .products.products-block .image {
  border: none !important;
}
.type-search .products-block .product {
  width: 100% !important;
  border-right: none;
  position: relative;
  border-top: 1px solid #d2dadf;
  padding-bottom: 30px;
}
.type-search .products-block .product::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: #d2dadf;
}
.type-search .products-block .product:nth-child(4n)::after {
  display: none;
}
.type-search .products-block .product:nth-child(-n+4) {
  border-top: none;
}
@media (max-width: 768px) {
  .type-search .products-block .product:nth-child(2n)::after {
    display: none;
  }
}
.type-search .products-block .product .p-code, .type-search .products-block .product .p-desc {
  display: none !important;
}
.type-search .products-block .product .p-in {
  text-align: left;
}
.type-search .products-block .product .p-in .p-in-in {
  height: 40px;
}
.type-search .products-block .product .p-in .p-in-in a {
  line-height: 20px;
}
.type-search .products-block .product .p-in .p-in-in a span {
  color: #153471;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.type-search .products-block .product .p-in .p-bottom {
  position: relative;
}
.type-search .products-block .product .p-in .p-bottom .prices strong {
  color: #D4AF37;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}
.type-search .products-block .product .p-in .p-bottom .availability {
  display: block !important;
}
.type-search .products-block .product .p-in .p-bottom .availability span {
  font-weight: 700;
}
.type-search .products-block .product .p-in .p-bottom .p-tools {
  padding: 0 !important;
  width: 75px;
  position: absolute;
  top: 15px;
  right: 0;
}
.type-search .products-block .product .p-in .p-bottom .p-tools .btn-primary {
  padding: 10px;
}
.type-search .products-block .product:hover .p-tools {
  display: block !important;
}
.type-search .breadcrumbs {
  background: #f4f6fa;
}
.type-search main.content.wide > h2 {
  background: #f4f6fa;
  margin: 0 -16px 0;
  padding: 18px 16px 10px;
}
.type-search main.content.wide > h2 strong.highlight {
  display: inline !important;
}
.type-search main.content.wide .search-results-groups {
  background: #f4f6fa;
  margin: 0 -16px 32px;
  padding: 0 16px 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  justify-content: center;
  column-gap: 40px;
}
.type-search main.content.wide .search-results-groups .search-results-group {
  margin-top: 0;
  border-top: none;
  padding-top: 16px;
}
.type-search main.content.wide .search-results-groups .search-results-group:nth-child(1) {
  text-align: right;
}
.type-search main.content.wide .search-results-groups .search-results-group:nth-child(2) {
  text-align: left;
}
.type-search main.content.wide .search-results-groups .search-results-group-list ul {
  display: block;
}
.type-search main.content.wide .search-results-groups .search-results-group-list ul li {
  flex: none;
  width: auto;
  padding: 6px 0 0;
}
.type-search main.content.wide .search-results-groups .search-results-group-list ul li:first-child {
  padding-top: 0;
}
@media (max-width: 768px) {
  .type-search main.content.wide .search-results-groups {
    display: block;
  }
  .type-search main.content.wide .search-results-groups .search-results-group:not(:first-child) {
    margin-top: 24px;
    border-top: 1px solid #D6D6D6;
    padding-top: 16px;
  }
  .type-search main.content.wide .search-results-groups .search-results-group:nth-child(1),
  .type-search main.content.wide .search-results-groups .search-results-group:nth-child(2) {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .type-search main.content.wide .search-results {
    width: 1060px;
    margin: 0 auto;
  }
}

body.type-posts-listing .breadcrumbs {
  background: #f4f6fa;
}
body.type-posts-listing .sectionDescription {
  background: #f4f6fa;
  margin: 0 -16px 48px;
  padding: 50px 16px;
  text-align: center;
}
body.type-posts-listing .sectionDescription h1 {
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #153471;
  margin: 0 0 12px;
}
body.type-posts-listing .sectionDescription p {
  color: #363737;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
body.type-posts-listing #newsWrapper.news-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 448px));
  justify-content: center;
  gap: 28px;
  width: auto !important;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  body.type-posts-listing #newsWrapper.news-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
  }
}
body.type-posts-listing #newsWrapper .news-item {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}
body.type-posts-listing #newsWrapper .news-item > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.type-posts-listing #newsWrapper .news-item .image {
  display: block;
  height: 240px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
body.type-posts-listing #newsWrapper .news-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.type-posts-listing #newsWrapper .news-item .text {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  background: #FFFFFF !important;
  box-shadow: 13.5px 25.2px 72.1px 0px rgba(0, 0, 0, 0.06);
  overflow: visible !important;
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
body.type-posts-listing #newsWrapper .news-item a.title-link,
body.type-posts-listing #newsWrapper .news-item span.title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #153471 !important;
  text-decoration: none;
  display: block;
  margin: 0 0 16px;
}
body.type-posts-listing #newsWrapper .news-item a.title-link:hover,
body.type-posts-listing #newsWrapper .news-item span.title:hover {
  color: #D4AF37 !important;
}
body.type-posts-listing #newsWrapper .news-item .description {
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  color: #363737 !important;
  flex: 1;
}
body.type-posts-listing #newsWrapper .news-item .description > * {
  display: none;
}
body.type-posts-listing #newsWrapper .news-item .description > p:first-of-type {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
body.type-posts-listing #newsWrapper .news-item a.read-article,
body.type-posts-listing #newsWrapper .news-item span.read-article {
  display: block !important;
  width: 148px;
  margin: 28px auto 0;
  padding: 12px 0;
  border: 1.4px solid #B89633;
  color: #B89633 !important;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
body.type-posts-listing #newsWrapper .news-item a.read-article:hover,
body.type-posts-listing #newsWrapper .news-item span.read-article:hover {
  background: #B89633;
  color: #FFFFFF !important;
}
@media (max-width: 600px) {
  body.type-posts-listing .sectionDescription {
    padding: 32px 16px;
    margin-bottom: 32px;
  }
  body.type-posts-listing .sectionDescription h1 {
    font-size: 26px;
    line-height: 30px;
  }
  body.type-posts-listing #newsWrapper.news-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body.type-posts-listing #newsWrapper .news-item .text {
    padding: 24px;
  }
}

body.type-post .breadcrumbs {
  background: #f4f6fa;
}
body.type-post .news-item-detail header h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #153471;
  margin: 0 0 16px;
}
body.type-post .news-item-detail time {
  display: block;
  color: #A6A7AB;
  font-family: Arial;
  font-size: 14px;
  margin: 0 0 24px;
}
body.type-post .news-item-detail > article > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 0 0 40px;
}
body.type-post .news-item-detail .text h2, body.type-post .news-item-detail .text h3, body.type-post .news-item-detail .text h4, body.type-post .news-item-detail .text h5 {
  font-family: "Playfair Display", Georgia, serif !important;
  color: #153471 !important;
  font-weight: 600;
}
body.type-post .news-item-detail .text h4 {
  font-size: 22px;
  line-height: 1.3;
  margin: 40px 0 20px;
}
body.type-post .news-item-detail .text p {
  font-family: Arial;
  font-size: 16px;
  line-height: 26px;
  color: #363737;
}
body.type-post .news-item-detail .text ul, body.type-post .news-item-detail .text ol {
  padding-left: 22px;
}
body.type-post .news-item-detail .text ul li, body.type-post .news-item-detail .text ol li {
  font-family: Arial;
  font-size: 16px;
  line-height: 26px;
  color: #363737;
  margin: 0 0 12px;
}
body.type-post .news-item-detail footer .next-prev {
  margin-top: 48px;
}
@media (max-width: 600px) {
  body.type-post .news-item-detail header h1 {
    font-size: 26px;
  }
  body.type-post .news-item-detail .text h4 {
    font-size: 20px;
    margin: 32px 0 16px;
  }
}

body.type-page.in-nejcasteji-kladene-otazky .breadcrumbs {
  background: #f4f6fa;
}
body.type-page.in-nejcasteji-kladene-otazky article.pageArticleDetail > header {
  background: #f4f6fa;
  padding: 50px 24px;
  margin: 0 -24px 40px;
  text-align: center;
  box-shadow: 0 0 0 100vmax #f4f6fa;
  clip-path: inset(0 -100vmax);
}
body.type-page.in-nejcasteji-kladene-otazky article.pageArticleDetail > header h1 {
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #153471;
  margin: 0;
}
body.type-page.in-nejcasteji-kladene-otazky article.pageArticleDetail span {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  background: transparent !important;
}
body.type-page.in-nejcasteji-kladene-otazky .inline-faq__seznam {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.type-page.in-nejcasteji-kladene-otazky .inline-faq__otazka {
  padding: 26px 0;
}
body.type-page.in-nejcasteji-kladene-otazky .inline-faq__odpoved ol, body.type-page.in-nejcasteji-kladene-otazky .inline-faq__odpoved ul {
  padding-left: 22px;
  margin: 0 0 12px;
}
body.type-page.in-nejcasteji-kladene-otazky .inline-faq__odpoved ol li, body.type-page.in-nejcasteji-kladene-otazky .inline-faq__odpoved ul li {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #363737;
  margin: 0 0 8px;
}
@media (max-width: 600px) {
  body.type-page.in-nejcasteji-kladene-otazky article.pageArticleDetail > header {
    padding: 32px 24px;
  }
  body.type-page.in-nejcasteji-kladene-otazky article.pageArticleDetail > header h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

body.type-detail .prodejny {
  padding: 44px 0;
}
body.type-detail .prodejny__nadpis {
  font-size: 24px;
  margin: 0 0 24px;
}
body.type-detail .prodejny__mrizka {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
body.type-detail .prodejny__karta, body.type-detail .prodejny__karta--bez-foto {
  height: auto;
  min-height: 0;
  display: block;
}
body.type-detail .prodejny__karta-foto {
  display: none;
}
body.type-detail .prodejny__email {
  display: none;
}
body.type-detail .prodejny__karta-obsah {
  padding: 20px;
}
body.type-detail .prodejny__karta-hlavicka {
  margin-bottom: 12px;
}
body.type-detail .prodejny__nazev {
  font-size: 17px;
}
body.type-detail .prodejny__adresa {
  margin-bottom: 8px;
}
body.type-detail .prodejny__hodiny {
  margin-bottom: 8px;
}
body.type-detail .prodejny__telefon {
  margin-bottom: 12px;
}
body.type-detail .prodejny__btn {
  margin: 24px auto 0;
  height: 44px;
}
@media (max-width: 1200px) {
  body.type-detail .prodejny__mrizka {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.type-detail .prodejny__mrizka {
    grid-template-columns: 1fr;
  }
}

body.in-prodejny.type-page #map_canvas {
  display: none !important;
}
body.in-prodejny.type-page .pageArticleDetail > div:empty {
  display: none;
}
body.in-prodejny.type-page .prodejny__podnadpis {
  margin: 8px 0 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #A6A7AB;
  text-align: center;
}
body.in-prodejny.type-page .prodejny-mapa {
  padding-top: 24px;
}
body.in-prodejny.type-page .prodejny {
  padding-top: 40px;
}

body.in-kontakty.type-page table.s31-nahrazeno-kartami {
  display: none !important;
}
body.in-kontakty.type-page table.s31-oddeleni {
  display: block;
  width: 100% !important;
  margin: 0 0 40px;
  border: 0;
}
body.in-kontakty.type-page table.s31-oddeleni tbody {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
body.in-kontakty.type-page table.s31-oddeleni tr.s31-prazdny-radek {
  display: none;
}
body.in-kontakty.type-page table.s31-oddeleni tr {
  display: flex;
  flex-direction: column;
  background: #f4f6fa;
  padding: 24px 28px;
}
body.in-kontakty.type-page table.s31-oddeleni td {
  display: block;
  padding: 0;
  border: 0;
  width: auto !important;
}
body.in-kontakty.type-page table.s31-oddeleni td:first-child {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.15;
  color: #153471;
  margin-bottom: 12px;
}
body.in-kontakty.type-page table.s31-oddeleni td:first-child strong {
  font-family: inherit;
  font-weight: 400;
}
body.in-kontakty.type-page table.s31-oddeleni td:last-child {
  font-size: 14px;
  line-height: 22px;
  color: #363737;
}
body.in-kontakty.type-page table.s31-oddeleni td:last-child a {
  color: #D4AF37;
  text-decoration: none;
}
body.in-kontakty.type-page table.s31-oddeleni td:last-child a:hover {
  color: #B89633;
}
body.in-kontakty.type-page table.s31-oddeleni td:last-child p {
  margin: 0 0 12px;
}
body.in-kontakty.type-page table.s31-oddeleni td:last-child p:last-child {
  margin-bottom: 0;
}
body.in-kontakty.type-page table.s31-oddeleni td br + br,
body.in-kontakty.type-page table.s31-oddeleni td > br:last-child {
  display: none;
}
@media (max-width: 1024px) {
  body.in-kontakty.type-page table.s31-oddeleni tbody {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.in-kontakty.type-page table.s31-oddeleni tbody {
    grid-template-columns: 1fr;
  }
}
body.in-kontakty.type-page p.s31-nadpis-prodejny {
  margin: 0 0 20px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.15;
  color: #153471;
}
body.in-kontakty.type-page p.s31-nadpis-prodejny strong {
  font-family: inherit;
  font-weight: 400;
}
body.in-kontakty.type-page iframe[src*="google.com/maps"] {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/8;
  border: 1px solid #D6D6D6;
}
body.in-kontakty.type-page .prodejny {
  background: transparent;
  padding: 8px 0 40px;
}
body.in-kontakty.type-page .prodejny__mrizka {
  gap: 16px;
}
body.in-kontakty.type-page .prodejny__karta {
  height: 240px;
}
body.in-kontakty.type-page .prodejny__karta--bez-foto {
  min-height: 240px;
}
body.in-kontakty.type-page .prodejny__karta-foto {
  flex: 0 0 200px;
}
body.in-kontakty.type-page .prodejny__karta-obsah {
  padding: 24px 20px 24px 28px;
}
body.in-kontakty.type-page .prodejny__karta-hlavicka {
  margin-bottom: 16px;
}
body.in-kontakty.type-page .prodejny__nazev {
  font-size: 18px;
}
body.in-kontakty.type-page .prodejny__telefon {
  margin-bottom: 4px;
}
body.in-kontakty.type-page .prodejny__email {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  body.in-kontakty.type-page .prodejny__mrizka {
    grid-template-columns: 1fr;
  }
}

.prodejny-mapa {
  background: #FFFFFF;
  padding: 40px 0 0;
}
.prodejny-mapa__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.prodejny-mapa__nadpis {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: #153471;
  text-align: center;
  margin: 0 0 40px;
}
.prodejny-mapa__ramecek {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
  border: 1px solid #D6D6D6;
  overflow: hidden;
}
.prodejny-mapa__ramecek iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 1024px) {
  .prodejny-mapa__inner {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .prodejny-mapa__ramecek {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 480px) {
  .prodejny-mapa__inner {
    padding: 0 16px;
  }
  .prodejny-mapa__nadpis {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .prodejny-mapa__ramecek {
    aspect-ratio: 1/1;
  }
}

body.entrance-protection-wrapper {
  background: #FFFFFF !important;
}
body.entrance-protection-wrapper .site-name {
  display: inline-block;
  background: #122750;
  padding: 16px 32px;
  line-height: 0;
}

.siteCookies__form {
  gap: 24px;
}
.siteCookies__form .siteCookies__content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.siteCookies__form .siteCookies__text {
  flex: 1 1 auto;
  margin: 0;
}
.siteCookies__form .siteCookies__links {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.siteCookies__form .siteCookies__buttonWrap {
  align-items: center;
}

@media (max-width: 767px) {
  .siteCookies__form {
    gap: 0;
  }
  .siteCookies__form .siteCookies__content {
    display: block;
  }
  .siteCookies__form .siteCookies__text {
    margin: 0 0 16px;
  }
}
.cookiesSetting__bottom .cookiesSetting__button {
  font-size: 16px;
  padding: 0 15px;
  line-height: 48px;
  border-radius: 4px;
}
.cookiesSetting__bottom .cookiesSetting__button--green {
  background: #D4AF37;
  color: #FFFFFF;
}
.cookiesSetting__bottom .cookiesSetting__button--green:hover {
  background: #B89633;
  color: #FFFFFF;
}

/*# sourceMappingURL=s31-style.css.map */
