@import './vars.css';
@import './fonts.css';

/* search booster стили */
@media (min-width: 1024px) {
  .l-ss-c-host-wrapper {
    position: absolute;
    display: block;
    top: -24px;
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

.image-brand-logo[src=''] {
  display: none;
}

.image-brand-link[src=''] span {
  display: inline;
}

.image-brand[src=''] img {
  display: flex;
}

.filters[category-tags=''][data-menu=''] {
  display: none;
}

.filter-menu:empty {
  display: none;
}

.filter-menu {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body {
  box-sizing: border-box;
  font-family: var(--main-font), sans-serif;
  font-feature-settings: 'ss12' on;
  overflow-x: hidden;
}

pre {
  font-family: var(--main-font), sans-serif !important;
}

a {
  transition: color 0.25s;
}

input {
  font-feature-settings: 'ss12' on;
}

.catalog-body {
  height: calc(100dvh - 75px);
}

.isFull {
  background: #f3f3f3;
}

.main-container {
  max-width: 1440px;
  margin: 0 auto;
}

.text-accent-hover {
  transition: all 0.25s;
}

.text-accent-hover:hover {
  color: var(--base) !important;
}

/* HEADER */
.header__info {
  padding: 12px 40px;
}

.header_search {
  display: flex;
  align-items: center;
  padding: 2px;
  border: 1px solid var(--line-primary);
  border-radius: 1000px;
}

.header__info-details li + li::before {
  content: '•';
  display: block;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}

.header_search_input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
}
.loader {
  width: 20px;
  height: 20px;
  border: 5px solid rgb(242 246 250 / var(--tw-bg-opacity));
  border-bottom-color: #3f8bff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nav_icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-primary);
  border-radius: 1000px;
}

.login_btn {
  border-radius: 1000px;
  color: #fff;
  background: var(--base);
  font-size: 14px;
}

.badge {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 1000px;
  font-size: 11px;
  line-height: 12px;
  color: var(--white);
  width: 16px;
  height: 16px;
}

.categorie-item {
  width: fit-content !important;
}

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

.categories {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.nav_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content !important;
  height: 38px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: var(--tertiary-line);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}

.categories-list li:first-child .nav_item {
  background: #5edd98 !important;
  color: white;
}

.categories-list li:nth-child(2) .nav_item {
  background: #ff6363 !important;
  color: white;
}

.catTags-next,
.catTags-prev,
.categories-prev,
.categories-next,
.catBottomTags-next,
.catBottomTags-prev {
  box-shadow: 0px 4px 70px rgba(13, 12, 26, 0.3);
}

.expert #top_pink_header {
  background-color: #3f8bff;
}

.expert #address_header {
  background-color: #3f8bff;
}

.expert .show-expert {
  display: block;
}
.expert .show-expert-flex {
  display: flex;
}

.expert .hide-expert {
  display: none;
}

.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.swiper-pagination-bullet-current {
  background-color: var(--base) !important;
  width: 24px !important;
  pointer-events: none;
}

.swiper-pagination-bullets-dynamic {
  width: 112px !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
}

.swiper-pagination {
  position: static;
  line-height: 0;
  height: 10px;
}

/* MAIN SLIDER */
.main-slider-slide {
  display: grid !important;
  grid-template-rows: repeat(2, minmax(0px, 1fr));
  grid-template-columns: 80% 20%;
  gap: 8px;
}

@media (min-width: 375px) {
  #swiperMainSlider1 {
    height: 360px !important;
  }

  #swiperMainSlider2 {
    height: 132px !important;
  }

  .first-main-slider {
    height: 360px !important;
  }

  .second-main-slider {
    height: 132px !important;
  }
}

@media (min-width: 744px) {
  #swiperMainSlider1 {
    height: 273px !important;
  }

  #swiperMainSlider2 {
    height: 165px !important;
  }

  .first-main-slider {
    height: 273px !important;
  }

  .second-main-slider {
    height: 132px !important;
  }
}

@media (min-width: 1024px) {
  #swiperMainSlider1,
  #swiperMainSlider2 {
    height: 310px !important;
  }

  .first-main-slider {
    height: 310px !important;
  }

  .second-main-slider {
    height: 152px !important;
  }
}

@media (min-width: 1280px) {
  #swiperMainSlider1,
  #swiperMainSlider2 {
    height: 440px !important;
  }

  .first-main-slider {
    height: 440px !important;
  }

  .second-main-slider {
    height: 216px !important;
  }
}

.timer-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(7px);
  border-radius: 1000px;
  width: 106px;
  height: 36px;
}

.raiting-badge {
  display: flex;
  align-items: center;
  width: 31px;
  height: 14px;
}

.swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  overflow: hidden;
  background-color: #cccccc;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.16s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: width 0.16s ease-in-out, background-color 0.1s ease-in-out;
  transition: width 0.16s ease-in-out, background-color 0.1s ease-in-out;
  border-radius: 1000px;
}

.swiper-pagination-bullet span {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
  transform: translateX(-24px);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #cccccc;
}

.swiper-pagination-bullet.focus-visible {
  outline: 1px dashed #1da0fd;
  outline-offset: 1px;
}

.swiper__pagination--without-autodelay span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.swiper-pagination-bullet-active {
  width: 24px;
  pointer-events: none;
}

.swiper-pagination-bullet-active span {
  background: var(--base);
}

.products-pagination > .swiper-pagination-bullet-active {
  background-color: #ff6363 !important;
}

.storie-slide {
  display: flex;
  justify-content: center;
  width: auto;
}

.storie-slide img {
  border: 2px solid var(--base);
  border-radius: 20px;
  padding: 1px;
}

.slider_nav {
  position: absolute;
  display: flex;
  top: 60%;
  justify-content: space-between;
  width: 100%;
}

/*кастомизация навигации слайдера*/
.navigation-arrow-left,
.navigation-arrow-right {
  width: 40px;
  height: 40px;
}

.navigation-arrow-left:before {
  content: url('../images/icons/arrow-left.svg');
}

.navigation-arrow-right:before {
  content: url('../images/icons/arrow-right.svg');
}

/*обрезание текста*/
.max-lines-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.max-lines-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.max-lines-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card-header {
  aspect-ratio: 1 / 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* background: var(--bg-light-gray); */
  overflow: hidden;
}

.product-card .tags {
  display: flex;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  column-gap: 0.25rem;

  @media (min-width: 768px) {
    column-gap: 0.5rem;
  }
}

.header-seller {
  display: none;

  @media (min-width: 744px) {
    display: flex;
  }
}

.product-card .add-to-favorite {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  padding: 0.375rem;
  border-radius: 9999px;
  background-color: #ffffff;
}

.expert-role {
  display: none;
}

.product-card .expert-role {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: none;
  flex-direction: row;
  gap: 0.5rem;
  color: #3f8bff;
  font-size: 12px;
  font-weight: 600;
  background-color: #3f8bff;
  border-radius: 1.5rem;
}

.product-card .expert-role .bonus {
  display: flex;
  border-radius: 600px;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #e7f1ff;
}

.icon-heart {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.product-card .product-card-image {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  border-radius: 14px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  line-height: 1rem;
  padding: 16px 8px;
  flex-grow: 1;

  @media (min-width: 1440px) {
    padding: 16px 12px;
    row-gap: 10px;
  }
}

.adult-content-1 a {
  pointer-events: none;
}
.adult-content-1 .product-card-image {
  filter: blur(16px);
}
.adult-content-1 button {
  pointer-events: none;
}
#product-images.adult-content-1 img {
  filter: blur(16px);
}
#product-images.adult-content-1 img {
  pointer-events: none;
}

.adult-check .adult-content-1 a {
  pointer-events: all;
}
.adult-check .adult-content-1 .product-card-image {
  filter: none;
}
.adult-check .adult-content-1 button {
  pointer-events: all;
}
.adult-check #product-images.adult-content-1 img {
  pointer-events: all;
}
.adult-check #product-images.adult-content-1 img {
  filter: none;
}
.adult-content-1 .adult-bage.show-bage-1 {
  display: flex;
}
.adult-content-0 .adult-bage.show-bage-0 {
  display: none;
}
.adult-check .adult-content-1 .adult-bage {
  display: none;
}

.product-card .titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.titles .brand-name {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.titles .product-title {
  font-size: 12px;
  line-height: 16px;
  color: #0d0c1a;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;

  @media (min-width: 768px) {
    font-size: 14px;
    line-height: 22px;
  }
}

.product-card-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card .category-name {
  font-size: 0.75rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--secondary);
}

.product-card .ratings {
  display: flex;
  margin: 6px 0;
}

.product-card .product-rating {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
  font-size: 12px;
}

.product-card .delivery-info {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 3px;
  margin-bottom: 4px;
  gap: 4px;

  @media (min-width: 768px) {
    margin-bottom: 6px;
    margin-top: 6px;
  }
}

.product-card .delivery-date {
  white-space: nowrap;
}

.product-card .dot {
  border-radius: 9999px;
  width: 4px;
  height: 4px;
  background: #78777f;
}

.product-card .vendor-name {
  color: var(--secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .price-block {
  display: flex;
  margin-bottom: 0.625rem;
  column-gap: 0.5rem;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;

  @media (min-width: 768px) {
    margin-bottom: 0.5rem;
  }

  @media (min-width: 1280px) {
    margin-bottom: 0.625rem;
  }
}

.product-card .off_price_low {
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
}

.off_price_low:after {
  content: ' ₽';
}

.product-card .discount {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  white-space: nowrap;
  font-size: 11px;
  color: var(--white);
  background: var(--base);
  border-radius: 6px;
  font-weight: 400;
}

.product-card .off_price_old {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: line-through;
  white-space: nowrap;
  color: var(--secondary);
}

.product-card .product-card-footer {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-card .buy-btns {
  align-items: center;
  width: 100%;
}

.product-card .buy-btn {
  border-radius: 9999px;
  padding: 8px 10px;

  @media (min-width: 768px) {
    padding: 8px 12px;
  }
}

.product-card .cart {
  width: 1.25rem;
  height: 1.25rem;
}

.product-card .buy-btn-text {
  font-size: 0.75rem;
  line-height: 1rem;
}

.product-card .all-price {
  padding: 0.5rem;
  font-weight: 500;
  white-space: nowrap;
  font-size: 12px;
}

.product-card .cart-counter {
  height: 30px;
  justify-content: space-between;
  align-items: center;
  border-radius: 9999px;
  width: 100%;
  background: var(--bg-light-gray);
}

.product-card .minus {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  background: var(--base);
  width: 30px;
  height: 30px;

  @media (min-width: 768px) {
    width: 32px;
    height: 32px;
  }
}

.product-card .cart-count {
  font-weight: 500;
  font-size: 11px;
}

.product-card .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  cursor: pointer;
  background: var(--base);
  width: 30px;
  height: 30px;

  @media (min-width: 768px) {
    width: 32px;
    height: 32px;
  }
}

/*добавление иконок и фоновых картинок*/
.icon-fire:before {
  content: url('../images/icons/fire.svg');
  position: absolute;
  left: 12px;
}

.star-red:before {
  content: url('../images/icons/star-red.svg');
  position: absolute;
  left: 0;
}

.star-gray:before {
  content: url('../images/icons/star-gray-outline.svg');
  position: absolute;
  left: 0;
}

.rating-offer .star-red:before {
  // padding-top: 2px;
  height: 16px;
}

.star-blue:before {
  content: url('../images/icons/star-blue.svg');
  position: absolute;
  left: 0;
}

.in-cart:before {
  content: url('../images/icons/bag-gray.svg');
  position: absolute;
  left: 0;
}

.icon-cart-white {
  background: url('../images/icons/bag-white.svg') no-repeat;
}

.icon-timer {
  background: url('../images/icons/timer.svg') no-repeat;
}

.icon-heart-gray {
  background: url('../images/icons/heart-gray.svg') center no-repeat;
}

.icon-heart-pink {
  background: url('../images/icons/heartIcon.svg') center no-repeat;
}

.product-heart.icon-heart-gray {
  background-color: #e7f1ff;
  background-image: none;
}

.product-heart.icon-heart-pink {
  background-image: none;
}

.product-heart .icon-heart-gray {
  background: url('../images/icons/heart-blue.svg') center no-repeat;
}

.product-heart .icon-heart-pink {
  background: url('../images/icons/heartIcon.svg') center no-repeat;
}

.sale-of-hour-bg {
  background: url('../images/sale-of-hour-bg.webp') center no-repeat;
  background-size: cover;
}

.sale-of-hour-bg-mob {
  background: url('../images/sale-of-hour-bg-mob.webp') top no-repeat;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.trend-bg {
  background: url('../images/trends-bg.webp') center no-repeat;
  background-size: cover;
}

.trend-bg-mob {
  background: url('../images/trends-bg-mob.webp') top no-repeat;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brand-of-day-bg {
  background: url('../images/brand-of-day-bg.png') center no-repeat;
  background-size: cover;
}

.brand-of-day-bg-mob {
  background: url('../images/brand-of-day-bg-mob.png') center no-repeat;
  background-size: cover;
}

.pagination-item {
  width: 40px;
  height: 40px;
  padding: 7px;
  text-align: center;
  border-radius: 10px;
  border: #ffffff solid 1px;
}

.pagination-item:hover {
  color: var(--base-blue);
  border: var(--line-primary) solid 1px;
}

.pagination-item.active {
  border: var(--line-primary) solid 1px;
}

/*карточка слайдера 'истории'*/
.storie-slide::after {
  position: absolute;
  content: '';
  background: linear-gradient(
    0deg,
    rgba(13, 12, 26, 0.8) 0%,
    rgba(13, 12, 26, 0.793082) 5.39%,
    rgba(13, 12, 26, 0.771592) 10.77%,
    rgba(13, 12, 26, 0.734672) 16.16%,
    rgba(13, 12, 26, 0.682071) 21.54%,
    rgba(13, 12, 26, 0.61458) 26.93%,
    rgba(13, 12, 26, 0.534493) 32.31%,
    rgba(13, 12, 26, 0.445847) 37.7%,
    rgba(13, 12, 26, 0.354153) 43.09%,
    rgba(13, 12, 26, 0.265507) 48.47%,
    rgba(13, 12, 26, 0.18542) 53.86%,
    rgba(13, 12, 26, 0.117929) 59.24%,
    rgba(13, 12, 26, 0.0653279) 64.63%,
    rgba(13, 12, 26, 0.028408) 70.02%,
    rgba(13, 12, 26, 0.00691776) 75.4%,
    rgba(13, 12, 26, 0) 80.79%
  );
  width: 90.6%;
  z-index: 1;
  height: 99.4%;
  border-radius: 16px;
  transition: opacity 0.6s ease;
  cursor: pointer;
  opacity: 0.8;
}

.storie-slide:hover::after {
  background: linear-gradient(
      0deg,
      rgba(13, 12, 26, 0.8) 0%,
      rgba(13, 12, 26, 0.793082) 5.39%,
      rgba(13, 12, 26, 0.771592) 10.77%,
      rgba(13, 12, 26, 0.734672) 16.16%,
      rgba(13, 12, 26, 0.682071) 21.54%,
      rgba(13, 12, 26, 0.61458) 26.93%,
      rgba(13, 12, 26, 0.534493) 32.31%,
      rgba(13, 12, 26, 0.445847) 37.7%,
      rgba(13, 12, 26, 0.354153) 43.09%,
      rgba(13, 12, 26, 0.265507) 48.47%,
      rgba(13, 12, 26, 0.18542) 53.86%,
      rgba(13, 12, 26, 0.117929) 59.24%,
      rgba(13, 12, 26, 0.0653279) 64.63%,
      rgba(13, 12, 26, 0.028408) 70.02%,
      rgba(13, 12, 26, 0.00691776) 75.4%,
      rgba(13, 12, 26, 0) 80.79%
    ),
    linear-gradient(0deg, rgba(13, 12, 26, 0.4), rgba(13, 12, 26, 0.4));
  width: 90%;
  z-index: 1;
  height: 99%;
  border-radius: 16px;
  position: absolute;
  content: '';
  opacity: 1;
}

.storie-slide:not(:hover::after) {
  transition: opacity 1s ease;
}

@media (min-width: 375px) {
  .email-input::-webkit-input-placeholder,
  .email-input:-moz-placeholder {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 768px) {
  .email-input::-webkit-input-placeholder,
  .email-input:-moz-placeholder {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (min-width: 1440px) {
  .email-input::-webkit-input-placeholder,
  .email-input:-moz-placeholder {
    font-size: 32px;
    line-height: 32px;
  }
}

/* footer */
/*footer {*/
/*	background: linear-gradient(0deg, #fafafa, #fafafa), #ffffff;*/
/*}*/
.numbers {
  font-feature-settings: 'zero' on, 'ss12' on;
  color: var(--black);
}

.footer-numbers {
  font-size: 16px;
}

@media (min-width: 1440px) {
  .footer-numbers {
    font-size: 20px;
  }
}

.open-tab {
  background-image: url('/resources/beautery/images/icons/plus.svg');
  width: 24px;
  height: 24px;
}

.close-tab {
  background-image: url('/resources/beautery/images/icons/minus.svg');
  width: 24px;
  height: 24px;
}

@media (min-width: 1536px) {
  footer {
    background: none;
  }
}

.mobile-nav {
  box-shadow: 0px 4px 100px rgba(13, 12, 26, 0.2);
  width: 70vw;
}

/*user account*/
.main-profile-info {
  box-shadow: 0px 12px 40px rgba(13, 12, 26, 0.05);
}

.personal-info li + li::before {
  content: '•';
  display: block;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}

.menu-item {
  color: var(--secondary);
}

.menu-item:hover svg {
  stroke: var(--base-blue);
  fill: var(--base-blue);
}

.menu-item:hover {
  border-radius: 14px;
  background-color: var(--tertiary-line);
  color: var(--black);
  cursor: pointer;
}

.fieldset {
  display: flex;
  flex-flow: column nowrap;
  border-radius: 4px;
  position: relative;
  width: 45%;
}

.fieldset label {
  position: absolute;
  top: -10px;
  left: 15px;
  background-color: #fff;
  padding: 0 10px;
  color: var(--secondary);
  font-size: 11px;
}

.fieldset input {
  padding: 13px 16px;
  border: 1px solid #e2e1e3;
  border-radius: 14px;
  font-size: 14px;
}

/* .fieldset input:focus + label{
    top: -20px;
} */

.agreement {
  border-top: 1px solid #f1f1f2;
}

.user-account-badge {
  width: 16px;
  height: 16px;
  background-color: var(--base);
  border-radius: 1000px;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-box.active-grey .input-1 {
  border: var(--line-primary);
}

.input-box.active-grey .input-label {
  color: var(--tertiary);
  top: -8px;
  font-size: 11px;
  transition: 250ms;
}

.input-box {
  position: relative;
  margin: 12px 0;
}

.input-box .input-label {
  position: absolute;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 400;
  max-width: calc(100% - (2 * 8px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 8px;
  top: 13px;
  padding: 0 8px;
  transition: 250ms;
  user-select: none;
  pointer-events: none;
}

.input-box .input-1 {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border-radius: 14px;
  color: var(--black);
  padding: 13px 16px;
  transition: 250ms;
  border: 1px solid var(--line-primary);
}

.input-box .input-1:focus {
  outline: none;
  border: 1px solid #1a73e8;
  transition: 250ms;
}

.input-box.focus .input-label,
.input-box.active .input-label {
  color: var(--base-blue);
  top: -8px;
  font-size: 11px;
  transition: 250ms;
  background-color: var(--white);
}

.input-box.active .input-1 {
  border: 1px solid #1a73e8;
}

.confirm-code-box {
  border-bottom: 1px solid #f1f1f2;
}

/* 404 */
.page-container {
  background-image: url('../images/404-background.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

@media (max-width: 680px) {
  .page-container {
    background-image: url('../images/404-background-mob.png');
  }
}

.nav_item_brands {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content !important;
  height: 38px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

* {
  scrollbar-width: thin;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.just-validate-error-label {
  font-size: 14px;
  color: var(--critic) !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hot-slider .swiper-pagination-bullet-active {
  background: white !important;
}
.hot-slider .swiper-pagination-bullet {
  background: #ff8a8a;
}

.red-btns-slider .swiper-pagination-bullet-active {
  background: #ff8a8a !important;
}

.green-btns-slider .swiper-pagination-bullet-active {
  background: white !important;
}

.green-btns-slider .swiper-pagination-bullet {
  background: #56df95;
}
.blue-btns-slider .swiper-pagination-bullet {
  background: #6ba6ff;
}
.blue-btns-slider .swiper-pagination-bullet-active {
  background: white !important;
}
.button-shadow {
  box-shadow: 0 -10px 34px 0 rgba(13, 12, 26, 0.12);
}

.catalog-button {
  display: flex;
  padding: 10px 16px;
  gap: 0.5rem;
  align-items: center;
  border-radius: 9999px;
  color: #ffffff;
  background: #ff6363;
  height: 46px;
  width: 47px;
  border: #ff6363 solid 1px;
}

.catalog-button.active {
  color: #ff6363;
  background: #ffffff;
}

.catalog-block {
  position: static;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  width: 100%;
  background-color: #ffffff;
}

.catalog-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background-color: #ffffff;
  height: 100vh;
}

.catalog {
  display: flex;
  justify-content: space-between;
  padding-right: 32px;
  padding-left: 32px;
}

.catalog-menu {
  display: flex;
  overflow-y: auto;
  padding-right: 0.5rem;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 120px);
}

.subcatalog-menu {
  overflow-y: scroll;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 2rem;
  width: 100%;
  height: calc(100vh - 120px);
}

.category {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: space-between;
  align-items: center;
  border-bottom-width: 1px;
  width: 100%;
  text-align: left;
}

.sub_category {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  width: 100%;
}

.show_all_btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #4690ff;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.show_all_btn img {
  transform: rotate(180deg);
}

.show_full.show_all_btn img {
  transform: rotate(0);
}

@media (min-width: 768px) {
  .catalog-button {
    width: auto;
    height: auto;
    margin-left: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .catalog-modal {
    top: auto;
    height: 600px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .catalog {
    display: flex;
  }

  .catalog-menu {
    display: flex;
    width: 25%;
    margin-right: 48px;
    height: 550px;
  }

  /*.subcatalog-menu{*/
  /*	display: grid !important;*/
  /*	grid-template-columns: repeat(2, minmax(0, 1fr));*/
  /*	width: 41.666667%;*/
  /*	height: 550px;*/
  /*	padding-right: 15px;*/
  /*}*/
}

@media (min-width: 1024px) {
  .catalog-modal {
    padding-top: 16px;
  }

  .catalog {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .catalog-menu {
    width: 16.666667%;
    margin-right: 60px;
  }

  .sub_category {
    padding-top: 0;
    padding-bottom: 0;
    border-style: none;
    width: auto;
    margin-bottom: 32px;
  }

  .category {
    border-style: none;
  }
}

.arrow-right-icon {
  height: 24px;
  width: 7px;
  background-color: black;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url('../images/icons/arrow-right-color.svg');
  -webkit-mask-image: url('../images/icons/arrow-right-color.svg');
}

.arrow-left-icon {
  height: 24px;
  width: 7px;
  background-color: #ffffff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url('../images/icons/arrow-left-color.svg');
  -webkit-mask-image: url('../images/icons/arrow-left-color.svg');
}

.category-link:hover .arrow-right-icon {
  background-color: #ff6363;
}

.category-link:hover {
  color: #ff6363;
}

.category-level-1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.category-level-2 {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 22px;
  color: #78777f;
  flex-direction: column;
  gap: 8px;
  display: flex;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 12px;
}

.breadcrumb-item {
  color: var(--black);
}

.breadcrumbs--active {
  color: var(--secondary);
}

@media (min-width: 375px) {
  .top-banner-products-info img {
    border-radius: 8px;
  }
}

@media (min-width: 1024px) {
  .top-banner-products-info img {
    border-radius: 16px;
  }
}

.text-big {
  font-size: 20px;
}

.catalog-banner {
  background-color: #ff6363;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.catalog-banner {
  .swiper-pagination-bullet-current {
    background-color: #ffffff !important;
  }

  .swiper-pagination-bullet {
    background-color: #ffffff40;
  }
}

.banner-2 {
  background-image: url('../images/main-banners/banner-2.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .banner-2 {
    background-image: url('../images/main-banners/banner-2-mob.webp');
  }
}

.article-text ol,
.article-text ul {
  margin-left: 35px;
}

.article-text p {
  margin-top: 8px;
  margin-bottom: 16px;
}

.article-text img {
  border-radius: 12px;
}

.article-text h2 {
  font-size: 32px;
}

@media (max-width: 1439px) {
  .article-text h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .article-text h2 {
    font-size: 18px;
  }
}

/* Замена свойства aspect-ratio для старых браузеров */
@supports not (aspect-ratio: 1 / 1) {
  .aspect-square-fallback {
    padding-top: 100% !important;
    height: 0;
    position: relative;
    overflow: hidden;
  }

  .aspect-square-fallback img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto;
    max-width: 100%;
  }
}

.just-validate-error-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
}

.category-filter {
  margin-left: 12px;
  color: #78777f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 8px;
  position: relative;
}

.category-filter:hover {
  color: #3f8bff;
}

.category-filter-active {
  color: #3f8bff;
  border-radius: 10px;
  background-color: #f4f8ff;
}

.category-filter-parent {
  margin-left: 0;
}

.arrow-left-category {
  height: 24px;
  width: 8px;
  margin-right: 6px;
  background-color: #78777f;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url('../images/icons/arrow-left-gray.svg');
  -webkit-mask-image: url('../images/icons/arrow-left-gray.svg');
}

.category-filter-active .arrow-left-category {
  background-color: #3f8bff;
}

.category-filter:hover .arrow-left-category {
  background-color: #3f8bff;
}

.bottom-seo {
  color: #0d0c1a;
}

.bottom-seo *:first-child {
  padding-top: 0;
}

.bottom-seo *:last-child {
  padding-bottom: 0;
}

.bottom-seo h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 8px;
  padding-top: 12px;
}

.bottom-seo p {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
}

.bottom-seo h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 8px;
  padding-top: 12px;
}

.bottom-seo ul {
  margin-left: 20px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  padding-bottom: 8px;
}

.bottom-seo li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 1024px) {
  .bottom-seo h1 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 8px;
  }

  .bottom-seo h2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 8px;
  }

  .bottom-seo ul {
    margin-left: 20px;
  }
}

@media (max-width: 375px) {
  .bottom-seo p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
  }
}

.achievements-block {
  background-image: url('/resources/beautery/images/beautery-logo.svg');
  background-repeat: no-repeat;
  background-position-y: -95px;
  background-position-x: 76px;
  border-radius: inherit;
}

@media (min-width: 744px) {
  .achievements-block {
    background-position-y: center;
    background-position-x: right;
  }
}

.mobile #modal-signup-phone-login {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.mobile #modal-signup-phone-login:focus {
  border: 0;
}

.mobile .mobile-selector {
  border: 1px solid #e2e1e3;
  border-right: 0;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 2px 0 2px 2px;
}

.mobile {
  border: 1px solid white;
  border-radius: 14px;
}

.mobile:focus-within {
  border: 1px solid var(--base-blue);
  border-radius: 14px;
}

.mobile input {
  padding: 0 16px;
}

.mobile input:focus {
  padding: 0 16px;
}

.dropdown {
  /*display: none;*/
  max-height: 320px;
  overflow-y: auto;
  z-index: 10;
}

.dropdown-item {
  position: relative;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

.dropdown-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f1f1f2;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.dropdown-item:last-child::after {
  display: none;
}

.mobile .just-validate-error-label {
  position: absolute;
  bottom: -20px;
}

.mobile input.error {
  border-color: #e2e1e3;
}

.original-check::before {
  content: url('/resources/beautery/images/icons/original.svg');
  display: block;
  width: 14px;
  transform: translateY(2px);
}

.tooltip-text {
  background-color: #ffffff;
  color: #78777f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
  padding: 12px;
  border-radius: 10px;
  width: 370px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  box-shadow: 0px 10px 34px 0px #001a3414;
  display: none;
}

.tooltip-text {
  background-color: #ffffff;
  color: #78777f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
  padding: 12px;
  border-radius: 10px;
  width: 370px;
  position: absolute;
  bottom: 100%;
  left: 100%;
  z-index: 1;
  transform: translateX(-50%);
  box-shadow: 0px 10px 34px 0px #001a3414;
  display: none;
}

@media (min-width: 375px) {
  .tooltip-text {
    bottom: 100%;
    left: -600%;
    width: 260px;
  }
}

.tooltip {
  position: absolute;
  right: -22px;
  top: 0;
}

.tooltip-toggle:hover + .tooltip-text,
.tooltip-toggle:focus + .tooltip-text {
  display: block;
}
.brands-container {
  position: relative;
  overflow: hidden;
}

.brands-container::before,
.brands-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
}

.brands-container::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.brands-container::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.green-slider {
  background-image: url('/resources/beautery/images/landings/for-expert/banner-6.webp');
  width: 100%;
  border-radius: 24px;
}
.blue-slider {
  background-image: url('/resources/beautery/images/landing/for-sellers/banner-3.svg');
  width: 100%;
  border-radius: 24px;
  background-color: #1d77ff;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
  }

  .div1 {
    grid-column: span 2 / span 2;
  }

  .div2 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }

  .div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }

  .div4 {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
  }

  .div5 {
    grid-column: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 2;
  }

  .div6 {
    grid-column: span 2 / span 2;
    grid-row-start: 3;
  }

  .div7 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 3;
  }

  .div8 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 3;
  }
}
@media (min-width: 1440px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }

  .div1 {
    grid-column: span 2 / span 2;
  }

  .div2 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }

  .div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }

  .div4 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
  }

  .div5 {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }

  .div6 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }

  .div7 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
  }

  .div8 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
    grid-row-start: 2;
  }
}

@media (max-width: 1024px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }

  .div1 {
    grid-column: span 2 / span 2;
  }

  .div2 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }

  .div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }

  .div4 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
  }

  .div5 {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }

  .div6 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }

  .div7 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
  }

  .div8 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
    grid-row-start: 2;
  }
}

.banner-motivation {
  position: relative;
}

.banner-motivation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, white, transparent);
  pointer-events: none; /* чтобы тень не блокировала клики */
}
.blue-slider {
  background-image: url('/resources/beautery/images/landing/for-sellers/banner-3.svg');
  width: 100%;
  border-radius: 24px;
  background-color: #1d77ff;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
  }

  .div1 {
    grid-column: span 2 / span 2;
  }

  .div2 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }

  .div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }

  .div4 {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
  }

  .div5 {
    grid-column: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 2;
  }

  .div6 {
    grid-column: span 2 / span 2;
    grid-row-start: 3;
  }

  .div7 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 3;
  }

  .div8 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 3;
  }
}
@media (min-width: 1440px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }

  .div1 {
    grid-column: span 2 / span 2;
  }

  .div2 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }

  .div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }

  .div4 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
  }

  .div5 {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }

  .div6 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }

  .div7 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
  }

  .div8 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
    grid-row-start: 2;
  }
}

@media (max-width: 1023px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }

  .div1 {
    grid-column: span 2 / span 2;
  }

  .div2 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }

  .div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }

  .div4 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
  }

  .div5 {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }

  .div6 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }

  .div7 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
  }

  .div8 {
    grid-column: span 2 / span 2;
    grid-column-start: 7;
    grid-row-start: 2;
  }
}

.login-loader,
.login-code-loader {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.share-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-color: #4690ff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url('../images/icons/share-custom.svg');
  -webkit-mask-image: url('../images/icons/share-custom.svg');
}
.share-expert-product:has(.share-client:hover) {
  background-color: #d1e3ff;
}
.share-expert-product:has(.share-client:active) {
  background-color: #8cb9ff;
}
.share-expert-product:has(.share-client:active) .share-client {
  color: white;
}
.share-expert-product:has(.share-client:active) .share-icon {
  background-color: white;
}

.mobile.share-client:hover {
  background-color: #d1e3ff;
}
.mobile.share-client:active {
  background-color: #8cb9ff;
}
.mobile.share-client:active .share-expert-product-text {
  color: white;
}
.mobile.share-client:active .share-icon {
  background-color: white;
}
@media (max-width: 767px) {
  .share-expert-product-text.desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .share-expert-product-text.mobile {
    display: none !important;
  }
}

.price-loader {
  width: 22px !important;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 1024px) {
  .offer-items {
    gap: 16px;
  }
  .product-offer-item {
    border: #e2e1e3 solid 1px;
    border-radius: 20px;
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  .offer-items {
    border: #e2e1e3 solid 1px;
    border-radius: 24px;
    padding: 0 16px;
  }

  .product-offer-item:not(:last-child) {
    border-bottom: #e2e1e3 solid 1px;
  }
}
.offer-items:empty {
  border: 0;
}

.brand-link[href=''] {
  pointer-events: none;
  cursor: default;
  color: #0d0c1a;
}
.brand-link-number[href=''] {
  display: none;
}

.seller-rate[data-rate='#seller_rate#'] {
  display: none;
}

.avatar-image {
  display: none;
}

.default-photo {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 91px 71px;
}

@media (max-width: 1023px) {
  .avatar-image[src]:not([src='']) {
    display: block;
  }

  .default-photo {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .avatar-image[src]:not([src='']) {
    display: block;
  }

  .avatar-image[src]:not([src='']) + .default-photo {
    display: none;
  }

  .avatar-image:not([src]),
  .avatar-image[src=''] {
    display: none;
  }

  .avatar-image:not([src]) + .default-photo,
  .avatar-image[src=''] + .default-photo {
    display: flex;
  }
}

.followers:empty::before {
  content: '0';
  display: inline-block;
}

.experience:empty::before {
  content: '';
  display: inline-block;
}

@media (min-width: 1024px) {
  .qualify-list li::marker {
    font-weight: 600;
  }
}

.badge-expert[data-quantity='1'] {
  display: none;
}

.collapsible-content {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.collapsible-content,
.experience {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.collapsible-content.expanded {
  -webkit-line-clamp: unset;
}

.toggle-btn {
  display: none !important;
}

@media (max-width: 1023px) {
  .mobile-toggle {
    display: flex !important;
  }
}

@media (min-width: 1024px) {
  .desktop-toggle {
    display: flex !important;
  }

  .collapsible-content,
  .experience {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}

.toggle-btn.hidden {
  display: none !important;
}

.attr-link {
  color: #3f8bff;
}
.attr-link[href=''] {
  color: #0d0c1a;
  pointer-events: none;
}

.active.expert-tab {
  color: #353636;
}
