#tidytMascot {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: 135px;
  cursor: pointer;
}
#tidytMascotVideo {
  width: 100%;
  display: block;
  border-radius: 20px;
  filter: none;
  mix-blend-mode: multiply;
}
#tidytMascotBubble {
  position: absolute;
  right: 115px;
  bottom: 120px;

  min-width: 180px;
  max-width: 240px;

  background: #ffffff;
  color: #2f2f2f;

  padding: 14px 16px;

  border-radius: 18px 18px 4px 18px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);

  opacity: 0;
  transform: translateY(8px) scale(0.96);

  pointer-events: none;

  transition: all 0.25s ease;

  z-index: 2;
}

.box-onlinePayments {
  display: none !important;
}

.tidyt-care-section {
  padding: 70px 20px;
  margin-top: 40px;
  background: #f4feff;
}

.tidyt-care-content {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.tidyt-care-text {
  flex: 1;
}

.tidyt-care-text h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 20px 0;
  color: #1f1f1f;
}

.tidyt-care-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

.tidyt-care-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.tidyt-care-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.tidyt-care-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  color: #10c4c9;
}

.tidyt-care-card span {
  color: #444;
  line-height: 1.45;
}

.tidyt-care-image {
  flex: 0 0 360px;
}

.tidyt-care-image img {
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .tidyt-care-content {
    flex-direction: column;
  }

  .tidyt-care-image {
    flex: auto;
    width: 100%;
    max-width: 420px;
  }

  .tidyt-care-text h2 {
    font-size: 34px;
  }
}

@media (max-width: 560px) {
  .tidyt-care-grid {
    grid-template-columns: 1fr;
  }
}

/* Footer na 4 stejné sloupce */

.tidyt-company-column .pageElement.heading {
  margin: 0 0 22px !important;
  padding: 0 !important;
}

.custom-footer.elements-3 {
  display: flex;
  flex-wrap: wrap;
}

.custom-footer.elements-3 > div {
  flex: 1 1 25%;
  max-width: 25%;
}

@media (max-width: 991px) {
  .custom-footer.elements-3 > div {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .custom-footer.elements-3 > div {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Tlačítko Do košíku */

.add-to-cart-button,
button.add-to-cart-button,
.btn.btn-conversion.add-to-cart-button {
  background: #e6007e !important;
  border-color: #e6007e !important;
  color: #fff !important;

  transition: all 0.25s ease;
}

/* Hover */

.add-to-cart-button:hover,
button.add-to-cart-button:hover,
.btn.btn-conversion.add-to-cart-button:hover {
  background: #10c4c9 !important;
  border-color: #10c4c9 !important;
  color: #fff !important;
}

/* velikostni tabulka */
.tidyt-size-section {
  padding: 20px 20px 70px;
}

.ngit-footer {
  padding: 18px 20px;

  text-align: center;

  font-size: 13px;

  color: #777;

  background: #fafafa;

  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ngit-footer a {
  color: #10c4c9;
  font-weight: 600;
  text-decoration: none;
}

.ngit-footer a:hover {
  color: #e6007e;
}

/* Dospělácké tabulky */

.tidyt-size-inner--adult {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  max-width: 1100px;
  margin: 0 auto;
}

.tidyt-size-card {
  text-align: center;
}

.tidyt-size-card h3 {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.tidyt-size-card img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .tidyt-size-inner--adult {
    grid-template-columns: 1fr;
  }

  .tidyt-size-card h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .tidyt-size-inner--adult {
    grid-template-columns: 1fr;
  }
}

.tidyt-size-inner {
  max-width: 850px;
  margin: 0 auto;
  background: #f8fcfc;
  padding: 28px;
  border-radius: 28px;
}

.tidyt-story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #10c4c9;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16, 196, 201, 0.22);
}

.tidyt-story-button:hover {
  transform: translateY(-2px);
  color: white;
  background: #0fb3b7;
  box-shadow: 0 16px 30px rgba(16, 196, 201, 0.28);
}

@media (max-width: 900px) {
  .tidyt-story-section--reverse .tidyt-story-content {
    flex-direction: column;
  }
}

/* Benefit Banner Styles */
.benefitBanner.position--benefitHomepage {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  max-width: 1180px;
  margin: 70px auto 70px !important;
  padding: 0 20px;
}

.benefitBanner__item {
  background: #ffffff;
  width: 100%;
  border: 2px solid rgba(16, 196, 201, 0.18);
  border-radius: 28px;
  min-height: 185px;
  padding: 28px 22px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.benefitBanner__item:hover {
  transform: translateY(-6px);
  border-color: rgba(16, 196, 201, 0.45);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.12);
}

.benefitBanner__item img {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain;
  margin: 0 0 18px !important;
  display: block;
}

.benefitBanner__item strong,
.benefitBanner__item b,
.benefitBanner__item span,
.benefitBanner__item p,
.benefitBanner__item div {
  margin: 0 !important;
  max-width: 170px;
  color: #252525;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.35;
}

@media (max-width: 1000px) {
  .benefitBanner.position--benefitHomepage {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .benefitBanner.position--benefitHomepage {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 50px auto 60px !important;
  }

  .benefitBanner__item {
    min-height: 150px;
  }
}

.tidyt-empty-cart-box {
  margin: 28px 0 10px;

  display: flex;
  align-items: center;
  gap: 24px;

  padding: 24px;

  background: #f4feff;

  border-radius: 24px;
}

.tidyt-empty-cart-image {
  width: 170px;
  max-width: 38vw;
}

.tidyt-empty-cart-text {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #2f2f2f;
}

@media (max-width: 768px) {
  .tidyt-empty-cart-box {
    flex-direction: column;
    text-align: center;
  }

  .tidyt-empty-cart-text {
    font-size: 22px;
  }
}

#tidytMascotBubble::after {
  content: "";

  position: absolute;

  right: 22px;
  bottom: -8px;

  width: 16px;
  height: 16px;

  background: #ffffff;

  transform: rotate(45deg);
}

#tidytMascot.cart-bounce {
  animation: tidytCartBounce 0.7s ease;
}

@keyframes tidytCartBounce {
  0% {
    transform: scale(1) rotate(0deg);
  }

  30% {
    transform: scale(1.12) rotate(-4deg);
  }

  60% {
    transform: scale(0.96) rotate(3deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

#tidytMascotBubble.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media (max-width: 768px) {
  #tidytMascot {
    width: 90px;
    right: 12px;
    bottom: 12px;
  }
  #tidytMascotBubble {
    right: 70px;
    bottom: 70px;
    min-width: 150px;
    font-size: 12px;
    padding: 10px 12px;
  }
}
#tidyt-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.tidyt-story-section {
  padding: 90px 20px;
}

.tidyt-story-content {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 70px;
}

.tidyt-story-text {
  flex: 1;
}

.tidyt-story-badge {
  display: inline-flex;

  padding: 10px 16px;

  border-radius: 999px;

  background: #e8fbfc;

  color: #10c4c9;

  font-weight: 700;
  font-size: 14px;
}

.tidyt-story-text h2 {
  font-size: 52px;
  line-height: 1.05;

  margin-bottom: 24px;

  color: #1f1f1f;
}

.tidyt-story-text p {
  font-size: 18px;
  line-height: 1.7;

  color: #555;

  margin-bottom: 18px;
}

.tidyt-story-image {
  flex: 1;
}

.tidyt-story-image img {
  width: 100%;
  border-radius: 28px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
  .tidyt-story-content {
    flex-direction: column;
  }

  .tidyt-story-text h2 {
    font-size: 38px;
  }

  .tidyt-story-section {
    padding: 60px 20px;
  }
}

#tidyt-loader.tidyt-loader-hide {
  opacity: 0;
  visibility: hidden;
}
.tidyt-loader-inner {
  width: min(360px, 86vw);
  text-align: center;
}
.tidyt-loader-mascot {
  width: 140px;
  max-width: 45vw;
  animation:
    tidytRunIn 0.7s ease-out both,
    tidytBounce 1.2s ease-in-out infinite 0.7s;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.16));
}
.tidyt-loader-text {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 800;
  color: #2f2f2f;
}
.tidyt-loader-bar {
  margin: 18px auto 0;
  width: 100%;
  height: 12px;
  background: #e8fbfc;
  border-radius: 999px;
  overflow: hidden;
}
.tidyt-loader-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #10c4c9, #e6007e);
  border-radius: 999px;
  animation: tidytLoadingBar 1s ease forwards;
}
@keyframes tidytRunIn {
  0% {
    transform: translateX(-220px) rotate(-12deg) scale(0.85);
    opacity: 0;
  }
  70% {
    transform: translateX(12px) rotate(4deg) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translateX(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes tidytBounce {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
@keyframes tidytLoadingBar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tidyt-loader-mascot {
    width: 110px;
  }
  .tidyt-loader-text {
    font-size: 17px;
  }
}
.tidyt-mascot-widget {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  width: 100px;
  cursor: pointer;
  animation: tidytFloat 3.5s ease-in-out infinite;
}
.tidyt-mascot-widget img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
  transition: transform 0.25s ease;
}
.tidyt-mascot-widget:hover img {
  transform: rotate(-4deg) scale(1.08);
}
.tidyt-mascot-bubble {
  position: absolute;
  right: 75px;
  bottom: 55px;
  background: #e6007e;
  color: #fff;
  padding: 10px 14px;
  border-radius: 18px 18px 4px 18px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.25s ease;
}
.tidyt-mascot-widget:hover .tidyt-mascot-bubble {
  opacity: 1;
  transform: translateY(0);
}
@keyframes tidytFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}
@media (max-width: 768px) {
  .tidyt-mascot-widget {
    width: 95px;
    right: 14px;
    bottom: 14px;
  }
  .tidyt-mascot-bubble {
    display: none;
  }
}
.footer-banners {
  display: flex !important;

  justify-content: center;
  align-items: stretch;

  gap: 32px;

  flex-wrap: wrap;

  padding: 70px 20px 90px;

  margin-top: 80px;
  margin-bottom: 40px;

  position: relative;
}

.footer-banners::before {
  content: "";

  position: absolute;

  top: 0;
  left: 50%;

  transform: translateX(-50%);

  width: min(1200px, 90%);
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.08),
    transparent
  );
}

.footer-banners .footer-banner {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.footer-banners .footer-banner:hover {
  transform: translateY(-6px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.footer-banners .footer-banner {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  flex: 0 1 260px;
}
.footer-banners .footer-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.welcome-wrapper {
  display: none;
}

.tidyt-krkonose-banner {
  padding: 40px 20px 70px;
}

.tidyt-krkonose-inner {
  max-width: 1180px;
  margin: 0 auto;

  background: linear-gradient(135deg, #f4feff 0%, #ffffff 100%);

  border-radius: 34px;

  padding: 28px 34px;

  display: flex;
  align-items: center;
  gap: 28px;

  border: 1px solid rgba(16, 196, 201, 0.12);

  overflow: hidden;
}

.tidyt-krkonose-image {
  flex: 0 0 170px;
}

.tidyt-krkonose-image img {
  width: 100%;
  display: block;
}

.tidyt-krkonose-text {
  flex: 1;
}

.tidyt-krkonose-text h3 {
  font-size: 34px;
  line-height: 1.1;

  margin: 16px 0 14px;

  color: #1f1f1f;
}

.tidyt-krkonose-text p {
  font-size: 17px;
  line-height: 1.7;

  color: #555;

  max-width: 700px;
}

@media (max-width: 768px) {
  .tidyt-krkonose-inner {
    flex-direction: column;
    text-align: center;

    padding: 28px 24px;
  }

  .tidyt-krkonose-image {
    flex: auto;
    width: 140px;
  }

  .tidyt-krkonose-text h3 {
    font-size: 28px;
  }
}

.tidyt-juchuuu-banner-section {
  max-width: 1180px;
  margin: 80px auto 70px;
  padding: 0;
}

.tidyt-juchuuu-banner-link {
  display: block;
}

.tidyt-juchuuu-banner-link img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.tidyt-juchuuu-banner-link:hover img {
  transform: translateY(-4px);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.12);
}

/* Kompaktní benefit bannery na mobilu */
@media (max-width: 640px) {
  .benefitBanner.position--benefitHomepage {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;

    width: 100%;
    max-width: none;
    margin: 32px auto 45px !important;
    padding: 0 14px !important;
  }

  .benefitBanner.position--benefitHomepage .benefitBanner__item {
    min-width: 0;
    min-height: 150px;

    padding: 18px 10px;
    border-radius: 20px;

    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  }

  .benefitBanner.position--benefitHomepage .benefitBanner__item img {
    width: 52px !important;
    height: 52px !important;
    margin: 0 0 12px !important;
  }

  .benefitBanner.position--benefitHomepage .benefitBanner__item strong,
  .benefitBanner.position--benefitHomepage .benefitBanner__item b,
  .benefitBanner.position--benefitHomepage .benefitBanner__item span,
  .benefitBanner.position--benefitHomepage .benefitBanner__item p {
    max-width: 125px;
    margin: 0 !important;

    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }

  /* Na dotykových zařízeních vypneme hoverové posouvání */
  .benefitBanner.position--benefitHomepage .benefitBanner__item:hover {
    transform: none;
  }
}

@media (max-width: 350px) {
  .benefitBanner.position--benefitHomepage {
    gap: 8px !important;
    padding: 0 8px !important;
  }

  .benefitBanner.position--benefitHomepage .benefitBanner__item {
    padding: 16px 7px;
  }

  .benefitBanner.position--benefitHomepage .benefitBanner__item strong,
  .benefitBanner.position--benefitHomepage .benefitBanner__item b,
  .benefitBanner.position--benefitHomepage .benefitBanner__item span,
  .benefitBanner.position--benefitHomepage .benefitBanner__item p {
    font-size: 13px;
  }
}

/* Vrchní lišta */

.tidyt-top-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  margin-right: 28px;
  font-size: 13px;
}

.tidyt-top-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.tidyt-top-contact__item:hover {
  color: #10c4c9;
}

@media (max-width: 991px) {
  .tidyt-top-contact {
    gap: 14px;
    margin-right: 14px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .tidyt-top-contact {
    display: none;
  }
}

/* Socky */
.tidyt-social-links {
  max-width: 850px;
  margin: 10px auto 12px;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.tidyt-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 8px 15px;

  color: #252525;
  text-decoration: none;

  font-size: 18px;
  font-weight: 700;

  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.tidyt-social-link:hover {
  transform: translateY(-2px);
  color: #10b9c1;
}

.tidyt-social-icon {
  width: 32px;
  height: 32px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #333;
  color: #fff;

  font-size: 19px;
  font-weight: 700;
}

.tidyt-social-icon svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: currentColor;
}

@media (max-width: 640px) {
  .tidyt-social-links {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 10px;
    margin: 8px auto 12px;
  }

  .tidyt-social-link {
    font-size: 15px;
    gap: 7px;
    padding: 7px 4px;
  }

  .tidyt-social-icon {
    width: 28px;
    height: 28px;
    font-size: 17px;
  }

  .tidyt-social-icon svg {
    width: 15px;
    height: 15px;
  }
}
