@charset "UTF-8";
.text-blue, .text-blue-600 {
  color: #1e6ec8;
}

.text-green, .text-green-600 {
  color: #16a34a;
}

.text-gray, .text-gray-600 {
  color: #4b5563;
}

.text-orange {
  color: #ea580c;
}

.text-purple {
  color: #9333ea;
}

.text-yellow {
  color: #fde047;
}

.text-red {
  color: #c8140a;
}

.bg-light-blue {
  background-color: #1ea5eb;
}

.bg-light-green {
  background-color: #82e0aa;
}

.welcome {
  background: #4bade1;
  padding: 5rem 0;
}
.welcome .col-full {
  display: flex;
  gap: 3rem;
  flex-flow: column;
}
@media (min-width: 992px) {
  .welcome .col-full {
    flex-flow: row;
    align-items: center;
  }
}
.welcome .col-full::before, .welcome .col-full::after {
  display: none;
}
.welcome .col-full > * {
  flex: 1;
}
.welcome .badge {
  display: inline-flex;
  color: #fff;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  background: #1e6ec8;
  border-color: #fff;
}
.welcome h1 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin-top: 2rem;
}
.welcome p {
  color: #dbeafe;
  font-size: 1.25rem;
  line-height: 1.625;
}
.welcome .buttons {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #1e6ec8;
  padding-bottom: 2rem;
  flex-flow: column;
}
@media (min-width: 768px) {
  .welcome .buttons {
    flex-flow: nowrap;
  }
}
.welcome .buttons .btn {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 2rem;
}
.welcome .buttons .btn.btn-primary {
  background: #fff;
  color: #1e6ec8;
}
.welcome .buttons .btn.btn-primary:hover {
  background: #f3f4f6;
}
.welcome .buttons .btn:hover {
  color: #1e6ec8;
}
.welcome .testimonials {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}
.welcome .testimonials__item {
  text-align: center;
}
.welcome .testimonials__item__main {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.welcome .testimonials__item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #bfdbfe;
}
.welcome .contact {
  display: flex;
  gap: 1rem;
  color: #fff;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.welcome .contact a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.welcome .contact a:hover {
  text-decoration: underline;
}
.welcome .sampler-wrap {
  border-radius: 1.5rem;
  box-shadow: 0 0 #000, 0 0 #000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  background: #1e6ec8;
  position: relative;
  text-align: center;
}
.welcome .sampler-wrap__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.welcome .sampler-wrap p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.welcome .sampler-wrap__badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: #fff;
  position: absolute;
  text-transform: uppercase;
  box-shadow: 0 0 #000, 0 0 #000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.welcome .sampler-wrap__badge.tr {
  top: -18px;
  right: -15px;
  color: #713f12;
  background: #facc15;
}
.welcome .sampler-wrap__badge.bl {
  bottom: -18px;
  left: -15px;
  color: #fff;
  background: #22c55e;
}
.welcome .sampler-wrap .sampler {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.welcome .sampler-wrap .sampler__column {
  animation-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.75rem;
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 100%;
}
.welcome .sampler-wrap .sampler__column:hover {
  transform: scale(1.05);
}

.home {
  background-color: #f9fafb !important;
}

.home h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0;
}

.featured-products__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .featured-products__heading {
    flex-flow: row;
  }
}
.featured-products__heading > * {
  flex: 1;
}
.featured-products__heading > *:first-child {
  text-align: left;
}
.featured-products__heading > *:last-child {
  text-align: right;
}
.featured-products .products.columns-3 {
  margin-top: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* === Vstupní stránka Míchání (rozhodnutí 13. 11. 2025) ================== */
.home #main {
  text-align: left;
}

.tonovani {
  padding: 3.5rem 0 5rem;
}
.tonovani__intro {
  margin-bottom: 3rem;
}
.tonovani__intro h1 {
  text-align: left;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
  margin-bottom: 0.75rem;
}
.tonovani__intro h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 1rem;
  border-radius: 2px;
  background: linear-gradient(135deg, #f52d19 0%, #c8140a 35%, #1e6ec8 75%, #1e2d96 100%);
}
.tonovani__intro p {
  color: #4b5563;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 620px;
}
.tonovani__selection {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #111827;
  margin: 3.5rem 0 0.5rem;
}

.tonovani-products {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .tonovani-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .tonovani-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=homepage.css.map */
