.breadcrumbs {
  background: white !important;
}
#product-detail {
  background-color: white !important;
}
#product-detail .sg-rating i {
  color: #EBA00F !important;
  width: 10px;
}
#product-detail .in .left-side .natural-form {
  background: white !important;
  border: none !important;
}
.sg-tabs ul li span {
  background: white !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  font-family: Active;
  font-size: 24px !important;
}
#reviews-nav{
	border-right: none !important;
}
.sg-tabs .sg-tabs-nav{
	text-align: center;
    justify-content: start;
    display: flex;
}
.moto {
  font-size: 20px;
  text-align: left !important;
}
#product-detail .in .left-side .product-variants-natural ul {
  justify-content: center !important;
  padding-left: 0 !important;
}
#product-detail .in .left-side .natural-form .pricing .count-form {
  display: none;
}
#product-detail .in .left-side .natural-form .pricing .submit {
  justify-content: start;
  flex: 1 1 10% !important;
}
#product-detail .in .left-side .natural-form .pricing .price {
  padding: 0 !important;
  flex: -moz-available !important;
}
.sg-tabs .sg-tabs-item .sg-tabs-title {
  background: white !important;
}
#product-detail .in .left-side .rating p small, .product-detail-like .in .left-side .rating p small {
  text-decoration: underline;
}
@media only screen and (max-width: 770px) {
	.carousel-btn{
		display: none !important;
	}
  .sg-tabs .sg-tabs-nav{
    display: none;
  }
}
.sg-tabs.pagewide::before {
    display: none;
	
  }

#product-detail .in .left-side .natural-form .pricing .count-form .count input {
	width: 100% !important;
	height: 40px;
	color: #623a25 !important;
	font-family: Roboto !important;
}
#product-detail .in .left-side .natural-form .pricing .count-form {
  margin-top: 15px;
  margin-right: 30px;
}
#product-detail .in .left-side .natural-form .pricing {
  border-bottom: 1px solid #0000001A !important;
}
.displayPc{
						display: block;
					}
					.displayMobile{
						display: none;
					}
					@media screen and (min-width: 501px) {
						#product-detail .in .right-side .gallery ul li.main a img{
						max-height: 482px !important;
					}
					}
					@media screen and (max-width: 500px) {
						#product-detail .in .right-side .gallery ul li.main a img{
							max-height: 330px !important;
						}
					.displayPc{
						display: none !important;
					}
					.displayMobile{
						display: block !important;
					}
					}.tables-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.table-block {
  flex: 1 1 48%; /* roughly half, with room for gap */
  box-sizing: border-box;
}
#product-detail .in .sg-tabs .sg-tabs-item-content h2 {
    font-size: 40px !important;
  }
  th{
    font-size: 18px !important;
  }
  thead tr th {
  border-radius: 4px;
    padding: 12px 28px !important;
}
  tbody tr td {
    padding: 12px 28px !important;
}
/* Stack on smaller screens */
@media (max-width: 768px) {
  .table-block {
    flex: 1 1 100%;
  }
}
  
 .ing-carousel-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.ing-carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 0;
  scroll-snap-type: none !important;
  scrollbar-width: none;
}

.ing-carousel-track::-webkit-scrollbar {
  display: none; /* Skrýt scrollbar */
}

.ing-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #f0f0f0 !important;
  color: black;
  border: 1px solid white !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.ing-carousel-btn.left {
  /* Tlačítka jsou pozicována vůči .obsah, který je uvnitř .ing-section-wrapper */
  left: 10px;
}

.ing-carousel-btn.right {
  right: 10px;
}

.ing-carousel-btn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ing-carousel-btn.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ing-card {
  height: fit-content;
  flex: 0 0 auto;

  width: 250px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ing-card-img-sec {
  width: 100%;
  background-color: #fafafa;
  border-radius: 10px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ing-card-img-sec > img {
  width: 150px;
}

.ing-card-text-sec {
  font-family: "Roboto", sans-serif;
  gap: 8px;
  display: grid;
}
.nette-review-carousel { margin:40px 0; max-width:100%; }
.nette-review-carousel .review-heading { font-size:2rem; font-weight:bold; color:#4c1e00; margin-bottom:20px; }
.carousel-container { display:flex; align-items:center; overflow:hidden; position:relative; }
.carousel-track { display:flex; overflow-x:auto; scroll-behavior:smooth; gap:20px; padding:10px 0; scroll-snap-type:x mandatory; scrollbar-width:none; }
.carousel-track::-webkit-scrollbar { display:none; }
.review-item { height: fit-content; flex:0 0 auto; scroll-snap-align:start; background:#fff6ec; border-radius:10px; padding:20px; width:250px; font-size:14px; display:flex; flex-direction:column; }
.review-item .stars { color:#FA3; font-size:14px; margin-bottom:5px; }
.review-item .stars .deactive { color:#ddd; }
.review-item .date { font-size:12px; color:#999; margin-bottom:10px;margin-left: auto; }
.review-item .summary { margin-bottom:10px;max-height:200px;font-size: 16px;color: rgb(73, 41, 24);padding-top: 0 !important;overflow: hidden !important; }
.review-item ul { list-style:none; padding:0; margin:0; max-height:150px; overflow:auto; }
.review-item .plus { color:green; font-weight:bold; }
.review-item .minus { color:red; }
.carousel-btn { background:transparent; border:none; font-size:2rem; cursor:pointer; padding:10px; user-select:none; }
.more-reviews { display:block; margin-top:20px; font-weight:bold; color:green; }
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ing-card-text-sec > h5 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #492918;
  text-transform: none !important;
}

.ing-card-text-sec > p {
  font-size: 16px !important;
  color: #492918cc;
  margin: 0;
  padding: 0;
  letter-spacing: 3%;
  line-height: 140%;
}

/* Skrýt tlačítka na mobilu */
@media only screen and (max-width: 600px) {
  .ing-carousel-btn {
    display: none;
  }
  .ing-card {
    width:200px !important;
  }
  .ing-card-img-sec {
    height: 150px;
  }
  .ing-card-img-sec > img {
    width: 120px;
  }
}
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
  color: #9F8F86;
    border: none;
    padding: 10px 15px;
    font-size: 36px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
}

.nav-arrow.left {
    left: 10px;
}

.nav-arrow.right {
    right: 10px;
}
.breadcrumbs {
    border: none;
}
.greenColor{
    color: #4d9309 !important;
}
#product-detail .breadcrumbs .in{
    padding-bottom: 0 !important;
}
@media (max-width: 700px) {
    #product-detail #product-variants ul li{
        flex: 1 !important;
    }
    .gallery {
        margin-left: -20px;
        margin-right: -20px;
    }
    .shareMainBtn{
        display: none;
    }
    .amountOfNextImages{
        font-size: 18px !important;
        line-height: 22px !important;
    }
    #selectionRelated .arrow.left {
        left: 0 !important;
        display: none !important;
    }

    #selectionRelated .arrow.right {
        right: 0 !important;
        display: none !important;
    }
}
#product-detail .in .left-side .pricing .count-form .math::before, #product-detail .in .left-side .pricing .count-form .math::after {
    background-color: #623a25;
}
#product-detail .in .left-side .natural-form .pricing .count-form .math.minus{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    margin-left: -10px;
}
#product-detail .in .left-side .natural-form .pricing .count-form .math.plus{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border: none;
}
#product-detail .in .left-side .natural-form .pricing .count-form .count input{
    width: 40px;
      height: 40px;
}
    .obsah{
        max-width: 1200px !important;
          margin: auto !important;
    }
    #description-nav {
        font-size: 24px !important;
        text-transform: none !important;
        font-family: Roboto !important;
    }
    #description-nav.active {
        text-decoration: underline;
        color: #4D9309;
    }
    #writeus-nav {
        font-size: 24px !important;
        text-transform: none !important;
        font-family: Roboto !important;
    }
    #writeus-nav.active {
        text-decoration: underline;
        color: #4D9309;
    }
    #nutriinfo-nav {
        font-size: 24px !important;
        text-transform: none !important;
        font-family: Roboto !important;
    }
    #nutriinfo-nav.active {
        text-decoration: underline;
        color: #4D9309;
    }
    #reviews-nav {
        font-size: 24px !important;
        text-transform: none !important;
        font-family: Roboto !important;
    }
    #reviews-nav.active {
        text-decoration: underline;
        color: #4D9309;
    }
    #reviews-nav.active {
        text-decoration: underline;
        color: #4D9309;
    }
    #davkovani-nav.active {
        text-decoration: underline;
        color: #4D9309;
    }
    #detail-nav.active {
        text-decoration: underline;
        color: #4D9309;
    }
    @media (max-width: 600px) {
        .count-form{
            flex: 1 1 100% !important;
            margin-top: 12px;
        }
        #selectionRelated ul li {
            width: 130px !important;
        }
    }
    #selectionRelated .title{
        text-align: left;
          justify-content: left;
    }
    #selectionRelated .box-image{
        margin-bottom: 10px;
    }
    #selectionRelated .price{
        text-align: left;
          justify-content: left !important;
        flex-direction: row-reverse;
    }
    #selectionRelated .sg-rating{
        justify-content: left;
          display: flex !important;
        padding: 0 !important;
    }
    #selectionRelated .sg-rating .flaticon-star::before {
        font-size: 10px !important;
    }
    #selectionRelated .price .old{
        color: #49291870 !important;
    }
    #selectionRelated .title a{
        font-size: 14px;
        font-family: Roboto;
        font-weight: 600;
        text-transform: none !important;
        line-height: initial;
    }
    #selectionRelated ul{
        display: grid !important;
        grid-auto-flow: column !important;
        grid-gap: 20px !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        justify-content: start !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-top: 0 !important;
    }
    #selectionRelated ul .products{
        overflow: visible !important;
          width: 102%;
    }
    #selectionRelated .product-add{
        white-space: collapse !important;
        text-align: left !important; 
        white-space: collapse !important;
        text-align: left !important;
        font-size: 12px;
        margin-top: -15px;
        padding: 0;
    }
    #selectionRelated ul li div .title{
        white-space: break-spaces !important;
        display: contents;
    }
    #selectionRelated ul li .labels{
        display: none !important;
    }
    #selectionRelated h3{
        font-size: 40px !important;
        text-align: left !important;
        padding-left: 10px;
    }
    #selectionRelated .products h3{
        font-size: 22px !important;
        text-align: left;
        padding-left: 0 !important;
    }
    #selectionRelated{
        width: 100%;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }
    #selectionRelated .image{
        background: #F6F6F6 !important;
    }
    #selectionRelated .with-variants.has-selected.more{
        display: none !important;
    }
    #selectionRelated .price{
        padding-top: 0 !important;
    }
    #selectionRelated {
        position: relative;
        width: 100%;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        overflow: hidden;
    }

    #selectionRelated ul {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-gap: 20px !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        justify-content: start !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #selectionRelated ul::-webkit-scrollbar {
        display: none;
    }

    #selectionRelated ul li {
        width: 200px;
    }

    #selectionRelated .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #F0F0F0;
        color: white;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        color: black;
        border: 1px solid white;
    }

    #selectionRelated .arrow.left {
        left: 10px;
    }

    #selectionRelated .arrow.right {
        right: 10px;
    }
    #selectionRelated ul h3{
        display: none !important;
    }
    #selectionRelated .has-selected.more{
        display: none !important;
    }
    #selectionRelated .secondImageBase{
        display: none !important;
    }
    #selectionRelated .products .sg-product-item:hover img {
        transform: scale(1.03);
        opacity: .8 !important;
    }
    #selectionRelated .sg-button.outline.icon.right-arrow{
        display: none !important;
    }
    #selectionRelated {
position: relative;
width: 100%;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
overflow: hidden;
}

#selectionRelated ul {
display: grid;
grid-auto-flow: column;
grid-gap: 20px;
overflow-x: auto;
white-space: nowrap;
justify-content: start;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
}

#selectionRelated ul::-webkit-scrollbar {
display: none; /* Hide scrollbar */
}

#selectionRelated .arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #F0F0F0;
color: black;
border: 1px solid white;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}

#selectionRelated .arrow.left { left: 10px; }
#selectionRelated .arrow.right { right: 10px; }
#selectionRelated ul {
display: flex;
gap: 20px;
overflow-x: auto;
scroll-behavior: smooth; /* animace scrollu */
-webkit-overflow-scrolling: touch;
}
.sg-tabs-titles-wrapper {
    display: none;
}
@media only screen and (max-width: 770px) {
    .sg-tabs-titles-wrapper {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        margin-bottom: 1rem;
        scroll-snap-type: x proximity;
    }

    .sg-tabs-title {
        flex: 0 0 auto;
        scroll-snap-align: start;
        padding: 0.5rem 7px;
        border-radius: 4px;
        white-space: nowrap;
        cursor: pointer;
        font-size: 20px !important;
    }
    .sg-tabs-item-content{
        display: block !important;
    }
    .sg-tabs-item {
        display: none;
    }

    .sg-tabs-item.open {
        display: block;
    }

    .sg-tabs-title.active {
        color: #4d9309 !important;
        text-decoration: underline !important;
    }

}
.sg-tabs-title{
    font-family: Roboto !important;
      text-transform: none !important;
}
#davkovani-tab ul li, #detail-tab ul li {
    padding-left: 0 !important;
}
#davkovani-tab ul li::before, #detail-tab ul li::before {
    display: none !important;
}
#davkovani-tab ul, #detail-tab ul {
    padding-left: 0 !important;
}