.fslightboxsn span{
color: white;
}
.catalog-lv2__list .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(221, 0, 0, 1);
  gap: 8px;
  width: 116px;
  height: 44px;

  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 72px;
}
.catalog-lv2__list .opt {
  color: rgba(221, 0, 0, 1);

  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: underline;
}
.header {
  padding: 32px 0;
  background: black;
}
.header-about > div {
  display: flex;
  gap: 4px;
}
.header__bottom__new {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__bottom__new .left {
  display: flex;
  gap: 16px;
}
.header-about__item.red {
  color: rgba(221, 0, 0, 1);
}
.header-about__item.yellow {
  color: rgba(252, 187, 69, 1);
}
.header__top__new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(76, 76, 76, 1);
  padding-bottom: 20px;
}
.header__bottom__new {
  padding-top: 20px;
}
.product-card__response-link {
  align-items: center;
}
.wrapper__stars {
  align-items: center;
}
.product-slide-wrap {
  margin: 0 8px;
}
.fixex__btn__buy {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 16px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1px;
  z-index: 10002;
  background: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px); /* опционально — красиво */

  /* КЛЮЧЕВОЕ: изначально видна, плавный выезд вниз */
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.product-page__anchors-wrap.fixed {
  position: fixed;
  top: 195px; /* или top: 64px, если есть хедер */
  left: 60px;
  right: 60px;
  width: 100%;
  z-index: 1111;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  display: flex !important;
}
#anchors {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1580px) {
  .product-page__anchors-wrap.fixed {
    left: 50px;
    right: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .products-slider-wrap .slider-arrow-left,
  .products-slider-wrap .slider-arrow-right {
    display: none;
  }
}
.catalog__body {
  gap: 10px;
}
@media only screen and (max-width: 1100px) {
  .products-slider-wrap .slider-arrow-left,
  .products-slider-wrap .slider-arrow-right {
    display: none;
  }
}
.product-card-box .product-card__rating {
  flex-direction: column;
}
.product-card-box {
  border-radius: 12px;
  box-shadow: 0px 4px 120px 0px rgba(151, 159, 183, 0.15);
}
.product-card-wrap {
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
}
.filters__title {
  color: rgba(24, 24, 24, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  padding-bottom: 16px;
}
.filter-wrap {
  max-width: 250px;
}
.product-page__anchor__right .product-page__anchor-reviews__number {
  display: flex;
  gap: 4px;
  align-items: center;
  color: rgba(24, 24, 24, 1);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0px;
}
.product-page__anchor__right .product-page__anchor-reviews {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-left: 16px;
  color: rgba(76, 76, 76, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.product-page__anchor__right__mobile {
  display: none;
}
.product-page__anchor__right__mobile .product-page__anchor-reviews__number {
  display: flex;
  gap: 4px;
  align-items: center;
  color: rgba(24, 24, 24, 1);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0px;
}
.product-page__anchor__right__mobile .product-page__anchor-reviews {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-left: 16px;
  color: rgba(76, 76, 76, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.product-page__anchor__btn {
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 16px;

  border-radius: 8px;
  background: rgba(221, 0, 0, 1);

  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0%;
  margin-left: 48px;
}
.product__info__top {
  display: flex;
}
.wrapper__product__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 25px;
}
.wrapper__product__info p {
  color: rgba(76, 76, 76, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
}
.product-info__phone-submit {
  min-width: 230px;
  color: rgba(221, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}
.delivery-grid {
  display: grid;
  gap: 12px 0; /* вертикальний відступ між рядками */
}

.delivery-grid__row {
  display: grid;
  grid-template-columns: 1fr auto auto; /* 1-й стовпець — гнучкий, інші — за вмістом */
  gap: 20px; /* відступи між стовпцями */
  align-items: center; /* вертикальне вирівнювання по центру */
}
.product-info__delivery-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stats__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bread-crumbs__item:last-of-type {
  flex: 1; /* ← только последний занимает всё оставшееся место */
  min-width: 0; /* ← САМОЕ ВАЖНОЕ! без этого ellipsis НЕ работает в flex */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-demo .product-info__fav-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  margin-right: unset;
  cursor: pointer;
  z-index: 2;
}
.product__label {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
@media only screen and (max-width: 1380px) {
  .products-slider-wrap .slider-arrow-left,
  .products-slider-wrap .slider-arrow-right {
    display: none !important;
  }
}
@media only screen and (max-width: 1300px) {
.header__consult{
display:none !important; 
}
.header__social-box{
display:none !important; 
}
}
@media only screen and (max-width: 1300px) {
  .product-info__banking {
    flex-direction: column;
    gap: 8px !important;
    
  }
  .header__logo-wrap{
    margin-left: unset !important;
  }
  .header__top__new{
    padding-bottom: 4px;
  }
  .header__bottom__new{
    padding-top: 12px;
    padding-left: 8px;
  }
.content-wrap{
padding-top: 151px !important;
}
}
@media only screen and (max-width: 1100px) {
.content-wrap{
padding-top: 106px !important;
}
  .menu-btn-wrap {
    display: flex !important;
    position: unset !important;
    margin-right: 24px;
  }
  .header__logo-wrap{
    width: max-content !important;
  }
  .header__top-info{
    display: none !important;
  }
  .header__logo{
    width: 70%;
  }
  .header__social-box{
    display: none !important;
  }
  .header__consult{
    display: none !important;
  }
  .header{
    padding: 12px 0;
  }
  .header .container{
    padding: 0 16px;
  }
  .product-page__anchor__right__mobile {
    display: flex;
  }
  .fixex__btn__buy {
    display: flex;
  }
  .product-page__content-wrap {
    flex-direction: column;
    gap: 16px;
  }
  .product-page__anchor__left {
    width: 100% !important;
  }
  .product-demo {
    width: 100% !important;
    max-width: unset;
  }
  .product-page__anchor:last-of-type {
    border-right: unset;
  }
  .product-info {
    width: 100% !important;
  }
  .product-page__reviews {
    width: 100% !important;
  }
  .product-page__review-add {
    width: 100% !important;
  }
  .product-page__anchor__right {
    display: none !important;
  }
  .product-page__anchor {
    width: 100% !important;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .delivery-grid__row {
    gap: 8px;
  }
  .product-info__banking-privat,
  .product-info__banking-monobank {
    color: rgba(76, 76, 76, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
  }
  .product-info__delivery-timing,
  .product-info__delivery-price {
    color: rgba(76, 76, 76, 1);
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .product-info__delivery-text {
    color: rgba(24, 35, 22, 1);
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    gap: 4px;
  }
  .product-info__delivery-section {
    padding: 16px !important;
  }
  .bread-crumbs {
    display: none !important;
  }
  .product-page__anchors-wrap {
    padding: unset !important;
    overflow-x: auto;
    margin-bottom: 24px !important;
  }
  .product-page__anchor {
    padding: 0 22px !important;
  }
  .wrapper__product__info {
    flex-direction: column;
    gap: 16px;
  }
  .product-info__banking {
    flex-direction: row;
  }
  .product-info__opt-btn {
    width: 100% !important;
    margin: unset !important;
    max-width: unset !important;
    justify-content: center;
  }
  .product-info__phone-submit {
    width: 100% !important;
    margin: unset !important;
    max-width: unset !important;
    justify-content: center;
    order: 1;
  }
  .wrapper__product__info p {
    order: 2;
  }
  .product-info__delivery-section {
    margin-top: 0px !important;
  }
  .product-info {
    padding: 20px 16px !important;
  }
  .product-page__characteristics-table {
    flex-direction: column;
  }
  .product-page__characteristics-item {
    width: 100% !important;
  }
  .product-info__section-title {
    color: rgba(24, 35, 22, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    padding-bottom: 16px;
  }
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
