/* order tracking */
body.id-7096 .sidebar{
	display:none
}
body.id-7096 #content h1{
	text-align:center
}
.timeline-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.timeline {
    margin: 0 !important;
    position: relative;
    width:60%;
    min-width:300px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #e0e0e0, #e0e0e0 calc(100% - 150px), transparent 100%);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #fff !important;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0px 0px 2rem 30px !important;
    padding: 1.5rem !important;
}

.timeline-item::before {
    content: '' !important;
    position: absolute;
    left: -20px !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e0e0e0;
    transform: translateX(-50%);
    top:18px !important;
}
.timeline-item:nth-child(1)::before{
	background:#16b5b8 !important;
	border: 2px solid #16b5b8;
}

.timeline-time {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    width:100%;
}

.timeline-content {
    flex: 1;
    position: relative;
    width:100%;
}
.timeline-content p{
	margin-bottom:0;
}
@media screen and (max-width: 767px){
	.timeline {
		width:100% !important;
	}
}

#responseError{
	background-color:var(--master-color-secondary-light);
	border:1px solid var(--master-color-secondary);
	border-radius:5px;
	width:fit-content;
	margin:0 auto;
	margin-top: 1rem;
    padding: 1.5rem;
    font-weight: bold;
}

.custom-tracking-steps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    max-width:800px;
    margin:0 auto;
}

.custom-step {
    text-align: center;
    position: relative;
    flex: 1;
}

.custom-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #d3d3d3;
    z-index: -1;
}

.custom-step-icon {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background-color: #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.custom-step-icon svg {
    fill: white;
}

.custom-step-label {
    font-size: 14px;
    color: #666;
    font-weight:bold;
}

.custom-tracking-text{
	max-width:800px;
	text-align: center;
	margin:0 auto;
}
.custom-tracking-text > div{
	margin-top:2rem !important;
	margin-bottom:4rem !important;
}
.custom-tracking-text h3{
	margin-top:0 !important;
	margin-bottom:2rem !important;
}
.custom-tracking-text p{
	margin-bottom:0 !important;
}

/* status category 1 */
.custom-tracking-steps[data-status-category="1"] .custom-step:nth-child(-n+1) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="1"] .custom-step:nth-child(-n+1) .custom-step-label{
	color:#009d9f
}
/* status category 2 */
.custom-tracking-steps[data-status-category="2"] .custom-step:nth-child(-n+1) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="2"] .custom-step:nth-child(-n+1) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="2"] .custom-step:nth-child(2) .custom-step-icon{
	background-color:var(--master-color-warning)
}
.custom-tracking-steps[data-status-category="2"] .custom-step:nth-child(2) .custom-step-label{
	color:var(--master-color-warning)
}
/* status category 3 */
.custom-tracking-steps[data-status-category="3"] .custom-step:nth-child(-n+1) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="3"] .custom-step:nth-child(-n+1) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="3"] .custom-step:nth-child(2) .custom-step-icon{
	background-color:var(--master-color-warning)
}
.custom-tracking-steps[data-status-category="3"] .custom-step:nth-child(2) .custom-step-label{
	color:var(--master-color-warning)
}
/* status category 4 */
.custom-tracking-steps[data-status-category="4"] .custom-step:nth-child(-n+2) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="4"] .custom-step:nth-child(-n+2) .custom-step-label{
	color:#009d9f
}
/* status category 5 */
.custom-tracking-steps[data-status-category="5"] .custom-step:nth-child(-n+2) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="5"] .custom-step:nth-child(-n+2) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="5"] .custom-step:nth-child(3) .custom-step-icon{
	background-color:var(--master-color-warning)
}
.custom-tracking-steps[data-status-category="5"] .custom-step:nth-child(3) .custom-step-label{
	color:var(--master-color-warning)
}
/* status category 6 */
.custom-tracking-steps[data-status-category="6"] .custom-step:nth-child(-n+3) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="6"] .custom-step:nth-child(-n+3) .custom-step-label{
	color:#009d9f
}
/* status category 7 */
.custom-tracking-steps[data-status-category="7"] .custom-step:nth-child(-n+4) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="7"] .custom-step:nth-child(-n+4) .custom-step-label{
	color:#009d9f
}
/* status category 8 */
.custom-tracking-steps[data-status-category="8"] .custom-step:nth-child(-n+1) .custom-step-icon{
	background-color:var(--master-color-secondary)
}
.custom-tracking-steps[data-status-category="8"] .custom-step:nth-child(-n+1) .custom-step-label{
	color:var(--master-color-secondary)
}
/* status category 9 */
.custom-tracking-steps[data-status-category="9"] .custom-step:nth-child(-n+3) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="9"] .custom-step:nth-child(-n+3) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="9"] .custom-step:nth-child(4) .custom-step-icon{
	background-color:var(--master-color-secondary)
}
.custom-tracking-steps[data-status-category="9"] .custom-step:nth-child(4) .custom-step-label{
	color:var(--master-color-secondary)
}
/* status category 10 */
.custom-tracking-steps[data-status-category="10"] .custom-step:nth-child(-n+3) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="10"] .custom-step:nth-child(-n+3) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="10"] .custom-step:nth-child(4) .custom-step-icon{
	background-color:var(--master-color-warning)
}
.custom-tracking-steps[data-status-category="10"] .custom-step:nth-child(4) .custom-step-label{
	color:var(--master-color-warning)
}
/* status category 11 */
.custom-tracking-steps[data-status-category="11"] .custom-step:nth-child(-n+3) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="11"] .custom-step:nth-child(-n+3) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="11"] .custom-step:nth-child(4) .custom-step-icon{
	background-color:var(--master-color-warning)
}
.custom-tracking-steps[data-status-category="11"] .custom-step:nth-child(4) .custom-step-label{
	color:var(--master-color-warning)
}
/* status category 12 */
.custom-tracking-steps[data-status-category="12"] .custom-step:nth-child(-n+3) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="12"] .custom-step:nth-child(-n+3) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="12"] .custom-step:nth-child(4) .custom-step-icon{
	background-color:var(--master-color-warning)
}
.custom-tracking-steps[data-status-category="12"] .custom-step:nth-child(4) .custom-step-label{
	color:var(--master-color-warning)
}
/* status category 13 */
.custom-tracking-steps[data-status-category="13"] .custom-step:nth-child(-n+3) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="13"] .custom-step:nth-child(-n+3) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="13"] .custom-step:nth-child(4) .custom-step-icon{
	background-color:var(--master-color-warning)
}
.custom-tracking-steps[data-status-category="13"] .custom-step:nth-child(4) .custom-step-label{
	color:var(--master-color-warning)
}
/* status category 14 */
.custom-tracking-steps[data-status-category="14"] .custom-step:nth-child(-n+1) .custom-step-icon{
	background-color:#009d9f
}
.custom-tracking-steps[data-status-category="14"] .custom-step:nth-child(-n+1) .custom-step-label{
	color:#009d9f
}
.custom-tracking-steps[data-status-category="14"] .custom-step:nth-child(2) .custom-step-icon{
	background-color:var(--master-color-warning)
}
.custom-tracking-steps[data-status-category="14"] .custom-step:nth-child(2) .custom-step-label{
	color:var(--master-color-warning)
}

@media screen and (max-width: 449px){
	.custom-tracking-steps {
		gap:2rem;
		flex-wrap:wrap
	}	
	.custom-step {
		flex: 45%;
	}
}

#tracking_cancellation_box{
	width:90%;
	max-width:800px;
	margin:0 auto;
	text-align:center;
	margin-bottom:4rem;
	margin-top:4rem;
}
#tracking_cancellation_box #cancelOrderButton{
	font-weight:bold;
	padding: 7px 20px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    border:none;
    background-color: #ff4d4d !important;
    color: white !important;
    border: none;
    border-radius: 5px;
}

/* Detail objednávky */
body:has(#orderCustomDetailWrapper) aside{
	display:none;
}
body:has(#orderCustomDetailWrapper) main#content .content-inner{
	width:85%;
	margin:0 auto;
}
body:has(#orderCustomDetailWrapper) main header h1{
	text-align: center;
	margin-top:0;
	margin-bottom:0;
}
body:has(#orderCustomDetailWrapper) #orderAdminWrapper{
	justify-content: space-between;
}
body:has(#orderCustomDetailWrapper) #orderAdminWrapper h3{
	margin-top:0 !important;
}
body:has(#orderCustomDetailWrapper) #orderAdminWrapper h3.mt-custom-2{
	margin-top:2rem !important;
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper{
	background-color: var(--master-color-primary-ultralight);
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper a{
	padding:1.5rem 10rem 1.5rem 1rem;
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper a:nth-child(1){
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper a:last-child{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper a:hover{
	background-color:var(--master-color-primary-light);
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a::before {
  content: ""; /* Obsah obrázku */
  display: inline-block; /* Aby se choval jako obrázek */
  width: 20px; /* Šířka obrázku */
  height: 20px; /* Výška obrázku */
  background-size: cover; /* Upraví velikost obrázku na šířku a výšku */
  margin-right: 1rem; /* Mezera mezi obrázkem a textem */
  vertical-align: middle; /* Zarovnání obrázku s textem */
  margin-top:-2px;
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-print-icon,
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-cancel-icon,
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-download-icon{
	cursor: pointer;
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-tracking-icon::before {
  background-image: url('https://cdn.textilapp.com/stores_assets/order_detail_icons/truck.webp');
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-help-icon::before {
  background-image: url('https://cdn.textilapp.com/stores_assets/order_detail_icons/contact.webp');
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-print-icon::before {
  background-image: url('https://cdn.textilapp.com/stores_assets/order_detail_icons/print.webp');
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-cancel-icon::before {
  background-image: url('https://cdn.textilapp.com/stores_assets/order_detail_icons/cancel.webp');
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-back-icon::before {
  background-image: url('https://cdn.textilapp.com/stores_assets/order_detail_icons/return.webp');
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-claim-icon::before {
  background-image: url('https://cdn.textilapp.com/stores_assets/order_detail_icons/claim.webp');
}
body:has(#orderCustomDetailWrapper) #manageItemsWrapper  a.order-download-icon::before {
  background-image: url('https://cdn.textilapp.com/stores_assets/order_detail_icons/download.webp');
}
body:has(#orderCustomDetailWrapper) .order-detail-small-headline{
	margin:0 0 1rem 0 !important;
}
body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item:nth-child(odd) {
    background-color: var(--master-grey-ultraultralight);
}
body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-photo{
	width:75px;
}
body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-name{
	font-weight:500;

}
body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-amount{
	flex:1;
	text-align: right;
}
body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-price{
	font-weight:500;
	flex:1;
	text-align: right;
}
body:has(#orderCustomDetailWrapper) .show-more-button{
	padding-left:2rem;
	padding-right:2rem;
}

body:has(#orderCustomDetailWrapper) #orderPriceSummaryWrapper{
	font-weight:700;
}

@media screen and (max-width: 767px){
	body:has(#orderCustomDetailWrapper) main#content .content-inner{
		width:95%;
	}
	body:has(#orderCustomDetailWrapper) #orderAdminWrapper{
		flex-direction: column;
		margin-top:2rem !important;
	} 
	body:has(#orderCustomDetailWrapper) #orderAdminWrapper > div{
		width:100%;
		max-width:100% !important;
	}
	body:has(#orderCustomDetailWrapper) #orderAdminWrapper > div > p{
		text-align: center;
	}
	body:has(#orderCustomDetailWrapper) #orderAdminWrapper > div:nth-child(2){
		margin-top:2rem;
	}
	body:has(#orderCustomDetailWrapper) #orderContactWrapper{
		flex-direction: column;
	}
}
@media screen and (max-width: 449px){
	body:has(#orderCustomDetailWrapper) #manageItemsWrapper a{
		font-size:12px;
		padding-right:unset;
	}
	body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item{
		gap:5px !important
	}
	body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-photo{
		width:45px;
	}
	body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-name,
	body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-amount,
	body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-price{
		font-size:12px;
	}
	body:has(#orderCustomDetailWrapper) #orderPriceSummaryWrapper p{
		font-size:12px !important;
	}
}

@media print {
  body:has(#orderCustomDetailWrapper) * {
    visibility: hidden;
  }
  body:has(#orderCustomDetailWrapper) #orderCustomDetailWrapper,
  body:has(#orderCustomDetailWrapper) #orderCustomDetailWrapper * {
    visibility: visible;
  }
  body:has(#orderCustomDetailWrapper) #orderCustomDetailWrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  body:has(#orderCustomDetailWrapper) #print_headline{
  	display:block !important;
  }
  body:has(#orderCustomDetailWrapper) #orderAdminWrapper > div:nth-child(2){
  	display:none;
  }
  body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item{
  	display:flex !important;
  }
  body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-name,
  body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-amount,
  body:has(#orderCustomDetailWrapper) #orderItemsSummaryWrapper .item-price{
  	font-size:14px !important;
  }
  body:has(#orderCustomDetailWrapper) .show-more-wrapper{
  	visibility: hidden !important;
  	display:none;
  }
  body:has(#orderCustomDetailWrapper) #printPage{
  	visibility: hidden;
  }
}

/* VOP */
body:has(#VOP_new) header h1{
	text-align:left !important;
	margin-bottom:1rem;
}
body:has(#VOP_new) #vop_wrapper{
	margin-top:4rem;
}
body:has(#VOP_new) #vop_sidemenu{
	min-width:300px;
}
body:has(#VOP_new) #vop_sidemenu ul{
	margin:0;
}
body:has(#VOP_new) #vop_sidemenu ul li{
	padding:0;
	background:unset;
}
body:has(#VOP_new) #vop_sidemenu ul div{
	width:12px
}
body:has(#VOP_new) #vop_sidemenu ul li:before{
	content:unset;
}
body:has(#VOP_new) #vop_sidemenu a{
	font-weight:bold;
	color:var(--master-color_black);
	text-decoration: none;
}
body:has(#VOP_new) #vop_sidemenu a:hover{
	text-decoration: underline;
}
body:has(#VOP_new) .vop-content-text{
	margin-left:calc(50px + 2rem);
}
body:has(#VOP_new) .vop-main-point{
	padding: 10px 22px !important;
}

@media screen and (max-width: 1199px){
    body:has(#VOP_new) #vop_sidemenu{
			min-width:200px;
		}
}

@media screen and (max-width: 767px){
    body:has(#VOP_new) #vop_wrapper{
        flex-direction: column;
    }
    body:has(#VOP_new) .vop-main-point{
			padding: 3px 15px !important;
		}
	body:has(#VOP_new) .vop-content-text{
		margin-left:calc(38px + 2rem);
	}
}

/* OOU */
body:has(#OOU_new) header h1{
	text-align:left !important;
	margin-bottom:1rem;
}
body:has(#OOU_new) #oou_wrapper{
	margin-top:4rem;
}
body:has(#OOU_new) #oou_sidemenu{
	min-width:300px;
}
body:has(#OOU_new) #oou_sidemenu ul{
	margin:0;
}
body:has(#OOU_new) #oou_sidemenu ul li{
	padding:0;
	background:unset;
}
body:has(#OOU_new) #oou_sidemenu ul div{
	width:12px
}
body:has(#OOU_new) #oou_sidemenu ul li:before{
	content:unset;
}
body:has(#OOU_new) #oou_sidemenu a{
	font-weight:bold;
	color:var(--master-color_black);
	text-decoration: none;
}
body:has(#OOU_new) #oou_sidemenu a:hover{
	text-decoration: underline;
}
body:has(#OOU_new) .oou-content-text{
	margin-left:calc(50px + 2rem);
}
body:has(#OOU_new) .oou-main-point{
	padding: 10px 22px !important;
}
body:has(#OOU_new) #oou_content ul{
	margin-top:0;
	margin-left:20px;
	list-style-type: disc;
}
body:has(#OOU_new) #oou_content ul li{
	background:none;
	padding: 4px 14px 4px 0px;
}
body:has(#OOU_new) #oou_content ul li:before{
	content:unset
}
@media screen and (max-width: 1199px){
    body:has(#OOU_new) #oou_sidemenu{
			min-width:200px;
		}
}

@media screen and (max-width: 767px){
    body:has(#OOU_new) #oou_wrapper{
        flex-direction: column;
    }
    body:has(#OOU_new) .oou-main-point{
			padding: 3px 15px !important;
		}
	body:has(#OOU_new) .oou-content-text{
		margin-left:calc(38px + 2rem);
	}
}


body:has(.luigi-ac-open) {
  overflow: hidden;
  position: relative; /* volitelné, aby fungovalo konzistentně */
}

/* =========================================================
   LUIGI'S BOX - SEARCH SETTINGS
========================================================= */
#header .header-top .search:before {
  position: fixed;
  inset: 0;
  z-index: 1002;
  content: "";
  opacity: 0;
  pointer-events: none;
  background-color: black;
  transition: opacity 0.3s ease;
}

body:has(.luigi-ac-open) #header .header-top .search:before {
  opacity: 0.6;
  pointer-events: auto;
}

body:has(.luigi-ac-open) #header div.search input {
  background-color: #fff;
  outline: none !important;
  box-shadow: 0 0 0 5px #fff;
}

#header .header-top .search form:hover,
body:has(.luigi-ac-open) #header .header-top .search form {
  z-index: 1003;
}

/* =========================================================
   LUIGI'S BOX - AUTOCOMPLETE BOX
========================================================= */
.luigi-ac {
  position: fixed !important;
  z-index: 1003 !important;
  width: 100% !important;
  max-width: none !important;
  max-height: 100% !important;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  max-height:85% !important;
  z-index: 2500000000 !important;
}

.luigi-ac.luigi-ac-open {
  opacity: 1;
  visibility: visible;
}

.luigi-ac > div {
  position: relative;
  max-width: 1500px;
  width: 100%;
  max-height: 100%;
  margin-inline: auto;
  overflow: auto;
  pointer-events: auto;
  background-color: var(--color-white);
}

.luigi-ac-ribbon { height: 0 !important; }

/* =========================================================
   HEADER STYLES
========================================================= */
.luigi-ac-header {
  color: var(--master-color_black);
}

.luigi-ac .luigi-ac-header--query { margin-top: 0 !important; }

.luigi-ac .luigi-ac-products .luigi-ac-header,
.luigi-ac .luigi-ac-others .luigi-ac-header {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
}

.luigi-ac .luigi-ac-products .luigi-ac-header { margin-bottom: 20px; }
.luigi-ac .luigi-ac-others .luigi-ac-header {
  width: 100%;
  margin-bottom: 4px;
  padding-left: 0 !important;
}

/* =========================================================
   CONTENT LAYOUT & PADDING
========================================================= */
.luigi-ac .luigi-ac-main,
.luigi-ac .luigi-ac-others { height: auto !important; }

.luigi-ac .luigi-ac-products .luigi-ac-first-main,
.luigi-ac .luigi-ac-products .luigi-ac-rest-main,
.luigi-ac .luigi-ac-others {
  padding: 2rem !important;
}

.luigi-ac .luigi-ac-queries { padding: 0 !important; }

.luigi-ac-other-content {
  color: var(--master-color_black) !important;
}
.luigi-ac-header--category,
.luigi-ac-header--article{
	margin-top:2rem !important;
}
.luigi-ac-highlight{
  background-color:#F0F0F0 !important;
  border-radius:5px
}

/* =========================================================
   QUERY TAGS
========================================================= */
.luigi-ac .luigi-ac-queries .luigi-ac-item.luigi-ac-hero-color-clickable {
  background-color: #fff !important;
  border: 1px solid #d5d9d9;
  border-radius: 5px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 2px 0;
  box-sizing: border-box;
  padding: 5px 10px 3px !important;
  margin: 3px 3px 0 0 !important;
  text-decoration: none !important;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.luigi-ac .luigi-ac-queries .luigi-ac-item.luigi-ac-hero-color-clickable .luigi-ac-other-content {
  color: #000 !important;
  font-weight: bold;
}

/* =========================================================
   PRODUCTS
========================================================= */
.luigi-ac .luigi-ac-products .luigi-ac-item {
  width: 100%;
  margin-bottom: 2rem !important;
}

.luigi-ac .luigi-ac-products .luigi-ac-item:hover {
  background-color: transparent !important;
}

.luigi-ac .luigi-ac-products .luigi-ac-rest-main {
  height: 100%;
}

.luigi-ac .luigi-ac-products .luigi-ac-rest-main .luigi-ac-item .luigi-ac-image {
  height: auto !important;
}

.luigi-ac .luigi-ac-products .luigi-ac-rest-main .luigi-ac-item img {
  max-width: 100px !important;
  margin: 0 !important;
  border-radius: 5px;
}

.luigi-ac .luigi-ac-products .luigi-ac-rest-main .luigi-ac-name.line-clamp {
  height: auto !important;
}

.luigi-ac .luigi-ac-products .luigi-ac-rest-main .luigi-ac-price {
  flex-direction: row !important;
  gap: 1rem;
  align-items: center;
}

.luigi-ac .luigi-ac-products .luigi-ac-rest-main .luigi-ac-price .luigi-ac-price-old,
.luigi-ac .luigi-ac-products .luigi-ac-rest-main .luigi-ac-price .luigi-ac-price-new {
  margin-bottom: 0 !important;
}

/* =========================================================
   PRODUCT HERO
========================================================= */
.luigi-ac-hero .luigi-ac-caret{
  display:none !important;
}
.luigi-ac-hero .luigi-ac-action-hero {
  right: 0 !important;
  background: var(--master-color-green) !important;
}

.luigi-ac-hero .luigi-ac-main--border { margin-top: 0 !important; }

.luigi-ac-hero .luigi-ac-action-primary {
  position: unset !important;
  bottom: unset !important;
  right: unset !important;
  width: 100%;
}

.luigi-ac-hero .luigi-ac-other-content { white-space: wrap !important; }

.luigi-ac-hero .luigi-ac-button-block--show-all {
  position: unset !important;
  bottom: unset !important;
  right: unset !important;
  padding-left: 0 !important;
  width: 100% !important;
  max-width: 340px !important;
  margin-top: 2rem;
}

.luigi-ac-hero .luigi-ac-button-block--show-all > div {
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 15px;
  background-color: var(--master-grey-ultralight) !important;
  color: var(--master-color_black) !important;
}

.luigi-ac-hero .luigi-ac-button-block--show-all:hover > div {
  background-color: var(--master-grey-medium) !important;
}

/* =========================================================
   PRODUCT IMAGE & DESCRIPTION
========================================================= */
.luigi-ac-first-main .luigi-ac-image,
.luigi-ac-first-main .luigi-ac-image img {
  max-width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  border-radius: 5px;
}

div.luigi-ac-header.luigi-ac-header--product { padding-left: 0 !important; }
a.luigi-ac-item.luigi-ac-product { padding: 0 !important; }

.luigi-ac .luigi-ac-description { text-align: left; }

.luigi-ac .luigi-ac-description .luigi-ac-text {
  padding: 1rem 0 0.5rem;
}

.luigi-ac .luigi-ac-description .luigi-ac-name.line-clamp {
  height: auto;
  font-size: 14px !important;
  font-weight: 500;
  color: var(--master-color_black) !important;
}

.luigi-ac .luigi-ac-description .luigi-ac-name.line-clamp:hover {
  text-decoration: underline !important;
}

.luigi-ac .luigi-ac-description .luigi-ac-price {
  display: flex;
  flex-direction: row !important;
  gap: 1rem;
  align-items: center;
  margin-bottom: 10px !important;
}

.luigi-ac .luigi-ac-description .luigi-ac-price-old {
  margin-bottom: 10px !important;
  font-size: 14px !important;
}

.luigi-ac .luigi-ac-description .luigi-ac-price-new {
  margin-bottom: 10px !important;
  font-size: 16px !important;
}

/* =========================================================
   ACTION BUTTONS
========================================================= */
.luigi-ac .luigi-ac-action-primary {
  width: fit-content;
  border-radius: 5px !important;
}

.luigi-ac .luigi-ac-action-primary .luigi-ac-button-action.luigi-ac-hero-color-clickable.luigi-ac-button-buy.luigi-ac-hero-color {
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 15px;
  max-width: 180px !important;
  background-color: var(--master-color-green) !important;
}

.luigi-ac .luigi-ac-action-primary .luigi-ac-button-action.luigi-ac-hero-color-clickable.luigi-ac-button-buy.luigi-ac-hero-color:hover {
  background-color: var(--master-color-green-light) !important;
}

/* =========================================================
   OTHERS (TAGS, LINKS, BRANDS)
========================================================= */
.luigi-ac .luigi-ac-others {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}

.luigi-ac .luigi-ac-others a { padding-left: 0 !important; }

.luigi-ac .luigi-ac-others .luigi-ac-item:not(:has(meta[content=category])) {
  margin-bottom: 5px;
}

.luigi-ac .luigi-ac-others .luigi-ac-item:not(:has(meta[content=category])):hover {
  background-color: transparent !important;
  text-decoration: underline;
}

.luigi-ac .luigi-ac-others .luigi-ac-brand-banner .luigi-ac-image {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin-top: 1rem;
}

.luigi-ac .luigi-ac-others .luigi-ac-brand-banner .luigi-ac-image img {
  border-radius: 5px;
}

.luigi-ac-hero .luigi-ac-others .luigi-ac-item:has(meta[content=category]) {
  background-color: #fff !important;
  border: 1px solid #d5d9d9;
  border-radius: 5px;
  box-shadow: rgba(213, 217, 217, 0.5) 0 2px 2px 0;
  box-sizing: border-box;
  padding: 5px 10px 3px !important;
  margin: 3px 3px 0 0 !important;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-weight: 700;
  min-height: 30px;
  width: auto !important;
}

.luigi-ac-hero .luigi-ac-others .luigi-ac-item:has(meta[content=category]):hover {
  background-color: #16b6b8 !important;
  border-color: #16b6b8;
}

.luigi-ac-hero .luigi-ac-others .luigi-ac-item:has(meta[content=category]):hover div {
  color: #fff !important;
}

.luigi-ac .luigi-ac-queries .luigi-ac-item.luigi-ac-hero-color-clickable:hover {
  background-color: #16b6b8 !important;
  border-color: #16b6b8;
}

.luigi-ac .luigi-ac-queries .luigi-ac-item:not(:has(meta[content="category"])):hover {
  background-color: #16b6b8 !important;
  border-color: #16b6b8;
}

.luigi-ac .luigi-ac-queries .luigi-ac-item.luigi-ac-hero-color-clickable:hover .luigi-ac-other-content {
  color: #fff !important;
}

/* =========================================================
   CLOSE BUTTON
========================================================= */
.luigi-ac .luigi-ac-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  cursor: pointer !important;
  background-color: var(--master-grey-light);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.luigi-ac-hero .luigi-ac-close:before {
	display: flex;
	width: 24px !important;
	content: "" !important;
	aspect-ratio: 1;
	-webkit-mask-image: url(/user/documents/upload/ikony/close.svg);
	mask-image: url(/user/documents/upload/ikony/close.svg);
	background-color: currentColor;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 50% 50%;
	height: auto !important;
	transform: none !important;
	top: unset !important;
	left: unset !important;
}
.luigi-ac-hero .luigi-ac-close:hover{
	background-color:var(--master-grey-medium)
}
.luigi-ac-hero .luigi-ac-close:after{
	content: unset !important
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media screen and (min-width: 768px) {
  .luigi-ac > div { border-radius: 10px; }
}

@media screen and (max-width: 1199px) {
	.luigi-ac-hero{
	width: 95% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 auto !important;
    height:85% !important;
	}
	.luigi-ac-hero .luigi-ac-inner{
		flex-direction:column-reverse !important;
	}
	.luigi-ac .luigi-ac-others{
		width:100% !important;
	}
	.luigi-ac-hero .luigi-ac-main, .luigi-ac-hero .luigi-ac-products{
		width:100% !important;
	}
	body:has(.luigi-ac-open) .search form{
		position: fixed;
    left: 0 !important;
    right: auto !important;
    width: 94%;
    margin-right: 35px !important;
    margin-left:3% !important;
    margin-top:-10px;
	}
}
@media screen and (max-width: 991px) {
	.luigi-ac-products{
		flex-direction:row !important;
	}
	.luigi-ac-first-main{
		width:35% !important;
	}
	.luigi-ac-first-main .luigi-ac-item{
		flex-direction: column !important;
	}
	.luigi-ac-rest-main{
		width:65% !important;
		border-left: 1px solid #ddd !important;
	}
	body:has(.luigi-ac-open) #header .header-top .search:before{
    opacity: 1;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}
}
@media screen and (max-width: 767px) {
	.luigi-ac{
		max-height:80% !important
	}
	.luigi-ac > div{
		border-radius:5px;
	}
	.luigi-ac-products{
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		flex-direction: column !important;
	}
	.luigi-ac-first-main{
		width:100% !important;
		padding-bottom:0 !important;
	}
	.luigi-ac .luigi-ac-products .luigi-ac-first-main .luigi-ac-item{
		margin-bottom:0 !important;
	}
	.luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-rest-main{
		width:100% !important;
	}
	.luigi-ac-first-main .luigi-ac-item{
		flex-direction: row !important;
	}
	.luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-first-main .luigi-ac-image>img{
		width:100px;
	}
	.luigi-ac-hero .luigi-ac-main .luigi-ac-first-main .luigi-ac-item .luigi-ac-name{
		padding-bottom:0 !important;
	}
	.luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-rest-main .luigi-ac-text{
		white-space: wrap !important;
	}
	.luigi-ac-others{
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
	}
	div.search form button.btn{
		background-color: var(--master-color-primary) !important;
    border-color: var(--master-color-primary) !important;
	}
	.luigi-ac-hero .luigi-ac-button-block--show-all{
		max-width:100% !important;
	}
  .luigi-ac-hero .luigi-ac-products.luigi-ac-main .luigi-ac-rest-main .luigi-ac-description{
    width:60% !important;
  }
  .luigi-ac-hero .luigi-ac-action-hero{
    right:-10px !important;
    bottom:0 !important;
  }
  .luigi-ac-item.luigi-ac-product.luigi-ac-brand-banner{
    order:1
  }
  .luigi-ac-item.luigi-ac-product.luigi-ac-brand-banner .luigi-ac-image__mobile img{
    max-height: unset !important;
    max-width: 100% !important;
  }
}