/* Combined styles for serum detail blocks (source-aligned) */

@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;700&display=swap");

body,
html,
* {
  font-family: "Albert Sans", sans-serif !important;
}

h2 {
  margin-bottom: 1.9rem;
}

.flag.flag-discount {
  display: none;
}

.flag.flag-custom1 {
  background-color: grey !important;
  font-weight: 700;
}

.link-icons {
  display: none;
}

@media screen and (max-width: 768px) {
  table {
    display: block;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }

  tbody,
  tr {
    display: block;
    width: 100%;
  }

  td {
    display: block;
    width: 100% !important;
    white-space: normal;
    word-break: break-word;
  }

  .product-detail__description,
  .custom-table-wrapper,
  .tab-content {
    max-height: none !important;
    overflow: visible !important;
  }
}

.price-final-holder {
  font-family: "Inter", sans-serif !important;
  font-weight: 1200;
  font-size: 2.2rem;
}

.extended-description {
  background: #f9f9f9;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

.extended-description .row-header-label,
.extended-description .row-header-label-colon {
  background: transparent !important;
}

.extended-description > p:first-of-type {
  display: none !important;
}

table.detail-parameters tbody tr th:after {
  display: none;
}

table.detail-parameters tbody tr th {
  position: static !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.p-to-cart-block {
  background-color: #fff;
}

.p-to-cart-block .quantity {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 7px 35px;
  gap: 12px;
  background-color: #fff;
  height: 44px;
}

.p-to-cart-block .quantity button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #edf3ef;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.p-to-cart-block .quantity .increase__sign,
.p-to-cart-block .quantity .decrease__sign {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.p-to-cart-block .quantity input.amount {
  width: 30px;
  text-align: center;
  border: none;
  font-size: 1.2rem;
  background: transparent;
  color: #1a1937;
}

.add-to-cart-button {
  background-color: #ffc400;
  border: none;
  border-radius: 9999px;
  padding: 0.7rem 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.2s ease;
  color: #1a1937;
  text-align: center;
  width: auto !important;
  max-width: 100%;
}

.add-to-cart-button::before {
  content: "🛒";
  font-size: 1.2rem;
  margin-right: 0.5rem;
  display: inline-block;
}

.add-to-cart-button:hover {
  background-color: #e3b416;
}

#footer {
  background-color: #000;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #ccc;
}

.footer-banner h4 {
  color: #fff;
}

.footer-banner p {
  color: #ddd;
}

.p.prispiva-k {
  margin-bottom: 10pt;
}

.product-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}

.product-intro .intro-text {
  flex: 1 1 60%;
}

.product-intro .intro-image {
  display: flex;
  flex: 1 1 35%;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.product-intro .intro-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .product-intro {
    flex-direction: column;
  }

  .product-intro .intro-text {
    order: 1;
  }

  .product-intro .intro-image {
    order: 2;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .product-intro .intro-text p:last-child {
    margin-bottom: 0;
  }

  .product-intro .intro-image img {
    height: auto;
    object-fit: contain;
  }
}

.serum-funguje {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}

.serum-funguje .serum-funguje-text {
  flex: 1 1 60%;
}

.serum-funguje .serum-funguje-image {
  display: flex;
  flex: 1 1 35%;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.serum-funguje .serum-funguje-image img {
  width: 500px;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .serum-funguje {
    flex-direction: column;
  }

  .serum-funguje .serum-funguje-text {
    order: 1;
  }

  .serum-funguje .serum-funguje-image {
    order: 2;
    justify-content: center;
    margin-bottom: 30px;
  }

  .serum-funguje .serum-funguje-image img {
    max-width: 60%;
  }
}

.progress-wrapper {
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  flex-wrap: wrap;
}

.progress-block {
  flex: 1 1 18%;
  min-width: 250px;
  background-color: #f3f3f3;
  padding: 2rem;
  border-radius: 1rem;
  min-height: 340px;
  text-align: center;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donut-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 1.5rem;
}

.donut {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.donut-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
}

.donut-fill {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}

.donut-fill.dark {
  stroke: #231f20;
}

.donut-fill.light {
  stroke: #c8c8c8;
}

.donut-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-large {
  font-size: 2rem;
  font-weight: 700;
  color: #231f20;
}

.text-small {
  font-size: 1.2rem;
  color: #231f20;
}

.progress-text {
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 2;
  margin-top: auto;
}

.slozeni-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0;
}

.slozka {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slozka img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.slozka p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .slozka {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .slozka p {
    font-size: 1.2rem;
  }
}

.accordion-wrapper {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}





.accordion,
.accordion-wrapper .accordion,
.accordion-grid .accordion {
  width: 100% !important;
  max-width: 600px !important;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background: #d2d7d3;
  overflow: hidden;
  margin: 0;
}




.accordion-toggle {
  width: 100%;
  text-align: left;
  padding: 1rem 1.5rem;
  background: #ecf3ef;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  margin: 0;
}

.accordion-toggle::after {
  content: "▼";
  position: absolute;
  right: 1.5rem;
  transition: transform 0.2s ease;
}

.accordion-toggle.active::after {
  transform: rotate(180deg);
}

.accordion-content,
.accordion-text,
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1.5rem;
}

/* Keep accordion-text uncollapsed on mobile to avoid broken rendering in Shoptet editor output. */
@media screen and (max-width: 768px) {
  .accordion-text {
    max-height: none;
    overflow: visible;
  }
}

.accordion-content p,
.accordion-text p,
.accordion-panel p {
  padding: 1rem 0;
  margin: 0;
}

.accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .accordion-grid {
    grid-template-columns: 1fr;
  }
}

.product-intro-vrasky {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-intro-vrasky .intro-img-left {
  flex: 0 0 40%;
  text-align: center;
}

.product-intro-vrasky .intro-img-left img {
  max-width: 100%;
  height: auto;
}

.product-intro-vrasky .intro-text {
  flex: 1;
}

@media (max-width: 768px) {
  .product-intro-vrasky {
    flex-direction: column;
  }

  .product-intro-vrasky .intro-img-left {
    order: 2;
    width: 100%;
  }

  .product-intro-vrasky .intro-text {
    width: 100%;
  }
}

.predapo-blok {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}

.predapo-headline {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.predapo-item {
  margin-bottom: 2rem;
}

.predapo-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}

.predapo-item p {
  font-size: 1rem;
  margin: 0;
}

.serum-tri-bloky {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.serum-tri-bloky .blok {
  flex: 1 1 calc(33.333% - 13.33px);
}

.serum-tri-bloky .blok img {
  width: 100%;
  aspect-ratio: 1 / 1.91;
  object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .serum-tri-bloky .blok {
    flex: 1 1 100%;
  }
}

.carousel-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 40px auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}

.carousel-item {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  margin-right: 12px;
  background-color: #f3f3f3;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.carousel-photo {
  aspect-ratio: 1 / 1.3;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
}

.carousel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.carousel-text {
  font-size: 14px;
  margin-bottom: 10px;
}

.carousel-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 13px;
  margin-top: 10px;
}

.carousel-footer .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.badge {
  background-color: #eef4f0;
  color: #2f664d;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 12px;
  display: inline-block;
  margin-top: 4px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #141414;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.carousel-btn:hover {
  background: #4d7c7d;
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

@media screen and (max-width: 768px) {
  .carousel-item {
    flex: 0 0 100%;
  }
}

.newsletter-blok {
  text-align: center;
  max-width: 9000px;
  margin: 100px auto 0;
  padding: 40px 20px;
}

.newsletter-blok h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.newsletter-blok p {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}

.input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5d8;
  border-radius: 999px;
  padding: 10px 15px;
  flex: 1 1 300px;
  max-width: 400px;
  background-color: #fff;
}

.input-wrapper .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #4d7c7d;
}

.input-wrapper input {
  border: none;
  outline: none;
  font-size: 16px;
  flex: 1;
  color: #333;
}

.newsletter-form button {
  background-color: #4d7c7d;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
}

.podminky {
  font-size: 14px;
  color: #333;
}

.podminky a {
  color: #1a5937;
  text-decoration: underline;
}

.daily-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 32px;
}

.daily-highlight-card {
  background: #eef4f0;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
}

.daily-highlight-card strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.daily-highlight-card p {
  margin: 0;
  font-size: 1.35rem;
}

.daily-why-block {
  margin-top: 20px;
}

.daily-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 24px 0 40px;
}

.daily-benefit-card {
  background: #f3f3f3;
  border-radius: 16px;
  padding: 24px 20px;
  min-height: 220px;
}

.daily-benefit-card h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
}

.daily-benefit-card p {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.7;
}

.daily-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0 36px;
}

.daily-ingredient-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 20px;
}

.daily-ingredient-card img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  flex: 0 0 110px;
}

.daily-ingredient-card h3 {
  margin: 0 0 8px;
  font-size: 1.7rem;
}

.daily-ingredient-card p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

.daily-stress-block {
  margin-top: 12px;
}

.daily-steps-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.daily-step {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 20px;
}

.daily-step h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
}

.daily-step p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

.daily-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0 36px;
}

.daily-fit-card {
  background: #eef4f0;
  border-left: 4px solid #4d7c7d;
  border-radius: 12px;
  padding: 18px;
  font-size: 1.45rem;
  line-height: 1.7;
}

.nano-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 32px;
}

.nano-highlight-card {
  background: #eef4f0;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
}

.nano-highlight-card strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.nano-highlight-card p {
  margin: 0;
  font-size: 1.35rem;
}

.nano-video-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin: 28px 0 40px;
}

.nano-video-copy p {
  margin-bottom: 14px;
}

.nano-video-card {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #f3f3f3;
  min-height: 320px;
}

.nano-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nano-play-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(15, 20, 35, 0.75);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 700;
}

.nano-why-block,
.nano-tech-block {
  margin-top: 20px;
}

.nano-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.collagen-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 32px;
}

.collagen-highlight-card {
  background: linear-gradient(180deg, #fff5f6 0%, #f8eff1 100%);
  border: 1px solid #f0d7dc;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
}

.collagen-highlight-card strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.collagen-highlight-card p {
  margin: 0;
  font-size: 1.35rem;
}

.collagen-why-block,
.collagen-story-block,
.collagen-source-block {
  margin-top: 20px;
}

.collagen-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0 38px;
}

.collagen-comparison-card {
  background: #fff8f8;
  border-radius: 16px;
  padding: 22px 20px;
  border: 1px solid #f2e1e3;
}

.collagen-comparison-card h3 {
  margin: 0 0 10px;
  font-size: 1.75rem;
}

.collagen-comparison-card p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

.collagen-drink-note {
  margin: 18px 0 0;
  padding: 14px 18px;
  background: #fff5f6;
  border-left: 4px solid #c97d8d;
  border-radius: 10px;
  font-size: 1.35rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .nano-highlight-grid,
  .nano-steps-grid,
  .collagen-highlight-grid,
  .collagen-comparison-grid,
  .daily-highlight-grid,
  .daily-benefits-grid,
  .daily-steps-text,
  .daily-fit-grid {
    grid-template-columns: 1fr;
  }

  .nano-video-section {
    grid-template-columns: 1fr;
  }

  .daily-ingredient-grid {
    grid-template-columns: 1fr;
  }

  .daily-ingredient-card {
    flex-direction: column;
    text-align: center;
  }
}

/* Footer contact block */
.footer-contact {
  color: #fff;
  font-family: "Inter", sans-serif;
  padding: 2rem 1rem;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.footer-contact h4 {
  margin-bottom: 1rem;
  color: #fff;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.contact-text p {
  margin: 0.3rem 0;
}

.contact-text a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.social-icons a img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
  box-shadow: 0 0 0 1px #ccc;
}

/* BLOG TEMPLATE */

.bv-blog {
  color: #243126;
}

.bv-blog img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.bv-blog a {
  color: #40614a;
}

.bv-blog-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 16px 56px;
}

.bv-blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.bv-blog-hero-copy,
.bv-blog-hero-media,
.bv-blog-card,
.bv-blog-section,
.bv-blog-signoff {
  border-radius: 28px;
  overflow: hidden;
}

.bv-blog-hero-copy {
  background: linear-gradient(145deg, #f7f5ef 0%, #eef4ed 100%);
  padding: 44px;
}

.bv-blog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #40614a;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bv-blog h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.05;
  color: #1f2a21;
}

.bv-blog-lead {
  margin: 0 0 22px;
  font-size: 1.12rem;
  line-height: 1.75;
  color: #47574a;
}

.bv-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bv-blog-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #56715d;
  font-size: 0.92rem;
}

.bv-blog-hero-media {
  min-height: 100%;
  background: #e7ede7;
}

.bv-blog-hero-media img {
  height: 100%;
  object-fit: cover;
}

.bv-blog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.bv-blog-main {
  display: grid;
  gap: 28px;
}

.bv-blog-section {
  background: #ffffff;
  padding: 38px;
  box-shadow: 0 18px 48px rgba(36, 49, 38, 0.08);
}

.bv-blog-section h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.15;
  color: #213223;
}

.bv-blog-section p,
.bv-blog-signoff p,
.bv-blog-card p {
  margin: 0 0 16px;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #47574a;
}

.bv-blog-section p:last-child,
.bv-blog-signoff p:last-child,
.bv-blog-card p:last-child {
  margin-bottom: 0;
}

.bv-blog-pullquote {
  margin: 24px 0 0;
  padding: 22px 24px;
  border-left: 4px solid #9eb59c;
  background: #f5f8f4;
  color: #314233;
  font-size: 1.15rem;
  line-height: 1.7;
}

.bv-blog-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.bv-blog-visual-stack {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 24px;
}

.bv-blog-card {
  background: #f7f5ef;
  padding: 24px;
}

.bv-blog-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  color: #213223;
}

.bv-blog-card-list {
  margin: 0;
  padding-left: 18px;
  color: #47574a;
}

.bv-blog-card-list li + li {
  margin-top: 10px;
}

.bv-blog-feature {
  display: grid;
  gap: 16px;
}

.bv-blog-feature img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bv-blog-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.bv-blog-highlight {
  background: linear-gradient(180deg, #f8f8f4 0%, #eef4ed 100%);
  border-radius: 22px;
  padding: 22px;
}

.bv-blog-highlight strong {
  display: block;
  margin-bottom: 8px;
  color: #213223;
  font-size: 1.05rem;
}

.bv-blog-signoff {
  background: linear-gradient(155deg, #203126 0%, #2d4634 100%);
  padding: 38px;
  color: #ffffff;
}

.bv-blog-signoff h2,
.bv-blog-signoff p,
.bv-blog-signoff .bv-blog-signature {
  color: #ffffff;
}

.bv-blog-signature {
  margin-top: 24px;
  font-size: 1.1rem;
  font-weight: 700;
}

.bv-blog-signature-note {
  opacity: 0.78;
  font-size: 0.95rem;
}

.bv-blog-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.75fr);
  gap: 24px;
  align-items: center;
  background: #f4f0e7;
}

.bv-blog-cta .bv-blog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #2c4936;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.bv-blog-note {
  margin-top: 22px;
  color: #6b7d6d;
  font-size: 0.95rem;
}

@media screen and (max-width: 991px) {
  .bv-blog-hero,
  .bv-blog-grid,
  .bv-blog-split,
  .bv-blog-cta {
    grid-template-columns: 1fr;
  }

  .bv-blog-visual-stack {
    position: static;
  }

  .bv-blog-hero-copy,
  .bv-blog-section,
  .bv-blog-signoff,
  .bv-blog-card {
    padding: 28px;
  }
}

@media screen and (max-width: 640px) {
  .bv-blog-shell {
    padding: 14px 0 38px;
  }

  .bv-blog h1 {
    font-size: 2rem;
  }

  .bv-blog-lead,
  .bv-blog-section p,
  .bv-blog-signoff p,
  .bv-blog-card p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .bv-blog-highlight-grid {
    grid-template-columns: 1fr;
  }
}

/* === AI HTML include placeholder ===
   <div class="ai-html-include" data-src="/user/documents/.../file.html" data-version="1"></div>
   JS (initHtmlIncludes) fetchne data-src + ?v=data-version a vlozi do divu.
   min-height drzi misto, aby pred fetchnutim nevznikl layout skok (CLS).
   ================================== */
.ai-html-include {
  min-height: 200px;
}
.ai-html-include--loaded {
  min-height: 0;
}
.ai-html-include--error {
  min-height: 0;
  padding: 12px;
  background: #fff5f5;
  border-left: 3px solid #c00;
}

/* ===== QUANTITY SELECTOR FIX 2026-06-07 (START) ===== */
/* Před fixem: .quantity .increase a .decrease mají `top: 0; bottom: 10px`,
   což je posouvá k hornímu okraji wrapperu o ~5 px nahoru.
   Fix vertikálně centruje vůči wrapperu (jakákoli výška).
   Pro rollback smazat blok mezi START a END markery. */
.quantity .increase,
.quantity .decrease {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
/* ===== QUANTITY SELECTOR FIX 2026-06-07 (END) ===== */
