/** @format */

body {
  color: #222;
}

.product-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 325px;
  gap: 40px;
  align-items: flex-start;
  padding-top: 189px;
  padding-left: 38px;
  padding-right: 38px;
}

.breadcrumbs {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.breadcrumbs__link,
.breadcrumbs__current {
  color: var(--light-grey);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: -0.26px;
}
.breadcrumbs__link + .breadcrumbs__link::before {
  content: "/";
  margin: 0 5px;
  color: var(--light-grey);
}

.breadcrumbs__current::before {
  content: "/";
  margin: 0 5px;
  color: #999;
}

.product {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 87px;
}

.product__title {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.68px;
  margin-top: 25px;
  margin-bottom: 9px;
}

.product__gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.product__image {
  object-fit: contain;
}

.product__thumbnails {
  display: flex;
  gap: 10px;
}

.product__thumb {
  width: 102px;
  height: 101px;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  object-fit: contain;
  cursor: pointer;
  transition: border-color 0.2s;
}
.product__thumb:hover {
  border-color: #1a73e8;
}

.product__info {
  padding-top: 47px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.product__guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--grey-text);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.39px;
}

.product__subtitle {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.38px;
  margin: 0;
}

.product__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.product__table tr + tr {
  border-top: 1px solid #eaeaea;
}
.product__cell-name {
  color: var(--grey-text);
  padding: 7px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.product__cell-name:first-of-type {
}

.product__cell-name:last-of-type {
}

.product__cell-value {
  color: var(--black-text);
  padding: 7px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  padding-left: 189px;
}

.product__usage {
  display: flex;
  gap: 18px;
  margin-top: -9px;
}
.product__usage-item {
  position: relative;
  width: 102px;
  height: 101px;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #fff;
  transition: border-color 0.2s;
}

.product__usage-item span {
  position: absolute;
  top: 3px;
  right: 5px;
  background: #fff;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  border-radius: 3px;
  padding: 1px 5px;
  line-height: 1;
}

.product-aside_like {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.aside-like {
  position: unset;
}
.product-aside_like__text {
  color: var(--grey-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.39px;
}
.product-aside {
  width: 325px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 85px;
}

.product-aside__badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e8f7e9;
  color: #1d7d34;
  padding: 10px 15px;
  border-radius: 9px;
  font-size: 14px;
  line-height: 1.3;
}

.product-aside__badge-text {
  display: flex;
  flex-direction: column;
}

.product-aside__badge-text strong {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  letter-spacing: -0.13px;
}

.product-aside__badge-text span {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  letter-spacing: -0.13px;
}

.product-aside__price-card {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 20px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0 7px 18.8px 0 rgba(0, 0, 0, 0.1);
}

.product-aside__discount {
  font-size: 13.285px;
  font-style: normal;
  font-weight: 700;
  padding: 4.428px 7.75px;
}

.price-row_product {
  margin-top: 0;
  align-items: center;
  flex-direction: unset;
  gap: 8px;
}

.price-row_product {
}

.product-aside__price {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.26px;
  line-height: 129%;
}
.product-aside__old-price {
  font-size: 15px;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: -0.15px;
  text-decoration: line-through;
}

.product-aside__line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-aside__profit {
  color: #398939;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.15px;
  border-radius: 9px;
  background: #ebfaeb;
  display: inline-flex;
  align-self: flex-start;
  white-space: nowrap;
  padding: 4px 11px;
}

.product-aside__button {
  width: 100%;
  height: 52px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 192%;
}

.button {
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.button--primary {
  margin-top: 15px;
}
.button--outline {
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-aside__status {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.39px;
}

.product-aside__status span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-aside__brand {
  display: flex;
  flex-direction: column;
  gap: 13px;
  background: #fff;
  padding: 18px 21px;
  border-radius: 20px;
  border: 1px solid var(--grey_line, #e1e5e9);
}

.product-aside__brand-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-aside__brand-name span {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.akvalos_icon-img {
  position: relative;
  top: -1px;
}

.product-aside__brand-list span {
  color: #5d6672;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.product-aside__brand-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.product-aside__brand-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-aside__brand-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-name-left {
  display: flex;
  align-items: center;
  gap: 13px;
}

.tooltip {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.tooltip-info {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.tooltip-box {
  right: -138px;
  position: absolute;
  top: calc(100% + 11px);
  background: #fff;
  color: #000;
  border-radius: 14px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12);
  padding: 18px;
  font-size: 14px;
  line-height: 1.5;
  min-width: 350px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.25s ease;
  z-index: 8;
}

.tooltip-box::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 196px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.03);
}

.tooltip:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.brand-production__name {
  display: flex;
  align-items: center;
  gap: 13px;
}
.brand-production__name .tooltip {
  top: 1px;
}

.tabs {
  background-color: #fff;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 40px;
  padding-top: 38px;
  position: sticky;
  top: 104px;
  justify-content: space-between;
}

.tabs__btn {
  background: none;
  border: none;
  padding: 0 30px 16px 30px;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
  color: var(--light-grey);
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.38px;
}

.tabs__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.tabs__btn:hover {
  color: #333;
}

.tabs__btn--active {
  color: #000;
}

.tabs__btn--active::after {
  opacity: 1;
}

.tabs__content {
  display: block;
  padding-top: 60px;
}

.tabs__content--active {
  display: block;
}

.product-desc {
}

.product-desc__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.product-desc__content {
  display: flex;
  flex-direction: column;
}

.product-desc__content p,
.product-desc__content h3,
.product-desc__content h2 {
  margin: 0;
}

.product-desc__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.52px;
  margin-bottom: 15px !important;
}

.product-desc__intro {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.product-desc__section h3 {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.38px;
  margin-bottom: 15px !important;
}

.product-desc__subtitle {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.product-desc__text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.product-desc__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}

.product-desc__item {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.dec-wrapper_one {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.desc-wrapper_main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product-desc__btn {
  color: var(--black-text);
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 25px;
  gap: 10px;
}

.product-desc__btn-icon {
  width: 20px;
  height: 20px;
}

.product-desc__image img {
  width: 415px;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .product-desc__layout {
    grid-template-columns: 1fr;
  }

  .product-desc__title {
    font-size: 22px;
  }
}

.product-delivery * {
  padding: 0;
  margin: 0;
}

.product-delivery {
}

.product-delivery__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 30px;
  align-items: flex-start;
}

.product-delivery__content {
  display: flex;
  flex-direction: column;
}

.product-delivery__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.52px;
  margin-bottom: 15px;
}

.delivery-wrapper_one,
.delivery-wrapper_two {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-delivery__subtitle {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.38px;
  margin-top: 30px;
}

.product-delivery__text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.product-delivery__image img {
  width: 415px;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .product-delivery__layout {
    grid-template-columns: 1fr;
  }

  .product-delivery__image {
  }

  .product-delivery__title {
    font-size: 22px;
  }
}

.product-install * {
  padding: 0;
  margin: 0;
}
.product-install {
}

.product-install__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 30px;
  align-items: flex-start;
}

.product-install__content {
  display: flex;
  flex-direction: column;
}

.install-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-install__title {
  color: var(--black-text);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.52px;
  margin-bottom: 15px;
}

.product-install__subtitle {
  color: var(--black-text);
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.38px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.product-install__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.product-install__image img {
  width: 415px;
  height: auto;
  object-fit: cover;
}

.product-install__caption {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 10px;
  color: var(--grey-text);
}

.product-install__table-wrapper {
  overflow-x: auto;
}

.product-install__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.product-install__table th:not(:last-child),
.product-install__table td:not(:last-child) {
  border-right: 5px solid #fff;
}

.product-install__table thead {
  background-color: var(--card-grey);
}

.product-install__table th,
.product-install__table td {
  padding: 10px;
}

.product-install__table th {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align-last: left;
}

.product-install__table td:not(:first-child),
.product-install__table th:not(:first-child) {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .product-install__layout {
    grid-template-columns: 1fr;
  }

  .product-install__image {
  }

  .product-install__title {
    font-size: 22px;
  }
}

.product-service * {
  padding: 0;
  margin: 0;
  color: var(--black-text);
}
.service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-service {
}

.product-service__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 30px;
  align-items: flex-start;
}

.product-service__content {
  display: flex;
  flex-direction: column;
}

.product-service__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.52px;
  margin-bottom: 15px;
}

.product-service__subtitle {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.38px;
  margin: 30px 0 15px;
}

.product-service__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.product-service__list {
  margin-left: 20px;
  line-height: 1.6;
  color: #333;
  font-size: 15px;
}

.product-service__image img {
  width: 415px;
  height: auto;
  object-fit: cover;
}

.product-service__caption {
  color: var(--grey-text);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 10px;
}

.product-service__table-wrapper {
  overflow-x: auto;
}

.product-service__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.product-service__table th:not(:last-child),
.product-service__table td:not(:last-child) {
  border-right: 5px solid #fff;
}

.product-service__table thead {
  background-color: var(--card-grey);
}

.product-service__table th,
.product-service__table td {
  padding: 10px;
}

.product-service__table th {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align-last: left;
}

.product-service__table td:not(:first-child),
.product-service__table th:not(:first-child) {
  font-weight: 700;
}

.product-page__main {
  width: 100%;
  max-width: 100%;
}

.product-aside_mobile {
  display: none;
}

@media (max-width: 1200px) {
  .product-service__layout {
    grid-template-columns: 1fr;
  }

  .product-service__image {
  }

  .product-service__title {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .product-desc__image img,
  .product-delivery__image img,
  .product-install__image img,
  .product-service__image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1300px) and (min-width: 769px) {
  .product {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .tabs {
    padding-top: 20px;
    margin-top: 20px;
  }
  .tabs__btn {
    padding: 0 clamp(10px, 1vw, 25px) 16px clamp(10px, 1vw, 25px);
    font-size: clamp(15px, 1.35vw, 19px);
  }
  .tabs__content {
    padding-top: 34px;
  }
}

@media (max-width: 992px) {
  .tabs {
    display: none;
  }
  .product__cell-name {
    color: var(--grey-text);
    padding: 4px 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.3px;
  }
  .product__cell-value {
    color: var(--black-text);
    padding: 7px 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.3px;
    padding-left: 10px;
  }
  .product__usage {
    display: flex;
    gap: 10px;
    margin-top: 0;
  }
  .product-aside {
    top: 79px;
    gap: 10px;
  }
  .brand-production__name .tooltip {
    top: 1px;
  }

  .brand-production__name .tooltip-box::before {
    left: 196px;
  }
  .product__subtitle {
    margin-top: 15px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .product__table {
    font-size: 14px;
  }

  .product__cell-name {
    padding: 10px 0;
    font-size: 14px;
    min-width: 200px;
  }

  .product__cell-value {
    padding: 10px 0 10px 50px;
    font-size: 14px;
    text-align: left;
  }

  .product-install__table-wrapper,
  .product-service__table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    -webkit-overflow-scrolling: touch;
  }

  .product-install__table,
  .product-service__table {
    font-size: 12px;
    min-width: 600px;
    border-collapse: separate;
    border-spacing: 0;
  }

  .product-install__table th,
  .product-install__table td,
  .product-service__table th,
  .product-service__table td {
    padding: 12px 14px;
    font-size: 12px;
  }

  .product-install__table th,
  .product-service__table th {
    font-size: 13px;
    padding: 14px;
    background-color: var(--card-grey);
    white-space: nowrap;
    font-weight: 700;
    text-align: left;
  }

  .product-install__table th:not(:last-child),
  .product-install__table td:not(:last-child),
  .product-service__table th:not(:last-child),
  .product-service__table td:not(:last-child) {
    border-right: 3px solid #fff;
  }

  .product-install__table tbody tr {
    transition: background-color 0.2s ease;
  }

  .product-service__table tbody tr {
    transition: background-color 0.2s ease;
  }

  .product-install__table tbody tr:not(:last-child) td,
  .product-service__table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #eaeaea;
  }

  .product-install__table tbody tr:nth-child(even),
  .product-service__table tbody tr:nth-child(even) {
    background-color: #fafafa;
  }

  .product-install__table thead,
  .product-service__table thead {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .product-install__table td:not(:first-child),
  .product-service__table td:not(:first-child) {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .product-service__table th,
  .product-service__table td {
    padding: 5px;
  }
  .product-aside_desktop {
    display: none;
  }
  .product-aside_mobile {
    display: flex;
    position: relative;
    width: 100%;
  }
  .product-page__main {
    width: 100%;
    max-width: 100%;
  }
  .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .product-page__main table {
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
    line-height: unset;
  }
  .product-page__main td,
  .product-page__main th {
    white-space: normal;
  }

  .product-page {
    gap: 0;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 110px;
  }
  .product__thumbnails {
    display: none;
  }
  .tabs {
    padding-top: 19px;
    top: 67px;
    gap: 0;
    justify-content: space-between;
    margin-top: 0;
  }
  .tabs__btn {
    font-size: 14px;
    padding: 0px 15px 10px 15px;
  }
  .product__cell-value {
    padding-left: 87px;
  }
  .price-row_product .product-aside__price {
    font-size: 26px;
  }
  .product-aside__status {
    font-size: 15px;
    justify-content: space-evenly;
  }
  .tabs__content {
    padding-top: 20px;
  }
  .product__title {
    font-size: 30px;
  }
  .tooltip-box__mobile {
    right: 0;
    left: -80px;
  }
  .tooltip-box__mobile::before {
    left: 80px;
  }
}
@media (max-width: 650px) {
  .tooltip-box {
    right: -16px;
  }

  .brand-production__name .tooltip-box::before {
    left: 318px;
  }
}
@media (max-width: 576px) {
  .product__usage {
    gap: 8px;
  }
  .product__usage-item {
    width: 90px;
    height: 90px;
  }
  .tabs {
    justify-content: space-between;
  }
  .tabs__btn {
    font-size: 12.5px;
    padding: 0px 1px 10px 1px;
  }
  .tabs__content {
    padding-top: 30px;
  }
  .product__title {
    font-size: 21px;
  }
  .tooltip-box {
    right: -22px;
    position: absolute;
    top: calc(100% + 15px);
    padding: 10px;
    min-width: 320px;
  }
  .brand-production__name .tooltip-box::before {
    left: 283px;
  }
}

@media (max-width: 422px) {
  .brand-production__name .tooltip-box::before {
    left: 206px;
    font-size: 13px;
  }
  .tooltip-box__mobile {
    min-width: 262px;
  }
  .tooltip-box {
    min-width: 260px;
    right: -40px;
  }
  .product__usage-item {
    width: 80px;
    height: 80px;
  }
  .product__usage {
    justify-content: space-between;
    gap: 5px;
  }
  .product__cell-name {
    font-size: 14px;
  }
  .product__cell-value {
    font-size: 14px;
    padding-left: 50px;
  }
  .product__info {
    gap: 15px;
  }
  .product__cell-value {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media (max-width: 400px) {
  th,
  td {
    padding: 5px !important;
  }
  .row {
    padding: 12px 20px;
  }
}

@media (max-width: 380px) {
  .product__usage-item {
    width: 65px;
    height: 65px;
  }

  .product-aside__status {
    justify-content: space-between;
    font-size: 13px;
    gap: 8px;
  }

  .product-desc__layout {
    gap: 20px;
    min-width: 0;
  }

  .product-desc__content {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .product-desc__section {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .product-desc__list {
    padding-left: 0;
    padding-right: 0;
    gap: 8px;
    margin-top: 8px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .product-desc__item {
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    word-break: break-word;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .desc-wrapper_main,
  .dec-wrapper_one {
    max-width: 100%;
    overflow-x: hidden;
  }
  .price-row_product .product-aside__price {
    font-size: 25px;
  }
  .product-aside__price-card {
    padding: 23px 15px;
  }
}
