/* etický kodex */
.id-2405 aside{
	display:none;
}
.id-2405 #content .content-inner{
	max-width:80%;
	margin:0 auto;
	color:var(--master-color_black);
	line-height:1.7 !important;
}
.id-2405 #content .content-inner p{
	line-height:1.7;
}
@media screen and (max-width: 991px){
	.id-2405 #content .content-inner{
		max-width:90%;
	}	
}
@media screen and (max-width: 767px){
	.id-2405 #content .content-inner{
		max-width:100%;
	}	
}
/* doprava a platba */
.id-27 aside{
	display:none;
}
.id-27 #content .content-inner{
	max-width:80%;
	margin:0 auto;
	color:var(--master-color_black);
	line-height:1.7 !important;
}
.id-27 #content .content-inner p{
	line-height:1.7;
}
@media screen and (max-width: 991px){
	.id-27 #content .content-inner{
		max-width:90%;
	}	
}
@media screen and (max-width: 767px){
	.id-27 #content .content-inner{
		max-width:100%;
	}	
}
/* reklamace */
.id-2771 aside{
	display:none;
}
.id-2771 #content .content-inner{
	max-width:80%;
	margin:0 auto;
	color:var(--master-color_black);
	line-height:1.7 !important;
}
.id-2771 #content .content-inner p{
	line-height:1.7;
}
@media screen and (max-width: 991px){
	.id-2771 #content .content-inner{
		max-width:90%;
	}	
}
@media screen and (max-width: 767px){
	.id-2771 #content .content-inner{
		max-width:100%;
	}	
}

/* order tracking */
.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;
}


/* recepty */
body.type-post:has(header.recipe-header) #content-wrapper{
	padding:0;
}
body.type-post:has(header.recipe-header) aside{
	display:none;
}
body.type-post:has(header.recipe-header) div.text{
	width:100%;
	display: flex;
  flex-direction: column;
  align-items: center;
}
body.type-post:has(header.recipe-header) div.text{
	color:var(--master-color_black) !important;
}
body.type-post:has(header.recipe-header) div.text h2{
	font-size:26px !important;
	font-weight:bold;
	margin:3rem 0 0 0 !important;
	color:var(--master-color_black) !important;
}
body.type-post:has(header.recipe-header) div.text h3{
	font-size:18px;
	font-weight:bold;
	color:var(--master-color_black) !important;
}
body.type-post:has(header.recipe-header) div.text ul{
	width:100%;
	max-width:600px;
}
body.type-post .recipe-header{
		margin-bottom:2rem;
		align-items: center;
}
body.type-post .recipe-labels{
	display:flex;
	gap:1rem;
	margin-bottom:2rem;
	flex-wrap:wrap;
}
body.type-post .recipe-labels a{
	background-color: var(--master-grey-ultralight);
	font-weight:bold;
	color:var(--master-color_black) !important;
	border-radius:5px;
	padding:3px 9px;
}
body.type-post .recipe-labels a:hover{
	background-color: var(--master-color-primary);
	color:var(--master-color-white) !important;
}
body.type-post .recipe-info{
	padding:0 4rem;
	display: flex;
  flex-direction: column;
  justify-content: center;
}
body.type-post .recipe-info h1{
	margin-bottom:1rem !important
}
body.type-post .recipe-info .ingredients-subheadline{
	font-size:14px;
	font-weight:bold;
	color:var(--master-color_black) !important;
	margin-bottom:0;
}
body.type-post .recipe-main-image img{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
body.type-post .preparation-steps,
body.type-post .tips-tricks,
body.type-post .extras{
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  counter-reset: preparation-counter;
}

body.type-post .preparation-steps li,
body.type-post .tips-tricks li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 600px;
  text-align: left;
  counter-increment: preparation-counter;
  background:unset !important;
  margin-bottom:2rem!important;
  padding: 0 0 0 4rem !important;
}
body.type-post .preparation-steps li::before {
  content: counter(preparation-counter) !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 25px;
  height: 25px;
  background-color: var(--master-grey-ultralight);
  color: var(--master-color_black) !important;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  font-weight:bolder !important;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif !important
}
body.type-post .tips-tricks li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: inline-block;
  background-image: url('/user/documents/upload/grafika/ikonky/star.png');
  background-size: cover;
  background-repeat: no-repeat;
}
body.type-post .extras,
body.type-post .repice-gallery{
	width:100%;
	max-width:600px;
	justify-content: center;
	gap:2rem
}
body.type-post .extra-item{
	border-radius: 10px;
	background-color: var(--master-grey-ultralight)
}
body.type-post .ingredient-list-columns {
    list-style: disc;
    padding-left: 20px;
    column-count: 2;
    column-gap: 2 rem;
    margin-top:1rem !important;
    margin-bottom:2rem !important;
}
body.type-post .ingredient-list-columns li {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size:14px;
    padding: 0 !important;
    background-color:unset !important;
    margin-bottom:5px !important;
    text-align:left !important;
    padding-right:3rem !important;
    list-style-type: disc;
    margin-left:15px !important;
}
body.type-post .ingredient-list-columns li:before{
	content:"" !important;
}
body.type-post:has(header.recipe-header) .repice-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem !important;
  margin-bottom:2rem;
}
body.type-post:has(header.recipe-header) .gallery-item {
  box-sizing: border-box;
}
body.type-post:has(header.recipe-header) .gallery-item img {
  width: 100%;
  height: auto;
  border-radius:10px;
}
body.type-post div.next-prev a{
	background-color:var(--master-grey-ultralight);;
	color:var(--master-color_black);
	border-radius:5px;
	font-weight:bold;
	border:none;
}
body.type-post div.next-prev a:hover{
	background-color:var(--master-color-primary);
	color:var(--master-color-white);
}
@media screen and (max-width: 1199px){
	body.type-post .recipe-header{
		flex-direction: column;
	}
	body.type-post .recipe-header .recipe-info{
		width: 100%;
  	max-width: 800px;
  	padding:0 20px;
	}
	body.type-post .recipe-header .recipe-main-image{
		width: 100%;
  	max-width: 800px;
  	padding:0 20px;
	}
	body.type-post .recipe-header img{
		border-radius:10px;
	}
}
@media screen and (max-width: 991px){
	body.type-post .preparation-steps, body.type-post .tips-tricks, body.type-post .extras{
		padding:0 20px;
	}
	body.type-post:has(header.recipe-header) .repice-gallery{
		padding:0 20px;
	}
}
@media screen and (max-width: 575px){
	body.type-post .ingredient-list-columns{
		column-count: 1;
	}
	body.type-post:has(header.recipe-header) .repice-gallery{
		grid-template-columns: repeat(1, 1fr);
	}
}

/* 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?v=1);
	mask-image: url(/user/documents/upload/ikony/close.svg?v=1);
	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;
  }
}