.no-products {
    text-align: center;
    padding: 60px 20px;
    margin: 0 auto;
}
table.data-table thead {
    display: none;
}
.no-products__inner {
    max-width: 500px;
    margin: 0 auto;
}

.no-products__img {
    max-width: 150px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.no-products__title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.no-products__text {
    font-size: 16px;
    color: #777;
    margin-bottom: 25px;
}

.no-products__btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #e60045;
    color: white;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.no-products__btn:hover {
    background-color: #c2003b;
}

body .link-offers {
display: unset;
line-height: initial;
        text-align: center;
        background-color: #ff3356;
        cursor: pointer;
        min-height: 50px;

      /*  width: 94%;*/
        border-radius: 6px;
        color: #fff;
        font-family: "Poppins-Medium", sans-serif;
        font-weight: 500;
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ff3356;
}

.link-offers {
    width: 100%;
}

.link-offers:hover {
    background-color: transparent;
    color: #ff3356;
}

.specs-box {
margin-top: 40px;
    max-width: 700px;
    font-size: 16px;
font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
       color: #626974;
border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
}

.spec-label {
  position: relative;
  display: inline-block;
color: #626974 !important;
    font-size: 16px !important;
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400 !important;
}
.spec-prop {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;

    color: #626974 !important;
}
.spec-label::after {
  content: '';               
  position: absolute;
  right: 0;
  width: 3px;        
  top: 0;
  bottom: 0;
  background: white;        
}

html[lang="ru"] .specs-box {
font-family: "Montserrat-Regular", sans-serif;
    font-weight: 400;
}

.specs-box h2 {
    font-size: 20px;
    margin-bottom: 15px;
     color: #041E42;
font-family: "Poppins-Medium", sans-serif;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 5px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    border-bottom: none !important;
}
.spec-row + .spec-row {
    /*margin-top: 25px;*/
}
.spec-row:last-child {
    border-bottom: none;
}




form[name="iblock_add"] {
    max-width: 100%;
    margin-top: 40px;

}

form[name="iblock_add"] table.data-table {
    width: 100% !important;
    border-collapse: collapse;
}

form[name="iblock_add"] td {

    font-size: 14px;
    color: #041E42;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: "Poppins-Medium", sans-serif;
    font-weight: 500;
}

form[name="iblock_add"] .starrequired {
    color: #ff3366;
    margin-left: 4px;
}

/* Поля ввода */
form[name="iblock_add"] input[type="text"],
form[name="iblock_add"] textarea,
form[name="iblock_add"] select {
	width: 100%;
    height: 55px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    width: 100%;
        color: #041E42;
}

form[name="iblock_add"] input[type="text"]:focus,
form[name="iblock_add"] textarea:focus,
form[name="iblock_add"] select:focus {

    outline: none;
}

form[name="iblock_add"] textarea {
    min-height: 120px;
    resize: none;
	    padding-top: 20px;
}

form[name="iblock_add"] input[type="submit"],
form[name="iblock_add"] input[type="button"] {
      background-color: #ff3356;
    cursor: pointer;
    height: 48px;
    max-width: 250px;
	width: 100%;
    border-radius: 6px;
    color: #fff;
    font-family: "Poppins-Medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ff3356;
    margin-top: 11px;
}

form[name="iblock_add"] input[type="submit"]:hover,
form[name="iblock_add"] input[type="button"]:hover {
      background-color: transparent;
    color: #ff3356;
}

form[name="iblock_add"] img {
    display: block;
    margin: 8px 0;
    border-radius: 6px;
}
.btn-memory.selected {
    color: #fff;
    background-color: #26264c;
}

.btn-memory {
    width: 74px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #26264c;
    border-radius: 500px;
    color: #26264c;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-ssd.selected {
    color: #fff;
    background-color: #26264c;
}

.btn-ssd {
    width: 74px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #26264c;
    border-radius: 500px;
    color: #26264c;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-memory {
    z-index: 1;
    position: relative;
}

.product__item__price span {
    font-size: 14px;
    color: #777;
    margin-right: 4px;
}

.checkout__line.line-full {
    background-color: #22dd83;
    height: 6px;
    border-radius: 3px;
}

/* по умолчанию — пустое сердечко */
.header__fav-icon path { fill: #ccc; }

/* когда filled — цветное */
.header__fav-icon.filled path { fill: #FF3356; }

.title-search-result .item-text svg {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.title-search-result .item-text .search-suggest__link {
   display: flex;
}

.card__content .css-top{
    margin-top: 30px;
}
.card__content .css-top .block-css {
    margin-bottom: 15px;
}

[j-click-offers].disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.rating-stars-select .star {
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
    display: inline-block;
}
.rating-stars-select .star:hover,
.rating-stars-select .star.hovered {
    color: #0053f6;
}


.rating-box {
    position: relative;
    display: inline-block;
}

.stars-outer {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #ccc;
    font-family: Arial, sans-serif;
    line-height: 1;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #0053f6;
    width: 0%;
    pointer-events: none;
}

.stars-outer::before,
.stars-inner::before {
    content: '★★★★★';
}

.rating-stars-select .star {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.rating-stars-select .star.active {
    color: #0053f6;
}

.rating-box[data-auth="0"] .star {
    cursor: default;
}
.rating-box[data-auth="0"] .star:hover {
    color: inherit;
}

.reviews-block {
    margin-top: 40px;
    padding: 20px;
    background: #fff;

}
.reviews-block__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}
.reviews-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.review-item {
    background: #f3f5f6;
    padding: 15px;
    border-radius: 6px;
}
.review-item__header {
    font-weight: 600;
    color: #0f2247;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}
.review-item__author {
    font-size: 1rem;
}
.review-item__text {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
}
.reviews-empty {
    text-align: center;
    color: #666;
}
@media (max-width: 768px) {
    .reviews-list {
        grid-template-columns: 1fr;
    }
}


/* Контейнер всего блока отзывов */
.reviews-component {
    margin-top: 40px;

}

/* Сообщения об ошибке/успехе */
.review-error,
.review-success {
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 500;
}
.review-error {
    background: #ffe5e5;
    color: #c00;
}
.review-success {
    background: #eafbe7;
    color: #090;
}


/* Блоки ошибок и успеха */
.box-alert {
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 24px;
    font-size: 0.95rem;
}
.box-alert--error {
    background: #fff1f0;
    color: #cf1322;
}
.box-alert--success {
    background: #f6ffed;
    color: #389e0d;
}

/* Форма отзывов */
.reviews-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
}
.reviews-form__group {
    display: flex;
    flex-direction: column;
}
.reviews-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: "Poppins-Medium", sans-serif;
    font-weight: 500;
}
.reviews-form__required {
    color: #cf1322;
    margin-left: 4px;
}
.reviews-form__input,
.reviews-form__textarea {
 /*   padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    background: #f9faff;
    transition: border-color .2s; */
}
.reviews-form__input:focus,
.reviews-form__textarea:focus {
    outline: none;

}
.reviews-form__textarea {
    min-height: 120px;
    resize: none;
    height: 255px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    width: 100%;
    padding-top: 20px;
    outline: none;
}
.reviews-form__btn {
    justify-self: start;
    padding: 12px 28px;
    background: #7f9cf5;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background .2s, transform .1s;
}
.reviews-form__btn:hover {
    background: #667eea;
}
.reviews-form__btn:active {
    transform: scale(0.98);
}

/* Список отзывов */
.reviews-list {
    margin-top: 20px;
}
.reviews-list__title {
    font-size: 1.5rem;
    color: #0f2247;
    text-align: center;
    margin-bottom: 24px;
}
.reviews-list__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.reviews-list__item {
    background: #f9faff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.reviews-list__author {
    font-weight: 600;
    color: #0f2247;
    margin-bottom: 8px;
}
.reviews-list__text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.4;
}

/* Пустой список */
.reviews-empty {
    text-align: center;
    color: #666;
    font-size: 1rem;
}

/* Адаптив */
@media (max-width: 768px) {
    .reviews-list__items {
        grid-template-columns: 1fr;
    }
}


/* При фокусе — рамка фирменного синего (или другого) */
.reviews-form__input:focus,
.reviews-form__textarea:focus {

    box-shadow: none;
}

.reviews-form__btn {
      background-color: #ff3356;
    cursor: pointer;
    height: 48px;
    max-width: 250px;
	width: 100%;
    border-radius: 6px;
    color: #fff;
    font-family: "Poppins-Medium", sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ff3356;

}
.reviews-form__btn:hover {
    background-color: transparent;
    color: #ff3356;
}
table.data-table tr {
    display: flex;
    flex-direction: column;
}

.reviews-form__group select {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .reviews-form {
        grid-template-columns: 1fr;
    }
}

.cat__inner {
    justify-content: center;
}
.success-card{
    max-width: 760px;
    margin: 32px auto 64px;
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #f3f3f6;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 28px rgba(0,0,0,.06);
}
.success-icon{
    width: 76px; height: 76px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #16a34a; /* зелёная галочка */
    color: #fff;
    display:flex; align-items:center; justify-content:center;
    font-size: 38px; font-weight: 700;
}
.success-title{ margin: 0 0 8px; font-size: 28px; line-height: 1.25; }
.success-sub{ margin: 0 0 22px; font-size: 16px; color: #6b7280; }
.success-actions{ display:flex; gap: 12px; justify-content:center; flex-wrap: wrap; }
.btn-link{ background: transparent; border: none; }

/* ===== SUCCESS PAGE (local styles only for this page) ===== */
.mm-success {
    --brand: #ff2f5f;
    --brand-2: #ff6b8a;
    --ok: #22c55e;
    --bg: #f6f8ff;
    --text: #0b1533;
    --muted: #6b7280;
}
.mm-success__wrap {
    background:
            radial-gradient(1200px 400px at 70% -10%, rgba(255,47,95,.12), transparent 60%),
            radial-gradient(900px 360px at -10% 20%, rgba(39,87,255,.08), transparent 60%),
            var(--bg);
    padding: 56px 0 72px;
}
.mm-card {
    background:#fff; border:0; border-radius:24px;
    box-shadow: 0 20px 60px rgba(11,21,51,.08);
}
.mm-card__body { padding: 36px; }
.mm-check {
    width: 88px; height: 88px; border-radius: 50%;
    background: #ecffef; color: var(--ok);
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(34,197,94,.25);
}
.mm-check svg { width: 44px; height: 44px; }
.mm-title {
    font-size: 34px; line-height: 1.2; margin: 20px 0 10px; color: var(--text);
}
.mm-sub { color: var(--muted); margin-bottom: 22px; }
.mm-actions .btn { min-width: 220px; height: 44px; border-radius: 12px; }
.btn-outline {
    border:1px solid rgba(11,21,51,.15); background: #fff; color: var(--text);
}
.btn-outline:hover { border-color: rgba(11,21,51,.25); }
.mm-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.mm-step {
    border-radius: 16px; padding: 18px; background: #fafbff;
    border: 1px solid rgba(11,21,51,.05);
}
.mm-step h4 { margin: 8px 0 6px; font-size: 16px; color: var(--text); }
.mm-step p  { margin: 0; color: var(--muted); font-size: 14px; }
.mm-badge {
    display:inline-flex; align-items:center; justify-content:center;
    width:38px; height:38px; border-radius:10px; color:#fff;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    box-shadow: 0 10px 24px rgba(255,47,95,.25);
}
.mm-divider { height:1px; background: rgba(11,21,51,.06); margin: 28px 0; }

@media (max-width: 992px) {
    .mm-title { font-size: 28px; }
    .mm-card__body { padding: 26px; }
    .mm-steps { grid-template-columns: 1fr; }
    .mm-actions .btn { width:100%; }
}
/* ========================================================= */

.price-discount {
    display: none !important;
}

.price-vendor {
    display: none !important;
}

.product_item-inn.rating-custom .rating-stars-select .star {
    pointer-events: none;
    cursor: default;
}
.product_item-inn.rating-custom .rating-stars-select .star:hover {
    color: inherit !important;
    cursor: default !important;
    text-shadow: none !important;
    transform: none !important;
    background: none !important;
}
.rating-box[data-auth="0"] .star { pointer-events:none; }

.search-page .cat__list {
    margin-top: 30px;
}