:root {
	--tm-blue-900: #071b35;
	--tm-blue-800: #0a2548;
	--tm-accent: #f39a11;
	--side-pad: 40px;
	--tm-logo-col: 430px;
	--tm-menu-pad-y: 22px;
}

@media ( min-width : 1600px) {
	:root {
		--side-pad: 80px;
	}
}
a {
	color:#A4BFCB;
}

a:hover {
	color: #fff;
}

body {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.g-5 {
	--bs-gutter-x: 2.5rem;
	--bs-gutter-y: 1.5rem;
}

.search-category-name {
	letter-spacing: -1px;	
	font-weight: 500;
	padding-top: 20px;
}

.perfolinea-color {
	color: #dd0000;
}


.modal-content{
  border: 0 !important;
  border-radius: 6px;
  overflow: hidden;              
  box-shadow: 0 20px 70px rgba(0, 0, 0, .65);
  background-color: #031531 !important;
}

.form-new-window {
	display: flex;
	text-decoration: none;
}

.modal-header,
.modal-footer{
  background: linear-gradient(180deg, #031531 0%, #021028 100%) !important;
  border: 0;
}

.modal-header{
  padding: 16px 18px;
}
.modal-footer{
  padding: 14px 18px;
}

.modal-body{
  padding: 18px 18px 8px 18px;
  background: linear-gradient(180deg, rgba(22, 44, 75, .98) 0%, rgba(3, 21, 49, .98) 100%) !important;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.offcanvas-backdrop {
  background-color: rgba(0,0,0,0.2);
}

.offcanvas-backdrop.show {
  opacity: 0.2;
}

.searchedTexts {
	padding: 18px 18px 8px 18px;
    background: #162C4B 0% no-repeat padding-box;
}

.form-group .form-control {
	height: 44px;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    background: rgba(3, 21, 49, .55) !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 13.5px;
    padding: 10px 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.form-group {
	color: rgba(255, 255, 255, .85);
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: .01em;
}

/* ====== LOGIN MODAL INPUTS (OVERRIDE) ====== */
.tm-login-modal .modal-body .form-control{
  height: 44px;
  border-radius: 4px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  background: rgba(3, 21, 49, .55) !important;
  color: #fff !important;

  font-weight: 400;
  font-size: 13.5px;
  padding: 10px 12px;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

/* placeholder */
.tm-login-modal .modal-body .form-control::placeholder{
  color: rgba(255,255,255,0.55);
}

/* focus */
.tm-login-modal .modal-body .form-control:focus{
  outline: none;
  border-color: rgba(25,85,166,.70);
  background: rgba(3,21,49,.70);
  box-shadow: 0 0 0 3px rgba(25,85,166,.22);
}

.tm-login-modal input.form-control:-webkit-autofill,
.tm-login-modal input.form-control:-webkit-autofill:hover,
.tm-login-modal input.form-control:-webkit-autofill:focus,
.tm-login-modal input.form-control:-webkit-autofill:active{
  -webkit-text-fill-color: #fff !important;

  /* stejnĂ© pozadĂ­ jako normĂˇlnĂ­ input */
  box-shadow: 0 0 0 1000px rgba(3, 21, 49, .55) inset !important;

  /* stejnĂ˝ border */
  border: 1px solid rgba(255, 255, 255, .14) !important;

  /* zruĹˇĂ­ "ĹľlutĂ˝ flash" */
  transition: background-color 9999s ease-in-out 0s;
}

.tm-login-modal input.form-control:-webkit-autofill:focus{
  border-color: rgba(77,163,255,0.85) !important;
  box-shadow:
    0 0 0 .22rem rgba(77,163,255,0.18),
    0 0 0 1000px rgba(3, 21, 49, .68) inset !important;
}

.tm-login-modal .form-group{
  position: relative;
}

.tm-login-modal .password-toggle-icon{
  position: absolute;
  right: 5px;
  bottom: 5px;             /* sedĂ­ k 44px inputu */
  color: rgba(255,255,255,0.75);
  cursor: pointer;
  z-index: 2;
}

.tm-login-modal .password-toggle-icon:hover{
  color: #ffffff;
}

/* aby text hesla nebyl pod ikonou */
.tm-login-modal #password.form-control{
  padding-right: 44px;
}

.btn-close{
  filter: invert(1) grayscale(1);
  opacity: .9;
}

.btn-close:hover{
  opacity: 1;
  transform: scale(1.03);
}

textarea.form-control{
  min-height: 96px;
  resize: vertical;
}

.modal-body .fs-7{
  background: #031531 0% 0% no-repeat padding-box !important;
  border-radius: 4px;
  border:1px solid rgba(255, 255, 255, .14);
  padding: 10px 12px !important;
  color: #ddd;
  font-weight: 500;
  font-size: 13.5px;
}

.tm-services{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.tm-services .form-check{
  margin: 0;
}

.modal-footer{
  gap: 0px;
}

@media (max-width: 576px){
	.modal-footer{
    flex-direction: column;
    align-items: stretch;
  }
	.modal-footer .tm-btn{
    width: 100%;
  }
}

.form-heading{
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .2px;
  margin: 0;
      color: #fff;
}

.form-label-text{
  letter-spacing: -0.2px;   /* -1px je ÄŤasto moc "umaÄŤkanĂ©" */
}

.text-danger{
  margin-top: 6px;
  font-size: .9rem;
}

.form-text{
  margin-top: 8px;
}

.modal-header {
	background: #031531 0% 0% no-repeat padding-box !important;;
}

.modal-content {
	border: none;
}

.modal-footer {
	background: #031531 0% 0% no-repeat padding-box !important;
}

.btn-close {
	color: #fff !important;
}

.form-star {
	color: #dd0000;
	display: inline;
	font-weight: bold;
}

.form-label-text {
	color: rgba(255, 255, 255, .85);
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: .01em;
    padding-top: 10px;
    display: inline;
}

.form-label-forget-password {
	display: inline;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: -1px;
	color: rgba(255, 255, 255, .85);
	float: right;
}

.form-confirm-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -1px;
	color: black;
}

.form-heading-new-window {
    color: #2d2d2d;
    letter-spacing: -1px;
}

.table-purchase-history-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -1px;
	color: black;
}

.confirm-table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.fw-500 {
	font-weight: 500;
}

.form-label-gdpr {
	display: inline;
	font-size: 13.5px;
	font-weight: 600;
	color: #fff;
}

.form-note {
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
}

.form-check-label {
	color: #fff;
	font-size: 0.85rem;
}

.form-label {
	margin-bottom: .3rem !important;
}

.password-eye-icon {
	float: right;
	font-size: 20px;
  	margin-right: 10px;
  	margin-top: -30px;
  	position: relative;
  	z-index: 2;
}

.password-toggle-icon:hover {
	cursor: pointer;
}

.password-reg-eye-icon {
	float: right;
	font-size: 20px;
  	margin-right: 10px;
  	margin-top: -55px;
  	position: relative;
  	z-index: 2;
}

.change-password-reg-eye-icon {
	float: right;
	font-size: 20px;
  	margin-right: 10px;
  	margin-top: -33px;
  	position: relative;
  	z-index: 2;
}

.password-toggle-reg-icon:hover {
	cursor: pointer;
}

.password-toggle-reg2-icon:hover {
	cursor: pointer;
}

.password-toggle-reg3-icon:hover {
	cursor: pointer;
}

.password-toggle-reg4-icon:hover {
	cursor: pointer;
}

.password-toggle-reg5-icon:hover {
	cursor: pointer;
}

.promo-bar {
	background: var(--tm-accent);
	color: #fff;
}

.promo-bar__inner {
	width: 100%;
	padding: 10px var(--side-pad);
	text-align: center;
	font-size: 14px;
}

.tm-header {
	background: #031531 0% 0% no-repeat padding-box;
	color: #fff;
}

.tm-grid {
	width: 100%;
	padding: 18px var(--side-pad) 0;
	display: grid;
	grid-template-columns: var(--tm-logo-col) 1fr;
	grid-template-rows: auto auto;
	column-gap: 28px;
	align-items: center;
}

.tm-logo-wrap {
	grid-column: 1;
	grid-row: 1/span 2;
	align-self: center;
	justify-self: start;
}

.tm-logo-wrap img {
	display: block;
	max-height: 66px;
	width: auto;
}

.tm-logo-text {
    color: white;             
    text-transform: uppercase;
    text-decoration: none !important;      
    font-size: 18px;   
    font-weight: 600;       
    text-align: center;
}

.tm-logo-text p{
    margin: 10px 0 0 0;  
}

.tm-logo-text p:hover{
    text-decoration: underline;
}

.tm-right-stack {
	grid-column: 2;
	grid-row: 1/span 2;
	justify-self: end;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
}

.tm-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.tm-ico-img {
	width: 18px;
	height: 18px;
	display: block;
}

.tm-action-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12.5px;
	font-weight: 600;
	color: #fff;
}

.tm-action-item svg, .tm-icon-btn svg, .tm-link-btn svg {
	color: #5fa0ff;
}

.tm-ico {
	position: relative;
	top: -1px;
}

.tm-icon-btn {
	border: 0;
	background: transparent;
	color: #5fa0ff;
	padding: 6px 8px;
	border-radius: 6px;
	cursor: pointer;
}

.tm-icon-btn:hover {
	background: rgba(255, 255, 255, .06);
	color: #fff;
}

.tm-link-btn {
	border: 0;
	background: transparent;
	color: #fff;
	padding: 6px 8px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 12.5px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.tm-link-btn span {
	text-decoration: underline;
}

.tm-link-btn:hover {
	background: rgba(255, 255, 255, .06);
}

.tm-cart {
	display: flex;
	box-shadow: none;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: #1b5fb7;
	border: 1px solid #1b5fb7;
	color: #fff;
	text-decoration: none;
}

.tm-cart:hover {
	background: #174f99;
	border-color: #174f99;
}

.tm-cart svg {
	color: #fff;
}

.tm-cart__sum {
	font-weight: 600;
	font-size: 12.5px;
	color: #fff;
}

.tm-right-divider {
	height: 1px;
	background: #E9EFF2;
	width: 100%;
	margin-top: 10px;
}

.tm-menu-right {
	padding: var(--tm-menu-pad-y) 0 var(--tm-menu-pad-y);
}

.tm-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 34px;
	flex-wrap: nowrap;
}

@media ( max-width : 1400px) {
	.tm-nav__list {
		gap: 22px;
	}
}

.tm-nav__list a{
  position: relative;
  color:#ffffff;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  padding: 10px 0;
  opacity:.9;
  transition: color .25s ease, opacity .25s ease;
}

.tm-nav__list a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:#ffffff;
  transition: width .25s ease;
}

.tm-nav__list a:hover{
  opacity:1;
  color:#ffffff;
}

.tm-nav__list a:hover::after{
  width:100%;
}

.tm-account {
	position: relative;
}

.tm-account__menu {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	min-width: 220px;
	background: var(--tm-blue-900);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 3px;
	overflow: hidden;
	z-index: 9999;
}

.tm-account__menu a {
	display: block;
	padding: 10px 12px;
	color: #cfe0ff;
	text-decoration: none;
	font-size: 0.85rem;
}

.tm-account__menu a:hover {
	background: rgba(255, 255, 255, .06);
	color: #fff;
}

.show-dropdown {
	display: block !important;
}

@media ( max-width : 1200px) {
	:root {
		--tm-logo-col: 320px;
		--side-pad: 24px;
	}
	.tm-nav__list {
		gap: 18px;
		flex-wrap: wrap;
	}
}

@media ( max-width : 992px) {
	:root {
		--tm-logo-col: 220px;
		--side-pad: 16px;
	}
	.tm-action-item {
		display: none;
	}
	.tm-top-right {
		gap: 12px;
	}
	.tm-nav__list {
		flex-wrap: wrap;
	}
}

.tm-mobilebar{
  display:none;
}

@media (max-width: 992px){
  .tm-right-stack{ display:none; }

  .tm-logo-wrap{ display:none; }

  .tm-grid{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 14px var(--side-pad) 14px;
  }

  .tm-mobilebar{
    display:flex;
    align-items:center;
    justify-content: space-between;
    width:100%;
  }

  .tm-mobilebar-logo img{
    display:block;
    max-height: 25px;
    width:auto;
  }

  .tm-mobilebar-actions{
    display:flex;
    align-items:center;
    gap: 10px;
  }

  .tm-mbtn{
    width: 42px;
    height: 42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;

    border: 0;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 8px;

    color: #ffffff;
    cursor:pointer;
  }

  .tm-mbtn:hover{
    background: rgba(255,255,255,.10);
    color:#fff;
  }

  .tm-mbtn-link{ text-decoration:none; }

  .tm-hamburger{
    flex-direction: column;
    gap: 4px;
    padding: 0;
  }

  .tm-hamburger span{
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    display:block;
  }
    .tm-mcart{
    height: 42px;
    padding: 0 12px;
    display:inline-flex;
    align-items:center;
    gap: 8px;

    border-radius: 8px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);

    color:#fff;
    text-decoration:none;
    font-weight: 800;
    font-size: 12px;
    white-space: nowrap;
  }

  .tm-mcart:hover{
    background: rgba(255,255,255,.14);
    color:#fff;
  }

  .tm-mcart svg{
    flex-shrink: 0;
    opacity: .95;
  }

  .tm-mcart-sum{
    line-height: 1;
  }
  .promo-bar__inner {
    font-size: 11px;
	}
}

@media (max-width: 420px){
  .tm-mcart{ padding: 0 10px; }
  .tm-mcart-sum{ display:none; }
}

#tmMobileMenu.offcanvas,
#tmMobileMenu.offcanvas .offcanvas-header,
#tmMobileMenu.offcanvas .offcanvas-body,
#tmMobileMenu.offcanvas .offcanvas-body a,
#tmMobileMenu.offcanvas .offcanvas-header *{
  color: #fff !important;
}

#tmMobileMenu{
  background: #031531;
  color:#fff;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  -webkit-font-smoothing: antialiased;
}

#tmMobileMenu .offcanvas-header,
#tmMobileMenu .offcanvas-body{
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

#tmMobileMenu .tm-off-link{
  color:#fff !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

#tmMobileMenu .btn-close{
  filter: none !important;
  opacity: .85 !important;
  background: transparent !important;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

#tmMobileMenu .btn-close::before,
#tmMobileMenu .btn-close::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background:#fff;
  transform-origin:center;
  border-radius: 2px;
}

#tmMobileMenu .btn-close::before{ transform: translate(-50%,-50%) rotate(45deg); }
#tmMobileMenu .btn-close::after{ transform: translate(-50%,-50%) rotate(-45deg); }

#tmMobileMenu .btn-close:hover{ opacity: 1 !important; }


#tmMobileMenu .btn-close{
  filter: none !important;
  opacity: .85;
  background: transparent !important;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

#tmMobileMenu .btn-close::before,
#tmMobileMenu .btn-close::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background:#fff;
  transform-origin:center;
  border-radius: 2px;
}

#tmMobileMenu .btn-close::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
#tmMobileMenu .btn-close::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}

#tmMobileMenu .btn-close:hover{ opacity: 1; }

.tm-offcanvas{
  background: #031531 0% 0% no-repeat padding-box;
  color:#fff;
}

.tm-offcanvas,
.tm-offcanvas *{
  color: #ffffff !important;
  transition: none !important;
}

.tm-offcanvas .offcanvas-header{
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 20px;
}

.tm-offcanvas-title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .4px;
  color:#ffffff !important;
}

.tm-offcanvas .btn-close{
  filter: invert(1);
  opacity: .8;
}

.tm-offcanvas .btn-close:hover{
  opacity: 1;
}

.tm-offcanvas .offcanvas-body{
  padding: 0;
}

.tm-off-link{
  display:flex;
  align-items:center;

  padding: 16px 22px;
  font-size: 16px;
  font-weight: 500;

  color:#ffffff !important;
  text-decoration:none;

  border-bottom: 1px solid rgba(255,255,255,.08);
}


.tm-off-link:hover,
.tm-off-link:active{
  background: rgba(255,255,255,.06);
  padding-left: 28px;
  color:#ffffff;
}

.tm-off-link::before{
  content:"";
  width: 3px;
  height: 100%;
  background: transparent;
  margin-right: 14px;
}

.tm-off-link.active{
  background: rgba(105,149,251,.12);
}

.tm-off-link:hover::before{
  background: #6995fb; /* stejnĂˇ modrĂˇ jako ikony */
}

.tm-off-divider{
  height: 1px;
  background: rgba(255,255,255,.14);
  margin: 14px 0;
}



/* first */
.hp-categories {
	background: #031531 0% 0% no-repeat padding-box;
	border-top: 2px solid #1e6bd6;
	padding: 40px 0 60px;
}

.hp-categories-inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 var(--side-pad);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.fence-categories-inner {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.hp-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 2px;
	background: #0a2548;
	text-decoration: none;
}

.fence-categories-inner.has-selection .hp-card { display:none; }
.fence-categories-inner.has-selection .hp-card.is-active { display:block; }


.hp-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hp-card-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(6, 20, 40, .85);
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .06em;
	padding: 14px 10px;
}

.hp-card:hover img {
	transform: scale(1.04);
	transition: transform .35s ease;
}

.fence-search-categories-inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

/* selection logic */
.fence-search-categories-inner.has-selection .hp-search-card {
	display: none;
}
.fence-search-categories-inner.has-selection .hp-search-card.is-active {
	display: flex;
}

/* card */
.hp-search-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 2px;
	background: #0a2548;
	text-decoration: none;
	color: inherit;
}

/* image */
.hp-search-card img {
	width: 100%;
	height: 240px;            
	object-fit: contain;     
	object-position: center;
	display: block;
	background: #fff;         
	transition: transform .35s ease;
}

/* title under image */
.hp-search-card-title {
	position: static;
	background: rgba(6, 20, 40, .85);
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .06em;
	padding: 14px 10px;
}

/* hover */
.hp-search-card:hover img {
	transform: scale(1.04);
}

@media ( max-width : 1100px) {
	.hp-categories-inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.fence-categories-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media ( max-width : 600px) {
	.hp-categories-inner {
		grid-template-columns: 1fr;
	}
	.fence-categories-inner {
		grid-template-columns: 1fr;
	}
}

.hp-cta {
	width: 100%;
	background: #1955A6 0% 0% no-repeat padding-box;
	padding: 26px 0;
}

.hp-cta-inner {
	max-width: 100%;
	padding: 0 var(--side-pad);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.hp-cta-text {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.hp-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #031531 0% 0% no-repeat padding-box;
	color: #ffffff;
	padding: 10px 16px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.hp-cta-btn:hover {
	background: #1c2c45;
	color: #ffffff;
}

@media ( max-width : 768px) {
	.hp-cta-inner {
		flex-direction: column;
		gap: 16px;
	}
	.hp-cta-text {
		font-size: 16px;
	}
}

.hp-products {
	background: #031531 0% 0% no-repeat padding-box;
	padding: 60px 0 70px;
}

.hp-products-inner {
	width: 100%;
	padding: 0 var(--side-pad);
}

.hp-products-title {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #5FA0E3;;
	margin: 0 0 28px 0;
}

.hp-products-wrap {
	position: relative;
}

.hp-products-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 390px;
	gap: 28px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	padding: 0 70px 10px 70px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.hp-products-slider::-webkit-scrollbar {
	display: none;
}

.hp-product-card {
	scroll-snap-align: start;
	background: #fff;
	color: #111;
	text-decoration: none;
	display: block;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, .35) 0 18px 40px;
}

.hp-product-img {
	height: 240px;
	background: #f2f2f2;
	overflow: hidden;
}

.hp-product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hp-product-body {
	padding: 16px 18px 18px 18px;
}

.hp-product-name {
	font-size: 14px;
	font-weight: 600;
	color: #2a2a2a;
	line-height: 1.35;
	min-height: 58px;
	margin-bottom: 14px;
}

.hp-product-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.hp-product-prices {
	min-width: 0;
}

.hp-product-price {
	font-size: 32px;
	font-weight: 800;
	color: #e43b42;
	line-height: 1.05;
}

.hp-product-price-sub {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #8c8c8c;
}

.hp-product-demand {
	font-size: 14px;
	font-weight: 700;
	color: #8c8c8c;
}

.hp-product-buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 16px;
	background: #071b35;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 2px;
	white-space: nowrap;
}

.hp-product-buy:hover {
	background: #1955A6 0% 0% no-repeat padding-box;
}

.hp-products-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	background: rgba(7, 27, 53, .88);
	z-index: 5;
}

.hp-products-arrow-left {
	left: 0;
}

.hp-products-arrow-right {
	right: 0;
}

.hp-products-arrow::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: 0 auto;
}

.hp-products-arrow-left::before {
	transform: rotate(135deg);
}

.hp-products-arrow-right::before {
	transform: rotate(-45deg);
}

.hp-products-arrow:hover {
	background: rgba(7, 27, 53, .98);
}

@media ( max-width : 1200px) {
	.hp-products-slider {
		grid-auto-columns: 340px;
		padding: 0 60px 10px 60px;
	}
	.hp-products-title {
		font-size: 30px;
	}
}

@media ( max-width : 768px) {
	.hp-products-slider {
		grid-auto-columns: 300px;
		padding: 0 54px 10px 54px;
		gap: 18px;
	}
	.hp-products-title {
		font-size: 24px;
	}
}

.hp-usp {
	width: 100%;
	background: #1955A6 0% 0% no-repeat padding-box;
	padding: 36px 0;
}

.hp-usp-inner {
	width: 100%;
  padding: 18px var(--side-pad);
  display:flex;
  align-items:center;
  justify-content: space-between;
	gap: 40px;
}

.hp-usp-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.hp-usp-ico {
	max-width: 60px;
	height: 42px;
	  object-fit:contain;
  flex: 0 0 auto;
}


@media (max-width: 992px){
  .hp-usp-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;   
    gap: 28px 16px;                  
    padding: 12px 12px;

    overflow: visible;
    scroll-snap-type: none;
  }

  .hp-usp-item{
    justify-content: flex-start;    
    white-space: normal;            
    min-width: 0;
  }

  .hp-usp-ico{
    width: 42px;
    height: 42px;
  }

  .hp-usp-item span{
    font-size: 15px;
    line-height: 1.15;
  }
}

@media (max-width: 600px){
  .hp-usp-inner{
    grid-template-columns: 1fr 1fr;  /* poĹ™Ăˇd 2 sloupce */
    gap: 28px 16px;
  }

  .hp-usp-item{
    font-size: 14px;
  }
}

@media (max-width: 360px){
  .hp-usp-inner{ grid-template-columns: 1fr; }
}

.tm-footer {
	background: #031531 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 70px 0 50px;
}

.tm-footer-inner {
	width: 100%;
	padding: 0 var(--side-pad);
}

.tm-footer-split {
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	gap: 60px;
	align-items: start;
}

.tm-footer-left {
	min-width: 0;
}

.tm-footer-left-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.tm-footer-divider {
	width: 1px;
	background: rgba(255, 255, 255, .14);
	height: 100%;
	min-height: 520px;
}

.tm-footer-right {
	min-width: 0;
}

.tm-footer-col-form {
	padding-left: 0;
	border-left: 0;
}

.tm-footer-spacer {
	height: 28px;
}

.tm-footer-links a {
	display: inline-block;
	margin: 2px 0;
}

.tm-footer-col h3 {
	margin: 0 0 16px 0;
	font-size: 20px;
	font-weight: 700;
}

.tm-footer-col {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.7;
}

.tm-footer-col a {
	letter-spacing: 0px;
	color: #A4BFCB;
	opacity: 1;
}

.tm-footer-col a:hover {
	color: #fff;
}

.tm-footer-phones {
	margin-top: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tm-footer-phone-item {
    color: #ffffff;
}

.tm-footer-phone-link {
    display: flex;
    align-items: center;
    gap: 10px;           
    text-decoration: none;
    color: #fff !important;
}

.tm-footer-ico {
	width: 18px;
	display: block;
	flex-shrink: 0;
}

.tm-footer-social {
	margin-top: 18px;
	display: flex;
	gap: 12px;
}

.tm-social-btn {
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .20);
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, .18);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}

.tm-social-btn:hover {
	background-color: rgba(0, 0, 0, .35);
}

.tm-social-fb {
	background-image: url("/img/footer/icon_fb.png");
}

.tm-social-ig {
	background-image: url("/img/footer/icon_ig.png");
}

.tm-social-yt {
	background-image: url("/img/footer/icon_yt.png");
}

.tm-footer-primary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	height: 44px;
	padding: 0 22px;
	background: #1955A6 0% 0% no-repeat padding-box;
	color: #fff !important;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
	opacity: 1;
}

.tm-footer-primary-btn:hover {
	background: #1a5fc2;
}

.tm-footer-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 6px;
}

.tm-footer-form-left {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.tm-input, .tm-textarea {
	width: 100%;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .10);
	color: #fff;
	padding: 12px 14px;
	border-radius: 2px;
	outline: none;
	font-size: 14px;
}

.tm-textarea {
	height: 100%;
	resize: none;
}

.tm-input::placeholder, .tm-textarea::placeholder {
	color: rgba(207, 224, 255, .65);
}

.tm-footer-form-bottom {
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.tm-footer-gdpr {
	font-size: 12px;
	color: rgba(207, 224, 255, .75);
}

.tm-footer-link {
	color: #cfe0ff;
	text-decoration: underline;
}

.tm-footer-send-btn {
	height: 44px;
	padding: 0 22px;
	background: #1955A6 0% 0% no-repeat padding-box;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
}

.tm-footer-send-btn:hover {
	background: #1a5fc2;
}

.tm-footer-bottom {
	margin-top: 46px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	color: #cfe0ff;
	font-size: 13px;
}

.tm-footer-bottom a {
	color: #cfe0ff;
	text-decoration: none;
}

.tm-footer-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

.tm-footer-brand {
	grid-column: 1;
	grid-row: 2;
	text-align: left;
}

.tm-footer-brand-title {
	font-size: 20px;
	font-weight: 800;
	color: #fff;
}

.tm-footer-brand-sub {
	margin-top: 4px;
	font-size: 15px;
	color: #cfe0ff;
}

.tm-footer-secondary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 22px;
	background: #1955A6 0% 0% no-repeat padding-box;
	color: #fff !important;
	font-weight: 800;
	font-size: 12px;
	text-decoration: none;
	border-radius: 2px;
	white-space: nowrap;
	grid-column: 2;
	grid-row: 2;
	justify-self: end;
}

.tm-footer-secondary-btn:hover {
	background: #1a5fc2;
}

.tm-footer-right-bottom {
	margin-top: 34px;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: 1px auto;
	column-gap: 22px;
	row-gap: 26px;
	align-items: center;
}

.tm-footer-right-line {
	grid-column: 1/-1;
	grid-row: 1;
	height: 1px;
	background: rgba(255, 255, 255, .14);
	width: 100%;
}

@media ( max-width : 1200px) {
	.tm-footer-split {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.tm-footer-divider {
		display: none;
	}
	.tm-footer-left-grid {
		grid-template-columns: 1fr 1fr;
		gap: 34px;
	}
	.tm-footer-right-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.tm-footer-right-line {
		width: 100%;
	}
}

@media ( max-width : 800px) {
	.tm-footer-left-grid {
		grid-template-columns: 1fr;
	}
	.tm-footer-form-grid {
		grid-template-columns: 1fr;
	}
	.tm-footer-form-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 900px){

  .tm-footer-right-bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .tm-footer-right-line{
    width: 100%;
    margin-bottom: 6px;
  }

  .tm-footer-right-brand{
    text-align: left;
  }

  .tm-footer-secondary-btn{
    align-self: flex-start;
  }
}

/* DETAIL */
.tm-catbar-wrap{
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;

  background: rgba(255,255,255,.06);
  border-bottom: 2px solid #0b4c96;
  border-top: 1px solid rgba(255,255,255,.08);
}

.tm-catbar{
  max-width: 1350px;          /* pokud mĂˇĹˇ jinou ĹˇĂ­Ĺ™ku containeru, uprav */
  margin: 0 auto;
  padding: 8px 24px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tm-catbar-link{
  color: rgba(255,255,255,.92);
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 25px;
  white-space: nowrap;
}

.tm-catbar-link:hover{
  color: #ffffff;
  background: rgba(255,255,255,.04);
}

.tm-catbar-link.is-active{
  color: #ffffff;
}

.tm-catbar-sep{
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,.35);
}

/* scrollbar estetika: aĹĄ to na mobilu mĹŻĹľe rolovat */
.tm-catbar::-webkit-scrollbar{
  height: 6px;
}
.tm-catbar::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.18);
  border-radius: 6px;
}

/* mobilnĂ­ spacing */
@media (max-width: 768px){
  .tm-catbar{
    justify-content: flex-start;
    padding: 10px 12px;
  }
  .tm-catbar-link{
    padding: 10px 14px;
    font-size: 13px;
  }
    .tm-catbar-link:not(:last-child){
    border-right: 1px solid rgba(255,255,255,.35);
  }
    .tm-catbar-wrap{
    overflow: visible !important;
  }
}

.tm-catbar-mobile{ display:none; }

@media (max-width: 768px){
  .tm-catbar{ display:none; }
  .tm-catbar-mobile{
    display:block;
    max-width: 1350px;
    margin: 0 auto;
    padding: 10px 12px;
  }

  .tm-catbar-mobile summary{
    list-style:none;
    cursor:pointer;
    color:#fff;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.6px;
    padding: 12px 14px;
    background: rgba(255,255,255,.08);
    border-radius: 10px;
  }
  .tm-catbar-mobile summary::-webkit-details-marker{ display:none; }

  .tm-catbar-mobile-list{
    margin-top: 10px;
    display:flex;
    flex-direction: column;
    gap: 6px;
  }

  .tm-catbar-mobile-link{
    color: rgba(255,255,255,.92);
    text-decoration:none;
    padding: 12px 14px;
    background: rgba(255,255,255,.04);
    border-radius: 10px;
  }
  .tm-catbar-mobile-link.is-active{
    color:#fff;
    background: rgba(255,255,255,.10);
  }
}

.navigation{
	padding-top: 10px;
	padding-left: 40px;
}

.navigation .home {
    font-size: 19px;
    color: #B5B5B5;
    position: relative;
    top: -1px;
}

.navigation a {
    color: #B5B5B5;;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    top: -2.2px;
    font-size: 15px;
}

.navigation a:hover {
    text-decoration: underline;
}

.navigation .next {
    font-size: 23px;
    color: #B5B5B5;
    padding: 0 10px;
}

/* ===== Layout wrapper ===== */
.tm-ftl-container{
	background: #031531 0% 0% no-repeat padding-box;
}

.tm-ftl{
	background: #031531 0% 0% no-repeat padding-box;
	padding: 18px var(--side-pad) 0;
	padding-top: 0px !important;
	padding-bottom: 30px;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}

.tm-product-detail-container{
	background: #031531 0% 0% no-repeat padding-box;
}

.tm-product-detail{
	background: #031531 0% 0% no-repeat padding-box;
	padding: 18px var(--side-pad) 0;
	padding-top: 0px !important;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}

/* detail left */
/* =========================
   LEFT GALLERY â€“ layout like screenshot
   ========================= */

.tm-gallery{
  position: relative;
}

/* wrapper pro obrĂˇzek + badge + svislĂ˝ popisek */
.tm-gallery-wrap{
  position: relative;
  padding-left: 86px;   /* mĂ­sto pro levĂ˝ modrĂ˝ ĹˇtĂ­tek (vĂ˝Ĺˇka) */
  padding-bottom: 64px; /* mĂ­sto pro spodnĂ­ modrĂ˝ ĹˇtĂ­tek (ĹˇĂ­Ĺ™ka) */
}

/* samotnĂ˝ blok s fotkou */
.tm-gallery-main{
  background: transparent;
  position: relative;
}

/* hlavnĂ­ obrĂˇzek â€“ aĹĄ sedĂ­ jako velkĂ˝ ÄŤtverec */
.tm-photo-box{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.12);
}

.tm-main-image{
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   DIMENSION BADGES (blue)
   ========================= */

.tm-dim-badge--left{
  position:absolute;
  left: 33px;
  top: 450px;

  width: 48px;
  height: 150px;

  background:#0b4c96;
  color:#fff;
  font-weight:500;
  font-size:18px;

  display:flex;
  align-items:center;
  justify-content:center;
  letter-spacing: -0.5px;

  writing-mode: sideways-lr;
  text-orientation: mixed;

  overflow: visible;
}

/* hornĂ­ spojovacĂ­ ÄŤĂˇra */
.tm-dim-badge--left::before{
  content:"";
  position:absolute;
  top:-15px;
  left:50%;
  transform:translateX(-50%);
  width:2px;
  height:22px;
  background:#0b4c96;
}

/* dolnĂ­ spojovacĂ­ ÄŤĂˇra */
.tm-dim-badge--left::after{
  content:"";
  position:absolute;
  bottom:-15px;
  left:50%;
  transform:translateX(-50%);
  width:2px;
  height:22px;
  background:#0b4c96;
}

/* hornĂ­ Ĺˇipka */
.tm-dim-badge--left .tm-arrow-up{
  position:absolute;
  top:-22px;
  left:50%;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-bottom:12px solid #0b4c96;
}

/* dolnĂ­ Ĺˇipka */
.tm-dim-badge--left .tm-arrow-down{
  position:absolute;
  bottom:-22px;
  left:50%;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:12px solid #0b4c96;
}

.tm-dim-badge--bottom{
  position:absolute;
  left: 115px;
  bottom: 18px;

  width: 150px;
  height: 42px;

  background:#0b4c96;
  color:#fff;
  font-weight:500;
  font-size:18px;
  letter-spacing: -0.5px;

  display:flex;
  align-items:center;
  justify-content:center;

  overflow: visible;
}

/* levĂˇ spojovacĂ­ ÄŤĂˇra */
.tm-dim-badge--bottom::before{
  content:"";
  position:absolute;
  left:-15px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:2px;
  background:#0b4c96;
}

/* pravĂˇ spojovacĂ­ ÄŤĂˇra */
.tm-dim-badge--bottom::after{
  content:"";
  position:absolute;
  right:-15px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:2px;
  background:#0b4c96;
}

/* levĂˇ Ĺˇipka */
.tm-dim-badge--bottom .tm-arrow-left{
  position:absolute;
  left:-22px;
  top:50%;
  transform:translateY(-50%);
  width:0;
  height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-right:12px solid #0b4c96;
}

/* pravĂˇ Ĺˇipka */
.tm-dim-badge--bottom .tm-arrow-right{
  position:absolute;
  right:-22px;
  top:50%;
  transform:translateY(-50%);
  width:0;
  height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:12px solid #0b4c96;
}

.tm-title-mobile{ display:none; }

@media (max-width: 575.98px){
  .tm-dim-badge--left,
  .tm-dim-badge--bottom,
  .tm-gallery-disclaimer-vertical{
    display: none !important;
  }
  .navigation {
    padding-left: 10px;
	}
	
  .tm-title-mobile{ 
  	display:block !important; 
  	margin: 10px 0 14px; 
  	}
  	
  	.tm-title-mobile h1 {
  	font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    color: #5FA0E3;
    margin: 0 0 8px 0;
    }
      .navigation a {
    font-size: 12px;
	}
  .detail-heading-code-desktop{ display:none !important; }
}


/* =========================
   RIGHT VERTICAL DISCLAIMER
   ========================= */

.tm-gallery-disclaimer-vertical{
  position: absolute;
  right: -18px;                 
  bottom: 80px;                 
  top: auto;                    
  transform: none;

  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2px;


  white-space: nowrap;


  writing-mode: sideways-lr;
  text-orientation: mixed;
}

/* =========================
   THUMBNAILS
   ========================= */

.tm-thumbs{
  margin-top: 18px;
  display: flex;
  gap: 18px;
  padding-left: 86px;
}

.tm-thumb{
  width: 150px;
  aspect-ratio: 1 / 1;
  display: block;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  border-radius: 2px;
  overflow: hidden;
}

.tm-thumb-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991.98px){
  .tm-gallery-wrap{
    padding-left: 70px;
    padding-bottom: 58px;
  }

  .tm-dim-badge--left{
    width: 50px;
    height: 160px;
  }

  .tm-dim-badge--bottom{
    left: 70px;
  }

  .tm-gallery-disclaimer-vertical{
    right: -28px;
    font-size: 12px;
  }

  .tm-thumbs{
    padding-left: 70px;
  }
}

@media (max-width: 575.98px){
  .tm-gallery-wrap{
    padding-left: 0;     /* na mobilu to radĹˇi zjednoduĹˇĂ­me */
    padding-bottom: 0;
  }

  /* na mobilu badge pĹ™esuneme dovnitĹ™ fotky, aĹĄ nepĹ™etĂ©kĂˇ */
  .tm-dim-badge--left{
    left: 10px;
    top: 10px;
    transform: none;
    writing-mode: sideways-lr;
    width: auto;
    height: 34px;
    padding: 0 10px;
  }
  .tm-dim-badge--left::before,
  .tm-dim-badge--left::after{
    display: none;
  }

  .tm-dim-badge--bottom{
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .tm-dim-badge--bottom::before,
  .tm-dim-badge--bottom::after{
    display: none;
  }

  .tm-gallery-disclaimer-vertical{
    position: static;
    writing-mode: sideways-lr;
    transform: none;
    margin-top: 10px;
    text-align: left;
  }

  .tm-thumbs{
    padding-left: 0;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .tm-thumb{
    width: 120px;
    flex: 0 0 auto;
  }
}

/* detail right */

.tm-detail-right{
  display: grid;
  grid-template-columns: 1fr 1fr; /* â¬…ď¸Ź 50 / 50 */
  gap: 24px;
  align-items: start;
  padding-top: 15px;
}

/* Na menĹˇĂ­ch displejĂ­ch to sloĹľĂ­me pod sebe */
@media (max-width: 991.98px){
  .tm-detail-right{
    grid-template-columns: 1fr;
  }
}

/* ===== Title / hr ===== */
.tm-title{
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.15;
  color: #5FA0E3; /* modrĂ˝ nadpis jako na screenu */
  margin: 0 0 8px 0;
}

.tm-hr{
  border: 0;
  border-top: 1px solid rgba(255,255,255,.12);
  margin: 14px 0;
}

/* ===== Specs table like screenshot ===== */
.tm-specs{
  flex: 1 1 auto;
  min-width: 0;
}

.tm-spec-table-wrap{
  background: #031531 0% 0% no-repeat padding-box;
  overflow: hidden;
}

.tm-spec-table{
  margin: 0;
  border-collapse: collapse;
}

.tm-spec-table tr{
  border-bottom: 1px solid #FFFFFF;
}

.tm-spec-table tr:last-child{
  border-bottom: 0;
}

.tm-spec-table th,
.tm-spec-table td{
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.2;
}

.tm-spec-table th{
  color: #FFFFFF;;
  font-weight: 600;
  width: 62%;
}

.tm-spec-table td{
  color: #FFFFFF;;
  text-align: right;
  white-space: nowrap;
}

/* ===== Select "JinĂ© rozmÄ›ry" ===== */
.tm-variant-select{
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-select{
  color: #2B2A29;
  font-size: 14px;
}

.form-select.tm-select {
    border-radius: 0 !important;
}

.tm-select:focus{
  box-shadow: none;
  border-color: rgba(255,255,255,.25);
}

/* ===== Description under select ===== */
.tm-desc{
  margin-top: 12px;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.55;
  max-width: 520px;
}

.tm-detail-note {
	color: #FFFFFF;
	font-size: 13px;
}

/* ===== BUYBOX ===== */
.tm-buybox{
  background: #162C4B 0% 0% no-repeat padding-box;
  padding: 14px;
    width: 100% !important;
  max-width: none !important;
}

@media (max-width: 991.98px){
  .tm-buybox{
    width: 100%;
    flex-basis: auto;
  }
}

.tm-buybox-row{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
}

.tm-buybox-row + .tm-buybox-row{
  border-top: 1px solid #1955A6;
}

.tm-buybox-label{
  color: #FFFFFF;
  display: flex;
  font-weight: 600;
  font-size: 13px;
  align-items: center;
  justify-content: space-between;
}

.tm-buybox-value{
  color: rgba(255,255,255,.90);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tm-dot-on{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34c759; 
  display: inline-block;
}

.tm-dot-off{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF3B30; 
  display: inline-block;
}

/* ===== Qty stepper ===== */
.tm-stepper{
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  overflow: hidden;
}

.tm-step{
  width: 34px;
  height: 30px;
  background: #1b5fb7;
  border: 0;
  color: #FFFFFF;
  font-weight: 700;
}

.tm-step:hover{
  background: rgba(255,255,255,.10);
}

.tm-step-input{
  width: 44px;
  height: 30px;
  border: 0;
  text-align: center;
  background: rgba(0,0,0,.15);
  color: rgba(255,255,255,.95);
  outline: none;
}

/* ===== Discount text ===== */
.tm-discount{
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.45;
    padding: 8px 0;
  border-bottom: 1px solid #1955A6;
}

/* ===== Prices ===== */
.tm-price-small{
  margin-top: 21px;
  color: #A4BFCB;
  font-weight: 500;
  font-size: 20px;
}

.tm-price-main{
  margin-top: 4px;
  color: #FF3342;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0;
}

/* ===== Buttons ===== */
.tm-btn{
  width: 100%;
  border-radius: 3px;
  padding: 11px 12px;
  font-weight: 600;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.tm-btn-primary{
  background: #1955A6 0% 0% no-repeat padding-box;
  border: 1px solid #1955A6;
  color: #fff;
  text-decoration: none;
}

.tm-btn-primary:hover{
  filter: brightness(1.05);
}

.tm-btn-secondary{
  background: transparent;
  border: 1px solid #1955A6;
  color: #fff;
}

.tm-btn-secondary:hover{
  background: rgba(255,255,255,.06);
}

/* ===== Gallery thumbs ===== */
.tm-thumbs{
  display: flex;
  gap: 18px;
  margin-top: 16px;
}

.tm-thumb{
  width: 150px;            /* jako na screenu 2 malĂ© ÄŤtverce */
  aspect-ratio: 1 / 1;
  display: block;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  border-radius: 4px;
  overflow: hidden;
}

.tm-thumb-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Na mobilu aĹĄ jsou thumbnaaily menĹˇĂ­ a mohou se rolovat */
@media (max-width: 575.98px){
  .tm-thumbs{
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .tm-thumb{
    width: 120px;
    flex: 0 0 auto;
  }
}

.g-4 {
	--bs-gutter-x: 2.5rem;
}

.dp-products {
  background: #031531 0% 0% no-repeat padding-box;
  padding: 30px 0 20px;
}

.dp-products-inner {
  width: 100%;
  padding: 0 var(--side-pad);
}

.dp-products-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #5FA0E3;
  margin: 0 0 28px 0;
}

.dp-products-wrap {
  position: relative;
}

.dp-products-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 390px;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 70px 10px 70px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dp-products-slider::-webkit-scrollbar {
  display: none;
}

.dp-product-card {
  scroll-snap-align: start;
  background: #fff;
  color: #111;
  text-decoration: none;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .35) 0 18px 40px;
}

.dp-product-img {
  height: 240px;
  background: #f2f2f2;
  overflow: hidden;
}

.dp-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dp-product-body {
  padding: 16px 18px 18px 18px;
}

.dp-product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1955A6;
  line-height: 1.35;
  min-height: 58px;
  margin-bottom: 10px;
}

.dp-product-code {
  font-size: 13px;
  font-weight: 600;
  color: #8c8c8c;
  margin-bottom: 14px;
}

.dp-product-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.dp-product-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  background: #071b35;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  white-space: nowrap;
}

.dp-product-buy:hover {
  background: #1955A6 0% 0% no-repeat padding-box;
}

.dp-products-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  background: rgba(7, 27, 53, .88);
  z-index: 5;
}

.dp-products-arrow-left {
  left: 0;
}

.dp-products-arrow-right {
  right: 0;
}

.dp-products-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 0 auto;
}

.dp-products-arrow-left::before {
  transform: rotate(135deg);
}

.dp-products-arrow-right::before {
  transform: rotate(-45deg);
}

.dp-products-arrow:hover {
  background: rgba(7, 27, 53, .98);
}

@media (max-width: 1200px) {
  .dp-products-slider {
    grid-auto-columns: 340px;
    padding: 0 60px 10px 60px;
  }
  .dp-products-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .dp-products-slider {
    grid-auto-columns: 300px;
    padding: 0 54px 10px 54px;
    gap: 18px;
  }
  .dp-products-title {
    font-size: 24px;
  }
}

.ap-products {
  background: #031531 0% 0% no-repeat padding-box;
  padding: 50px 0 50px;
}

.ap-products-inner {
  width: 100%;
  padding: 0 var(--side-pad);
}

.ap-products-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #5FA0E3;
  margin: 0 0 28px 0;
}

.ap-products-wrap {
  position: relative;
}

.ap-products-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 390px;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 70px 10px 70px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ap-products-slider::-webkit-scrollbar {
  display: none;
}

.ap-product-card {
  scroll-snap-align: start;
  background: #fff;
  color: #111;
  text-decoration: none;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .35) 0 18px 40px;
}

.ap-product-img {
  height: 240px;
  background: #f2f2f2;
  overflow: hidden;
}

.ap-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ap-product-body {
  padding: 16px 18px 18px 18px;
}

.ap-product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1955A6;
  line-height: 1.35;
  min-height: 58px;
  margin-bottom: 10px;
}

.ap-product-code {
  font-size: 13px;
  font-weight: 600;
  color: #8c8c8c;
  margin-bottom: 14px;
}

.ap-product-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.ap-product-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  background: #071b35;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  white-space: nowrap;
}

.ap-product-buy:hover {
  background: #1955A6 0% 0% no-repeat padding-box;
}

.ap-products-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  background: rgba(7, 27, 53, .88);
  z-index: 5;
}

.ap-products-arrow-left {
  left: 0;
}

.ap-products-arrow-right {
  right: 0;
}

.ap-products-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 0 auto;
}

.ap-products-arrow-left::before {
  transform: rotate(135deg);
}

.ap-products-arrow-right::before {
  transform: rotate(-45deg);
}

.ap-products-arrow:hover {
  background: rgba(7, 27, 53, .98);
}

@media (max-width: 1200px) {
  .ap-products-slider {
    grid-auto-columns: 340px;
    padding: 0 60px 10px 60px;
  }
  .ap-products-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .ap-products-slider {
    grid-auto-columns: 300px;
    padding: 0 54px 10px 54px;
    gap: 18px;
  }
  .ap-products-title {
    font-size: 24px;
  }
}

.ocp-products {
  background: #031531 0% 0% no-repeat padding-box;
  padding: 60px 0 30px;
}

.ocp-products-inner {
  width: 100%;
  padding: 0 var(--side-pad);
}

.ocp-products-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #5FA0E3;
  margin: 0 0 28px 0;
}

.ocp-products-wrap {
  position: relative;
}

.ocp-products-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 390px;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 70px 10px 70px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ocp-products-slider::-webkit-scrollbar {
  display: none;
}

.ocp-product-card {
  scroll-snap-align: start;
  background: #fff;
  color: #111;
  text-decoration: none;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .35) 0 18px 40px;
}

.ocp-product-img {
  height: 240px;
  background: #f2f2f2;
  overflow: hidden;
}

.ocp-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ocp-product-body {
  padding: 16px 18px 18px 18px;
}

.ocp-product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1955A6;
  line-height: 1.35;
  min-height: 58px;
  margin-bottom: 10px;
}

.ocp-product-code {
  font-size: 13px;
  font-weight: 600;
  color: #8c8c8c;
  margin-bottom: 14px;
}

.ocp-product-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.ocp-product-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  background: #071b35;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  white-space: nowrap;
}

.ocp-product-buy:hover {
  background: #1955A6 0% 0% no-repeat padding-box;
}

.ocp-products-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  background: rgba(7, 27, 53, .88);
  z-index: 5;
}

.ocp-products-arrow-left {
  left: 0;
}

.ocp-products-arrow-right {
  right: 0;
}

.ocp-products-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 0 auto;
}

.ocp-products-arrow-left::before {
  transform: rotate(135deg);
}

.ocp-products-arrow-right::before {
  transform: rotate(-45deg);
}

.ocp-products-arrow:hover {
  background: rgba(7, 27, 53, .98);
}

@media (max-width: 1200px) {
  .ocp-products-slider {
    grid-auto-columns: 340px;
    padding: 0 60px 10px 60px;
  }
  .ocp-products-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .ocp-products-slider {
    grid-auto-columns: 300px;
    padding: 0 54px 10px 54px;
    gap: 18px;
  }
  .ocp-products-title {
    font-size: 24px;
  }
}

.ocp-products-slider,
.dp-products-slider,
.ap-products-slider{
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px !important;
  justify-content: start;
}

/* Ĺˇipky mimo obsah (neovlivĹ�ujĂ­ start slideru) */
.ocp-products-arrow,
.dp-products-arrow,
.ap-products-arrow{
  top: 50%;
  transform: translateY(-50%);
}

/* levĂˇ Ĺˇipka ven */
.ocp-products-arrow-left,
.dp-products-arrow-left,
.ap-products-arrow-left{
  left: 0;
  transform: translate(calc(-100% - 14px), -50%);
}

/* pravĂˇ Ĺˇipka ven */
.ocp-products-arrow-right,
.dp-products-arrow-right,
.ap-products-arrow-right{
  right: 0;
  transform: translate(calc(100% + 14px), -50%);
}

/* kdyĹľ je mĂˇlo mĂ­sta, Ĺˇipky pĹ™itĂˇhnout blĂ­Ĺľ */
@media (max-width: 768px){
  .ocp-products-arrow-left,
  .dp-products-arrow-left,
  .ap-products-arrow-left{
    transform: translate(calc(-100% - 8px), -50%);
  }

  .ocp-products-arrow-right,
  .dp-products-arrow-right,
  .ap-products-arrow-right{
    transform: translate(calc(100% + 8px), -50%);
  }
  
  .ocp-products {
  	padding: 40px 0 40px;
  }
  
  .dp-products,
  .ap-products {
  	padding: 0 0 40px;
  }
}

/* 1) zabrĂˇnĂ­ roztaĹľenĂ­ strĂˇnky */
.ocp-products-wrap,
.dp-products-wrap,
.ap-products-wrap{
  overflow-x: clip;
}

/* fallback pro starĹˇĂ­ prohlĂ­ĹľeÄŤe */
@supports not (overflow: clip){
  .ocp-products-wrap,
  .dp-products-wrap,
  .ap-products-wrap{
    overflow-x: hidden;
  }
}

/* 2) Ĺˇipky "ven" nech jen na desktopu (od 992px) */
@media (min-width: 992px){
  .ocp-products-arrow-left,
  .dp-products-arrow-left,
  .ap-products-arrow-left{
    left: 0;
    transform: translateY(-50%);
  }

  .ocp-products-arrow-right,
  .dp-products-arrow-right,
  .ap-products-arrow-right{
    right: 0;
    transform: translateY(-50%);
  }
}

/* 3) na mobilu/tabletu Ĺˇipky vraĹĄ dovnitĹ™, aĹĄ nic nepĹ™esahuje */
@media (max-width: 991.98px){
  .ocp-products-arrow-left,
  .dp-products-arrow-left,
  .ap-products-arrow-left{
    transform: translateY(-50%);
  }

  .ocp-products-arrow-right,
  .dp-products-arrow-right,
  .ap-products-arrow-right{
    transform: translateY(-50%);
  }
}

#expand-filter-section{
  margin: 2px 0;
}

#expand-filter-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: #1955A6;
  color: #fff;
  padding: 10px 22px;

  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;

  cursor: pointer;
  user-select: none;

  border: 0;                /* â¬…ď¸Ź pryÄŤ border */
  outline: none;            /* â¬…ď¸Ź pryÄŤ outline */
  box-shadow: none;         /* â¬…ď¸Ź pryÄŤ focus shadow */
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;         /* hranatĂ©, jak chceĹˇ */
}

/* ĹľĂˇdnĂ˝ focus ring ani po kliku */
#expand-filter-link:focus,
#expand-filter-link:focus-visible,
#expand-filter-link:active{
  outline: none;
  box-shadow: none;
}

/* jemnĂ˝ hover, ale ĹľĂˇdnĂ˝ rĂˇmeÄŤek */
#expand-filter-link:hover{
  background: #1f63bd;
}


#expand-filter-link svg{
  width: 18px;
  height: 18px;
}

@media (min-width: 992px){
  #expand-filter-section{
    display: none;
  }

  #filter-section{
    display: block !important; /* jistota proti JS */
  }
}

@media (max-width: 991px){
  #expand-filter-section{
    display: block;
  }

  #filter-section{
    display: none; /* JS si to pak pĹ™epĂ­nĂˇ */
    margin-top: 10px;
  }
}

@media (max-width: 991px){
  #filter-section{
    background: #0f2a46;
    padding: 14px 12px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
}



/* === WRAP (tmavĂ˝ pruh) === */
.tm-filterbar{
  background: #162C4B 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.10);
  padding: 18px 18px 16px;
  border-radius: 0; /* na screenu je to hranatĂ© */
}

.tm-filterbar-inner{
  display: flex;
  gap: 22px;
  align-items: center; /* mĂ­sto flex-start */
}

.tm-filter-left{
  flex: 1;
  min-width: 0;
}

.tm-filter-right{
  width: 500px;
  display: flex;
  gap: 16px;
  align-items: center;
}

/* pravĂˇ karta s obrĂˇzkem */
.tm-filter-diagram{
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  padding: 10px;
  width: 250px;
  flex: 0 0 250px;
}
.tm-filter-diagram img{
  display: block;
  width: 100%;
  height: auto;
}

.tm-filter-formula{
  color: rgba(255,255,255,.95);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}
.tm-filter-formula-title{
  font-weight: 700;
  margin-bottom: 6px;
}
.tm-filter-formula-text{
  color: rgba(255,255,255,.80);
}

@media (max-width: 768px){
  .tm-filter-formula{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .tm-filter-formula-title{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-filter-formula-text{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .tm-filterbar .products-filter-name{
  	margin: 10px 0 2px !important;
	}
}


/* === Nadpisy labelĹŻ (DELKA OKA, VOLNA PLOCHA, â€¦) === */
.tm-filterbar .products-filter-name{
  display: block;
  margin: 0 0 4px;
  color: rgba(255,255,255,.90);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
}

/* === Bootstrap row/col spacing v liĹˇtÄ› === */
.tm-filterbar .row{
  margin-left: -10px;
  margin-right: -10px;
}
.tm-filterbar [class*="col-"]{
  padding-left: 10px;
  padding-right: 10px;
}
.tm-filterbar .pb-3{
  padding-bottom: 14px !important;
}

/* === SELECTY (bĂ­lĂ© boxy) === */
/* select bez pĹŻvodnĂ­ch trojĂşhelnĂ­kĹŻ */
.tm-filterbar select.classic{
  width: 100%;
  height: 35px;
  background: #fff;
  color: #10253b;
  border: 1px solid rgba(0, 0, 0, .20);
  border-radius: 2px;
  padding: 0 44px 0 12px; /* vĂ­c mĂ­sta pro Ĺˇipku */
  font-size: 13px;
  font-weight: 600;
  outline: none;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Ĺˇipka jako SVG background â€“ vycentrovanĂˇ podle selectu */
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: right 10px center;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231b3f66'>\
<path d='M7 10l5 5 5-5z'/>\
</svg>");
}

.tm-filterbar select.classic:focus{
  border-color: rgba(255,255,255,.35);
  box-shadow: 0 0 0 2px rgba(64,154,255,.20);
}

/* === Checkbox Ĺ™ada (pokud ji pouĹľijeĹˇ) === */
.tm-filter-materials{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-bottom: 14px;
}
.tm-check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.95);
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
}
.tm-check input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tm-check > span{
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,.85);
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
}
.tm-check input:checked + span{
  background: #fff;
  box-shadow: inset 0 0 0 3px #0f2a46;
}

/* === Slider (tvoje custom HTML: [slider] inverse-left, range, thumb, sign) === */
/* ===== SLIDER (tvoje atributy: [slider], [inverse-left], [range], [thumb], [sign]) ===== */

[slider] {
  position: relative;
  border-radius: 10px;
  text-align: left;
  margin: 8px 0 25px 0;
  z-Index: 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 15px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #1955A6;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -6px;
  z-index: 2;
  height: 18px;
  width: 18px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #1955A6;
  border-radius: 10%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  	opacity: 0;
  	position: absolute;
  	margin-left: -14px;
  	top: 7px;
  	z-index:3;
  	width: 23px;
	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	text-align: center;
}

[slider] > div > [sign] > span {
	color: #fff;
	text-transform: uppercase;
  	font-size: 0.875rem;
  	font-weight: 500;
  	letter-spacing: -1px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}

/* === PoÄŤty vĂ˝sledkĹŻ atd. === */
.tm-filterbar .products-filter-result-count {
  color: rgba(255,255,255,.85);
  font-weight: 700;
  padding-top: 25px;
}

/* === RESPONSIVE === */
@media (max-width: 1200px){
  .tm-filter-right{
    width: 360px;
  }
  .tm-filter-diagram{
    width: 220px;
    flex-basis: 220px;
  }
}

@media (max-width: 992px){
  .tm-filterbar-inner{
    flex-direction: column;
  }
  .tm-filter-right{
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px){
  .tm-filterbar{
    padding: 14px 12px 12px;
  }
  .tm-filter-right{
    flex-direction: column;
    align-items: center;
  }
  .tm-filter-diagram{
    width: 100%;
    flex-basis: auto;
  }
}

/* wrapper pod filtry */
.orderType{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;

  /* aby to sedÄ›lo mezi tmavĂ˝m pruhem a gridem karet */
  margin: -10px 0px 0px;
  padding: 10px 12px;

  background: #162C4B 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.10);
}

/* schovat radio, ale nechat pĹ™Ă­stupnĂ© */
.orderType input[type="radio"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* label jako pill */
.orderType label.product-filter-name{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);

  font-weight: 800;
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;

  transition: background .15s ease, border-color .15s ease, transform .1s ease;
}

/* hover */
.orderType label.product-filter-name:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.35);
}

/* checked -> modrĂ˝ "active tab" */
.orderType input[type="radio"]:checked + label.product-filter-name{
  background: rgba(47,127,214,.22);
  border-color: rgba(47,127,214,.75);
  box-shadow: 0 0 0 2px rgba(47,127,214,.20);
}

/* ikonka (fa-home) sjednotit */
.orderType label.product-filter-name .fa{
  font-size: 14px;
  opacity: .95;
}

/* mobil */
@media (max-width: 768px){
  .orderType{
    padding: 10px;
    gap: 8px;
  }
  .orderType label.product-filter-name{
    padding: 10px 12px;
    font-size: 11px;
  }
}

@media (max-width: 768px){
  .orderType{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    margin: 12px 0 16px;
    padding: 12px;

    background: rgba(15, 42, 70, .45);
    border: 1px solid rgba(255,255,255,.10);
  }

  .orderType label.product-filter-name{
    display: flex;
    align-items: center;      /* â¬…ď¸Ź vertikĂˇlnĂ­ stĹ™ed */
    justify-content: center;  /* horizontĂˇlnĂ­ stĹ™ed */

    padding: 12px 10px;
    min-height: 44px;

    line-height: 1.2;         /* â¬…ď¸Ź ĹľĂˇdnĂ© posunutĂ­ textu */
    text-align: center;
  }

  /* ikona + text jako jeden Ĺ™Ăˇdek */
  .orderType label.product-filter-name i,
  .orderType label.product-filter-name svg{
    margin-right: 6px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }

  /* ikona domĹŻ aĹĄ nezvÄ›tĹˇuje Ĺ™Ăˇdek */
  .orderType label.product-filter-name .fa{
    font-size: 14px;
    margin-right: 6px;
  }

  /* kdyĹľ je text dlouhĂ˝, udÄ›lĂˇ max 2 Ĺ™Ăˇdky a nepĹ™eroste */
  .orderType label.product-filter-name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* extra malĂ© mobily -> 1 sloupec */
@media (max-width: 420px){
  .orderType{
    grid-template-columns: 1fr;
  }
}


.search .paging {
    text-align: right;
    margin: 15px 28px 5px 15px;
    color: #cccccc;
    font-weight: bold;
}

.search .paging a {
    color: #ffffff;
}


.main-content-flex {
  	background: #031531 0% 0% no-repeat padding-box;
}

.search {
    background: #031531 0% 0% no-repeat padding-box;
    padding: 18px var(--side-pad) 0;
    padding-top: 0px !important;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.search-category-name {
	font-weight: 800;
    letter-spacing: .2px;
    line-height: 1.15;
    color: #5FA0E3;
    margin: 0 0 12px 0;
    text-align: center;
}

.search-category-name h1{
	font-size: 36px;
}

/* ==== LIST WRAP ==== */
.productsList{
  /* aby to sedÄ›lo pod tmavĂ˝m filtrem */
  padding: 0px 0 30px;
}

.products-list{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

/* responzivnÄ› */
@media (max-width: 1400px){
  .products-list{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1200px){
  .products-list{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 992px){
  .products-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px){
  .products-list{ grid-template-columns: 1fr; }
}

/* anchor jako karta */
.products-list > a{
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ==== KARTA ==== */
.products-list .product-item{
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products-list .product-item .product-item-image {
    height: 240px;
    background: #f2f2f2;
    overflow: hidden;
}

.products-list .product-item .product-item-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* obrĂˇzek */
.products-list .product-item img{
  width: 100%;
  height: auto;
  display: block;
}

/* pokud esc.image generuje wrapper kolem img, pomĹŻĹľe tohle */
.products-list .product-item > *:first-child{
  display: block;
}

/* tÄ›lo */
.products-list .product-item-body{
  padding: 12px 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

/* nĂˇzev â€“ modrĂ˝, tuÄŤnĂ˝, max 2-3 Ĺ™Ăˇdky */
.products-list .products-list-name{
  color: #1955A6;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;

  /* oĹ™ez na vĂ­ce Ĺ™ĂˇdkĹŻ */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.25em * 3);
}

/* footer: ceny dole */
.products-list .product-item-footer{
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

/* ceny */
.products-list .prices-wrapper{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* bez DPH (menĹˇĂ­, ĹˇedĂ©) */
.products-list .products-list-priceNoTax{
  color: rgba(0,0,0,.55);
  font-size: 14px;
  font-weight: 600;
  color: #8D8D8D;
}

/* s DPH â€“ velkĂ© ÄŤervenĂ© */
.products-list .products-list-price{
  color: #E63946;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .02em;
}

/* kdyĹľ je "na dotaz" */
.products-list .products-list-demand{
  color: #0b4c96;
  font-weight: 800;
}

.products-list > a:hover .product-item{
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
  border-color: #1955A6; /* lehce svÄ›tlejĹˇĂ­ modrĂˇ */
}

.products-list > a:hover .product-item-image img{
  transform: scale(1.04);
}

.products-list > a:hover .products-list-name{
  color: #1955A6;
}

.tm-buy-btn:hover{
  background: #1955A6 0% 0% no-repeat padding-box;
}

.products-list .product-item-footer{
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.products-list .prices-wrapper{
  min-width: 0;
}

.tm-buy-btn{
  margin-left: auto;
  flex: 0 0 auto;
  background: #071b35;
  color: #fff;
  border: 0;
  height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.tm-buy-btn svg{
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

/* shopping cart */
.steps-cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 14px;

  padding: 14px 16px;

  background: rgba(15,42,70,.35);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

.steps-cont .sc-step{
  flex: 0 0 auto;
  width: 34px;
  height: 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  font-weight: 900;
  color: #fff;

  background: rgba(255,255,255,.10);
  border: 2px solid rgba(255,255,255,.22);
}

.steps-cont .steps-line{
  flex: 1 1 auto;
  height: 2px;
  min-width: 40px;
  background: rgba(255,255,255,.22);
}

.steps-cont .step-desc{
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: center;

  font-weight: 500;
  letter-spacing: .01em;
  color: rgba(255,255,255,.92);

  font-size: 13px;
  line-height: 1.2;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1200px){
  .steps-cont .step-desc{
    font-size: 12px;
    max-width: 150px;
  }
}
@media (max-width: 992px){
  .steps-cont{
    gap: 10px;
  }
  .steps-cont .step-desc{
    font-size: 11px;
    max-width: 120px;
  }
  .steps-cont .steps-line{
    min-width: 22px;
  }
}

@media (max-width: 768px){
  .steps-cont .step-desc{
    display: none !important;
  }

  .steps-cont{
    position: relative;
    justify-content: space-between;
    gap: 0;
    padding: 14px 14px;   
  }

  .steps-cont .steps-line{
    display: none !important;
  }

  .steps-cont::before{
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: rgba(255,255,255,.22);
  }


  .steps-cont .sc-step{
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
        background: #0f2a46;                
    border-color: rgba(255,255,255,.22);
  }
}

.steps-cont .sc-step.is-active{
    background: #1955A6;
    border-color: rgba(255,255,255,.28);
  box-shadow: 0 10px 18px rgba(0,0,0,.18);
}
.steps-cont .sc-step.is-done{
  background: rgba(25,85,166,.35);
  border-color: rgba(25,85,166,.55);
}

.steps-cont .is-active {
	font-weight: 800;
}




.s-cart-items{
	color: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.s-cart-row{
	background: #162C4B 0% no-repeat padding-box;
  border-radius: 2px;
  margin: 0; /* bootstrap row mĂˇ nÄ›kdy negativnĂ­ margin */
  text-align: left !important;
}

.s-cart-row > [class*="col-"]{
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Checkbox */
.s-cart-checkbox{
  width: 18px;
  height: 18px;
  accent-color: #1955A6;
}

/* ObrĂˇzek + nĂˇzev */
.s-cart-item-wrapper{
	background: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  	max-width: 300px;
}

.s-cart-item-wrapper a{
  text-decoration: none;
  color: inherit;
}

.s-cart-item-wrapper img{
  
      width: 100%;
    height: 280px;
    object-fit: cover;
}

.s-cart-item-wrapper-body{
	padding: 12px 12px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.s-cart-item-wrapper-name{
      color: #1955A6;
    font-weight: 600;
    font-size: 14px;
  line-height: 1.25;
  margin-top: 6px;
  text-align: left;
}

.s-cart-item-wrapper-name:hover{
  color: #1955A6;
  text-decoration: underline;
}

.s-cart-row .cart-text{
  font-size: 13px;
}
.s-cart-row .h5{
  margin: 0;
  font-weight: 500;
  color: #fff;
}

.s-cart-row .h5 span{
  font-weight: 600;
}

.s-cart-item-totalprice {
  font-weight: 700 !important;
}

.s-cart-item-totalprice .h5{
  color: #fff; 
}

/* ====== SlevovĂ© info boxy ====== */
.cart-quantity-info{
  background: #031531 0% 0% no-repeat padding-box;
  border: 1px solid rgba(25,85,166,.18);
  color: #1b5fb7;
  padding: 10px 12px;
  border-radius: 2px;
  font-weight: 700;
}

/* ====== SpodnĂ­ tlaÄŤĂ­tka ====== */
.sc-btns{
  margin-top: 16px;
}

.etahokov-ok-btn,
.ask-btn2{
  width: 100%;
  border-radius: 0.5px;
  border: 0;
  padding: 12px 14px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.etahokov-ok-btn{
  background: #1955A6 0% 0% no-repeat padding-box;
  color: #fff;
}

.etahokov-ok-btn:hover{
  background: #1f63bd;
}

.ask-btn2{
background: transparent;
    border: 2px solid #1955A6;
    color: #fff;
}

.ask-btn2:hover{
  background: #123357;
  color: #fff;
}

.sc-btns .h4{
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
}

.cart-shipping-box{
  background: #162C4B 0% no-repeat padding-box;
  color: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  padding: 30px;
}

.cart-shipping-box h4{
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.btn-calculate{
  background: #1955A6;
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 0 16px;
  font-weight: 900;
}

.btn-calculate:hover{ background: #1f63bd; }

/* ===== Clean cart checkbox ===== */
.s-cart-checkbox{
  -webkit-appearance: none;
  appearance: none;

  width: 18px;
  height: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 3px;

  cursor: pointer;
  outline: none;

  transition: border-color .15s ease, background-color .15s ease;
}

/* fajfka â€“ jednoduchĂˇ, ostrĂˇ */
.s-cart-checkbox::before{
  content: "";
  width: 9px;
  height: 5px;

  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;

  transform: rotate(-45deg);
  opacity: 0;
}

/* CHECKED */
.s-cart-checkbox:checked{
  background: #1955A6;
  border-color: #1955A6;
}

.s-cart-checkbox:checked::before{
  opacity: 1;
}

/* hover */
@media (hover:hover){
  .s-cart-checkbox:hover{
    border-color: #1955A6;
  }
}

/* focus (klĂˇvesnice) */
.s-cart-checkbox:focus-visible{
  outline: 2px solid rgba(25,85,166,.5);
  outline-offset: 2px;
}

/* disabled */
.s-cart-checkbox:disabled{
  opacity: .4;
  cursor: not-allowed;
}

@media (max-width: 768px){

  .s-cart-items{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0;
  }

  /* karta */
  .s-cart-row.row{
    position: relative;
    display: block !important;                 
    margin: 0 !important;
    padding: 12px !important; 

    background: #162C4B 0% no-repeat padding-box;
    border-radius: 2px;
    text-align: left !important;
  }

  /* zruĹˇ paddingy bootstrap sloupcĹŻ */
  .s-cart-row.row > [class*="col-"]{
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  /* vnoĹ™enĂ˝ Ĺ™Ăˇdek se slevou (ten tvĹŻj druhĂ˝ .row) â€“ aĹĄ je normĂˇlnÄ› pĹ™es celou ĹˇĂ­Ĺ™ku */
  .s-cart-row.row > .row{
    display: block !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
  }
  .s-cart-row.row > .row > [class*="col-"]{
    padding: 0 !important;
  }

  /* checkbox: absolutnÄ› vlevo nahoĹ™e */
  .s-cart-row.row > .col-md-1{
    position: absolute;
    left: 14px;
    top: 14px;
    width: auto !important;
    max-width: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* produkt */
  .s-cart-row.row > .col-md-3{
    margin-bottom: 10px !important;
  }

  .s-cart-item-wrapper{
    max-width: 100%;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
  }

  .s-cart-item-wrapper img{
    width: 100%;
    height: 220px !important;
    object-fit: cover;
    display: block;
  }

  .s-cart-item-wrapper-body{
    padding: 10px 10px 8px;
  }

  .s-cart-item-wrapper-name{
    font-size: 14px;
    line-height: 1.25;
    margin: 0;
    text-align: left;
  }

  /* bloky mnoĹľstvĂ­ + ceny jako â€žsekceâ€ś pod sebou */
  .s-cart-row.row > .col-md-2{
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(255,255,255,.08);
  }

  .s-cart-row .cart-text{
    font-size: 12px;
    font-weight: 800;
    color: rgba(255,255,255,.72);
    margin-bottom: 4px;
  }

  .s-cart-row .h5{
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
  }

  /* total price zvĂ˝raznit (poslednĂ­ .col-md-2 uvnitĹ™ Ĺ™Ăˇdku) */
  .s-cart-row.row > .col-md-2:last-of-type{
    background: rgba(221,0,0,.06);
    border: 1px solid rgba(221,0,0,.18);
    padding: 10px 12px !important;
    border-radius: 2px;
  }

  /* slevovĂˇ hlĂˇĹˇka â€“ aĹĄ nenĂ­ ĂşzkĂˇ a nelĂˇme se na jednotlivĂˇ slova */
  .cart-quantity-info{
    background: #031531;
    border: 1px solid rgba(25,85,166,.18);
    color: rgba(255,255,255,.92);
    padding: 10px 12px;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    word-break: normal;
  }
}

@media (max-width: 768px){

  /* checkbox sloupec â†’ normĂˇlnĂ­ blok */
  .s-cart-row .col-md-1{
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
  }

  /* checkbox samotnĂ˝ */
  .s-cart-checkbox{
    width: 22px;
    height: 22px;
  }

  /* produkt vĹľdy pod checkboxem */
  .s-cart-row .col-md-3{
    margin-top: 2px;
     margin-bottom: 2px;
  }
}

@media (max-width: 768px){

  /* celĂ˝ obsah poloĹľky na stĹ™ed */
  .s-cart-row{
    text-align: center !important;
  }

  /* nĂˇzev produktu + wrapper */
  .s-cart-item-wrapper-body,
  .s-cart-item-wrapper-name{
    text-align: center !important;
  }

  /* vĹˇechny cenovĂ© bloky + mnoĹľstvĂ­ */
  .s-cart-row .d-flex.flex-column,
  .s-cart-row .flex-column{
    align-items: center !important;
  }

  /* labely (MnoĹľstvĂ­, Cena za kus...) */
  .s-cart-row .cart-text{
    text-align: center !important;
    width: 100%;
  }

  /* rodiÄŤ stepperu musĂ­ bĂ˝t flex */
  .s-cart-row .flex-column{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* samotnĂ˝ stepper */
  .tm-stepper{
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
  }
  /* total price highlight taky na stĹ™ed */
  .s-cart-item-totalprice{
    text-align: center !important;
  }
  
  .sc-btns .h4 {
  	font-size: 18px;
  }
}

/* no login purchase choice*/
/* === WRAPPER === */
.OBR-row-wrapper{
  margin-top: 18px;
}

/* aĹĄ odkazy nedÄ›lajĂ­ underline a drĹľĂ­ radius */
.OBR-row-wrapper a{
  text-decoration: none !important;
  display: block;
}

/* === CARD === */
.purchase-choice-grid-item{
  position: relative;
  padding: 26px 26px 22px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
  min-height: 170px;
  overflow: hidden;
}

/* jemnĂ˝ â€śsvitâ€ť v pozadĂ­ */
.purchase-choice-grid-item::before{
  content:"";
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at 30% 20%, rgba(25,85,166,.35), transparent 55%),
              radial-gradient(circle at 80% 70%, rgba(255,255,255,.08), transparent 50%);
  opacity: .9;
  pointer-events: none;
}

/* hover */
.OBR-row-wrapper a:hover .purchase-choice-grid-item{
  transform: translateY(-4px);
  border-color: rgba(25,85,166,.45);
  background: rgba(255,255,255,.07);
  box-shadow: 0 14px 34px rgba(0,0,0,.32);
}

/* klik (active) */
.OBR-row-wrapper a:active .purchase-choice-grid-item{
  transform: translateY(-1px);
}

/* focus pro klĂˇvesnici */
.OBR-row-wrapper a:focus-visible .purchase-choice-grid-item{
  outline: none;
  box-shadow: 0 0 0 3px rgba(25,85,166,.35), 0 14px 34px rgba(0,0,0,.32);
  border-color: rgba(25,85,166,.55);
}

/* === ICON === */
.OBR-icon{
  font-size: 34px;
  line-height: 1;
  color: #fff;
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(25,85,166,.25);
  border: 1px solid rgba(25,85,166,.45);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
  margin-bottom: 4px;
  z-index: 1;
}

/* === TEXT === */
.purchase-choice-grid-item > div{
  z-index: 1;
}

/* prvnĂ­ text (nadpis) */
.purchase-choice-grid-item > div:nth-of-type(1){
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .02em;
  margin-top: 6px;
}

/* popisek */
.purchase-choice-grid-item .registration-note{
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.78);
}

/* aby nebyl text pĹ™ilepenĂ˝ k okrajĹŻm */
#home-page-body p{
  color: rgba(255,255,255,.78);
  text-align: center;
}

/* === MOBILE === */
@media (max-width: 768px){
  .purchase-choice-grid-item{
    min-height: 150px;
    padding: 20px 16px 18px;
  }
  .purchase-choice-grid-item > div:nth-of-type(1){
    font-size: 16px;
  }
  .purchase-choice-grid-item .registration-note{
    font-size: 12px;
  }
}

/* === pokud chceĹˇ, aby text byl hezky ÄŤitelnĂ˝ i na tmavĂ©m pozadĂ­ === */
.purchase-choice-grid-item{
  text-align: center;
}

.purchase-form-cont .mainForm{
  background: #162C4B 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  padding: 22px 22px 18px;
}

/* nadpisy sekcĂ­ */
.purchase-form-cont h3{
  color: rgba(255,255,255,.92);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .02em;
  margin: 18px 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* popisky vlevo (JmĂ©no, PĹ™Ă­jmenĂ­â€¦) */
.purchase-form-cont .col-form-label{
  color: rgba(255,255,255,.85);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .01em;
  padding-top: 10px;
}

/* freemarker wrapper .form-label-text â€“ nech ho, jen aĹĄ nenĂ­ ÄŤernĂ˝ */
.purchase-form-cont .form-label-text{
  color: rgba(255,255,255,.9);
}

/* Ĺ™Ăˇdek pole */
.purchase-form-cont .form-group{
  margin-bottom: 12px;
}

/* INPUT / SELECT â€“ tmavĂ˝ vzhled */
.purchase-form-cont .form-control{
  height: 44px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(3,21,49,.55);
  color: #fff;

  font-weight: 400;
  font-size: 14px;

  padding: 10px 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.purchase-form-cont .form-control::placeholder{
  color: rgba(255,255,255,.45);
}

/* focus */
.purchase-form-cont .form-control:focus{
  outline: none;
  border-color: rgba(25,85,166,.70);
  background: rgba(3,21,49,.70);
  box-shadow: 0 0 0 3px rgba(25,85,166,.22);
}

/* Select â€“ Ĺˇipka */
.purchase-form-cont select.form-control{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.75) 50%),
    linear-gradient(135deg, rgba(255,255,255,.75) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 18px) 19px,
    calc(100% - 13px) 19px,
    0 0;
  background-size:
    5px 5px,
    5px 5px,
    100% 100%;
  background-repeat: no-repeat;
}

/* invalid (Spring dĂˇvĂˇ is-invalid) */
.purchase-form-cont .form-control.is-invalid{
  border-color: rgba(221,0,0,.65) !important;
  box-shadow: 0 0 0 3px rgba(221,0,0,.15);
}

/* chybovĂ© hlĂˇĹˇky */
.purchase-form-cont .text-danger{
  color: #ff6b6b !important;
  font-weight: 700;
  font-size: 13px;
  margin-top: 6px;
}

/* REQUIRED Ĺ™Ăˇdek â€“ malĂˇ hvÄ›zdiÄŤka u labelu (pokud chceĹˇ) */
.purchase-form-cont .form-group.required .col-form-label::after{
  content: " *";
  color: #ff4d4d;
  font-weight: 900;
}

/* ===== Toggle sekce (firma / dodacĂ­) ===== */
#expandCompany,
#expandDeliveryAddress{
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}

/* ===== HezkĂ© checkboxy (vÄŤ. agree) ===== */
.purchase-form-cont input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(3,21,49,.55);
  display: inline-grid;
  place-items: center;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.purchase-form-cont input[type="checkbox"]::after{
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
  margin-top: -1px;
}

.purchase-form-cont input[type="checkbox"]:checked{
  background: #1955A6;
  border-color: rgba(25,85,166,.9);
  box-shadow: 0 0 0 3px rgba(25,85,166,.22);
}
.purchase-form-cont input[type="checkbox"]:checked::after{
  opacity: 1;
}

.purchase-form-cont input[type="checkbox"]:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(25,85,166,.30);
}

/* text u checkboxĹŻ */
.purchase-form-cont label{
  color: rgba(255,255,255,.85);
  font-weight: 700;
}

/* odkazy (VOP/GDPR) */
.purchase-form-cont a.red-link{
  color: #59a6ff !important;
  font-weight: 900;
  text-decoration: underline;
}
.purchase-form-cont a.red-link:hover{
  color: #8cc3ff !important;
}

/* ===== Submit button uĹľ mĂˇĹˇ .etahokov-ok-btn, jen jemnÄ› doladĂ­me ===== */
.purchase-form-cont .etahokov-ok-btn{
  border-radius: 3px;
  padding: 13px 16px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}
.purchase-form-cont .etahokov-ok-btn:hover{
  filter: brightness(1.05);
}

/* ===== Responsive: na mobilu labely nad input ===== */
@media (max-width: 768px){
  .purchase-form-cont .mainForm{
    padding: 16px 14px 14px;
  }

  .purchase-form-cont .col-form-label{
    padding-top: 0;
    margin-bottom: 6px;
  }

  /* labely nad pole â€“ Bootstrap sloupce se sloĹľĂ­, ale tohle pomĹŻĹľe vizuĂˇlnÄ› */
  .purchase-form-cont .form-group.row{
    margin-left: 0;
    margin-right: 0;
  }
}

.transportation-h2,
.payment-h2{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px 0;
  color: #fff;
  font-weight: 600;
}

.transportation-h2 svg,
.payment-h2 svg{
  opacity: .9;
}

.transportation-h2 p,
.payment-h2 p{
  margin: 0;
}

/* --- Radio list (doprava) --- */
.form-group.pl-1{
  margin: 0;
}

.radioButton:first-child{
  border-top: 0;
}

/* label jako celĂ˝ klikacĂ­ Ĺ™Ăˇdek */
.radioButton label{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

/* text vedle rĂˇdia */
.radioButton label p.centerLabel{
  margin: 0;
  color: rgba(255,255,255,.92);
  font-weight: 700;
  line-height: 1.25;
}

/* custom radio â€“ bez bĂ­lĂ˝ch puntĂ­kĹŻ */
.radioButton input[type="radio"]{
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.35);
  background: rgba(3,21,49,.55);
  box-shadow: inset 0 0 0 3px rgba(0,0,0,.25);
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin: 0;
}

/* vnitĹ™nĂ­ teÄŤka */
.radioButton input[type="radio"]::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: scale(0);
  transition: transform .15s ease;
  background: #1955A6;
}

.radioButton input[type="radio"]:checked{
  border-color: rgba(25,85,166,.95);
  box-shadow: 0 0 0 4px rgba(25,85,166,.18);
}

.radioButton input[type="radio"]:checked::before{
  transform: scale(1);
}

/* hover Ĺ™Ăˇdku */
.radioButton:hover{
  background: rgba(255,255,255,.03);
}

/* --- Paleta / eko checkboxy (pĹ™es p#paletteCheckBox apod.) --- */
#paletteCheckBox,
#ekoTransportCheckBox{
  margin: 0;
  padding: 10px 0 6px;
  color: rgba(255,255,255,.92);
  font-weight: 500;
}

/* pokud jsou uvnitĹ™ inputy checkbox */
#paletteCheckBox input[type="checkbox"],
#ekoTransportCheckBox input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid rgba(255,255,255,.30);
  background: rgba(3,21,49,.55);
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  vertical-align: middle;
}

#paletteCheckBox input[type="checkbox"]::before,
#ekoTransportCheckBox input[type="checkbox"]::before{
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: transform .12s ease;
  background: #5FA0E3;
  border-radius: 2px;
}

#paletteCheckBox input[type="checkbox"]:checked,
#ekoTransportCheckBox input[type="checkbox"]:checked{
  border-color: #5FA0E3;
  box-shadow: 0 0 0 4px rgba(25,85,166,.16);
}

#paletteCheckBox input[type="checkbox"]:checked::before,
#ekoTransportCheckBox input[type="checkbox"]:checked::before{
  transform: scale(1);
}


/* =========================
   SouhrnnĂˇ tabulka (confirm-table)
   ========================= */
.confirm-table{
  background: #162C4B 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.14);
  padding: 10px 12px;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.confirm-table .table{
  margin: 0;
  color: rgba(255,255,255,.92);
}

.confirm-table .table > :not(caption) > * > *{
  background: transparent !important;
  border-bottom-color: rgba(255,255,255,.10) !important;
}

.confirm-table .detail-heading-info{
  color: rgba(255,255,255,.70);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 12px;
}

.confirm-table .form-confirm-text{
  color: rgba(255,255,255,.86);
  font-weight: 600;
}

/* inputy v tabulce â€“ pryÄŤ s bĂ­lou */
.confirm-table .input-cart{
  width: 100%;
  background: rgba(3,21,49,.55);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  padding: 9px 10px;
  outline: none;
}

.confirm-table .input-cart[readonly]{
  opacity: .92;
}

.confirm-table .input-cart:focus{
  border-color: rgba(25,85,166,.85);
  box-shadow: 0 0 0 4px rgba(25,85,166,.14);
}

/* zvĂ˝raznÄ›nĂ­ CELKEM */
.confirm-table tr:last-child td{
  border-bottom: 0 !important;
}

.confirm-table #sumPriceWithoutTax,
.confirm-table #sumPriceWithTax{
  font-weight: 900;
}

/* =========================
   PoznĂˇmka (textarea)
   ========================= */
#inputUserComment.form-control{
  background: #162C4B 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  color: #fff;
  padding: 12px 12px;
}

#inputUserComment.form-control::placeholder{
  color: rgba(255,255,255,.55);
}

#inputUserComment.form-control:focus{
  border-color: rgba(25,85,166,.85);
  box-shadow: 0 0 0 4px rgba(25,85,166,.14);
}

/* =========================
   Buttony dole
   ========================= */
.etahokov-ok-btn{
  padding: 14px 16px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
  border: 0;
  font-size: 0.95rem;
}

.ask-btn2{
  padding: 12px 16px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .03em;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(3,21,49,.35);
}

.ask-btn2:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(25,85,166,.45);
}

/* =========================
   RESPONSIVE â€“ mobil
   ========================= */
@media (max-width: 768px){

  /* sekce nech dĂ˝chat */
  .basicSection .border{
    border-radius: 10px;
  }

  /* radio Ĺ™Ăˇdky â€“ vÄ›tĹˇĂ­ tap target */
  .radioButton{
    padding: 12px 0;
  }

  .radioButton label{
    align-items: flex-start;
  }

  .radioButton label p.centerLabel{
    font-size: 14px;
  }

  /* tabulku na mobilu zjednoduĹˇĂ­me: Ĺ™Ăˇdky jako karty */
  .confirm-table{
    padding: 8px 10px;
  }

  .confirm-table table.table{
    display: block;
  }

  .confirm-table thead{
    display: none;
  }

  .confirm-table tbody{
    display: grid;
    gap: 10px;
  }

  .confirm-table tr{
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 10px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 8px;
    background: rgba(3,21,49,.35);
  }

  .confirm-table td{
    border: 0 !important;
    padding: 0 !important;
  }

  /* label nahoĹ™e, hodnoty pod nĂ­m */
  .confirm-table td:first-child{
    font-weight: 900;
    color: rgba(255,255,255,.90);
  }

  .confirm-table td:nth-child(2),
  .confirm-table td:nth-child(3){
    text-align: left !important;
  }

  .confirm-table .input-cart{
    text-align: left !important;
  }
}

.basicSection .border{
  padding: 14px 18px !important;
}

@media (max-width: 768px){
  .basicSection .border{
    padding: 14px 14px !important;
  }
}

#selectPayment .paymentRadioButton{
  width: 100%;
  cursor: pointer;
  user-select: none;

  padding: 12px 12px;
  margin: 8px 0;

  background: rgba(3,21,49,.32);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 5px;

  gap: 12px;
  transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
}

/* hover */
#selectPayment .paymentRadioButton:hover{
  background: rgba(255,255,255,.05);
  border-color: rgba(25,85,166,.35);
  transform: translateY(-1px);
}

/* text */
#selectPayment .paymentRadioButton > p{
  margin: 0;
  color: rgba(255,255,255,.92);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25;
}

/* SCHOVĂ�ME default radio a udÄ›lĂˇme vlastnĂ­ */
#selectPayment .paymentRadioButton > input[type="radio"]{
  appearance: none;
  -webkit-appearance: none;

  width: 18px;
  height: 18px;
  border-radius: 999px;

  border: 2px solid rgba(255,255,255,.35);
  background: rgba(3,21,49,.55);

  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin: 2px 0 0 0;

  transition: border-color .12s ease, box-shadow .12s ease, background .12s ease;
}

#selectPayment .paymentRadioButton > input[type="radio"]::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: scale(0);
  transition: transform .15s ease;
  background: #5FA0E3;
}

#selectPayment .paymentRadioButton > input[type="radio"]:checked{
  border-color: #5FA0E3;
  box-shadow: 0 0 0 4px rgba(25,85,166,.18);
}

#selectPayment .paymentRadioButton > input[type="radio"]:checked::before{
  transform: scale(1);
}

/* zvĂ˝raznit CELĂť Ĺ™Ăˇdek, kdyĹľ je radio checked (bez :has, pouĹľijeme class pĹ™es JS nĂ­Ĺľe)
   â†’ pro pĹ™Ă­pad, Ĺľe nechceĹˇ JS, nechĂˇĹˇ jen zvĂ˝raznÄ›nĂ­ rĂˇdia.
*/
#selectPayment .paymentRadioButton.is-selected{
  background: rgba(25,85,166,.18);
  border-color: rgba(25,85,166,.55);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* Popis pod volbou */
#selectPayment .payment-description{
  margin: -2px 0 10px;          /* opticky navĂˇĹľe na kartu nad tĂ­m */
  padding: 10px 12px 12px;

  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;

  color: rgba(255,255,255,.85);
}

#selectPayment .payment-description p{
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

/* zruĹˇit ten <br> co tam vklĂˇdĂˇĹˇ, aĹĄ to nedÄ›lĂˇ divnĂ˝ mezery */
#selectPayment .payment-description br{
  display: none;
}

/* mobil */
@media (max-width: 768px){
  #selectPayment .paymentRadioButton{
    padding: 12px 10px;
  }
  #selectPayment .paymentRadioButton > p{
    font-size: 14px;
  }
}

.form-group .radioButton{
  margin: 8px 0;
}

/* udÄ›lĂˇme z labelu "kartu" */
.form-group .radioButton > label{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;

  cursor: pointer;
  user-select: none;

  padding: 12px 12px;
  background: rgba(3,21,49,.32);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 5px;

  transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
}

/* hover jako u plateb */
.form-group .radioButton > label:hover{
  background: rgba(255,255,255,.05);
  border-color: rgba(25,85,166,.35);
  transform: translateY(-1px);
}

/* text dopravy */
.form-group .radioButton > label p{
  margin: 0;
  color: rgba(255,255,255,.92);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25;
}

/* custom radio (stejnĂ© jako u plateb) */
.form-group .radioButton > label input[type="radio"]{
  appearance: none;
  -webkit-appearance: none;

  width: 18px;
  height: 18px;
  border-radius: 999px;

  border: 2px solid rgba(255,255,255,.35);
  background: rgba(3,21,49,.55);

  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin: 2px 0 0 0;

  transition: border-color .12s ease, box-shadow .12s ease, background .12s ease;
}

.form-group .radioButton > label input[type="radio"]::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: scale(0);
  transition: transform .15s ease;
  background: #5FA0E3;
}

.form-group .radioButton > label input[type="radio"]:checked{
  border-color: #5FA0E3;
  box-shadow: 0 0 0 4px rgba(25,85,166,.18);
}

.form-group .radioButton > label input[type="radio"]:checked::before{
  transform: scale(1);
}

/* zvĂ˝raznÄ›nĂ­ celĂ© karty, kdyĹľ je vybranĂˇ (bez :has => pĹ™es sibling) */
.form-group .radioButton > label input[type="radio"]:checked + p{
  /* jen text â€“ aby to bylo â€śĹľivĂ©â€ť i bez JS */
  color: #fff;
}

/* a karta jako celek: pouĹľijeme focus-within + malĂ˝ trik s outline */
.form-group .radioButton > label:focus-within{
  background: rgba(25,85,166,.18);
  border-color: rgba(25,85,166,.55);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* mobil */
@media (max-width: 768px){
  .transportation-h2 + .form-group{
    padding: 8px 10px 12px;
  }
  .form-group .radioButton > label{
    padding: 12px 10px;
  }
  .form-group .radioButton > label p{
    font-size: 14px;
  }
}

.form-group .radioButton > label.is-selected{
  background: rgba(25,85,166,.18);
  border-color: rgba(25,85,166,.55);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

.col-md-12.pt-3.border{
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 12px;
  background: rgba(3,21,49,.18);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

/* vĂ­c vnitĹ™nĂ­ho odsazenĂ­ (aĹĄ to nenĂ­ nalepenĂ© na rĂˇm) */
.col-md-12.pt-3.border > .pl-2.pr-2{
  padding: 16px 18px 18px !important;
}

/* vÄ›tĹˇĂ­ mezera mezi bloky */
.pt-5{ padding-top: 24px !important; }
.pt-3{ padding-top: 18px !important; }

/* konkrĂ©tnÄ› mezi dopravou a platbami â€“ kdyĹľ jsou za sebou */
.transportation-h2{
  margin-bottom: 10px;
}
.payment-h2{
  margin-bottom: 12px;
}

.payment-note{
  margin: -2px 0 10px 46px; /* odsazenĂ­ pod text volby (za radio) */
  padding: 10px 12px;
  border-left: 4px solid rgba(25,85,166,.85);
  background: rgba(255,255,255,.06);
  border-radius: 5px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.35;
  position: relative;
}

/* malĂˇ info ikona vlevo */
.payment-note::before{
  content: "i";
  position: absolute;
  left: -11px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1955A6;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: 900;
  font-size: 13px;
  box-shadow: 0 0 0 4px rgba(25,85,166,.18);
}

.payment-note p{ margin: 0; }

@media (max-width: 768px){
  .payment-note{
    margin-left: 40px;
  }
}

.packCard{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 5px;
  background: rgba(3,21,49,.18);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  padding: 14px 16px;
}

/* vyhoÄŹ to inline style u labelu a Ĺ™eĹˇ pĹ™es CSS */
.packCard label[for="palette"]{
  display: inline-block;
  margin: 0 0 8px 0;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  cursor: pointer; /* klikatelnĂ© */
  line-height: 1.2;
}

/* text + list (help) */
#palette-help{
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 5px;
  padding: 10px 12px;
}

#palette-help ul{
  margin: 0;
  padding-left: 18px; /* mĂ­sto bootstrap pl-2 */
}

#palette-help li{
  margin: 6px 0;
  line-height: 1.35;
}

#palette-help b{
  color: #fff;
}

/* lepĹˇĂ­ zarovnĂˇnĂ­ checkboxu vĹŻÄŤi textu */
.packCard .me-3{
  margin-right: 12px !important;
  padding-top: 2px;
}

/* mobile */
@media (max-width: 768px){
  .packCard{ padding: 12px 12px; }
  .packCard label[for="palette"]{ font-size: 16px; }
  .palette-checkbox{ width: 20px; height: 20px; border-radius: 6px; }
}

/* =========================
   PACK CARD â€“ stavy (disabled/checked)
   ========================= */

/* default (enabled) */
.packCard{
  position: relative;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 5px;
  background: rgba(3,21,49,.18);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  padding: 14px 16px;
  transition: .15s ease;
}

.packCard:hover{
  border-color: rgba(25,85,166,.35);
  background: rgba(3,21,49,.24);
}

/* default label â€“ jen kdyĹľ je opravdu klikatelnĂ© */
.packCard label[for="palette"]{
  cursor: pointer;
}

/* ---------- DISABLED obecnÄ› (ztlumenĂ­) ---------- */
.packCard:has(.palette-checkbox:disabled){
  opacity: .85; /* trochu tlumenĂ© */
}

.packCard:has(.palette-checkbox:disabled) label[for="palette"]{
  cursor: default; /* disabled -> nic neÄŤekĂˇm */
}

/* list/help box takĂ© ztlumit */
.packCard:has(.palette-checkbox:disabled) #palette-help{
  background: rgba(255,255,255,.03);
  border-color: rgba(255,255,255,.07);
  color: rgba(255,255,255,.70);
}

/* checkbox disabled â€“ ĹľĂˇdnĂ˝ hover efekt */
.palette-checkbox:disabled{
  cursor: not-allowed;
  box-shadow: none !important;
}

/* ---------- DISABLED + CHECKED (POVINNĂ‰) ---------- */
.packCard:has(.palette-checkbox:disabled:checked){
  border-color: rgba(25,85,166,.55);
  background: rgba(25,85,166,.10);
}

.packCard:has(.palette-checkbox:disabled:checked)::after{
  content: "PovinnĂ©";
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  background: #1b5fb7;
  border: 1px solid rgba(255,255,255,.14);
}

/* checkbox disabled+checked â€“ nechci â€žzĂˇĹ™itâ€ś, ale aĹĄ je jasnÄ› modrĂ˝ */
.palette-checkbox:disabled:checked{
  background: rgba(25,85,166,.95);
  border-color: rgba(25,85,166,.95);
  opacity: .85;
}

/* ---------- DISABLED + NOT CHECKED (NELZE ZVOLIT) ---------- */
.packCard:has(.palette-checkbox:disabled:not(:checked)){
  border-color: rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}

.packCard:has(.palette-checkbox:disabled:not(:checked))::after{
  content: "Nelze zvolit";
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

/* checkbox disabled+not checked â€“ ĹˇedĂ˝ */
.palette-checkbox:disabled:not(:checked){
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.18);
  opacity: .70;
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px){
  .packCard{ padding: 12px 12px; }
  .packCard::after{ top: 10px; right: 10px; }
}

/* =========================
   CONFIRM SUMMARY (novĂ˝ layout)
   ========================= */

.confirmSum{
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0 0;
}

/* meta nahoĹ™e (hmotnost, palety) */
.confirmMeta{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(3,21,49,.18);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  padding: 14px 16px;
  margin-bottom: 14px;
}

.confirmMetaRow{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.confirmMetaRow:last-child{ border-bottom: 0; }

.confirmMetaLabel{
  font-weight: 800;
  color: rgba(255,255,255,.92);
}
.confirmMetaVal{
  font-weight: 900;
  color: #fff;
}

/* hlavnĂ­ grid */
.confirmGrid{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(3,21,49,.18);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  column-gap: 14px;
  row-gap: 10px;
  align-items: center;
}

.confirmHead{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px;
  color: rgba(255,255,255,.70);
  padding: 6px 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.confirmRowLabel{
  font-weight: 800;
  color: rgba(255,255,255,.92);
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.confirmRowVal{
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* box hodnoty (Bez DPH / S DPH) */
.confirmValBox{
  display: inline-flex;
  justify-content: flex-end;
  min-width: 180px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  font-weight: 900;
  color: #fff;
}

.confirmValStatic{
  font-weight: 900;
  color: #fff;
}

/* total Ĺ™Ăˇdek */
.confirmTotalLabel{
  font-weight: 900;
  color: #fff;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.confirmTotalVal{
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.confirmTotalBox{
  display: inline-flex;
  justify-content: flex-end;
  min-width: 180px;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(221,0,0,.08);
  border: 1px solid rgba(221,0,0,.22);
  font-weight: 900;
  color: #fff;
}

/* ty inputy nechĂˇme kvĹŻli JS, ale vizuĂˇlnÄ› pryÄŤ */
.confirmGrid .input-cart{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* kdyĹľ je hodnota "Neuvedeno" apod. */
.confirmValBox.is-empty,
.confirmTotalBox.is-empty{
  color: rgba(255,255,255,.70);
  font-weight: 800;
}

/* mobile: pĹ™epnout do 2 Ĺ™ĂˇdkĹŻ (label + dvÄ› hodnoty pod sebou) */
@media (max-width: 768px){
  .confirmGrid{
    grid-template-columns: 1fr;
  }
  .confirmHead{
    display:none;
  }
  .confirmRowLabel,
  .confirmTotalLabel{
    border-top: 0;
    padding-bottom: 4px;
  }
  .confirmRowVal,
  .confirmTotalVal{
    border-top: 0;
    padding-top: 0;
  }
  .confirmRowVal{
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .confirmRowVal::before{
    content: attr(data-col);
    color: rgba(255,255,255,.65);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 11px;
    padding-top: 10px;
  }
}

.confirm-table .input-cart[readonly]{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  color: inherit !important;
  opacity: 1 !important;
  height: auto !important;
  line-height: inherit !important;
  cursor: default;
}

/* aby text drĹľel zarovnĂˇnĂ­ doprava */
.confirm-table .input-cart{
  width: 100%;
  text-align: right;
}

/* confirm tabulka â€“ zĂşĹľĂ­me cenovĂ© sloupce */
.confirm-table table{
  table-layout: fixed; /* dĹŻleĹľitĂ©, aĹĄ width funguje stabilnÄ› */
  width: 100%;
}

.confirm-table .tm-col-price{
  width: 200px;        /* uprav dle oka (napĹ™. 160â€“220) */
  padding-right: 6px;  /* menĹˇĂ­ vnitĹ™nĂ­ odsazenĂ­ */
  white-space: nowrap; /* ceny se nezalamujĂ­ */
}

/* prvnĂ­ sloupec nechĂˇme roztĂˇhnout */
.confirm-table td:first-child,
.confirm-table th:first-child{
  width: auto;
}

/* inputy v cenovĂ˝ch sloupcĂ­ch aĹĄ dojedou ĂşplnÄ› doprava */
.confirm-table .tm-col-price .input-cart{
  width: 100%;
  text-align: right;
  margin: 0;
}

.alert-quantity-error {
  display: flex;
  align-items: center;
  gap: 12px;

  background: linear-gradient(135deg, #3a0f14, #5a141c);
  border-left: 4px solid #ff4d4d;

  padding: 14px 18px;
  border-radius: 2px;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.alert-quantity-error .alert-icon {
  font-size: 20px;
  color: #ff4d4d;
  line-height: 1;
}

.alert-quantity-error .alert-text {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.2px;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-2px); }
  100% { transform: translateX(0); }
}

.alert-quantity-error {
  animation: shake 0.35s ease-in-out;
}

.alert-quantity-error {
  border: 1px solid rgba(255, 77, 77, 0.4);
}

.alert-tm{
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 14px 18px;
  border-radius: 6px;

  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

/* ikona */
.alert-tm__icon{
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

/* text */
.alert-tm__text{
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.2px;
}

/* SUCCESS */
.alert-tm--success{
  background: linear-gradient(135deg, #0b2a1c, #0f3a25);
  border-left: 4px solid #26d07c;
}

.alert-tm--success .alert-tm__icon{
  color: #26d07c;
}

/* ERROR */
.alert-tm--error{
  background: linear-gradient(135deg, #3a0f14, #5a141c);
  border-left: 4px solid #ff4d4d;
}

.alert-tm--error .alert-tm__icon{
  color: #ff4d4d;
}

.shipping-result{
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.price-box{
  min-width: 220px;
}

.price-label{
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
}

.price-amount{
  display: flex;
  align-items: baseline;
  gap: 6px;

  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}

.price-suffix{
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
}

@media (max-width: 768px){
  .shipping-result{
    flex-direction: column;
    gap: 16px;
  }
}

.shipping-result{
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.tm-static-page-container{
	background: #031531 0% 0% no-repeat padding-box;
}

.tm-static-page{
	background: #031531 0% 0% no-repeat padding-box;
	padding: 18px var(--side-pad) 0;
	padding-top: 0px !important;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}

.tm-contacts__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;              /* na screenu jsou vÄ›tĹˇĂ­ mezery */
  align-items: start;
  margin-bottom: 34px;
  padding-top: 20px;
}

/* â€śtextovĂ© kartyâ€ť â€“ ale bez boxĹŻ, spĂ­Ĺˇ ÄŤistĂ© bloky jako na screenu */
.tm-contact-card{
  color: rgba(255,255,255,0.86);
  font-size: 0.98rem;
  line-height: 1.6;
  letter-spacing: -0.1px;
  text-align: center;
}

.tm-contact-card h3 {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 700;
}

.tm-contact-card a {
    letter-spacing: 0px;
    color: #A4BFCB;
    opacity: 1;
}

/* zvĂ˝raznÄ›nĂ­ (IÄŚ/DIÄŚ) */
.tm-contact-card b,
.tm-contact-card strong{
  color: rgba(255,255,255,0.95);
  font-weight: 800;
}

.tm-static-page-phones {
	display: flex;
	flex-direction: column;
}

.tm-static-page-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
}

.tm-static-page-phone-item {
    color: #ffffff;
}

.tm-static-page-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;              
    text-decoration: none;
    color: #ffffff !important;
}

.tm-static-page-ico {
	width: 18px;
	height: 18px;
	display: inline-block;
	flex-shrink: 0;
}
.tm-contact-card a:hover{
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.55);
}

/* ===== Mapy (2 sloupce) ===== */
.tm-contacts__maps{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px; /* podobnÄ› jako nahoĹ™e */
  padding-top: 15px;
  padding-bottom: 40px;
}

/* nadpisy nad mapami */
.tm-map-card__title{
  margin: 0 0 14px;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #ffffff;
}

/* rĂˇm mapy jako na screenu */
.tm-map-embed{
  position: relative;
  padding-top: 46%;                  /* podobnĂ˝ pomÄ›r jako screen */
  border-radius: 8px;
  overflow: hidden;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* iframe do full size */
.tm-map-embed iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===== Responsive ===== */
@media (max-width: 992px){
  .tm-contacts__title{
    font-size: 1.85rem;
    margin-bottom: 20px;
  }

  .tm-contacts__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tm-contacts__maps{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tm-map-embed{
    padding-top: 56.25%; /* 16:9 na mobilu */
  }
}

/* =========================
   HERO SLIDER â€“ IMG VERSION
   ========================= */

.tm-hero-slider{
  position: relative;
  width: 100%;
}

.tm-hero-slider__viewport{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

/* slide */
.tm-hero-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 450ms ease, transform 650ms ease;
}

.tm-hero-slide.is-active{
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

/* IMG mĂ­sto background-image */
.tm-hero-slide__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;           /* stejnĂ© jako background-size: cover */
  object-position: center;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

/* overlay kvĹŻli ÄŤitelnosti textu */
.tm-hero-slide__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.12) 45%,
    rgba(0,0,0,0.02) 70%,
    rgba(0,0,0,0.10) 100%
  );
}

/* text vlevo dole */
.tm-hero-slide__content{
  position: absolute;
  left: 56px;
  bottom: 46px;
  color: #fff;
  max-width: 720px;
}

.tm-hero-slide__kicker{
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  opacity: 0.98;
  margin-bottom: 6px;
}

.tm-hero-slide__title{
  font-size: 4.3rem;
  font-weight: 900;
  letter-spacing: -1.4px;
  line-height: 0.95;
  margin: 0;
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* =========================
   CONTROLS (dots + buttons)
   ========================= */

.tm-hero-slider__controls{
  position: absolute;
  right: 52px;
  bottom: 46px;
  z-index: 5;

  display: flex;
  align-items: center;

  max-width: calc(100% - 104px);
}

.tm-hero-slider__dots{
  display: flex;
  align-items: center;
  gap: 14px;

  flex: 1 1 auto;
  min-width: 0;
  margin-right: 18px;

  justify-content: flex-start;
}

/* wrapper pro Ĺˇipky = vĹľdy vedle sebe */
.tm-hero-slider__nav{
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}

.tm-hero-slider__btn{
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  font-weight: 900;
  line-height: 1;

  box-shadow: 0 10px 26px rgba(0,0,0,0.30);
}

.tm-hero-slider__btn--prev{
  background: #0b0f14;
  color: #fff;
}

.tm-hero-slider__btn--next{
  background: #1e5aa8;
  color: #fff;
  border-left: 1px solid rgba(255,255,255,0.10);
}

.tm-hero-slider__btn:hover{
  filter: brightness(1.07);
}

.tm-hero-slider__btn:active{
  transform: translateY(1px);
}

/* ÄŤĂˇrky */
.tm-hero-slider__dot{
  width: 56px;
  height: 2px;
  background: rgba(255,255,255,0.35);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.tm-hero-slider__dot.is-active{
  background: rgba(77,163,255,0.95);
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 992px){
  .tm-hero-slider__viewport{
    min-height: 360px;
  }

  .tm-hero-slide__content{
    left: 20px;
    right: 20px;
    bottom: 26px;
  }

  .tm-hero-slide__kicker{
    font-size: 1.6rem;
  }

  .tm-hero-slide__title{
    font-size: 2.7rem;
  }

  .tm-hero-slider__controls{
    right: 20px;
    bottom: 22px;
    max-width: calc(100% - 40px);
  }

  .tm-hero-slider__dots{
    margin-right: 12px;
    gap: 10px;
  }

  .tm-hero-slider__dot{
    width: 34px;
  }

  .tm-hero-slider__btn{
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
}

/* ===== GRID ===== */
.catalog-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 26px;
  margin-top: 24px;
}

/* ===== KARTA ===== */
.catalog-grid-item{
  display: flex;
  flex-direction: column;

  background: #162C4B 0% 0% no-repeat padding-box;
  border-radius: 4px;
  overflow: hidden;

  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.catalog-grid-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.45);
  border-color: rgba(77,163,255,0.35);
}

/* ===== NĂ�HLED ===== */
.catalog-grid-item img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  background: #fff; /* kdyby PNG */
}

/* ===== POPIS ===== */
.catalog-grid-item-desc{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;

  padding: 16px 16px 18px;
}

.catalog-grid-item-desc h6{
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.2px;
  padding-bottom: 5px
}

.catalog-grid-item-desc p{
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.75);
}

/* ===== TLAÄŚĂŤTKO DOWNLOAD ===== */
.catalog-dl-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 14px;
  border-radius: 2px;

  background: #1e5aa8;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;

  transition: background .15s ease, transform .15s ease;
}

.catalog-dl-btn i{
  font-size: 1rem;
}

.catalog-dl-btn:hover{
  background: #2370d4;
  color: #fff;
  transform: translateY(-1px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px){
  .catalog-grid-item img{
    height: 180px;
  }
}

@media (max-width: 576px){
  .catalog-grid{
    gap: 18px;
  }

  .catalog-grid-item img{
    height: 160px;
  }
}

/* ===== GRID ===== */
.models-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

/* ===== KARTA ===== */
.models-grid-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 16px 16px 14px;
  border-radius: 4px;

  background: #162C4B 0% 0% no-repeat padding-box;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);

  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.models-grid-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.45);
  border-color: rgba(77,163,255,0.35);
}

.models-grid-item > div:first-child{
  display: flex;
  flex-direction: column;
  align-items: center;        /* <-- KLĂŤÄŚ */
  text-align: center;         /* <-- KLĂŤÄŚ */
  gap: 10px;
  margin-bottom: 18px;
}

/* 3D badge */
.model-badge-3d,
.models-grid-item i.bi-badge-3d{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 85px;
  height: 65px;

  font-size: 50px;
  font-weight: 900;
  letter-spacing: .08em;

  border-radius: 10px;

  color: #4da3ff;
  border: 2px solid rgba(77,163,255,0.6);
  background: rgba(77,163,255,0.12);
}

/* nĂˇzev modelu */
.models-grid-item h6{
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
  padding-top: 15px;
}


/* ===== TLAÄŚĂŤTKA (DWG / STP) ===== */
.models-grid-item > div:last-child{
  display: flex;
  gap: 10px;
  margin-top: auto; /* tlaÄŤĂ­tka vĹľdy dole */
}

/* button-like link */
.model-dl-btn{
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 12px;
  border-radius: 3px;

  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;

  color: #fff;
  background: #1955A6 0% 0% no-repeat padding-box;

  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.model-dl-btn:hover{
  background: rgba(35,112,212,0.98);
  border-color: rgba(77,163,255,0.45);
  transform: translateY(-1px);
  color: #fff;
}

/* malĂˇ varianta: kdyĹľ chceĹˇ DWG â€śtmavĹˇĂ­â€ť a STP â€śmodĹ™ejĹˇĂ­â€ť */
.models-grid-item .model-dl-btn:first-child{
  background: rgba(11, 15, 20, 0.85);
  border-color: rgba(255,255,255,0.10);
}
.models-grid-item .model-dl-btn:first-child:hover{
  background: rgba(11, 15, 20, 0.95);
  border-color: rgba(255,255,255,0.18);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 576px){
  .models-grid{
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .models-grid-item{
    padding: 14px;
  }

  .models-grid-item > div:last-child{
    flex-direction: column;
  }

  .model-dl-btn{
    width: 100%;
  }
}

.tm-about{
  background: #031531;
  color: rgba(255,255,255,0.92);
  padding: 5px 0 56px;
}

.tm-about__inner{
  margin: 0 auto;
}

.tm-about__title{
  color: #4da3ff;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.6px;
  margin: 6px 0 10px;
}

.tm-about__lead{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 26px;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
}

/* grid jako na screenu: 2 sloupce, karty v mĹ™Ă­Ĺľce */
.tm-about-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* karty */
.tm-about-card{
  background: #162C4B 0% 0% no-repeat padding-box;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.tm-about-card--content{
  padding: 22px 22px 20px;
}

.tm-about-card--media{
  min-height: 340px;
}

.tm-about-card__img{
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
  filter: contrast(1.02) saturate(1.02);
}

.tm-about-card__title{
  margin: 0 0 8px;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.tm-about-card__subtitle{
  margin: 25px 0 0;
  color: #fff;;
  font-size: 1.1rem;
    font-weight: 600;
}

.tm-about-card__text{
  margin: 12px 0 0;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
}

/* seznam jako bullet s akcentem */
.tm-about-list{
  margin: 0;
  padding-top: 8px;
  padding-bottom: 15px;
  list-style: none;
  display: grid;
  gap: 10px;
}

.tm-about-list li{
  position: relative;
  padding-left: 16px;
  color: rgba(255,255,255,0.85);
}

.tm-about-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff3b3b;
}

.tm-about-list--small li{
  color: rgba(255,255,255,0.78);
  line-height: 1.45;
}

/* tlaÄŤĂ­tka */
.tm-about-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;

  padding: 12px 14px;
  border-radius: 2px;

  background: #1955A6 0% 0% no-repeat padding-box;
  color: #fff;
  text-decoration: none;

  font-weight: 700;
  font-size: 0.95rem;

  transition: transform .15s ease, filter .15s ease, background .15s ease;
}

.tm-about-btn:hover{
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: #fff;
}

.tm-about-btn--secondary{
  background: rgba(11, 15, 20, 0.85);
}

/* wide bloky pĹ™es 2 sloupce */
.tm-about-card--wide{
  grid-column: 1 / -1;
}

/* metriky */
.tm-about-metrics{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.tm-metric{
  background: rgba(0,0,0,0.16);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 14px 14px 12px;
}

.tm-metric__num{
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #4da3ff;
  line-height: 1;
}

.tm-metric__label{
  margin-top: 8px;
  color: rgba(255,255,255,0.72);
  font-weight: 600;
  font-size: 0.92rem;
}

/* CTA blok */
.tm-about-card--cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(77,163,255,0.10), rgba(255,255,255,0.03));
}

.tm-about-cta-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* responsive */
@media (max-width: 992px){
  .tm-about-grid{
    grid-template-columns: 1fr;
  }

  .tm-about-card--wide{
    grid-column: auto;
  }

  .tm-about-card--media,
  .tm-about-card__img{
    min-height: 260px;
  }

  .tm-about-metrics{
    grid-template-columns: 1fr;
  }

  .tm-about-card--cta{
    flex-direction: column;
    align-items: flex-start;
  }

  .tm-about-cta-actions{
    width: 100%;
  }

  .tm-about-btn{
    width: 100%;
  }
}

/* ===== CERTIFIKACE (cards) ===== */
.tm-certs-wrap{
  margin-top: 18px;
  display: grid;
  gap: 28px;
}

.tm-certs-section{
  padding: 18px 18px 22px;
  background: #162C4B 0% 0% no-repeat padding-box;
  backdrop-filter: blur(6px);
}

.tm-certs-header{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.tm-certs-title{
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #fff;
}

.tm-certs-sub{
  font-size: 13px;
  opacity: .75;
  color: #fff;
}

.tm-cert-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 992px){
  .tm-cert-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px){
  .tm-cert-grid{ grid-template-columns: 1fr; }
}

/* card */
.tm-cert-card{
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(3, 21, 49, .55);
  padding: 14px 14px 12px;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.tm-cert-card:hover{
  transform: translateY(-2px);
  background: rgba(3, 21, 49, .70);
}

.tm-cert-top{
  display:flex;
  gap: 10px;
  align-items: flex-start;
}

.tm-cert-badge{
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .6px;
  padding: 6px 10px;
  border-radius: 2px;
  color: #04121f;
  background: rgba(0, 210, 255, .85);
}

.tm-cert-badge--iso{
  background: rgba(110, 231, 183, .90); /* jemnÄ› zelenĂˇ */
}

.tm-cert-name{
  flex: 1 1 auto;
  color:#fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.25;
  margin-top: 5px;

  /* hezkĂ© zkrĂˇcenĂ­ dlouhĂ˝ch nĂˇzvĹŻ */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tm-cert-actions{
  margin-top: 12px;
  display:flex;
  justify-content: flex-end;
}

.tm-cert-btn{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  background: rgba(255,255,255,.06);
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.tm-cert-btn:hover{
  background: rgba(0, 210, 255, .14);
  border-color: rgba(0, 210, 255, .35);
  transform: translateY(-1px);
  text-decoration: none;
}

.tm-cert-icon{
  font-size: 14px;
  opacity: .9;
}

.tm-static-page-section{
  padding: 0 0 30px;
}

/* vlastnĂ­ grid uvnitĹ™ tm-contacts__grid */
.tm-tech-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.tm-tech-layout{
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
}

.tm-tech-nav{
  position: sticky;
  top: 110px; /* uprav dle svĂ© hlaviÄŤky */
  align-self: start;
}

@media (max-width: 992px){
  .tm-tech-layout{ grid-template-columns: 1fr; }
  .tm-tech-nav{ position: relative !important; top: auto !important; }
}

/* layout */
.tm-tech-layout{
  display:grid;
  grid-template-columns: 280px minmax(0,1fr);
  gap: 15px;
  align-items:start;
}

@media (max-width: 992px){
  .tm-tech-layout{ grid-template-columns: 1fr; }
}

/* left nav box */
.tm-tech-nav{
  position: sticky;
  top: 110px; /* uprav dle vĂ˝Ĺˇky headeru */
  border-radius: 2px;
  background: #020d1d;
  overflow: hidden;
}

.tm-tech-nav__title{
  padding: 16px 16px 12px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .6px;
  opacity: .9;
  text-transform: uppercase;
  color: #fff;
}

.tm-tech-nav__list{
  display:flex;
  flex-direction:column;
  padding: 0 0 0 10px;
}

.tm-tech-nav__item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 11px 12px;
  margin: 4px 0;
  color: rgba(255,255,255,.85);
  text-decoration:none;
  border: 1px solid transparent;
  background: transparent;
  transition: background .15s ease, border-color .15s ease;
  font-size: 12.5px;
  font-weight: 600;
}

.tm-tech-nav__item:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
  text-decoration:none;
  color:#fff;
}

.tm-tech-nav__item.is-active{
  background: rgba(255,255,255,.10);
  color:#fff;
}

.tm-tech-nav__chev{
  opacity:.75;
  font-weight:900;
}

/* right content */
.tm-tech-section[hidden]{ display:none !important; }
.tm-tech-section{ 
	scroll-margin-top: 110px; 
	    padding: 22px 22px 20px;
	    background-color: #162C4B;
} /* kdybys nÄ›kdy scrolloval */


/* karta */
.tm-tech-card{
  background: #162C4B 0% 0% no-repeat padding-box;
  padding: 20px 20px 18px;
  box-shadow: 0 14px 38px rgba(0,0,0,0.34);
}

/* karta pĹ™es celou ĹˇĂ­Ĺ™ku */
.tm-tech-card--wide{
  grid-column: 1 / -1;
}

.tm-tech-title{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.tm-tech-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.tm-tech-h3{
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.tm-tech-h4{
  margin: 14px 0 8px;
  color: rgba(255,255,255,0.92);
  font-size: 1.02rem;
  font-weight: 800;
}

.tm-tech-text{
  margin: 10px 0 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  font-size: 0.98rem;
}

.tm-tech-subtitle{
  margin: 25px 0 0;
  color: #fff;;
  font-size: 1.1rem;
    font-weight: 600;
}

.tm-tech-text b,
.tm-tech-text strong{
  color: #fff;
  font-weight: 800;
}

/* badge */
.tm-tech-badge{
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.9);
  padding: 6px 10px;
  border-radius: 2px;
  background: rgba(3, 21, 49, .55);
  border: 1px solid rgba(255, 255, 255, .12);
}

.tm-tech-list{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.tm-tech-list li{
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
}

.tm-tech-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff3b3b;
}

/* callout box */
.tm-tech-callout{
  margin-top: 16px;
  padding: 14px 14px;
  border-radius: 3px;
  background: rgba(3, 21, 49, .55);
  border: 1px solid rgba(255, 255, 255, .12);
}

.tm-tech-callout__title{
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}

.tm-tech-callout__text{
  color: rgba(255,255,255,0.82);
}

.tm-tech-callout__text a{
  color: #4da3ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tm-tech-callout__text a:hover{
  color: #fff;
}

/* tlaÄŤĂ­tko */
.tm-tech-actions{
  margin-top: 14px;
}

.tm-tech-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 14px;
  border-radius: 9px;

  background: #1e5aa8;
  border: 1px solid rgba(77,163,255,0.25);
  color: #fff;
  font-weight: 800;
  text-decoration: none;

  transition: transform .15s ease, filter .15s ease;
}

.tm-tech-btn:hover{
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: #fff;
}

/* responsive */
@media (max-width: 992px){
  .tm-tech-grid{
    grid-template-columns: 1fr;
  }
}

.js-arch.is-syncing {
  pointer-events: none;
  opacity: 0.0; /* nebo tĹ™eba 0.2 kdyĹľ chceĹˇ jemnÄ› vidÄ›t */
}

.search .resultSection {
    background-color: #162C4B 0% no-repeat padding-box;
    border: 1px solid rgba(255, 255, 255, .10);
    padding: 18px 18px 16px;
    margin-bottom: 15px;
    color: #fff;
}

/* ===== Purchase complete (success page) ===== */
/* SVG ikona mĂ­sto ruky s mobilem */
.qr-icon{
  width: 120px;
  height: auto;
  opacity: .95;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-box__qr{
  grid-template-columns: 240px 1fr; /* mĂ­sto 1fr auto */
  justify-items: center;
}

.qr-icon svg{
  width: 120px;
  height: auto;
}

.purchase-complete{
  min-height: 600px;
  padding: 40px 16px;
}

.purchase-complete__container{
  max-width: 1100px;
  margin: 0 auto;
}

.purchase-complete__card{
  position: relative;
  margin: 0 auto;
  padding: 48px 28px 32px;
  border-radius: 18px;
  background: rgba(10, 24, 42, 0.65);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
  text-align: center;
}

.purchase-complete__icon{
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.purchase-complete__icon svg{
  width: 140px;
  height: 140px;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.35));
}

.purchase-complete__title{
  margin: 0 0 8px;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: .2px;
  color: #66a9ff; /* mĹŻĹľeĹˇ sladit s theme */
}

.purchase-complete__text{
  max-width: 720px;
  margin: 0 auto 26px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.purchase-complete__text p{ margin: 10px 0; }

/* ===== Payment box ===== */
.purchase-complete__payment{
  margin-top: 18px;
}

.payment-box{
  text-align: left;
  max-width: 920px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 3px;
  background: #162C4B 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.10);
}

.payment-box__top{
  text-align: center;
  margin-bottom: 18px;
}
.payment-box__heading{
  font-size: 18px;
  font-weight: 800;
  color: rgba(255,255,255,.95);
}
.payment-box__sub{
  margin-top: 6px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.5;
}

.payment-box__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;   
}

.payment-box__qr{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 3px;
  background: rgba(3, 21, 49, .55);
  border: 1px solid rgba(255,255,255,.08);
}

.payment-box__qr,
.payment-box__data{
  padding: 18px;
  border-radius: 3px;
  background: rgba(3, 21, 49, .55);
  border: 1px solid rgba(255,255,255,.08);
  height: 100%;            /* DĹ®LEĹ˝ITĂ‰ */
}

.qr-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  max-width: 240px;    /* strop */
  aspect-ratio: 1 / 1;/* vĹľdy ÄŤtverec */
  margin: 0 auto;
}

.qr-image{
  width: 120px;
  height: auto;
  opacity: .9;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
}

.payment-box__data{
  padding: 14px;
  border-radius: 3px;
  background: rgba(3, 21, 49, .55);
  border: 1px solid rgba(255,255,255,.08);
}

.data-heading{
  font-weight: 800;
  color: rgba(255,255,255,.95);
  margin-bottom: 10px;
  text-align:center;
}

/* table */
.table-data{
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
.table-data th{
  text-align: left;
  width: 50%;
  color: rgba(255,255,255,.72);
  font-weight: 700;
  padding: 6px 10px;
  vertical-align: top;
}
.table-data td{
  color: rgba(255,255,255,.95);
  padding: 6px 10px;
  word-break: break-word;
}

/* hint */
.payment-box__hint{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 3px;
  border: 1px solid rgba(102, 169, 255, .20);
  color: rgba(255,255,255,.85);
  font-size: 13px;
  line-height: 1.45;
}

/* ===== Responsive ===== */
@media (max-width: 991px){
  .purchase-complete__card{ padding: 36px 18px 24px; }
  .payment-box__grid{ grid-template-columns: 1fr; }
  .payment-box__qr{ grid-template-columns: 1fr; text-align: center; }
  .qr-image{ margin: 0 auto; width: 110px; }
  .table-data th{ width: 45%; }
}

@media (max-width: 420px){
  .qr-wrap{ width: 100%; }
  #qr-code{ width: 170px; height: 170px; }
}

@media (max-width: 991px){
  /* uĹľ mĂˇĹˇ: grid na 1 sloupec */
  .payment-box__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* QR box: aĹĄ nevypadĂˇ jak prĂˇzdnĂˇ plocha */
  .payment-box__qr{
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  /* QR wrapper: pevnĂ˝ â€śmobilnĂ­â€ť rozmÄ›r, nikdy nepĹ™eteÄŤe */
  .qr-wrap{
    width: min(260px, 100%);
    max-width: 260px;
    aspect-ratio: 1 / 1;
    padding: 10px;      /* dĂˇ ti hezkĂ˝ bĂ­lĂ˝ okraj */
  }

  /* cĂ­l: QR uvnitĹ™ wrapperu */
  #qr-code{
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  /* SVG ikona: zmenĹˇit, aĹĄ nepĹŻsobĂ­ jako druhĂ˝ â€śblokâ€ť */
  .qr-icon{
    width: 86px;
    opacity: .9;
  }
  .qr-icon svg{
    width: 86px;
  }

  /* PravĂ˝ box: mĂ©nÄ› paddingu a tabulka aĹĄ se nelĂˇme â€śoĹˇklivÄ›â€ť */
  .payment-box__data{
    padding: 14px;
  }

  .table-data{
    border-spacing: 0 8px;
  }

  .table-data th{
    width: 46%;
    padding: 4px 8px;
    font-size: 14px;
  }

  .table-data td{
    padding: 4px 8px;
    font-size: 14px;
  }

  /* ÄŤĂ­slo ĂşÄŤtu aĹĄ se nelĂˇme po dvou znacĂ­ch */
  .table-data td{
    word-break: normal;
    overflow-wrap: anywhere;  /* lĂˇme aĹľ kdyĹľ musĂ­ */
  }
}

/* ===== Merge carts page ===== */

.tm-merge{
  padding: 28px 0 50px;
}

.tm-merge__title{
  text-align: center;
  margin-bottom: 8px;
}

.tm-merge__lead{
  text-align: center;
  color: rgba(255,255,255,.88);
  max-width: 860px;
  margin: 0 auto 26px;
  line-height: 1.6;
  font-size: 16px;
}

/* Card wrapper per cart */
.tm-merge-card{
  max-width: 1100px;
  margin: 0 auto 22px;
  padding: 18px;
  background: #162C4B 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
  backdrop-filter: blur(8px);
}

.tm-merge-card__head{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 6px 14px;
}

.tm-merge-card__title{
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255,255,255,.92);
  text-align: center;
}

/* Table */
.tm-merge-table-wrap{
  overflow: auto;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(3, 21, 49, .55);
}

.tm-merge-table{
  margin: 0;
  border-color: transparent !important;
  color: rgba(255,255,255,.90);
  min-width: 720px; /* na desktop ok, na mobil se scrollne */
}

.tm-merge-table thead th{
  background: rgba(0,0,0,.25);
  color: rgba(255,255,255,.88);
  font-weight: 800;
  letter-spacing: .2px;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  vertical-align: middle;
}

.tm-merge-table tbody td{
  padding: 14px 12px;
  border-top: 1px solid rgba(255,255,255,.08);
  vertical-align: middle;
  background: transparent !important; /* pĹ™epĂ­Ĺˇe table-striped */
}

.tm-merge-table tbody tr:hover td{
  background: rgba(255,255,255,.03) !important;
}

.tm-merge-product{
  color: rgba(255,255,255,.92);
}

.tm-merge-qty{
  font-weight: 800;
}

/* Checkbox: vÄ›tĹˇĂ­, ÄŤitelnÄ›jĹˇĂ­ */
.tm-merge-check{
  width: 18px;
  height: 18px;
  accent-color: #66a9ff;
  transform: translateY(2px);
}

/* Actions row */
.tm-merge-actions{
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.tm-merge-btn{
  flex: 1 1 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  font-weight: 800;
  letter-spacing: .2px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .08s ease, filter .12s ease, background .12s ease;
  min-height: 44px;
}

.tm-merge-btn:active{ transform: translateY(1px); }

.tm-merge-btn--ghost{
  background: transparent;
  border: 2px solid #1955A6;
  color: #fff;
}

.tm-merge-btn--ghost:hover{
  background: rgba(255,255,255,.06);
}

.tm-merge-btn--primary{
  background: #1955A6 0% 0% no-repeat padding-box;
  border: 2px solid #1955A6;
  color: #fff;
}

.tm-merge-btn--primary:hover{
  filter: brightness(1.05);
}

/* Empty state */
.tm-merge-empty{
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.9);
}

/* Responsive */
@media (max-width: 991px){
  .tm-merge-card{ padding: 14px; }
  .tm-merge-table{ min-width: 640px; }

  .tm-merge-actions{
    flex-direction: column;
    align-items: stretch;
  }
  .tm-merge-btn{
    width: 100%;
    flex: 1 1 auto;
  }
}

@media (max-width: 480px){
  .tm-merge__lead{ font-size: 15px; }
  .tm-merge-table{ min-width: 560px; }
}

/* ===== Orders history (purchase list) ===== */

.tm-orders{
  padding-bottom: 40px;
}

.tm-orders .search-category-name{
  text-align: center;
  margin: 18px 0 14px;
}

.tm-orders hr{
  border-color: rgba(255,255,255,.12);
  opacity: 1;
  max-width: 980px;
  margin: 0 auto 18px;
}

/* panel pro paging + ordering (tiles definice) */
.tm-orders .clearfix{ display:none; } /* volitelnĂ©, pokud ti tam dÄ›lĂˇ vizuĂˇlnĂ­ dĂ­ru */

/* HlavnĂ­ â€ścardâ€ť tabulka */
.tm-orders__table{
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px;
  background: #162C4B 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
  backdrop-filter: blur(8px);
}

/* wrapper aby tabulka nepĹ™etekla */
.tm-orders__table{
  overflow: auto;
}

/* Tabulka */
.tm-orders-table{
  width: 100%;
  min-width: 820px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: rgba(255,255,255,.90);
}

.tm-orders-table thead th{
  position: sticky;  /* hlaviÄŤka drĹľĂ­ pĹ™i scrollu */
  top: 0;
  z-index: 1;
  background: rgba(3, 21, 49, .55);
  color: rgba(255,255,255,.86);
  font-weight: 800;
  letter-spacing: .2px;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  white-space: nowrap;
}

.tm-orders-table tbody td{
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  vertical-align: middle;
  background: transparent;
}

.tm-orders-table tbody tr:hover td{
  background: rgba(255,255,255,.03);
}

/* Sloupce */
.tm-orders-table td:nth-child(1){
  font-weight: 800;
  color: rgba(255,255,255,.92);
  white-space: nowrap;
}
.tm-orders-table td:nth-child(2){
  color: rgba(255,255,255,.78);
  white-space: nowrap;
}
.tm-orders-table td:nth-child(3){
  font-weight: 800;
  white-space: nowrap;
}
.tm-orders-table td:nth-child(4){
  white-space: nowrap;
}

/* Link na detail jako â€śbuttonâ€ť */
.tm-orders__detail-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 3px;
  border: 1px solid rgba(102,169,255,.28);
  background: #1955A6 0% 0% no-repeat padding-box;
  color: rgba(255,255,255,.95);
  font-weight: 800;
  text-decoration: none;
  transition: filter .12s ease, transform .08s ease, background .12s ease;
}

.tm-orders__detail-link:hover{
  filter: brightness(1.06);
  text-decoration: none;
}

.tm-orders__detail-link:active{
  transform: translateY(1px);
}

/* â€śSemifinishedâ€ť jako badge (pokud chceĹˇ jen text, klidnÄ› ignoruj) */
.tm-orders__badge{
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: 12px;
}

/* ===== Mobile ===== */
/* Desktop tabulka se na mobilu skryje, pouĹľijeĹˇ tvĹŻj mobile blok */
.tm-orders__mobile{ display: none; }

@media (max-width: 991px){
  .tm-orders__table{ display:none; }
  .tm-orders__mobile{ display:block; max-width: 1100px; margin: 0 auto; }

  .tm-orders__mobile .table{
    width: 100%;
    margin: 0;
    background: #162C4B 0% 0% no-repeat padding-box;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 50px rgba(0,0,0,.30);
    backdrop-filter: blur(8px);
  }

  .tm-orders__mobile .table tr:first-child th{
    background: rgba(0,0,0,.22);
    color: rgba(255,255,255,.86);
    font-weight: 800;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    white-space: nowrap;
  }

  .tm-orders__mobile .table td{
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.90);
    vertical-align: middle;
  }

  .tm-orders__mobile .table tr:hover td{
    background: rgba(255,255,255,.03);
  }

  .tm-orders__mobile a{
    color: rgba(255,255,255,.95);
    font-weight: 800;
    text-decoration: none;
  }
}

@media (max-width: 991px){
  html, body{ overflow-x: hidden; }
  .tm-orders{ overflow-x: hidden; }
}

@media (max-width: 991px){
  .tm-orders__table{ display: none !important; }
  .tm-orders__mobile{ display: block !important; }
}

@media (max-width: 991px){
  .tm-orders-table{ min-width: 0 !important; }
  .tm-orders-table thead th{ position: static !important; }
  .tm-orders__table{ overflow: visible !important; }
}

/* ===== Mobile cards (orders) ===== */
.tm-orders-cards{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
  padding: 0 12px 24px;
}

.tm-orders-card{
  background: #162C4B 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
  padding: 14px;
}

.tm-orders-card__top{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.tm-orders-card__id{
  font-weight: 900;
  color: rgba(255,255,255,.92);
  line-height: 1.25;
}

.tm-orders-card__price{
  font-weight: 900;
  color: rgba(255,255,255,.95);
  white-space: nowrap;
}

.tm-orders-card__meta{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.tm-orders-card__date{
  color: rgba(255,255,255,.75);
  font-size: 13px;
  white-space: nowrap;
}

/* na mobilu zmenĹˇĂ­me â€śbuttonâ€ť */
@media (max-width: 991px){
  .tm-orders__detail-link{
    padding: 8px 10px;
    font-size: 11px;
  }
}

/* ===== Order detail ===== */

.tm-order-detail{
  padding: 18px 0 40px;
}

.tm-order-detail .search-category-name{
  text-align: center;
  margin: 18px 0 14px;
}

.tm-order-detail hr{
  border-color: rgba(255,255,255,.12);
  opacity: 1;
  max-width: 980px;
  margin: 0 auto 18px;
}

.tm-od-section-title{
  color: rgba(255,255,255,.92);
}

/* invoice buttons bar */
.tm-order-detail__invoices{
  max-width: 1100px;
  margin: 0 auto 14px;
  gap: 12px;
}

.tm-order-detail__invoices .invoice-btn{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 3px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  transition: transform .08s ease, filter .12s ease, background .12s ease;
}

.tm-order-detail__invoices .invoice-btn:hover{
  background: rgba(255,255,255,.10);
  filter: brightness(1.03);
}

.tm-order-detail__invoices .invoice-btn:active{
  transform: translateY(1px);
}

/* card wrapper */
.tm-od-card{
  max-width: 1100px;
  margin: 0 auto 14px;
  padding: 16px;
  background: #162C4B 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
  backdrop-filter: blur(8px);
  overflow: auto; /* kdyĹľ tabulka pĹ™eteÄŤe, scroll je jen uvnitĹ™ */
}

/* unified table */
.tm-od-table{
  width: 100%;
  margin: 0;
  color: rgba(255,255,255,.90);
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

/* headers */
.tm-od-table thead th{
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.86);
  font-weight: 900;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  white-space: nowrap;
}

/* cells */
.tm-od-table td, .tm-od-table th{
  border: none !important; /* bootstrap table-bordered pryÄŤ */
}

.tm-od-table tbody td{
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  vertical-align: middle;
  background: transparent !important; /* bootstrap striped pryÄŤ */
}

.tm-od-table tbody tr:hover td{
  background: rgba(255,255,255,.03) !important;
}

/* left label column */
.tm-od-table--info tbody td:first-child,
.tm-od-table--meta tbody td:first-child{
  color: rgba(255,255,255,.76);
  font-weight: 800;
  white-space: nowrap;
}

.tm-od-table--info tbody td:last-child,
.tm-od-table--meta tbody td:last-child{
  color: rgba(255,255,255,.92);
}

/* price summary table emphasis */
.tm-od-table--sum tbody td{
  white-space: nowrap;
}
.tm-od-table--sum tbody td:first-child{
  white-space: normal;
  color: rgba(255,255,255,.80);
  font-weight: 800;
}

.tm-od-total td{
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.tm-od-total td:first-child{
  color: #ff4d4d;
  font-weight: 900;
}

.tm-od-total td:nth-child(2),
.tm-od-total td:nth-child(3){
  color: #ff4d4d;
  font-weight: 900;
}

/* goods table (products) */
.tm-od-table--items{
  min-width: 860px; /* na desktop ok, na mobil se scrollne uvnitĹ™ .tm-od-card */
}
.tm-od-table--items td:first-child{
  color: rgba(255,255,255,.92);
}

/* contact/address tables should not be narrow */
.tm-od-table--meta{
  width: 100%;
}

/* "Objednat znovu" button align */
.tm-order-detail .etahokov-ok-btn{
  width: 100%;
  max-width: 420px;
}

/* Responsive */
@media (max-width: 991px){
  html, body{ overflow-x: hidden; }

  .tm-od-card{
    padding: 12px;
  }

  /* info + summary tables: allow wrapping */
  .tm-od-table--info tbody td:first-child,
  .tm-od-table--meta tbody td:first-child{
    white-space: normal;
    width: 45%;
  }

  /* goods table stays scrollable inside card */
  .tm-od-table--items{
    min-width: 760px;
  }

  .tm-order-detail__invoices .col-md-6{
    width: 100%;
  }
}

/* ===== Force text colors in order detail (fix "black text") ===== */
.tm-order-detail,
.tm-order-detail *{
  color-scheme: dark; /* jen hint pro UI prvky, nevadĂ­ */
}

.tm-order-detail .tm-od-card,
.tm-order-detail .tm-od-card *{
  color: rgba(255,255,255,.90) !important;
      background: #162C4B 0% 0% no-repeat padding-box;
}

/* Tabulky: pĹ™ebĂ­t Bootstrap/thead-light apod. */
.tm-order-detail table.tm-od-table th,
.tm-order-detail table.tm-od-table td{
  color: rgba(255,255,255,.90) !important;
}

/* hlaviÄŤky tabulek (vÄŤetnÄ› thead-light / thead-dark) */
.tm-order-detail table.tm-od-table thead th,
.tm-order-detail .thead-light th,
.tm-order-detail .thead-dark th{
  color: rgba(255,255,255,.86) !important;
  background: rgba(0,0,0,.22) !important;
}

/* texty ve "label" sloupci - aĹĄ nejsou ÄŤernĂ© */
.tm-order-detail .detail-heading-info,
.tm-order-detail .table-purchase-history-text,
.tm-order-detail .fw-bold,
.tm-order-detail td.fw-bold{
  color: rgba(255,255,255,.78) !important;
}

/* Cena celkem â€“ ÄŤervenĂˇ musĂ­ vyhrĂˇt nad vĹˇĂ­m */
.tm-order-detail .tm-od-total td,
.tm-order-detail .tm-od-total td *{
  color: #ff4d4d !important;
  font-weight: 900 !important;
}

.sl-overlay {
  background: rgba(0, 0, 0, 0.99) !important; 
}

.sl-overlay {
  backdrop-filter: blur(3px);
}

.sl-image img {
  max-height: 90vh !important;
  max-width: 92vw !important;
}

.tm-dim-badge--left,
.tm-dim-badge--bottom,
.tm-gallery-disclaimer-vertical {
  pointer-events: none;
}

/* Ĺ ipky a close â€“ vysokĂ˝ kontrast */
.sl-prev,
.sl-next,
.sl-close {
  color: #fff !important;
  opacity: 0.95;
  font-size: 48px;
  text-shadow: 0 0 12px rgba(0,0,0,0.8);
}

/* hover efekt */
.sl-prev:hover,
.sl-next:hover,
.sl-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* close kĹ™Ă­Ĺľek trochu vÄ›tĹˇĂ­ */
.sl-close {
  font-size: 56px;
  top: 20px;
  right: 20px;
}

.sl-prev,
.sl-next {
  width: 80px;
}

.sl-prev,
.sl-next,
.sl-close {
  transition: opacity .25s ease, transform .25s ease;
}

.sl-wrapper:not(:hover) .sl-prev,
.sl-wrapper:not(:hover) .sl-next,
.sl-wrapper:not(:hover) .sl-close {
  opacity: 0.2;
}

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #031531 0% 0% no-repeat padding-box;
  color: #fff;
}

.error-500 {
	  min-height: 100vh;
}

.error-container {
  text-align: center;
  max-width: 600px;
  padding: 40px 30px;
}

.error-code {
  font-size: 96px;
  font-weight: 700;
  color: #777;
  line-height: 1;
  margin-bottom: 10px;
}

.error-container h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

.error-text {
  font-size: 16px;
  color: #A4BFCB;;
  margin-bottom: 16px;
  line-height: 1.6;
}

.error-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 26px;
  background: #1f7ae0;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.2s ease;
}

.error-btn:hover {
  background: #155db0;
}

.error-content {
  background: #162C4B 0% 0% no-repeat padding-box;
  border-radius: 3px;
  padding: 35px 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  text-align: left;
}

.error-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 0;
}

.error-content strong {
  color: #fff;
}

.error-link {
  color:#5FA0E3;
  font-weight: 500;
  text-decoration: none;
}

.error-link:hover {
  text-decoration: underline;
}

.error-signature {
  color: #5FA0E3;
  font-weight: 700;
}

.tm-registration-box {
    text-align: center;
    margin: 18px 0 24px;
    font-size: 16px;
}

.tm-registration-text {
    color: #b8c7dc;
    margin-right: 8px;
}

.tm-registration-link {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.tm-registration-link:hover {
    color: #dbe9ff;
    text-decoration: underline;
}

.tm-registration-link:visited,
.tm-registration-link:focus,
.tm-registration-link:active {
    color: #ffffff;
}

.qrcode table{
	border-collapse: separate;
}	
































