:where(.ums_forms_redesign--on) .form-control:focus{
outline: none !important;
box-shadow: none !important;
}

.summary-wrapper,
.checkout-box-wrapper,
.ordering-process .co-box,
#checkoutSidebar .cart-content{
border-color: #dadada !important;
border-radius: 8px !important;
border-style: solid !important;
border-width: 1px !important;
}
:root {
    --colors-forms-positive: #00e676 !important;
    --colors-state-success: #10b981 !important;
    --colors-tags-green: #00e676 !important;
}
.msg.msg-notice, .msg.msg-success{
background-color: #10b981 !important;
border-color: #10b981 !important;
}

.cart-item-image-col img {
    border-radius: 8px !important;
  }
  
#content > div > div.full-width.p-detail-full-width{
border-radius: 8px !important;
margin-bottom: 30px;



}
.siteCookies__button{
background-color: #cf181f;
}
.siteCookies__button:hover,
.siteCookies__link:hover{
background-color: #BF2B37;
}

@media (max-width: 768px) {
    .site-name img {
        transform: scale(1.5); /* Zvětší logo na 150 % původní velikosti (můžeš změnit např. na 1.6 nebo 1.7) */
        transform-origin: left center; /* Drží logo zarovnané vlevo */
        position: relative;
        top: 3px; /* Mírné doladění svislého zarovnání na střed hlavičky */
    }
}

/* Možnost úpravy */
/* Moderní rozbalovací box - laděno do modré barvy rukavic */
.eshop-modern-dropdown {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin: 14px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  font-family: inherit;
  box-sizing: border-box;
  overflow: hidden;
}

.eshop-modern-dropdown[open] {
  border-color: #3b82f6; /* Výrazný modrý rámeček při otevření */
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.15); /* Pěkný modrý stín */
}

/* Klikací lišta */
.eshop-modern-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background-color: #eff6ff; /* Svěží a čisté světle modré pozadí */
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.eshop-modern-trigger::-webkit-details-marker {
  display: none;
}

.eshop-trigger-title {
  font-weight: 700;
  font-size: 15px;
  font-style: italic;
  color: #2563eb; /* Hluboká modrá pro skvělou čitelnost */
}

.eshop-trigger-action {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb; /* Sytá modrá rukavic */
}

.eshop-chevron {
  transition: transform 0.25s ease;
}

.eshop-modern-dropdown[open] .eshop-chevron {
  transform: rotate(180deg);
}

/* Rozbalovací obsah */
.eshop-modern-body {
  padding: 18px;
  font-size: 14px;
  color: #374151;
  border-top: 1px solid #dbeafe;
  background-color: #ffffff;
}

.eshop-body-intro {
  margin: 0 0 14px 0;
  color: #374151;
  line-height: 1.5;
}

.eshop-body-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 14px 16px;
}

.eshop-body-box strong {
  color: #1e293b;
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eshop-body-box ul {
  margin: 0;
  padding-left: 20px;
}

.eshop-body-box li {
  margin-bottom: 8px;
  color: #475569;
  line-height: 1.5;
}

/* Zvýrazňovací tagy a odkazy v barvě rukavic */
.eshop-highlight-tag {
  background-color: #eff6ff;
  color: #1d4ed8;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #bfdbfe;
  text-decoration: none;
}

.eshop-highlight-tag:hover {
  background-color: #dbeafe;
  color: #1e40af;
}

.eshop-highlight-email {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .eshop-modern-trigger { flex-wrap: wrap; gap: 8px; padding: 12px 14px; }
  .eshop-trigger-title { font-size: 13.5px; }
  .eshop-trigger-action { font-size: 11.5px; margin-left: auto; }
}
/* Spoj mat */
.eshop-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  font-family: inherit; 
  box-sizing: border-box;
}

.eshop-status-icon {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

/* Zelená varianta */
.eshop-status-success {
  background-color: #f0fdf4 !important;
  color: #15803d !important;
  border: 1px solid #bbf7d0 !important;
}

/* Červená varianta */
.eshop-status-danger {
  background-color: #fef2f2 !important;
  color: #991b1b !important;
  border: 1px solid #fecaca !important;
}
.eshop-icon-normal {
  font-style: normal !important;
  display: inline-block;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .eshop-status-badge {
    margin-top: 15px !important;
  }
}

.type-product .benefitBanner__data{
background-image: none;
}
.recommendation-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 4px solid #cf181f; /* Firemní červený proužek vlevo */
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.recommendation-image a {
    display: block;
    line-height: 0; /* Zabrání vzniku drobné mezery pod obrázkem */
}

.recommendation-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ddd;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.recommendation-image a:hover img {
    opacity: 0.85; /* Jemné ztmavení při najetí myši */
}

.recommendation-content {
    display: flex;
    flex-direction: column;
}

.recommendation-tag {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #cf181f;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.recommendation-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.recommendation-content a {
    color: #cf181f;
    font-weight: bold;
    text-decoration: underline;
}

/* Responzivita pro mobily */
@media (max-width: 576px) {
    .recommendation-box {
        flex-direction: column;
        text-align: center;
    }
    .recommendation-image img {
        width: 100px;
        height: 100px;
    }
}
.tech-visual {
    text-align: left; 
}

.tech-visual img {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.tech-visual img{
max-width: 275px;
margin-bottom: 5px;
}

@media (max-width: 768px) {
    .tech-visual {
        text-align: center;
    }
    .tech-visual img {
        max-width: 180px; 
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
}

.type-product .benefitBanner__data{
min-height: 0px;
margin-top: 15px;
}

.moznost-upravy-icon {
display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -4px; 
  margin-right: 8px;    
  object-fit: contain;
}
.eshop-status-link-zmensene {
    text-decoration: none; 
    color: inherit;        
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.eshop-status-link-zmensene:hover {
    background-color: #fee2e2 !important;
    border-color: #f87171;    
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.15);
    transform: translateY(-1px);
}

.eshop-status-link-zmensene:active {
    transform: translateY(0px);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}