@media (min-width: 768px) {
  .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;
  }
}

/* detail fixed bar */

.detail-fixed-bar__inner .btn {
  width: auto;
  min-height: 50px;
  font-size: 16px;
  height: 50px;
  padding: 5px 20px 5px;
}

.detail-fixed-bar__inner .btn:after {
  font-size: 16px;
}

.detail-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 9999;
  padding: 15px 20px;
  pointer-events: none;
}

.detail-fixed-bar.is-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.detail-fixed-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  position: relative;
}

.detail-fixed-bar__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* Styling pre obsah ceny */
.detail-fixed-bar__price .p-final-price-wrapper {
  /* display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; */
  font-size: 16px;
  font-weight: normal;
}

.detail-fixed-bar__price .price-standard {
  margin-right: 8px;
}

.detail-fixed-bar__price .price-standard span {
  text-decoration: line-through;
  color: #999;
  font-size: 18px;
}

.detail-fixed-bar__price .price-save {
  background: #7e2129;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  position: absolute;
  top: -25px;
  left: 0;
}

.detail-fixed-bar__price .price-measure {
  display: none;
}

.detail-fixed-bar__price .price-final {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
}

.detail-fixed-bar__price .price-additional {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.detail-fixed-bar__price .price-measure span {
  font-size: 12px;
  color: #aaa;
}

/* Button */
.detail-fixed-bar button {
  flex-shrink: 0;
}

/* --- KOMPAKTNÁ VERZIA NA MOBILE --- */
@media (max-width: 767px) {
  .detail-fixed-bar {
    padding: 8px 15px;
  }
  .detail-fixed-bar__price .price-final {
    font-size: 18px;
  }
  .detail-fixed-bar__price .price-additional,
  .detail-fixed-bar__price .price-measure {
    display: none;
  }

  .detail-fixed-bar__price .price-save {
    top: -20px;
  }

  .detail-fixed-bar__inner .btn {
    width: auto;
    min-height: 40px;
    font-size: 14px;
    height: 40px;
    padding: 0px 20px 0px;
  }

  .detail-fixed-bar__price .p-final-price-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}

@media (min-width: 992px) {
  .template-11 .popup-widget.login-widget,
  .template-13 .popup-widget.login-widget,
  .template-11 .popup-widget.cart-widget,
  .template-13 .popup-widget.cart-widget {
    margin-top: 29px;
  }
}
