  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

.blog-box-tip,
.blog-box-try {
  border-radius: 6px;
  padding: 16px 18px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
}
    /* css styl ramecku do blogovych clanku */
.blog-box-tip {
  border: 1px solid #f7b4c4;
  background-color: #fff7f9;
}

.blog-box-try {
  border: 1px solid #c1e3ff;
  background-color: #f4f9ff;
}

.blog-box-tip strong,
.blog-box-try strong {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}
@media (min-width: 768px) {
.navigation-in > ul > li:nth-of-type(1) > a { background-color: #cf0001; }
}
.site-msg.information {width: 100% !important; max-width: 100% !important; position: relative; left: 0; top: 0; bottom: auto !important;}
.fixed-msg {position: fixed !important; bottom: auto !important;}


/* ToolTip text */
  body.in-krok-1 .question-tooltip {display: none;}
  .tooltiptext {margin-top: -10px; padding-left: 21px; font-size: smaller;}

label[for="stock"] {
      display: none !important;
}


.sidebar-inner {
      display: flex;
      flex-direction: column;
}
.filters-wrapper {
      order: -1;
}

.type-category #content {
      display: flex;
      flex-direction: column;
}
.type-category #content h1 {
      order: -2;
}
.type-category #content .category-perex {
      order: -1;
}

#header .site-name a img { max-height: none; }
@media (min-width: 768px) {
.menu-helper { top: 100%; transform: translateY(-33px); }
.header-top { height: auto; }
}

#content .p-detail {
      display: flex;
      flex-direction: column;
}
#content .p-detail .products-related-header {
      order: 30;
}
#content .p-detail .products-related.products-additional {
      order: 31;
}
#content .p-detail .browse-p {
      order: 32;
}

#footer .footer-rows .site-name {
      display: none;
}
#footer .custom-footer {
      padding-left: 0px !important;
}

#deliveryPick1 > label > span::after {
  content: 'Pouze Praha - doručení orientačně do 120 minut';
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.in-krok-2 #checkoutContent .co-billing-address .form-group {
  margin-top: 20px;
}

.shp-tabs-holder ul.shp-tabs li a.shp-tab-link[href="#description"] {
  color: white;
  background-color: #036400;
}

/* Otevírací lišta s otevírací dobou */

#opening-hours-bar {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;

width: 300px;
padding: 10px 12px;

  display: flex;
  flex-direction: column;

  background: #4caf50;
  color: #fff;

  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  overflow: hidden;
  box-sizing: border-box;

  transition: width 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

#opening-hours-bar *,
#opening-hours-bar *::before,
#opening-hours-bar *::after {
  box-sizing: border-box;
}

.opening-hours-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.today-hours-btn {
  flex: 1;
  min-width: 0;

  display: flex;
  align-items: center;

  padding: 4px 8px;

  background: rgba(255, 255, 255, 0.2);
  color: #fff;

  border: 0;
  border-radius: 20px;

  font: inherit;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;

  cursor: pointer;

  white-space: nowrap;
overflow: visible;
text-overflow: clip;
}

.today-hours-btn svg {
  flex-shrink: 0;

  width: 18px;
  height: 18px;
  margin-right: 4px;

  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

.today-hours-btn span {
  min-width: 0;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.toggle-icon,
.close-btn {
  flex-shrink: 0;

  width: 24px;
  height: 24px;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  color: #fff;

  border: 0;

  font: inherit;
  font-size: 18px;
  line-height: 1;

  cursor: pointer;
  user-select: none;
}

.toggle-icon {
  transition: transform 0.25s ease;
}

#opening-hours-bar.open .toggle-icon {
  transform: rotate(180deg);
}

.hours-details {
  display: none;

  width: 100%;
  margin-top: 12px;

  color: #e0f2f1;

  font-size: 13px;
  line-height: 1.4;
}

#opening-hours-bar.open .hours-details {
  display: block;
}

.opening-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;

  margin-bottom: 4px;
}

.opening-row:last-child {
  margin-bottom: 0;
}

.opening-row strong {
  font-weight: 600;
}

@media (max-width: 480px) {
  #opening-hours-bar {
    width: 90%;
    right: 5%;
    bottom: 10px;
  }

  #opening-hours-bar.open {
    width: 90%;
  }

  .today-hours-btn {
    font-size: 14px;
  }

  .opening-row {
    font-size: 13px;
  }
}