.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked+label {
  background-color: var(--color-primary);
}
.welcome .welcome__content p {
  margin-bottom: 0;
}
.welcome .welcome__content p + p{
  margin-top: 20px;
}
@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 768px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }
  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }
  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 155px;
  }
}
@media (max-width: 767px){
  .top-navigation-bar {
    background-color: white;
  }
}
@media (max-width: 370px){
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}
@media (min-width: 768px) {
  .products-related-block h2, .products-alternative-block h2,
  h4.homepage-group-title, .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .click-cart > a[data-target="cart"] {
    background: var(--color-secondary);
    border-radius: 8px;
  }
  .click-cart > a[data-target="cart"]:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background: var(--color-secondary-hover);
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}
@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}
@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}
@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 56px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }
  #header .site-name a img {
    max-height: 90px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

#ps-google-review-card-wrap{ margin: 18px 0 26px; }
#ps-google-review-card{
  background:#fff;
  border-radius:18px;
  padding:16px 16px 14px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
  transition: transform .15s ease, box-shadow .15s ease;
}
@media (hover:hover){
  #ps-google-review-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0,0,0,.08);
  }
}
#ps-google-review-card:before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%; height:3px;
  background: linear-gradient(90deg,rgba(102,156,53,.55),rgba(102,156,53,.08));
}
#ps-google-review-card .ps-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
#ps-google-review-card .ps-title{
  font-weight:900;
  color:#111827;
  font-size:15px;
  line-height:1.2;
  display:flex;
  align-items:center;
  gap:8px;
}
#ps-google-review-card .ps-title:before{
  content:"✓";
  display:inline-flex;
  width:18px; height:18px;
  align-items:center; justify-content:center;
  border-radius:999px;
  background: rgba(102,156,53,.12);
  color: rgba(17,24,39,.9);
  font-size:12px;
  font-weight:900;
}
#ps-google-review-card .ps-sub{
  display:inline-flex;
  margin-top:8px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(17,24,39,.04);
  color: rgba(17,24,39,.70);
  font-size:12px;
  font-weight:800;
  line-height:1;
}
#ps-google-review-card .ps-stars{
  letter-spacing:1px;
  font-size:16px;
  font-weight:900;
  color:#111827;
  white-space:nowrap;
}
#ps-google-review-card .ps-text{
  margin-top:10px;
  font-size:14px;
  line-height:1.55;
  color: rgba(17,24,39,.78);
}
#ps-google-review-card .ps-author{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.06);
  color: rgba(17,24,39,.68);
  font-weight:900;
  font-size:12px;
  width: fit-content;
}
#ps-google-review-card .ps-btn,
#ps-google-review-card .ps-like{ display:none !important; }

#ps-category-proof{
  display:flex;
  align-items:center;
  gap:10px;
  width: fit-content;
  max-width: 100%;
  margin: 12px 0 16px;
  padding:10px 14px;
  border-radius:14px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 6px 14px rgba(0,0,0,.04);
  font-size:13px;
  color:#111827;
  position:relative;
  overflow:hidden;
}
#ps-category-proof:before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%; height:3px;
  background: linear-gradient(90deg,rgba(102,156,53,.55),rgba(102,156,53,.10));
}
#ps-category-proof .ps-stars{
  font-weight:900;
  letter-spacing:1px;
  font-size:13px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(102,156,53,.12);
  color:#111827;
  line-height:1;
  white-space:nowrap;
}
#ps-category-proof .ps-text{
  font-weight:800;
  color:rgba(17,24,39,.78);
  line-height:1.2;
  white-space:nowrap;
}
@media (max-width: 640px){
  #ps-category-proof{
    width:100%;
    white-space:normal;
  }
  #ps-category-proof .ps-text{
    white-space:normal;
  }
}
body:not(.type-category) #ps-category-proof{
  display:none;
}
