/* Кастмные стили */


/* @import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css'); */

body {
    background-color: #000;
    color: #fff;
}

.kA-container {
    padding: 2rem;
}
.kA-table-title{
    display: flex;
}
.kA-table-header{
    justify-content: flex-end;
    gap: 5rem;
    padding-right: 280px;
    width: 70%;
}

#associated > .switcher-title{
    display: none;
}

.kA-block-analog{
    width: 100%;
}

.kA-table{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
   
}

.kA-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.kA-sort-block{

    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.kA-sort-btn{
    width: 100%;
    display: flex;
}

/* Удалены стили сортировки и стрелок */

.kA-offer-row {
    border-bottom: 1px solid #444;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 40px 0;
}
.kA-analogs-producer-block-flex{
    margin: 40px 0;
}
.kA-analogs-producer{
    padding-top: 50px;
}
.kA-offer-left {
    min-width: 220px;
    max-width: 320px;
}
.kA-offer-seller-link {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
.kA-offer-seller-link:hover {
    text-decoration: underline;
}
.kA-offer-article-link {
    color: #ffc107;
    font-weight: 500;
    text-decoration: underline;
}
.kA-offer-desc {
    color: #aaa !important;
    font-size: 0.95em;
    margin-top: 40px;
    
}
.kA-offer-right {
    gap: 2rem;
    padding-bottom: 10px;
    padding-right: 20px;
}
.kA-offer-rating-value {
    font-size: 1.1em;
    margin-right: 2px;
}
.kA-offer-star {
    opacity: 0.4;
}
.kA-offer-qty, .kA-offer-delivery, .kA-offer-price {
    font-size: 1.05em;
}
.kA-offer-price {
    font-weight: 600;
}
.kA-offer-currency {
    font-size: 0.95em;
    opacity: 0.7;
}
.kA-offer-cart-btn {
    min-width: 110px;
    font-weight: 500;
    border-radius: 6px;
    padding: 0.4em 1.2em;
}
.kA-analogs-list{
    width: 70%;
}
.th-mobile{
  display: none;
}



.kA-table-header {
    justify-content: flex-end;
    gap: 11rem;
    padding-right: 374px;
    width: 70%;
}


/********************/

.kA-container {
    padding: 2rem;
}

.kA-table{
    border-top: 1px solid #111010;
    border-bottom: 1px solid #fff;
   
}

.kA-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.kA-sort-block{

    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.kA-sort-btn{
    width: 100%;
    display: flex;
}

.catalog-block__info-bottom .catalog-block__info-bottom-wrapper .js-btn-state-wrapper .js-replace-btns .btn{
    padding: 20px 50px;
}

/* Удалены стили сортировки и стрелок */

.kA-offer-row {
    border-bottom: 1px solid #444;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 40px 0;
}
.kA-analogs-producer-block{
  display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.kA-analogs-producer-block-flex{
    margin: 40px 0;
}
.kA-analogs-producer{
    padding-top: 50px;
}
.kA-offer-left {
    min-width: 220px;
    max-width: 320px;
    margin: 40px 20px;
}
.kA-offer-seller, .kA-offer-article{
    margin-bottom: 10px;
}

.kA-offer-article-link {
    color: #ffc107;
    font-weight: 500;
    text-decoration: underline;
}
.kA-offer-desc {
    color: #aaa !important;
    font-size: 0.95em;
    margin-top: 2px;
}
.kA-offer-right {
    gap: 2rem;
    padding-bottom: 10px;
}
.kA-offer-rating-value {
    font-size: 1.1em;
    margin-right: 2px;
}
.kA-offer-star {
    opacity: 0.4;
}
.kA-offer-qty, .kA-offer-delivery, .kA-offer-price {
    font-size: 1.05em;
}
.kA-offer-price {
    font-weight: 600;
}
.kA-offer-currency {
    font-size: 0.95em;
    opacity: 0.7;
}
.kA-offer-cart-btn {
    min-width: 110px;
    font-weight: 500;
    border-radius: 6px;
    padding: 0.4em 1.2em;
}
.kA-analogs-list{
    width: 70%;
}
.th-mobile{
  display: none;
}

.kA-bg-dark {
    background-color: #212529;
}
.kA-text-white {
    color: #fff;
}
.kA-text-warning {
    color: #ffc107;
}
.kA-text-secondary {
    color: #6c757d;
}
.kA-text-underline {
    text-decoration: underline;
}

/* Отступы и поля */
.kA-padding-large {
    padding: 1.5rem;
}
.kA-padding-y {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.kA-margin-x {
    margin-right: 10px;
}
.kA-margin-bottom {
    margin-bottom: 1rem;
}
.kA-margin-bottom-large {
    margin-bottom: 1.5rem;
}
.kA-margin-top-small {
    margin-top: 0.25rem;
}

/* Flexbox */
.kA-flex {
    display: flex;
}
.kA-justify-between {
    justify-content: space-between;
}
.kA-align-center {
    align-items: center;
}
.kA-align-start {
    align-items: flex-start;
}
.kA-flex-wrap {
    flex-wrap: wrap;
}
.kA-gap-small {
    gap: 0.5rem;
}
.kA-gap-medium {
    gap: 1rem;
}
.kA-gap-large {
    gap: 1.5rem;
}

/* Таблица */
.kA-table {
    width: 100%;
    border-collapse: collapse;
}
.kA-table-dark {
    color: #fff;
    background-color: #212529;
}
.kA-align-middle {
    vertical-align: middle;
}
.kA-th, .kA-td {
    padding: 0.75rem;
    text-align: left;
}

/* Кнопки */
.kA-btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
}
.kA-btn-outline-light {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}
.kA-btn-outline-light:hover {
    background-color: #fff;
    color: #212529;
}

/* Границы */
.kA-border-bottom {
    border-bottom: 1px solid #dee2e6;
}
.kA-border-top {
    border-top: 1px solid #dee2e6;
}

/* Шрифты */
.kA-font-bold {
    font-weight: 700;
}
.kA-font-price {
    font-size: 1.1rem;
    --text-opacity: 100%;
    color:  color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
}
.kA-text-small {
    font-size: 0.875rem;
}

/* Заголовки */
.kA-title, .kA-title-looking, .kA-title-analogs {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.kA-title {
    font-size: 2rem;
}
.kA-title-looking, .kA-title-analogs {
    font-size: 1.5rem;
}





/********************/
.catalog-detail {
  display: flex;
  flex-direction: row;
  position: relative;
}
.catalog-detail img {
  display: inline-block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.catalog-detail__item .catalog-detail__main {
  min-width: 0;

  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 358px;

  container: side-info / inline-size;
}
.gallery-size-normal .catalog-detail__main {
  flex-basis: 56%;
}
.visible-by-container-rule {
  display: none;
}
@container side-info (width < 600px) {
  .catalog-detail__main .catalog-detail__main-parts {
    flex-direction: column;
    gap: 24px;
  }
  .catalog-detail__main .catalog-detail__main-part--right {
    max-width: none;
  }
  .visible-by-container-rule {
    display: block;
  }
  .hidden-by-container-rule {
    display: none;
  }
}

body .catalog-detail__main-parts {
  align-items: flex-start;
}
.catalog-detail__main-part--right {
  max-width: 358px;
  width: 100%;
}

@media (min-width: 1200px) {
  .catalog-detail__item,
  .catalog-detail__right-info {
    min-width: 0;
  }
}

@media (max-width: 1199px) {
  body .catalog-detail {
    display: block;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .catalog-detail__item .catalog-detail__top-info > div {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .catalog-detail__item .catalog-detail__top-info {
    gap: 20px;
  }
  .catalog-detail__item .catalog-detail__main {
    flex-basis: 300px;
  }
}
@media (max-width: 767px) {
  .catalog-detail__item .catalog-detail__top-info {
    flex-direction: column;
  }
}