/* ========== Здесь стили для детальной страницы карточки товра ========== */

.card-vertical__pagination {
    display: none;
    position: absolute;
    bottom: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10;
    width: fit-content !important;
    padding: 4px;
    background: #26263380;
    border-radius: 40px;
}

.card-vertical__pagination .swiper-pagination-bullet {
    background-color: #9DA0A6;
}

.card-vertical__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 18px;
    height: 8px;
    border-radius: 20px;
}

.card-vertical__progressbar {
    display: none;
}

.card-code {
    display: flex;
    align-items: center;
    color: #7A7B7D;
    gap: 3px;
}

.card-code svg {
    flex-shrink: 0;
}

.card-place-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}

.card__rate-badge {
    padding: 3px 4px;
    background: rgba(255, 170, 0, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.card__rate-badge h2 {
    color: #ffaa00;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.card__rate-badge-sold {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9DA0A6;
}

.card__rate-badge-sold .text-tovar span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.card__rate-badge-info {
    font-weight: 500;
    font-size: 12px;
    color: #9DA0A6;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 4px;
}

.card__rate-badge-info .text-tovar {
    position: relative;
}

.card__rate-badge-info .text-tovar:not(:last-child):after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: -6px;
    width: 2px;
    height: 2px;
    background-color: #9DA0A6;
    border-radius: 50%;
}

.card__item-title-wrap {
    width: 240px;
}

.card__left {
    width: calc(100% - 360px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.store-info {
    width: 100%;
    padding: 30px;
    border: 1.5px solid #E0E1E3;
    border-radius: 16px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    align-items: stretch;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #595A5C;
}

.store-info--mb {
    display: none;
}

.store {
    display: flex;
    gap: 8px;
}

.store__badge {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #9DA0A6;
    margin-bottom: 6px;
}

.store__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #262633;
}

.store__descr {
    display: none;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #9DA0A6;
}

.store__rating {
    background-color: #FFAA0033;
    border-radius: 4px;
    color: #FFAA00;
    padding: 2px 4px;
}

.store__badge svg {
    flex-shrink: 0;
}

.store+.btn {
    margin-top: 16px;
    padding: 12px 17px;
}

.store__pic-wrap,
.store__btn-fav {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #F6F7FC;
}

.store__pic-wrap svg {
    display: none;
}

.store__col {
    width: calc(100% - 132px);
}

.store__btn-fav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.store img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.store-info__col {
    width: calc(100% / 3);
    padding: 0 30px;
}

.store-info__col:first-child {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-info__col:last-child {
    padding-right: 0;
}

.store-info__col:not(:first-child) {
    border-left: 1px solid #9DA0A6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-info-item svg {
    flex-shrink: 0;
}

.store-info-item span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.store-info-item:not(:first-child) {
    margin-top: 12px;
}

.store-info__btns-wrap {
    display: none;
    align-items: center;
    gap: 8px;
}

.store-info__btns-wrap .btn_red {
    padding: 12px 17px;
    width: 84px;
}

.store-info__btns-wrap .btn_red svg {
    flex-shrink: 0;
}

.store-info__btns-wrap .btn_grey {
    padding: 12px 17px;
    width: calc(100% - 84px - 8px);
}

.card__disc {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.disc_btn {
    display: flex;
    background-color: #f4f5f8;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
}

.disc__main {
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.disc__main h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
}

.card__disc .spec-disc {
    padding: 0;
}

.ui-tabs__nav {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ui-tabs__nav::-webkit-scrollbar,
.ui-tabs__nav::-webkit-scrollbar {
    display: none;
}

.page-catalog-detail .ui-tabs__nav {
    margin-top: 18px;
    margin-bottom: 16px;
}

.page-catalog-detail .ui-tabs__content {
    font-size: 14px;
    line-height: 20px;
}

.ui-tabs__btn {
    /*для мобильной версии здесь стили, для пк можно прееписать*/
    padding: 4px 12px;
    min-width: fit-content;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    height: 32px;
}

@media (max-width: 1400px) {
    .card-vertical__pagination {
        display: block;
    }
}

@media (max-width: 1400px) {
    .store-info {
        padding: 20px;
    }
}

@media (max-width: 1400px) {
    .store-info__col {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .store {
        gap: 16px;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .store-info {
        margin-top: 26px;
    }
}

@media (max-width: 1200px) {
    .store-info--mb {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 1200px) {
    .store-info--mb .cards__top {
        margin-top: 5px;
    }
}

@media (max-width: 1200px) {

    .store-info--mb .cards__name,
    .store-info--mb .cards__text {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }
}

@media (max-width: 1200px) {
    .store-info--mb .btn {
        height: 40px;
        padding: 12px 17px;
        gap: 8px;
    }
}

@media (max-width: 1200px) {
    .store-info {
        padding: 12px;
    }
}

@media (max-width: 1200px) {

    .store__pic-wrap,
    .store__btn-fav {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }
}

@media (max-width: 1200px) {
    .store__pic-wrap {
        position: relative;
    }
}

@media (max-width: 1200px) {
    .store__pic-wrap svg {
        display: block;
        position: absolute;
        right: -4px;
        top: -4px;
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 1200px) {
    .store__col {
        width: calc(100% - 96px);
    }
}

@media (max-width: 1200px) {
    .store__name {
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        color: #262633;
        margin-bottom: 2px;
    }
}

@media (max-width: 1200px) {
    .store__descr {
        display: flex;
        gap: 4px;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .store__rating {
        display: flex;
        align-items: center;
        gap: 2px;
    }
}

@media (max-width: 1200px) {
    .store__badge {
        display: none;
    }
}

@media (max-width: 1200px) {
    .store-info__btns-wrap {
        display: flex;
    }
}

@media (max-width: 1200px) {
    .store-info--mb .card-tovar {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .store-info--mb .meta-row-tovar {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .ui-tabs__wrapper .card__item {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .card-vertical__progressbar {
        display: block;
    }
}

@media (max-width: 768px) {
    .card__rate-badge-sold {
        background-color: #F4F5F8;
        border-radius: 4px;
        gap: 0px;
        padding: 3px 6px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 768px) {
    .card__rate-badge-sold svg {
        display: none;
    }
}

@media (max-width: 768px) {
    .card__rate-badge {
        padding: 3px 6px;
    }
}

@media (max-width: 768px) {
    .card__disc {
        display: none;
    }
}

@media (max-width: 768px) {
    .store-info {
        margin-top: 0;
    }
}

.massage-body {
    margin: 0;
    background: none;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
        "Noto Sans", "Helvetica Neue", sans-serif;
    color: var(--text);
    display: flex;
    justify-content: center;
    /* padding:32px; */
}

.body-wrap {
    display: flex;
    flex-direction: column;
    width: var(--card-w);
    /* border:2px solid rgba(14,165,233,.5); */
    /* border-radius:10px; */
    /* background:#fff; */
    /* box-shadow:0 1px 0 rgba(0,0,0,.02), 0 8px 24px rgba(15,23,42,.05); */
    /* padding:18px 18px 10px; */
    padding-top: 0px;
    /* position:relative; */
    /* height: 100%; */
}

.top-row {
    display: flex;
    align-items: flex-end;

    gap: 12px;
    /* width: 100%; */
}

.stars {
    display: flex;
    /* margin: 0 auto; */
    /* width: 100px; */
    height: 30px;
    gap: 2px;
    transform: translateY(-2px);
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 14px 0 10px;
}

.thumb {
    height: 82px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #e5e7eb, #cbd5e1);
}

.review {
    /* border-top:1px solid var(--line); */
    padding: 16px 0 12px;
    /* position:relative */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 15%;
    background: linear-gradient(135deg, #e5e7eb, #d1d5db);
}

.who {
    display: flex;
    width: 500px;
    flex-wrap: wrap;
    float: left;
    text-align: left;
    margin-left: auto;

    flex-direction: column;
    /* ставит элементы в столбик */
    /* align-items:center; */
    /* gap: 10px; */
}

.name {
    font-weight: 700;
}

.mini-stars {
    display: flex;
    gap: 2px;
    transform: translateY(1px);
}

.mini-stars svg {
    width: 14px;
    height: 14px;
    fill: var(--star);
}

.date {
    color: var(--muted);
    font-size: 13px;
    margin-left: 8px;
}

.sku {
    color: #6b7280;
    font-size: 13px;
    margin: 8px 0;
}

.actions {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #475569;
    font-size: 14px;
}

.act {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.act svg {
    width: 20px;
    height: 20px;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.reply {
    margin-left: auto;
    color: #e6342a;
    cursor: pointer;
}

.comments-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    margin: 8px 0 4px;
}

.comment {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
}

.c-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e5e7eb, #d1d5db);
}

.c-body {
    flex: 1;
}

.c-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.c-name {
    font-weight: 600;
    margin-right: 5px;
}

.c-date {
    color: var(--muted);
    font-size: 13px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin: 0;
    /* height: 100vh;                  */
    display: flex;
    align-items: center;
}

.c-text {
    font-size: 14px;
    margin-top: 4px;
}

.c-foot .act svg {
    width: 14px;
    height: 14px;
}

.c-head {
    justify-content: space-between;
}

.headAll {
    /* width: 200px; */
    display: flex;
}

.review-bg {
    background-color: #F4F5F8;
    /* padding: 20px; */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* height: 500px; */
}

.action-line {
    border-top: 1px solid var(--line);
    padding: 16px 0 12px;
    position: relative;
}

.like-dis {
    display: flex;
}

.comm-actiom {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 200px;                 */
    /* border: 1px solid #333;        */
}

.cont-main-tovar__title {
    font-weight: 600;
    font-size: 20px;
}

.container-slider-tovar .card-image-tovar {
    width: 100%;
}

.badge-tovar {
    /* position: absolute; */
    left: 6px;
    top: 176px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 4px;
    background: var(--accent-red);
    color: var(--white);
    border-radius: 4px;
    font: 500 14px/1.2857 Inter, Arial, sans-serif;
}

.badge-tovar .badge-text-tovar {
    color: var(--white);
}

.seller-row-tovar {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seller-name-tovar {
    font: 500 14px/1.2857 Inter, Arial, sans-serif;
    color: var(--text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-tovar {
    margin: 0;
    font: 400 16px/1.25 Inter, Arial, sans-serif;
    color: var(--text-primary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-container-disc {
    display: flex;
    margin: 0;
    height: 400px;
    width: 100%;
    flex-direction: column;
    /* расположение сверху вниз */
    /* height: 100%; */
}

.top-disc {
    margin-bottom: 50px;
}

.specs-disc {
    margin-left: 5px;
    margin-right: 5px;
}

.row-disc {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.label-disc {
    flex: 0 0 auto;
    color: #666;
}

.dots-disc {
    flex: 1;
    margin: 0 8px;
    background-image: radial-gradient(#aaa 1px, transparent 1px);
    background-size: 6px 1px;
    /* расстояние между точками */
    background-repeat: repeat-x;
    height: 1px;
}

.value-disc {
    flex: 0 0 auto;
    /* font-weight: 500; */
    color: #000 !important;
}

.bottom-disc {
    display: flex;
    flex: 0 0 50%;
    /* нижняя часть = тоже 50% */
}

.bottom-left-disc,
.bottom-right-disc {
    flex: 0 0 50%;
    /* по 50% от нижней части */
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.hidden-block-comm {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.hidden-block-comm.active-comm {
    max-height: 1000px;
    /* временно, потом заменится на auto через JS */
    opacity: 1;
}

.reply-form-comm {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
}

.reply-title-comm {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286em;
    color: #9da0a6;
}

.reply-input-container-comm {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.color-selector {
    width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
}

.color-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    width: fit-content;
}

.color-label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    text-align: left;
    color: #9da0a6;
}

.color-name {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    text-align: left;
    color: #262633;
}

.image-gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

.image-item {
    width: 60px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #f4f5f8;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease;
    position: relative;
}

.image-item:hover {
    border-color: #e6342a;
}

.image-item.selected {
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 2px #e6342a;
}

.image-item.selected::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #e6342a;
    border-radius: 4px;
    pointer-events: none;
}

.review-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f5f8;
}

.review-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.review-item {
    background: white;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
}

.review-item:last-child {
    margin-bottom: 0;
}

.header-type {
    display: flex;
    align-items: center;
    gap: 4px;
}

.title-type {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2857142857142858em;
    color: #9da0a6;
    text-align: left;
}

.tabs-container-type {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

.tab-type {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.chip-type {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: #f4f5f8;
    height: 100%;
    transition: all 0.2s ease;
}

.chip-text-type {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2857142857142858em;
    color: #262633;
    text-align: center;
    white-space: nowrap;
}

.active-type .chip-type {
    background-color: #262633;
}

.tab-type:hover .chip-type {
    background-color: #e8e9ec;
}

.active-type:hover .chip-type {
    background-color: #1f1f28;
}

@media (max-width: 400px) {
    .frame-type {
        width: 100%;
        max-width: 340px;
    }
}

@media (max-width: 400px) {
    .tabs-container-type {
        justify-content: center;
    }
}

.gallery-container {
    position: relative;
    margin: 0 auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    background-color: #ffffff;
}

.gallery-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.21em;
    color: #262633;
    margin-bottom: 12px;
    width: 340px;
    height: 22px;
}

.gallery-photos {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 340px;
    height: 60px;
    margin-bottom: 26px;
    overflow: hidden;
    position: relative;
}

.gallery-video-player {
    width: 64.6px;
    height: 60px;
    position: relative;
    flex-shrink: 0;
}

.gallery-video-placeholder {
    width: 64.6px;
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-play-icon {
    width: 20px;
    height: 20px;
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: 22px;
}

.gallery-photo-item {
    width: 65px;
    height: 60px;
    position: relative;
    flex-shrink: 0;
}

.gallery-photo-overlay {
    position: relative;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(80, 80, 80, 0.5);
    backdrop-filter: blur(3px);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-photo-count {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.21em;
    color: #ffffff;
    text-align: center;
}

.gallery-photo-hidden {
    display: none;
}

.gallery-similar-section {
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gallery-similar-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.21em;
    color: #262633;
    width: 100%;
}

.gallery-products-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
}

.gallery-products-container {
    display: flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease;
}

.gallery-product-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-shrink: 0;
}

.gallery-product-image {
    width: 88px;
    height: 82px;
    border: 1px solid #f4f5f8;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-product-placeholder {
    width: 100%;
    height: 100%;
    color: #d9d9d9;
}

.gallery-product-price {
    display: flex;
    gap: 2px;
    align-items: center;
}

.gallery-price-current {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.38em;
    color: #262633;
}

.gallery-price-old {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.8em;
    color: #9da0a6;
    text-decoration: line-through;
}

.gallery-nav-button {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: none;
    border-radius: 40px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 10;
}

.gallery-nav-button:hover {
    background: #f8f9fa;
}

.gallery-arrow-icon {
    width: 13.5px;
    height: 12px;
    color: #262633;
}

@media (max-width: 400px) {
    .gallery-container {
        width: 100%;
        max-width: 355px;
    }
}

@media (max-width: 400px) {

    .gallery-title,
    .gallery-photos,
    .gallery-similar-section {
        width: 100%;
    }
}

.gallery-container-gallery {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}

.gallery-group-47292-gallery {
    width: 700px;
    height: 1814px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.gallery-group-47284-gallery {
    width: 700px;
    height: 1814px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.gallery-image-9-gallery {
    width: 700px;
    height: 824px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #e5e7eb;
}

.gallery-image-9-gallery svg {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery-image-gallery {
    width: 700px;
    height: 990px;
    position: absolute;
    top: 824px;
    left: 0;
    overflow: hidden;
    background-color: #f3f4f6;
}

.gallery-image-gallery svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 700px) {
    .gallery-container-gallery {
        max-width: 100%;
    }
}

@media (max-width: 700px) {

    .gallery-group-47292-gallery,
    .gallery-group-47284-gallery {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 700px) {

    .gallery-image-9-gallery,
    .gallery-image-gallery {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
    }
}

@media (max-width: 700px) {
    .gallery-image-gallery {
        margin-top: 0;
    }
}

section.review .review-item {
    margin-top: 14px;
    padding: 0;
    height: unset;
    background-color: transparent;
    display: none;
}

section.review .review-item__text {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #9DA0A6;
}

section.review .review-item__send-reply {
    width: 48px;
    height: 48px;
    background-color: #E6342A;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

section.review .review-item__send-reply svg {
    width: 24px;
    height: 24px;
}

section.review .review-item__input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

section.review .review-item__input {
    min-height: unset;
    height: 48px;
    width: calc(100% - 8px - 28px);
    resize: none;
    padding: 15px 16px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #262633;
    margin-top: 0;
    background-color: #fff;
}

.top-wrap .breadcrumbs {
    margin: 0;
}

.page-catalog-detail .top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media (max-width: 1024px) {

    .frame-2131327798-buy,
    .product-card,
    .platforms-container-add,
    .card__left {
        width: 100%;
    }
}