html, body, * {
  font-family: 'Montserrat', sans-serif !important;
}
.cookie-ag-wrap, .messages {
    left: 50px;
    position: fixed;
    right: 0;
    bottom: 50px !important;
		top: unset !important;
    max-width: 384px;
}
body.in-na-miru #products{
	visibility: hidden;
}

#payment-qr-wrap{
	display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

body > div.overall-wrapper > div.site-msg.information {position: static; min-width: 100%;}
.products-block.products .p .price span, .products-block.products .p .price strong::after {
    content: "ceny bez DPH";
    font-size: 10px;
    font-weight: 300;
}
span.price-final-holder::after {
    content: "ceny bez DPH";
    font-size: 20px;
    font-weight: 300;
}

#category-filter-hover, .content .sidebar #category-filter-hover {
    display: inline;
}

.filter-section.filter-section-button {
    display: none;
}

@media (max-width: 767px) {
	.navigation-buttons{
		display: none;
	}
}

.navigation-close, .navigation-in .navigationActions__submenu li:before{
	display: none;
}

.navigationActions .ext.exp{
	display: flex;
  flex-direction: column;
  align-items: center;
}

.responsive-tools {
    height: 97px;
    gap: 2px;
}

/* Farby podľa ukážky */
:root{
  --c-navy:#2a2a5a;
  --c-text:#2f2f2f;
  --c-green:#84b63e;
  --c-line:#cfe3a6;
  --c-muted:#e9edf2;
}

/* Mriežka sekcie */
@media (min-width: 1201px) {
.cat-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 24px 0;
}
}

/* Karta */
.cat-card{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items:center;
  padding: 28px 24px 36px;
  background:#fff;
  border-bottom:6px solid var(--c-green); /* silný spodný pruh */
  position:relative;
}
.cat-card::after{
  /* jemný „deliaci“ pruh pod kartou ako v screenshote */
  content:"";
  position:absolute;
  left:0; right:0; bottom:-10px;
  height:6px; background:var(--c-line);
}

.cat-card__media img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.cat-card__title{
  margin:0 0 10px;
  font-size: clamp(26px, 2.9vw, 36px);
  line-height:1.15;
  color:var(--c-navy);
  font-weight:800;
}

/* Voliteľný úvodný text (pravý horný box) */
.cat-card__lead{
  margin: 6px 0 10px;
  color:#4a4a4a;
  max-width: 46ch;
}

/* Zoznam odkazov / bodov */
.cat-card__list{
  list-style:none;
  margin:0 0 16px 0;
  padding:0;
  border-top:1px solid var(--c-muted);
}
.cat-card__list li{
  border-bottom:1px solid var(--c-muted);
  padding:10px 0 10px 18px;
  position:relative;
}
.cat-card__list li::before{
  content:"›";
  position:absolute;
  left:0; top:10px;
  color:var(--c-green);
  font-weight:800;
}
.cat-card__list a{
  color:var(--c-text);
  text-decoration:none;
}
.cat-card__list a:hover{ color:var(--c-green); }


/* CTA */
.cat-card__cta{
  display:inline-flex; align-items:center; gap:8px;
  text-decoration:none;
  text-transform:uppercase;
  color:var(--c-green);
  font-weight:800;
  letter-spacing:.3px;
}
.cat-card__cta:hover{ text-decoration:underline; }

/* Responzívne správanie */
@media (max-width: 1200px){
  .cat-card{ grid-template-columns: 300px 1fr; }
}
@media (max-width: 980px){
  .cat-grid{ grid-template-columns: 1fr; }
  .cat-card{ grid-template-columns: 1fr; }
}
.rate-wrapper, .welcome div, .welcome h1{
  max-width: unset !important;
}
.cat-card__content{
width:275px;
}


.category-discounts {
    font-size: 0.75em;
}


.extended-banner-link, .extended-banner-text, .extended-banner-title {
  background: none;
  border: none;
  box-shadow: none;

}

.extended-banner-title {
  top: 30%;
  left: 11%;
  font-size: 40px;
  font-weight: 700;
  color: rgb(65 65 110);

}

.extended-banner-text {
  font-size: 16px;;
  color: #767676;
  top: 60%;
  left: 11%;

}

.extended-banner-link {
  top: 80%;
  left: 11%;
  font-size: 23px;
  font-weight: bold;
  color: white;
  background-color: #95C11F !important;
  border-radius: 10px;
  max-width: fit-content;
  padding: 10px 15px 10px 15px;
  min-height: fit-content;
}

.detail-parameters .delivery-time-label,
.detail-parameters .delivery-time {
    display: none;
}


/* Druhý krátký popis */
.extended-description table.detail-parameters div[data-testid="productCardShortDescr"] {
    display: none !important;
}





#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.price-and-meta > div.left-price > div > span.price-measure {display: none;}

/*doprava zdarma*/
#cart-wrapper > div > div > div.col-md-8 > div > div.cart-summary > div > div:nth-child(2) > div > div {display: block;}
/*možnosti doručneí u produktu - zakázání zobrazení ceny*/
#cboxLoadedContent > div > div > div > strong {display: none;}

/* Diskuze formulář + kontaktní formulář, stejný styl */
#formContact .form-control,
#formProductQuestion .form-control,
#discussion-form .form-control,
#formContact textarea,
#formProductQuestion textarea,
#discussion-form textarea {
    width: 100% !important;
    padding: 12px 18px !important;
    border: 2px solid #eef0f4 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    color: #334155 !important;
    background-color: #ffffff !important;
    transition: all 0.2s ease-in-out !important;
    box-sizing: border-box !important;
    outline: none !important;
    margin-bottom: 5px !important;
}

#formContact .form-control:hover,
#formProductQuestion .form-control:hover,
#discussion-form .form-control:hover {
    border-color: #d1d5db !important;
}

#formContact .form-control:focus,
#formProductQuestion .form-control:focus,
#discussion-form .form-control:focus,
#fullName:focus, #email:focus, #title:focus, #message:focus {
    border-color: #9fc43a !important; 
    box-shadow: 0 0 0 4px rgba(159, 196, 58, 0.15) !important;
    background-color: #ffffff !important;
}

#formContact .btn-primary,
#formProductQuestion .btn-primary,
#discussion-form .btn-primary,
[data-testid="buttonSendComment"] {
    background-color: #9fc43a !important; 
    border: none !important;
    color: #ffffff !important;
    padding: 14px 45px !important;
    border-radius: 30px !important; 
    font-size: 17px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
    width: auto !important;
    text-transform: uppercase !important;
}

#formContact .btn-primary:hover,
#formProductQuestion .btn-primary:hover,
#discussion-form .btn-primary:hover,
[data-testid="buttonSendComment"]:hover {
    background-color: #8bb12f !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(159, 196, 58, 0.3) !important;
}

.submit-wrapper {
    text-align: center !important;
    margin-top: 20px !important;
}

.no-display, 
#discussion-form .no-display,
[style*="display: none"] {
    display: none !important;
}


/* Styl pro přidání do košíku, úprava v košíku + err msg při nevyplněném poli ve formuláři */
.msg-error:not(.js-validator-msg), 
.msg-success:not(.js-validator-msg) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 70px !important;
    width: 95% !important;
    max-width: 420px !important;
    margin: 20px auto !important;
    border-radius: 16px !important;
    padding: 12px 20px !important;
    text-align: center !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important; 
    transition: all 0.3s ease !important;
}

.msg-error:not(.js-validator-msg) span, 
.msg-success:not(.js-validator-msg) span,
[data-testid="notifierMessage"] span {
    display: inline-block !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    white-space: normal !important;
}

.msg-error:not(.js-validator-msg) a,
.msg-success:not(.js-validator-msg) a,
[data-testid="notifierMessage"] a {
    color: inherit !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    font-weight: 900 !important;
}

.js-validator-msg.msg-error {
    display: block !important;
    min-height: 0 !important;
    width: auto !important;
    max-width: none !important;
    margin: 5px 0 15px 0 !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    border-width: 2px !important; 
    text-align: left !important;
}

.msg-error {
    background-color: #fff5f5 !important;
    color: #c53030 !important;
    border: 3px solid #f56565 !important;
}

.msg-success {
    background-color: #f0fff4 !important;
    color: #22543d !important;
    border: 3px solid #9fc43a !important;
}

/*Dotaz tlačítko - detail produktu*/
/* ❌ zabije default Shoptet ikonku */
.ask-button.link-icon.chat::before {
    display: none !important;
}

/* ❌ pokud by se přidalo SVG */
.ask-button.link-icon.chat svg {
    display: none !important;
}

/* 🔥 reset Shoptet stylů */
.ask-button.link-icon.chat {
    background: #fff !important;
    border: 1px solid #2b2b4a !important;
    color: #2b2b4a !important;
    padding: 5px 40px !important;
    border-radius: 10px !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    font-weight: 700 !important;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;

    margin-left: 10px;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart {
    align-items: flex-start;
}

/* Vycentrování btn dotazu na mobilu */
@media only screen and (max-width: 767px) {
    .ask-button.chat {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Boční rozestup od stěň pro hlavní kontejner i s prvky uvnitř */
@media only screen and (max-width: 767px) {
    .p-info-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    .p-detail-info, 
    .price-and-meta, 
    .detail-parameters, 
    .p-short-description {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*upravy 12042026 - cena bez DPH -> info zalomeni pod cenu */ 
.products-block.products .p .price span, .products-block.products .p .price strong::after {
    display: block;
}

span.price-final-holder::after {
    display: block;
}

.extra.delivery {
    display: block !important;
}


/*uprava parametry*/
.detail-parameters tbody {
    display: flex;
    flex-direction: column;
}

/* každý řádek jako blok */
.detail-parameters tr {
    display: flex;
}

/* default fallback pořadí */
.detail-parameters tr {
    order: 999;
}

.detail-parameters tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 1px 0;
}

/* LEVÁ STRANA */
.detail-parameters th {
    text-align: left;
    font-weight: 600;
    flex: 1;
}

/* PRAVÁ STRANA */
.detail-parameters td {
    text-align: left;
    flex: 1;
}

/* odstranění default table chování */
.detail-parameters {
    width: 100%;
}

.detail-parameters th,
.detail-parameters td {
    padding: 0;
}


/*banner - respo - nutno ještě doplnit mobil!!!*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .extended-banner-title {
        font-size: 25px;
    }
    .extended-banner-text {
        font-size: 11px;
    }
    .extended-banner-link {
        font-size: 11px;
    }
}


/*banner mobil*/
@media (max-width: 767px) {
    .extended-banner-title {font-size: 13px} 
    .extended-banner-text {font-size: 9px} 
    .extended-banner-link {font-size: 9px;}
    .carousel-inner>.item>a>img, .carousel-inner>.item>img { 
        line-height: 1; 
        max-width: unset; 
        width: auto; 
        height: 174px; 
}
.id-1 #content-wrapper { 
    margin-top: 30px !important;
}  
}

/*menu mobil*/
@media (max-width: 767px) {
.cart-count svg, .top-nav-button-login svg, .responsive-tools>a svg {
    width: 17px;
    height: 17px;
}
@media (max-width: 767px) {
    #header .site-name a img {
        padding: 0 !important;
        height: 46px;
        max-width: 132px;
        margin: 0 !important;
    }
}
}

@media (min-width: 1024px) {
    body > div.messages {left: 40% !important; bottom: 10%;}
}

/* Button - detail  */
.btn-primary[href*="detail"], 
a.btn.btn-primary {
    background: #ffffff !important; 
    border: 1px solid #2b2b4a !important;
    color: #2b2b4a !important;
    padding: 2px 30px !important; 
    border-radius: 10px !important; 
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    line-height: 2 !important; 
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    height: auto !important;
}

/* Respo - padding ze stran */
.cart-content {
    padding-left: 20px;
    padding-right: 20px;
}

.pageArticleDetail{
    padding-left: 20px;
    padding-right: 20px;
}


/* Obrázky na HP */
.cat-card .cat-card__media img {
    display: block;
    width: 80% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

#best-sellers-wrapper .product .image img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media only screen and (max-width: 767px) {
    .cat-card .cat-card__media img {
        width: 60% !important;
    }

    #best-sellers-wrapper .product .image img {
        width: 60%;
    }
}

/* Sjednocené rádiusy u tlačítek v košíku */
#continue-order-button, 
#orderFormButton, 
.btn-conversion, 
.toggle-contacts {
    border-radius: 10px !important;
}

.h1 {
    margin-left: 10px
}

/* sekce vlastní potisk center obrázků */
@media only screen and (max-width: 767px) {
    .print-guide .wp-block-image img {
        margin-right: -50px !important;
        display: block !important;
    }
}

/* Zmenšení obrázků produktů na 80 % pro mobily */
@media only screen and (max-width: 767px) {
    #products-1 .product .image img {
        width: 80% !important;
        height: auto !important; 
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}

/* zalomení balíků pod palety */
@media (max-width: 767px) {
    .shipping-extra:has(img) {
        display: table !important;
        padding: 5px 10px 5px 4px !important; 
        margin-left: -5px !important; 
        text-indent: 10px !important;       
        line-height: 1.2 !important;
        white-space: normal !important;
        margin-bottom: -18px;
    }

    .shipping-extra:has(img) b:first-of-type::after {
        content: "\A";
        white-space: pre !important;
        display: block !important;
        margin-bottom: -18px; 
    }

    .shipping-extra:has(img) b:last-of-type {
        margin-left: 0; 
    }

    .shipping-extra:not(:has(img)) {
        display: block !important;
        width: fit-content !important;
        padding: 5px 10px !important;
    }
}

/* Stránka chci vlastní potisk - centrování + respo */
@media (min-width: 1025px) {
    .print-guide {
        max-width: 1000px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        transform: translateX(-20px);
    }
}

@media (min-width: 1440px) {
    .print-guide {
        max-width: 800px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        transform: translateX(-20px);
    }
}

@media (min-width: 1920px) {
    .print-guide {
        max-width: 1000px !important; 
        margin-left: 0 !important;
        margin-right: auto !important;
        transform: translateX(-20px);
    }
}

.print-guide > *:first-child {
    margin-top: -50px !important;
}

/* vycentrováni buttonu pro diskuzi */
@media (max-width: 767px) {
    .form-group {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .form-group .btn {
        flex: 0 1 auto !important; 
    }
}

/* Zákaz zalamování E-mailu v kontaktu na telefonu */
label[for="email"] {
    white-space: nowrap;
    display: inline-block; 
}

/* Produkty začaly moc nízko */
@media (max-width: 767px) {
    .overall-wrapper {
        padding-top: 0px;
    }
}

/* oddělovač pro telefony + tablety */
@media (max-width:767px){
  .product .p{
    border-bottom:1px solid #2a2a5a;
    padding-bottom:10px; 
    margin-bottom:15px;  
  }
}

@media (max-width:1024px){
  .product .p{
    border-bottom:1px solid #2a2a5a;
    padding-bottom:10px; 
    margin-bottom:15px;  
  }
}