.offers-description-filter-control__switcher-inner {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2px 6px;
    display: block;
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: inherit;
    text-decoration: none !important;
    -o-transition: background .1s, border .1s, color .1s, opacity .1s;
    transition: background .1s, border .1s, color .1s, opacity .1s;
}
.offers-description-filter-control__switcher-state {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.offers-description-filter-control:last-child {
    margin-right: 0;
	border: none;
}
.offers-description-filter-control_switcher {
    border: 0;
}
.offers-description-filter-control {
    max-width: 100%;
    margin-bottom: 3px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    color: #333;
    box-shadow: none;
    -o-transition: border-color .1s ease-in-out, background-color .1s ease-in-out;
    transition: border-color .1s ease-in-out, background-color .1s ease-in-out;
	border: none;
}
.offers-description-filter__field {
    display: table-cell;
    box-sizing: border-box;
}
.offers-description-filter__label {
    width: auto;
    padding-right: 39px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.363;
}
.offers-description-filter__row {
    width: 100%;
    display: flex;
    table-layout: fixed;
    margin-bottom: 3px;
    font-size: 0;
    flex-direction: row;
    justify-content: flex-start;

}
.offers-description-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ytszxgb45 span {
    background: #ffda50;
    border-color: #ffda50;
    color: #333 !important;
    cursor: default;
    pointer-events: none;
    z-index: 3;
}
.sort0 .offers-description-filter-control__switcher-inner {
    border-style: dashed;
    color: #999;
}

.imageoptfb {
    max-width: 80px;
}
.imageoptfb div {
    text-align: center;
    display: inline-block;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;

}
.ytszxgb45.imageoptfb {
    padding: 5px;
    border: 2px solid #ffda50;

}
.offers-description-filter__sign {
    display: flex;
    height: 100%;
    align-items: center;
}
.offers-description-filter__field { 
display: flex;
    width: 60%;
    flex-direction: row;
    flex-wrap: wrap;
}

.ytszxgb45.optprvgf {
    background: #ffe47e;
    border-color: #ffda50;
    color: #000000 !important;
    cursor: default;
    pointer-events: none;
    z-index: 3;
}
.sort0.optprvgf {
border-style: dashed;
    color: #999;
}
@media (max-width: 768px)
      {
		.offers-description-filter__field { 
    width: 100%;
}  
	  }

.sort0.imageoptfb {
opacity: 0.4;
}
.imageoptfb img {
width: 65px;
}
.offers-description-filter__field .form-control {
    font-size: 16px;
}
.imageoptfb {
  padding: 5px;
}
.mlakts {
position: absolute;
    background: #ff0000;
    padding: 2px;
    color: #fff;
    border-radius: 0px 0px 0px 5px;
    font-size: 17px;
    top: 0;
    display: block;
    right: 0;
	}
	.test556 {
    padding: 5px 5px 5px 10px;
    order: 2;
}

.imagegbfa {
    display: flex
;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}


.slider-wrapper {
  position: relative;
  width: 100%;
}

.slider-btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: opacity 0.2s, background 0.2s;
  opacity: 0;
}

.slider-btn-left { left: 4px; }
.slider-btn-right { right: 4px; }

@media (min-width: 769px) {
  .slider-wrapper:hover .slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }
  .slider-btn:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }
}

.imagegbfa {
  position: relative;
  width: 100%;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 0;
}

.imagegbfa::-webkit-scrollbar {
  display: none;
}


@media (max-width: 768px) {
  .imagegbfa {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.25) transparent;
  }
  .imagegbfa::-webkit-scrollbar {
    display: block;
    height: 4px;
  }
  .imagegbfa::-webkit-scrollbar-track {
    background: transparent;
  }
  .imagegbfa::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 4px;
  }
}

.imageoptfb {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  min-width: 120px;
  max-width: 160px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 10px;
  border-radius: 12px;
}

.imageoptfb:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.imageoptfb img {
  width: 100%;
  max-width: 140px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.imageoptfb div {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.test556 .offers-description-filter__field img {
    width: auto !important;
}

.offers-description-filter__field {
  min-width: 0;    
 }

.slider-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.imagegbfa {
  max-width: 100%;
}