/* Emoce hravě – základní pozadí webu */

body,
.overall-wrapper,
.content-wrapper,
.content,
.content-inner,
#content,
#content-wrapper,
.in-index .overall-wrapper,
.in-index .content-wrapper,
.in-index .content,
.in-index .content-inner,
.in-index #content {
    background-color: #FFFBF7 !important;
}


/* Emoce hravě – hlavička / logo / menu */

#header,
.header-top,
.header-bottom,
.header-wrapper,
.site-name,
.site-name-wrapper,
.logo-wrapper,
.navigation-in,
.navigation-wrapper,
.top-navigation-bar,
.navigation-buttons {
    background-color: #FFFBF7 !important;
}

/* jemná linka pod hlavičkou */
#header {
    border-bottom: 1px solid #ece6df !important;
    box-shadow: none !important;
}

/* texty v menu a ikony v hlavičce */
#header a,
.navigation-in a,
.navigation-buttons a,
.navigation-buttons .btn-icon,
.header-top a {
    color: #26344d !important;
}

/* odstranění barevných pseudo prvků v hlavičce */
#header::before,
#header::after,
.header-top::before,
.header-top::after,
.header-bottom::before,
.header-bottom::after {
    background-color: transparent !important;
}


/* Emoce hravě – ikonky vpravo v hlavičce */

#header .navigation-buttons,
#header .navigation-buttons > a,
#header .navigation-buttons > button,
#header .navigation-buttons .btn,
#header .navigation-buttons .btn-icon,
#header .navigation-buttons .toggle-window,
#header .navigation-buttons .search-window-button,
#header .navigation-buttons .login-widget,
#header .navigation-buttons .cart-count,
#header .navigation-buttons .cart-widget {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* odstranění pozadí přes before/after */
#header .navigation-buttons > a::before,
#header .navigation-buttons > a::after,
#header .navigation-buttons > button::before,
#header .navigation-buttons > button::after,
#header .navigation-buttons .btn::before,
#header .navigation-buttons .btn::after {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* barva ikon */
#header .navigation-buttons svg,
#header .navigation-buttons i,
#header .navigation-buttons .icon,
#header .navigation-buttons [class^="icon-"],
#header .navigation-buttons [class*=" icon-"] {
    color: #26344d !important;
    fill: #26344d !important;
    stroke: #26344d !important;
}

/* jemný hover ikonek bez červené */
#header .navigation-buttons > a:hover,
#header .navigation-buttons > button:hover,
#header .navigation-buttons .btn:hover {
    background: #fff3ec !important;
    background-color: #fff3ec !important;
    border-radius: 999px !important;
}

/* hover ikon necháváme tmavě modrý */
#header .navigation-buttons > a:hover svg,
#header .navigation-buttons > button:hover svg,
#header .navigation-buttons .btn:hover svg,
#header .navigation-buttons > a:hover i,
#header .navigation-buttons > button:hover i,
#header .navigation-buttons .btn:hover i {
    color: #26344d !important;
    fill: #26344d !important;
    stroke: #26344d !important;
}


/* Emoce hravě – menu hover bez červené */

#header .navigation-in a,
.navigation-in a {
    color: #26344d !important;
}

/* hover odkazů v hlavním menu */
#header .navigation-in a:hover,
#header .navigation-in li:hover > a,
#header .navigation-in a:hover span,
#header .navigation-in li:hover > a span,
.navigation-in a:hover,
.navigation-in li:hover > a,
.navigation-in a:hover span,
.navigation-in li:hover > a span {
    color: #26344d !important;
}

/* pokud Shoptet barví text přes vnořené prvky */
#header .navigation-in li:hover > a *,
.navigation-in li:hover > a * {
    color: #26344d !important;
}

/* aktivní / otevřená položka menu */
#header .navigation-in li.exp > a,
#header .navigation-in li.exp > a span,
.navigation-in li.exp > a,
.navigation-in li.exp > a span {
    color: #26344d !important;
}


/* Emoce hravě – jednotné mezery mezi sekcemi homepage */

.eh-hero,
.eh-categories,
.eh-benefits,
.eh-about {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  background: #FFFBF7 !important;
}

.eh-hero {
  margin-top: 36px;
}

.eh-categories,
.eh-benefits,
.eh-about {
  margin-top: 52px;
}

.eh-about {
  margin-bottom: 52px;
}

/* Emoce hravě – hlavní hero sekce */

.eh-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.eh-hero-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 42px;
  background: #FFFBF7 !important;
  border-radius: 34px;
  overflow: hidden;
}

.eh-hero-content {
  padding: 48px 0 48px 0;
}

.eh-hero h1 {
  margin: 0 0 20px;
  max-width: 560px;
  color: #26344d;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.eh-hero p {
  max-width: 510px;
  margin: 0 0 28px;
  color: #4f5b70;
  font-size: 17px;
  line-height: 1.65;
}

.eh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.eh-btn-primary,
.eh-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.eh-btn-primary {
  background: #ef7668;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(239, 118, 104, 0.28);
}

.eh-btn-primary:hover {
  background: #e35f50;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(227, 95, 80, 0.38);
}

.eh-btn-secondary {
  background: #ffffff;
  color: #26344d !important;
  border: 1px solid #d8dde5;
}

.eh-btn-secondary:hover {
  background: #eef6fc;
  color: #26344d !important;
  border-color: #4e83b6;
}

.eh-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.eh-hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4f5b70;
  font-size: 14px;
  font-weight: 700;
}

.eh-hero-benefit span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #fff3ec;
  color: #ef7668;
  font-size: 14px;
}

.eh-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}


/* Mobilní verze */

@media (max-width: 900px) {
  .eh-hero {
    margin-top: 24px;
  }

  .eh-hero,
  .eh-categories,
  .eh-benefits,
  .eh-about {
    padding-left: 16px;
    padding-right: 16px;
  }

  .eh-categories,
  .eh-benefits,
  .eh-about {
    margin-top: 40px;
  }

  .eh-about {
    margin-bottom: 40px;
  }

  .eh-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .eh-hero-content {
    padding: 28px 4px 0;
  }

  .eh-hero h1 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .eh-hero p {
    font-size: 16px;
  }

  .eh-hero-actions {
    flex-direction: column;
  }

  .eh-btn-primary,
  .eh-btn-secondary {
    width: 100%;
  }

  .eh-hero-benefits {
    flex-direction: column;
    gap: 10px;
  }

  .eh-about-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .eh-about-image img {
    max-width: 360px;
    margin: 0 auto;
  }

  .eh-about-content h2 {
    font-size: clamp(28px, 7vw, 36px);
  }

  .eh-about-content p {
    font-size: 16px;
  }
}


/* Emoce hravě – sekce kategorií (homepage) */

.eh-categories {
  padding-top: 0;
  padding-bottom: 0;
}

.eh-categories-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.eh-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 22px 18px 24px;
  border-radius: 26px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(38, 52, 77, 0.06);
}

.eh-category-card:hover {
  transform: none !important;
  box-shadow: 0 8px 28px rgba(38, 52, 77, 0.06) !important;
}

.eh-category-card--coral {
  background: #fdeeea;
}

.eh-category-card--lavender {
  background: #f0eef8;
}

.eh-category-card--mint {
  background: #eaf5ee;
}

.eh-category-card--sky {
  background: #e8f3fa;
}

.eh-category-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0 4px;
  color: #26344d;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.eh-category-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
}

.eh-category-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.eh-category-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  min-height: 168px;
  margin-bottom: 18px;
  padding: 0 6px;
}

.eh-category-image img {
  width: 100%;
  max-width: 210px;
  height: auto;
  display: block;
  object-fit: contain;
}

.eh-category-action {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
}

.eh-category-btn,
.eh-category-btn:hover,
.eh-category-btn:focus,
.eh-category-btn:active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  flex: 0 0 auto !important;
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: none !important;
  outline: none !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
  scale: 1 !important;
  transition: background-color 0.2s ease !important;
}

.eh-category-btn::before,
.eh-category-btn::after {
  display: none !important;
  content: none !important;
}

.eh-category-card--coral .eh-category-btn,
.eh-category-card--coral .eh-category-btn:hover,
.eh-category-card--coral .eh-category-btn:focus,
.eh-category-card--coral .eh-category-btn:active {
  background: #ef7668 !important;
  box-shadow: 0 8px 18px rgba(239, 118, 104, 0.28) !important;
}

.eh-category-card--coral .eh-category-btn:hover {
  background: #e35f50 !important;
}

.eh-category-card--lavender .eh-category-btn,
.eh-category-card--lavender .eh-category-btn:hover,
.eh-category-card--lavender .eh-category-btn:focus,
.eh-category-card--lavender .eh-category-btn:active {
  background: #8e82b0 !important;
  box-shadow: 0 8px 18px rgba(142, 130, 176, 0.28) !important;
}

.eh-category-card--lavender .eh-category-btn:hover {
  background: #7a6f9c !important;
}

.eh-category-card--mint .eh-category-btn,
.eh-category-card--mint .eh-category-btn:hover,
.eh-category-card--mint .eh-category-btn:focus,
.eh-category-card--mint .eh-category-btn:active {
  background: #82a37b !important;
  box-shadow: 0 8px 18px rgba(130, 163, 123, 0.28) !important;
}

.eh-category-card--mint .eh-category-btn:hover {
  background: #6f9168 !important;
}

.eh-category-card--sky .eh-category-btn,
.eh-category-card--sky .eh-category-btn:hover,
.eh-category-card--sky .eh-category-btn:focus,
.eh-category-card--sky .eh-category-btn:active {
  background: #4a81b0 !important;
  box-shadow: 0 8px 18px rgba(74, 129, 176, 0.28) !important;
}

.eh-category-card--sky .eh-category-btn:hover {
  background: #3d6f9a !important;
}

/* Shoptet – zabránit globálním stylům odkazů v obsahu */
.content .eh-categories a.eh-category-btn,
#content .eh-categories a.eh-category-btn,
.content-inner .eh-categories a.eh-category-btn {
  display: inline-flex !important;
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
  height: 46px !important;
  transform: none !important;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .eh-categories-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .eh-categories-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .eh-category-card {
    padding: 20px 16px 22px;
    border-radius: 22px;
  }

  .eh-category-image {
    min-height: 150px;
    margin-bottom: 16px;
  }

  .eh-category-action {
    height: 46px;
  }

  .eh-category-btn,
  .eh-category-btn:hover,
  .eh-category-btn:focus,
  .eh-category-btn:active,
  .content .eh-categories a.eh-category-btn,
  #content .eh-categories a.eh-category-btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 220px !important;
  }
}


/* Emoce hravě – sekce výhod e-shopu */

.eh-benefits {
  padding-top: 0;
  padding-bottom: 0;
}

.eh-benefits-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f5ede6;
  border-radius: 22px;
  box-shadow: 0 8px 28px rgba(38, 52, 77, 0.04);
  overflow: hidden;
}

.eh-benefits-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 26px 22px;
  border-right: 1px solid #e8ddd4;
}

.eh-benefits-item:last-child {
  border-right: none;
}

.eh-benefits-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  margin-top: 2px;
}

.eh-benefits-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.eh-benefits-item--heart .eh-benefits-icon svg {
  stroke: #ef7668;
}

.eh-benefits-content h3 {
  margin: 0 0 6px;
  color: #26344d;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.eh-benefits-content p {
  margin: 0;
  color: #5a6578;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .eh-benefits-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .eh-benefits-item {
    border-right: none;
    border-bottom: 1px solid #e8ddd4;
  }

  .eh-benefits-item:nth-child(odd) {
    border-right: 1px solid #e8ddd4;
  }

  .eh-benefits-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .eh-benefits-inner {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .eh-benefits-item,
  .eh-benefits-item:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid #e8ddd4;
    padding: 20px 18px;
  }

  .eh-benefits-item:last-child {
    border-bottom: none;
  }
}


/* Emoce hravě – sekce O nás */

.eh-about {
  padding-top: 0;
  padding-bottom: 0;
}

.eh-about-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 48px;
}

.eh-about-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eh-about-image img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  object-fit: contain;
}

.eh-about-content h2 {
  margin: 0 0 22px;
  color: #26344d;
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.eh-about-content p {
  margin: 0 0 18px;
  color: #4f5b70;
  font-size: 17px;
  line-height: 1.7;
}

.eh-about-content p:last-child {
  margin-bottom: 0;
}
